// Insert the Texts here
var ad=new Array()
ad[0]='How Google Page Rank Works';
ad[1]='How Search Engine Spiders Work';
ad[2]='How to Tap Into the Power of HTML Elements';
ad[3]='Optimizing for AdSense Performance';
ad[4]='SEO Tips for Google';
ad[5]='SEO Tools of the Trade';
ad[6]='Understanding Stop Words and How to Avoid Them';
ad[7]='Searching on Google';
ad[8]='website payment methods';
ad[9]='SEO Tips for Overture';

// Insert the url of ads here
var links=new Array()
links[0]='How_Google_Page_Rank_Works.php';
links[1]='How_Search_Engine_Spiders_Work.php';
links[2]='How_to_Tap_Into_the_Power_of_HTML_Elements.php';
links[3]='Optimizing_for_AdSense_Performance.php';
links[4]='SEO_Tips_for_Google.php';
links[5]='SEO_Tools_of_the_Trade.php';
links[6]='Understanding_Stop_Words_and_How_to_Avoid_Them.php';
links[7]='google.php';
links[8]='website_payment_methods.php';
links[9]='SEO_Tips_for_Overture.php';

var s = Math.floor(Math.random()*ad.length);
document.write('<b><a href="'+links[s]+'">'+ad[s]+'</a></b>');