// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!-- Beginning of JavaScript -
var thissize=9
var textfont="Arial"

var textcolor= new Array()
textcolor[0]="FFFFFF"
textcolor[1]="E1CDAB"
textcolor[2]="D5BD93"
textcolor[3]="CAAE7C"
textcolor[4]="A2834E"
textcolor[5]="7C5E2A"
textcolor[6]="604413"

var message = new Array()
// Courtesy of SimplytheBest.net - http://simplythebest.net/scripts/
<!-- Beginning of JavaScript -
var thissize=9
var textfont="Arial"

var textcolor= new Array()
textcolor[0]="FFFFFF"
textcolor[1]="E1CDAB"
textcolor[2]="D5BD93"
textcolor[3]="CAAE7C"
textcolor[4]="A2834E"
textcolor[5]="7C5E2A"
textcolor[6]="604413"

var message = new Array()
message[0]="<img src=\"/img/quote-start.gif\"><i>Current patterns of transportation development are not sustainable and may compound both environmental and health problems.</i><img src=\"/img/quote-end.gif\"><br><span class=\"source\">UN Commission on Sustainable Development</span>"
message[1]="<img src=\"/img/quote-start.gif\"><i>The romance of the road has become the reality of cars choked in traffic.</i><img src=\"/img/quote-end.gif\"><br><span class=\"source\">Jane Holtz Kay, author of Asphalt Nation</span>"
message[2]="<img src=\"/img/quote-start.gif\"><i>If we cannot find ways of integrating private and public transport systems in developing cities we risk total gridlock.</i><img src=\"/img/quote-end.gif\"><br><span class=\"source\">Bjorn Stigson, President, World Business Council for Sustainable Development</span>"
message[3]="<img src=\"/img/quote-start.gif\"><i>For the airline industry the issue of environmental fuel taxes is one that is going to hit the radar screen very violently. It will cause many companies to collapse.</i><img src=\"/img/quote-end.gif\"><br><span class=\"source\">The World Economic Forum</span>"
message[4]="<img src=\"/img/quote-start.gif\"><i>The rail infrastructure in many developing countries, especially in sub-Saharan Africa, is crumbling. This is having a disastrous effect on the economy since essential goods can't be transported from place to place.</i><img src=\"/img/quote-end.gif\"><br><span class=\"source\">Steve Bennett, Associate Editor, International Railway Journal</span>"
message[5]="<img src=\"/img/quote-start.gif\"><i>Our whole lifestyle in the western industrialized nations is based on personal mobility through the private automobile.</i><img src=\"/img/quote-end.gif\"><br><span class=\"source\">Al Cormier, President, the Centre for Sustainable Transportation</span>"

var i_blurstrength=35
var i_message=0
var i_textcolor=0

function blurtext() {
	if(document.all||document.getElementById) {
		if (i_blurstrength >=-2) {
			if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
			myString = document.getElementById? document.getElementById("blurthis"):document.all.descriptions;
				var browserName=navigator.appName; 
				if(browserName=="Microsoft Internet Explorer") {
					myString.innerHTML = "<span id='blurpit1' style='position:absolute;visibility:visible;width:500px;top:5px;left:5px;filter:blur(add=0,strength="+i_blurstrength+",direction=90);font-family:"+textfont+";font-size:"+thissize+"pt;color:"+textcolor[i_textcolor]+"'>"+message[i_message]+"</span>";
				}
				else {
					myString = '';
					myString.innerHTML = "<span id='blurpit1' style='position:absolute;visibility:visible;width:500px;top:-65px;left:335px;font-family:"+textfont+";font-size:"+thissize+"pt;color:#"+textcolor[i_textcolor]+"'>"+message[i_message]+"</span>";
				}
			document.close()
			i_blurstrength=i_blurstrength-2
			i_textcolor++
			var timer=setTimeout("blurtext()",60)
		}
		else {
			if (i_textcolor >=textcolor.length-1) {i_textcolor=textcolor.length-1}
			myString = document.getElementById? document.getElementById("blurthis"):document.all.descriptions;
				var browserName=navigator.appName; 
				if(browserName=="Microsoft Internet Explorer") {
					myString.innerHTML = "<span id='blurpit1' style='position:absolute;visibility:visible;width:500px;top:5px;left:5px;filter:blur(add=0,strength="+i_blurstrength+",direction=90);font-family:"+textfont+";font-size:"+thissize+"pt;color:#"+textcolor[i_textcolor]+"'>"+message[i_message]+"</span>";
				}
				else {
					myString.innerHTML = "<span id='blurpit1' style='position:absolute;visibility:visible;width:500px;top:-65px;left:335px;font-family:"+textfont+";font-size:"+thissize+"pt;color:#"+textcolor[i_textcolor]+"'>"+message[i_message]+"</span>";
				}			i_message++
			if (i_message>=message.length){i_message=0}
			i_blurstrength=20
			i_textcolor=0
			clearTimeout(timer)
			var timer=setTimeout("blurtext()",6000)
		}
	}
}


// - End of JavaScript - -->

