Display Links in seconds with Javascript

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<script type="text/javascript" src="http://www.cpalead.com/id..."></script>
<title>Download PDF eBook</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css">
body{
text-align:center;
}
#content{
position: absolute;
top: 35%;
width:95%;
text-align:center;
}
.counter {
font-size: 2.5em;
}
.footy{
font-size: 0.3em;
}
</style>
<script type="text/javascript">
document.write('<style type="text/css">#timed{display:none;}<\/style>')
function delay_link(){
 var d=delay_link, t=document.getElementById('timed');
 if(d.c&&d.c.nodeValue.replace(/[^\d]*/,'')-1>0){
  d.c.nodeValue='\xa0\xa0'+(d.c.nodeValue.replace(/[^\d]*/,'')-1);
  setTimeout('delay_link()', 1000)
  return;
 }
 else if(!d.c){
  d.c=document.createTextNode('5');
  t.parentNode.insertBefore(d.c,t);
  setTimeout('delay_link()', 1000)
  return;
 }
 d.c.nodeValue='';
 t.style.display='inline';
}
</script>
</head>
<body>
<div id="content">
 PDF link served in...

<div class="counter">

<div id="timed"><a class="link" href="http://blog-unity.blogspot.com/">Here</a><p class="footy"><strong>Click</strong> to open or <strong>Right Click -> Save Link As...</strong> to download pdf file, thanks :). <a href="http://www.filemount.com">Go Home</a></p></div>  
 
</div>
</div>
<script type="text/javascript">delay_link();</script>
</body>
</html>
Related Posts Plugin for WordPress, Blogger...