
/*
if (top == self) self.location.href = "./hello.html";
*/

// blur them links
function blurLinks(){

	if(document.getElementsByTagName)
	{
		lnks = document.getElementsByTagName('a');
		for (i = 0; i < lnks.length; i++) {
			lnks[i].onfocus = new Function("if(this.blur) this.blur()");
		}
	}

} // end blurLinks()


function doStatus() {
window.status='Jolly Roger - Der neue Schweizer Dokfilm';
}


