// JavaScript Document

var dest = 'http://casualfilms.com';

window.location.replace ?window.location.replace(dest) :window.location=dest;

