function externalLinks() {
	$("a[rel='external']").attr('target','_blank');
}


// Do these functions when DOM has loaded
$(document).ready(function() {
	externalLinks();
	$("#tabbednav").idTabs();
	
	// get image URL: 
	var imageURL = $("#wideimage img").attr("src");
	if (imageURL) {
		imageURL = imageURL.replace(/\.\.\//g, "");
		imageURL = "http://www.lanternrecovery.com/" + imageURL ;
		$("#wideimage").flashembed({
		src: 'http://www.lanternrecovery.com/_flash/photo.swf?new',
		bgcolor: '#000000',
		wmode: 'opaque'}, {
		image: imageURL
		});
	}
});
	



$(window).load(function() {
	$("#banner h1").flashembed({
	src: 'http://www.lanternrecovery.com/_flash/logo.swf?good',
	bgcolor: '#000000',
	wmode: 'opaque'
	});
});
