$(document).ready(function(){
	$("a[rel='external']").click(function(){
		window.open(this.href, 'newWindow');
		return false;
	});
	
	$("#intro").flash({
		swf: 'include/mp/player.swf',
		width: 865,
		height: 507,
		wmode: 'transparent',
		allowfullscreen: 'true',
		allowscriptaccess: 'always',
		flashvars: { file: 'http://www.timpalac.com/new/abc/video/intro.flv', image:'images/video/intro-full.jpg' }
	});
	$("#intro p").hide();
	
	$("ul.photos a").live("click",function() {
		$("ul.photos").load(this.href + " .photos li");
		$("div#media").load(this.href + " #media p");
		return false;			
	});
	
	$("input.readOnly").attr("readonly",true);
});
