function home()
{
//4
var ranNum= Math.round(Math.random() * 4);
if (ranNum == 0){document.write('<a href="http://virtualbookworm.com/bookstore"><img border = "0" src="http://www.virtualbookworm.com/mm5/graphics/00000001/featuresJ1.jpg"/></a>'); } // one
if (ranNum == 1){document.write('<a href="http://virtualbookworm.com/bookstore"><img border = "0" src="http://www.virtualbookworm.com/mm5/graphics/00000001/featuresJ2.jpg"/></a>'); } // two
if (ranNum == 2){document.write('<a href="http://virtualbookworm.com/bookstore"><img border = "0" src="http://www.virtualbookworm.com/mm5/graphics/00000001/featuresJ3.jpg"/></a>'); } // three
if (ranNum == 3){document.write('<a href="http://virtualbookworm.com/bookstore"><img border = "0" src="http://www.virtualbookworm.com/mm5/graphics/00000001/featuresJ4.jpg"/></a>'); } // four
if (ranNum == 4){document.write('<a href="http://virtualbookworm.com/bookstore"><img border = "0" src="http://www.virtualbookworm.com/mm5/graphics/00000001/featuresJ5.jpg"/></a>'); } // five
}
