function addLoadEvent(func) { var oldonload = window.onload; if (typeof window.onload != 'function') { window.onload = func; } else { window.onload = function() { if (oldonload) { oldonload(); } func(); } } } addLoadEvent(kirringdesign);
function fyldforside ()  {
	document.getElementById('slideshow').innerHTML='<img height="523" width="1000" alt="Aya Naya Summer 2011" src="/images/currentimages/forside/AyaNaya1.jpg" /><img height="523" width="1000" alt="Aya Naya Summer 2011" src="/images/currentimages/forside/AyaNaya2.jpg" /><img height="523" width="1000" alt="Aya Naya Summer 2011" src="/images/currentimages/forside/AyaNaya3.jpg" /><img height="523" width="1000" alt="Aya Naya Summer 2011" src="/images/currentimages/forside/AyaNaya4.jpg" /><img height="523" width="1000" alt="Aya Naya Summer 2011" src="/images/currentimages/forside/AyaNaya5.jpg" />';
	}
function setAktivsubMenuPunkt()
{
	var testText=location.pathname;
	/*
	if(testText=='/newsletter'){document.getElementById('subnewsletterbut').className ='selected';}
	if(testText=='/markets'){document.getElementById('submarketsbut').className ='selected';}
	if(testText=='/Collection'){document.getElementById('subcollectionbut').className ='selected';}
	if(testText=='/Catalog'){document.getElementById('subcatalogbut').className ='selected';}
	if(testText=='/press'){document.getElementById('submedialibbut').className ='selected';}
	if(testText=='/about'){document.getElementById('subaboutbut').className ='selected';}
	if(testText=='/news'){document.getElementById('subnewsbut').className ='selected';}
*/
}

function kirringdesign (){ 
	var testText=location.pathname;
	setAktivsubMenuPunkt();
	var testText=location.pathname;
	if(testText=='/'){
		fyldforside () ;
		$(function() {
			$('#slideshow').cycle( {timeout: 10000 ,  speed:  3000, sync:     1}  )
		});
	}
}
