<!-- 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=572";
text = "Female 23, Engineer into Computer/Software/IT, from Chennai";
} 
if (re == 2) {
url = "/matrimony/search.asp?search=707";
text = "Female 24, Arts/Sciences into Teaching, from Erode";
} 
if (re == 3) {
url = "/matrimony/search.asp?search=705";
text = "Female 35, Arts/Sciences works as a Professor, from Salem";
} 
if (re == 4) {
url = "/matrimony/search.asp?search=685";
text = "Female 27, Engineer into Computer/Software/IT, from USA";
} 
if (re == 5) {
url = "/matrimony/search.asp?search=620";
text = "Female 27, MCA/MPhil into Teaching, from Erode";
} 
if (re == 6) {
url = "/matrimony/search.asp?search=579";
text = "Female 28, Engineering into Computer/Software/IT, from Chennai";
} 

var link="<A TARGET=\"_top\" HREF=\""+url+"\" onMouseOver=\"window.status='"+text+"'\">"+text+"</A>";
document.write(link); 
// End -->