$(document).ready(function(){
	// open offsite links in new window
	//$('a[href^="http://"]').attr("target", "_blank");
});


