// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function refreshCart() {
	document.getElementById('this_table').innerHTML = "<img src='/images/loader.gif' />";
	document.getElementById('this_table').innerHTML += '<h2 style=\"color:red;margin-left:300px;margin-top:50px;\"> refreshing cart </h2>';
	
}
function callUtility(){
	Utility.message('shopping','The product has been added to your cart. Click the cart icon to see your cart at any time...','INFO');
}