// JavaScript Document$('.container .flying-text').css({opacity:0}); //set all text opacity to 0$('.container .active-text').animate({opacity:0, marginLeft: "250px"}, 4000); //animate first textvar int = setInterval(changeText, 8000); // call changeText function every 5 secondsfunction changeText(){var $activeText = $(".container .active-text"); //get current textvar $nextText = $activeText.next();  //get next textif($activeText.next().length == 0) $nextText = $('.container .flying-text:first'); //if it is last text, loop back to first text$activeText.animate({opacity:0}, 3000); //set opacity 0 to animated text$activeText.animate({marginLeft: "0px"}); //set animated text position to default//animate next text$nextText.css({opacity: 0}).addClass('active-text').animate({opacity:1, marginLeft: "0px"}, 2500, function(){$activeText.removeClass('active-text')});}$().ready(function() {  $('#dialog').jqm(); });function MM_swapImgRestore() { //v3.0  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;}function MM_preloadImages() { //v3.0  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}}function MM_findObj(n, d) { //v4.01  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);  if(!x && d.getElementById) x=d.getElementById(n); return x;}function MM_swapImage() { //v3.0  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}} function MM_goToURL() { //v3.0  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");}function MM_openBrWindow(theURL,winName,features) { //v2.0  window.open(theURL,winName,features);}function defaultagree(el){	if (document.form1.agree.checked==true){				return true;	} else {		alert("Please read and accept the Employee Usage Agreement")		return false;	}}function show_audio(){ var audio_html = '<p class="blue">AUDIO <b>Testimonies</b></p>';audio_html = audio_html+'<p>Listen to what our clients have to say!</p>';audio_html = audio_html+'<table border="0" cellspacing="0"'; audio_html = audio_html+'cellpadding="5">';audio_html = audio_html+'<tr>';audio_html = audio_html+'<td nowrap="nowrap"> Great Service...Great Products...<br><div id="flashPlayer1"></div></td>';audio_html = audio_html+'<td>&nbsp;&nbsp;&nbsp;</td>';audio_html = audio_html+'<td  nowrap="nowrap">Everything we want in a business partner!...<br><div id="flashPlayer2"></div></td>';audio_html = audio_html+'</tr>';audio_html = audio_html+'<tr>';audio_html = audio_html+'<td nowrap="nowrap">Glowing recommendations from everyone I spoke with...<br><div id="flashPlayer3"></div></td>';audio_html = audio_html+'<td>&nbsp;&nbsp;&nbsp;</td>';audio_html = audio_html+'<td nowrap="nowrap">I love everything about Web Benefits...<br><div id="flashPlayer4"></div></td>';audio_html = audio_html+'</tr>';audio_html = audio_html+'<tr>';audio_html = audio_html+'<td nowrap="nowrap">You have a lot of fans here...<br><div id="flashPlayer5"></div></td>';audio_html = audio_html+'</tr>';audio_html = audio_html+'</table>';document.getElementById('scroll').innerHTML = audio_html;document.getElementById('pageImage').style.display="none";	var so = new SWFObject("../audio/playerMini.swf", "mymovie", "75", "30", "7", "#FFFFFF");so.addVariable("autoPlay", "yes");so.addVariable("soundPath", "../audio/d_bommarito_new.mp3");so.write("flashPlayer1");var so = new SWFObject("../audio/playerMini.swf", "mymovie", "75", "30", "7", "#FFFFFF");so.addVariable("autoPlay", "no");so.addVariable("soundPath", "../audio/betty_gallagher_new.mp3");so.write("flashPlayer2");var so = new SWFObject("../audio/playerMini.swf", "mymovie", "75", "30", "7", "#FFFFFF");so.addVariable("autoPlay", "no");so.addVariable("soundPath", "../audio/nick_new.mp3");so.write("flashPlayer3");var so = new SWFObject("../audio/playerMini.swf", "mymovie", "75", "30", "7", "#FFFFFF");so.addVariable("autoPlay", "no");so.addVariable("soundPath", "../audio/lee_silverman_new.mp3");so.write("flashPlayer4");var so = new SWFObject("../audio/playerMini.swf", "mymovie", "75", "30", "7", "#FFFFFF");so.addVariable("autoPlay", "no");so.addVariable("soundPath", "../audio/betty_w1en_new.mp3");so.write("flashPlayer5");	}		