
(function()
{var OH=DF.Twc.OmnitureHelper;DF.FObjectUtil=(function()
{var _minVersion=[6,0,65,0];if(DF&&DF.PageInfo&&DF.PageInfo.MinFlashVersion)
{_minVersion=DF.PageInfo.MinFlashVersion;}
var _getIEFlashVersionStr=function()
{var version;var axObject;try
{axObject=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");version=axObject.GetVariable("$version");}
catch(e7){}
if(!version)
{try
{axObject=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6");version="WIN 6,0,21,0";axObject.AllowScriptAccess="always";version=axObject.GetVariable("$version");}
catch(e6){}}
if(!version)
{try{axObject=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.3");version=axObject.GetVariable("$version");}
catch(e5){}}
if(version)
{version=version.replace(/([a-zA-Z]|\s)+/,"").replace(/,/g,".");}
else
{version=-1;}
return version;};var _getPluginVersionStr=function()
{var flashVer=-1;if(navigator.plugins!==null&&navigator.plugins.length>0)
{var plugin=navigator.plugins["Shockwave Flash"];if(plugin&&plugin.description)
{flashVer=plugin.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".");}}
else if(DF.browserInformation.isIE())
{flashVer=_getIEFlashVersionStr();}
return flashVer;};return{minVersion:function()
{return _minVersion;},hasPlayer:function()
{var versionStr=_getPluginVersionStr();var pluginVersion;if(versionStr===-1)
{OH.setPropAndSubmit("prop10","twc.com > error > FlashNotInstalled");return false;}
pluginVersion=versionStr.split(".");var meetsMinVersion=pluginVersion.isAtLeast(_minVersion);if(!meetsMinVersion)
{OH.setPropAndSubmit("prop10","twc.com > error > WrongFlashVersion");}
return meetsMinVersion;}};}());DF.FObject=function(swfPath,w,h,play,loop,idToWrite)
{if(!document.createElement||!document.getElementById)
{return;}
this.params={};this.variables={};this.attributes=[];if(swfPath)
{this.setAttribute('swfPath',swfPath);}
if(w)
{this.setAttribute('width',w);}
if(h)
{this.setAttribute('height',h);}
this.installed=DF.FObjectUtil.hasPlayer();var id=idToWrite?idToWrite:'';this.setAttribute('idToWrite',id);var isPlayOnLoad=(play)?play.toString().toLowerCase():'true';var isLoop=(loop)?loop.toString().toLowerCase():'false';this.addVariable('relativepath',swfPath.substr(0,swfPath.lastIndexOf('/')+1));this.addParam('play',isPlayOnLoad);this.addParam('loop',isLoop);this.addParam('quality','high');this.addParam('wmode','transparent');};DF.FObject.prototype={messageContent:'To enjoy our site to its fullest, you\'ll need the latest version of Flash.<BR><a href="http://get.adobe.com/flashplayer/">Download it here for free</a>.',setAttribute:function(name,value)
{if(name==='idToWrite')
{value=value.replace(/:/g,'');}
this.attributes[name]=value;},getAttribute:function(name)
{return this.attributes[name];},addParam:function(name,value)
{this.params[name]=value;},getParams:function()
{return this.params;},addVariable:function(name,value)
{this.variables[name]=value;},getVariable:function(name)
{return this.variables[name];},getVariables:function()
{return this.variables;},getVariablePairs:function()
{var variablePairs=[];var variables=this.getVariables();for(var key in variables)
{if(variables.hasOwnProperty(key))
{variablePairs.push(key+"="+variables[key]);}}
return variablePairs;},getSWFHTML:function()
{var swfNode="";if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length)
{swfNode='<embed type="application/x-shockwave-flash" src="'+this.getAttribute('swfPath')+'" width="'+
this.getAttribute('width')+'" height="'+this.getAttribute('height')+'"';swfNode+=' id="'+this.getAttribute('idToWrite')+'" name="'+this.getAttribute('idToWrite')+'" ';var params=this.getParams();for(var key in params)
{if(params.hasOwnProperty(key))
{swfNode+=[key]+'="'+params[key]+'" ';}}
var pairs=this.getVariablePairs().join("&");if(pairs.length>0)
{swfNode+='flashvars="'+pairs+'"';}
swfNode+='/>';}
else
{swfNode='<object id="'+this.getAttribute('idToWrite')+'" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+DF.FObjectUtil.minVersion().join(',')+'" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="'+this.getAttribute('width')+'" height="'+this.getAttribute('height')+'">';swfNode+='<param name="movie" value="'+this.getAttribute('swfPath')+'" />';var params2=this.getParams();for(var key1 in params2)
{if(params2.hasOwnProperty(key1))
{swfNode+='<param name="'+key1+'" value="'+params2[key1]+'" />';}}
var pairs2=this.getVariablePairs().join("&");if(pairs2.length>0)
{swfNode+='<param name="flashvars" value="'+pairs2+'" />';}
swfNode+="</object>";}
return swfNode;},write:function(elementId,skipUpgradePrompt,backupHtml)
{if(!this.getAttribute('idToWrite'))
{this.setAttribute('idToWrite','FObject:'+elementId);}
var n=(typeof elementId==='string')?document.getElementById(elementId):elementId;try
{if(DF.Util.getQueryParam('forpreviewsite').toLowerCase()==='true')
{if(backupHtml)
{n.innerHTML=backupHtml;}
return;}}
catch(e){}
if(this.installed)
{n.innerHTML=this.getSWFHTML();return true;}
else
{if(DF.$(elementId+'_noscript'))
{n.innerHTML=DF.$(elementId+'_noscript').innerHTML.replace(/&lt;/,"<").replace(/&gt;/,">");}
this.showUpgradeMsg();}
return false;},showUpgradeMsg:function()
{if(DF.Twc.Cookie.Session.GetSessionCookie("MinFlashVersionNotification")){return;}
var phm=new DF.Twc.PageHeaderMsg(null,{Content:DF.FObject.prototype.messageContent});if(!phm.isShown())
{phm.show();DF.Twc.Cookie.Session.AddSessionCookie("MinFlashVersionNotification","1");}}};Array.prototype.isAtLeast=function(arr)
{for(var i=0;i<this.length;i++)
{if(i>=arr.length)
{return true;}
if(this[i]<arr[i])
{return false;}
if(this[i]>arr[i])
{return true;}}
for(var j=this.length;j<arr.length;j++)
{if(arr[j]>0)
{return false;}}
return true;};if(Array.prototype.push===null)
{Array.prototype.push=function(item)
{this[this.length]=item;return this.length;};}
var loadFlashObjects=function()
{if(typeof(DFFObjectList)==="undefined"||DF.Detect.isNull(DFFObjectList))
{return;}
for(var i=0;i<DFFObjectList.length;i++)
{var o=DFFObjectList[i];var fo=new DF.FObject(o.url,o.width,o.height,o.play,o.loop);for(var arg in o.vars)
{if(o.vars.hasOwnProperty(arg))
{fo.addVariable(arg,o.vars[arg]);}}
fo.write(o.id);}};DF.evt.AddDomLoadEvent(loadFlashObjects);})();(function()
{var DFMI_ID_PREFIX="dfmi:";var DFSS_ID_PREFIX="dfss:";var DF_MEDIA_CLASS="dfmi";var DF_SS_CLASS="dfss";var isSlideshow=function(ele)
{return DF.Dom.hasClass(ele,DF_MEDIA_CLASS)&&DF.Dom.hasClass(ele,DF_SS_CLASS);};var ssInit=function()
{DF_SlideShows=[];var slideshowNodes=DF.Dom.findElements(['div','span'],isSlideshow);for(var i=0;i<slideshowNodes.length;i++)
{DF_SlideShows.push(new DF.SlideShows.SlideShow(slideshowNodes[i]));}};var ua=navigator.userAgent;if(!(ua.indexOf("Safari")!==-1&&parseFloat(ua.substring(ua.indexOf("Safari/")+7,ua.length))<87))
{document.write('<style type="text/css">span.dfss, div.dfss {display:none;}</style>');try
{if(typeof(SnippetsPresent)!=="undefined"&&SnippetsPresent)
{}
else
{throw'Snippets not used';}}
catch(e)
{DF.evt.AddLoadEvent(ssInit);}}
if(DF.Util.getQueryParam('forpreviewsite').toLowerCase()==='true')
{document.write('<style type="text/css">.SS_SlideShowImage {display:block;}\n.SS_FullWrapper {display:inline;}</style>');}
DF.namespace('DF.SlideShows');DF.SlideShows.SlideShow=function(elem)
{this.id=elem.id.substring(DFMI_ID_PREFIX.length,elem.id.length);this.DOM=elem;this.items=[];this.opp=false;this.random=false;this.restrictH=0;this.restrictW=0;this.transferType=1;this.transferDur=1;this.userNavType=0;this.curIDX=-1;this.nextIDX=0;this.prevIDX=-1;this.rotationDelegate=this.rotationTimeoutElapsed.createDelegate(this);this.rotationTimeout=null;this.contentWrapper=null;this.innerContainer=null;this.paused=false;this.userNavWrapper=null;this.hideNavTimeout=null;this.init();};DF.SlideShows.SlideShow.prototype={init:function()
{this.contentWrapper=document.createElement('div');this.contentWrapper.className='SS_ContentWrapper';this.innerContainer=document.createElement('div');this.innerContainer.className='SS_InnerContainer';DF.connection.asyncConnect('GET','/includes/media/slideshows/ss_'+this.id+'.js',{delegate:this.DataReturned.createDelegate(this)},true);},DataReturned:function(response)
{if(response.ok&&response.responseText&&DF.Util.getQueryParam('forpreviewsite').toLowerCase()!=='true')
{var obj=DF.evalJson(response.responseText);this.opp=obj.opp;this.random=obj.rand===1;this.restrictH=obj.rstrctH===1;this.restrictW=obj.rstrctW===1;this.transferType=obj.transType;this.transferDur=obj.transDur;this.userNavType=obj.navType;for(var i=0;i<obj.items.length;i++)
{var itm=new DF.SlideShows.SlideShowItem(this.transferType,this.transferDur);if(typeof(TwcSlideShow2List)!=='undefined'&&!DF.Detect.isNull(TwcSlideShow2List))
{for(var j=0;j<TwcSlideShow2List.length;j++){if(TwcSlideShow2List[j].slideshowMediaId===this.id&&TwcSlideShow2List[j].imageMediaId===obj.items[i].mID.toString())
{if(obj.items[i].lnkUrl.indexOf('?')===-1)
{obj.items[i].lnkUrl+="?IID="+TwcSlideShow2List[j].bannerId;}
else
{obj.items[i].lnkUrl+="&IID="+TwcSlideShow2List[j].bannerId;}}}}
itm.loadFromJson(obj.items[i]);this.items.push(itm);}
this.items.sort(function(a,b)
{return a.order-b.order;});}
else
{var backupImg=this.DOM.getElementsByTagName('img')[0];if(backupImg)
{backupImg.style.display='block';}
return;}
this.innerContainer.appendChild(this.contentWrapper);if(this.userNavType>0)
{this.DOM.style.overflow='hidden';this.userNavWrapper=document.createElement('div');this.userNavWrapper.className=(this.userNavType===1?'SS_ClassicNavWrapper':'SS_ModernNavWrapper')+' Play';var btnContainer=document.createElement('div');btnContainer.className='SS_BtnContainer';var btnPrev=document.createElement('div');btnPrev.className='SS_BtnNav Prev';DF.evt.Event.addListener(btnPrev,"click",this.navReverse.createDelegate(this));DF.evt.Event.addListener(btnPrev,"doubleclick",this.navReverse.createDelegate(this));var btnNext=document.createElement('div');btnNext.className='SS_BtnNav Next';DF.evt.Event.addListener(btnNext,"click",this.navForward.createDelegate(this));DF.evt.Event.addListener(btnNext,"doubleclick",this.navForward.createDelegate(this));var stopStart=document.createElement('div');stopStart.className='SS_BtnNav';var stopBtn=document.createElement('div');stopBtn.className='SS_BtnPause';DF.evt.Event.addListener(stopBtn,"click",this.pauseRotation.createDelegate(this));DF.evt.Event.addListener(stopBtn,"doubleclick",this.pauseRotation.createDelegate(this));var startBtn=document.createElement('div');startBtn.className='SS_BtnPlay';DF.evt.Event.addListener(startBtn,"click",this.startRotation.createDelegate(this));DF.evt.Event.addListener(startBtn,"doubleclick",this.startRotation.createDelegate(this));stopStart.appendChild(startBtn);stopStart.appendChild(stopBtn);if(this.userNavType!==1)
{this.userNavWrapper.innerHTML='<img class="SS_ModernNavBackLeft" src="/Images/Slideshow/UserNavBackLeft.gif" /><img class="SS_ModernNavBackRight" src="/Images/Slideshow/UserNavBackRight.gif" />';}
btnContainer.appendChild(btnPrev);btnContainer.appendChild(stopStart);btnContainer.appendChild(btnNext);this.userNavWrapper.appendChild(btnContainer);this.innerContainer.appendChild(this.userNavWrapper);}
this.DOM.innerHTML='';this.DOM.appendChild(this.innerContainer);this.DOM.style.display='inline';if(this.opp)
{this.nextIDX=Math.floor(Math.random()*(this.items.length));this.paused=this.random=true;this.rotationTimeoutElapsed();}
else
{this.startRotation();}},startRotation:function()
{if(this.rotationTimeout)
{clearTimeout(this.rotationTimeout);}
this.rotationTimeout=null;this.paused=false;var curItem=this.items[this.curIDX];if(curItem)
{this.rotationTimeout=setTimeout(this.rotationDelegate,curItem.duration);}
else
{this.rotationTimeoutElapsed();}
if(this.userNavType>0)
{this.userNavWrapper.className=this.userNavWrapper.className.replace('Play','Pause');}},pauseRotation:function()
{if(this.rotationTimeout)
{clearTimeout(this.rotationTimeout);}
this.rotationTimeout=null;this.paused=true;if(this.userNavType>0)
{this.userNavWrapper.className=this.userNavWrapper.className.replace('Pause','Play');}},navForward:function()
{if(this.rotationTimeout)
{clearTimeout(this.rotationTimeout);}
this.rotationTimeout=null;this.nextIDX=(this.curIDX+1)%this.items.length;this.rotationTimeoutElapsed(null,true);},navReverse:function()
{if(this.rotationTimeout)
{clearTimeout(this.rotationTimeout);}
this.rotationTimeout=null;this.nextIDX=(this.curIDX+this.items.length-1)%this.items.length;this.rotationTimeoutElapsed(null,true);},rotationTimeoutElapsed:function(id,overrideTransition)
{var prevItem=this.items[this.prevIDX];var currItem=this.items[this.curIDX];var nextItem=this.items[this.nextIDX];if(this.prevIDX!==this.nextIDX&&prevItem&&prevItem.inTransition)
{prevItem.finishRemove();if(!this.paused)
{this.rotationTimeout=setTimeout(this.rotationDelegate,(currItem?(this.transferDur*1000):0)+currItem.duration);}}
else if(currItem===nextItem)
{if(!this.paused)
{this.rotationTimeout=setTimeout(this.rotationDelegate,(currItem?(this.transferDur*1000):0)+nextItem.duration);}
this.prevIDX=this.curIDX;this.curIDX=this.nextIDX;this.nextIDX=(this.nextIDX+1)%this.items.length;return;}
else
{nextItem.transitionIn(this.contentWrapper);if(currItem)
{currItem.transitionOut(overrideTransition);}
this.updateDimensions(nextItem.width,nextItem.height);if(!this.paused)
{this.rotationTimeout=setTimeout(this.rotationDelegate,(currItem?(this.transferDur*1000):0)+nextItem.duration);}
this.prevIDX=this.curIDX;this.curIDX=this.nextIDX;if(this.random)
{this.nextIDX=Math.floor(Math.random()*(this.items.length));if(this.nextIDX===this.curIDX)
{this.nextIDX=(this.nextIDX+1)%this.items.length;}}
else
{this.nextIDX=(this.nextIDX+1)%this.items.length;}}},updateDimensions:function(w,h)
{var hAdjusted=h+(this.userNavType>0?this.userNavWrapper.offsetHeight:0);this.DOM.style.width=this.innerContainer.style.width=w+'px';this.DOM.style.height=hAdjusted+'px';this.innerContainer.style.height=h+'px';},getElemId:function()
{return this.DOM.id;},getCurrentMediaId:function()
{return this.items[this.curIDX].getMediaId();}};DF.SlideShows.SlideShowItem=function(transitionType,transitionDuration)
{this.type='';this.duration=1;this.sDate=0;this.eDate=0;this.height=100;this.width=100;this.lnkSrc='';this.lnkUrl='';this.lockNewWin=false;this.mediaId=-1;this.order=0;this.path='';this.DOM=null;this.contentWrapper=null;this.tType=transitionType;this.tDur=transitionDuration;this.transitionTimeoutID=-1;this.opacity=100;this.inTransition=false;};DF.SlideShows.SlideShowItem.prototype={loadFromJson:function(obj)
{this.type=obj.type;this.duration=obj.dur*1000;this.sDate=obj.sDate;this.eDate=obj.eDate;this.height=obj.h;this.width=obj.w;this.lnkSrc=obj.lnkSrc;this.lnkUrl=obj.lnkUrl;this.lockNewWin=obj.lockWin===1;this.mediaId=obj.mID;this.order=obj.ord;this.path=obj.path;this.init();this.transitionTimeoutID=null;},init:function()
{this.DOM=document.createElement('SPAN');this.DOM.className="SS_ITEM";this.contentWrapper=document.createElement('SPAN');this.contentWrapper.className='SS_ItemWrapper';this.DOM.style.height=this.height+'px';this.DOM.style.width=this.width+'px';if(this.lnkUrl!==''&&this.lnkUrl!==null)
{var anchor=document.createElement('A');anchor.href=this.lnkUrl;if(document.all)
{anchor.onclick=function()
{document.location=this.href;};}
this.DOM.appendChild(anchor);anchor.appendChild(this.contentWrapper);this.contentWrapper.style.cursor='hand';}
else
{this.DOM.appendChild(this.contentWrapper);}
switch(this.type)
{case'image':var imgContent=document.createElement('img');imgContent.src=this.path;imgContent.style.width=this.width+'px';imgContent.style.height=this.height+'px';imgContent.style.display='block';imgContent.className="SS_SlideShowImage";this.contentWrapper.appendChild(imgContent);break;case'flash':var spanContent=document.createElement('span');spanContent.className='SS_SlideShowFlash';var flashObject=new DF.FObject(this.path,this.width,this.height,true,false);spanContent.innerHTML=flashObject.getSWFHTML();this.contentWrapper.appendChild(spanContent);break;}
this.addIEFilter();},addIEFilter:function()
{if(document.all)
{switch(this.tType)
{case 1:this.contentWrapper.style.filter='blendTrans(duration='+this.tDur+')';break;case 2:this.contentWrapper.style.filter='revealTrans(duration='+this.tDur+', transition=12)';break;case 3:this.contentWrapper.style.filter='progid:DXImageTransform.Microsoft.gradientWipe(GradientSize=0.5, wipeStyle=0,motion=forward, duration='+this.tDur+')';break;}}},transitionIn:function(elem)
{if(this.transitionTimeoutID)
{clearInterval(this.transitionTimeoutID);this.transitionTimeoutID=null;this.finishRemove();}
if(this.DOM.parentNode!==elem)
{if(elem.childNodes.length>0)
{elem.insertBefore(this.DOM,elem.childNodes[0]);}
else
{elem.appendChild(this.DOM);}}},transitionOut:function(overrideTransition)
{if(this.transitionTimeoutID)
{clearTimeout(this.transitionTimeoutID);this.transitionTimeoutID=null;}
var parent=this.DOM.parentNode;if(!parent)
{return;}
this.inTransition=true;if(overrideTransition||this.tType<1)
{this.finishRemove();}
else if(document.all)
{try
{var canWeAccessFilter=this.contentWrapper.filters;}
catch(e)
{return;}
if(!this.contentWrapper.filters[0])
{this.addIEFilter();}
if(!this.contentWrapper.filters[0])
{return;}
this.contentWrapper.filters[0].Apply();this.contentWrapper.style.visibility="hidden";this.contentWrapper.filters[0].Play();this.transitionTimeoutID=setTimeout(this.finishRemove.createDelegate(this),this.tDur*1000);}
else
{this.LastWidth=this.width;switch(this.tType)
{case 1:case 2:var timeInterval=this.tDur*15;this.transitionTimeoutID=setTimeout(this.ffFadeOut.createDelegate(this,[timeInterval]),timeInterval);break;case 3:this.destTimeClear=new Date();this.destTimeClear.setTime(this.destTimeClear.getTime()+this.tDur*1000);this.transitionTimeoutID=setTimeout(this.ffWipeOut.createDelegate(this),20);break;}}},setOpacity:function(val)
{this.opacity=val;if(document.all&&typeof(this.DOM.style.filter.alpha)!=='undefined')
{this.DOM.style.filter.alpha=val;}
else
{this.DOM.style.opacity=(val/100.0-0.001);}},finishRemove:function()
{this.inTransition=false;var parent=this.DOM.parentNode;if(parent)
{parent.removeChild(this.DOM);}
this.DOM.style.width=this.width+'px';this.setOpacity(100);this.DOM.style.left=this.contentWrapper.style.left='';this.contentWrapper.style.visibility='visible';},ffFadeOut:function(timeInterval)
{if(this.opacity<5)
{this.finishRemove();return;}
this.setOpacity(this.opacity-2);this.transitionTimeoutID=setTimeout(this.ffFadeOut.createDelegate(this,[timeInterval]),timeInterval);},ffWipeOut:function()
{var now=new Date();var diff=this.destTimeClear.getTime()-now.getTime();if(diff<0)
{this.finishRemove();return;}
var width=Math.floor(this.width*diff/(this.tDur*1000));this.DOM.style.width=width+'px';this.DOM.style.left=(this.width-width)+'px';this.contentWrapper.style.left=(width-this.width)+'px';this.transitionTimeoutID=setTimeout(this.ffWipeOut.createDelegate(this),15);},getMediaId:function()
{return this.mediaId;}};DF.evt.AddDomLoadEvent(ssInit);})();DF.namespace('Twc.Media.PluginDetect');var vbAndJsResultForDfPluginDetectIe=false;DF.Twc.Media.PluginDetect.PluginList=(function()
{var _pluginArray=[];var _nse;var agt,ie,ns,win;agt=navigator.userAgent.toLowerCase();ie=(agt.indexOf("msie")!==-1);ns=(navigator.appName.indexOf("Netscape")!==-1);win=((agt.indexOf("win")!==-1)||(agt.indexOf("32bit")!==-1));function detectIE(ClassID,name)
{document.write('<SCRIPT LANGUAGE=VBScript>\n on error resume next \n vbAndJsResultForDfPluginDetectIe = IsObject(CreateObject("'+ClassID+'"))</SCRIPT>\n');if(vbAndJsResultForDfPluginDetectIe)
{return name+',';}
else
{return'';}}
function detectNS(ClassID,name)
{var n="";if(_nse.indexOf(ClassID)!==-1)
{if(navigator.mimeTypes[ClassID].enabledPlugin!==null)
{n=name+",";}}
return n;}
if(ie&&win)
{_pluginArray=detectIE("Adobe.SVGCtl","SVG Viewer")+
detectIE("SWCtl.SWCtl.1","Shockwave Director")+
detectIE("ShockwaveFlash.ShockwaveFlash.1","Shockwave Flash")+
detectIE("rmocx.RealPlayer G2 Control.1","RealPlayer")+
detectIE("QuickTimeCheckObject.QuickTimeCheck.1","QuickTime")+
detectIE("MediaPlayer.MediaPlayer.1","Windows Media Player")+
detectIE("PDF.PdfCtrl.5","Acrobat Reader");}
if(ns||!win)
{_nse="";for(var i=0;i<navigator.mimeTypes.length;i++)
{_nse+=navigator.mimeTypes[i].type.toLowerCase();}
_pluginArray=detectNS("image/svg-xml","SVG Viewer")+
detectNS("application/x-director","Shockwave Director")+
detectNS("application/x-shockwave-flash","Shockwave Flash")+
detectNS("audio/x-pn-realaudio-plugin","RealPlayer")+
detectNS("video/quicktime","QuickTime")+
detectNS("application/x-mplayer2","Windows Media Player")+
detectNS("application/pdf","Acrobat Reader");if(_pluginArray.length>0)
{_pluginArray=_pluginArray.substring(0,_pluginArray.length-1);}}
return{HasWmv:function()
{return _pluginArray.indexOf("Windows Media Player")!==-1;},HasQuickTime:function()
{return _pluginArray.indexOf("QuickTime")!==-1;},HasRealPlayer:function()
{return _pluginArray.indexOf("RealPlayer")!==-1;},HasPdf:function()
{return _pluginArray.indexOf("Acrobat Reader")!==-1;},HasFlash:function()
{return _pluginArray.indexOf("Shockwave Flash")!==-1;},HasSvg:function()
{return _pluginArray.indexOf("SVG Viewer")!==-1;},HasShockwaveDirector:function()
{return _pluginArray.indexOf("Shockwave Director")!==-1;}};})();