 jQuery(document).ready(function($) {
	// do something here
    $('li#twitter-tools h3').append('<a target="_blank" href="http://twitter.com/Skeletontweet">Skeleton on Twitter</a>');

	// Initiate facebox Popup
	$('a.brief-template').facebox({
        loading_image : '/templates/my_japurity/js/facebox/loading.gif',
        close_image   : '/templates/my_japurity/js/facebox/closelabel.gif'
      }) 


});
 




 

