function favGroupsJsp_process()
{
var favGroupsJSONStr = '{"subscriptions":[{"isDefault":"false","totalSubscribers":1419,"totalPosts":36,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/6/94/6094886_1214346489647.png","userId":6094981,"isPrivate":false,"description":"Latest website,free sms tricks,mobile secreat code and many more. Co 09893999236 join my another group sonu_rocks ","groupUrl":"http://www.smsgupshup.com/groups/Internet_tips","name":"Internet_tips","isPartner":false,"id":6094886,"orgName":"Internet_tips"},{"isDefault":"false","totalSubscribers":2594,"totalPosts":149,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/5/914/5914158_1214346276186.png","userId":5914244,"isPrivate":false,"description":"welcome 2 BOLLYWOOD world! njoy evry moment of BOLLYWOOD updatez!
 (100% ad free group) ","groupUrl":"http://www.smsgupshup.com/groups/BIGBOLLYWOOD","name":"BIGBOLLYWOOD","isPartner":false,"id":5914158,"orgName":"BIGBOLLYWOOD"},{"isDefault":"false","totalSubscribers":618,"totalPosts":132,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/3/21/3021231_1214995194612.png","userId":3021255,"isPrivate":false,"description":"Get FREE updates of Cricket,Tennis,Formula1,Hockey,Football,etc.. 
 (indianSPORTS) to your mobile,
 sms
 
 JOIN iSPORTS
 to 09945599455
 
 and For LIVE scores,visit-
 www.iSPORTSweb.co.cc ","groupUrl":"http://www.smsgupshup.com/groups/iSPORTS","name":"iSPORTS","isPartner":false,"id":3021231,"orgName":"iSPORTS"},{"isDefault":"false","totalSubscribers":4409,"totalPosts":676,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/3/594/3594309_1214343403205.png","userId":3594333,"isPrivate":false,"description":"This group gave you classic news about every most event.so imideatily sms (JOIN AAJ_TAK_NEWS)and send it to 9945599455and join with me for lifetime. ","groupUrl":"http://www.smsgupshup.com/groups/AAJ_TAK_NEWS","name":"AAJ_TAK_NEWS","isPartner":false,"id":3594309,"orgName":"AAJ_TAK_NEWS"},{"isDefault":"false","totalSubscribers":1662,"totalPosts":71,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/6/362/6362292_1214346790552.png","userId":6362375,"isPrivate":false,"description":""A PJ a day keeps your death bed away"
 
 For the latest PJs (Pathetic/Poor jokes). ","groupUrl":"http://www.smsgupshup.com/groups/PJzone","name":"PJzone","isPartner":false,"id":6362292,"orgName":"PJzone"}],"userDetails":{"globalUserId":128290,"name":"$amrat Mazumdar","id":144002},"params":{"limit":5,"start":0,"type":"MY_FAV_SUBSCRIPTIONS","userId":"144002","showLatestMsg":"false","needTotalForPg":false,"showAll":false},"message":"","webarooUserDetails":{"gender":"MALE","age":18,"imageUrl":"http://resource.smsgupshup.com/webimages/profile/0/128/128290_1214351860368.png","profileName":"$amrat Mazumdar","displayAge":true,"description":"I am student.I am Tech freak,I love gadgets,gizmos and all technology related news.See my blog(http://itechnoholic.blogspot.com) ","location":"Bhubaneswar","id":128290},"status":"SUCCESS","errorCode":"NO_ERROR"}';
if (GupShup.util.isInitialized(GupShup.conf.currentModule))
{
if (GupShup.util.trim(GupShup.conf.currentModule.refreshUrl) == '')
{
GupShup.conf.currentModule.refreshUrl
= GupShup.conf.readUrl + "&type=" + 'MY_FAV_SUBSCRIPTIONS'
+ '&userId=144002' + '&showAll=false' + '&showLatestMsg=false'
+ '&start=0' + '&limit=' + '5' + '&needTotalForPg=false';
}
else
{
favGroupsJSONStr = GupShup.conf.currentModule.refreshArgs;
}
}
var favGroups = GupShup.util.getJsonFromResponse(favGroupsJSONStr);
if((typeof(favGroups.status) != 'undefined') && (favGroups.status == 'SUCCESS') && (favGroups.subscriptions.length > 0))
{
var tmplMap =
[
{key:'http://resource.smsgupshup.com/webimages/$GROUP_IMG_SRC$.jpg', dataMember:'imageUrl'},
{key:'$GROUP_NAME$', dataMember:'name'},
{key:'http://resource.smsgupshup.com/webimages/$GROUP_PAGE_URL$.jpg', dataMember:'groupUrl'},
{key:'$POSTS_COUNT$', dataMember:'totalPosts'},
{key:'$SUBSCRIBER_COUNT$', dataMember:'totalSubscribers'}
];
var containerDivId = 'favGroupsListContainerRIGHT';
var templateDivId = 'favGroupTemplateRIGHT';
GupShup.util.expandTemplateInDiv(containerDivId, templateDivId, tmplMap, favGroups.subscriptions);
document.getElementById('favGroupsBlockContainerRIGHT').style.display = "block";
}
}
try
{
favGroupsJsp_process();
}
catch(error)
{
if (GupShup.conf.jsDebug)
alert('Could not process favGroupsJsp module : error-' + error);
}
function subscribeOnMobileShouldShowDiv(entityDetails) {
if(GupShup.util.isInitialized(entityDetails) && (entityDetails.status == 'SUCCESS'))
{
if(entityDetails.info[0].isPrivate || entityDetails.info[0].isPartner)
return false;
if(GupShup.util.isInitialized(entityDetails.info[0].subscriptionDetails))
return (!entityDetails.info[0].subscriptionDetails.isSubscribed);
return true;
}
else
{
return false;
}
}
function subscribeOnMobile_process()
{
var entityDetailsJsonStr = '{"info":[{"isDefault":"false","totalSubscribers":2435,"totalPosts":980,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/0/144/144002_1214336999773.png","userId":144002,"isPrivate":false,"description":"All about technology ,computers ,gadgets and more... ","groupUrl":"http://www.smsgupshup.com/groups/iTECHNOHOLIC","name":"iTECHNOHOLIC","isPartner":false,"id":144002,"orgName":"iTECHNOHOLIC"}],"params":{"limit":-1,"start":0,"type":"USER_INFO","infoType":"SMSENTITY","needTotalForPg":true,"entityId":"144002"},"message":"","totalForPg":1,"status":"SUCCESS","errorCode":"NO_ERROR"}';
var entityDetails = GupShup.util.getJsonFromResponse(entityDetailsJsonStr);
var moduleId = 'subscribeOnMobileModule_RIGHT';
if (subscribeOnMobileShouldShowDiv(entityDetails))
{
GupShup.html.util.showElement(moduleId);
}
else
{
GupShup.html.util.hideElement(moduleId);
}
}
try
{
subscribeOnMobile_process();
}
catch(error)
{
if (GupShup.conf.jsDebug)
alert('Could not process subscribeOnMobile module : error-' + error);
}
You are about to report that this message violates GupShup Terms of Service.
We will review your request and take appropriate steps as necessary. Your report will be strictly confidential.
$ENTITY_NAME$
$ENTITY_DESCRIPTION$
$JOIN_OR_EDITSUB_BUTTON$
Members : $SUBSCRIBER_COUNT$
Group Posts ($ENTITY_POSTS_COUNT$)
$ENTITY_NAME$
This group contains messages that may be unsuitable for some users. By clicking on 'Proceed' you confirm that you are older than 18 years of age and agree to view messages from this group.
$ENTITY_TMPL_EXPANSION$
No group found.
$ENTITY_NAME$
$ENTITY_NAME$ is a private group. You must contact the owner of this group to join it and receive group messages.
Send a message to $ENTITY_NAME$ to join this group.
To send a message from your mobile, SMS MSG $ENTITY_NAME$ followed by the message to 567678.
$ENTITY_NAME$
GupShup user is quiet.
$ENTITY_NAME$
GupShup user is quiet.
$MSG_PIC$ $MSG_TEXT$$MSG_TIMESTAMP$
$MSG_ACTIONS_EXPANSION$
This message may be unsuitable for some users. By clicking on 'Proceed' you confirm that you are older than 18 years of age and agree to view this message.
$MSG_TMPL_EXPANSION$
This member has not posted any messages yet but will surely do so soon.