function rnd(maxVal)
{
	return Math.floor(Math.random() * maxVal) + 1;
}

function getBanner() {
var myrnd;
var mystring;
mystring = '<table width="200" border="1"><tr><td><center>All Images are copyright by their original owner. <br>All Webpages &copy; Projectbag.com</center></font></strong></td></tr></table>';
return mystring;
}