function getQuery(s) { var query = {}; s.replace(/\b([^&=]*)=([^&=]*)\b/g, function (m, a, d) { if (typeof query[a] != 'undefined') { query[a] += ',' + d; } else { query[a] = d; } }); return query; } function getLastChild(el) { return (el.lastChild && el.lastChild.nodeName != '#text') ? getLastChild(el.lastChild) : el; } var query = getQuery(getLastChild(document.lastChild).getAttribute('src').replace(/.*\?/, '')); var gw_backgroundColor = '#'+query['bkgcolor']; var gw_textColor = '#'+query['text_color']; var gw_borderColor = '#'+query['border_color']; var gw_width = query['width'].replace(/__/,'%'); var gw_fontFace = query['fontfam']; var gw_fontSize = query['fontsize']; var gw_fontSizePlus = parseFloat(gw_fontSize) + 3; var gw_fontSizeDoublePlus = parseFloat(gw_fontSize) + 6; var love_groups = query['love_groups']; var css = ''; var html = '
Latest Activities
'+ 'Members
'+ 'Latest Blogs
'+ ' '+ '