// JavaScript Document



$().ready(function()
{ 

    $('.blank').attr('target', '_blank');
	   
});




