 $(document).ready(function() {
 	 // Show the footer  
 	xShow("footer");  
   	$(".linkbox").change(function() {
	 	if ($(this).val()!='') document.location.href=$(this).val();
	});
 });

