function favGroupsJsp_process()
{
var favGroupsJSONStr = '{"subscriptions":[{"isDefault":"false","totalSubscribers":4911,"totalPosts":271,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/3/522/3522438_1214576190802.png","userId":3522462,"isPrivate":false,"description":"Join this Grp 2 b my frnd & who knos v may meet each other someday. NEHA ","groupUrl":"http://www.smsgupshup.com/groups/NEHA_COOL","name":"NEHA_COOL","isPartner":false,"id":3522438,"orgName":"NEHA_COOL"},{"isDefault":"false","totalSubscribers":447,"totalPosts":481,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/3/590/3590641_1214343398891.png","userId":3590665,"isPrivate":false,"description":"friendship sms ","groupUrl":"http://www.smsgupshup.com/groups/friendship_fun","name":"friendship_fun","isPartner":false,"id":3590641,"orgName":"friendship_fun"},{"isDefault":"false","totalSubscribers":41,"totalPosts":172,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/5/298/5298388_1214345581599.png","userId":5298490,"isPrivate":false,"description":"WHERE THERE IS WILL
 THERE IS A WAY ","groupUrl":"http://www.smsgupshup.com/groups/CooL_HuZeF","name":"CooL_HuZeF","isPartner":false,"id":5298388,"orgName":"CooL_HuZeF"},{"isDefault":"false","totalSubscribers":598,"totalPosts":238,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/3/703/3703670_1214343536415.png","userId":3703694,"isPrivate":false,"description":"EK SAWAL:14FEB VALANTINE KE DIN LOG AISA KEYA KARTE HAI KI,THIK 9 MONTH KE BAAD 14 NOV KO CHILDEREN DAY MANANA PADTA HAI ?
 dhiraj.ashwini@gmail.com
 9864698690 ","groupUrl":"http://www.smsgupshup.com/groups/KEYA_JOKE_HAI","name":"KEYA_JOKE_HAI","isPartner":false,"id":3703670,"orgName":"KEYA_JOKE_HAI"},{"isDefault":"false","totalSubscribers":1062,"totalPosts":170,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/2/592/2592959_1214341834084.png","userId":2592983,"isPrivate":false,"description":"This is an adult group.please share ur frnds to this group.Join cute99 for love sms and join Bewafa99 for love shayaries. ","groupUrl":"http://www.smsgupshup.com/groups/Adult99","name":"Adult99","isPartner":false,"id":2592959,"orgName":"Adult99"}],"userDetails":{"globalUserId":325377,"name":"Huzefa_don is back","id":5298490},"params":{"limit":5,"start":0,"type":"MY_FAV_SUBSCRIPTIONS","userId":"5298490","showLatestMsg":"false","needTotalForPg":false,"showAll":false},"message":"","webarooUserDetails":{"gender":"MALE","age":19,"imageUrl":"http://resource.smsgupshup.com/webimages/profile/0/325/325377_1214371797525.png","profileName":"Huzefa_don is back","displayAge":true,"description":"I m cool guy thats my no. 9752146286 ","location":"indore","id":325377},"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=5298490' + '&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://resource2.smsgupshup.com/webimages/$GROUP_IMG_SRC$.jpg', dataMember:'imageUrl'},
{key:'$GROUP_NAME$', dataMember:'name'},
{key:'http://resource2.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":41,"totalPosts":172,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/5/298/5298388_1214345581599.png","userId":5298490,"isPrivate":false,"description":"WHERE THERE IS WILL
 THERE IS A WAY ","groupUrl":"http://www.smsgupshup.com/groups/CooL_HuZeF","name":"CooL_HuZeF","isPartner":false,"id":5298388,"orgName":"CooL_HuZeF"}],"params":{"limit":-1,"start":0,"type":"USER_INFO","infoType":"SMSENTITY","needTotalForPg":true,"entityId":"5298388"},"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.