// JavaScript Document
var sNoFlashPage = "/briggswaterston.htm";

var PlaceMovie = function()
{
	document.write("<object data='bwimageloader.swf' type='application/x-shockwave-flash'");
	document.write(" width='950' height='600' id='bwimageloader' align='middle'>");
	document.write("<param name='allowScriptAccess' value='sameDomain' />");
	document.write("<param name='movie' value='bwimageloader.swf' />");
	document.write("<param name='quality' value='high' />");
	document.write("<param name='bgcolor' value='#ffffff' />");
	document.write("Your browser does not support flash. Please <a href='http://www.adobe.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash&promoid=BIOW' target='_blank'>install adobe flash player</a>, or <a href='" + sNoFlashPage + "'>view alternate html</a> content.");
	document.write("</object>");
}