/**
 * pageRedirect
 *
 */

function pageRedirect(url)
{

 window.location.replace('' + url + '');
}