﻿$(document).ready(function() {

        setTimeout('$.fn.colorbox({href:"thankyou.html", open:true, iframe:true, innerWidth:640, innerHeight:360, overlayClose: false, escKey: false, close:false});',1000);
});
