/******************************************************************************
* hadcmpAdvBlockFunctions.js
*******************************************************************************

*******************************************************************************
*                                                                             *
* Copyright 2006									                          *
*                                                                             *
******************************************************************************/
function advBlockRedirect(url){
	document.location.href = url;
}
