function logClick(ref)
{
	c = new Image();
	c.src = "/count.php?ref="+escape(ref);
}
function insertMovie(url, width, height)
{
  options = 'autostart="1" showcontrols="0" showdisplay="0" ShowStatusBar="1"';
  m = '<object id="Player" width="'+width+'" height="'+height+'" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" \
      type="application/x-oleobject">\n\
        <param name="URL" value="'+url+'" />\
        <param name="SendPlayStateChangeEvents" value="True"/>\
        <param name="AutoStart" value="True"/>\
        <param name="PlayCount" value="9999"/>\
          <embed name="MediaPlayer" type="application/x-mplayer2" \
            pluginspage="http://www.microsoft.com/Windows/MediaPlayer/download/default.asp" \
            src="'+url+'" width="'+width+'" height="'+height+'" ' + options + '></embed>\
      </object>';
  document.write(m);
}

function insertDialbox(id)
{
	m =  '<div style="font-weight:bold;">Betaling per telefoon</div>\n\
					<div class="dialbanner">\n\
						<div style="padding:12px 10px 4px 10px">\n\
						Voor veilig en anoniem toegang bel:<br/>(&euro; 0,80 p/m)\n\
						</div>\n\
						<div style="font-size:16pt;font-weight:bold;">\n\
							<img style="margin-top:2px" src="/images/nl.gif" alt="NL" />&nbsp;0906-200 0045\n\
						</div>\n\
					</div>\n\
					<div class="dialbanner">\n\
						<div style="padding:14px 10px 4px 10px">\n\
						U hoort een 4-cijferige pincode.\n\
						<br/>Blijf aan de lijn!\n\
						<br/>U heeft toegang zolang u aan de lijn blijft.\n\
						</div>\n\
					</div>\n\
					<div class="dialbanner">\n\
						<div style="padding:14px 10px">\n\
							Vul de 4-cijferige pincode hier in<br/>en druk op de knop!\n\
							<br/>\n\
							<input type="text" name="code" maxlength="4" size="4" />\n\
							<input type="submit" name="submit" value="Go" onclick="javascript:logClick('+id+');" />\n\
						</div>\n\
					</div>\n\
					<div>Toegang tot honderden<br/>filmpjes en foto\'s!</div>\n';
	document.write(m);
}
