//  IE????
function objTag_Script(id)
{
	document.write(id.text);
	id.id = "";
}



function addfavorites(pcenterid,pcentername){ 
var favoriteurl = "http://www.ripc.org/"+pcenterid+"/"; 
var favoritetitle = "["+pcentername+"]?????? "; 
if (document.all) 
window.external.AddFavorite(favoriteurl,favoritetitle)} 

