function powerpress_embed_quicktime(div,media_url,width,height,scale)
{if(document.getElementById(div))
{var contentType='video/mpeg';if(media_url.indexOf('.m4v')>-1)
contentType='video/x-m4v';if(media_url.indexOf('.mp4')>-1)
contentType='video/mp4';else if(media_url.indexOf('.m4a')>-1)
contentType='audio/x-m4a';else if(media_url.indexOf('.avi')>-1)
contentType='video/avi';else if(media_url.indexOf('.qt')>-1)
contentType='video/quicktime';else if(media_url.indexOf('.mov')>-1)
contentType='video/quicktime';var Html='';if(contentType=='video/mp4'||contentType=='video/x-m4v')
Html+='<video src="'+media_url+'" width="'+width+'" height="'+height+'" controls autoplay>';Html+='<object classid="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" width="'+width+'" height="'+height+'" codebase="http://www.apple.com/qtactivex/qtplugin.cab">\n';Html+=' <param name="src" value="'+media_url+'" />\n';Html+=' <param name="href" value="'+media_url+'" />\n';Html+=' <param name="scale" value="'+scale+'" />\n';Html+=' <param name="controller" value="true" />\n';Html+=' <param name="autoplay" value="true" />\n';Html+=' <param name="pluginspage" value="http://www.apple.com/quicktime/download/" />\n';Html+=' <embed type="'+contentType+'" src="'+media_url+'" width="'+width+'" height="'+height+'" scale="'+scale+'" correction="full" cache="true" autoplay="true" controller="true" pluginspage="http://www.apple.com/quicktime/download/"></embed>';Html+='</object>\n';if(contentType=='video/mp4'||contentType=='video/x-m4v')
Html+='</video>';document.getElementById(div).innerHTML=Html;return false;}
return true;}
function powerpress_show_embed(id)
{if(document.getElementById('powerpress_embed_'+id)){document.getElementById('powerpress_embed_'+id).style.display='block';document.getElementById('powerpress_embed_'+id+'_t').select();}
return false;}
function powerpress_embed_html5iframe(id,url,width,height)
{if(document.getElementById('powerpress_player_'+id)){var Html='';Html+='<iframe';Html+=' class="powerpress-player-embed"';Html+=' width="'+width+'"';Html+=' height="'+height+'"';Html+=' src="'+url+'"';Html+=' frameborder="0"';Html+='></iframe>';document.getElementById('powerpress_player_'+id).innerHTML=Html;return false;}
return true;}
function powerpress_embed_html5v(id,media_url,width,height,webm_media_url)
{if(document.getElementById('powerpress_player_'+id))
{var poster='';if(document.getElementById('powerpress_player_'+id).getElementsByTagName){var images=document.getElementById('powerpress_player_'+id).getElementsByTagName('img');if(images.length&&images[0].src)
poster=images[0].src;}
var contentType='video/mp4';if(media_url.indexOf('.webm')>-1)
contentType='video/webm';if(media_url.indexOf('.ogg')>-1||media_url.indexOf('.ogv')>-1)
contentType='video/ogg';var v=document.createElement("video");var html5=false;if(!!v.canPlayType){var status=v.canPlayType(contentType);if(status=='probably'||status=='maybe'){html5=true;}
else if(webm_media_url)
{status=v.canPlayType('video/webm');if(status=='probably'||status=='maybe'){html5=true;}}}
if(html5){var s=document.createElement('source');v.width=width;v.height=height;v.controls=true;if(poster)v.poster=poster;s.src=media_url;s.type=contentType;v.appendChild(s);if(webm_media_url){var s_webm=document.createElement('source');s_webm.src=webm_media_url;s_webm.type='video/webm; codecs="vp8, vorbis"';v.appendChild(s_webm);}
document.getElementById('powerpress_player_'+id).innerHTML='';document.getElementById('powerpress_player_'+id).appendChild(v);v.play();}else{delete(v);pp_flashembed('powerpress_player_'+id,{src:powerpress_url+'FlowPlayerClassic.swf',width:width,height:height,wmode:'transparent'},{config:{autoPlay:true,autoBuffering:true,showFullScreenButton:true,showMenu:false,videoFile:media_url,loop:false,autoRewind:true,splashImageFile:poster}});}
if(window.powerpress_resize_player)
powerpress_resize_player();return false;}
return true;}
function powerpress_embed_html5a(id,media_url)
{if(document.getElementById('powerpress_player_'+id))
{var poster='';if(document.getElementById('powerpress_player_'+id).getElementsByTagName){var images=document.getElementById('powerpress_player_'+id).getElementsByTagName('img');if(images.length&&images[0].src)
poster=images[0].src;}
var contentType='audio/mpeg';if(media_url.indexOf('.m4a')>-1)
contentType='audio/x-m4a';if(media_url.indexOf('.ogg')>-1||media_url.indexOf('.oga')>-1)
contentType='audio/ogg';var a=document.createElement("audio");var html5=false;if(!!a.canPlayType){var status=a.canPlayType(contentType);if(status=='probably'||status=='maybe'){html5=true;}}
if(html5){var s=document.createElement('source');a.controls=true;s.src=media_url;s.type=contentType;a.appendChild(s);document.getElementById('powerpress_player_'+id).innerHTML='';document.getElementById('powerpress_player_'+id).appendChild(a);a.play();}else{delete(a);if(contentType!='audio/ogg'){pp_flashembed('powerpress_player_'+id,{src:powerpress_url+'FlowPlayerClassic.swf',width:320,height:24,wmode:'transparent'},{config:{autoPlay:true,autoBuffering:true,showFullScreenButton:false,showMenu:false,videoFile:media_url,loop:false,autoRewind:true}});}else{return true;}}
return false;}
return true;}
function powerpress_embed_winplayer(div,media_url,width,height)
{if(document.getElementById(div))
{var Html='';Html+='<object id="winplayer" classid="clsid:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="'+width+'" height="'+height+'" standby="loading..." type="application/x-oleobject">\n';Html+=' <param name="url" value="'+media_url+'" />\n';Html+=' <param name="AutoStart" value="true" />\n';Html+=' <param name="AutoSize" value="true" />\n';Html+=' <param name="AllowChangeDisplaySize" value="true" />\n';Html+=' <param name="standby" value="Media is loading..." />\n';Html+=' <param name="AnimationAtStart" value="true" />\n';Html+=' <param name="scale" value="aspect" />\n';Html+=' <param name="ShowControls" value="true" />\n';Html+=' <param name="ShowCaptioning" value="false" />\n';Html+=' <param name="ShowDisplay" value="false" />\n';Html+=' <param name="ShowStatusBar" value="false" />\n';Html+=' <embed type="application/x-mplayer2" src="'+media_url+'" width="'+width+'" height="'+height+'" scale="aspect" AutoStart="true" ShowDisplay="0" ShowStatusBar="0" AutoSize="1" AnimationAtStart="1" AllowChangeDisplaySize="1" ShowControls="1"></embed>\n';Html+='</object>\n';document.getElementById(div).innerHTML=Html;return false;}
return true;}
function powerpress_embed_swf(div,media_url,width,height)
{if(document.getElementById(div))
{var Html='';Html+='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="'+width+'" height="'+height+'" menu="true">\n';Html+=' <param name="movie" value="'+media_url+'" />\n';Html+=' <param name="quality" value="high" />\n';Html+=' <param name="menu" value="true" />\n';Html+=' <param name="scale" value="noorder" />\n';Html+=' <param name="quality" value="high" />\n';Html+=' <embed src="'+media_url+'" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" menu="true"></embed>';Html+='</object>\n';document.getElementById(div).innerHTML=Html;return false;}
return true;}
function pp_flashembed(root,userParams,flashvars){function getHTML(){var html="";if(typeof flashvars=='function'){flashvars=flashvars();}if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){html='<embed type="application/x-shockwave-flash" ';if(params.id){extend(params,{name:params.id});}for(var key in params){if(params[key]!==null){html+=[key]+'="'+params[key]+'"\n\t';}}if(flashvars){html+='flashvars=\''+concatVars(flashvars)+'\'';}html+='/>';}else{html='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';html+='width="'+params.width+'" height="'+params.height+'"';if(!params.id&&document.all){params.id="_"+(""+Math.random()).substring(5);}if(params.id){html+=' id="'+params.id+'"';}html+='>';html+='\n\t<param name="movie" value="'+params.src+'" />';params.id=params.src=params.width=params.height=null;for(var k in params){if(params[k]!==null){html+='\n\t<param name="'+k+'" value="'+params[k]+'" />';}}if(flashvars){html+='\n\t<param name="flashvars" value=\''+concatVars(flashvars)+'\' />';}html+="</object>";if(debug){alert(html);}}return html;}function init(name){var timer=setInterval(function(){var doc=document;var el=doc.getElementById(name);if(el){pp_flashembed(el,userParams,flashvars);clearInterval(timer);}else if(doc&&doc.getElementsByTagName&&doc.getElementById&&doc.body){clearInterval(timer);}},13);return true;}function extend(to,from){if(from){for(key in from){if(from.hasOwnProperty(key)){to[key]=from[key];}}}}var params={src:'#',width:'100%',height:'100%',version:null,onFail:null,expressInstall:null,debug:false,bgcolor:'#ffffff',allowfullscreen:true,allowscriptaccess:'always',quality:'high',type:'application/x-shockwave-flash',pluginspage:'http://www.adobe.com/go/getflashplayer'};if(typeof userParams=='string'){userParams={src:userParams};}extend(params,userParams);var version=pp_flashembed.getVersion();var required=params.version;var express=params.expressInstall;var debug=params.debug;if(typeof root=='string'){var el=document.getElementById(root);if(el){root=el;}else{return init(root);}}if(!root){return;}if(!required||pp_flashembed.isSupported(required)){params.onFail=params.version=params.expressInstall=params.debug=null;root.innerHTML=getHTML();return root.firstChild;}else if(params.onFail){var ret=params.onFail.call(params,pp_flashembed.getVersion(),flashvars);if(ret){root.innerHTML=ret;}}else if(required&&express&&pp_flashembed.isSupported([6,65])){extend(params,{src:express});flashvars={MMredirectURL:location.href,MMplayerType:'PlugIn',MMdoctitle:document.title};root.innerHTML=getHTML();}else{if(root.innerHTML.replace(/\s/g,'')!==''){}else{root.innerHTML="<h2>Flash version "+required+" or greater is required</h2>"+"<h3>"+(version[0]>0?"Your version is "+version:"You have no flash plugin installed")+"</h3>"+"<p>Download latest version from <a href='"+params.pluginspage+"'>here</a></p>";}}function concatVars(vars){var out="";for(var key in vars){if(vars[key]){out+=[key]+'='+asString(vars[key])+'&';}}return out.substring(0,out.length-1);}function asString(obj){switch(typeOf(obj)){case'string':return'"'+obj.replace(new RegExp('(["\\\\])','g'),'\\$1')+'"';case'array':return'['+map(obj,function(el){return asString(el);}).join(',')+']';case'function':return'"function()"';case'object':var str=[];for(var prop in obj){if(obj.hasOwnProperty(prop)){str.push('"'+prop+'":'+asString(obj[prop]));}}return'{'+str.join(',')+'}';}return String(obj).replace(/\s/g," ").replace(/\'/g,"\"");}function typeOf(obj){if(obj===null||obj===undefined){return false;}var type=typeof obj;return(type=='object'&&obj.push)?'array':type;}if(window.attachEvent){window.attachEvent("onbeforeunload",function(){__flash_unloadHandler=function(){};__flash_savedUnloadHandler=function(){};});}function map(arr,func){var newArr=[];for(var i in arr){if(arr.hasOwnProperty(i)){newArr[i]=func(arr[i]);}}return newArr;}return root;}if(typeof jQuery=='function'){(function($){$.fn.extend({pp_flashembed:function(params,flashvars){return this.each(function(){pp_flashembed(this,params,flashvars);});}});})(jQuery);}pp_flashembed=pp_flashembed||{};pp_flashembed.getVersion=function(){var version=[0,0];if(navigator.plugins&&typeof navigator.plugins["Shockwave Flash"]=="object"){var _d=navigator.plugins["Shockwave Flash"].description;if(typeof _d!="undefined"){_d=_d.replace(/^.*\s+(\S+\s+\S+$)/,"$1");var _m=parseInt(_d.replace(/^(.*)\..*$/,"$1"),10);var _r=/r/.test(_d)?parseInt(_d.replace(/^.*r(.*)$/,"$1"),10):0;version=[_m,_r];}}else if(window.ActiveXObject){try{var _a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");}catch(e){try{_a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version=[6,0];_a.AllowScriptAccess="always";}catch(ee){if(version[0]==6){return;}}try{_a=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");}catch(eee){}}if(typeof _a=="object"){_d=_a.GetVariable("$version");if(typeof _d!="undefined"){_d=_d.replace(/^\S+\s+(.*)$/,"$1").split(",");version=[parseInt(_d[0],10),parseInt(_d[2],10)];}}}return version;};pp_flashembed.isSupported=function(version){var now=pp_flashembed.getVersion();var ret=(now[0]>version[0])||(now[0]==version[0]&&now[1]>=version[1]);return ret;};;WPGroHo=jQuery.extend({my_hash:'',data:{},renderers:{},syncProfileData:function(hash,id){if(!WPGroHo.data[hash]){WPGroHo.data[hash]={};a=jQuery('div.grofile-hash-map-'+hash+' span').each(function(){WPGroHo.data[hash][this.className]=jQuery(this).text();});}
WPGroHo.appendProfileData(WPGroHo.data[hash],hash,id);},appendProfileData:function(data,hash,id){for(var key in data){if(jQuery.isFunction(WPGroHo.renderers[key])){return WPGroHo.renderers[key](data[key],hash,id,key);}
jQuery('#'+id).find('h4').after(jQuery('<p class="grav-extra '+key+'" />').html(data[key]));}}},WPGroHo);jQuery(document).ready(function($){Gravatar.profile_cb=function(h,d){WPGroHo.syncProfileData(h,d);};Gravatar.my_hash=WPGroHo.my_hash;Gravatar.init('body','#wpadminbar');});;;(function($){$.fn.superfish=function(op){var sf=$.fn.superfish,c=sf.c,$arrow=$(['<span class="',c.arrowClass,'"> </span>'].join('')),over=function(){var $$=$(this),menu=getMenu($$);clearTimeout(menu.sfTimer);$$.showSuperfishUl().siblings().hideSuperfishUl();},out=function(){var $$=$(this),menu=getMenu($$),o=sf.op;clearTimeout(menu.sfTimer);menu.sfTimer=setTimeout(function(){o.retainPath=($.inArray($$[0],o.$path)>-1);$$.hideSuperfishUl();if(o.$path.length&&$$.parents(['li.',o.hoverClass].join('')).length<1){over.call(o.$path);}},o.delay);},getMenu=function($menu){var menu=$menu.parents(['ul.',c.menuClass,':first'].join(''))[0];sf.op=sf.o[menu.serial];return menu;},addArrow=function($a){$a.addClass(c.anchorClass).append($arrow.clone());};return this.each(function(){var s=this.serial=sf.o.length;var o=$.extend({},sf.defaults,op);o.$path=$('li.'+o.pathClass,this).slice(0,o.pathLevels).each(function(){$(this).addClass([o.hoverClass,c.bcClass].join(' ')).filter('li:has(ul)').removeClass(o.pathClass);});sf.o[s]=sf.op=o;$('li:has(ul)',this)[($.fn.hoverIntent&&!o.disableHI)?'hoverIntent':'hover'](over,out).each(function(){if(o.autoArrows)addArrow($('>a:first-child',this));}).not('.'+c.bcClass).hideSuperfishUl();var $a=$('a',this);$a.each(function(i){var $li=$a.eq(i).parents('li');$a.eq(i).focus(function(){over.call($li);}).blur(function(){out.call($li);});});o.onInit.call(this);}).each(function(){var menuClasses=[c.menuClass];if(sf.op.dropShadows&&!($.browser.msie&&$.browser.version<7))menuClasses.push(c.shadowClass);$(this).addClass(menuClasses.join(' '));});};var sf=$.fn.superfish;sf.o=[];sf.op={};sf.IE7fix=function(){var o=sf.op;if($.browser.msie&&$.browser.version>6&&o.dropShadows&&o.animation.opacity!=undefined)
this.toggleClass(sf.c.shadowClass+'-off');};sf.c={bcClass:'sf-breadcrumb',menuClass:'sf-js-enabled',anchorClass:'sf-with-ul',arrowClass:'sf-sub-indicator',shadowClass:'sf-shadow'};sf.defaults={hoverClass:'sfHover',pathClass:'overideThisToUse',pathLevels:1,delay:800,animation:{opacity:'show'},speed:'normal',autoArrows:true,dropShadows:true,disableHI:false,onInit:function(){},onBeforeShow:function(){},onShow:function(){},onHide:function(){}};$.fn.extend({hideSuperfishUl:function(){var o=sf.op,not=(o.retainPath===true)?o.$path:'';o.retainPath=false;var $ul=$(['li.',o.hoverClass].join(''),this).add(this).not(not).removeClass(o.hoverClass).find('>ul').hide().css('visibility','hidden');o.onHide.call($ul);return this;},showSuperfishUl:function(){var o=sf.op,sh=sf.c.shadowClass+'-off',$ul=this.addClass(o.hoverClass).find('>ul:hidden').css('visibility','visible');sf.IE7fix.call($ul);o.onBeforeShow.call($ul);$ul.animate(o.animation,o.speed,function(){sf.IE7fix.call($ul);o.onShow.call($ul);});return this;}});})(jQuery);;(function($){$.fn.bgIframe=$.fn.bgiframe=function(s){if($.browser.msie&&parseInt($.browser.version)<=6){s=$.extend({top:'auto',left:'auto',width:'auto',height:'auto',opacity:true,src:'javascript:false;'},s||{});var prop=function(n){return n&&n.constructor==Number?n+'px':n;},html='<iframe class="bgiframe"frameborder="0"tabindex="-1"src="'+s.src+'"'+'style="display:block;position:absolute;z-index:-1;'+(s.opacity!==false?'filter:Alpha(Opacity=\'0\');':'')+'top:'+(s.top=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderTopWidth)||0)*-1)+\'px\')':prop(s.top))+';'+'left:'+(s.left=='auto'?'expression(((parseInt(this.parentNode.currentStyle.borderLeftWidth)||0)*-1)+\'px\')':prop(s.left))+';'+'width:'+(s.width=='auto'?'expression(this.parentNode.offsetWidth+\'px\')':prop(s.width))+';'+'height:'+(s.height=='auto'?'expression(this.parentNode.offsetHeight+\'px\')':prop(s.height))+';'+'"/>';return this.each(function(){if($('> iframe.bgiframe',this).length==0)this.insertBefore(document.createElement(html),this.firstChild);});}return this;};if(!$.browser.version)$.browser.version=navigator.userAgent.toLowerCase().match(/.+(?:rv|it|ra|ie)[\/: ]([\d.]+)/)[1];})(jQuery);
