$(window).load(function() {

	rocketPopupWidth = 465;
	rocketPopupHeight = 450;
	
	$('a').focus(function() {
		this.blur();
	});
	
});