var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="prince: sexy georgina walker
";
arnews[0] += "sexy georgina walker -";
arnews[0] += "
";
arnews[1]="New Religion Books: Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Allen & Unwin. http://tinyurl.com/yk6c8qr
";
arnews[1] += "Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Allen & Unwin.";
arnews[1] += "
";
arnews[2]="New Health Books: Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Allen & Unwin. http://tinyurl.com/yce6bf9
";
arnews[2] += "Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Allen & Unwin.";
arnews[2] += "
";
arnews[3]="New Kindle Books: Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Kindle Edition. http://bit.ly/3JL244
";
arnews[3] += "Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Kindle Edition.";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="New Book Releases: Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Allen & Unwin. http://tinyurl.com/ygv8tvg
";
arnews[4] += "Dearly Departed: Everything You Want to Know About the Afterlife - by Georgina Walker - Allen & Unwin.";
arnews[4] += "
";
totcount = 5;
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("