
var skin = {};
skin['BORDER_COLOR'] = '#363636';
skin['ENDCAP_BG_COLOR'] = '#999999';
skin['ENDCAP_TEXT_COLOR'] = '#333333';
skin['ENDCAP_LINK_COLOR'] = '#000099';
skin['ALTERNATE_BG_COLOR'] = '#000000';
skin['CONTENT_BG_COLOR'] = '#333333';
skin['CONTENT_LINK_COLOR'] = '#339999';
skin['CONTENT_TEXT_COLOR'] = '#cecece';
skin['CONTENT_SECONDARY_LINK_COLOR'] = '#cecece';
skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#cecece';
skin['CONTENT_HEADLINE_COLOR'] = '#333333';
skin['NUMBER_ROWS'] = '10';


function renderGoogleWidget(){
try{	

google.friendconnect.container.setParentUrl('/multimq/media/' /* location of rpc_relay.html and canvas.html */);
google.friendconnect.container.renderMembersGadget(
 { id: 'div-4943733853430265377',
   site: '10233651496680268592' },
  skin);

 

}catch(e){
	alert(e.message);
}
}