// JavaScript Document
$url = location.href;
if (( $url.match('theres') || $url.match('sp_'))&&(!$url.match('pagenotfound')))
	{
		document.write("<div id='container_spouse'>");
	}
	else 
	{
		document.write("<div id='container'>");
	}
