function albumload() { var isPreview = location.href.indexOf("http://") != 0 && location.href.indexOf("https://") != 0; if (!isPreview) { return true; } else { document.write("
"); document.write("

Thanks for trying out EyeSocket! You will, unfortunately, have to upload your album to a web server in order to view Cooliris. However, you still can browse
"); document.write("your album structure to and make sure everything came out as you like."); document.write("

"); return false; } }