var NrVideos = 0;

function printPage()
{
//	alert('HOW TO GET A NICE PRINT OUT:  (1) Use landscape orientation.  (2) Use Print Background Colors and Images.   See Guide --> How To... for more information');
	if (confirm('How to get a nice print of your page:\n \n(1) Use landscape orientation.\n(2) Use Print Background Colors and Images.')) 
	   window.print();
}

function addBookmark()
{
	window.external.AddFavorite(document.URL,'The Water Forecast - '+document.title);
}
