var gnEbMinZIndex = 10000;
var gfEbInIframe = false;
var gEbBAd = new Object();

function expandable_advert( $flight_id, $width, $height, $pos, $in_iframe )
{
	gEbBAd.nFlightID = $flight_id;
	gEbBAd.nWidth = $width;
	gEbBAd.nHeight = $height;
	var gstrEbRandnum = new String(Math.random());
	gstrEbRandnum = gstrEbRandnum.substring(gstrEbRandnum.indexOf(".")+1 , gstrEbRandnum.length);
	gEbBAd.strNonSupported = "http://bs.serving-sys.com/BurstingPipe/NonSupportedBanner.asp?FlightID=" + $flight_id + "&Page=&PluID=0&Width=" + $width + "&Height=" + $height + "&Pos=" + gstrEbRandnum;
	document.write('<scr' + 'ipt src="http://ds.serving-sys.com/BurstingScript/ebBannerServing_' + $flight_id + '253365.js"></scr' + 'ipt>');
}