//var root_path = "http://www.cipe.org";
//var root_path = "http://192.168.0.1/cipe_header";
var str = "";
str += "<tr>";
str += "<td align=center class=vDetailsNJ><a href=" + root_path + "index.htm>Home</a> ";
str += "| <a href=" + root_path + "about/index.htm>About CIPE</a> | <a href=" + root_path + "programs/index.htm>Programs</a> ";
str += "| <a href=" + root_path + "publications/index.htm>Publications</a> | <a href=" + root_path + "regional/index.htm>Regional</a> ";
str += "| <a href=" + root_path + "whats_new/index.htm>What's New</a> | <a href=" + root_path + "support/support.htm>Join CIPE ";
str += "</a> | <a href=" + root_path + "donate/index.htm>Make a Donation ";
str += "</a></td>";
str += "</tr>";
str += "<tr> ";
str += "<td align=center class=v13pttxt><font color=#10297B>Center for International Private Enterprise 1155 15th Street NW - Suite 700 - Washington, DC 20005 Telephone: (202) 721-9200 - Fax: (202) 721-9250<br>&copy; 2001 Center for International Private Enterprise</font></td>";
str += "</tr>";

document.write(str);
