function LmOver(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#cc0000";
elem.style.cursor = 'hand'}

function LmOut(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#ffffff";}

function LmDown(elem, clr)
{elem.style.backgroundColor = clr;
elem.children.tags('A')[0].style.color = "#cc0000";}

function LmUp(path)
{location.href = path;}

function Bannerwechsel()
{
banners = new Array (	             

"http://www.zanox-affiliate.de/ppv/?1945550C1038285632", //dressforless
"http://ad.zanox.com/ppv/?1945558C1787713184", //plus
"http://www.zanox-affiliate.de/ppv/?1945561C719500304", //otto
"http://banners.webmasterplan.com/view.asp?site=2218&ref=166554&b=49", //1apreis
"http://www.zanox-affiliate.de/ppv/?1945585C720679920", //Discount 24
"http://banners.webmasterplan.com/view.asp?site=3119&ref=166554&b=2",//Premiere
"http://banners.webmasterplan.com/view.asp?site=3357&ref=166554&b=31", //shopapotheke
"http://banners.webmasterplan.com/view.asp?site=2988&ref=166554&b=12",//douglas
"http://banners.webmasterplan.com/view.asp?site=1879&ref=166554&b=3",//tchibo
"http://banners.webmasterplan.com/view.asp?site=1632&ref=166554&b=5", //rossmann
"http://banners.webmasterplan.com/view.asp?site=3446&ref=166554&b=5", //yves rocher
"http://banners.webmasterplan.com/view.asp?site=2586&ref=166554&b=88" //tip24
	     
		  		     );
		     		     
sites = new Array (

"http://www.zanox-affiliate.de/ppc/?1945550C1038285632T", //dressforless
"http://ad.zanox.com/ppc/?1945558C1787713184T", //Plus
"http://www.zanox-affiliate.de/ppc/?1945561C719500304T",  //otto	
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2218&type=b49&bnb=49", //1apreis
"http://www.zanox-affiliate.de/ppc/?1945585C720679920T",  //Discount24
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3119&type=b2&bnb=2",//premiere
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3357&type=b31&bnb=31", //shopapotheke
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2988&type=b12&bnb=12", //Douglas
"http://partners.webmasterplan.com/click.asp?ref=166554&site=1879&type=b3&bnb=3",//tchibo
"http://partners.webmasterplan.com/click.asp?ref=166554&site=1632&type=b5&bnb=5", //rossmann
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3446&type=b5&bnb=5", //yves rocher
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2586&type=b88&bnb=88" //tip24

		   );
		   
nummer = Math.round(Math.random()*(banners.length-1));

document.images["bImg"].src = banners[nummer];
document.links[1].href = sites[nummer];
setTimeout("Bannerwechsel()",18000);
}

