//	Function to handle document onload event.
onload = function (){
	killFramesTimer		= setTimeout("killFrames();",10);
	navigationTimer		= setTimeout("navigation();",10);
	embedHeaderTimer	= setTimeout("embedFlash('data=Media/SWF/home.swf','height=150','loop=false','parent=header','play=true','quality=best','width=100%');",10);
	embedIntroTimer		= setTimeout("embedFlash('data=Media/SWF/videoPlayer.swf','flashvars=videoFLV:../FLV/GNF TV 073.flv;nextPage:home.php;','height=100%','loop=false','parent=flash','play=true','quality=best','width=100%','wmode=opaque');",10);
};