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

		var tkr_array = new Array(
'New - a bass by George Craske - pure genius!','../2788.htm',
'The ingenious Double Trolley is proving a big hit - buy it here.','../double_trolley.htm',
'Buying accessories? Weight calculated shipping is now here.','../csaccessories.htm',
'New - lower shipping costs on accessories. The more you buy the cheaper it costs.','../csaccessories.htm',
'Banks crashing! It is the perfect time to invest in a bass.','../cstopquality.htm',
'The strong Euro makes for exceptional prices.','../cstopquality.htm',
'See and hear audio and videos in our new Multimedia section.','../multimedia.htm',
'The Realist pickup is now available here.','../realist_bass_transducer.htm',
'Disturbed neighbours? You need an ultra practice mute.','../ultra_practice_mute.htm',
'The new Jay Haide basses are proving a big hit.','../budgetbasses.htm',
'A five string bass by Joseph Hill. Absolutely superb.','../2114.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>');
			}
		

		// -->

