

if (top.location != self.location && top.location != "http://www.gamegarage.co.uk/shooting-games/ultrakillz/") {
top.location=self.location;
}


function $(id) {
	return document.getElementById(id);
}


function bookmarksite(){
  var url = this.location;
  var title = document.title;

if (window.external)
window.external.AddFavorite(url, title);

}

