var me;
function getID( swfID ){
     if(navigator.appName.indexOf("Microsoft") != -1){
          me = top.window[swfID];
     }else{
          me = top.document[swfID];
     }
}

	
/* FACEBOOK COMMENTS LOADER */
function openFBComments( str ){
  // me.onChange( prompt(str) );
 // jQuery.facebox({ ajax: '/facebook/comments_01.php?'+str }); 
 //jQuery.fancybox('/facebook/comments_01.php?'+str);

 $.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'elastic',
			'transitionOut'	: 'fade',
			'title'			: this.title,
			'width'			: 550,
			'height'		: 600,
			'scrolling'		: 'no',
			'href'			: 'http://www.luceband.com/facebook/comments_01.php?'+str,
			'type'			: 'iframe'
		});


}


