function favGroupsJsp_process()
{
var favGroupsJSONStr = '{"subscriptions":[{"isDefault":"false","totalSubscribers":52,"totalPosts":3,"imageUrl":"http://resource.smsgupshup.com/webimages/images/channels/3.3.0.74078.gif","userId":213,"isPrivate":false,"description":"This is a Time Pass Group with latest update on day to day happenings around the world. ","groupUrl":"http://www.smsgupshup.com/groups/Bhingri","name":"Bhingri","isPartner":false,"id":215,"orgName":"Bhingri"},{"isDefault":"false","totalSubscribers":5404,"totalPosts":198,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/0/678/678168_1214338314623.png","userId":678178,"isPrivate":false,"description":"Welcome to SexTips. All married & unmarried adults should subscribe to this blog. 'Have safe sex, use condoms always'! ","groupUrl":"http://www.smsgupshup.com/groups/SexTips","name":"SexTips","isPartner":false,"id":678168,"orgName":"SexTips"},{"isDefault":"false","totalSubscribers":2952,"totalPosts":239,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/0/0/222_1214336861536.png","userId":220,"isPrivate":false,"description":"We all need Guru at each point in life as we step in. And our beloved Sai is Guru's Guru - 'The SadGuru'. ","groupUrl":"http://www.smsgupshup.com/groups/SaiBaba","name":"SaiBaba","isPartner":false,"id":222,"orgName":"SaiBaba"},{"isDefault":"false","totalSubscribers":6741,"totalPosts":325,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/0/34/34535_1214336901925.png","userId":34535,"isPrivate":false,"description":"You will find all Shayri's about Love here. ","groupUrl":"http://www.smsgupshup.com/groups/Love_GURU","name":"Love_GURU","isPartner":false,"id":34535,"orgName":"Love_GURU"},{"isDefault":"false","totalSubscribers":8188,"totalPosts":439,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/0/0/76_1214336860671.png","userId":74,"isPrivate":false,"description":"Welcome to HealthTips. As the name suggests, you will receive a daily tip on how to manage and maintain your health, diet, exercise and much more.. ","groupUrl":"http://www.smsgupshup.com/groups/HealthTips","name":"HealthTips","isPartner":false,"id":76,"orgName":"HealthTips"}],"userDetails":{"globalUserId":217751,"name":"Shashank","id":264834},"params":{"limit":5,"start":0,"type":"MY_FAV_SUBSCRIPTIONS","userId":"264834","showLatestMsg":"false","needTotalForPg":false,"showAll":false},"message":"","webarooUserDetails":{"gender":"MALE","age":39,"imageUrl":"http://resource2.smsgupshup.com/webimages/images/channels/2.3.0.74078.gif","profileName":"Shashank","displayAge":true,"description":"I am a hardcore Music lover & love Indian Music ","location":"Mumbai","id":217751},"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=264834' + '&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":917,"totalPosts":51,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/0/264/264834_1214337242675.png","userId":264834,"isPrivate":false,"description":"This blog is for Indian Music Lovers. You will receive interesting information on Indian Music ","groupUrl":"http://www.smsgupshup.com/groups/Music_Lovers","name":"Music_Lovers","isPartner":false,"id":264834,"orgName":"Music_Lovers"}],"params":{"limit":-1,"start":0,"type":"USER_INFO","infoType":"SMSENTITY","needTotalForPg":true,"entityId":"264834"},"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.