// JavaScript Document
function MTC(host,na,start,li,dom,end) {
 var s;
 if (li == "") li=na+"&#064;"+host+"."+dom;
 s="ail";
 document.write(""+start+"<a href='m"+s+"to:"+na+"&#064;"+host+"."+dom+"?subject="+host+"."+dom+" contact'>"+li+"</a>"+end+"");
}

function GoThere()
{
	window.location = "http://www.yourphotos.ch/"
}

function FuncDelay()
{
setTimeout("GoThere()", 0);
}

