// JavaScript Document

function onDocumentReady(){
	$("[rel^=lightbox]").lightBox();	
}
