function checkStr(){var strTemp = new String();var strArg = new String();var nLength;strTemp = location.search;nLength = strTemp.length;strArg = strTemp.substring(1, nLength);document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/ cabs/flash/swflash.cab#version=6,0,29,0" width="100%" height="100%" id="frame">')document.write('<param name="allowScriptAccess" value="always" />')document.write('<param name="movie" value="frame.swf?goJump='+strArg+'">')document.write('<param name="quality" value="high">')document.write('<param name="bgcolor" value="#000000">')document.write('<embed src="frame.swf?goJump='+strArg+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="100%" height="100%" name="frame">')document.write('</object>')}