var so = new SWFObject('/files/layout/bookflipper.swf', 'SIBflipWS', 310, 198, 8, '#ffffff');
so.addParam('wmode', 'opaque');
so.write('whats-new');

var boxes = ['whats-new', 'woodsmith-shop', 'plans', 'free-e-tips', 'hardcover-volumes'];
for (var i = 0; i < boxes.length; i++) {
	var box = document.getElementById(boxes[i]);
	if (box) {
		var stroke = document.createElement('span');
		box.appendChild(stroke);
	}
}

try {
	document.execCommand("BackgroundImageCache", false, true)
} catch(anything) {}
