// $(document).ready(function(){
// 	$(".rounded_colhead").click(function(){
//     	window.location=$(this).find("a").attr("href");return false;
// 	});
// 	$('.rounded_colhead').hover(function() {
// 		$(this).addClass('pretty-hover');
// 	}, function() {
// 		$(this).removeClass('pretty-hover');
// 	});
// });

// facebox
jQuery(document).ready(function($) {
  $('a[rel*=facebox]').facebox()
})