// Break out of frames.
if (window!= top) top.location.href="http://www.virtualsupernes.com/";

// Halt loading for unsupported consoles.
if(navigator.userAgent.indexOf('PlayStation Portable') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/sony_psp.shtml");
if(navigator.userAgent.indexOf('PlayStation 3') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/sony_ps3.shtml");
if(navigator.userAgent.indexOf('Nintendo DSi') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/nintendo_dsi.shtml");
if(navigator.userAgent.indexOf('Nitro') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/nintendo_dsi.shtml");
if(navigator.userAgent.indexOf('Wii') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/nintendo_wii.shtml"); 

// Halt loading for unsupported Apple devices.
if(navigator.userAgent.indexOf('iOS') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/apple_ios.shtml");

// Halt loading for unsupported phones.
if(navigator.userAgent.indexOf('webOS') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/generic_phone.shtml");
if(navigator.userAgent.indexOf('Android') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/generic_phone.shtml");
if(navigator.userAgent.indexOf('BlackBerry') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/generic_phone.shtml");
if(navigator.userAgent.indexOf('Symbian') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/generic_phone.shtml");
if(navigator.userAgent.indexOf('Nokia') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/generic_phone.shtml");

// Halt loading for unsupported Book reader devices.
if(navigator.userAgent.indexOf('Nook') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/generic_book.shtml");
if(navigator.userAgent.indexOf('Kindle') != -1) window.location.replace("http://www.virtualsupernes.com/help/err/generic_book.shtml");
