

function refcc(url,title) {
			document.getElementById("mycc").innerHTML = "<span id=\"mycctitle\">" + title + "</span><fb:comments xid=\"" + Math.random() + "\" href=\"" + url + "\" num_posts=\"5\" width=\"330\" colorscheme=\"light\"></fb:comments>";
			window.FB.XFBML.parse(document.getElementById("mycc"));
		}
		
//YAHOO.util.Event.onDOMReady(function(){window.setInterval("refcc();",15000)});
