var sMediaPath = "http://lzmediahosting.info/EduPods/LLC/";
var saEduPods = new Array();
    saEduPods[ saEduPods.length ] = new EduPodClass( "What is an LLC?", sMediaPath + "LZ_Vids_EduCenter_01_LLC.swf" );
    saEduPods[ saEduPods.length ] = new EduPodClass( "What is limited liability protection and<br> why does it matter?", sMediaPath + "LZ_Vids_EduCenter_02_LLC.swf" );
    saEduPods[ saEduPods.length ] = new EduPodClass( "What are the advantages of forming an LLC?", sMediaPath + "LZ_Vids_EduCenter_03_LLC.swf" );
    saEduPods[ saEduPods.length ] = new EduPodClass( "What are the disadvantages of forming an LLC?", sMediaPath + "LZ_Vids_EduCenter_04_LLC.swf" );
    saEduPods[ saEduPods.length ] = new EduPodClass( "Does an LLC have annual maintenance requirements and fees?", sMediaPath + "LZ_Vids_EduCenter_05_LLC.swf" );
    saEduPods[ saEduPods.length ] = new EduPodClass( "Should I form my LLC in a particular state?", sMediaPath + "LZ_Vids_EduCenter_06_LLC.swf" );
    saEduPods[ saEduPods.length ] = new EduPodClass( "How do I form my LLC?", sMediaPath + "LZ_Vids_EduCenter_07_LLC.swf" );

var EduPods = new DisplayEduPods( "EduPods", saEduPods, "oListArea", "LZ_Vids_EduCenter", "oCurQuestion", "Additional LLC Video Topics" )

var saLLCFaq = new Array();
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/limited-liability-company-defined.html", "What is a limited liability company (LLC)?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/llc-without-attorney.html", "Do I need an attorney to form an LLC?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/llc-s-corporation-comparison.html", "What are the main differences between an LLC and an<br> S corporation?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/llc-formation-documents.html", "What legal documents do I need to form an LLC?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/llc-lifespan.html", "Can my LLC have an unlimited lifespan?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/one-person-llc.html", "How many people are needed to form an LLC?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/llc-managers-members.html", "What is the difference between a &quot;member&quot; and a<br> &quot;manager&quot; of an LLC?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/llc-meetings.html", "Does an LLC have to hold meetings?" );
    saLLCFaq[ saLLCFaq.length ] = new Array( "/llc-faq/llc-operating-costs.html", "How much will it cost to form and operate an LLC?" );

var oLLCEduPodFAQList = new EduPodListClass( "oLLCEduPodFAQList", "Read: ", "Frequently Asked LLC Questions", "", saLLCFaq, 3, new Array( "See more FAQs", "See fewer FAQs" ) );
    oLLCEduPodFAQList.bListItemUsePopup = true;
    
var saLLCGuide = new Array();
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/limited-liability-company.html", "Definition of a Limited Liability Company or LLC" );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/llc-corporation-comparison.html", "Comparing an LLC to a Corporation" );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/llc-sole-proprietor-partnership-comparison.html", "Comparing an LLC to a Sole Proprietorship and a Partnership" );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/forming-an-llc.html", "Forming an LLC " );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/llc-ownership.html", "Ownership of an LLC " );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/manage-llc.html", "Managing an LLC " );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/llc-taxes.html", "Taxes for an LLC" );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/llc-check-list.html", "Other Steps After Forming an LLC" );
    saLLCGuide[ saLLCGuide.length ] = new Array( "/llc-guide/llc-state-procedure.html", "State Procedures for Forming an LLC" );
var sLLCGuideTopBlurb = "LegalZoom's Education Center allows you to access the information " +
                        "you need to research your legal questions and make informed " +
                        "decisions. With our education center, you have access to Legal " +
                        "Topics, FAQs, Glossary Terms and Non-Legal Resources." +
                        "<div style='font-weight: bold; color: #2e74ff; font-size: 115%; padding: 5px 0px 0px 0px;'>Table of Contents</div>"
var oLLCEduPodGuideList = new EduPodListClass( "oLLCEduPodGuideList", "Research: ", "The LLC Education Center", sLLCGuideTopBlurb, saLLCGuide, 3, new Array( "See more topics", "See fewer topics" ) );

function llcEduPodRedirect(){
  var reRedirectMatch = /[\/\\]{1}limited-liability-company[\/\\]{1}|[\/\\]{1}llc-faq[\/\\]{1}|[\/\\]{1}llc-guide[\/\\]{1}|[\/\\]{1}llc-glossary[\/\\]{1}|education-center-index.html/gi;
  var reEduPodMatch = /limited-liability-company-edu-center.html/gi;
  var sReferer = "";
  try{
    sReferer = document.referrer;
  } catch( e ){}
  if ( sReferer.match( reRedirectMatch ) && !sReferer.match( reEduPodMatch ) ){
    document.location = "/llc-guide/limited-liability-company-edu-center.html"
  }
}