var popdomain="@songlakebooks.com"
var poptail="?subject="+escape("Message from the SongLake Books web");

function gopostal(box) {
var popurl="mailto:";
if (box=="web") popurl=popurl+"carol"+popdomain+poptail;
else return;
window.location=popurl;
return false;
	}

  
/*  kindle stuff follows */

/*
var device = navigator.userAgent.toLowerCase();
// document.writeln(device);
// alert(device);

var kindleAgent = "Mozilla/4.0 (compatible; Linux 2.6.10) NetFront/3.3 Kindle/1.0 (screen 600x800)";
// device = kindleAgent.toLowerCase();

var isKindle = ( ((device.indexOf("kindle")) != -1) || ((device.indexOf("netfront")) != -1) ) ;
// alert(isKindle);

if (isKindle) {
// alert(device);
document.writeln('<link rel="StyleSheet" href="http://www.songlakebooks.com/css/kindle.css" type="text/css">');
}

// alert(isKindle);

if (!(isKindle)) {
// alert(device);
document.writeln('<link rel="StyleSheet" href="http://www.songlakebooks.com/css/notkindle.css" type="text/css">');
}

  
*/

  
