//WATSON JS PACKAGE

//alter left col height to match rest of page
/*$(document).ready(function() {

	var height = $("#main").css("height");
	var glowHeight = height.replace(/px/,"");
	glowHeight = parseInt(glowHeight)+80;
	$("#leftCol").css("height",height);
	$("#leftGlow").css("height",glowHeight+"px");
	$("#rightGlow").css("height",glowHeight+"px");

});*/
