var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jack White as a svengali? Here's how not to do it ... - The Guardian
";
arnews[0] += "With his record label Third Man, Jack White of The White Stripes is trying the svengali cap on for size. Photograph: Chris Pizzello/REUTERS What is clear, however, is that The Black Belles mark another stage in Jack White's strange career. After ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 12:48:00 GMT";
arnews[0] += "
";
arnews[1]="New magazine delivers fashion, fantasies, and fairy-tales - StarPhoenix
";
arnews[1] += "LONDON - A new fashion magazine built on daydreams, fantasy and fairy-tales in an unashamed flirtation with teenaged girls has become this season's \"must read\" at London Fashion Week. Praised in internet forums and fashion blogs, and squabbled over ...";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 23:54:00 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("