﻿// JScript File

function urlRedirection(url)
{
   var url;
   setTimeout("window.location='"+url+"'", 2000);   // 2000 Milliseconds
}
