var gg = {
	indexChange : '<embed src="http://images.56.com/mm/mm_index.swf?v=' + Math.random() + '" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="474" height="209" flashVars="xmlURL=' + escape('http://mm.56.com/index.php?action=GG&do=code&orderby=100') + '"></embed>',
	viewGuangGao : '<embed src="http://images.56.com/mm/2008/display/mm_bg.swf" quality="high" wmode="opaque" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="955" height="453"></embed>',
	inner : function(pos, id) {
		switch(pos) {
			case 'indexChange':
				document.getElementById(id).innerHTML = this.indexChange;
				break;
			case 'viewGuangGao':
				document.getElementById(id).innerHTML = this.viewGuangGao;
				break;
		}
	}
}