	var flashMovie; 
	var strPath = "images/swf/";
	
	if (location.pathname == "/about_us.htm" || location.pathname == "/mailing_list.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan12.swf';
	}
	else if (location.pathname == "/application_form.htm" || location.pathname == "/bmtqs.htm" || location.pathname == "/maverick.htm" || location.pathname == "/publications.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan5.swf';
	}
	else if (location.pathname == "/basix.htm" || location.pathname == "/industry.htm" || location.pathname == "/post_construction.htm" || location.pathname == "/upcoming_events.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan8.swf';
	}
	else if (location.pathname == "/construction.htm" || location.pathname == "/quote.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan.swf';
	}
	else if (location.pathname == "/construction_cost.htm" || location.pathname == "/construction_cost_table.htm" || location.pathname == "/construction_cost_calculator.htm" || location.pathname == "/replacement_costs.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan10.swf';
	}	
	else if (location.pathname == "/contact_us")
	{
		//To Fix
		 flashMovie = strPath + 'BMT_Slogan4.swf';
	}
	else if (location.pathname == "/index.htm" || location.pathname == "/construction_costs.htm" || location.pathname == "/legchanges.htm" || location.pathname == "/legislation.htm" || location.pathname == "/pre_construction.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan4.swf';
	}
	else if (location.pathname == "/services.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan7.swf';
	}
	else if (location.pathname == "/tax_depreciation.htm" || location.pathname == "/tax_estimator.htm" || location.pathname == "/construction_cost_calculator.htm" || location.pathname == "/replacement_costs.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan10.swf';
	}
	else if (location.pathname == "/tax_depreciation_estimates.htm")
	{
		 flashMovie = strPath + 'BMT_Slogan13.swf';
	}
	else
	{
		 flashMovie = strPath + 'BMT_Slogan4.swf';
	}
	var fo = new FlashObject(flashMovie, "BMT", "760", "126", "6", "#336699");
	fo.write("flashcontent");