// JavaScript Document
function tab(tab){
	var url = 'http://limerickrugby.ie/fetchers/tab.php';
	new Ajax.Updater(
		'fixres',
		url, {  
			parameters: {tab:tab}
		}
	);
}
