jQuery.preloadImages = function() {
	for (var i = 0; i < arguments.length; i++) {
		jQuery("<img>").attr("src", arguments[i]);
	}
}

$.preloadImages(
	"images/services_h2.png",
	"images/the_work_h2.png",
	"images/contact_h2.png", 
	"images/results_h2.png", 
	"images/the_story_h2.jpg"
	);



;
