		<!-- // Array of headline_sets and links to go into the tkr

		var tkr_array = new Array(
'It is now here - the all new and fantastic BASS BUGGIE','../bass_buggie.htm',
'Great style and protection - single and double BOW CASES','../bowcases.htm',
'A magnificent bass by J. F. LOTT available shortly','',
'New Book - ABOUT THE DOUBLE BASS. Your every question is answered with this players guide','../about_the_double_bass.htm',
'BASS TRANSPORT WHEELS - several different makes now in stock inc Trekker, Charton','../basswheel.htm',
'Our CARBON FIBRE BOWS play like a dream and are only &pound;390-00','../carbon_fibre_bow.htm',
'Lots of handles and great prices - that is our range of NEW IMAGE COVERS','../basscovers.htm',
'Our FOLDING TRIPOD STOOL is so comfy you will not want to stop practicing.','../k_and_m_folding_tripod_stool.htm',
'All the best brands of ROSIN available here inc. POPS, NYMAN, PETZ','../rosin.htm',
'Production of the DOUBLE TROLLEY has stopped. Only a few left in stock. Be quick if you want one','../double_trolley.htm'
);


		function set_tkr_array(new_tkr_array) {
			tkr_array = new_tkr_array.concat();
		}

		function get_tkr_array() {
			return tkr_array;
		}

		function canTick() {
			if (!document.getElementById) return false;

			if (navigator.userAgent.match && navigator.userAgent.match(/Opera[ \/][56]\./i)) return false;

			if (navigator.userAgent.indexOf('Windows') == -1 && navigator.userAgent.indexOf('Macintosh') == -1) {
				// assume it's Unix: now only tick if outside the dangerous GTK/Gecko interaction period
				if (navigator.userAgent.indexOf('Gecko/') > -1 && navigator.userAgent.indexOf('rv:1.5)') > -1) return false;
			}

			return true;
		}

		if (canTick()) {
			if (parent && parent != window && parent.set_tkr_array) {
				parent.set_tkr_array(tkr_array);
			} else {
				document.writeln('<IFRAME ID="gu_tkr_container" TITLE="Ticker" SRC="/ticker/ticker_html.html" SCROLLING="no" MARGINHEIGHT="0" MARGINWIDTH="0" FRAMEBORDER="0" height=40></IFRAME>');
			}
		}
	
			else {
				document.writeln('<BR>');
			}
		

		// -->


