You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
1.3 KiB
JavaScript

TrunMenu("hotNav","active","li","hot_content");
$(function(){
/*
$("#inputembed").val('<object type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" data="//www.chinahighlights.com/video/chtplayer.swf" id="chtvideoPlayer" width="360" height="300"><param name="allowfullscreen" value="true"><param name="allowscriptaccess" value="always"><param name="wmode" value="Opaque"><param name="flashvars" value="f='+videourl+'&i='+picurl+'&d=//www.chinahighlights.com/image/ch-video/ad_pause.jpg&u=//www.chinahighlights.com/redirect.asp?url=//www.chinahighlights.com/forms/tailormadetours.htm%26t=32038&v=80&m=1&p=0&x=//www.chinahighlights.com/video/chtplayer.xml&c=0"></object>').hover(function(){$(this).select();});
*/
$("#inputembed").val('<script type="text/javascript" src="//www.chinahighlights.com/video/video_act.js" data="?v_width=360&v_height=300&v_url='+videourl+'&v_image='+picurl+'&v_adimage=//www.chinahighlights.com/image/ch-video/ad_pause.jpg&v_adurl=//www.chinahighlights.com/redirect.asp?url=//www.chinahighlights.com/tour/create-my-trip.htm%26sourc='+title+'%26t=32038&v_type=9&v_sn='+vid+'" id="js_chtvideo"></script>').hover(function(){$(this).select();});
$("#inputUrl").val(location.href).hover(function(){
$(this).select();
});
});