SC.addEvt(window, 'load', function() {

	var checkout=SC.getById("checkoutLink-0061");
	
	if (checkout) {		checkout.href="http://us-dc1-order.store.yahoo.net/ymix/MetaController.html?ysco_key_event_id=&ysco_key_store_id=yhst-61704673892577&sectionId=ysco.cart";
		SC.removeEvt(checkout,"click");
		//checkout.setAttribute("SCevents",{});
		checkout.onclick=function(){return true};
	}	

}
)