
function changeblog(bby,id){
// alert(document.cf.cfs.selectedIndex);
//var bbx = '1';
//msg = 'Hello'+bbx+bby;
msg2 = 'bloglist.php?bblog1='+bby+'id='+id;
alert(msg2);
frames['bb'].location.href = msg2; 
}
