// JavaScript Document
jQuery(function($){				
				$("img[src$='png']").pngfix();	
				$(".expires span").date('F j, Y', $.strtotime('+1 days'));
				});