/* Author: 

*/
$(function(){
	// $("html").fadeIn(500);
	// $("header a").click(function(){
	// 	var href = $(this).attr("href");
	// 	$("html").fadeOut(500,function(){
	// 		window.location = href;
	// 	});
	// 	return false;
	// });
});























