//PRE LOADS KEY IMAGES FOR WEBSITE SO SITE LOADS QUICKLY
function primaryimagepreloader()
{	 
	 var img = new Image();
	 img.src = "images/header buttons/home.gif";	 
	 img.src = "images/header buttons/contact.gif";	 	 
	 img.src = "images/header buttons/order.gif";
 	 img.src = "images/header buttons/methods.gif";
	 img.src = "images/header buttons/none.gif";
	 img.src = "images/homepage/homepage1.jpg";
	 img.src = "images/construction/hangers.jpg";
	 img.src = "images/construction/wedges.jpg";
	 img.src = "images/ajaxloader.gif";
	 img.src = "images/buttons/send email normal.gif";
	 img.src = "images/buttons/send email hover.gif";
	 img.src = "images/buttons/send email down.gif";
	

}

///LOADS LESS IMPORTANT IMAGES WHICH CAN BE PRELOADED AFTER MAIN SITE HAS LOADED.
function secondaryimagepreloader()
{
}
