function favGroupsJsp_process()
{
var favGroupsJSONStr = '{"subscriptions":[{"isDefault":"false","totalSubscribers":12301,"totalPosts":319,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/0/462/462337_1214337719182.png","userId":462342,"isPrivate":false,"description":"Here you will get a new website everyday. Enhance your surfing experience with us. Contact us internetgupshup@gmail.com. Visit http://is.gd/9jj ","groupUrl":"http://www.smsgupshup.com/groups/INTERNET","name":"INTERNET","isPartner":false,"id":462337,"orgName":"INTERNET"},{"isDefault":"false","totalSubscribers":22374,"totalPosts":506,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/1/886/1886770_1214340477255.png","userId":1886794,"isPrivate":false,"description":"life is not 4 love, love is 4 life, so don't spoil ur life in love but remember to love in life as i do..>E ","groupUrl":"http://www.smsgupshup.com/groups/Krazzyboy","name":"Krazzyboy","isPartner":false,"id":1886770,"orgName":"Krazzyboy"},{"isDefault":"false","totalSubscribers":1812,"totalPosts":582,"imageUrl":"http://resource.smsgupshup.com/webimages/entity/2/124/2124928_1214340959588.png","userId":2124952,"isPrivate":false,"description":"!!!!!!!Falling down in life is not failure but staying down is failure!!!!!!!! ","groupUrl":"http://www.smsgupshup.com/groups/smstoday","name":"smstoday","isPartner":false,"id":2124928,"orgName":"smstoday"},{"isDefault":"false","totalSubscribers":5486,"totalPosts":195,"imageUrl":"http://resource.smsgupshup.com/webimages/images/channels/4.3.0.74078.gif","userId":189528,"isPrivate":false,"description":"Its First Mobile Dating Service ","groupUrl":"http://www.smsgupshup.com/groups/LoveDate","name":"LoveDate","isPartner":false,"id":189528,"orgName":"LoveDate"},{"isDefault":"false","totalSubscribers":23524,"totalPosts":242,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/1/570/1570815_1214339812909.png","userId":1570838,"isPrivate":false,"description":"TOPPOT NO.1 MESSAGE U GET ALL U WANT ","groupUrl":"http://www.smsgupshup.com/groups/TOPPOT","name":"TOPPOT","isPartner":false,"id":1570815,"orgName":"TOPPOT"}],"userDetails":{"globalUserId":178947,"name":"VIBINZKERALA","id":2578684},"params":{"limit":5,"start":0,"type":"MY_FAV_SUBSCRIPTIONS","userId":"2578684","showLatestMsg":"false","needTotalForPg":false,"showAll":false},"message":"","webarooUserDetails":{"gender":"MALE","age":23,"imageUrl":"http://resource.smsgupshup.com/webimages/profile/0/178/178947_1214367386495.png","profileName":"VIBINZKERALA","displayAge":true,"description":"DIFFICULT TO UNDERSTAND ","location":"KERALA","id":178947},"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=2578684' + '&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":187,"totalPosts":266,"imageUrl":"http://resource2.smsgupshup.com/webimages/entity/2/578/2578660_1214341810453.png","userId":2578684,"isPrivate":false,"description":"WELCOME TO MY GROUP OF TIPZ AND TRICKZ,JOKEZ,NEWZ AND MUCH MORE... ","groupUrl":"http://www.smsgupshup.com/groups/SMSFRIENDZ","name":"SMSFRIENDZ","isPartner":false,"id":2578660,"orgName":"SMSFRIENDZ"}],"params":{"limit":-1,"start":0,"type":"USER_INFO","infoType":"SMSENTITY","needTotalForPg":true,"entityId":"2578660"},"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.