// JavaScript Document
$(document).ready(function() {
	$('#BTNLOGO').live('click',function(){
	
		document.location.href = 'index.php';
	})
});
