// JavaScript Document

function redirect(sURL)
{
	window.location = sURL;
}

