		var prefix = "<img src=\"/Extranet/portal_skins/custom/top_images/";
		var postfix = "\" />";
                if (document.URL.match(/r?about-sycamore?/g)){
                      document.write(prefix+ "top_image5.gif" +postfix);
                }
                else if (document.URL.match(/r?solutions?/g)){
                      document.write(prefix+ "top_image6.gif" +postfix);
                }
                else if (document.URL.match(/r?contract-vehicles?/g)){
                      	document.write(prefix+ "contractVehicles_top.jpg" +postfix);                       
                }
                else if (document.URL.match(/r?news-events?/g)){
                      	document.write(prefix+ "top_image2.gif" +postfix);       
                }
                else if (document.URL.match(/r?contact-us?/g)){
                        document.write(prefix+ "top_image8.gif" +postfix);    
                }
                else if (document.URL.match(/r?services?/g)){
                     if (document.URL.match(/r?web-hosting?/g)){
                          document.write(prefix+ "top_image9.gif" +postfix);
                     }
                     else {
		          document.write(prefix+ "top_image1.gif" +postfix);
                     }
                }

                else if (document.URL.match(/r?case-studies?/g)){

                }
                else if (document.URL.match(/r?careers?/g)){
		      document.write(prefix+ "top_image4.gif" +postfix);
                }
                else {
                      document.write(prefix+ "top_image3.gif" +postfix);

                }