// Protonotes group
var groupnumber="XOrF3ZJabuDA";
			
/* Writes an e-mail link to the document by javascript to fool spam spiders */
function spamProtectEmail(user, domain, text) {
	email = user + '@' + domain;
	if (text == undefined) document.write("<a href=\"mailto:" + email + "\">" + email + "<\/a>");
	else document.write("<a href=\"mailto:" + email + "\">" + text + "<\/a>");
}

// Document ready functionality
$(document).ready(function(){
	// Intitialize lightboxes
	$(".lightbox").lightbox({fitToScreen: true});
});
