﻿//====================================================================================================================

$(document).ready(function()
{
	initTopNav();
	initPhotoLoader();
	showSearchForm(500);
	showPhotoPanel(1000);
	showForSalePanel(2000);
	showToLetPanel(2200);
	showAdvertPanel(2400);
	startPhotoTimer();
});

//====================================================================================================================
