$(document).ready(function() {

 	$('.manage_card').click(function(){
 		window.location="Manage_Card";
 	});
 	
 });
 	
 	
