﻿
/******* Redirect ********/
function myRedirect(page)
{	
	window.location = page;	
}


