$(document).ready(function() {
	//Page Border
	var ph = $('#bodyContent').height();
	$('#glowL').css('height',ph+'px');
	$('#glowR').css('height',ph+'px');
	//lightbox
	$('a.preview').lightBox();

});