function addtoshoppingcart(shopitemid, ammount) {
	document.location.href = "shoppingcartAdd.php?id="+shopitemid+"&pageid="+document.getElementById('pageid').value+"&ammount="+ammount;
}
