var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Complex.com's The 10 Hottest Ukrainian Women
";
arnews[0] += "Worldwide Wednesday's back! This week, we bring you the hottest girls from Ukraine , which is currently facing some political unrest.";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 20:15:11 GMT";
arnews[0] += "
";
arnews[1]="Jealousy, Italian-Style on The Girls Next Door
";
arnews[1] += "Hef 's gaggle of Girls Next Door are in for a shock this Sunday when the AARP stud takes the blond troika abroad.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 02:07:07 GMT";
arnews[1] += "
";
totcount = 2;
if (rnd) {
for (x=0;x<=100;x++) {
y=Math.round(Math.random()*totcount-0.5);
z=x%totcount;
tval=arnews[y];
arnews[y] = arnews[z];
arnews[z] = tval;
}
}
for (x=0;x<=(totcount-1);x++) {
document.write(arnews[x]);
if (x != (totcount-1) ) document.write("
"); }
document.write("