function embedPhlog(phlogid)
{
	document.write('<iframe src="http://www.ipadio.com/embedtravellog.asp?phlogid='+phlogid+'" frameborder="0" scrolling="no" width="470" height="533" allowtransparency="true"><p>Your browser does not support iframes</p></iframe>');
}

function embedPhlog(phlogid, params)
{
	document.write('<iframe src="http://www.ipadio.com/embedtravellog.asp?phlogid='+phlogid+'&'+params+'" frameborder="0" scrolling="no" width="470" height="533" allowtransparency="true"><p>Your browser does not support iframes</p></iframe>');
}