// Redirect to non-flash site

if (swfobject.hasFlashPlayerVersion("9.0.0")) {
// User has flash so do nothing
} else {
// User does not have flash, so redirect them
window.location="http://www.houseofanaki.com/1/";
}

