function tips() {

	var tipArray = new Array();

	tipArray[0] = "<p class='i'>How do I pack my mirrors and pictures?</p><p class='copy'>Beltway provides cost saving Crushproof Cartons as part of its SmartPack速 move system. </p>";

	tipArray[1] = "<p class='i'>Will you disassemble and reassemble my furniture?</p><p class='copy'>We provide usual and customary disassembly of headboards, footboards and dresser mirrors. </p>";

	tipArray[2] = "<p class='i'>How do you select a moving company?</p><p class='copy'>All movers are not created equal. Learn to discern beyond an hourly rate.</p>";

	tipArray[3] = "<p class='i'>Do you use pick up help?</p><p class='copy'>Our uniformed crews are employees of the company. They all have undergone hiring scrutiny including background checks.</p>";

	tipArray[4] = "<p class='i'>How can I cut cost on my move?</p><p class='copy'>BMA Web Coupons for discounts, a flexible move date for lower hourly rates, and preparing for your move using our Cost Cutter Tips.</p>";

	tipArray[5] = "<p class='i'>Do you have minimum charges?</p><p class='copy'>Unlike most moving companies, we only charge to the nearest quarter hour.</p>";

	var tipNum=Math.floor(Math.random()*6);

	document.getElementById('movingtext').innerHTML=tipArray[tipNum];

}



function testimonials() {

	var testiArray = new Array();



	/*testiArray[0] = "<p class='copy'>I have used Beltway for over 35 years</p><p class='client'>Teddy N., Potomac, MD</p>";

	testiArray[1] = "<p class='copy'>Twenty years ago you were awesome and today went incredibly smooth</p><p class='client'>Mary W., Deale, MD</p>";

	testiArray[2] = "<p class='copy'>My <u><b>sixth time</b></u> with Beltway because you are the best</p><p class='client'>Len & Leslie M., Gaithersburg, MD</p>";*/
	
	/*testiArray[0] = "<p class='copy'>Went the extra mile on short notice</p><p class='client'>Kestral USA, Washington, DC</p>";
	
	testiArray[1] = "<p class='copy'>Given the challenge of two major snowstorms they made our move easy as possible</p><p class='client'>Meredith K., Springfield, VA</p>";
	
	testiArray[2] = "<p class='copy'>Willing to rearrange furniture until it looked perfect</p><p class='client'>Mike S., Brookville, MD</p>";*/
	
	/*testiArray[0] = "<p class='copy'>Worked so hard I had to encourage a break for them to eat and drink.</p><p class='client'>Alex B., Washington DC</p>";
	
	testiArray[1] = "<p class='copy'>Immediate response to next day request.</p><p class='client'>Mary B., Chevy Chase, MD</p>";
	
	testiArray[2] = "<p class='copy'>The men you sent were an answer to my prayers.</p><p class='client'>Marie Y., Silver Spring, MD</p>";
	
	testiArray[3] = "<p class='copy'>They got in and out just in time for dinner.</p><p class='client'>Stacey M., Prince Frederick, MD</p>";*/
	
	/*testiArray[0] = "<p class='copy'>Have done business for 40 years and always pleased.</p><p class='client'>Pat A., Chesapeake, MD</p>";
	
	testiArray[1] = "<p class='copy'>Your team took the sting out of a difficult job.</p><p class='client'>Pat N., Columbia, MD</p>";
	
	testiArray[2] = "<p class='copy'>I can&#39;t wait to see your guys when I move into the new place.</p><p class='client'>Cameron R., Washington DC</p>";
	
	testiArray[3] = "<p class='copy'>Ben &amp; his crew treated my furniture like it was their own.</p><p class='client'>Nancy L., Burke, VA</p>";*/

        testiArray[0] = "<p class='copy'>Most of my calls were responded to earlier than I expected.</p><p class='client'>David C.</p>";
	
	testiArray[1] = "<p class='copy'>What a relief to come home and find all my boxes stacked where I had asked.</p><p class='client'>Gail M.</p>";
	
	testiArray[2] = "<p class='copy'>Doug suggested a less expensive alternative to the pod I rented, so I rented a Container On Wheels  (COWs) from you. </p><p class='client'>Linda D.</p>";
	


	var testiNum=Math.floor(Math.random()*3);

	document.getElementById('testimonial-text').innerHTML=testiArray[testiNum];

}



