jQuery('html').addClass('js');

Cufon.replace('h2');
Cufon.replace('.nav a', {hover: true});

swfobject.registerObject("Banner", "9.0");
swfobject.registerObject("Player", "9.0");
	
jQuery(function () {
	$('a[rel=external], a[rel=file]')
    .click(function () {
        return !window.open(this.href);
    })
    .attr('title', 'open in new window');
});

