links = new Array(
"zv8281",
"fb4463",
"vz7280",
"zf3224",
"zc3174",
"os0223",
"ow5382",
"zw6013",
"kf4242",
"jl9774",
"rm0251",
"yr5462",
"tj2741",
"dk3942",
"ap6680",
"rg8904",
"fh5752",
"ce3043",
"mt3153",
"el0702",
"sk9032",
"nm3524",
"bf1340",
"hc2153",
"rg1021",
"aq6441",
"by0810",
"bv9912",
"hn0310",
"cn9041",
"fl3251",
"hd9253",
"bf4933",
"rz0913",
"sn8021",
"kl9344",
"it2494",
"wj4921",
"pk7272",
"wx4064",
"ml2192",
"ds5993",
"rc2470",
"kk1542",
"xy4534",
"tl7570",
"vy0313",
"kd9424",
"ev1654",
"ia9834",
"ih6123",
"lh2702",
"sn4604",
"hu1410",
"eb7764",
"ix5250",
"if4431",
"vv5451",
"am5591",
"si6302"
)

//Returns a random number between 0 and n
function getrandom(n) 
{
	i = Math.random()
	i = Math.round((i * 10000) % n)
	return i
}

// function link()
// {
//	index = getrandom(links.length-1)

//	document.write("<A HREF='cgi-bin/blues.pl?show=",links[index].substring(0,6),"' TARGET='",links[index],"'><IMG SRC='http://77.68.58.30/photo/",links[index].substring(0,1),"/",links[index],".jpg' align='left' ALT='Click to find out more about beautiful russian women' border=0></A>")
// }

function link()
{
	index = getrandom(links.length-1)

	document.write("<A HREF='/ladies/",links[index].substring(0,6),".shtml' TARGET='",links[index],"'><IMG SRC='http://77.68.58.30/photo/",links[index].substring(0,1),"/",links[index],".jpg' align='left' ALT='Click to find out more about beautiful russian women' border=0></A>")
}



// function thumb()
// {
// 	index = getrandom(links.length-1);
// 	document.write("<A HREF='cgi-bin/blues.pl?show=",links[index].substring(0,6),"' TARGET='",links[index],"'><IMG SRC='http://77.68.58.30/photo/thumbs/",links[index].substring(0,1),"/","s_",links[index].substring(0,6),".jpg' width='75' height='100' ALT='Click to find out more about beautiful russian women' border=0></A>");
// }

function thumb()
{
 	index = getrandom(links.length-1);
 	document.write("<A HREF='/ladies/",links[index].substring(0,6),".shtml' TARGET='",links[index],"'><IMG SRC='http://77.68.58.30/photo/thumbs/",links[index].substring(0,1),"/","s_",links[index].substring(0,6),".jpg' width='75' height='100' ALT='Click to find out more about beautiful russian women' border=0></A>");
}



function age(n)
{
	document.write("<a href='/cgi-bin/blues.pl?advancedengine=1&age_sel=",n,"&age1_sel=",n,"&child_sel=-1&height_sel=-1&height1_sel=-1&weight_sel=-1&weight1_sel=-1&eye_sel=-1&hair_sel=-1&languages_sel=-1&zodiac_sel=-1&mari_sel=-1&extra=&neWindow=0&previewMode=0&previewLines=20&action=search&searchcondition=24' onclick='exit=false'><img SRC='/graphics/redbullet.gif' border=0 WIDTH=7 HEIGHT=7><font color=#ff4400>",n,"</font></a> ");
}

function mens_age(n,min,max)
{
	document.write("<a href='/cgi-bin/blues.pl?age_sel=",min,"&age1_sel=",max,"&child_sel=-1&height_sel=-1&height1_sel=-1&weight_sel=-1&weight1_sel=-1&eye_sel=-1&hair_sel=-1&zodiac_sel=-1&mari_sel=-1&countries_sel=-1&languages_sel=-1&his_age_sel=",n,"&extra=&searchcondition=24&advancedengine=1&previewMode=0&previewLines=10&neWindow=0&action=search' onclick='exit=false'><img SRC='/graphics/redbullet.gif' border=0 WIDTH=7 HEIGHT=7><font color=#ff4400>",n,"</font></a> ");
}

function city(town,desc)
{
	document.write("<a href='/cgi-bin/blues.pl?advancedengine=1&age_sel=-1&age1_sel=-1&child_sel=-1&height_sel=-1&height1_sel=-1&weight_sel=-1&weight1_sel=-1&eye_sel=-1&hair_sel=-1&languages_sel=-1&zodiac_sel=-1&mari_sel=-1&FC=",town,"&neWindow=0&previewMode=0&previewLines=20&action=search&searchcondition=9' onclick='exit=false'><img SRC='/graphics/redbullet.gif' border=0 WIDTH=7 HEIGHT=7><font color=#ff4400>",desc,"</font></a> ");
}

function country(place,desc)
{
	document.write("<a href='/cgi-bin/blues.pl?advancedengine=1&age_sel=-1&age1_sel=-1&child_sel=-1&height_sel=-1&height1_sel=-1&weight_sel=-1&weight1_sel=-1&eye_sel=-1&hair_sel=-1&languages_sel=-1&zodiac_sel=-1&mari_sel=-1&extra=",place,"&neWindow=0&previewMode=0&previewLines=20&action=search&searchcondition=24' onclick='exit=false'><img SRC='/graphics/redbullet.gif' border=0 WIDTH=7 HEIGHT=7><font color=#ff4400>",desc,"</font></a> ");
}

function lan(n,desc)
{
	document.write("<a href='/cgi-bin/blues.pl?advancedengine=1&age_sel=-1&age1_sel=-1&child_sel=-1&height_sel=-1&height1_sel=-1&weight_sel=-1&weight1_sel=-1&eye_sel=-1&hair_sel=-1&languages_sel=",n,"&zodiac_sel=-1&mari_sel=-1&extra=&neWindow=0&previewMode=0&previewLines=20&action=search&searchcondition=24' onclick='exit=false'><img SRC='/graphics/redbullet.gif' border=0 WIDTH=7 HEIGHT=7><font color=#ff4400>",desc,"</a> ");
}

function breakout_of_frame()
{
  if (top.location != location) {
    top.location.href = document.location.href ;
    exit=false;
  }
}
