var redirecturl="http://www.mobilediscoweddingreception.co.uk/index2.html"
var pausefor=1
function postaction(){
if (window.timer){
clearInterval(timer)
clearInterval(timer_2)
}
window.location=redirecturl
}
setTimeout("postaction()",pausefor*1000)