function pageTitle() {

	var title;
	var url = document.URL;
	<meta name="description" content="Neon Under Car Lighting Kit - Motorcycle LED Lighting: Shop StreetGlow.com for the largest selection of LED & Neon accessories for your home, car, truck, motorcycle, Jeep, SUV, van, RV, VW, sport compact, and more."> 
           <meta name="company"  content="Street Glow, Inc."> 
           <meta name="keywords" content="Car Light LED, LED Light Kit, Neon Car Light,  Neon Car Lighting,  Neon Under body Lighting, LED Underbody Lighting, Motorcycle LED Lighting, Neon Motorcycle Lighting,  Truck Light,  LED Truck Light, LED Light Bar, Strobes,  Strobe Light Kit, Emergency LED Light Vehicle,  Interior LED Lighting,  Interior Neon Lighting,  Tail Light Bulbs,  Xenon Headlights,  Headlights Xenon,  Light  Xenon, Car Interior Lighting"> 
             <meta name="robots" content="index, follow"> 
           <meta http-equiv="Content-Language" content="en-us"> 
           <meta name="googlebot" content="index, follow"> 
  
           <meta name="MSSmartTagsPreventParsing" content="true"> 
           <meta name="Rating" content="General"> 
          <meta name="author" content="StreetGlow - Under Car Lighting"> 
          <meta name="copyright" content="Street Glow, Inc."> 
           <meta name="reply-to" content="webmaster@streetglow.com"> 
           <meta name="document-classification" content="internet"> 
           <meta name="document-type" content="Public"> 
           <meta name="document-rating" content="Safe for Kids"> 
           <meta name="document-distribution" content="Global"> 
	switch(url.substring(url.lastIndexOf("\/")+1,url.lastIndexOf("\.")))
	{
	case "BecomeADealer":
	  title="Become A Dealer";
	  break;    
	case "CompanyInformation":
	  title="Company Information";
	  break;    
	case "ContactUs":
	  title="Contact Us";
	  break;    
	case "Downloads":
	  title="Downloads";
	  break;    
	case "Events":
	  title="Glow-Off Events";
	  break;    
	case "FAQs":
	  title="FAQs";
	  break;    
	case "Gallery":
	  title="Gallery";
	  break;    
	case "Manuals":
	  title="Manuals";
	  break;    
	case "StorePolicies":
	  title="Policies";
	  break;    
	case "Support":
	  title="Contact Support";
	  break;    
	case "Warranty":
	  title="Warranty";
	  break;
	default:
	  title="";
	}

	document.write(title);
}
