function getParam(name)
{
  name = name.replace(/[\[]/,"\\\[").replace(/[\]]/,"\\\]");
  var regexS = "[\\?&]"+name+"=([^&#]*)";
  var regex = new RegExp( regexS );
  var results = regex.exec( window.location.href );
  if( results == null )
    return "";
  else
    return results[1];
}
var affProgram=getParam('aff');
if (affProgram) {
  if (affProgram != "") {
    document.write("<iframe name='affProgram:" + affProgram + "' height=0 width=0 style='width:0px; height:0px; border: 0px;' src='http://us-dc2-order.store.yahoo.net/cgi-bin/wg-order?cellphoneshop'></iframe><iframe name='affProgram:" + affProgram + "' height=0 width=0 style='width:0px; height:0px; border: 0px;' src='http://us-dc1-order.store.yahoo.net/cgi-bin/wg-order?cellphoneshop'></iframe>");
  }
}

