/**
 * Load the background image
 * when the document is ready
 */		
$(document).ready(function () {
	loadBackground();
	startBanner();
});
