$(document).ready(function() {
	$('.ddmenu').singleDropMenu({parentMO:'ddmenu-hover',childMO:'ddchildhover',timer:1500});
	$('#flashpanel').flashembed({src: "swf/home.swf", wmode: 'opaque'});
	$("a[href*='http://']:not([href*='"+location.hostname+"'])").click( function() {
		window.open(this.href);
		return false;
	});
});