
var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
	$().clickableLogo('Big Country SHRM');
	
});

