var textads = new Array() 

textads[0]='<iframe border=\"0\" ALIGN=\"top\"  frameborder=\"0\" ALIGN=\"top\" id=\"newsS1\" name=\"newsS1\" width=\"350\" height=\"300\" scrolling=\"no\" src=\"http://www.ifind2.com/banners/GoogleTextAds336_280.html\"></iframe>' 

textads[1]='<iframe border=\"0\" ALIGN=\"top\"  frameborder=\"0\" ALIGN=\"top\" id=\"newsN1\" name=\"newsN1\" width=\"350\" height=\"300\" scrolling=\"no\" src=\"http://www.ifind2.com/banners/GoogleTextAds336_280_N.html\"></iframe>' 

textads[2]='<iframe border=\"0\" ALIGN=\"top\"  frameborder=\"0\" ALIGN=\"top\" id=\"newsS2\" name=\"newsS2\" width=\"350\" height=\"300\" scrolling=\"no\" src=\"http://www.ifind2.com/banners/GoogleTextAds336_280.html\"></iframe>' 


var choosead=Math.floor(Math.random()*(textads.length)) 
document.write("<p align=\"center\">" + textads[choosead] + "</p>")





