/******************************************************************************
*
*  This file controls the popup that displays any promo material that is
*  current for Audrey's website.
*
******************************************************************************/

// This function just displays the URL submitted in a modal dialog with 
// specified parameters governing the display

function displayPromo( sURL )
{
	alert( sURL );
	window.showModelessDialog( sURL );
}