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 += '
'+ '
'+ ' '+ ' Suka sama Suka
'+ ' seks melayu, bogel, telanjang, awek, skodeng, scandal, video, gambar, seksi
7689 members and counting'+ '
'+ '
'+ '
'+ '
'+ '

Latest Activities

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

Members

'+ '
'+ ' \"ikwe_funky\" \"bertaiye\" \"durianzul\" '+ '
'+ '
'+ '
'; html +=' '; if(love_groups==1) { html +=' '; } html += '
'; document.write(css + html);