function initiate(){
	$('img[@src$=.png]').ifixpng(); 
	$('#topDomainsContainer').show();
	$('#topDomains').innerfade({
		animationtype: 'fade',
		speed: 750,
		timeout: 4000,
		type: 'random',
		containerheight: '1em'
	});
};

function markSelected(id){
	$(id).addClass("selected");
};

