var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gibraltar a rock solid side trip for travelers in Spain - St. Petersburg Times
";
arnews[0] += "Gibraltar is home to the 1,400-foot-tall rock that many Americans recognize as the symbol of Prudential Insurance. Gibraltar has been a British territory since the Treaty of Utrecht in 1713. While vacationing in Spain, even the greatest fan of paella ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 00:10:00 GMT";
arnews[0] += "
";
arnews[1]="In the *&%#$ Beginning: Kevin Smith 3-Movie Collection (Blu-ray) - Popmatters.com
";
arnews[1] += "Kevin Smith is the Richard Pryor of lo-fi independent cinema. No one in modern moviemaking works better “blue”. He is a sorcerer of scatology, a God of the dick and fart joke. And yet, just like the late, great comic, he’s a wiz at turning ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 23:53: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("