$(document).ready(function(){ 
	// jquery stuff goes here!!
	// infinitescroll() is called on the element that surrounds 
	// the items you will be loading more of
	
	
	
	  $('#content-wrap').infinitescroll({

	    navSelector  : "#next",            
	                   // selector for the paged navigation (it will be hidden)
	    nextSelector : "#next",    
	                   // selector for the NEXT link (to page 2)
	    itemSelector : ".blog-item"          
	                   // selector for all items you'll retrieve
	
	  			},function(){

				                
				});
	
	
	
	

	$('a.zoom').qtip({
	   content: 'Zoom',
	   style: { 
	    name: 'dark', // Inherit from preset style,
		tip: 'bottomLeft'
	   },
	position: {
	      corner: {
	         target: 'topRight',
	         tooltip: 'bottomLeft'
	      }
	   }
	
	})
	
	$('a.comments-link').qtip({
	   content: 'Comment',
	   style: { 
	    name: 'dark', // Inherit from preset style,
		tip: 'bottomRight'
	   },
	position: {
	      corner: {
	         target: 'topLeft',
	         tooltip: 'bottomRight'
	      },
      	adjust: { x: 7, y: 0 }
	   }
	
	})
	
});

Shadowbox.init();





// add any other non-jquery js here, including swf object