document.write('<STYLE>#vpl{font:12px arial;color:#50B948;text-decoration:none;border-bottom:1px dashed #50B948;margin:0 8px 0 8px;}</STYLE>');
// DISPLAY TYPE


			doFlash();

		




function doLink(){

			if (document.getElementById("vpl")==undefined) {
			document.write('<a href="http://www.videopages.com/?b=0039" style="font:12px arial;color:#50B948;text-decoration:none;border-bottom:1px dashed #50B948;-moz-outline:0px;margin:0 8px 0 8px;" title="VideoPages Business Listing">See our video on <B>VideoPages</B>!</a>');
			} 
}

function doImage(){

			// if static link exists on page, hide it
			if (document.getElementById("vpl")!=undefined) {
			document.getElementById("vpl").style.display="none";
			}
			document.write('<div style="text-align:center;width:150px;margin:5px;padding-bottom:2px;"><a href="http://www.videopages.com/?b=0039"><IMG id="vpImg" SRC="http://www.videopages.com/brand/badges/vp_brand_1.png" BORDER=0 HEIGHT=40 WIDTH=149 ALT="Watch our video on VideoPages!"></a><BR/>');
			document.write('<a href="http://www.videopages.com/?b=0039" style="font:10px arial;color:#50B948;text-decoration:none;border-bottom:1px dashed #50B948;-moz-outline:0px;" title="VideoPages Business Listing">See our video on <B>VideoPages</B>!</a></div>');

}

function doFlash(){

			// if static link exists on page, hide it
			if (document.getElementById("vpl")!=undefined) {
			document.getElementById("vpl").style.display="none";
			}

			// test if flash plugin exists

			// if not IE
			if (navigator.mimeTypes && navigator.mimeTypes.length) {

				x = navigator.mimeTypes['application/x-shockwave-flash'];

				((x && x.enabledPlugin) ? dofl(1) : dofl(0));

			}

			// if IE WINTEL
			else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 && (navigator.appVersion.indexOf("Win") != -1)) {

				hasFlash = 0;
				document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n');
				document.write('on error resume next \n');
				document.write('hasfl = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash")))\n');
				document.write('</SCR' + 'IPT\> \n');

				(hasfl ? dofl(1) : dofl(0));

			}

			else {

			doImage();

			}

}

function dofl(fl){

var vpTitle = ((this.location.href.indexOf('xscream') != -1 || this.location.href.indexOf('webharte') != -1)? "<B>VideoPages</B> Demonstration!" : "See our video on <B>VideoPages</B>!");

	if (fl) {

 			document.write(
   				'<div id="vpFlshDv" style="text-align:center;width:192px;margin:5px;padding-bottom:2px;">\n'+
   				'<object width="192" height="120">\n'+
   				' <param name="allowScriptAccess" value="always" />\n'+
   				' <param name="movie" value="http://www.videopages.com/brand/badges/clickonme_192x120.swf" />\n'+
   				' <param name="FlashVars" value="sURL=http://www.videopages.com/?b=0039" />\n'+
   				' <EMBED src="http://www.videopages.com/brand/badges/clickonme_192x120.swf"\n'+
   				'  FlashVars="sURL=http://www.videopages.com/?b=0039"\n'+ 
   				'  WIDTH="192" HEIGHT="120"\n'+
   				'  TYPE="application/x-shockwave-flash"\n'+
   				'  allowScriptAccess="always"></EMBED>\n'+
   				'</OBJECT>\n'+
				'<a href="http://www.videopages.com/?b=0039"\n'+ 
   				'  style="font:11px arial;color:#50B948;text-decoration:none;border-bottom:1px dashed #50B948;-moz-outline:0px;"\n'+
   				'  title="VideoPages Business Listing">' + vpTitle + '\n'+
				'</a></div>');

	}

	else { doImage(); }

}

