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://banners.webmasterplan.com/view.asp?site=2374&ref=166554&b=25", //discount24
"http://banners.webmasterplan.com/view.asp?site=2374&ref=166554&b=26", //discount24
"http://banners.webmasterplan.com/view.asp?site=2374&ref=166554&b=29", //discount24
"http://banners.webmasterplan.com/view.asp?site=3513&ref=166554&b=1",//eshopping

"http://banners.webmasterplan.com/view.asp?site=2218&ref=166554&b=52",//1a
"http://banners.webmasterplan.com/view.asp?site=2218&ref=166554&b=59", //1a
"http://ad.zanox.com/ppv/?1518521C670074317", //westfalia
"http://ad.zanox.com/ppv/?1442103C1708499907" //makromarkt
	     
		  		     );
		     		     
sites = new Array (

"http://partners.webmasterplan.com/click.asp?ref=166554&site=2374&type=b25&bnb=25", //discount24
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2374&type=b26&bnb=26",  //discount24	
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2374&type=b29&bnb=29",  //discount24
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3513&type=b1&bnb=1",// eshopping

"http://partners.webmasterplan.com/click.asp?ref=166554&site=2218&type=b52&bnb=52",//1a
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2218&type=b59&bnb=59", //1a
"http://ad.zanox.com/ppc/?1518521C670074317T", //westfalia
"http://ad.zanox.com/ppc/?1442103C1708499907T" //makromarkt


);
		   
nummer = Math.round(Math.random()*(banners.length-1));

document.images["bImg"].src = banners[nummer];
document.links[1].href = sites[nummer];
setTimeout("Bannerwechsel()",18000);
}

