/**********************************************************************

	Bargain Hunt Auctions
	version: 	functions.js
	owner:		Wright Graphics
	handcoded by robots at ewebbed.com.au for Wright Graphics

**********************************************************************/

$(document).ready(function(){
	Cufon.replace('#navigation a, #header p', { fontFamily: 'sans', hover: true});
	
	$("a[rel=external]").click(function(){
		window.open(this.href);
		return false;
	});
});
