Dan = new Object();

Dan.redirect = function(url)
{
	window.location.href = url;
};
