sage crm CRM.ready

I used crm.ready in Custom Content of Quote summary to get value of Current logged in user.

it works on my local machine test CRM (CRM verison CRM7.3 ) but does not work on clients server (CRM verison I am using is CRM7.3 sp1.2 )

crm.ready(function(){

alert('test');
});

am i missing may thing ??

Thanks