function RandomMainPic()
{
	mainpic = new Array(2);	// This is the total number of pictures in the directory, *MINUS ONE*.

	document.write("<img src='../jpg/ran/main" + Math.round(Math.random() * mainpic.length) + ".jpg' width='144px' height='222px' alt='' border='0px'>");
}