window.addEvent('domready', function() {
									 
	/*var obj = new Swiff('index.swf', {
		width: 590,
		height: 442, 
		container: $('indexbanner')
	});*/
	
	window.MoreForniture = function() {
		$('fornitureAds').getElements('div.wrapper').destroy();
		
		var myRequest = new Request.HTML({
			onSuccess: function(html) {
				$('fornitureAds').adopt(html);
				$('maincenter').setStyle('height', '100%');
			}
		}).post('includes/get-forniture.php','perpage=6');
	}
	
	var seconds = 10;
	var intervalForniture = window.setInterval("MoreForniture()", seconds * 1000);
	window.MoreForniture();

});
