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/?1544413C752428531", //karstadt
"http://banners.webmasterplan.com/view.asp?site=2757&ref=166554&b=3", //euwagen24
"http://banners.webmasterplan.com/view.asp?site=2374&ref=166554&b=4", //discount24
"http://banners.webmasterplan.com/view.asp?site=3073&ref=166554&b=1", //mydays
"http://banners.webmasterplan.com/view.asp?site=1880&ref=166554&b=2", //hotelcentral
"http://banners.webmasterplan.com/view.asp?site=3101&ref=166554&b=1", //bahncard
"http://banners.webmasterplan.com/view.asp?site=3168&ref=166554&b=2",//care
"http://james.adbutler.de/view.php?pid=7815&bid=29736&tid=76342&b=468&h=60&inv=img",//urlaubspezial
"http://james.adbutler.de/view.php?pid=2455&bid=14837&tid=76342&b=468&h=60&inv=img",//American dream
"http://james.adbutler.de/view.php?pid=5507&bid=25038&tid=76342&b=468&h=60&inv=img" //billigflieger
	     
		     
		     );
		     
		     
sites = new Array (
"http://www.zanox-affiliate.de/ppc/?1544413C752428531T", //karstadt
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2757&type=b3&bnb=3", //euwagen24
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2374&type=b4&bnb=4", //discount24
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3073&type=b1&bnb=1",  //mydays	
"http://partners.webmasterplan.com/click.asp?ref=166554&site=1880&type=b2&bnb=2",  //hotelcentral
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3101&type=b1&bnb=1", //bahncard
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3168&type=b2&bnb=2", //care
"http://james.adbutler.de/click.php?pid=7815&tid=76342&bid=29736",//urlaubspezial
"http://james.adbutler.de/click.php?pid=2455&tid=76342&bid=14837", //american dream
"http://james.adbutler.de/click.php?pid=5507&tid=76342&bid=25038" //billigflieger


);
		   
nummer = Math.round(Math.random()*(banners.length-1));

document.images["bImg"].src = banners[nummer];
document.links[1].href = sites[nummer];
setTimeout("Bannerwechsel()",18000);
}

