var VoxPopJavascriptName="voxify.js";var VoxPopAnalyticsTrackingNumber="UA-1185532-1";var VoxPopTournamentInfoReadyFlag=false;var VoxPopAffiliateInfoReadyFlag=false;var VoxPopAlertOnTrace=false;var VoxPopAlertOnDebug=false;var VoxPopAlertOnInfo=false;var VoxPopAlertOnError=false;var VoxPopTournamentGuid;var VoxPopAffiliateGuid;var VoxPopHeight;var VoxPopWidth;var VoxPopWmode;var VoxPopAutoResize;var VoxPopEmbedMech;var VoxPopTrackingMap={};var VoxPopHostInfo;var VoxPopTournamentName="";var VoxPopDefaultWmode="transparent";var VoxPopGlobalEventTrackerId="UA-6943207-1";var VoxPopSecondGlobalEventTrackerId="UA-8089987-1";var VoxPopGlobalWithTournamentEventTrackerId="UA-6943368-1";var VoxPopSecondGlobalWithTournamentEventTrackerId="UA-8392724-1";var VoxPopProviderEventTrackerId="UA-6900484-1";var VoxPopProviderWithTournamentEventTrackerId="UA-6943303-1";var VoxPopDistributorEventTrackerId="UA-6943248-1";var VoxPopDistributorWithTournamentEventTrackerId="UA-6943350-1";var VoxPopUseSwfObjectLoader=true;var VoxPopDefaultAutoResize=false;var VoxPopFameriderUserId;var VoxPopTimestamp;var VoxPopGamePosition;var VoxPopSignature;var VoxPopWebAuthority;var VoxPopDefaultWebAuthority="www.voxpop.tv";var VoxPopAccessDomain;var VoxPopDefaultAccessDomain="www.voxpop.tv";var VoxPopFacebookAPIKey;var vpisIE=(navigator.appVersion.indexOf("MSIE")!=-1)?true:false;var vpIsWin=(navigator.appVersion.toLowerCase().indexOf("win")!=-1)?true:false;var vpIsOpera=(navigator.userAgent.indexOf("Opera")!=-1)?true:false;
/* SWFObject v2.1 <http://code.google.com/p/swfobject/>
  Copyright (c) 2007-2008 Geoff Stearns, Michael Williams, and Bobby van der Sluis
  This software is released under the MIT License <http://www.opensource.org/licenses/mit-license.php>
*/
var vpswfobject=function(){var UNDEF="undefined",OBJECT="object",SHOCKWAVE_FLASH="Shockwave Flash",SHOCKWAVE_FLASH_AX="ShockwaveFlash.ShockwaveFlash",FLASH_MIME_TYPE="application/x-shockwave-flash",EXPRESS_INSTALL_ID="SWFObjectExprInst",win=window,doc=document,nav=navigator,domLoadFnArr=[],regObjArr=[],objIdArr=[],listenersArr=[],script,timer=null,storedAltContent=null,storedAltContentId=null,isDomLoaded=false,isExpressInstallActive=false;var ua=function(){var w3cdom=typeof doc.getElementById!=UNDEF&&typeof doc.getElementsByTagName!=UNDEF&&typeof doc.createElement!=UNDEF,playerVersion=[0,0,0],d=null;if(typeof nav.plugins!=UNDEF&&typeof nav.plugins[SHOCKWAVE_FLASH]==OBJECT){d=nav.plugins[SHOCKWAVE_FLASH].description;if(d&&!(typeof nav.mimeTypes!=UNDEF&&nav.mimeTypes[FLASH_MIME_TYPE]&&!nav.mimeTypes[FLASH_MIME_TYPE].enabledPlugin)){d=d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");playerVersion[0]=parseInt(d.replace(/^(.*)\..*$/,"$1"),10);playerVersion[1]=parseInt(d.replace(/^.*\.(.*)\s.*$/,"$1"),10);playerVersion[2]=/r/.test(d)?parseInt(d.replace(/^.*r(.*)$/,"$1"),10):0}}else{if(typeof win.ActiveXObject!=UNDEF){var a=null,fp6Crash=false;try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".7")}catch(e){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX+".6");playerVersion=[6,0,21];a.AllowScriptAccess="always"}catch(e){if(playerVersion[0]==6){fp6Crash=true}}if(!fp6Crash){try{a=new ActiveXObject(SHOCKWAVE_FLASH_AX)}catch(e){}}}if(!fp6Crash&&a){try{d=a.GetVariable("$version");if(d){d=d.split(" ")[1].split(",");playerVersion=[parseInt(d[0],10),parseInt(d[1],10),parseInt(d[2],10)]}}catch(e){}}}}var u=nav.userAgent.toLowerCase(),p=nav.platform.toLowerCase(),webkit=/webkit/.test(u)?parseFloat(u.replace(/^.*webkit\/(\d+(\.\d+)?).*$/,"$1")):false,ie=false,windows=p?/win/.test(p):/win/.test(u),mac=p?/mac/.test(p):/mac/.test(u);
/*@cc_on
      ie = true;
      @if (@_win32)
        windows = true;
      @elif (@_mac)
        mac = true;
      @end
    @*/
return{w3cdom:w3cdom,pv:playerVersion,webkit:webkit,ie:ie,win:windows,mac:mac}}();var onDomLoad=function(){if(!ua.w3cdom){return}addDomLoadEvent(main);if(ua.ie&&ua.win){try{doc.write("<script id=__ie_ondomload defer=true src=//:><\/script>");script=getElementById("__ie_ondomload");if(script){addListener(script,"onreadystatechange",checkReadyState)}}catch(e){}}if(ua.webkit&&typeof doc.readyState!=UNDEF){timer=setInterval(function(){if(/loaded|complete/.test(doc.readyState)){callDomLoadFunctions()}},10)}if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("DOMContentLoaded",callDomLoadFunctions,null)}addLoadEvent(callDomLoadFunctions)}();function checkReadyState(){if(script.readyState=="complete"){script.parentNode.removeChild(script);callDomLoadFunctions()}}function callDomLoadFunctions(){if(isDomLoaded){return}if(ua.ie&&ua.win){var s=createElement("span");try{var t=doc.getElementsByTagName("body")[0].appendChild(s);t.parentNode.removeChild(t)}catch(e){return}}isDomLoaded=true;if(timer){clearInterval(timer);timer=null}var dl=domLoadFnArr.length;for(var i=0;i<dl;i++){domLoadFnArr[i]()}}function addDomLoadEvent(fn){if(isDomLoaded){fn()}else{domLoadFnArr[domLoadFnArr.length]=fn}}function addLoadEvent(fn){if(typeof win.addEventListener!=UNDEF){win.addEventListener("load",fn,false)}else{if(typeof doc.addEventListener!=UNDEF){doc.addEventListener("load",fn,false)}else{if(typeof win.attachEvent!=UNDEF){addListener(win,"onload",fn)}else{if(typeof win.onload=="function"){var fnOld=win.onload;win.onload=function(){fnOld();fn()}}else{win.onload=fn}}}}}function main(){var rl=regObjArr.length;for(var i=0;i<rl;i++){var id=regObjArr[i].id;if(ua.pv[0]>0){var obj=getElementById(id);if(obj){regObjArr[i].width=obj.getAttribute("width")?obj.getAttribute("width"):"0";regObjArr[i].height=obj.getAttribute("height")?obj.getAttribute("height"):"0";if(hasPlayerVersion(regObjArr[i].swfVersion)){if(ua.webkit&&ua.webkit<312){fixParams(obj)}setVisibility(id,true)}else{if(regObjArr[i].expressInstall&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){showExpressInstall(regObjArr[i])}else{displayAltContent(obj)}}}}else{setVisibility(id,true)}}}function fixParams(obj){var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var e=createElement("embed"),a=nestedObj.attributes;if(a){var al=a.length;for(var i=0;i<al;i++){if(a[i].nodeName=="DATA"){e.setAttribute("src",a[i].nodeValue)}else{e.setAttribute(a[i].nodeName,a[i].nodeValue)}}}var c=nestedObj.childNodes;if(c){var cl=c.length;for(var j=0;j<cl;j++){if(c[j].nodeType==1&&c[j].nodeName=="PARAM"){e.setAttribute(c[j].getAttribute("name"),c[j].getAttribute("value"))}}}obj.parentNode.replaceChild(e,obj)}}function showExpressInstall(regObj){isExpressInstallActive=true;var obj=getElementById(regObj.id);if(obj){if(regObj.altContentId){var ac=getElementById(regObj.altContentId);if(ac){storedAltContent=ac;storedAltContentId=regObj.altContentId}}else{storedAltContent=abstractAltContent(obj)}if(!(/%$/.test(regObj.width))&&parseInt(regObj.width,10)<310){regObj.width="310"}if(!(/%$/.test(regObj.height))&&parseInt(regObj.height,10)<137){regObj.height="137"}doc.title=doc.title.slice(0,47)+" - Flash Player Installation";var pt=ua.ie&&ua.win?"ActiveX":"PlugIn",dt=doc.title,fv="MMredirectURL="+win.location+"&MMplayerType="+pt+"&MMdoctitle="+dt,replaceId=regObj.id;if(ua.ie&&ua.win&&obj.readyState!=4){var newObj=createElement("div");replaceId+="SWFObjectNew";newObj.setAttribute("id",replaceId);obj.parentNode.insertBefore(newObj,obj);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj)};addListener(win,"onload",fn)}createSWF({data:regObj.expressInstall,id:EXPRESS_INSTALL_ID,width:regObj.width,height:regObj.height},{flashvars:fv},replaceId)}}function displayAltContent(obj){if(ua.ie&&ua.win&&obj.readyState!=4){var el=createElement("div");obj.parentNode.insertBefore(el,obj);el.parentNode.replaceChild(abstractAltContent(obj),el);obj.style.display="none";var fn=function(){obj.parentNode.removeChild(obj)};addListener(win,"onload",fn)}else{obj.parentNode.replaceChild(abstractAltContent(obj),obj)}}function abstractAltContent(obj){var ac=createElement("div");if(ua.win&&ua.ie){ac.innerHTML=obj.innerHTML}else{var nestedObj=obj.getElementsByTagName(OBJECT)[0];if(nestedObj){var c=nestedObj.childNodes;if(c){var cl=c.length;for(var i=0;i<cl;i++){if(!(c[i].nodeType==1&&c[i].nodeName=="PARAM")&&!(c[i].nodeType==8)){ac.appendChild(c[i].cloneNode(true))}}}}}return ac}function createSWF(attObj,parObj,id){var r,el=getElementById(id);if(el){if(typeof attObj.id==UNDEF){attObj.id=id}if(ua.ie&&ua.win){var att="";for(var i in attObj){if(attObj[i]!=Object.prototype[i]){if(i.toLowerCase()=="data"){parObj.movie=attObj[i]}else{if(i.toLowerCase()=="styleclass"){att+=' class="'+attObj[i]+'"'}else{if(i.toLowerCase()!="classid"){att+=" "+i+'="'+attObj[i]+'"'}}}}}var par="";for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par+='<param name="'+j+'" value="'+parObj[j]+'" />'}}el.outerHTML='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'+att+">"+par+"</object>";objIdArr[objIdArr.length]=attObj.id;r=getElementById(attObj.id)}else{if(ua.webkit&&ua.webkit<312){var e=createElement("embed");e.setAttribute("type",FLASH_MIME_TYPE);for(var k in attObj){if(attObj[k]!=Object.prototype[k]){if(k.toLowerCase()=="data"){e.setAttribute("src",attObj[k])}else{if(k.toLowerCase()=="styleclass"){e.setAttribute("class",attObj[k])}else{if(k.toLowerCase()!="classid"){e.setAttribute(k,attObj[k])}}}}}for(var l in parObj){if(parObj[l]!=Object.prototype[l]){if(l.toLowerCase()!="movie"){e.setAttribute(l,parObj[l])}}}el.parentNode.replaceChild(e,el);r=e}else{var o=createElement(OBJECT);o.setAttribute("type",FLASH_MIME_TYPE);for(var m in attObj){if(attObj[m]!=Object.prototype[m]){if(m.toLowerCase()=="styleclass"){o.setAttribute("class",attObj[m])}else{if(m.toLowerCase()!="classid"){o.setAttribute(m,attObj[m])}}}}for(var n in parObj){if(parObj[n]!=Object.prototype[n]&&n.toLowerCase()!="movie"){createObjParam(o,n,parObj[n])}}el.parentNode.replaceChild(o,el);r=o}}}return r}function createObjParam(el,pName,pValue){var p=createElement("param");p.setAttribute("name",pName);p.setAttribute("value",pValue);el.appendChild(p)}function removeSWF(id){var obj=getElementById(id);if(obj&&(obj.nodeName=="OBJECT"||obj.nodeName=="EMBED")){if(ua.ie&&ua.win){if(obj.readyState==4){removeObjectInIE(id)}else{win.attachEvent("onload",function(){removeObjectInIE(id)})}}else{obj.parentNode.removeChild(obj)}}}function removeObjectInIE(id){var obj=getElementById(id);if(obj){for(var i in obj){if(typeof obj[i]=="function"){obj[i]=null}}obj.parentNode.removeChild(obj)}}function getElementById(id){var el=null;try{el=doc.getElementById(id)}catch(e){}return el}function createElement(el){return doc.createElement(el)}function addListener(target,eventType,fn){target.attachEvent(eventType,fn);listenersArr[listenersArr.length]=[target,eventType,fn]}function hasPlayerVersion(rv){var pv=ua.pv,v=rv.split(".");v[0]=parseInt(v[0],10);v[1]=parseInt(v[1],10)||0;v[2]=parseInt(v[2],10)||0;return(pv[0]>v[0]||(pv[0]==v[0]&&pv[1]>v[1])||(pv[0]==v[0]&&pv[1]==v[1]&&pv[2]>=v[2]))?true:false}function createCSS(sel,decl){if(ua.ie&&ua.mac){return}var h=doc.getElementsByTagName("head")[0],s=createElement("style");s.setAttribute("type","text/css");s.setAttribute("media","screen");if(!(ua.ie&&ua.win)&&typeof doc.createTextNode!=UNDEF){s.appendChild(doc.createTextNode(sel+" {"+decl+"}"))}h.appendChild(s);if(ua.ie&&ua.win&&typeof doc.styleSheets!=UNDEF&&doc.styleSheets.length>0){var ls=doc.styleSheets[doc.styleSheets.length-1];if(typeof ls.addRule==OBJECT){ls.addRule(sel,decl)}}}function setVisibility(id,isVisible){var v=isVisible?"visible":"hidden";if(isDomLoaded&&getElementById(id)){getElementById(id).style.visibility=v}else{createCSS("#"+id,"visibility:"+v)}}function urlEncodeIfNecessary(s){var regex=/[\\\"<>\.;]/;var hasBadChars=regex.exec(s)!=null;return hasBadChars?encodeURIComponent(s):s}var cleanup=function(){if(ua.ie&&ua.win){window.attachEvent("onunload",function(){var ll=listenersArr.length;for(var i=0;i<ll;i++){listenersArr[i][0].detachEvent(listenersArr[i][1],listenersArr[i][2])}var il=objIdArr.length;for(var j=0;j<il;j++){removeSWF(objIdArr[j])}for(var k in ua){ua[k]=null}ua=null;for(var l in vpswfobject){vpswfobject[l]=null}vpswfobject=null})}}();return{registerObject:function(objectIdStr,swfVersionStr,xiSwfUrlStr){if(!ua.w3cdom||!objectIdStr||!swfVersionStr){return}var regObj={};regObj.id=objectIdStr;regObj.swfVersion=swfVersionStr;regObj.expressInstall=xiSwfUrlStr?xiSwfUrlStr:false;regObjArr[regObjArr.length]=regObj;setVisibility(objectIdStr,false)},getObjectById:function(objectIdStr){var r=null;if(ua.w3cdom){var o=getElementById(objectIdStr);if(o){var n=o.getElementsByTagName(OBJECT)[0];if(!n||(n&&typeof o.SetVariable!=UNDEF)){r=o}else{if(typeof n.SetVariable!=UNDEF){r=n}}}}return r},embedSWF:function(swfUrlStr,replaceElemIdStr,widthStr,heightStr,swfVersionStr,xiSwfUrlStr,flashvarsObj,parObj,attObj){if(!ua.w3cdom||!swfUrlStr||!replaceElemIdStr||!widthStr||!heightStr||!swfVersionStr){return}widthStr+="";heightStr+="";if(hasPlayerVersion(swfVersionStr)){setVisibility(replaceElemIdStr,false);var att={};if(attObj&&typeof attObj===OBJECT){for(var i in attObj){if(attObj[i]!=Object.prototype[i]){att[i]=attObj[i]}}}att.data=swfUrlStr;att.width=widthStr;att.height=heightStr;var par={};if(parObj&&typeof parObj===OBJECT){for(var j in parObj){if(parObj[j]!=Object.prototype[j]){par[j]=parObj[j]}}}if(flashvarsObj&&typeof flashvarsObj===OBJECT){for(var k in flashvarsObj){if(flashvarsObj[k]!=Object.prototype[k]){if(typeof par.flashvars!=UNDEF){par.flashvars+="&"+k+"="+flashvarsObj[k]}else{par.flashvars=k+"="+flashvarsObj[k]}}}}addDomLoadEvent(function(){createSWF(att,par,replaceElemIdStr);if(att.id==replaceElemIdStr){setVisibility(replaceElemIdStr,true)}})}else{if(xiSwfUrlStr&&!isExpressInstallActive&&hasPlayerVersion("6.0.65")&&(ua.win||ua.mac)){isExpressInstallActive=true;setVisibility(replaceElemIdStr,false);addDomLoadEvent(function(){var regObj={};regObj.id=regObj.altContentId=replaceElemIdStr;regObj.width=widthStr;regObj.height=heightStr;regObj.expressInstall=xiSwfUrlStr;showExpressInstall(regObj)})}}},getFlashPlayerVersion:function(){return{major:ua.pv[0],minor:ua.pv[1],release:ua.pv[2]}},hasFlashPlayerVersion:hasPlayerVersion,createSWF:function(attObj,parObj,replaceElemIdStr){if(ua.w3cdom){return createSWF(attObj,parObj,replaceElemIdStr)}else{return undefined}},removeSWF:function(objElemIdStr){if(ua.w3cdom){removeSWF(objElemIdStr)}},createCSS:function(sel,decl){if(ua.w3cdom){createCSS(sel,decl)}},addDomLoadEvent:addDomLoadEvent,addLoadEvent:addLoadEvent,getQueryParamValue:function(param){var q=doc.location.search||doc.location.hash;if(param==null){return urlEncodeIfNecessary(q)}if(q){var pairs=q.substring(1).split("&");for(var i=0;i<pairs.length;i++){if(pairs[i].substring(0,pairs[i].indexOf("="))==param){return urlEncodeIfNecessary(pairs[i].substring((pairs[i].indexOf("=")+1)))}}}return""},expressInstallCallback:function(){if(isExpressInstallActive&&storedAltContent){var obj=getElementById(EXPRESS_INSTALL_ID);if(obj){obj.parentNode.replaceChild(storedAltContent,obj);if(storedAltContentId){setVisibility(storedAltContentId,true);if(ua.ie&&ua.win){storedAltContent.style.display="block"}}storedAltContent=null;storedAltContentId=null;isExpressInstallActive=false}}}}}();function VP_ControlVersion(){var a;var b;var c;try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");a=b.GetVariable("$version")}catch(c){}if(!a){try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");a="WIN 6,0,21,0";b.AllowScriptAccess="always";a=b.GetVariable("$version")}catch(c){}}if(!a){try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");a=b.GetVariable("$version")}catch(c){}}if(!a){try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");a="WIN 3,0,18,0"}catch(c){}}if(!a){try{b=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");a="WIN 2,0,0,11"}catch(c){a=-1}}return a}function VP_GetSwfVer(){var g=-1;if(navigator.plugins!=null&&navigator.plugins.length>0){if(navigator.plugins["Shockwave Flash 2.0"]||navigator.plugins["Shockwave Flash"]){var f=navigator.plugins["Shockwave Flash 2.0"]?" 2.0":"";var a=navigator.plugins["Shockwave Flash"+f].description;var e=a.split(" ");var c=e[2].split(".");var h=c[0];var b=c[1];var d=e[3];if(d==""){d=e[4]}if(d[0]=="d"){d=d.substring(1)}else{if(d[0]=="r"){d=d.substring(1);if(d.indexOf("d")>0){d=d.substring(0,d.indexOf("d"))}}}var g=h+"."+b+"."+d}}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.6")!=-1){g=4}else{if(navigator.userAgent.toLowerCase().indexOf("webtv/2.5")!=-1){g=3}else{if(navigator.userAgent.toLowerCase().indexOf("webtv")!=-1){g=2}else{if(vpisIE&&vpIsWin&&!vpIsOpera){g=VP_ControlVersion()}}}}}return g}function VP_DetectFlashVer(f,d,c){versionStr=VP_GetSwfVer();if(versionStr==-1){return false}else{if(versionStr!=0){if(vpisIE&&vpIsWin&&!vpIsOpera){tempArray=versionStr.split(" ");tempString=tempArray[1];versionArray=tempString.split(",")}else{versionArray=versionStr.split(".")}var e=versionArray[0];var a=versionArray[1];var b=versionArray[2];if(e>parseFloat(f)){return true}else{if(e==parseFloat(f)){if(a>parseFloat(d)){return true}else{if(a==parseFloat(d)){if(b>=parseFloat(c)){return true}}}}}return false}}}function VP_AC_AddExtension(b,a){if(b.indexOf("?")!=-1){return b.replace(/\?/,a+"?")}else{return b+a}}function VP_AC_Generateobj(e,d,a){var c="";if(vpisIE&&vpIsWin&&!vpIsOpera){c+="<object ";for(var b in e){c+=b+'="'+e[b]+'" '}c+=">";for(var b in d){c+='<param name="'+b+'" value="'+d[b]+'" /> '}c+="</object>"}else{c+="<embed ";for(var b in a){c+=b+'="'+a[b]+'" '}c+="> </embed>"}document.write(c)}function VP_AC_FL_RunContent(){var a=VP_AC_GetArgs(arguments,".swf","movie","clsid:d27cdb6e-ae6d-11cf-96b8-444553540000","application/x-shockwave-flash");VP_AC_Generateobj(a.objAttrs,a.params,a.embedAttrs)}function VP_AC_SW_RunContent(){var a=VP_AC_GetArgs(arguments,".dcr","src","clsid:166B1BCA-3F9C-11CF-8075-444553540000",null);VP_AC_Generateobj(a.objAttrs,a.params,a.embedAttrs)}function VP_AC_GetArgs(b,e,g,d,h){var a={};a.embedAttrs={};a.params={};a.objAttrs={};for(var c=0;c<b.length;c=c+2){var f=b[c].toLowerCase();switch(f){case"classid":break;case"pluginspage":a.embedAttrs[b[c]]=b[c+1];break;case"src":case"movie":b[c+1]=VP_AC_AddExtension(b[c+1],e);a.embedAttrs.src=b[c+1];a.params[g]=b[c+1];break;case"onafterupdate":case"onbeforeupdate":case"onblur":case"oncellchange":case"onclick":case"ondblclick":case"ondrag":case"ondragend":case"ondragenter":case"ondragleave":case"ondragover":case"ondrop":case"onfinish":case"onfocus":case"onhelp":case"onmousedown":case"onmouseup":case"onmouseover":case"onmousemove":case"onmouseout":case"onkeypress":case"onkeydown":case"onkeyup":case"onload":case"onlosecapture":case"onpropertychange":case"onreadystatechange":case"onrowsdelete":case"onrowenter":case"onrowexit":case"onrowsinserted":case"onstart":case"onscroll":case"onbeforeeditfocus":case"onactivate":case"onbeforedeactivate":case"ondeactivate":case"type":case"codebase":case"id":a.objAttrs[b[c]]=b[c+1];break;case"width":case"height":case"align":case"vspace":case"hspace":case"class":case"title":case"accesskey":case"name":case"tabindex":a.embedAttrs[b[c]]=a.objAttrs[b[c]]=b[c+1];break;default:a.embedAttrs[b[c]]=a.params[b[c]]=b[c+1]}}a.objAttrs.classid=d;if(h){a.embedAttrs.type=h}return a}if(typeof voxpopEnabler=="undefined"){var voxpopEnabler=new Object()}if(typeof voxpopEnabler.util=="undefined"){voxpopEnabler.util=new Object()}voxpopEnabler.VoxShell=function(){this.params={};this.variables={};this.attributes={};var f=null;var e=null;var d=null;var c=null;var a=null;var p=null;var i=null;var l=null;var m=Array.prototype.slice.call(arguments);if(m!=null){if(m.length>0){f=m[0];i=f}if(m.length>1){e=m[1];flashVars2=e}if(m.length>2){d=m[2]}if(m.length>3){c=m[3]}if(m.length>4){a=m[4]}if(m.length>5){p=m[5]}}if(VoxPopAlertOnDebug){alert("VoxShell() Constructor - the first param is: "+f+" and the 5th param is "+a)}if(f==null||f.substring(0,3)=="xrt"){VoxPopTournamentGuid=f;VoxPopWidth=e;VoxPopHeight=d;VoxPopEmbedMech=c;VoxPopAffiliateGuid=a;if(VoxPopWebAuthority==null||VoxPopWebAuthority==""){VoxPopWebAuthority=VoxPopDefaultWebAuthority}VoxPopHostInfo="http://"+VoxPopWebAuthority;if(VoxPopAlertOnInfo){alert("Triggering enabler.js entrypath...   VoxPopTournamentGuid = "+VoxPopTournamentGuid+",  VoxPopAffiliateGuid = "+VoxPopAffiliateGuid+",  VoxPopEmbedMech = "+VoxPopEmbedMech)}}else{if(i=="FlashVars"||i=="flashVars"){if(VoxPopAlertOnInfo){alert("Triggering legacy voxify.js entrypath...")}var i=f;var l=e;this.setAttribute("specifiedFlashVars",l);if(VoxPopTournamentGuid==null||VoxPopTournamentGuid==""){VoxPopTournamentGuid=voxpopEnabler.util.getLocalParameter(l,"g")}if(VoxPopTournamentGuid==null||VoxPopTournamentGuid==""){VoxPopTournamentGuid=voxpopEnabler.util.getLocalParameter(l,"tg")}if(VoxPopAffiliateGuid==null||VoxPopAffiliateGuid==""){VoxPopAffiliateGuid=voxpopEnabler.util.getLocalParameter(l,"ag")}if(VoxPopEmbedMech==null||VoxPopEmbedMech==""){VoxPopEmbedMech=voxpopEnabler.util.getLocalParameter(l,"VoxPopEmbedMech")}if(VoxPopHeight==null||VoxPopHeight==""){VoxPopHeight=voxpopEnabler.util.getLocalParameter(l,"h")}if(VoxPopHeight==null||VoxPopHeight==""){VoxPopHeight=voxpopEnabler.util.getLocalParameter(l,"VoxPopHeight")}if(VoxPopAutoResize==null||VoxPopAutoResize==""){VoxPopAutoResize=voxpopEnabler.util.getLocalParameter(l,"VoxPopAutoResize")}if(VoxPopWidth==null||VoxPopWidth==""){VoxPopWidth=voxpopEnabler.util.getLocalParameter(l,"w")}if(VoxPopWidth==null||VoxPopWidth==""){VoxPopWidth=voxpopEnabler.util.getLocalParameter(l,"VoxPopWidth")}if(VoxPopWmode==null||VoxPopWmode==""){VoxPopWmode=voxpopEnabler.util.getLocalParameter(l,"VoxPopWmode")}if(VoxPopWebAuthority==null||VoxPopWebAuthority==""){VoxPopWebAuthority=VoxPopDefaultWebAuthority}VoxPopHostInfo="http://"+VoxPopWebAuthority}else{if(VoxPopAlertOnInfo){alert("Triggering new voxify.js entrypath...")}var m=voxpopEnabler.util.getArgs(arguments);var h=m.params;for(var j in h){var o=j;var n=m.params[j];switch(o){case"tg":case"g":case"tv.voxpop.tg":case"tv.voxpop.g":VoxPopTournamentGuid=n;break;case"ag":case"tv.voxpop.ag":VoxPopAffiliateGuid=n;break;case"h":case"tv.voxpop.h":case"height":case"tv.voxpop.height":VoxPopHeight=n;break;case"w":case"tv.voxpop.w":case"width":case"tv.voxpop.width":VoxPopWidth=n;break;case"embedMech":case"tv.voxpop.embedMech":VoxPopEmbedMech=n;break;case"autoresize":case"tv.voxpop.autoresize":case"autoResize":case"tv.voxpop.autoResize":VoxPopAutoResize=n;break;case"wmode":case"tv.voxpop.wmode":VoxPopWmode=n;break;case"sig":case"tv.voxpop.sig":VoxPopSignature=n;break;case"accessDomain":case"tv.voxpop.accessDomain":case"ad":case"tv.voxpop.ad":VoxPopAccessDomain=n;break;case"webAuthority":case"tv.voxpop.webAuthority":case"wa":case"tv.voxpop.wa":VoxPopWebAuthority=n;break;case"fameriderUserId":case"tv.voxpop.fameriderUserId":VoxPopFameriderUserId=n;break;case"fbAPIKey":case"tv.voxpop.fbAPIKey":VoxPopFacebookAPIKey=n;break;case"gamePosition":case"tv.voxpop.gamePosition":VoxPopGamePosition=n;break;case"ts":case"tv.voxpop.ts":VoxPopTimestamp=n;break;default:}}}}if(VoxPopTournamentGuid==null||VoxPopTournamentGuid==""){VoxPopTournamentGuid=voxpopEnabler.util.getRequestParameter("tv.voxpop.tg")}if(VoxPopTournamentGuid==null||VoxPopTournamentGuid==""){VoxPopTournamentGuid=voxpopEnabler.util.getRequestParameter("tv.voxpop.g")}if(VoxPopAffiliateGuid==null||VoxPopAffiliateGuid==""){VoxPopAffiliateGuid=voxpopEnabler.util.getRequestParameter("tv.voxpop.ag")}if(VoxPopHeight==null||VoxPopHeight==""){VoxPopHeight=voxpopEnabler.util.getRequestParameter("tv.voxpop.height")}if(VoxPopHeight==null||VoxPopHeight==""){VoxPopHeight=voxpopEnabler.util.getRequestParameter("tv.voxpop.h")}if(VoxPopWidth==null||VoxPopWidth==""){VoxPopWidth=voxpopEnabler.util.getRequestParameter("tv.voxpop.width")}if(VoxPopWidth==null||VoxPopWidth==""){VoxPopWidth=voxpopEnabler.util.getRequestParameter("tv.voxpop.w")}if(VoxPopWmode==null||VoxPopWmode==""){VoxPopWmode=voxpopEnabler.util.getRequestParameter("tv.voxpop.wmode")}if(VoxPopAutoResize==null||VoxPopAutoResize==""){VoxPopAutoResize=voxpopEnabler.util.getRequestParameter("tv.voxpop.autoresize")}if(VoxPopAutoResize==null||VoxPopAutoResize==""){VoxPopAutoResize=voxpopEnabler.util.getRequestParameter("tv.voxpop.autoResize")}if(VoxPopEmbedMech==null||VoxPopEmbedMech==""){VoxPopEmbedMech=voxpopEnabler.util.getRequestParameter("tv.voxpop.embedmech")}if(VoxPopEmbedMech==null||VoxPopEmbedMech==""){VoxPopEmbedMech=voxpopEnabler.util.getRequestParameter("tv.voxpop.embedMech")}if(VoxPopFameriderUserId==null||VoxPopFameriderUserId==""){VoxPopFameriderUserId=voxpopEnabler.util.getRequestParameter("tv.voxpop.fameriderUserId")}if(VoxPopTimestamp==null||VoxPopTimestamp==""){VoxPopTimestamp=voxpopEnabler.util.getRequestParameter("tv.voxpop.ts")}if(VoxPopGamePosition==null||VoxPopGamePosition==""){VoxPopGamePosition=voxpopEnabler.util.getRequestParameter("tv.voxpop.gamePosition")}if(VoxPopSignature==null||VoxPopSignature==""){VoxPopSignature=voxpopEnabler.util.getRequestParameter("tv.voxpop.sig")}if(VoxPopFacebookAPIKey==null||VoxPopFacebookAPIKey==""){VoxPopFacebookAPIKey=voxpopEnabler.util.getRequestParameter("tv.voxpop.fbAPIKey")}if(VoxPopAccessDomain==null||VoxPopAccessDomain==""){VoxPopAccessDomain=voxpopEnabler.util.getRequestParameter("tv.voxpop.accessDomain")}if(VoxPopAccessDomain==null||VoxPopAccessDomain==""){VoxPopAccessDomain=voxpopEnabler.util.getRequestParameter("tv.voxpop.ad")}if(VoxPopAccessDomain==null||VoxPopAccessDomain==""){VoxPopAccessDomain=VoxPopDefaultAccessDomain}if(VoxPopWebAuthority==null||VoxPopWebAuthority==""){VoxPopWebAuthority=voxpopEnabler.util.getRequestParameter("tv.voxpop.webAuthority")}if(VoxPopWebAuthority==null||VoxPopWebAuthority==""){VoxPopWebAuthority=voxpopEnabler.util.getRequestParameter("tv.voxpop.wa")}if(VoxPopWebAuthority==null||VoxPopWebAuthority==""){VoxPopWebAuthority=VoxPopDefaultWebAuthority}VoxPopHostInfo="http://"+VoxPopWebAuthority;if(VoxPopHeight==null||VoxPopHeight==""){VoxPopHeight=600}if(VoxPopWidth==null||VoxPopWidth==""){VoxPopWidth=990}if((VoxPopWmode==null||VoxPopWmode=="")&&typeof VoxPopDefaultWmode!="undefined"&&VoxPopDefaultWmode){VoxPopWmode=VoxPopDefaultWmode}if(VoxPopAutoResize==null||VoxPopAutoResize==""){VoxPopAutoResize=VoxPopDefaultAutoResize}this.VoxPopWmode=VoxPopWmode;this.VoxPopWidth=VoxPopWidth;this.VoxPopHeight=VoxPopHeight;this.VoxPopAutoResize=VoxPopAutoResize;this.VoxPopTournamentGuid=VoxPopTournamentGuid;this.VoxPopEmbedMech=VoxPopEmbedMech;this.VoxPopTournamentGuid=VoxPopTournamentGuid;this.VoxPopAffiliateGuid=VoxPopAffiliateGuid;this.VoxPopFameriderUserId=VoxPopFameriderUserId;this.VoxPopFacebookAPIKey=VoxPopFacebookAPIKey;this.VoxPopTimestamp=VoxPopTimestamp;this.VoxPopGamePosition=VoxPopGamePosition;this.VoxPopSignature=VoxPopSignature;this.VoxPopAccessDomain=VoxPopAccessDomain;this.VoxPopWebAuthority=VoxPopWebAuthority;var g="";if(VoxPopTournamentGuid!=VoxPopTournamentGuid!=null&&VoxPopTournamentGuid!=""){if(g!=""){g+="&"}g+="g="+VoxPopTournamentGuid;if(g!=""){g+="&"}g+="tg="+VoxPopTournamentGuid}if(VoxPopAffiliateGuid!=null&&VoxPopAffiliateGuid!=""){if(g!=""){g+="&"}g+="ag="+VoxPopAffiliateGuid}if(VoxPopHeight!=null&&VoxPopHeight!=""){if(g!=""){g+="&"}g+="h="+VoxPopHeight}if(VoxPopWidth!=null&&VoxPopWidth!=""){if(g!=""){g+="&"}g+="w="+VoxPopWidth}if(VoxPopFameriderUserId!=null&&VoxPopFameriderUserId!=""){if(g!=""){g+="&"}g+="fameriderUserId="+VoxPopFameriderUserId}if(VoxPopTimestamp!=null&&VoxPopTimestamp!=""){if(g!=""){g+="&"}g+="ts="+VoxPopTimestamp}if(VoxPopGamePosition!=null&&VoxPopGamePosition!=""){if(g!=""){g+="&"}g+="gamePosition="+VoxPopGamePosition}if(VoxPopSignature!=null&&VoxPopSignature!=""){if(g!=""){g+="&"}g+="sig="+VoxPopSignature}if(VoxPopAccessDomain!=null&&VoxPopAccessDomain!=""){if(g!=""){g+="&"}g+="accessDomain="+VoxPopAccessDomain}VoxPopFlashVars=g;this.VoxPopFlashVars=g;if(VoxPopTournamentGuid!=null&&VoxPopTournamentGuid!=""){var k="%3Cscript src='http://"+VoxPopWebAuthority+"/tournamentInfo.js?g="+VoxPopTournamentGuid+"' type='text/javascript'%3E%3C/script%3E";document.write(unescape(k))}if(VoxPopAffiliateGuid!=null&&VoxPopAffiliateGuid!=""){var b=VoxPopTournamentGuid;if(b==null){b=""}var k="%3Cscript src='http://"+VoxPopWebAuthority+"/affiliateInfo.js?ag="+VoxPopAffiliateGuid+"&tg="+b+"' type='text/javascript'%3E%3C/script%3E";document.write(unescape(k))}if(VoxPopFacebookAPIKey!=null&&VoxPopFacebookAPIKey!=""){var k="%3Cscript src='http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php' type='text/javascript'%3E%3C/script%3E";document.write(unescape(k));k="%3Cscript src='http://"+VoxPopWebAuthority+"/FBFlashBridge-0.1.js' type='text/javascript'%3E%3C/script%3E";document.write(unescape(k));k="%3Cscript src='http://"+VoxPopWebAuthority+"/json2.js' type='text/javascript'%3E%3C/script%3E";document.write(unescape(k))}};voxpopEnabler.VoxShell.prototype={setAttribute:function(a,b){this.attributes[a]=b},getAttribute:function(a){return this.attributes[a]},addParam:function(a,b){this.params[a]=b},getParams:function(){return this.params},addVariable:function(a,b){this.variables[a]=b},getVariable:function(a){return this.variables[a]},getVariables:function(){return this.variables},embed:function(){if((VoxPopAutoResize=="true"||VoxPopAutoResize=="1")&&VoxPopHeight!=null&&VoxPopHeight!=""&&VoxPopWidth!=null&&VoxPopWidth!=""){if(VoxPopAlertOnDebug){alert("embed() - Autoresizing to "+VoxPopWidth+"x"+VoxPopHeight)}var f=document.getElementById("VoxPopOuterShell");if(f==null){f=document.getElementById("VoxPopOuter")}if(f!=null){f.style.height=VoxPopHeight;f.style.width=VoxPopWidth}}else{if(VoxPopAlertOnDebug){alert("embed() - No Autoresize needed as VoxPopAutoResize = "+VoxPopAutoResize+",  VoxPopWidth = "+VoxPopWidth+",  VoxPopHeight = "+VoxPopHeight)}}if(typeof VoxPopEmbedMech!="undefined"&&VoxPopEmbedMech!=null&&VoxPopEmbedMech=="iframe"){var d=document.createElement("iframe");var j="VoxPopIFrame";d.id=j;d.style.position="relative";d.style.zIndex=100;d.style.margin=0;d.style.padding=0;d.style.height=VoxPopHeight+"px";d.style.width=VoxPopWidth+"px";d.src="http://"+VoxPopWebAuthority+"/keira.html?"+determinedFlashVars;try{document.getElementById("VoxPopPreShell").appendChild(d)}catch(g){}}else{if(VoxPopUseSwfObjectLoader){if(VoxPopAlertOnDebug){alert("embed() - Using the swfobject2 embedder...")}var k=document.getElementById("VoxPopInnerShell");if(k==null){k=document.getElementById("VoxPopInner")}if(k==null){k=document.getElementById("VoxPopOuterShell")}if(k==null){k=document.getElementById("VoxPopOuter")}var a=document.createElement("virtual");a.id="VoxPopVirtualShell";k.appendChild(a);var i=Math.floor(Math.random()*1000000);var c={g:VoxPopTournamentGuid,tg:VoxPopTournamentGuid,ag:VoxPopAffiliateGuid,h:VoxPopHeight,w:VoxPopWidth,accessDomain:VoxPopAccessDomain};var h={wmode:VoxPopWmode,play:"true",menu:"false",quality:"high",bgcolor:"#cccccc",allowfullscreen:"true",allowscriptaccess:"always",align:"middle",height:VoxPopHeight,width:VoxPopWidth};var b={id:"VoxPopWasHere",name:"VoxPopWasHere"};if(document.getElementById("VoxPopVirtualShell")!=null){vpswfobject.embedSWF(VoxPopHostInfo+"/voxpop.swf?"+VoxPopFlashVars,"VoxPopVirtualShell",VoxPopWidth,VoxPopHeight,"9.0.0",false,c,h,b)}else{if(document.getElementById("VoxPopInnerShell")!=null){vpswfobject.embedSWF(VoxPopHostInfo+"/voxpop.swf?"+VoxPopFlashVars,"VoxPopInnerShell",VoxPopWidth,VoxPopHeight,"9.0.0",false,c,h,b)}else{if(document.getElementById("VoxPopInner")!=null){vpswfobject.embedSWF(VoxPopHostInfo+"/voxpop.swf?"+VoxPopFlashVars,"VoxPopInner",VoxPopWidth,VoxPopHeight,"9.0.0",false,c,h,b)}}}}else{if(VP_AC_FL_RunContent==0){alert("This page requires AC_RunActiveContent.js.")}else{VP_AC_FL_RunContent("codebase","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0","width",VoxPopWidth,"height",VoxPopHeight,"src",VoxPopHostInfo+"/voxpop?"+VoxPopFlashVars,"quality","high","pluginspage","http://www.macromedia.com/go/getflashplayer","align","middle","play","true","loop","true","scale","noscale","wmode",VoxPopWmode,"devicefont","false","id","VoxPopWasHere","bgcolor","#000000","name","VoxPopWasHere","menu","true","allowFullScreen","true","allowScriptAccess","always","movie",VoxPopHostInfo+"/voxpop?"+VoxPopFlashVars,"salign","","FlashVars",VoxPopFlashVars)}}}return this},popup:function(){var c="http://"+VoxPopWebAuthority+"/layla.html?"+VoxPopFlashVars;var d=990;var a=600;if(typeof VoxPopWidth!="undefined"&&VoxPopWidth){d=parseInt(VoxPopWidth)}if(typeof VoxPopHeight!="undefined"&&VoxPopHeight){a=parseInt(VoxPopHeight)}var d=parseInt(d)+60;var a=parseInt(a)+60;var f=Math.floor(Math.random()*1000000);var e="menubar=0,toolbar=0,location=0,resizable=1,width="+d+",height="+a;var b="voxpopup-"+f;voxpopEnabler.util.openWindow(c,b,e)},playItPopup:function(){document.write('<a href="javascript:voxpopVoxShell.popup()"; return true;"><img src="http://'+VoxPopWebAuthority+'/images/playIt-75x15.png" border="0"/></a>')},embedLobby:function(){if((VoxPopAutoResize=="true"||VoxPopAutoResize=="1")&&VoxPopHeight!=null&&VoxPopHeight!=""&&VoxPopWidth!=null&&VoxPopWidth!=""){if(VoxPopAlertOnDebug){alert("embedLobby() - Autoresizing to "+VoxPopWidth+"x"+VoxPopHeight)}var f=document.getElementById("VoxPopOuterShell");if(f==null){f=document.getElementById("VoxPopOuter")}if(f!=null){f.style.height=VoxPopHeight;f.style.width=VoxPopWidth}}else{if(VoxPopAlertOnDebug){alert("embed() - No Autoresize needed as VoxPopAutoResize = "+VoxPopAutoResize+",  VoxPopWidth = "+VoxPopWidth+",  VoxPopHeight = "+VoxPopHeight)}}if(typeof VoxPopEmbedMech!="undefined"&&VoxPopEmbedMech!=null&&VoxPopEmbedMech=="iframe"){var d=document.createElement("iframe");var j="VoxPopIFrame";d.id=j;d.style.position="relative";d.style.zIndex=100;d.style.margin=0;d.style.padding=0;d.style.height=VoxPopHeight+"px";d.style.width=VoxPopWidth+"px";d.src="http://"+VoxPopWebAuthority+"/keira.html?"+determinedFlashVars;try{document.getElementById("VoxPopPreShell").appendChild(d)}catch(g){}}else{if(VoxPopUseSwfObjectLoader){if(VoxPopAlertOnDebug){alert("embed() - Using the swfobject2 embedder...")}var k=document.getElementById("VoxPopInnerShell");if(k==null){k=document.getElementById("VoxPopInner")}if(k==null){k=document.getElementById("VoxPopOuterShell")}if(k==null){k=document.getElementById("VoxPopOuter")}var a=document.createElement("virtual");a.id="VoxPopVirtualShell";k.appendChild(a);var i=Math.floor(Math.random()*1000000);var c={g:VoxPopTournamentGuid,tg:VoxPopTournamentGuid,ag:VoxPopAffiliateGuid,h:VoxPopHeight,w:VoxPopWidth,accessDomain:VoxPopAccessDomain};var h={wmode:VoxPopWmode,play:"true",menu:"false",quality:"high",bgcolor:"#cccccc",allowfullscreen:"true",allowscriptaccess:"always",align:"middle",height:VoxPopHeight,width:VoxPopWidth};var b={id:"VoxPopLobbyWasHere",name:"VoxPopLobbyWasHere"};if(document.getElementById("VoxPopVirtualShell")!=null){vpswfobject.embedSWF(VoxPopHostInfo+"/lobby.swf?"+VoxPopFlashVars,"VoxPopVirtualShell",VoxPopWidth,VoxPopHeight,"9.0.0",false,c,h,b)}else{if(document.getElementById("VoxPopInnerShell")!=null){vpswfobject.embedSWF(VoxPopHostInfo+"/lobby.swf?"+VoxPopFlashVars,"VoxPopInnerShell",VoxPopWidth,VoxPopHeight,"9.0.0",false,c,h,b)}else{if(document.getElementById("VoxPopInner")!=null){vpswfobject.embedSWF(VoxPopHostInfo+"/lobby.swf?"+VoxPopFlashVars,"VoxPopInner",VoxPopWidth,VoxPopHeight,"9.0.0",false,c,h,b)}}}}else{if(VP_AC_FL_RunContent==0){alert("This page requires AC_RunActiveContent.js.")}else{VP_AC_FL_RunContent("codebase","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0","width",VoxPopWidth,"height",VoxPopHeight,"src",VoxPopHostInfo+"/lobby?"+VoxPopFlashVars,"quality","high","pluginspage","http://www.macromedia.com/go/getflashplayer","align","middle","play","true","loop","true","scale","noscale","wmode",VoxPopWmode,"devicefont","false","id","VoxPopLobbyWasHere","bgcolor","#000000","name","VoxPopLobbyWasHere","menu","true","allowFullScreen","true","allowScriptAccess","always","movie",VoxPopHostInfo+"/lobby?"+VoxPopFlashVars,"salign","","FlashVars",VoxPopFlashVars)}}}return this},embedLobbySwf:function(){return this.embedLobby()},embedYP:function(){if((VoxPopAutoResize=="true"||VoxPopAutoResize=="1")&&VoxPopHeight!=null&&VoxPopHeight!=""&&VoxPopWidth!=null&&VoxPopWidth!=""){var a=document.getElementById("VoxPopOuterShell");if(a==null){a=document.getElementById("VoxPopOuter")}if(a!=null){a.style.height=VoxPopHeight;a.style.width=VoxPopWidth}}if(VP_AC_FL_RunContent==0){alert("This page requires AC_RunActiveContent.js.")}else{VP_AC_FL_RunContent("codebase","http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0","width",VoxPopWidth,"height",VoxPopHeight,"src",VoxPopHostInfo+"/yp?"+VoxPopFlashVars,"quality","high","pluginspage","http://www.macromedia.com/go/getflashplayer","align","middle","play","true","loop","true","scale","noscale","wmode",VoxPopWmode,"devicefont","false","id","voxpopypwashere","bgcolor","#cccccc","name","yp","menu","true","allowFullScreen","true","allowScriptAccess","always","movie",VoxPopHostInfo+"/yp?"+VoxPopFlashVars,"salign","","FlashVars",VoxPopFlashVars)}return this},embedGameSwf:function(){return this.embed()}};voxpopEnabler.util={Version:"1.0.0",arrayify:function(c){if(!c){return[]}if(c.toArray){return c.toArray()}var b=c.length||0,a=new Array(b);while(b--){a[b]=c[b]}return a},require:function(a){document.write('<script type="text/javascript" src="'+a+'"><\/script>')},loadUrchin:function(){var c=(("https:"==document.location.protocol)?"https://ssl.":"http://www.");document.write(unescape("%3Cscript src='"+c+"google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));document.write(unescape("%3Cscript src='http://edge.quantserve.com/quant.js' type='text/javascript'%3E%3C/script%3E"));try{var b=_gat._getTracker(VoxPopAnalyticsTrackingNumber);b._trackPageview()}catch(a){}},load:function(){voxpopEnabler.util.loadUrchin()},reloadPage:function(){window.location.reload()},openWindow:function(c,b,a){newWindow=window.open(c,b,a)},getDomain:function(a){var b=a.match(/:\/\/([^\/\?:]+)/);b=b[1]?b[1]:"";return b},addLoadEvent:function(a){var b=window.onload;if(typeof window.onload!="function"){window.onload=a}else{window.onload=function(){b();a()}}},focusOnFlash:function(){try{document.voxpop_game.focus()}catch(a){}},getCookie:function(c){var d=document.cookie.indexOf(c+"=");var a=d+c.length+1;if((!d)&&(c!=document.cookie.substring(0,c.length))){return null}if(d==-1){return null}var b=document.cookie.indexOf(";",a);if(b==-1){b=document.cookie.length}return unescape(document.cookie.substring(a,b))},setCookie:function(c,e,a,h,d,g){var b=new Date();b.setTime(b.getTime());if(a){a=a*1000*60*60*24}var f=new Date(b.getTime()+(a));document.cookie=c+"="+escape(e)+((a)?";expires="+f.toGMTString():"")+((h)?";path="+h:"")+((d)?";domain="+d:"")+((g)?";secure":"")},deleteCookie:function(a,c,b){if(getCookie(a)){document.cookie=a+"="+((c)?";path="+c:"")+((b)?";domain="+b:"")+";expires=Thu, 01-Jan-1970 00:00:01 GMT"}},openNewWindow:function(a){var b=window.open(a,"blank");return b},getRequestParameter:function(e){var a="";var d=document.location.search||document.location.hash;if(e==null){return d}if(d){var c=d.substring(1).split("&");for(var b=0;b<c.length;b++){if(c[b].substring(0,c[b].indexOf("="))==e){a=c[b].substring((c[b].indexOf("=")+1))}}}if(VoxPopAlertOnTrace){alert("getRequestParameter() - Returning "+a+",  for param = "+e)}return a},getLocalParameter:function(a,e){var d=a;if(e==null){return d}if(d){var c="";if("?"==d.substring(0,1)){c=d.substring(1).split("&")}else{c=d.split("&")}for(var b=0;b<c.length;b++){if(c[b].substring(0,c[b].indexOf("="))==e){return c[b].substring((c[b].indexOf("=")+1))}}}return""},getLocation:function(){var a=window.location.toString();return a},getReferrer:function(){return document.referrer},getReferer:function(){return document.referrer},getDomain:function(a){var b=a.match(/:\/\/([^\/\?:]+)/);b=b[1]?b[1]:"";return b},flashAdImpression:function(){try{VoxPopAdImpression()}catch(a){}},flashTracker:function(d){var c;var a;var b="";if(b==""){b="unspecified"}if(typeof(d)=="string"){if(!(d.indexOf("/")===0)){d="/"+d}}voxpopEnabler.util.tracker("/FlashPlayer"+d);voxpopEnabler.util.tracker("/FlashPlayer/byGuid/"+b+d)},VoxPopPageViewInternal:function(){try{VoxPopCommon.VoxPopAdImpression()}catch(b){}try{var a=_gat._getTracker(VoxPopAnalyticsTrackingNumber);a._trackPageview()}catch(b){}try{_qacct="p-7cExSJ2uXUCmE";_qoptions={qacct:"p-7cExSJ2uXUCmE",media:"webpage",event:"refresh"};quantserve()}catch(b){}try{VoxPopTournamentSecondaryTracking()}catch(b){}try{VoxPopAffiliateSecondaryDistributorTracking()}catch(b){}try{VoxPopAffiliateSecondaryProviderTracking()}catch(b){}},tracker:function(b){try{var a=_gat._getTracker(VoxPopAnalyticsTrackingNumber);a._trackPageview(b)}catch(c){}try{_qacct="p-7cExSJ2uXUCmE";quantserve()}catch(c){}},trackEvent:function(c,d,g,a){try{var b=_gat._getTracker(VoxPopAnalyticsTrackingNumber)}catch(f){}try{_qacct="p-7cExSJ2uXUCmE";quantserve()}catch(f){}},getArgs:function(b){var a=new Object();a.params=new Object();for(var d=0;d<b.length;d=d+2){var c=b[d];var e=b[d+1];a.params[c]=e}return a},trackEventY:function(){var F;var f;var g;var d;var C;var E;var w;var k;var r;var h;var p;var t;var u;var q;var B;var a=voxpopEnabler.util.getLocation();var H=voxpopEnabler.util.getDomain(a);var j;var b;var n;var o;var v;var D=voxpopEnabler.util.getArgs(arguments);var z=D.params;for(var x in z){var G=x;var s=D.params[x];switch(G){case"platform":F=s;break;case"voxUserAgent":f=s;break;case"distributorAffiliateId":g=s;break;case"distributorAffiliateDomain":d=s;break;case"distributorAffiliateHost":C=s;break;case"tournamentId":E=s;break;case"contentProviderAffiliateId":w=s;break;case"contentProviderAffiliateDomain":k=s;break;case"contentProviderAffiliateHost":r=s;break;case"userId":h=s;break;case"profileId":p=s;break;case"category":t=s;break;case"formFactor":b=s;break;case"action":u=s;break;case"numeric":j=s;break;case"customTournamentGaTrackingNum":n=s;break;case"customAffiliateProviderGaTrackingNum":o=s;break;case"customAffiliateDistributorGaTrackingNum":v=s;break;case"optLabel":q=s;break;case"optValue":B=s;break;default:}}if(typeof g=="undefined"||g==null||g==""||g=="null"||g=="-1"){g="undefined"}if(typeof w=="undefined"||w==null||w==""||w=="null"||w=="-1"){w="undefined"}if(typeof d=="undefined"||d==null||d==""||d=="null"||d=="-1"){d="undefined"}if(typeof C=="undefined"||C==null||C==""||C=="null"||C=="-1"){C="undefined"}if(typeof k=="undefined"||k==null||k==""||k=="null"||k=="-1"){k="undefined"}if(typeof r=="undefined"||r==null||r==""||r=="null"||r=="-1"){r="undefined"}if(typeof E=="undefined"||E==null||E==""||E=="null"||E=="-1"){E="undefined"}if(typeof p=="undefined"||p==null||p==""||p=="null"||p=="-1"){p="undefined"}if(typeof h=="undefined"||h==null||h==""||h=="null"||h=="-1"){h="undefined"}if(n==null&&typeof VoxPopTournamentCustomGaTrackingNum!="undefined"&&VoxPopTournamentCustomGaTrackingNum!=null&&VoxPopTournamentCustomGaTrackingNum!=""){n=VoxPopTournamentCustomGaTrackingNum}if(o==null&&typeof VoxPopAffiliateCustomProviderGaTrackingNum!="undefined"&&VoxPopAffiliateCustomProviderGaTrackingNum!=null&&VoxPopAffiliateCustomProviderGaTrackingNum!=""){o=VoxPopAffiliateCustomProviderGaTrackingNum}if(v==null&&typeof VoxPopAffiliateCustomDistributorGaTrackingNum!="undefined"&&VoxPopAffiliateCustomDistributorGaTrackingNum!=null&&VoxPopAffiliateCustomDistributorGaTrackingNum!=""){v=VoxPopAffiliateCustomDistributorGaTrackingNum}if(typeof q=="undefined"||q==null||q==""||q=="null"||q=="-1"){q="undefined"}if(typeof u=="undefined"||u==null||u==""||u=="null"||u=="-1"){u="undefined"}if(typeof j=="undefined"||j==null||j==""||j=="null"||j=="-1"){j=null}if(typeof b=="undefined"||b==null||b==""||b=="null"||b=="-1"){b=null}var l=H;if(typeof l=="undefined"||l==null||l==""||l=="null"||l=="-1"){l=null}var A=w;var m=g;if(u=="load/end"){return}if(u=="pageview"||u=="view/match"){var c=u;try{var i=voxpopEnabler.util.gengetTracker(VoxPopGlobalEventTrackerId);i._trackPageview("voxpop/"+t+"/global/byPage/"+c)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopGlobalWithTournamentEventTrackerId);i._trackPageview("voxpop/"+t+"/byTournament/"+E+"/byPage/"+c)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopSecondGlobalWithTournamentEventTrackerId);i._trackPageview("voxpop/"+t+"/byTournament/"+E+"/byPage/"+c)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopProviderEventTrackerId);i._trackPageview("voxpop/"+t+"/byProvider/"+A+"/byPage/"+c)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopProviderWithTournamentEventTrackerId);i._trackPageview("voxpop/"+t+"/byProvider/"+A+"/byTournament/"+E+"/byPage/"+c)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopSecondGlobalEventTrackerId);i._trackPageview("voxpop/"+t+"/global/byPage/"+c)}catch(y){}if(n!=null){try{var i=voxpopEnabler.util.gengetTracker(n);i._trackPageview("voxpop/"+t+"/byTournament/"+E+"/byPage/"+c)}catch(y){if(VoxPopAlertOnError){alert("customTournamentGaTracking _trackPageview error: "+y)}}}if(o!=null){try{var i=voxpopEnabler.util.gengetTracker(o);i._trackPageview("voxpop/"+t+"/byProvider/"+A+"/byPage/"+c)}catch(y){if(VoxPopAlertOnError){alert("_trackPageview error: "+y)}}}if(v!=null){try{var i=voxpopEnabler.util.gengetTracker(v);i._trackPageview("voxpop/"+t+"/byDistributor/"+A+"/byPage/"+c)}catch(y){if(VoxPopAlertOnError){alert("_trackPageview error: "+y)}}}}else{try{var i=voxpopEnabler.util.gengetTracker(VoxPopGlobalEventTrackerId);i._trackEvent("voxpop/"+t+"/global",u,l,j)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopGlobalWithTournamentEventTrackerId);i._trackEvent("voxpop/"+t+"/byTournament/"+E,u,l,j)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopProviderEventTrackerId);i._trackEvent("voxpop/"+t+"/byProvider/"+A,u,l,j)}catch(y){}try{var i=voxpopEnabler.util.gengetTracker(VoxPopProviderWithTournamentEventTrackerId);i._trackEvent("voxpop/"+t+"/byProvider/"+A+"/byTournament/"+E,u,l,j)}catch(y){}if(n!=null){try{var i=voxpopEnabler.util.gengetTracker(n);i._trackEvent("voxpop/"+t+"/byTournament/"+E,u,l,j)}catch(y){if(VoxPopAlertOnError){alert("customTournamentGaTracking _trackEvent error: "+y)}}}if(o!=null){try{var i=voxpopEnabler.util.gengetTracker(o);i._trackEvent("voxpop/"+t+"/byProvider/"+A,u,l,j)}catch(y){if(VoxPopAlertOnError){alert("customAffiliateGaTracking _trackEvent error: "+y)}}}if(v!=null){try{var i=voxpopEnabler.util.gengetTracker(v);i._trackEvent("voxpop/"+t+"/byDistributor/"+A,u,l,j)}catch(y){if(VoxPopAlertOnError){alert("customAffiliateGaTracking _trackEvent error: "+y)}}}}},multisetAttributes:function(){var a=voxpopEnabler.util.getArgs(arguments);var e=a.params;for(var c in e){var b=c;var d=a.params[c];switch(b){case"name":VoxPopTournamentName=d;break;default:}}},gengetTracker:function(a){var b=VoxPopTrackingMap[a];if(b==null){b=_gat._getTracker(a);VoxPopTrackingMap[a]=b}else{}return b}};var VoxPopShellObject=voxpopEnabler.VoxShell;var VoxPopCommon=voxpopEnabler.util;voxpopEnabler.util.load();voxpopEnabler.util.tracker();