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 = '
'; html += '
'+ ' Get this on your blog'+ '
'; html += '
'+ '
'+ ' '+ ' ladyboyworld
'+ '
4187 members and counting'+ '
'+ '
'+ '
'+ '
'+ '

Latest Activities

'+ ' '+ '
'+ '
'+ '

Members

'+ '
'+ ' \"aquarian\" \"big_dix_swimmer\" \"Dave \"KAYCE_REDFORD\" \"Latex \"Fullmast\" \"maledog\" \"sheri_tg\" \"aro_mons\" \"sdravellette\" '+ '
'+ '
'+ '
'+ '

Latest Photos

'+ '
'+ ' \"\" \"\" \"her \"\" \"\" \"\" \"\" \"\" \"\" \"\" '+ '
'+ '
'+ '
'+ '

Latest Videos

'+ '
'+ ' \"me\" \"Jercking \"Her '+ '
'+ '
'+ ' '+ '
'; html +=' '; if(love_groups==1) { html +=' '; } html += '
'; document.write(css + html);