$(function() { 

		$("a[rel]").overlay({expose: '#6096D4', finish: {top: 800, left: 'center', absolute: true}});
		});

$(document).ready(function(){ 
		/* The Flash  on the Front Page
		 * uses jquery.flash.js
		 */
		$('#banner').flash({
src: '/flash/home-page-services.swf',
width: 792, 
height: 256
},
{update: false});

}); 

