ÿþ<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <!-- saved from url=(0033)http://www.prolon.biz/contact.jsp --> <!-- @@ DEBUG: contact_logic.jsp --><!-- go= process= no goodMsg= null errMsg= null Email= null pageContext.getAttribute( "theEAddr" )= null --> <HTML> <HEAD> <TITLE>Prolon - Contact Us</TITLE> <META http-equiv=Content-Type content="text/html; charset=iso-8859-1"> <LINK href="/stylesheet.css" type=text/css rel=stylesheet> </HEAD> <BODY> <DIV align=center> <TABLE height="100%" cellSpacing=0 cellPadding=0 width=765> <TBODY> <TR> <TD width=1 bgColor=#000000 height="100%"><IMG height="100%" src="images/spacer.gif" width="1"></TD> <TD vAlign=top width="765" bgColor="#ffffff" height="100%"> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD vAlign=top width="100%" height="182"> <TABLE cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD vAlign=top width="522" height="182"> <TABLE cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD width="100%" height="95"> <img src="/images/logo1.jpg" width="522" height="95"> </TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD width="100%" bgColor=#000000 height=1></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=4></TD></TR> <TR> <TD width="100%" background="/images/nav_bg.jpg" height=68> <!-- /////Navigation Panel --> <TABLE height="100%" cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD width=1 bgColor=#ffffff height="100%" rowSpan=2></TD> <TD height=54></TD> <TD width=3 height=54></TD> <TD height=54></TD> <TD width=3 height=54></TD> <TD height=54></TD> <TD width=3 height=54></TD> <TD height=54></TD> <TD width=3 height=54></TD> <TD height=54></TD> <TD height=54 rowSpan=2><A href="http://www.prolon.biz/contact.jsp"><IMG src="/images/nav_active_contact.gif" border=0></A></TD></TR> <TR> <TD vAlign=bottom height=14><A href="http://www.prolon.biz/index.jsp"> <IMG src="/images/nav_button_home.gif" border=0></A></TD> <TD width=3 bgColor=#ffffff height="100%"></TD> <TD vAlign=bottom height=14><A href="http://www.prolon.biz/aboutus.jsp"><IMG src="images/nav_button_aboutus.gif" border=0></A></TD> <TD width=3 bgColor=#ffffff height="100%"></TD> <TD vAlign=bottom height=14><A href="http://www.prolon.biz/products.jsp"><IMG src="images/nav_button_products.gif" border=0></A></TD> <TD width=3 bgColor=#ffffff height="100%"></TD> <TD vAlign=bottom height=14><A href="http://www.prolon.biz/reps.jsp?T=SALES"><IMG src="images/nav_button_sales.gif" border=0></A></TD> <TD width=3 bgColor=#ffffff height="100%"></TD> <TD vAlign=bottom height=14><A href="http://www.prolon.biz/support.jsp"><IMG src="images/nav_button_help.gif" border=0></A></TD></TR></TBODY></TABLE><!-- Navigation Panel///// --></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=4></TD></TR> <TR> <TD width="100%" bgColor=#000000 height=1></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD width="100%" bgColor=#cdd1dc height=9></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=6> </TD></TR></TBODY></TABLE></TD> <TD width=6><IMG src="images/spacer.gif" width=6></TD> <TD width=237 height=190> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"><TBODY> <TR> <TD align=middle width="100%" bgColor=#eeeeee height=184><SCRIPT language=JavaScript1.2 type=text/javascript> var slideshow_width = '237px'; //SET IMAGE WIDTH var slideshow_height = '184px'; //SET IMAGE HEIGHT var pause = 5000; //SET PAUSE BETWEEN SLIDE (3000=3 seconds) var fadeimages = new Array(); //SET IMAGE PATHS. Extend or contract array as needed fadeimages[0] = "images/slide_001.jpg"; fadeimages[1] = "images/slide_002.jpg"; fadeimages[2] = "images/slide_003.jpg"; fadeimages[3] = "images/slide_004.jpg"; fadeimages[4] = "images/slide_005.jpg"; fadeimages[5] = "images/slide_006.jpg"; fadeimages[6] = "images/slide_007.jpg"; var imageCount = 6; ////NO need to edit beyond here///////////// var preloadedimages = new Array(); for( p = 0; p < fadeimages.length; p++ ) { preloadedimages[ p ] = new Image(); preloadedimages[ p ].src = fadeimages[ p ]; } var ie4 = document.all; var dom = document.getElementById; if( ie4 || dom ) { document.write('<div style="position:relative;width:'+slideshow_width+';height:'+slideshow_height+';overflow:hidden"><div id="canvas0" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;left:0;filter:alpha(opacity=10);-moz-opacity:10"></div><div id="canvas1" style="position:absolute;width:'+slideshow_width+';height:'+slideshow_height+';top:0;left:0;filter:alpha(opacity=10);-moz-opacity:10;visibility: hidden"></div></div>'); } else { document.write('<img name="defaultslide" src="' + fadeimages[0] + '">'); } var curpos = 10; var degree = 10; var curcanvas = "canvas0"; var pageURL = new String( document.location ); var pageParams = new String( document.location ); if( pageURL.indexOf( '?' ) > -1 ) { pageURL = pageURL.substring( pageURL.lastIndexOf( '/' ), pageURL.indexOf( '?' ) ).toLowerCase(); pageParams = pageParams.substr( pageParams.indexOf( '?' ) + 1 ).toLowerCase(); } else { pageURL = pageURL.substr( pageURL.lastIndexOf( '/' ) ); pageParams = ''; } if( pageURL == '/aboutus.jsp' ) { var curimageindex = 1; } else if( pageURL == '/products.jsp' ) { var curimageindex = 2; } else if( pageURL == '/reps.jsp' && pageParams == 't=sales' ) { var curimageindex = 3; } else if( pageURL == '/contact.jsp' ) { var curimageindex = 5; } else if( pageURL == '/support.jsp' ) { var curimageindex = 6; } else { var curimageindex = 0; } if( curimageindex < imageCount ) { nextimageindex = curimageindex + 1; } else { nextimageindex = 0; } function fadepic() { if( curpos < 100 ) { curpos += 10; if( tempobj.filters ) { tempobj.filters.alpha.opacity = curpos; } else if( tempobj.style.MozOpacity ) { tempobj.style.MozOpacity = curpos / 101; } } else { clearInterval( dropslide ); nextcanvas = ( curcanvas == "canvas0" ) ? "canvas0" : "canvas1"; tempobj = ie4 ? eval( "document.all." + nextcanvas ) : document.getElementById( nextcanvas ); tempobj.innerHTML = '<img src="' + fadeimages[ nextimageindex ] + '">'; nextimageindex = ( nextimageindex < fadeimages.length - 1 ) ? nextimageindex + 1 : 0; var tempobj2 = ie4 ? eval( "document.all." + nextcanvas ) : document.getElementById( nextcanvas ); tempobj2.style.visibility = "hidden"; setTimeout( "rotateimage()", pause ); } } function rotateimage() { if( ie4 || dom ) { resetit( curcanvas ); var crossobj = tempobj = ie4 ? eval( "document.all." + curcanvas ) : document.getElementById( curcanvas ); crossobj.style.zIndex++; tempobj.style.visibility = "visible"; var temp = 'setInterval( "fadepic()", 50 )'; dropslide = eval( temp ); curcanvas = ( curcanvas == "canvas0" ) ? "canvas1" : "canvas0"; } else { document.images.defaultslide.src = fadeimages[ curimageindex ]; } curimageindex = ( curimageindex < fadeimages.length - 1 ) ? curimageindex + 1 : 0; } function resetit( what ) { curpos = 10; var crossobj = ie4 ? eval( "document.all." + what ) : document.getElementById( what ); if( crossobj.filters ) { crossobj.filters.alpha.opacity = curpos; } else if( crossobj.style.MozOpacity ) { crossobj.style.MozOpacity = curpos / 101; } } function startit() { var crossobj = ie4 ? eval( "document.all." + curcanvas ) : document.getElementById( curcanvas ); crossobj.innerHTML = '<img src="' + fadeimages[ curimageindex ]+'">'; rotateimage(); } if( ie4 || dom ) { window.onload=startit; } else { setInterval( "rotateimage()", pause ); } </SCRIPT> </TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=6></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD vAlign=top width="100%" height="100%"> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD vAlign=top width=522 height="100%"> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"><TBODY> <TR> <TD width="100%" bgColor=#8d0000 height=4></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD width="100%" bgColor=#f1f0f0 height=25><!-- ///Page Title --> <TABLE cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD width=250> <P class=main_title>Contact Us</P></TD> <TD align=right width=347> <TABLE cellSpacing=0 cellPadding=0 width=347> <TBODY> <TR> <TD align=right width=237></TD> <TD align=left width=108></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- Page Title/// --></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD vAlign=top width="100%" height="100%"> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD vAlign=top width=521 height="100%"><!-- /////Main Content Panel --> <TABLE cellSpacing=0 cellPadding=0> <TBODY> <TR> <TD vAlign=top width=521> <P class=big style="MARGIN: 7px">We Want To Hear From You!</P> <!-- @@ DEBUG: contact_main.jsp --><!-- process= no --> <SCRIPT language=JavaScript1.3> <!-- function doFormSwitch() { document.email_form.go.value = "no"; document.email_form.submit(); } --> </SCRIPT> <FORM name=email_form action=contact.jsp method=get><!-- be sure to store the product for future use --><INPUT type=hidden name=p_> <INPUT type=hidden value=yes name=go> <TABLE cellSpacing=2 cellPadding=2 width=515> <TBODY> <TR> <TD vAlign=top align=right width=130 colSpan=2> <P style="MARGIN: 3px"><B>How would you like to direct your message?</B></P></TD></TR> <TR> <TD vAlign=top width=385 colSpan=2><SELECT style="MARGIN-LEFT: 2px" onchange=doFormSwitch(); size=1 name=form> <OPTION value=6 selected>- Please Select a Subject -</OPTION> <OPTION value=1>General Information</OPTION> <OPTION value=2>Sales</OPTION> <OPTION value=3>-- Northeast Sales</OPTION> <OPTION value=4>-- Southeast Sales</OPTION> <OPTION value=5>-- Western Sales</OPTION></SELECT> </TD></TR></TBODY></TABLE><BR><BR> <P class=bold style="TEXT-ALIGN: center">If you would like to contact our sales department, please choose a region.</P><BR> <DIV align=center><IMG height=189 alt="Contact Map" src="images/SALESmap.gif" width=296 useMap=#Map border=0> </DIV><MAP name=Map><AREA shape=RECT alt=Hawaii coords=67,173,119,185 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=RECT alt=Alaska coords=14,173,66,185 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt="New Mexico" coords=84,129,86,94,116,96,115,127,88,126,87,131 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Texas coords=88,126,115,127,117,98,131,99,131,112,152,115,157,114,161,116,162,126,166,133,164,141,151,150,145,157,148,167,137,163,125,143,119,142,113,149,101,134,98,131,89,130 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Nevada coords=57,102,62,91,66,59,39,53,36,71 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Utah coords=66,58,80,60,79,66,88,67,86,93,62,90 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Colorado coords=88,67,86,93,121,95,120,70 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Kansas coords=122,77,122,94,157,94,155,83,152,76 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Oklahoma coords=118,96,158,95,159,114,153,114,133,112,132,98,118,97 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Arkansas coords=163,120,163,116,160,114,159,98,179,96,180,99,183,99,177,114,177,119 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Oregon coords=51,55,21,46,21,42,30,22,33,27,47,29,57,31,54,38,53,42 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Washington coords=31,19,35,26,53,29,57,29,61,11,40,4,41,7,37,18,36,10,30,6 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Idaho coords=62,11,59,29,59,33,54,42,53,55,65,58,66,56,79,59,81,44,71,41,63,21,66,12 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Wyoming coords=83,41,81,65,111,68,111,44 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Montana coords=67,14,64,21,72,40,80,42,82,40,112,42,113,17,73,14 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt="North Dakota" coords=114,18,114,36,144,36,140,17 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt="South Dakota" coords=114,38,113,55,140,56,146,58,146,51,144,37 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Nebraska coords=113,57,112,67,122,68,122,75,152,75,146,59 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=California coords=20,47,37,52,34,72,55,103,56,105,53,118,41,118,40,112,27,103,27,96,18,73,16,59 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Arizona coords=63,92,59,101,55,120,72,130,83,131,84,96 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Louisiana coords=163,122,164,125,167,133,166,141,185,144,189,144,185,132,175,133,177,123,176,120 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Mississippi coords=181,106,178,113,178,119,180,124,177,131,185,130,187,134,192,133,191,104 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Alabama coords=192,104,194,129,209,127,209,120,203,102 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Florida coords=195,131,194,133,211,136,218,134,224,137,226,148,238,163,244,155,229,127,211,129 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Georgia coords=205,103,211,120,211,127,229,126,230,116,216,102 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt="South Carolina" coords=218,102,231,114,241,102,237,98,223,99 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt="North Carolina" coords=211,100,222,89,248,83,252,86,242,101,239,96,219,99 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Tennessee coords=186,96,183,104,205,100,218,89 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Missouri coords=153,72,158,83,160,96,179,95,182,98,185,94,177,87,177,82,172,74,171,70 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Iowa coords=148,52,148,59,152,70,170,70,174,59,170,52 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Minnesota coords=142,18,147,36,146,38,148,51,170,51,163,46,164,36,174,21,160,16,157,17,153,12 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Illinois coords=175,57,176,60,172,68,178,81,179,85,185,91,191,80,188,60,186,54 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Wisconsin coords=170,32,166,36,164,46,175,56,186,53,187,38,176,33 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=5"><AREA shape=POLY alt=Michigan coords=193,55,192,49,192,38,202,34,210,47,207,57,194,59 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Kentucky coords=187,93,190,86,200,84,203,77,214,77,218,83,213,89,192,93 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Virginia coords=215,88,220,83,222,84,229,78,236,68,244,74,247,81,230,85 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Indiana coords=189,61,192,79,190,85,199,83,203,77,200,59,194,60 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Ohio coords=202,59,203,76,215,75,221,64,219,53,214,60,207,58 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt="West Virginia" coords=222,65,216,76,221,82,234,67,229,67,229,65 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Michigan coords=176,31,187,35,194,31,199,32,192,26,183,29,179,24,174,29 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Pennsylvania coords=221,51,224,64,246,59,246,50,244,45,224,49 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt="New York" coords=228,46,244,44,247,47,252,47,245,24,238,26,235,32,237,35,233,39,229,40,224,42 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Vermont coords=246,23,251,36,252,36,253,20 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt="New Hampshire" coords=254,20,254,36,260,33,257,25 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Maine coords=255,19,260,28,272,14,265,2,260,2 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Massachusetts coords=251,38,252,42,263,39,269,38,280,37,278,31,262,34 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt="Rhode Island" coords=257,42,259,46,275,47,275,41,264,42 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Connecticut coords=256,44,258,47,272,48,272,53,263,54,254,47,252,44 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt="New Jersey" coords=247,48,254,48,252,54,254,57,252,66,246,60,248,55 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt="New Jersey" coords=254,57,267,56,267,61,254,61 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=3"><AREA shape=POLY alt=Delaware coords=247,64,250,68,256,66,262,65,264,71,254,71,250,70,248,68 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"><AREA shape=POLY alt=Maryland coords=231,64,244,60,246,68,246,75,241,68,234,65 href="http://www.prolon.biz/contact.jsp?go=no&amp;form=4"></MAP> <TABLE> <TBODY></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE><!-- Main Content Panel///// --></TD> <TD width=1 bgColor=#cdd1dc height="100%"></TD></TR> <TR> <TD width=521 bgColor=#cdd1dc height=1></TD> <TD width=1 bgColor=#cdd1dc height=1></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD> <TD vAlign=top width=6 height="100%"></TD> <TD vAlign=top width=237 height="100%"><!-- /////Right Content Panel --> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"><TBODY> <TR> <TD width="100%" bgColor=#8d0000 height=4></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD width="100%" bgColor=#f1f0f0 height=25> <P class=sub_title>Contact Information </P></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD vAlign=top width="100%" height="100%"> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD width=1 bgColor=#cdd1dc height="100%"></TD> <TD vAlign=top width=236 height="100%"><!-- /////Right Content Panel - Navigate This Section --><!-- @@ DEBUG --><!-- page= includes/panel_general.jsp --> <TABLE height="100%" width="100%"> <TBODY> <TR> <TD vAlign=top width="100%"> <P class=bold style="TEXT-ALIGN: center"><BR>305 Industrial Avenue<BR>Port Gibson, MS 39150<BR><BR><BR></P> <P style="TEXT-ALIGN: center"><B><U>Mailing Address</U></B><BR><BR><B>Prolon</B><BR>P.O. Box 568<BR> Port Gibson, MS 39150<BR><BR>Phone: (601)437-4211<BR> FAX: (601)437-0061<BR><BR> <B>Customer Service</B><BR> Phone: (888) 698-6860<BR> FAX: (888) 698-6861<BR><BR> Email: <a href="mailto:strittmand@wildblue.net"> strittmand@wildblue.net</a><br><br> </p> </TD></TR></TBODY></TABLE><!-- Right Content Panel - Navigate This Section///// --></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD width="100%" bgColor=#8d0000 height=4></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD width="100%" bgColor=#f1f0f0 height=25> <P class=sub_title>Driving Directions</P></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=1></TD></TR> <TR> <TD vAlign=top width="100%" height="100%"> <TABLE height="100%" cellSpacing=0 cellPadding=0 width="100%"> <TBODY> <TR> <TD width=1 bgColor=#cdd1dc height="100%"></TD> <TD vAlign=top width=236 height="100%"><!-- /////Right Content Panel - Featured/Accessories Panel --> <TABLE height="100%" width="100%"> <TBODY> <TR> <TD vAlign=top width="100%"> <P>From Jackson, MS:</P> <UL style="PADDING-LEFT: 20px; FONT-SIZE: 9px; LIST-STYLE-IMAGE: url(images/dash.gif); FONT-FAMILY: Verdana; LIST-STYLE-TYPE: square"> <LI>Take I -20 West to Vicksburg; Exit on Highway 61 South. <LI>Travel 25 miles to Port Gibson. <LI>In Port Gibson, turn left onto Highway 547 East. <LI>Travel 3/4 mile, then turn left on Bridewell Lane. <LI>Travel 1/4 mile, then turn right onto Industrial Ave. <LI>Prolon is on the left side of the road. </LI></UL></TD></TR></TBODY></TABLE><!-- Right Content Panel - Featured/Accessories Panel///// --></TD></TR> <TR> <TD width=1 bgColor=#cdd1dc height=1></TD> <TD width=236 bgColor=#cdd1dc height=1></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE><!-- Right Content Panel///// --></TD></TR></TBODY></TABLE></TD></TR> <TR> <TD width="100%" bgColor=#ffffff height=6></TD></TR> <TR> <TD vAlign=top width="100%" background="images/footer_bg.jpg" height=23> <TABLE> <TBODY> <TR> <TD width=524> <P class=footer>©2012 Prolon Inc. All Rights Reserved.</P></TD> <TD width=235> <P class=signature>Site Innovation by<A class=footer href="http://www.darksyddesigns.com/" target=_blank>Darksyd Designs</A></P></TD></TR></TBODY></TABLE></TD></TR></TBODY></TABLE></TD> <TD width=1 bgColor=#000000 height="100%"><IMG height="100%" src="images/spacer.gif" width=1></TD></TR></TBODY></TABLE></DIV> </BODY> </HTML>