var r_text = new Array ();
//r_text[0] = "View your 2009 Credit Report and Scores from all 3 bureaus for $0!";
//r_text[1] = "Credit Report and Score -- $0 Now. Fast, Free, Secure. View Instantly.";
r_text[0] = "Free Samples for the Summer. Get Yours Now!";
r_text[1] = "Are You Bad To The Bone? Or Are You A Softy? Take The Rebel Quiz Now!";
r_text[2] = "A Good Credit Score = 700 or Above. See Yours in 2 Easy Steps for $0!";
r_text[3] = "Are You Smarter Than a 3rd Grader? Play Now for a chance to WIN $10,000."
r_text[4] = "Give your opinion and be rewarded for your efforts. Earn cash from the comfort of your own home."

var r_link = new Array ();
r_link[0] = "http://fbgdc.com/click/?s=69645&c=149489&subid=b";
r_link[1] = "http://qdmil.com/click/?s=69645&c=162346&subid=b";
r_link[2] = "http://pushdowndebt.com/go/creditreport.php";
r_link[3] = "http://peerfly.com/x/0/5/1556/";
r_link[4] = "http://peerfly.com/x/0/246/1556/";

var i = Math.floor(5*Math.random())

document.write(
'<div style="width: 100%; background-color: #FFFFE1; height: 24px; border-bottom: 1px solid #808080;">'+

'<div style="font-size: 12px; font-family: Verdana; vertical-align: middle; text-align: center; color: #000000; padding: 2px; margin-top: 0px; font-weight: normal; line-height:20px;"> '+

'<a href="'+r_link[i]+'" target="_blank" rel="nofollow"><strong>'+r_text[i]+'</strong></a></div>'+
   
'</div>'
);