// JavaScript Document

function RotateCards()
{
	anz = 8;
	Zufallszahl = Math.floor(anz*Math.random()+1);
	path =  "<img class=\"pic-header\" src=\"img\/headers\/card-" + Zufallszahl + ".jpg\" alt=\"DISPLAY MEDIA - Werbefilm, Imagefilm, Post-Production, Color Grading\"\/>"
	
	document.write(path);
};
