
$(document).ready( function() {
	try {
		//$get("#img1").src="images/index-img1.jpg";
	} catch(e) {
		alert(e);
	}

	
});

function goto(w) {
	$("#content").hide("slow");
	$("#content").load(w).show("slow");
}
