	function googleBar(){
		var skin = {};
		skin['HEIGHT'] = '300';
		skin['BORDER_COLOR'] = '#cccccc';
		skin['ENDCAP_BG_COLOR'] = '#e0ecff';
		skin['ENDCAP_TEXT_COLOR'] = '#333333';
		skin['ENDCAP_LINK_COLOR'] = '#0000cc';
		skin['ALTERNATE_BG_COLOR'] = '#ffffff';
		skin['CONTENT_BG_COLOR'] = '#ffffff';
		skin['CONTENT_LINK_COLOR'] = '#0000cc';
		skin['CONTENT_TEXT_COLOR'] = '#333333';
		skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
		skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
		skin['CONTENT_HEADLINE_COLOR'] = '#333333';
		google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
		google.friendconnect.container.renderMembersGadget({ 
			id: 'div_members',
			site: '07124752594119061621'
		},skin);
		
		var skin = {};
		skin['BORDER_COLOR'] = '#cccccc';
		skin['ENDCAP_BG_COLOR'] = '#e0ecff';
		skin['ENDCAP_TEXT_COLOR'] = '#333333';
		skin['ENDCAP_LINK_COLOR'] = '#0000cc';
		skin['ALTERNATE_BG_COLOR'] = '#ffffff';
		skin['CONTENT_BG_COLOR'] = '#ffffff';
		skin['CONTENT_LINK_COLOR'] = '#0000cc';
		skin['CONTENT_TEXT_COLOR'] = '#333333';
		skin['CONTENT_SECONDARY_LINK_COLOR'] = '#7777cc';
		skin['CONTENT_SECONDARY_TEXT_COLOR'] = '#666666';
		skin['CONTENT_HEADLINE_COLOR'] = '#333333';
		skin['DEFAULT_COMMENT_TEXT'] = '- add your comment here -';
		skin['HEADER_TEXT'] = 'Comments';
		skin['POSTS_PER_PAGE'] = '4';
		google.friendconnect.container.setParentUrl('/' /* location of rpc_relay.html and canvas.html */);
		google.friendconnect.container.renderWallGadget({ 
			id: 'div_wall',
			site: '07124752594119061621',
			'view-params':{"scope":"SITE","features":"video,comment"}
		},skin);
	}
	function displayBar(){
		$('#google_bar').toggle();
	}
	$(document).ready(function(){
		var flashvars = {};
		var params = {
			allowScriptAccess: "always",
			wmode: 'transparent'
		};
		$.swfobject.embedSWF('/media/flash/main.swf', 'content', '100%', '100%', '9.0.0', '/media/flash/express_install.swf', flashvars, params);
		googleBar();
		$('#google_bar').css({'visibility': 'hidden', 'width': '50px'});
	});
	window.onload = function(){
		setTimeout('hidefunc()', 5000);	
	}
	hidefunc = function(){
		$('#google_bar').css({'visibility': 'visible', 'width': '280px'}).hide();
		//$('#google_bar').hide();
		//alert('hello welcome');
	}
