if( document.location.hostname.toLowerCase().indexOf('centralpark.com') >= 0 && "https:" != document.location.protocol ) {
	if( typeof Meebo == 'undefined' ) {
		Meebo = function() {
			(Meebo._ = Meebo._ || []).push(arguments)
		};
		(function(q) {
			var d = document, 
				b = d.body;
			if( !b ) { 
				var cb = arguments.callee;
				return setTimeout( function() { cb(q) }, 100); 
			}
			var m = b.insertBefore( d.createElement('div'), b.firstChild ), 
				s = d.createElement('script');
			m.id = 'meebo'; 
			m.style.display = 'none'; 
			m.innerHTML = '<iframe id="meebo-iframe" frameBorder="0" ></iframe>';
			s.src = 'http' + (q.https ? 's' : '') + '://' + (q.stage ? 'stage-' : '') + 'cim.meebo.com/cim/cim.php?network=' + q.network;
			d.getElementsByTagName('head')[0].appendChild(s);
		})( {network: 'centralparkcom_li85re', stage: false, https: ("https:" == document.location.protocol)} );
	  Meebo('makeEverythingSharable');
	}
	
	window.addEvent( 'domready', function() { Meebo("domReady"); } );
}

