// JavaScript Document
if (screen.width <= 800) {
	document.write('<link rel=\"stylesheet\" type=\"text\/css\" href=\"css\/compatibility.css\">');
}

//Some Jquery stuff
function IncludeJavaScript(jsFile)
{
  document.write('<script type="text/javascript" src="' + jsFile + '"></scr' + 'ipt>'); 
}
includeJavaScript("http://jquery.com/src/jquery.js");
IncludeJavaScript(window.location.protocol+"//"+window.location.hostname+"/the grange/grange/js/jquery.corner.js");
IncludeJavaScript(window.location.protocol+"//"+window.location.hostname+"/the grange/grange/js/jquery.actions.js");