function LoadBanner(imagePath) {
	var img = new Image(766, 251); 
	img.src = "http://libertywarehousing.net/images/"+ imagePath;
}
