//
            function gf_navigate(newl) {
                var p = window.location.href;
                var i = p.indexOf('?');
                if (i < 0) {
                    i = p.length;
                }
                p = p.substring(0,i);
                window.location.href = 'http://' + '<?php echo $_SERVER["SERVER_NAME"]; ?>' + '<?php echo $rlink_lead; ?>' + newl;
            }
            Cufon.replace('h5'); 
            Cufon.replace('h6'); 
            
$(document).ready(function(){
			$("a[rel^='prettyPhoto']").prettyPhoto({
				animationSpeed: 'normal',
				padding: 40,
				opacity: 0.6, 
				showTitle: true, 
				allowresize: true, 
				counter_separator_label: '/', 
				theme: 'dark_rounded', 
				callback: function(){}
			});
});


