function seitenfuss() { document.writeln("<BR><BR><BR><HR><P class=\"seitenfuss\">"); document.writeln("<A HREF=\"http://www.uni-koeln.de\" TARGET=\"_new\">Uni K&ouml;ln</A> | <A HREF=\"http://www.wiso.uni-koeln.de\" TARGET=\"_new\">Wiso-Fakult&auml;t</A> | <A HREF=\"http://www.pwl.uni-koeln.de\" TARGET=\"_top\">Seminar f&uuml;r Personalwirtschaftslehre</A><br>"); document.writeln("<A HREF='http://www.pwl.uni-koeln.de/' TARGET='_top'>www.pwl.uni-koeln.de</A>, Mail an den <A HREF='mailto:pwl-it@uni-koeln.de'>Webmaster</A>. Alle Rechte vorbehalten. All rights reserved.<BR>"); var aend_dat=new Date(document.lastModified); var tag=aend_dat.getDate(); var monat=aend_dat.getMonth() + 1; var jahr=aend_dat.getYear(); if (jahr<200) {jahr=jahr+1900;} if (jahr<2000) {jahr=jahr+100;} var ausg_aend_dat=tag+"."+monat+"."+jahr; document.writeln("Letzte &Auml;nderung dieser Seite: ", ausg_aend_dat); document.writeln("</P>"); } 
function framecheck(zwang)
{        if (top == self)
	 {
	    if(! zwang)
	    {
	           var ende=location.pathname.indexOf("/wiso-fak/pwl");
	           if (ende!=-1){location.replace("http://www.pwl.uni-koeln.de" + "?" + location.pathname.substring(13, location.pathname.length))}
	           else {location.replace("http://www.pwl.uni-koeln.de" + "?" + location.pathname)};
	    }
	    else {location.replace("http://www.pwl.uni-koeln.de" + "?" + framecheck.arguments[0])};
	

	};
	   

}

