document.writeln("<iframe width='213' height='50' name='frameNews' frameborder='0' id='frameNews' marginwidth='0' marginheight='0' scrolling='no'></iframe>");
document.write("<br /><br /><img src='../images/bottom-line.gif' border='0' width='200' height='5' align='baseline' />");
 //alert(frameNews.frameElement.height);
var str=location.href;
var str_array = str.split("/");
var tst = str_array[3];
document.getElementById('frameNews').src = 'db_communicate.php?cName='+tst;
/*
frameNews.frameElement.height = frameNews.document.body.scrollHeight+20;
alert(frameNews.document.body.scrollHeight);
*/
