//ファーストページリクエスト


window.onLoad = function()
{
	window.status = "";
	window.defaultStatus = "";
}
function getValue(){
	var myStr=document.URL.split("?")[1];
	var firstPage =(myStr)? myStr.split("=")[1] : "";
	//embedSwf("./top.swf", 1000, 490, "swf1", firstPage);
	return firstPage;
}
