function initShop()
{
	initBuyForms();
	initAsyncBasket();
	initAlert();
	initQuestion();
	//initCheckout();
	if($('miniSearchForm'))initFormFields("miniSearchForm");
	if($('newsletterForm'))initFormFields('newsletterForm');
	if($('smallLoginForm'))initFormFields('smallLoginForm');

}