<!-- Begin
var links = 6; // set this to the number of links you have below!
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 = "/matrimony/search.asp?search=625";
text = "Female 25, Doctor from Chennai";
} 
if (re == 2) {
url = "/matrimony/search.asp?search=601";
text = "Male 26, Doctor working in UK, from Erode";
} 
if (re == 3) {
url = "/matrimony/search.asp?search=598";
text = "Male 26, Vet. doctor into Healthcare, from Erode";
} 
if (re == 4) {
url = "/matrimony/search.asp?search=574";
text = "Male 36, Doctor into Homoeopathy, from Namakkal";
} 
if (re == 5) {
url = "/matrimony/search.asp?search=532";
text = "Male 27, Doctor doing MRCP in UK";
} 
if (re == 6) {
url = "/matrimony/search.asp?search=701";
text = "Male 29, Arts/Sciences works as an Executive, from Coimbatore";
} 

var link="<A TARGET=\"_top\" HREF=\""+url+"\" onMouseOver=\"window.status='"+text+"'\">"+text+"</A>";
document.write(link); 
// End -->