function checkAll(){$("input[name=selectIT]").bind("click", function(){$("input[name~=sel]").attr("checked", $(this).attr("checked"));});}
function loadJs(){if($(".lightbox").size()){$.getScript("http://img.sourceskey.com/themes/slimbox/js/slimbox2.js", function(){$(document.createElement("link")).attr({"href":"http://img.sourceskey.com/themes/slimbox/css/slimbox2.css", "rel":"stylesheet"}).appendTo("head");})}}
$(document).ready(function(){
	checkAll();
	loadJs();
});