<!-- 
document.write("<b><table align=`center` border=`0` cellpadding=`6`  width=`100%` bgcolor=`white` > <tr><td width=`50%` align=`center` valign=`middle`><font size=`6` color=`maroon`>" + yourname + "</b></font><br></table>");
document.write("<table align=`center` border=`0` cellpadding=`6`  width=`100%` bgcolor=`navy` > <tr><td width=`100%` align=`center` valign=`middle`><b><font size=`4` color=`white`>" + companyname + "</font></b><br></table>");
document.write("<small>" + profession + "</small><br>");
document.write("<hr><font size=`2`>" + address1 + "</font><br>");
document.write("<font size=`2`>" + address2 +"</font><br>");
document.write("<font size=`2`>" + address3 +"</font><br>");
document.write("<font size=`2`>" + phone1 +"</font>");
document.write(" - <nobr><font size=`2`>" + phone2 +"</font></nobr>");
document.write("<br><b><i><font size=`2`>" + email +"</font></i></b>");
document.write(" <nobr> <b><i><font size=`2`>" + website +"</font><i></b></nobr>");
//end hiding script
-->