/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> Created by Quality High-Tech Services, Inc.-------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

jQuery().ready(function() {
	$('#bannerLogo').click(function(ev) {
		document.location.href = "index.php";
		return false;
	});
});

