function initAll() {
	imageSwapper.init(
		'http://www.highsnobiety.com/gfx/n_columns_over.png',
		'http://www.highsnobiety.com/gfx/n_features_over.png',
		'http://www.highsnobiety.com/gfx/s_posts.png',
		'http://www.highsnobiety.com/gfx/s_posts_over.png',
		'http://www.highsnobiety.com/gfx/s_tags.png',
		'http://www.highsnobiety.com/gfx/s_tags_over.png',
		'http://www.highsnobiety.com/gfx/s_popular.png',
		'http://www.highsnobiety.com/gfx/s_popular_over.png'
	);

	clearExecuteMessage = function() {
		if(document.getElementById("execute_message") != null)
			document.getElementById("execute_message").innerHTML = "";
	}
	window.setTimeout("clearExecuteMessage()", 5000);
}


