// JavaScript Document

$(function(){
var flash =	$.browser.flash;
	if(flash == false){
		$("#header").append('<div class="noflash">It looks like you do not have Flash installed.<br />To get flash and experience all that our site has to offer <a href="http://get.adobe.com/flashplayer/" target="_blank">click here</a>.<br />After you have installed the plug-in come back to our site and refresh the page.<br />Thanks!<br />-Your Live Trainers, LLC.</div>');
	}
});
					