

<!-- content_style -->
function content_style() {
 document.write("<style> a, A:link, a:visited, a:active	{color: #0000aa; text-decoration: none; font-family: Verdana, Arial; font-size: 11px;} A:hover {color: #ff0000; text-decoration: none; font-family: Verdana, Arial; font-size: 11px;} p, tr, td, ul, li 	{color: #000000; font-family: Verdana, Arial; font-size: 12px;}	.header1, h1 {color: #000000; font-weight: bold; font-family: Arial, Verdana; font-size: 14px; margin: 1px; padding: 2px;} .header2, h2 {color: #791735; font-weight: bold; font-family: Arial, Verdana; font-size: 16px;}	.indt {color: #000000; font-family: Verdana, Arial; font-size: 11px; padding-left: 15px;} </style>");
}

<!-- banner -->

function banner() {
document.write("<TABLE cellSpacing=0 cellPadding=0 width=748 align=left border=0><TR><TD colSpan=3 bgcolor=\"#990000\"><a href=\"http://www.mgr-lobbyist.com/\"><IMG height=63 alt=\"MGR, Inc.\" src=\"/images/title_mgr.gif\" width=748 border=0></a></TD></TR></table>");
}


<!-- bottom -->
function bottom() {
document.write("<table width=748 border=\"0\" cellpadding=\"0\" cellspacing=\"0\" bgcolor=\"#000033\"><tr><td width=\"590\" height=\"15\" align=\"left\" > <font color=\"#ffffff\">&nbsp;&nbsp;MGR, Inc., 5 Azalea Drive, Lumberton, New Jersey 08048&nbsp;&nbsp;&nbsp;|&nbsp;&nbsp;609-267-2855  </font> </td> <td width=\"158\" height=\"15\" align=\"right\"><font color=\"#ffffff\">"+date()+"&nbsp; </td></tr></table>");
}

<!--date-->
function date() {
	today = new Date();
	if (today.getFullYear)
	{
		year = today.getFullYear();
	}
	else 
	{
		year = today.getYear();
	}
	

	month = today.getMonth();
	switch (month) {
 
			 case 0 : month = "January"; break;
 
			 case 1 : month = "February"; break;
 
			 case 2 : month = "March"; break;
 
             case 3 : month = "April"; break;
 
			 case 4 : month = "May"; break;
 
			 case 5 : month = "June"; break;
 
			 case 6 : month = "July"; break;
 
			 case 7 : month = "August"; break;
 
			 case 8 : month = "September"; break;
 
			 case 9 : month = "October"; break;
 
			 case 10 : month = "November"; break;
 
			 case 11 : month = "December"; break;
 
		}
 
	date = today.getDate();
	dayStr =  month + ' ' + date + ', ' + '&nbsp;' + year;
	return dayStr;
}

//  End -->

 


//Template homepage (Total width 748. 748  - 3 (widths of 1)= 745) (745-158 (sidebar)=587 approx (body content)
//Template page 2 (Total width 748. 748  - 3 (widths of 1)= 745) (745-158 (sidebar)=587 (body content)
//Template page 3 (Total width 748. 748  - 3 (widths of 1)= 745) (745-158 (sidebar)=587 (body content)
//for forms  - contact: soninamatteo@techresearchservices.com for info.
//document.getElementById - use possibly if there are browser problems
//year = (today.getFullYear) ? today.getFullYear() : today.getYear();
