	jQuery(document).ready(function ()
			{
			jQuery('ul#timetables li').quicksearch({
			position: 'append',
			attached: 'div#timetablesearch',
			stripeRowClass: ['timetableodd', 'timetableeven'],
			labelText: 'ANGE LINJE, STR&Auml;CKA ELLER S&Ouml;KORD (Ex Lule&aring; Airport)&nbsp;&nbsp;',
			focusOnLoad: 'false'
			});	});
