/*
 *
 * Entireweb Affiliate
 * Copyright (C) 2004-2008 by Entireweb, WorldLight.com AB
 *
 */

if (typeof ewaff_target=='undefined' || ewaff_target==null)
  ewaff_target = '_top';

ewaff_rdate = new Date();
ewaff_rand = ewaff_rdate.getTime();

ewaff_link = "ht" + "tp://ser" + "vices.enti" + "reweb.c" + "om/af" + "f/f.php?" +
  "aid=" + ewaff_aid +
  "&fid=" + ewaff_fid +
  "&pid=" + ewaff_pid +
  "&nc=" + ewaff_rand +
  "&width=" + ewaff_width + 
  "&height=" + ewaff_height +
  "&target=" + ewaff_target;

ewaff_html = "<i" + "fr" +
  "ame marginwidth=\"0\" marginheight=\"0\" " +
  "frameborder=\"0\" vspace=\"0\" hspace=\"0\" scrolling=\"no\" width=\"" +
  ewaff_width +
  "\" height=\"" +
  ewaff_height +
  "\" src=\"" +
  ewaff_link +
  "\"></ifr" +
  "ame>";
  
document.write(ewaff_html);

ewaff_rdate = null;
ewaff_rand = null;
ewaff_link = null;
ewaff_aid = null;
ewaff_fid = null;
ewaff_pid = null;
ewaff_html = null;

/* --EOF-- */

