var links=8;
var date=new Date();
var rd=date.getSeconds();
var ra=rd%links;
var re=++ra;
var url="document.write(re)";
var text="";
if(re==1){url="../mobile/m/?=fc";
text="Introducing Mobile Classifieds";}
if(re==2){url="../mobile/m/?=fc";
text="Introducing indian Classifieds for your mobile";}
if(re==3)
{url="../blog";
text="Read the latest - indianClassifieds.com/blog";}
if (re == 4) {
url = "../search/?loc=bangalore&search="; 
text = "Bangalore classified ads listings";
} 
if (re == 5) {
url = "../search/?loc=pune&search="; 
text = "Pune classified ads listings";
} 
if (re == 6) {
url = "../search/?loc=hyderabad&search="; 
text = "Hyderabad classified ads listings";
} 
if (re == 7) {
url = "../search/?loc=goa&search="; 
text = "Goa classified ads listings";
} 
if (re == 8) {
url = "../search/?loc=pune&search="; 
text = "Pune classified ads listings";
} 
var link="<A TARGET=\"_top\" HREF=\""+url+"\" onMouseOver=\"window.status='"+text+"'\">"+text+"</A>";
document.write(link);

