if( !window.gAdMatchup_IsDefined )
{
	window.gAdMatchup_IsDefined = true;
	var AdMatchup = {
		Draw : function( gHashKey, gUserId, gAdId, gDomain, gPicType, gPicWidth, gPicHeight )
		{
			document.write( "<iframe width=\""+gPicWidth+"\" height=\""+gPicHeight+"\" scrolling=\"no\" style=\"border:none;\" src=\"http://www.admatchup.com/ads/ad.php?h="+gHashKey+
						   														 "&ui="+gUserId+
																				 "&wi="+gAdId+
																				 "&wd="+gDomain+
																				 "&asi="+gPicType+
																				 "&asw="+gPicWidth+
																				 "&ash="+gPicHeight+
																				 "\"></iframe>" );
		}
	};
}
