<!--//--><![CDATA[//><!--

sfHover = function() {
	if(document.getElementById("nav")){
	   var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	   for (var i=0; i<sfEls.length; i++) {
		   sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		   }
		   sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		   }
	   }
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
   if(document.getElementById("temp")){
	var sfEls = document.getElementById("temp").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
   if(document.getElementById("personalized")){
	var sfEls = document.getElementById("personalized").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
   if(document.getElementById("portrait")){
	var sfEls = document.getElementById("portrait").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
   if(document.getElementById("loc1")){
	var sfEls = document.getElementById("loc1").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
//  if(document.getElementById("horz")){
	var sfEls = document.getElementsByTagName("LI");

	for (var i=0; i<sfEls.length; i++) {
		if(sfEls[i].parentNode.className.indexOf("horz")>-1) {
			sfEls[i].onmouseover=function() {
				this.className+=" sfhover";
			}
			sfEls[i].onmouseout=function() {
				this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
			}
		}
	}
//   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
//   if(document.getElementById("vert")){
	var sfEls = document.getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		if(sfEls[i].parentNode.className.indexOf("vert")>-1) {		
			sfEls[i].onmouseover=function() {
				this.className+=" sfhover";
			}
			sfEls[i].onmouseout=function() {
				this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
			}
		}
	}
//   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
   if(document.getElementById("radius")){
	var sfEls = document.getElementById("radius").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

sfHover = function() {
   if(document.getElementById("miles")){
	var sfEls = document.getElementById("miles").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

// 6 thumbs area
sfHover = function() {
   if(document.getElementById("thumb1000")){
	var sfEls = document.getElementById("thumb1000").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
   }
}
if (window.attachEvent) window.attachEvent("onload", sfHover);
url = window.location+"";
//alert(url);
if(url.indexOf("jobSearch.jsp")>-1) {
	var th = document.getElementsByTagName("head")[0];	
	var s = document.createElement('script');
	s.setAttribute('type','text/javascript');
	s.setAttribute('src',"http://portraitinnovations.com/resources/taleo.js");
	//th.appendChild(s);
}

//--><!]]>