/*
If we want to enable Cufon for Headers...
Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('h3');
*/

$(document).ready(function() {

	// Fade to all links pointing off-site
	/*
	$("a").filter(function() {
  	  return this.hostname && this.hostname !== location.hostname;
	})
	.bind('click', function() {
		$("#wrapper").fadeOut(500, function(){
			window.location = (this).href;
			$("#wrapper").fadeIn(500);
		});
	});
	*/

});
