$(document).ready(function() {
	// defer loading the background image 
	$("#background-image").html("<img src=\"\/images\/2.jpg\" width=\"100%\" height=\"auto\" alt=\"\"/>");
});


