function Buyshareit(qnty){
	var ShopAddressStart = "https://secure.shareit.com/shareit/cart.html?PRODUCT[300251867]=";
	var ShopAddressEnd = "&cartcoupon=1&DELIVERY[300251867]=EML&HADD[300251867][ADDITIONAL1]=Field1&HADD[300251867][ADDITIONAL2]=Field2&stylefrom=300251867&backlink=http%3A%2F%2Fwww.robinmatch.com%2Fbuy-adwords.htm&oplayout=USA";
	if(qnty == 0) 
	{
		alert("Please specify a number of licenses.");
	}
	else
	{
		location.href = ShopAddressStart +  qnty + ShopAddressEnd;		
	}
}
