$(window).load(function(){
	if($('a[rel*=lightbox]').size()>0)
		$('a[rel*=lightbox]').lightBox();
});
