function hkr_player(show) {

	if(!show)
		show = "hkr";

	var location = "http://hiskids.net/player/?show=" + show;

        window.open(location,'welcome','width=560,height=410,scrollbars=no,statusbar=0')

        return false;
}
