﻿$(document).ready(function(){

	$('#courses, #apprentices, #information, #navigation, #strapline, #sidebar, #sidebar form, #flash, #header form, .message, .enquiry').corner("bevel tl br");

	$('body.home #flash').flash({
		 src: '/_swf/home.swf',
		 width: 780,
		 height: 105,
		 version: '9.0.115.0'
	});
	$('body.apprentice #flash').flash({
		 src: '/_swf/apprentice.swf',
		 width: 780,
		 height: 105,
		 version: '9.0.115.0'
	});
	
	$('body.courses #flash').flash({
		 src: '/_swf/courses.swf',
		 width: 780,
		 height: 105,
		 version: '9.0.115.0'
	});
	
	$(".tablesorter").tablesorter(); 
	$('#courses').biggerlink({clickableclass:'yum',hoverclass:'roll'});
	$('#apprentices').biggerlink({clickableclass:'yum',hoverclass:'roll'});
});



