//var OAS_localBanners = '/oas_banners/';

var OAS_localBanners = 'http://www.varejoconteudoeopiniao.com.br/oas_banners/';

function OAS_superbanner_Flash(iBanner)
{
  OAS_templateFlash(iBanner,728,90);
}

function OAS_superbanner_IMG(iBanner)
{
  OAS_templateIMG(iBanner,728,90);
}

function OAS_halfbanner_IMG(iBanner)
{
  OAS_templateIMG(iBanner,234,60);
}

function OAS_halfbanner_Flash(iBanner)
{
  OAS_templateFlash(iBanner,234,60);
 }

function OAS_halfbanner_top_IMG(iBanner)
{
  OAS_templateIMG(iBanner,234,60);
}

function OAS_halfbanner_top_Flash(iBanner)
{
  OAS_templateFlash(iBanner,234,60);
}

function OAS_fullbanner_IMG(iBanner)
{
  OAS_templateIMG(iBanner,468,60);
}

function OAS_fullbanner_Flash(iBanner)
{
  OAS_templateFlash(iBanner,468,60);
}

function OAS_squarebanner_bottom_IMG(iBanner)
{
  OAS_templateIMG(iBanner,199,201);
}

function OAS_squarebanner_bottom_Flash(iBanner)
{
  OAS_templateFlash(iBanner,199,201);
}

function OAS_squarebanner_right_IMG(iBanner)
{
  OAS_templateIMG(iBanner,199,201);
}

function OAS_squarebanner_right_Flash(iBanner)
{
  OAS_templateFlash(iBanner,199,201);
}

function OAS_templateIMG(iBanner,iWidth,iHeight)
{
  iBanner =  OAS_localBanners + iBanner;
  document.write("<A HREF='" + OAS_url + "click_lx.ads/" + OAS_sitepage + "/" + OAS_rns + "/" + OAS_Position + "/" + OAS_CAMP + "/" + OAS_IMAGE + "/" + OAS_USER + "' TARGET='_blank'>");
  document.write("<img src='"+iBanner+"' width='"+iWidth+"' height='"+iHeight+"'>");
  document.write("</A>")
}

function OAS_templateFlash(iBanner,iWidth,iHeight)
{
  iBanner = OAS_localBanners + iBanner;
  OAS_URL = OAS_url + "click_lx.ads/" + OAS_sitepage + "/" + OAS_rns + "/" + OAS_Position + "/" + OAS_CAMP + "/" + OAS_IMAGE + "/" + OAS_USER
  document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0' width='" + iWidth + "' height='" + iHeight +"'>");
  document.write("<PARAM NAME=movie VALUE='" + iBanner + "?oas=" + OAS_URL + "'><param name=allowScriptAccess value=always><PARAM NAME=loop VALUE=true><PARAM NAME=menu VALUE=false><param NAME=wmode Value='opaque'><PARAM NAME=quality VALUE='high'>");
  document.write("<EMBED src='" + iBanner + "?oas=" + OAS_URL + "' loop=true menu=false quality=high  swLiveConnect=FALSE allowScriptAccess=always WIDTH='" + iWidth + "' HEIGHT='" + iHeight + "' TYPE='application/x-shockwave-flash' wmode='opaque'>");
  document.write("</OBJECT>");
}

