/**
 * 
 */
function show_bor_commercials()
{
	$.ajax({
		   type: "GET",
		   url: "/index/commercials",
		   success: function(data){
			   show_popup_jquery('bill_of_rights_commercials', 400, 550, data, 'Investor Bill Of Rights Commercials', true, false);
		   }		  
		});
}
