function init()
{
	jQuery.expr[':'].parents = function(a,i,m){
	    return jQuery(a).parents(m[3]).length < 1;
	};
	
	jQuery('div.captioned img').filter(':parents(div.lamplightoriginal)').captify({
		hideDelay: 100,
		opacity: 0.8
	});	
}


jQuery(function() {
	init();
	
	jQuery('form:first input:first').focus();
	
	jQuery(function(){
		jQuery('ul.sf-menu').supersubs().superfish();
	});	
});
