// JavaScript Document
function Weiterleitung() 
{ 
   location.href='index.php?id=277'; 
} 
window.setTimeout("Weiterleitung()", 6000); // in msecs 6000 => 6 Sekunde

