﻿$(document).ready(function(){	             
	$("a[rel^='prettyPhoto']").prettyPhoto({
		'opacity': 0.20,
		'theme': 'facebook'
	}); 
});

function loadStat(target_href) {
	//alert(target_href);
	jQuery('#hid_content').attr('src', target_href)
	
	
}
