//Text Banner Rotation Script 1.1 Copyright 2003-2004 by MyKazaam.com Author: Yaza.  You must leave this copyright header in tact for use.  Please read the License file that accompanies the full package of this script.  For support visit http://www.mykazaam.com
var banner=new Array()

banner[0]='<span class="BodyHeading">In Focus: Chartering and Ships Agency</span><p><span class="BodyText">The Charles Gee Chartering and Agency department has over 120 years worth of experience, with full UK port coverage. <a href="services/chartering.html" class="GreyLink">More...</a>'

banner[1]='<span class="BodyHeading">In Focus: Aerospace</span><p><span class="BodyText">The Group has, over the last two decades via inventiveness and expansion, grown to become a pre-eminent provider of Supply Chain Services to the Aerospace industry. <a href="services/aerospace.html" class="GreyLink">More...</a>'

banner[2]='<span class="BodyHeading">In Focus: Transport & Distribution</span><p><span class="BodyText">Notwithstanding its continual growth as a Forest Products specialist, pre-eminent in Newsprint, Paper, Timber and domestic distribution, the Group is a market leader, through inovation. <a href="services/transport.html" class="GreyLink">More...</a>'

banner[3]='<span class="BodyHeading">In Focus: Warehousing, Devanning and Pick &amp; Pack</span><p><span class="BodyText">Complementary to its Shipping, Agency, Customs Clearance and Distribution services, the Groups port offices offer, a comprehensive range of Post-Import & Pre-Export Logistics (PIPEL). <a href="services/warehousing.html" class="GreyLink">More...</a>'

banner[4]='<span class="BodyHeading">In Focus: PortCentric Logistics</span><p><span class="BodyText">A new approach in mangaging the Import Supply Chain. <a href="services/portcentriclogistics.html" class="GreyLink">More...</a>'

banner[5]='<span class="BodyHeading">In Focus: Specialist IT Logistics</span><p><span class="BodyText">Underpinned by key supplier relationships, IT provides the Group with a unique concept in terms of a menu of choices all capable of integration with existing business systems. <a href="services/itlogistics.html" class="GreyLink">More...</a>'

banner[6]='<span class="BodyHeading">In Focus: Supply Chain, Out of Gauge and Project Forwarding</span><p><span class="BodyText">Full freight service, ranging from "hand carry" to ship and aircraft charter. <a href="services/supplychain.html" class="GreyLink">More...</a>'

banner[7]='<span class="BodyHeading">In Focus: Custom Build and Design Trailers &amp; Fleet Maintenance</span><p><span class="BodyText">The need to maintain the Groups large vehicle and trailer fleet led to the formation of <i>Fleetcare</i> as an <i>in-house</i> engineering department. <a href="services/fleetcare.html" class="GreyLink">More...</a>'

banner[8]='<span class="BodyHeading">In Focus: Freight Forwarding</span><p><span class="BodyText">With offices situated at all major UK Ports and a Worldwide network of dedicated agents, the Group offers good lines of communication and acts as a catalyst for new ideas. Experienced and qualified people giving a personal service across a wide range of disciplines. <a href="services/freightforwarding.html" class="GreyLink">More...</a>'

banner[9]='<span class="BodyHeading">In Focus: Customs Clearance</span><p><span class="BodyText">The Group provides Customs Clearance services at all offices. <a href="services/customsclearance.html" class="GreyLink">More...</a>'


var whichbanner=Math.floor(Math.random()*(banner.length))
document.write(banner[whichbanner])
