$(document).ready(function(){
		  $('.go_top a').click(function(){
			 $('html, body').animate({scrollTop:0}, '500');
		  });
		  
		  $('.product_detail_links a').click(function(){ 
			  $.scrollTo("#"+$(this).attr('rel'),"0","500");
		  });
		  
		  //$(".product_screen_holder").corner();
});	  

function goToPagex(ID){
	$('.active_page').removeClass("active_page");
	$('#link-'+ID).addClass("active_page");
	$("#the_page_content").empty().load('http://www.eyepartner.com/hd-video-samples/'+ID+'/');
}
function goToPage(current_page){
	$("#the_page_content").empty().load('http://www.eyepartner.com/page-ajax/?current_page='+current_page);
}


