 $(document).ready(function() {  			$('a.launch_site').click(function(){   			window.open(this.href);   			return false;			}); 		});