/*
$(document).ready(function() {
	$("#logo").click(function() {
		document.location.href = "http://biobasics.com";
	}).css('cursor', 'pointer');
});
*/
