var MtimeGameAPI = {
	            Game : {ID:54988,Description:"惊闻《热血警探》的两位警察要出演《丁丁历险记》中的双胞胎侦探，真是有点莫名惊诧哈，但愿他们能再次火花四溅让人笑翻。问题是《热血警探》中这两位功夫迥异的警察是如何走到一起共事的？（面向图左手边为前者）"} ,
                Image : 'http://img2.mtime.com/Game/09/01/07/090107162615246610_180.jpg' ,
	            Options : [{ID:173580,GameID:54988,Description:"发小，当警察是共同的志愿"},{ID:173581,GameID:54988,Description:"升职，后者立功被调到城里"},{ID:173582,GameID:54988,Description:"贬官，前者太较真被贬乡里"}] ,
	            Render : function() { 
		            document.write('<form id="MtimeGameAPIForm" action="http://www.mtime.com/api/gameprocessor" method="post" target="_blank">');
		            document.write('<input type="hidden" id="MtimeGameAPIGameID" name="MtimeGameAPIGameID" value="'+MtimeGameAPI.Game['ID']+'"/>');
                    document.write('<input type="hidden" id="MtimeGameAPIGameAction" name="MtimeGameAPIGameAction" value="1" />');
                    document.write('<input type="hidden" id="MtimeGameAPIGameClassID" name="MtimeGameAPIGameClassID" value="0" />');
		            document.write('<p class="mt6">'+MtimeGameAPI.Game['Description']+'</p>');
		            if(MtimeGameAPI.Image!='')
			            document.write('<p><img src="'+MtimeGameAPI.Image+'"/></p>');
		            for(var i=0;i<MtimeGameAPI.Options.length;i++)	
			            document.write('<p><input type="radio" id="'+MtimeGameAPI.Options[i]['ID']+'" name="MtimeGameAPIOptionValue" value="'+MtimeGameAPI.Options[i]['ID']+'" /><label for="'+MtimeGameAPI.Options[i]['ID']+'">'+MtimeGameAPI.Options[i]['Description']+'</label></p>');	
		            document.write('<p><input value="提交" type="submit" name="MTimeGamePlayButton"/> ');
		            document.write('<input value="跳过" type="submit" name="MTimeGameSkipButton"/></p>');
		            document.write('</form>');
	            },
	            Submit : function(){var radiolist = document.getElementsByName ('MtimeGameAPIOptionValue');for(var i=0;i<radiolist.length;i++){if(radiolist[i].checked){document.getElementById('MtimeGameAPIForm').submit();return;}} alert('请先选择一个答案');} ,
	            Skip : function(){document.getElementById('MtimeGameAPIGameAction').value="0";document.getElementById('MtimeGameAPIForm').submit();} 
            };
            MtimeGameAPI.Render();