/*----------------------------------------
MNPHA Javascript
Author: Marcus Ellis
Last Updated: January 3, 2012
(c) 2012 Affiniscape, Inc.
All Rights Reserved. This JavaScript file must not be reproduced without the express written permission of Affiniscape, Inc.
For questions regarding licensing or setup please contact Affiniscape, projects @ affiniscape dot com
----------------------------------------*/

var j = jQuery.noConflict();
j(document).ready(function($){
	
	// Clickable Logo
    $('body').addClickableLogo({
        name: 'Minnesota Pharmacists Association',
        url: 'http://www.mpha.org'
    });
    
});

