/*jQuery(function($) {

	UpdateCartBox();
	
});*/

function UpdateCartBox()
{
	file = '/ajax/cart_box';
	$('.QCart').load(file, function(data){$('.QCart').html(data)});
}

function reload_image(img_ob){
    var ts = new Date().getTime();
    img_ob.src = "/include/captcha.php?" + ts;
}
