 //<![CDATA[

 // If you don't want to put unstandard properties in your stylesheet, here's yet
 // another means of activating the script. This assumes that you have at least one
 // stylesheet included already. Remove the /* and */ lines to activate.

 /*
 if (document.all && document.styleSheets && document.styleSheets[0] &&
  document.styleSheets[0].addRule)
 {
  // Feel free to add rules for specific tags only, you just have to call it several times.
  document.styleSheets[0].addRule('*', 'behavior: url(iepngfix.htc)');
 }
 */

 //]]>
 
 var counter = 0;
function par() {

if(counter == 0){
document.getElementById('par').style.display = "";
}
counter = counter + 1;
var top = counter * 10;
var height = document.getElementById('body').scrollHeight;
var obn;

top = top + 4;
if(height > top + 127){
document.getElementById('par').style.top = top + "px";
obn = 50;

}else{
counter = -1;
obn = 120000;
document.getElementById('par').style.display = "none";
}
Timer= setTimeout("par()", obn);
}
