// JavaScript Document
$(document).ready(function(){		
	$("a.securelink").click(function(){
		$('.tx-fbfilebase-pi1').seekAttention();
	});

});