// JavaScript Document

Cufon.replace('h1, h2, a.button', { fontFamily: 'GB', hover: true });

$(document).ready( function() {
			$("[rel='external']").addClass("externalLink").click(
			function() { 
				window.open($(this).attr("href")); return false;  // make rel="external" links open in new windows
			});
});