﻿

var str = window.location.search.substring(1);

if (str.length != 0)    
    {
        document.write("<span style='font-size: 10px; font-weight: normal; color: red;'>Checklist emailed to:<br />" + str + "</span>");
    }
