
function findSource()
{

//womArray = new Array("1208", "1218", "1226", "1234", "1250", "1261", "1263", "1279", "1282", "1285",
//"1300", "1303", "1309", "1310", "1311", "1314", "1320", "1324", "1335", "1337",
//"1351", "1358", "1389", "1395", "1400", "1403", "1409", "1412", "1431", "1445",
//"1461", "1475", "1477", "1478", "1482", "1491", "1495", "1499", "1509", "1570");


womArray = new Array("1914", "1491", "1751", "1821", "1839", "1837", "1852");

var x=0;
var y=6;

var range = y-x+1;
var i=(""+range).length;
var c=(Math.floor(Math.random()*Math.pow(10,i)%range))+parseInt(x);

//alert (womArray[c]);

document.write("<a href='/english/profile.php3?id="+womArray[c]+"'>");
document.write("<img src='/photos/"+womArray[c]+"_wph1.jpg' border=1 width=85 height=115 alt='Featured Profile'></a><br>");
}