// Image replace script, runs inline with page so there is no delay when loading.
		$('.cellImageReplace').each(function() {
					$(this).html('<img src = "/murad/images/'+$(this).attr('alt')+'.jpg" border = "0" />');
				});


