document.createElement("header");  
document.createElement("footer");  
document.createElement("section");  
document.createElement("hgroup");  
document.createElement("nav");
document.createElement("aside");
document.createElement("article");

		$(document).ready(function(){	
			$("#slider").easySlider({
				auto: false, 
				continuous: true
			});
			$("<img id='fade-left' src='../wp-content/themes/harshy/images/slider/fadel.png' alt='' title='' /><img id='fade-right' src='../wp-content/themes/harshy/images/slider/fader.png' alt='' title='' />").insertAfter("#slider");
			$("input[type=text], textarea").bind("focus blur", function(){ $(this).toggleClass("highlight"); });
    window.addEventListener("load", function() { setTimeout(loaded, 100) }, false);  
      
    function loaded() {  
        document.getElementById("top").style.visibility = "visible";  
        window.scrollTo(0, 1); // pan to the bottom, hides the location bar  
    }  
		});	


