var videoWidth=368;var videoRatio=16/9;jQuery.fn.tubular=function(f,h){t=setTimeout("resizePlayer()",1000);jQuery("html,body").css("height","100%");jQuery("body").prepend('<div id="yt-container" style="overflow: hidden; position: fixed; z-index: 1;"><div id="ytapiplayer">You need Flash player 8+ and JavaScript enabled to view this video.</div></div><div id="video-cover" style="position: fixed; width: 100%; height: 100%; z-index: 2;"></div>');jQuery("#"+h).css({position:"relative","z-index":99});var a=0;var i=0;var d=0;var g=videoWidth/videoRatio;var c;var b={allowScriptAccess:"always",wmode:"transparent"};var e={id:"myytplayer"};swfobject.embedSWF("http://www.tariqrauf.com/video.swf","ytapiplayer",videoWidth,g,"8",null,null,b,e);jQuery(window).resize(function(){resizePlayer()});return this};function onYouTubePlayerReady(a){ytplayer=document.getElementById("myytplayer");ytplayer.setPlaybackQuality("medium");ytplayer.mute()}function resizePlayer(){var b=jQuery(window).width();var a=jQuery(window).height();jQuery("#yt-container, #video-cover").width(b).height(a);if(a>b/videoRatio){b=a*videoRatio}jQuery("#myytplayer").width(b).height(b/videoRatio)};
