function initscript()
{
	if (typeof(modules_refreshinterface) == 'function')
	{
   		modules_refreshinterface();
	}
	if (typeof(smoothscroll_init) == 'function')
	{
   		smoothscroll_init();
	}
	if (typeof(admedias_refreshinterface) == 'function')
	{
   		admedias_refreshinterface();
	}
	if (typeof(prices_refreshinterface) == 'function')
	{
   		prices_refreshinterface();
	}
	if (typeof(providers_refreshinterface) == 'function')
	{
   		providers_refreshinterface();
	}
	if (typeof(rent_refreshinterface) == 'function')
	{
   		rent_refreshinterface();
	}
}
