<!-- ban -->
<!-- ban -->

var randomlinks=new Array()

randomlinks[0]='<div id=menu><strong><li><a href="http://www.sendafreefax.com" target="_blank">send free fax</a></li>|<li><a href="http://www.sendafreesms.com" target="_blank">send free sms</a></li>|<li><a href="http://www.freecallpin.com" target="_blank">free international calls</a></li>|<li><a href="http://www.wirelessflatrate.com" target="_blank">$10 cell plans</a></li>|<li><a href="http://www.ldusa.com/sendmessage.php" target="_blank">contact</a></li></strong></div>'

<!-- Add another add here -->











<!-- dd -->

function randomlink(){
var add = randomlinks[Math.floor(Math.random()*randomlinks.length)] 
return(add)
}

document.write( randomlink() );


