// Insert the Texts here
var ad=new Array()
ad[0]='Find what new by joining my newsletter';
ad[1]='Learn what software has the most value';
ad[2]='Where do people get those ebooks and software to sell';
ad[3]='How can you learn more about website promotion.';
ad[4]='Want to learn more about website promotion help';
ad[5]='Adsense does it really pay';
ad[6]='Keywords and articles where can you learn more';
ad[7]='Where does a beginner start';
ad[8]='What is hot and what is not';
ad[9]='Make pdf files without spending a fortune';

// Insert the url of ads here
var links=new Array()
links[0]='Newletter.php';
links[1]='Newletter.php';
links[2]='Newletter.php';
links[3]='Newletter.php';
links[4]='Newletter.php';
links[5]='Newletter.php';
links[6]='Newletter.php';
links[7]='Newletter.php';
links[8]='Newletter.php';
links[9]='Newletter.php';
var s = Math.floor(Math.random()*ad.length);document.write('<b><a href="'+links[s]+'">'+ad[s]+'</a></b>');
