$().ready( function(){
	imgGlow();
});

function imgGlow() {
	$("header").addClass('shadow');
}

