function albumload() {
	var isPreview = location.href.indexOf("http://") != 0 && location.href.indexOf("https://") != 0; 

	if (!isPreview) {
		return true;
	} else {
		document.write("<div id=\"preview\">");
		document.write("<p>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<br>");
	       	document.write("your album structure to and make sure everything came out as you like.");
		document.write("</p></div>");

		return false;
	}
}

