var nextbook=0;
var indexbook=0;
var booksnumber=7;
var booksdisplay=3;
document.write("<A HREF='http://www.voxelsoft.com/2001/a/contacts.htm'><IMG SRC='http://wwp.icq.com/scripts/online.dll?icq=70236490&img=3&"+Math.random()+"' BORDER='0'></A><BR>");
if(Math.ceil(Math.random()*2)==1)
{document.write("<FONT SIZE=2 COLOR='#00c000'><B>Nickname 'Voxel' in channel #gamedev on irc (weekends)</B></FONT><BR><BR>");}
else
{document.write("<FONT SIZE=2 COLOR='#00c000'><B>If you want to learn programming, take a look at these great books:</B></FONT><BR><BR>");}
for(indexbook=0;indexbook<booksdisplay;indexbook++)
	{
	nextbook=Math.ceil(Math.random()*booksnumber);
	if(nextbook==1)
		{
		document.write("<a href='http://www.amazon.com/exec/obidos/ASIN/0764503375/voxelsoft'>");
		document.write("<img src='http://www.voxelsoft.com/2001/a/images/book1.jpg' border='0' alt='Books' height='140' width='110'></a>&nbsp;&nbsp;");
		}
	if(nextbook==2)
		{
		document.write("<a href='http://www.amazon.com/exec/obidos/ASIN/1571690042/voxelsoft'>");
		document.write("<img src='http://www.voxelsoft.com/2001/a/images/book2.gif' border='0' alt='Books' height='140' width='110'></a>&nbsp;&nbsp;");
		}
	if(nextbook==3)
		{
		document.write("<a href='http://www.amazon.com/exec/obidos/ASIN/1584500492/voxelsoft'>");
		document.write("<img src='http://www.voxelsoft.com/2001/a/images/book3.jpg' border='0' alt='Books' height='140' width='110'></a>&nbsp;&nbsp;");
		}
	if(nextbook==4)
		{
		document.write("<a href='http://www.amazon.com/exec/obidos/ASIN/0672315157/voxelsoft'>");
		document.write("<img src='http://www.voxelsoft.com/2001/a/images/book4.jpg' border='0' alt='Books' height='140' width='110'></a>&nbsp;&nbsp;");
		}
	if(nextbook==5)
		{
		document.write("<a href='http://www.amazon.com/exec/obidos/ASIN/076450746X/voxelsoft'>");
		document.write("<img src='http://www.voxelsoft.com/2001/a/images/book5.jpg' border='0' alt='Books' height='140' width='110'></a>&nbsp;&nbsp;");
		}
	if(nextbook==6)
		{
		document.write("<a href='http://www.amazon.com/exec/obidos/ASIN/0764501682/voxelsoft'>");
		document.write("<img src='http://www.voxelsoft.com/2001/a/images/book6.jpg' border='0' alt='Books' height='140' width='110'></a>&nbsp;&nbsp;");
		}
	if(nextbook==7)
		{
		document.write("<a href='http://www.amazon.com/exec/obidos/ASIN/1558605827/voxelsoft'>");
		document.write("<img src='http://www.voxelsoft.com/2001/a/images/book7.jpg' border='0' alt='Books' height='140' width='110'></a>&nbsp;&nbsp;");
		}
	}
d=new Date();
document.write("<BR><FONT SIZE=2 COLOR='#00f0f0'><B>Page Last Modified On: "+document.lastModified+"</B></FONT>");
document.write("<BR><FONT SIZE=2 COLOR='#00f0f0'><B>You Loaded The Page On: "+d.toLocaleString()+"</B></FONT>");