function loadPrice() {
	load('info-price.html','icons-info-cont');
	document.getElementById('screenshot').style.backgroundImage = 'url(img/ss-5.jpg)';
}

function loadNews() {
	load('info-news.html','icons-info-cont');
	document.getElementById('screenshot').style.backgroundImage = 'url(img/ss-2.jpg)';
}

function loadArtists() {
	load('info-artists.html','icons-info-cont');
	document.getElementById('screenshot').style.backgroundImage = 'url(img/ss-3.jpg)';
}

function loadTwitter() {
	load('info-twitter.html','icons-info-cont');
	document.getElementById('screenshot').style.backgroundImage = 'url(img/ss-4.jpg)';
}

function loadClashfinder() {
	load('info-clashfinder.html','icons-info-cont');
	document.getElementById('screenshot').style.backgroundImage = 'url(img/ss-default.jpg)';
}

function loadMap() {
	load('info-map.html','icons-info-cont');
	document.getElementById('screenshot').style.backgroundImage = 'url(img/ss-default.jpg)';
}