﻿

 function AddFavorite(url, title)
 {
	 window.external.AddFavorite(url, title);
}
