var MtimeGameAPI = {
	            Game : {ID:53172,Description:"与很多卖座大片系列采用多位导演执掌不同，《加勒比海盗》系列是由同一位导演完成的，戈尔·维宾斯基，这位由广告界转战而来的导演作品不多却都口碑不错，其中有一部来自亚洲的翻拍片，你知道是哪一部么？"} ,
                Image : 'http://img2.mtime.com/Game/08/12/17/081217171824514157_180.jpg' ,
	            Options : [{ID:166557,GameID:53172,Description:"见鬼"},{ID:166558,GameID:53172,Description:"鬼影"},{ID:166559,GameID:53172,Description:"午夜凶铃"},{ID:166560,GameID:53172,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();