$.include(config.scriptpath + "generals/misc.js");
$.include(config.scriptpath + "generals/behaviour.js");
$.include(config.scriptpath + "products/behaviour.js");
$.include(config.scriptpath + "products/products.js");
$.include(config.scriptpath + "products/com.js");
$.include(config.scriptpath + "generals/DaxWide-Bold_400.font.js");
$.include(config.scriptpath + "generals/history.js");
$.include(config.scriptpath + "generals/jquery-ui-slider.js");
$.include(config.scriptpath + "generals/jquery.custom_radio_checkbox.js");
$.include(config.scriptpath + "tracking/s_code.js");
$.include(config.scriptpath + "tracking/tracking.js");
$(document).ready(function(){ 
	$.addBehaviour(generalBehaviour);
	$.addBehaviour(behaviourStandardProduct);
	$.addBehaviour(behaviourProductLayer);
});