
var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'Associated Subcontractors of Massachusetts',
        url: 'http://www.associatedsubs.com'
    });
    
    // ADD JAVASCRIPT CODE HERE
						   
});

