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