// JavaScript Document

$(document).ready(function() {


$('#imgrotate').jqFancyTransitions({ width: 510, height: 260 });


// nivo slider
//$(window).load(function() {
//	$('#imgrotate').nivoSlider();
//});


// block-clickable
//$(".net_collapse td").click(function(){
//  window.location=$(this).find("a").attr("href");return false;
//});
  
});// close doc ready

