$(function(){
    $('input.datepicker').datepicker({dateFormat: 'M d, yy'});
    DD_belatedPNG.fix('body, #wrap, #logo, #nav_begin, #nav_end, #navigation ul, li.current_page_item a, li.current_page_item a span');
    DD_belatedPNG.fix('#content, #content_top, #footer, #mountain, #clouds');
});

$(function(){
	$('div.affiliates div.rated').each(function(){
		var rating = $(this).find('.rating');
		rating.dialog({
			autoOpen:false,
			width:450,
			height:200,
			resizable:false,
			modal:true
		});
		$(this).find('.image img').click(function(){
			rating.dialog('open');
		});
	});
	
	$('#sidebar_tools a').attr('target', '_blank');
});
