function openwin2(url, width, height, tit)
{
win1 = open("", "popunder", "toolbar=0,status=0,location=0,menubar=0,directories=0,scrollbars=0,resizeable=0,width="+width+",height="+height);
parent.focus();
win1.document.open();
win1.document.write("<html><head><title>"+tit+"</title><link href=\"css/main.css\" rel=\"stylesheet\" type=\"text/css\"></head><body bgcolor=#ffffff leftmargin=10 topmargin=10 marginwidth=10 marginheight=10>");
win1.document.write("<span class=red>SIDE NOTE</span>: fill out their forum to see what we are looking<br> for all the data is the same beside the above as e use <br> the same serving solution.<br>");

win1.document.write("<br>All Publishers understand EzzMedia.com Standards &amp; Rules before applying. If you have uestions about our Publishers T&amp;C, Standards, Rules you may email <a href=\"mailto:publishers\@ezzmedia.com\">publishers\@ezzmedia.com</a> for information. <br><br>No adult-only content <br>No obscene language <br> No hate sites <br> No personal pages <br> No incentivized clicks <br> No robotic clicks <br> No hacking, warez sites <br> No illegal sites </p><p> For complete T&amp;C please contact ezzmedia publisher services.");
win1.document.write("</body></html>");
win1.document.close();
}
