if (window.location.pathname.substring(0, 4)!='/os_') {
	if ( (window.location.pathname=='/') || ((document.referrer.indexOf('excelhighschool.com/')<=0) && (document.referrer!='')) ){
	// JavaScript Document
		if (typeof exhsvideo == 'undefined') {
			exhsvideo = new Object();
		}
		exhsvideo.params = {
			width:256,
			height:384,
			left:"auto",
			right:"auto",
			top:"auto",
			bottom:"0px",
			swf:"exhs_intro_video"};
		exhsvideo.hideDiv = function(){
			document.getElementById('exhsvideo').style.visibility = 'hidden';	
		}
		exhsvideo.drawVideo= function(){
			var markUp = '';
			markUp += '<style type="text/css">';
			markUp += '#exhsvideo {margin-left:55px; position:absolute;width:'+exhsvideo.params.width+'px;height:'+exhsvideo.params.height+'px;left:'+exhsvideo.params.left+';right:'+exhsvideo.params.right+';top:'+exhsvideo.params.top+';bottom:'+exhsvideo.params.bottom+';z-index:1;}';
			markUp += '</style>';
			markUp += '<!--[if lte IE 6]>';
			markUp += '<style type="text/css">';
			markUp += 'html, body{height: 100%;overflow: auto;}#exhsvideo {position: absolute;}';
			markUp += '</style>';
			markUp += '<![endif]-->';
			markUp += '<div id="exhsvideo">';
			markUp += '  <object style="outline:none;" type="application/x-shockwave-flash" width="'+exhsvideo.params.width+'" height="'+exhsvideo.params.height+'" data="images/'+exhsvideo.params.swf+'.swf">';
			markUp += '    <param name="movie" value="images/'+exhsvideo.params.swf+'.swf" />';
			markUp += '    <param name="quality" value="high" />';
			markUp += '    <param name="wmode" value="transparent" />';
			markUp += '    <param name="swfversion" value="9.0.45.0" />';
			markUp += '  </object>';
			markUp += '</div>';
			document.write(markUp);
		}
		function hideDiv() {
			exhsvideo.hideDiv();
		}
		exhsvideo.drawVideo();
	}
}