function iPhoneAlert() {
if((navigator.userAgent.match(/iPhone/i))||(navigator.userAgent.
match(/iPod/i))){
var question = confirm("KIFradio for Iphone touch Ok")
if (question){
window.location = "http://www.kifradio.com/iphone.php";
}else{

}
}
}
