window.addEvent("domready",function(){
if($('cart')) cart_events
};

function cart_events(){
$('cart').addEvent("submit"...
....
};

but it's sloppy.