// JavaScript Document
// Distributed by http://www.hypergurl.com 
// Scrollers width here (in pixels) 
var scrollerwidth="160px" 
// Scrollers height here 
var scrollerheight="320px" 
// Scrollers speed here (larger is faster 1-10) 
var scrollerspeed=1
// Scrollers content goes here! Keep all of the message on the same line! 
var scrollercontent='<img src="images/uploads/methodist.jpg"><p><strong>Methodist Church House</strong></p><p>We have had the pleasure in working together with Jim Hackford and his company Gaia Communications for over 4 years to reduce the high cost of Electricity, Gas and Telecom bills. Mr Hackford has been prompt and effective in responding to our needs.</p><p>Significant savings have been made for hundreds of Methodist Church properties nationwide, including Methodist Church House in London. We are delighted that the supply of&rdquo;Green&rdquo; energy has also been facilitated.</p><p>Gaia Communications has a range of contacts within the utility markets and is able to represent our needs rather than those of any particular supplier. </strong></p><p>I will be pleased to answer any questions relating to the way Gaia Communications conduct their business on behalf of the Church, and have every confidence in continuing our business relationship in the future.<br /><br />Reg Everest<br />Head of Administration<br />Methodist Church House<br />4th March 2004<br /><a target="_blank" href="http://www.methodistchurch.org.uk/">Website</a></p><br><img src="images/uploads/urc.gif"><p><strong>Gaia Communications: Energy and Communications Brokers for The United Reformed Church </strong>	<p>We have been fortunate enough to have Gaia Communications manage the transfer of our utilities suppliers. With their guidance we have improved service and saved money. <p>We are very pleased with the resulting Green electricity supply, long-term gas contract and the ongoing overhaul of the telecom service and system. <p>As well as our Head Office, Gaia Communications has cut costs for hundreds of United Reformed Churches throughout the country over the last 5 years, and as far as we are aware, all have been successful. <p>I will be happy to validate the benefit Gaia Communications has brought to The United Reformed Church utilities accounts. <p>Yours sincerely, <p>Ann Barton <br />Facilities Co-ordinator<br />9 October 2006 <br /><a target="_blank" href="www.urc.org.uk">www.urc.org.uk</a><br /><br /><img src="images/uploads/southcourt.gif"><p><strong>Southcourt Baptist Church</strong></p><p>At Southcourt Baptist Church we have benefited from an excellent energy brokerage service from Gaia Communications,  changing our Telecoms service as well as Gas and Electricity supply and we have clearly  saved money in the process.</p><p>I&rsquo;m very happy with the ongoing service which has been reliable and effective over the last two years.</p><p>Michael J Hulcoop<br />Treasurer<br />Southcourt Baptist Church<br />14th August 2006<br /><a target="_blank" href="http://www.southcourtbaptist.org.uk/">Website</a></p><img src="images/uploads/methodist.jpg"><p><strong>Whitby Methodist Circuit</strong></p><p>Gaia Communications has dealt with the energy agreements for the Whitby Circuit since April 2005 and we are happy to recommend their prompt, courteous and effective service to any church or business group wishing to save money and go Green.</p><p>Yours sincerely,<br />Bernard W. Kerr<br />Circuit Steward (Finance)<br /> 12th September 2006 <br /><a target="_blank" href="http://www.whitbymethodist.org.uk/">Website</a><br /></p><img src="images/uploads/methodist.jpg"><p><strong>Methodist Church Thames Valley Circuit</strong></p><p>Gaia and Jim Hackford, Senior Partner, came highly recommended to us. From the very first day Jim has smoothly guided us to alternative electricity and gas suppliers. These will show considerable savings for the churches in our circuit. We would certainly recommend both Jim and Gaia to any other church organisation U.K. wide.</p><p>David Layzell, <br />Circuit Treasurer/Steward.<br />27th October 2007<br /><a target="_blank" href="http://www.methodistsoutheast.org.uk/">Website</a></p><img src="images/uploads/methodist.jpg"><p><strong>Stockport Methodist Circuit</strong></p><p>Gaia Communications: Electricity Supplies</p><p>We have, with Jim Hackford&rsquo;s expertise, renewed the electricity supply for our eight churches after he arranged our new suppliers in 2006.</p><p>We have no hesitation in recommending Gaia Communications if you are considering   changing your suppliers. They complete the process with the minimum input on   you and clear any problems as well as obtaining best prices available.</p><p>Jim Lowe<br />Stockport Methodist Circuit Treasurer<br />September 2009<br /><a href="http://www.stockportmethodist.btik.com/" target="_blank">Website</a></p>'
var pauseit=1 
// Change nothing below! 
scrollerspeed=(document.all)? scrollerspeed : Math.max(1, scrollerspeed-1) 
//slow speed down by 1 for NS var 
copyspeed=scrollerspeed 
var iedom=document.all||document.getElementById 
var actualheight='' 
var cross_scroller, ns_scroller 
var pausespeed=(pauseit==0)? copyspeed: 0 

function populate(){ 
	if (iedom){ 
		cross_scroller=document.getElementById? document.getElementById("iescroller") : document.all.iescroller 
		cross_scroller.style.top=parseInt(scrollerheight)+8+"px" 
		cross_scroller.innerHTML=scrollercontent 
		actualheight=cross_scroller.offsetHeight 
	} else if (document.layers){ 
		ns_scroller=document.ns_scroller.document.ns_scroller2 
		ns_scroller.top=parseInt(scrollerheight)+8 
		ns_scroller.document.write(scrollercontent) 
		ns_scroller.document.close() 
		actualheight=ns_scroller.document.height 
	} 
	
	lefttime=setInterval("scrollscroller()",20) 
	
} 

window.onload=populate 

function scrollscroller(){ 
	if (iedom){ 
		if (parseInt(cross_scroller.style.top)>(actualheight*(-1)+8)){
			cross_scroller.style.top=parseInt(cross_scroller.style.top)-copyspeed+"px" 
		}
		else {
			cross_scroller.style.top=parseInt(scrollerheight)+8+"px" 
		}
	} 
	else if (document.layers){ 
		if (ns_scroller.top>(actualheight*(-1)+8)){
			ns_scroller.top-=copyspeed 
		}
		else{
		ns_scroller.top=parseInt(scrollerheight)+8
		}
	} 
} 

if (iedom||document.layers){ 
	with (document){ 
		if (iedom){ 
			write('<div style="position:relative;width:'+scrollerwidth+';height:'+scrollerheight+';overflow:hidden" onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed">') 
			write('<div id="iescroller" style="position:absolute;left:0px;top:0px;width:100%;">') 
			write('</div></div>') 
		} 
		else if (document.layers){ 
			write('<ilayer width='+scrollerwidth+' height='+scrollerheight+' name="ns_scroller">') 
			write('<layer name="ns_scroller2" width='+scrollerwidth+' height='+scrollerheight+' left=0 top=0 onMouseover="copyspeed=pausespeed" onMouseout="copyspeed=scrollerspeed"></layer>') 
			write('</ilayer>') 
		} 
	} 
} 



