/*
	JavaScript Document
	Initiates all scripts on the home page.
*/
onload = function(){
	killFramesID		= setTimeout("killFrames();",5);
	screenSizeID		= setTimeout("screenSize();",5);
}