<!-- This Script -->

var randomlinks=new Array()

<!-- CJ: Ringing Phone - 120 x 90 Banner -->

randomlinks[0]='<a href="http://click.linksynergy.com/fs-bin/click?id=puFcqS*Xmxg&offerid=87432.10000101&type=4&subid=0"><IMG  width="120" height="90" alt="Ringingphone.com" border="0" src="http://www.ringingphone.com/images/banners/120x90-a.gif"></a><IMG border="0" width="1" height="1"  src="http://ad.linksynergy.com/fs-bin/show?id=puFcqS*Xmxg&bids=87432.10000101&type=4&subid=0">'


<!--LSN: Nokia.com USA - 120 x 90 Banner -->

randomlinks[1]='<a href="http://click.linksynergy.com/fs-bin/click?id=[SITE.CODE]offerid=96547.10000003&type=4&subid=0"><IMG  width="120" height="90" alt="Button 1" border="0" src="http://www.mywinesdirect.com/Banners//linkshare_gifs/120x90.gif"></a><IMG border="0" width="1" height="1" src="http://ad.linksynergy.com/fs-bin/show?id=[SITE.CODE]&bids=96547.10000003&type=4&subid=0">'


<!-- CJ: ??? - 120 x 90 Banner -->

randomlinks[2]='<a href="http://www.dpbolvw.net/click-1917424-10369572" target="_top"><img src="http://www.lduhtrp.net/image-1917424-10369572" width="120" height="90" alt="" border="0"></a>'


<!-- Add another add here -->

<!-- Copyright Dont touch anything beyond here -->
function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)] 
return(add)
}
document.write( randomlink() );

<!-- End -->




