/*-------------------------------------------------

		{sitename}			Behaviorial Functions
		Date 				{date}	
		
---------------------------------------------------*/
/*----------------------------------------------------------Vars and functions---------------------------------------------------------- */


/*----------------------------------------------------------jQuery---------------------------------------------------------- */
$(document).ready(function(){
        // Set share this publisher key
        stLight.options({publisher:'fa45780f-f76a-442b-b7e3-e0f53a4bdc23'});
	// Modal window relationship
        $("a[rel^='modal']").prettyPhoto({theme:'facebook'});

        $('body').removeClass('no-js').addClass('js');
});
