/**
 * @author hector.garcia
 */
function aweRedirect(url){
	url = "?do=awe.redirect&url="+escape(url);
	setLocation(url);
}
function setLocation(url){
	window.location = url;
}
