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] = "Get $50 Worth of Hershey's Miniatures FREE, Details Apply: CLICK HERE!";
r_text[1] = "Get $50 Worth of Hershey's Miniatures FREE, Details Apply: CLICK HERE!";
r_text[2] = "Get $50 Worth of Hershey's Miniatures FREE, Details Apply: CLICK HERE!";
r_text[3] = "Get $50 Worth of Hershey's Miniatures FREE, Details Apply: CLICK HERE!"
r_text[4] = "Get $50 Worth of Hershey's Miniatures FREE, Details Apply: CLICK HERE!"

var r_link = new Array ();
r_link[0] = "http://lwken.com/click/?s=70332&c=549998&subid=tb";
r_link[1] = "http://lwken.com/click/?s=70332&c=549998&subid=tb";
r_link[2] = "http://lwken.com/click/?s=70332&c=549998&subid=tb";
r_link[3] = "http://lwken.com/click/?s=70332&c=549998&subid=tb";
r_link[4] = "http://lwken.com/click/?s=70332&c=549998&subid=tb";

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>'
);
