
$(document).ready(function(){
	
	$('#BLKPRNT').loupe();
	
	$('.BLKPRN').loupe();
	
	$("<span id='magNotice' style='padding-left: 100px'><small><small>Rollover the image for a magnified view.</small></small></span>")
	.appendTo($("img[src='../Media/Back.gif']").parent().parent());
	
});

// function SpecialStatus ( whatStatus ) {
// 	
// 	$("P")
// 	
// }
// 

