// remap jQuery to $
(function($){})(window.jQuery);


/* trigger when page is ready */
$(document).ready(function (){

	// your functions go here
	$("a[href^='http:']").not("[href*='awakenspatulsa.com']").attr('target','_blank');

});


/* optional triggers

$(window).load(function() {
	
});

$(window).resize(function() {
	
});

*/
