<!-- 
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>");
//previous line experimental - delete table attributes if it doesn`t work
document.write("<small>" + profession + "</small><hr>")
document.write("<font size=`2`>" + phone1 +"</font>");
document.write(" - <nobr><font size=`2`>" + phone2 +"</font></nobr>");
document.write("<br><nobr><b><i><font size=`2`> " + email +" </font></i></b></nobr>");
document.write("<nobr><b><i><font size=`2`> " + website +"</font><i></b></nobr>");
-->