var jumpMenu = function(targ,selObj,restore){ //vDoesntsuckasmuchanymore.0
  window.location = selObj.options[selObj.selectedIndex].value;
  if(restore) selObj.selectedIndex = 0;
};

var MM_popupMsg = function(msg) { //v1.0
  alert(msg);
};

var replaceType = function() {
	Cufon.replace('#band h2, #sidebar h2', { fontFamily: 'DINCond' });
	Cufon.replace('#sidebar .salutation, #concertseason-navigation li a, #admin-navigation li a, #ticketing-navigation li a, #admin-tools li a, .artist-names, .ticket-type, #body.body h2', { fontFamily: 'Neutraface 2 Display Bold' });
};

var diffShip = function(item) {
	newShip = item.value;
	document.location.href = 'checkout.php?ship='+newShip;
};

/* ///////////////////////////////////// */
(function($){ // play well with others
/* ///////////////////////////////////// */

$(document).ready(function(){
	
	replaceType();
	$('#frm_checkout').validate();
	
});

/* ///////////////////////////////////// */
})(jQuery); // end closure
/* ///////////////////////////////////// */