// JavaScript Document

jQuery(document).ready(function($){
								
	$(document).pngFix();
	
	/* rotator for images on the top right of the website */
	$('#rotator-box').cycle({ 
	    fx:     'fade', 
    	random:  1 
	});
	
	$('page-nav li a').html('');
	
});

