var MtimeGameAPI = {
	            Game : {ID:51591,Description:"《蝙蝠侠》系列虽然是英雄打败坏蛋的男人戏，却总也少不了或好或坏的女人来帮衬，请问以下4位“蝙蝠”女郎中哪项搭配错了？"} ,
                Image : 'http://img2.mtime.com/Game/08/12/04/081204110057352044_180.jpg' ,
	            Options : [{ID:161006,GameID:51591,Description:"金·贝辛格——《蝙蝠侠》，女摄影师"},{ID:161007,GameID:51591,Description:"米歇尔·菲佛——《蝙蝠侠归来》，猫女"},{ID:161008,GameID:51591,Description:"妮可·基德曼——《永远的蝙蝠侠》，女议员"},{ID:161009,GameID:51591,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();