if (window != top) top.location.href = location.href;
function isReady(form){
if (form.email.value.indexOf("@") + "" != "-1" && form.email.value.indexOf(".") + "" != "-1" && form.email.value != "")
 return true;    
 else	
 alert("Please enter a valid email address.");	
 form.email.focus();return false;
 }
 function isSearch(form) {if (form.qu.value != "Search" &&  form.qu.value != "Search Text" && form.qu.value != "") 
return true;
else
alert("Please enter a valid search request!");
form.qu.focus();
return false;
}
function mOvr(src,clrOver){
if (!src.contains(event.fromElement)) 
{src.bgColor = clrOver;}}
function mOut(src,clrIn){
if (!src.contains(event.toElement)) 
{src.bgColor = clrIn;}}
if (document.images)
{
var ar=document.images
for (i=0;i<ar.length;i++)
ar[i].src="/images/red_carrot.gif"
 }
