<!--hide script from old browsers
function pixWindow(pict,label,bcol,tcol) {
  var pict,label,bcol,tcol
  pictWindow = window.open('', 'newWin', 'scrollbars=yes,resizable=yes')
  pictWindow.document.write ("<HTML><HEAD><TITLE>"+pict+"</TITLE></HEAD>")
  pictWindow.document.write ("<BODY BGCOLOR='"+bcol+"' TEXT='"+tcol+"' LINK='#000000'>")
  pictWindow.document.write ("<CENTER><TABLE BORDER='0' ALIGN='center' CELLSPACING='0' CELLPADDING='5'")
  pictWindow.document.write ("<TR><TD ALIGN='center' VALIGN='middle'><IMG SRC='"+pict+"'><BR>")
  pictWindow.document.write (label+"</TD></TR>")
  pictWindow.document.write ("<tr><td align='right'><B><A HREF='javascript:;' onClick='window.print(); return false'>Print this window</A></B></TD></TR></TABLE>")
  pictWindow.document.write ("<B><A HREF='javascript:self.window.close()'>Close Window</A></B></CENTER><P>")
  pictWindow.document.write ("</BODY></HTML>")
}

// Google Internal Site Search script- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use
//
//Enter domain of site to search.
var domainroot="www.cedarvillehigh.com"

function Gsitesearch(curobj){
curobj.q.value="site:"+domainroot+" "+curobj.qfront.value
}

//end hiding contents-->
