
//antiframe
if (top.frames.length > 0) {top.location.href = self.location;}


// Bildertausch Homepage

function bildtausch(name, status) {
		//alert('so');
		
		//alert(document.images[name].src);
		document.images[name].src = "/public/img/"+ name + "_" + status +".gif"; 	
}

