$(document).ready(function(){
	$(document).pngFix();
	$('.clock').jclock();
	$(".timestamp").prettyDate({interval: 1000});
	$("[title]").tooltip();
	$("a[href$=.jpg],a[href$=.JPG],a[href$=.png],a[href$=.gif]").colorbox();
	$('img#refresh').click(function(){document.getElementById('captcha').src="captcha?new=" + Math.random();});
	$('div.adv').innerfade({
		speed: 1000,
		timeout: 5000,
		type: 'sequence',
		containerheight: '250px'
	});
	$('div.service').innerfade({
		speed: 1000,
		timeout: 3000,
		type: 'sequence',
		containerheight: '100px'
	});
	$("#recovery").click(function(){
		$(".recovery").slideToggle("slow");
		return false;
	});	
	$("#addMarketplace").click(function(){
		$(".addMarketplace").slideToggle("slow");
		return false;
	});	
	$("#answer").click(function(){
		$(".answer").slideToggle("slow");
		return false;
	});	
	$("#loader").fadeOut(2000);
	
});

function loading(form){
	$("#loader").fadeIn('fast');
  	setInterval( "form.submit();", 3000 )
}
