jQuery(document).ready(init_pbe);

function init_pbe(){
	// Remove item from cart - theme dependent
	// OPCart.bindCallback('op_removeFromCart','post',function(num_items){
	// 	// update cart icon.. 
	// 	if(jQuery('#op_cart_count')) jQuery('#op_cart_count').html('('+num_items+')');
	// });
}

OP.utility.setupDisplay = function(){
	
}