// disney-news.js 

<!--  Hide script from older browsers
 var urlAddress = "http://www.wdwinfo.com/news/disney-news.htm#hm-news-nav";
 var pageName = "Disney News";

 function addToFavorites()
 {
  	if (window.external)
  	{
   		window.external.AddFavorite(urlAddress,pageName)
  	}
  	else
  	{
  		alert("Sorry! Your browser doesn't support this function.");
  	}
 }
 
 
 
 function printthis(id)
 {
 	window.open("http://www.wdwinfo.com/oneadmin/newspublish/home.print.php?news_id="+id,"Popup","width=600,height=500,top=70,left=100,dependent=yes,titlebar=no,scrollbars=yes,resizable=yes");
 }
 
 function emailthis(id)
 {
 	window.open("http://www.wdwinfo.com/oneadmin/newspublish/home.tell.php?news_id="+id,"Popup","width=420,height=380,top=170,left=250,dependent=yes,titlebar=no,scrollbars=yes");
 }
// -->