$(document).ready(function(){
  $(".syncHeight").syncHeight();
	$(".hideNoJavascript").show();
	$("#ticker").liScroll({travelocity: 0.06});
	$(".shadowboxPopup").attr("rel", "shadowbox");
	$(".shadowboxGallery").attr("rel", "shadowbox[gallery]");
	Shadowbox.init();
	/*
	$('a[href*=.pdf]').each(function() {
		$(this).attr('href', 'http://docs.google.com/gview?embedded=true&chrome=true&url='+this);
	});
	*/
});
