// JavaScript Document
function doRedirect(url)
{	
	//document.location = url;
	top.location = url;
}
