var FLPROPS = {		// Editable properties/methods	flashversion: '9,0,0,0',	divId: 'flashcontent',	flashvars: {},		params: {		base:'',		allowScriptAccess:'always',		scale: 'noscale',		wmode: 'transparent',		bgcolor: '#00071e'	},		attributes: {},	path: 'main.swf?territory=id&xml_path=xml/billboards.xml',	getWidth: '558',	getHeight: '252'}function detectPlayer(){	var mobile = (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));      if (mobile) {          document.getElementById(FLPROPS.divId).innerHTML = '<img src="images/sp_home_mainbanner.jpg" alt="Main Sonypictures Billboard Banner" />';    } else {		swfobject.embedSWF(FLPROPS.path, FLPROPS.divId, FLPROPS.getWidth, FLPROPS.getHeight, FLPROPS.flashversion, "", FLPROPS.flashvars, FLPROPS.params, FLPROPS.attributes);	}}	addLoadEvent(function() {	detectPlayer();});
