/* GLOBAL FILE ================================*/
$(document).ready(function() {
	$('.dscMessage.error').html('You must be <a href="/blog-login/" target="popup">logged in</a> to perform this task.');
	$("a[target='popup']").fancybox();
	$('img[src$=src-attribute]').css('border','0 none'); 

	$(".dscPriorityName:contains('Sticky:')").hide();

});


/* LOCAL FILE ================================ */

