jQuery(document).ready(function(){
	var mechanismBrand = new Brands();
	mechanismBrand.setMainArea( jQuery("#main-overall-place-holder") );
	mechanismBrand.setMainLinks( jQuery("#brands-place-holder-selecting-main"), jQuery("#countries-place-holder-selecting-main"));
	mechanismBrand.setBrandLink( jQuery("#overall-place-holder-init-window-all-brands") );
	mechanismBrand.setBrandArea( jQuery("#brands-place-holder-selecting") );
	mechanismBrand.setCountryLink( jQuery("#overall-place-holder-init-window-all-langs") );
	mechanismBrand.setCountryArea( jQuery("#countries-place-holder-selecting") );
	mechanismBrand.start();
});