//v1.0

//Copyright 2006 Adobe Systems, Inc. All rights reserved.



function AC_AddExtension(src, ext)

{

  if (src.indexOf('?') != -1)

    return src.replace(/\?/, ext+'?'); 

  else

    return src + ext;

}



function AC_Generateobj(objAttrs, params, embedAttrs) 

{ 

  var str = '<object ';

  for (var i in objAttrs)

    str += i + '="' + objAttrs[i] + '" ';

  str += '>';

  for (var i in params)

    str += '<param name="' + i + '" value="' + params[i] + '" /> ';

  str += '<embed ';

  for (var i in embedAttrs)

    str += i + '="' + embedAttrs[i] + '" ';

  str += ' ></embed></object>';



  document.write(str);

}



function AC_FL_RunContent(){

  var ret = 

    AC_GetArgs

    (  arguments, ".swf", "movie", "clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"

     , "application/x-shockwave-flash"

    );

  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);

}



function AC_SW_RunContent(){

  var ret = 

    AC_GetArgs

    (  arguments, ".dcr", "src", "clsid:166B1BCA-3F9C-11CF-8075-444553540000"

     , null

    );

  AC_Generateobj(ret.objAttrs, ret.params, ret.embedAttrs);

}



function AC_GetArgs(args, ext, srcParamName, classid, mimeType){

  var ret = new Object();

  ret.embedAttrs = new Object();

  ret.params = new Object();

  ret.objAttrs = new Object();

  for (var i=0; i < args.length; i=i+2){

    var currArg = args[i].toLowerCase();    



    switch (currArg){	

      case "classid":

        break;

      case "pluginspage":

        ret.embedAttrs[args[i]] = args[i+1];

        break;

      case "src":

      case "movie":	

        args[i+1] = AC_AddExtension(args[i+1], ext);

        ret.embedAttrs["src"] = args[i+1];

        ret.params[srcParamName] = args[i+1];

        break;

      case "onafterupdate":

      case "onbeforeupdate":

      case "onblur":

      case "oncellchange":

      case "onclick":

      case "ondblClick":

      case "ondrag":

      case "ondragend":

      case "ondragenter":

      case "ondragleave":

      case "ondragover":

      case "ondrop":

      case "onfinish":

      case "onfocus":

      case "onhelp":

      case "onmousedown":

      case "onmouseup":

      case "onmouseover":

      case "onmousemove":

      case "onmouseout":

      case "onkeypress":

      case "onkeydown":

      case "onkeyup":

      case "onload":

      case "onlosecapture":

      case "onpropertychange":

      case "onreadystatechange":

      case "onrowsdelete":

      case "onrowenter":

      case "onrowexit":

      case "onrowsinserted":

      case "onstart":

      case "onscroll":

      case "onbeforeeditfocus":

      case "onactivate":

      case "onbeforedeactivate":

      case "ondeactivate":

      case "type":

      case "codebase":

        ret.objAttrs[args[i]] = args[i+1];

        break;

      case "width":

      case "height":

      case "align":

      case "vspace": 

      case "hspace":

      case "class":

      case "title":

      case "accesskey":

      case "name":

      case "id":

      case "tabindex":

        ret.embedAttrs[args[i]] = ret.objAttrs[args[i]] = args[i+1];

        break;

      default:

        ret.embedAttrs[args[i]] = ret.params[args[i]] = args[i+1];

    }

  }

  ret.objAttrs["classid"] = classid;

  if (mimeType) ret.embedAttrs["type"] = mimeType;

  return ret;

}
