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

