function dp_tool_code(aff_code, obj) {
  if (obj == null)
    return '';

  result = '';  
  if (obj['tp'] == 'txtlink') {
      result = "<a target='_blank' href='http://event.2parale.ro/events/click?ad_type=txtlink&aff_code=" + aff_code + "&unique=" + obj['cd'] + "' rel='nofollow'>" + obj['tl'] + "</a>";
  } else if (obj['tp'] == 'txtad') {
      result = "<script src='http://event.2parale.ro/txtads/embed/" + obj['cd'] + "_" + aff_code + ".html'  type='text/javascript'></script>";
  } else if (obj['tp'] == 'banner') {
      if (obj['bt'] == 'image') {
        result = "<a target='_blank' href='http://event.2parale.ro/events/click?ad_type=banner&aff_code=" + aff_code + "&unique=" + obj['cd'] + "' rel='nofollow'><img src='http://img.2parale.ro/images/bassets/fullsize/" + obj['ip'] + "' alt='" + obj['cn'] + "' title='" + obj['cn'] + "' border=0 /></a>";
      } else if (obj['bt'] == 'flash') {
        click_path  = escape("http://event.2parale.ro/events/click?ad_type=banner&aff_code=" + aff_code + "&unique=" + obj['cd']);
        flash_path  = "http://img.2parale.ro/images/bassets/fullsize/" + obj['ip'] + "?clickTAG=" + click_path;
        banner_size = "height='" + obj['bh'] + "px' width='" + obj['bw'] + "px'";

        result     = "<object><param name='movie' " + banner_size + " value='" + flash_path + "' /><PARAM NAME='menu' VALUE='false'><PARAM NAME='quality' VALUE='medium'><PARAM NAME='wmode' VALUE='Opaque'> <embed src='" + flash_path + "' menu='false' swLiveConnect='FALSE' wmode='Opaque' " + banner_size + " TYPE='application/x-shockwave-flash'></embed></object>"
      }
  }
  return result;
}

var dp_aff_code = '1af05c935';
var dp_tools = new Array();
dp_tools[0] = { tp: 'banner', cd: '324983287', cn: 'Imbraca-te cu Originals.ro', bt: 'image', ip: '82638.gif', bh: '125', bw: '125' };dp_tools[1] = { tp: 'banner', cd: '95b0f12a4', cn: 'Bebebliss.ro', bt: 'image', ip: '88631.JPG', bh: '125', bw: '125' };dp_tools[2] = { tp: 'banner', cd: 'a9bcfa546', cn: 'It\'s time to FashionUp!', bt: 'flash', ip: '88113.swf', bh: '125', bw: '125' };dp_tools[3] = { tp: 'banner', cd: 'f816dba62', cn: 'Tuatara.ro - magazin online haine', bt: 'image', ip: '85981.gif', bh: '125', bw: '125' };

if (dp_tools.length > 0 ) {
  dp_random = Math.floor(Math.random() * dp_tools.length);
  document.write(dp_tool_code(dp_aff_code, dp_tools[dp_random]));
}
