/*
	JavaScript Document
	Initiates all scripts on the home page.
*/
onload = function(){
	killFramesID		= setTimeout("killFrames();",5);
	screenSizeID		= setTimeout("screenSize();",5);
	taxiID				= setTimeout("embedFlash('align=b','data=Media/SWF/homepage.swf','height=100%','loop=false','parent=flash','play=true','quality=best','salign=b','width=100%','wmode=opaque');",10);
}
