
rnd.today=new Date();
rnd.seed=rnd.today.getTime();

function rnd2()
{
rnd.seed = (rnd.seed*9301+49297) % 233280;
return rnd.seed/(233280.0);
};

function rand(number)
{
return Math.ceil(rnd()*number);
};

var numberx=rand(8)-1

if (numberx == 0) {
document.write("<div align=center><a href=stories/story_1.html target=_self>") 
document.write("<img src=stories/st_image1.jpg alt=\"Cherry Picking\" border=0></a></div>")
}

if (numberx == 1) {
document.write("<div align=center><a href=stories/story_2.html target=_self>") 
document.write("<img src=stories/st_image2.jpg alt=\"Cash Is King\" border=0></a></div>")
}

if (numberx == 2) {
document.write("<div align=center><a href=stories/story_3.html target=_self>") 
document.write("<img src=stories/st_image3.jpg alt=\"Do Think Do\" border=0></a></div>")
}

if (numberx == 3) {
document.write("<div align=center><a href=stories/story_4.html target=_self>") 
document.write("<img src=stories/st_image4.jpg alt=\"Effic vs Effect\" border=0></a></div>")
}

if (numberx == 4) {
document.write("<div align=center><a href=stories/story_5.html target=_self>") 
document.write("<img src=stories/st_image5.jpg alt=\"Match Tactics\" border=0></a></div>")
}

if (numberx == 5) {
document.write("<div align=center><a href=stories/story_6.html target=_self>") 
document.write("<img src=stories/st_image6.jpg alt=\"Magic Pill\" border=0></a></div>")
}

if (numberx == 6) {
document.write("<div align=center><a href=stories/story_7.html target=_self>") 
document.write("<img src=stories/st_image7.jpg alt=\"So Called Experts\" border=0></a></div>")
}

if (numberx == 7) {
document.write("<div align=center><a href=stories/story_8.html target=_self>") 
document.write("<img src=stories/st_image8.jpg alt=\"Get What You Measure\" border=0></a></div>")
}

