$(document).ready(function() {
			
      $("#contactform").fancybox({
				
				'transitionIn'		: 'fade',
				'transitionOut'		: 'fade',
				'type'				: 'iframe'

			});


     $("#slider").easySlider(
            {
				auto: true, 
				prevId:	'prevBtn',
			    nextId:	'nextBtn',	
				controlsShow: false,
				continuous: true,
				speed: 1000,
				pause: 10000,
				numeric: false
			});
			

			
			

      $('a[rel*=facebox]').facebox({
        loading_image : 'loading.gif',
        close_image   : 'closelabel.gif'
      }) 



    $.facebox.settings.opacity = 0.2

});



function charon()
{
   $('#charities').attr('src','_media/img/dlc_on.gif');
}

function charout()
{
    $('#charities').attr('src','_media/img/dolly_loves_charities.gif');
}

function m_on(e)
{
   var e1 = document.getElementById(e);
   $(e1).css('color','#0c0');
}

function m_off(e)
{
    var e1 = document.getElementById(e);
    $(e1).css('color','#666');
}


