$(document).ready(function(){

	img1 = new Image();
	img2 = new Image();
	img3 = new Image();
	img4 = new Image();
	img5 = new Image();
	img6 = new Image();


	img1.src = '/images/nav_blog_on.gif';
	img2.src = '/images/nav_contact_on.gif';
	img3.src = '/images/nav_home_on.gif';
	img4.src = '/images/nav_portfolio_on.gif';
	img5.src = '/images/nav_what_on.gif';
	img6.src = '/images/nav_who_on.gif';

	
});
