function flashCall_pageView(a,b){omni_log("pageView pageName="+a+" siteSection="+b);omni_log("site = "+$siteRoot+":"+b);if(window.cto){cto.initFlashPV();if(b!=""){b=":"+b}if($siteRoot==null){$siteRoot=""}cto.siteSection=$siteRoot+b;cto.pageName=a+".flash";cto.trackFlashPV()}else{omni_error("flashCall_pageView::Error with analytics cto object is not defined on the page")}}function flashCall_linkTrack(c,a,b){omni_log("linkTrack link="+c+" name="+a+" type="+b);if(window.cto){cto.FlashTrackLink(c,a,b)}else{omni_error("flashCall_linkTrack::Error with analytics cto object is not defined on the page")}}function flashCall_mediaOpen(a,c,b){omni_log("flashCall_mediaOpen name="+a+" mediaLength="+c+" playerName="+b);if(window.cto){cto.MediaOpen(a,c,b)}else{omni_error("flashCall_mediaOpen::Error with analytics cto object is not defined on the page")}}function flashCall_mediaPlay(c,b,a){omni_log("flashCall_mediaPlay name="+c+" mediaOffset="+b+" mediaType="+a);if(window.cto){cto.MediaPlay(c,b,a)}else{omni_error("flashCall_mediaPlay::Error with analytics cto object is not defined on the page")}}function flashCall_mediaStop(c,b,a){omni_log("flashCall_mediaStop name="+c+" mediaOffset="+b+" mediaType="+a);if(window.cto){cto.MediaStop(c,b,a)}else{omni_error("flashCall_mediaStop::Error with analytics cto object is not defined on the page")}}function flashCall_mediaClose(a){omni_log("flashCall_mediaClose name="+a);if(window.cto){cto.MediaClose(a)}else{omni_error("flashCall_mediaClose::Error with analytics cto object is not defined on the page")}}function getConsole(){if(window.console==null){try{window.console={log:function(b){},error:function(b){},info:function(b){},warn:function(b){}}}catch(a){}}return window.console}function showLogging(){var c=window.location.host;var b=window.location.href.indexOf("debug")>0;var a=(c.indexOf("dev.")>=0)||(c.indexOf("localhost.")>=0)||(c.indexOf("127.0.0.1")!=-1);return(b||a)}function omni_log(a){if(showLogging()){getConsole().log("Omniture JS:"+a)}}function omni_error(a){getConsole().error("Omniture JS:"+a)}omni_log("EMEA Omniture code loaded ok javascript version");