function favGroupsJsp_process()
{
var favGroupsJSONStr = '{"subscriptions":[{"isDefault":"false","totalSubscribers":206,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/0/97/97498_1214336953202.png","totalPosts":49,"userId":97498,"isPremium":false,"isPrivate":false,"id":97498,"description":"Kabir's profound yet simple sayings have touched millions of people. Read them & be inspired! ","groupUrl":"http://www.smsgupshup.com/groups/KahatKabir","name":"KahatKabir","isPartner":false,"orgName":"KahatKabir"},{"isDefault":"false","totalSubscribers":2973,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/0/26/26893_1214336891291.png","totalPosts":125,"userId":26893,"isPremium":false,"isPrivate":false,"id":26893,"description":"Don't miss out on important exams any more! Subscribe and get updates on exams as they happen. ","groupUrl":"http://www.smsgupshup.com/groups/ExamAlerts","name":"ExamAlerts","isPartner":false,"orgName":"ExamAlerts"},{"isDefault":"false","totalSubscribers":324,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/0/24/24390_1214336886236.png","totalPosts":75,"userId":24390,"isPremium":false,"isPrivate":false,"id":24390,"description":"Take advantage of the benefits bestowed by the five elements with these Vastu Shastra tips. ","groupUrl":"http://www.smsgupshup.com/groups/VastuShastra","name":"VastuShastra","isPartner":false,"orgName":"VastuShastra"},{"isDefault":"false","totalSubscribers":31,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/0/26/26890_1214336891075.png","totalPosts":52,"userId":26890,"isPremium":false,"isPrivate":false,"id":26890,"description":"Aa Kalarang ma badhanu swagat chhe! Natako ni ramat-gamat maa maja lo.Updates on all the Gujarati plays happening in Mumbai. ","groupUrl":"http://www.smsgupshup.com/groups/Kalarang","name":"Kalarang","isPartner":false,"orgName":"Kalarang"},{"isDefault":"false","totalSubscribers":122,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/0/7/7648_1214336877002.png","totalPosts":134,"userId":7648,"isPremium":false,"isPrivate":false,"id":7648,"description":"Get to know the closing prices of agricultural commodities. ","groupUrl":"http://www.smsgupshup.com/groups/AgriSpot","name":"AgriSpot","isPartner":false,"orgName":"AgriSpot"}],"userDetails":{"globalUserId":12990,"name":"Romila","id":179},"params":{"limit":5,"start":0,"type":"MY_FAV_SUBSCRIPTIONS","userId":"179","showLatestMsg":"false","needTotalForPg":false,"showAll":false},"message":"","webarooUserDetails":{"gender":"FEMALE","age":30,"imageUrl":"http://resource2.smsgupshup.com/webimages/images/channels/1.3.0.74983.gif","profileName":"Romila","displayAge":true,"description":"News is wot makes the world go around ","location":"Mumbai","id":12990},"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=179' + '&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":53214,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/0/0/181_1214336861827.png","totalPosts":432,"userId":179,"isPremium":false,"isPrivate":false,"id":181,"description":"Read breaking news on India and the world on your phone daily. Join News and stay updated. ","groupUrl":"http://www.smsgupshup.com/groups/news","name":"news","isPartner":false,"orgName":"news"}],"params":{"limit":-1,"start":0,"type":"USER_INFO","infoType":"SMSENTITY","needTotalForPg":true,"entityId":"181"},"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.
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.
No messages found for specified page.
$ENTITY_NAME$ is a Premium Group, and the 5 posts shown are randomly picked from all the group posts.
The monthly subscription charges for this group are Rs.$JOIN_COST$/-. Pay by any one of the payment options shown at http://www.smsgupshup.com/payment.