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://james.adbutler.de/view.php?pid=8454&bid=36302&tid=76342&b=468&h=60&inv=img", //mode-outlet
"http://banners.webmasterplan.com/view.asp?site=2902&ref=166554&b=7", //dress for less
"http://james.adbutler.de/view.php?pid=3868&bid=31077&tid=76342&b=468&h=60&inv=img", //orangecut 
"http://banners.webmasterplan.com/view.asp?site=3427&ref=166554&b=4", //napo
"http://banners.webmasterplan.com/view.asp?site=2374&ref=166554&b=27",//discount24
"http://banners.webmasterplan.com/view.asp?site=3380&ref=166554&b=6",//menswear
"http://view-affiliwelt.net/view.php?bannerid=6425&pid=5551&prid=624",//Modeking
"http://banners.webmasterplan.com/view.asp?site=2909&ref=166554&b=7",//Bonprix
"http://www.zanox-affiliate.de/ppv/?1901854C881770327",//Marc o polo
"http://ad.zanox.com/ppv/?1901857C1581697995",//Prixchic
"http://www.zanox-affiliate.de/ppv/?1905698C2124838206",//esprit
"http://banners.webmasterplan.com/view.asp?site=3110&ref=166554&b=1",//Levis
"http://banners.webmasterplan.com/view.asp?site=2207&ref=166554&b=7",//absolutonline
"http://banners.webmasterplan.com/view.asp?site=2672&ref=166554&b=3",//Herrenausstatter
"http://james.adbutler.de/view.php?pid=8344&bid=33932&tid=76342&b=468&h=60&inv=img",//raffaelo
"http://james.adbutler.de/view.php?pid=7909&bid=31394&tid=76342&b=468&h=60&inv=img",//noblehouse
"http://banners.webmasterplan.com/view.asp?site=2374&ref=166554&b=28" //discount24
	     
		  		     );
		     		     
sites = new Array (

"http://james.adbutler.de/click.php?pid=8454&tid=76342&bid=36302", //mode-outlet
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2902&type=b7&bnb=7",  //dressfor less
"http://james.adbutler.de/click.php?pid=3868&tid=76342&bid=31077", //orangeCut
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3427&type=b4&bnb=4", //napo 
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2374&type=b27&bnb=27",//discount24
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3380&type=b6&bnb=6",// menswear
"http://www.affiliwelt.net/klick.php?bannerid=6425&pid=5551&prid=624",//Modeking
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2909&type=b7&bnb=7",// BonPrix
"http://www.zanox-affiliate.de/ppc/?1901854C881770327T",// Marc o polo
"http://ad.zanox.com/ppc/?1901857C1581697995T",//PrixChic
"http://www.zanox-affiliate.de/ppc/?1905698C2124838206T",//esprit
"http://partners.webmasterplan.com/click.asp?ref=166554&site=3110&type=b1&bnb=1",//Levis
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2207&type=b7&bnb=7",//absoultonline
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2672&type=b3&bnb=3",//Herrenausstatter
"http://james.adbutler.de/click.php?pid=8344&tid=76342&bid=33932",//raffaelo 
"http://james.adbutler.de/click.php?pid=7909&tid=76342&bid=31394",//noblehouse
"http://partners.webmasterplan.com/click.asp?ref=166554&site=2374&type=b28&bnb=28" //discount24


);
		   
nummer = Math.round(Math.random()*(banners.length-1));

document.images["bImg"].src = banners[nummer];
document.links[1].href = sites[nummer];
setTimeout("Bannerwechsel()",18000);
}

