URL = window.location.href;

var pagename_array = URL.split("/");
var barefile_array = pagename_array[3].split(".");
var result = barefile_array[0];

if	(result == "index" || result == "" || !result)	
{
	result = '<img border="0" src="images/interface/header.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if	(result == "athletic")
{
	result = '<img border="0" src="images/interface/hdr-athletic.jpg" width="560" height="220" alt="Athletic Use">';
}
else if (result == "big-roll")
{
	result = '<img border="0" src="images/interface/hdr-hints-and-tips.jpg" width="560" height="220" alt="Anderson Big Roll Sod">';
}
else if (result == "contact")
{
	result = '<img border="0" src="images/interface/hdr-contact-3.jpg" width="560" height="220" alt="Contact Anderson Sod Farm">';
}
else if (result == "directions")
{
	result = '<img border="0" src="images/interface/header.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if (result == "hints")	{
	result = '<img border="0" src="images/interface/hdr-hints-and-tips.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if (result == "installation")
{
	result = '<img border="0" src="images/interface/hdr-installation-main.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if (result == "maintenance")
{
	result = '<img border="0" src="images/interface/hdr-maintenance-2.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if (result == "map")
{
	result = '<img border="0" src="images/interface/header.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if (result == "measure")
{
	result = '<img border="0" src="images/interface/hdr-hints-and-tips.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if (result == "residential")
{
	result = '<img border="0" src="images/interface/hdr-residential-2.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}
else if (result == "specs")	{
	result = '<img border="0" src="images/interface/hdr-hints-and-tips.jpg" width="560" height="220" alt="Welcome to Anderson Sod Farm">';
}