// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
$(document).ready(function()
{
  DD_roundies.addRule('.rc', '5px', true);
  DD_roundies.addRule('.rc_bottom', '0 0 5px 5px', true);
  
  if($("#tabs"))
  {
  	$("#tabs").tabs({
  		event: 'click'
  	});
  }
  
  if($('#photodiv'))
  {
    blendImages('photodiv',5,10000); // div, speed of fade out, interval in milliseconds
  }
  
  $("a[href^='http://']").attr("target","_blank");
});
