var cat_embed=null;if(!cat_embed){cat_embed={parseEmbedded:function(){var scripts_arr=document.getElementsByTagName("script");for(var i=0;i<scripts_arr.length;i++){var script=scripts_arr[i].src;if(/\/cda\/files\/1989427\/7\/video_embed.js\?/.test(script)){var script_id=scripts_arr[i].getAttribute("id");if(!script_id){var seed=Math.random();var params=cat_embed.parseUrl(script);var div_id="cat_"+seed;document.write("<div id="+div_id+"></div>");cat_embed.embedVideo(div_id,params);scripts_arr[i].setAttribute("id","cat_"+(seed+1));}}}},embedVideo:function(div_id,params){var div=document.getElementById(div_id);var vid_id=params.vid;var img_id=params.img;var width=322;if(params.ws==1){width=428;}width=width+20;var oncatsite_re=/cat\.com$/i;if(oncatsite_re.test(location.host)){div.innerHTML='<iframe id="_cat_iframe_'+Math.random()+'" class="videoFrame" src="/cda/files/1989427/7/video.html?img='+img_id+"&vid="+vid_id+"&user="+location.host+'" height="346" width="'+width+'" frameborder="0" scrolling="no"></iframe>';}else{div.innerHTML='<iframe id="_cat_iframe_'+Math.random()+'" class="videoFrame" src="http://www.cat.com/cda/files/1989427/7/video.html?img='+img_id+"&vid="+vid_id+"&user="+location.host+'&cs=0" height="360" width="'+width+'" frameborder="0" scrolling="no"></iframe>';}},parseUrl:function(url){var params=url.slice(url.indexOf("?")+1);var arr=params.split("&");var params_obj={vid:"undefined",img:"undefined",ws:"undefined"};for(var i=0;i<arr.length;i++){var p=arr[i].split("=");if(p[0].indexOf("vid")>-1){params_obj.vid=p[1];}else{if(p[0].indexOf("img")>-1){params_obj.img=p[1];}else{if(p[0].indexOf("ws")>-1){params_obj.ws=p[1];}}}}return params_obj;}};}cat_embed.parseEmbedded();