window.focus();
function high(which2){
theobject=which2;
highlighting=setInterval("highlightit(theobject)",50);
}
function low(which2){
clearInterval(highlighting);
which2.filters.alpha.opacity=50;
}
function highlightit(cur2){
if(cur2.filters.alpha.opacity < 100)
cur2.filters.alpha.opacity+=5
else if(window.highlighting)
clearInterval(highlighting)
}
function blockError(){
return true;
}
window.onerror = blockError;
stamp = new Date();
var year = stamp.getYear();
document.write('<span class="small">&nbsp;Copyright &copy; '+year+'</span><br />');
document.write('<a href="http://www.mdmmd.com" target="_blank">');
document.write('<img src="../rootimg/pglogo.gif" border=0 width=70 height=11 onmouseover="high(this)" style="FILTER: alpha(opacity=40); moz-opacity: 0.3" onmouseout="low(this)" /></a>&nbsp;');
document.write('<a href="http://www.studiohalle.com" target="_blank">');
document.write('<img src="../rootimg/studiohalle.gif" border=0 width=70 height=11 onmouseover="high(this)" style="FILTER: alpha(opacity=40); moz-opacity: 0.3" onmouseout="low(this)" /></a><br />');


