
Type.registerNamespace("wl.football");wl.football.IncredibleShot=new function IncredibleShot(){var flashName="assets/swf/WidgetPreloader.swf";var flashPath="/campaigns/predator-extension/content/";var flashSwfUrl;var flashBasePath;var latLong;function setup(){latLong=$url.getQueryParam("latlng")||String.EMPTY;var hostname=document.location.hostname;var prefix=["development","staging","www"].indexOf(hostname.split(".")[0])==-1?"http://development.adidas.com":"http://"+hostname;flashBasePath=prefix+flashPath;flashSwfUrl=flashBasePath+flashName;$("li#the-incredible-shot").bind("click",startIncredibleShot);if(latLong)startIncredibleShot();}
function startIncredibleShot(){wl.modules.CoreMetrics.trackElement('start_incredible_kick');wl.Application.openLightBox('<div id="incredibleShotVideoContainer"><div id="incredibleShotVideo"></div></div>',{className:"flashVideo",bgColor:"#323232"});$flash.initializeInstance("incredibleShotVideo",{width:300,height:250,swfUrl:flashSwfUrl,flashvars:{i:latLong,basePath:flashBasePath},params:{scale:"noScale",salign:"lt",menu:"false",bgcolor:"#000000",wmode:"opaque"}});}
$(window).ready(setup);};

