//  Home page 
//alert('working');


function runLoad() {
}


Event.observe(window, "load", runLoad);
