ÿþ<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="content-type" content="text/html;charset=iso-8859-1"> <meta name="generator" content="Adobe GoLive"> <title>Boineau's Moving &amp; Storage | Agent for Allied Van Lines</title> <link href="stylesheet.css" rel="stylesheet" type="text/css" media="all"> <meta name="keywords" content="moving move, movers, moving and storage, residential, international, commercial, local, nationwide, truck, van, welcome, local, statewide, moves, homes, apartments, offices, free estimates, last minute moves, packing supplies, packing services, move out maid Interstate agent for Allied Van Lines, the world's largest and America's oldest moving company, Columbia SC, Sumter SC, Midlands, Fort Jackson, Shaw Air Base, South Carolina"> <script language="JavaScript"> <!-- // =================================== // // Popup Calendar Date Capture // // v1.0 - Jun 15, 2006 // // ----------------------------------- // // Created by Lloyd Hassell // // Website: lloydhassell.brinkster.net // // Email: lloydhassell@hotmail.com // // =================================== // // INITIALIZATION: popupCalendar = new Object(); // CONFIGURATION: popupCalendar.windowWidth = 230; popupCalendar.windowHeight = 260; popupCalendar.windowBgColor = '#FFFFFF'; popupCalendar.dayCellFontColor = '#000000'; popupCalendar.dayCellFontFace = 'verdana,arial'; popupCalendar.dayCellFontSize = 2; popupCalendar.dayCellBgColor = '#FFFFFF'; popupCalendar.dateCellFontColor = '#000000'; popupCalendar.dateCellFontFace = 'verdana,arial'; popupCalendar.dateCellFontSize = 2; popupCalendar.dateCellWeekdayBgColor = '#CCCCCC'; popupCalendar.dateCellWeekendBgColor = '#BBBBBB'; popupCalendar.dateCellTodayBgColor = '#FF0000'; popupCalendar.firstYear = 1970; popupCalendar.lastYear = 2050; popupCalendar.firstDayOfWeek = 0; popupCalendar.dateFormat = 1; // 0 = dd/mm/yyyy // 1 = mm/dd/yyyy // 2 = July 15, 1976 // 3 = Thursday, July 15, 1976 // MAIN: popupCalendar.monthList = new Array('January','February','March','April','May','June','July','August','September','October','November','December'); popupCalendar.dayList = new Array('Sunday','Monday','Tuesday','Wednesday','Thursday','Friday','Saturday'); popupCalendar.isOpen = false; popupCalendar.formName = ''; popupCalendar.inputFieldName = ''; function popupCalendarDateCapture(FORMNAME,INPUTFIELDNAME) { popupCalendar.formName = FORMNAME; popupCalendar.inputFieldName = INPUTFIELDNAME; var currentDate = new Date(); var startYear = currentDate.getFullYear(); var startMonth = currentDate.getMonth(); if (!popupCalendar.isOpen) popupCalendar.winObj = window.open('','popupCalendarWin','width=' + popupCalendar.windowWidth + ',height=' + popupCalendar.windowHeight + ',location=no,menubar=no,resizable=yes,scrollbars=no,status=1,toolbar=no,left=100,screenX=100,top=100,screenY=100'); popupCalendar.winObj.document.bgColor = popupCalendar.windowBgColor; writeCalendar(startYear,startMonth); } function writeCalendar(STARTYEAR,STARTMONTH) { if (arguments[2] != null) { var yearMonthStr = arguments[2]; STARTYEAR = parseInt(yearMonthStr.substring(0,yearMonthStr.indexOf(','))); STARTMONTH = parseInt(yearMonthStr.substring(yearMonthStr.indexOf(',') + 1)); } popupCalendar.nextMonthMonth = STARTMONTH + 1; popupCalendar.nextMonthYear = STARTYEAR; if (popupCalendar.nextMonthMonth == 12) { popupCalendar.nextMonthMonth = 0; popupCalendar.nextMonthYear = STARTYEAR + 1; } popupCalendar.previousMonthMonth = STARTMONTH - 1; popupCalendar.previousMonthYear = STARTYEAR; if (popupCalendar.previousMonthMonth == -1) { popupCalendar.previousMonthMonth = 11; popupCalendar.previousMonthYear = STARTYEAR - 1; } var todayDateTime = new Date(); var todayYear = todayDateTime.getFullYear(); var todayMonth = todayDateTime.getMonth(); var todayDate = todayDateTime.getDate(); var calendarMonthDateTime = new Date(STARTYEAR,STARTMONTH); var calendarMonthStartDay = calendarMonthDateTime.getDay(); var calendarMonthStartDayOffset = calendarMonthStartDay - popupCalendar.firstDayOfWeek; if (calendarMonthStartDayOffset < 0) calendarMonthStartDayOffset += 7; var calendarMonthDays = 31; if (STARTMONTH == 3 || STARTMONTH == 5 || STARTMONTH == 8 || STARTMONTH == 10) calendarMonthDays = 30; if (STARTMONTH == 1 && STARTYEAR % 4 == 0) calendarMonthDays = 29; if (STARTMONTH == 1 && STARTYEAR % 4 != 0) calendarMonthDays = 28; var dateCellText = new Array(); for (var dateCellPos = 0; dateCellPos < calendarMonthStartDayOffset; dateCellPos++) dateCellText[dateCellPos] = '&nbsp;'; for (var dateCellPos = calendarMonthStartDayOffset; dateCellPos < calendarMonthDays + calendarMonthStartDayOffset; dateCellPos++) dateCellText[dateCellPos] = dateCellPos - calendarMonthStartDayOffset + 1; for (var dateCellPos = calendarMonthStartDayOffset + calendarMonthDays; dateCellPos < 42; dateCellPos++) dateCellText[dateCellPos] = '&nbsp;'; var windowHtml = '<html><head><title>' + popupCalendar.monthList[STARTMONTH] + ' ' + STARTYEAR + '</title></head>\r'; windowHtml += '<body bgcolor="' + popupCalendar.windowBgColor + '" link="' + popupCalendar.dateCellFontColor + '" vlink="' + popupCalendar.dateCellFontColor + '" alink="' + popupCalendar.dateCellFontColor + '" marginwidth="0" marginheight="0" leftmargin="0" topmargin="0">\r'; windowHtml += '<form>\r'; windowHtml += '<table cellpadding="0" cellspacing="0" border="0" width="100%" height="100%"><tr><td align="center" valign="middle">\r'; windowHtml += '<table cellpadding="3" cellspacing="0" border="0"><tr>\r'; windowHtml += '<td valign="middle"><input type="button" value="&nbsp;&lt;&nbsp;" onClick="javascript:window.opener.writeCalendar(' + popupCalendar.previousMonthYear + ',' + popupCalendar.previousMonthMonth + ');"></td>\r'; windowHtml += '<td valign="middle"><select onChange="javascript:window.opener.writeCalendar(null,null,this.value);">\r'; var monthOptionLength = (popupCalendar.lastYear - popupCalendar.firstYear + 1) * 12; for (var monthOption = 0; monthOption < monthOptionLength; monthOption++) { var optionYear = Math.floor(monthOption / 12) + popupCalendar.firstYear; var optionMonth = monthOption % 12; windowHtml += (optionYear == STARTYEAR && optionMonth == STARTMONTH) ? '<option selected ' : '<option '; windowHtml += 'value="' + optionYear + ',' + optionMonth + '">' + popupCalendar.monthList[optionMonth] + ' ' + optionYear + '</option>\r'; } windowHtml += '</select></td>\r'; windowHtml += '<td valign="middle"><input type="button" value="&nbsp;&gt;&nbsp;" onClick="javascript:window.opener.writeCalendar(' + popupCalendar.nextMonthYear + ',' + popupCalendar.nextMonthMonth + ');"></td>\r'; windowHtml += '</tr></table>\r'; windowHtml += '<table cellpadding="5" cellspacing="1" border="0">\r'; windowHtml += '<tr>\r'; for (var posLoop = popupCalendar.firstDayOfWeek; posLoop < 7 + popupCalendar.firstDayOfWeek; posLoop++) { var dayLoop = posLoop; if (dayLoop > 6) dayLoop -= 7; windowHtml += '<td bgcolor="' + popupCalendar.dayCellBgColor + '" align="center" valign="middle"><font color="' + popupCalendar.dayCellFontColor + '" face="' + popupCalendar.dayCellFontFace + '" size="' + popupCalendar.dayCellFontSize + '"><b>' + popupCalendar.dayList[dayLoop].charAt(0) + '</b></font></td>\r'; } windowHtml += '</tr>\r'; for (var posLoop = 0; posLoop < 42; posLoop++) { if (posLoop % 7 == 0) windowHtml += '<tr>\r'; var cellBgColor = posLoop % 7 + popupCalendar.firstDayOfWeek; if (cellBgColor > 6) cellBgColor -= 7; cellBgColor = (cellBgColor == 0 || cellBgColor == 6) ? popupCalendar.dateCellWeekendBgColor : popupCalendar.dateCellWeekdayBgColor; var dayStr = dateCellText[posLoop]; if (dayStr != '&nbsp;') dayStr = '<a href="javascript:window.opener.returnDateValue(\'' + dayStr + ',' + STARTMONTH + ',' + STARTYEAR + '\');">' + dayStr + '</a>'; if (todayYear == STARTYEAR && todayMonth == STARTMONTH && todayDate == dateCellText[posLoop]) cellBgColor = popupCalendar.dateCellTodayBgColor; windowHtml += '<td bgcolor="' + cellBgColor + '" align="center" valign="middle"><font color="' + popupCalendar.dateCellFontColor + '" face="' + popupCalendar.dateCellFontFace + '" size="' + popupCalendar.dateCellFontSize + '">\r'; windowHtml += dayStr + '</font></td>\r'; if (posLoop % 7 == 6) windowHtml += '</tr>\r'; } windowHtml += '</tr>\r'; windowHtml += '</table>\r'; windowHtml += '</td></tr></table>\r'; windowHtml += '</form></body></html>\r'; popupCalendar.winObj.document.write(windowHtml); popupCalendar.winObj.document.close(); popupCalendar.winObj.focus(); } function returnDateValue(DATEVALUE) { DATEVALUE = DATEVALUE.split(','); var dateDay = parseInt(DATEVALUE[0]); var dateMonth = parseInt(DATEVALUE[1]); var dateYear = parseInt(DATEVALUE[2]); var dateObj = new Date(dateYear,dateMonth,dateDay); var dateStr; if (popupCalendar.dateFormat == 0) dateStr = dateDay + '/' + (dateMonth + 1) + '/' + dateYear; else if (popupCalendar.dateFormat == 1) dateStr = (dateMonth + 1) + '/' + dateDay + '/' + dateYear; else if (popupCalendar.dateFormat == 2) dateStr = popupCalendar.monthList[dateMonth] + ' ' + dateDay + ', ' + dateYear; else if (popupCalendar.dateFormat == 3) dateStr = popupCalendar.dayList[dateObj.getDay()] + ', ' + popupCalendar.monthList[dateMonth] + ' ' + dateDay + ', ' + dateYear; if (popupCalendar.winObj) popupCalendar.winObj.close(); document.forms[popupCalendar.formName][popupCalendar.inputFieldName].value = dateStr; } //--> </script> </head> <body bgcolor="#e5e6e6" leftmargin="0" marginheight="0" marginwidth="0" topmargin="0"> <div align="center"> <table width="797" border="0" cellspacing="0" cellpadding="0" height="100%"> <tr height="106"> <td width="22" height="106"></td> <td align="left" valign="top" bgcolor="#e86a10" height="106"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top"><img src="images/template-header.gif" alt="" height="106" width="424" border="0"></td> <td align="right" valign="top" width="328"><img src="images/pic-top.jpg" alt="Boineau's Moving &amp; Storage" height="106" width="328" border="0"></td> </tr> </table> </td> <td width="22" height="106"></td> </tr> <tr> <td width="22"></td> <td align="left" valign="top" bgcolor="white"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr> <td align="left" valign="top"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="105"> <td align="center" valign="middle" height="105"><span class="co-name">Boineau's Moving &amp; Storage<br> </span> <table border="0" cellpadding="0" cellspacing="2" width="100%"> <tr> <td align="center" valign="top" width="38%"> <p><span class="address">Columbia, SC<br> 2822 Commerce Drive</span></p> </td> <td align="center" valign="top" width="31%"> <p><span class="address"><br> Toll Free<br> </span></p> </td> <td align="center" valign="top" width="31%"> <p><span class="address">Sumter, SC<br> 511 N Pike Street</span></p> </td> </tr> <tr> <td align="center" valign="top" width="38%"> <p><span class="phone">803-771-6400</span></p> </td> <td align="center" valign="top" width="31%"> <p><span class="phone">800-771-6460</span></p> </td> <td align="center" valign="top" width="31%"> <p><span class="phone">803-773-8340</span></p> </td> </tr> </table> </td> </tr> <tr> <td align="center" valign="top"> <hr> <table width="95%" border="0" cellspacing="0" cellpadding="12"> <tr> <td><span class="copy"><b><font color="#ff4500"> ABOUT US</font></b><br> <br> Boineau's tradition of Dependability...<br> <br>Boineau's, South Carolina's oldest Allied Van Lines agent, offers complete moving and storage services for all your corporate and private needs. We also transport high value<img class="photo-right" src="images/truck-photo.gif" alt="" height="121" width="196" align="right" border="0"> special products and coordinate international shipments. Our trained employees, our fleet of modern and reliable equipment and our 80,000 square feet of warehouse space provide us with the assets we need to meet your moving or commercial distribution requirements.<br> <br> Boineau&rsquo;s Moving &amp; Storage, Inc. carries on the tradition of customer oriented moving services begun by the Boineau family in 1931. The Boineau philosophy of business<img class="photo-right" alt="Member BBB" height="96" width="115" src="images/bbbslice2.gif" border="0" align="right"> has always been to provide excellent service with integrity. We never lose sight of our goal, 100% customer satisfaction. We want to make your moving experience as smooth and enjoyable as possible.<br> <br> Whether you are moving across the street or around the world, relax and let Boineau&rsquo;s be you mover.<br> <br> Contact us for more information.</span></td> </tr> </table> </td> </tr> </table> </td> <td align="right" valign="top" width="328"> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="105"> <td align="left" valign="top" height="105"><img src="images/pic-bottom.jpg" alt="Boineau's Moving &amp; Storage" height="105" width="328" border="0"></td> </tr> <tr> <td align="center" valign="top"> <hr> <br> <table width="90%" cellspacing="0" cellpadding="0" border="1" style="border-color:black"> <tr> <td align="center" valign="middle" bgcolor="#e5e5e5"> <table border="0" cellspacing="0" cellpadding="0"> <tr height="10"> <td height="10"><img src="images/spacer.gif" alt="" height="10" width="10" border="0"></td> </tr> <tr> <td><span class="copy"><b><font color="#ff4500">CONTACT US</font></b><br> <br> </span> <form class="copy" action="http://www.movingleads.com/moving-quote-create" class="new_client_website_lead" id="new_client_website_lead" method="post"> <input id="client_website_lead_client_website_url" name="client_website_lead[client_website_url]" type="hidden" value="http://boineaumoving.com/" /> <input id="client_website_lead_return_to_url" name="client_website_lead[return_to_url]" type="hidden" value="http://boineaumoving.com/" /> <table class="copy-form" width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form">First Name</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_given_name" name="client_website_lead[given_name]" size="24" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form">Last Name</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_surname" name="client_website_lead[surname]" size="24" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"> <span class="copy-form">Company</span> </td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_organization_name" name="client_website_lead[organization_name]" size="24" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form">Address</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_moving_from_street_address" name="client_website_lead[moving_from_street_address]" size="24" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form">City</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_moving_from_city" name="client_website_lead[moving_from_city]" size="24" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form">State, Zip</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_moving_from_state" name="client_website_lead[moving_from_state]" size="4" type="text" />&nbsp;&nbsp;&nbsp; <input id="client_website_lead_moving_from_postal_code" name="client_website_lead[moving_from_postal_code]" size="11" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form">Phone</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_telephone" name="client_website_lead[telephone]" size="24" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form"> Email</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_email_address" name="client_website_lead[email_address]" size="24" type="text" /> </td> </tr> <tr height="24"> <td align="left" valign="middle" width="130" height="24"><span class="copy-form">Moving Date</span></td> <td align="left" valign="middle" height="24"> <input id="client_website_lead_moving_on" name="client_website_lead[moving_on]" size="24" type="text" /> </td> </tr> <tr height="24"> <td colspan="2" align="left" valign="middle" height="86"><span class="copy-form">Other Comments<br> <textarea id="client_website_lead_additional_information" name="client_website_lead[additional_information]" rows="4" cols="40"></textarea></span> </td> </tr> <tr height="11"> <td align="left" valign="middle" width="130" height="11"></td> <td align="left" valign="middle" height="11"></td> </tr> <tr> <td align="left" valign="middle" width="130"></td> <td align="left" valign="middle"> <div align="right"> <span class="copy-form"> <input id="client_website_lead_submit" name="commit" type="submit" value="Create" /> </span> </div> </td> </tr> </table> </form> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> </tr> </table> </td> <td width="22"></td> </tr> <tr height="19"> <td width="22" height="19"></td> <td align="center" valign="middle" bgcolor="#e86a10" height="19"><font color="black"><span class="copy-smaller">Boineau's Moving &amp; Storage is an Agent for Allied Van Lines &bull; U.S. DOT No 076235</span></font></td> <td width="22" height="19"></td> </tr> </table> </div> </body> </html>