$(document).ready(function(){
  $('#splash').cycle('fade');
  $("a[rel='album']").colorbox();
  $(".youtube").colorbox({iframe:true, width:650, height:550});
});

function disableItem(item)
{
	document.getElementById(item).disabled = true;
}


