
// if going directly to matching gifts (not using an iframe, go to cornerstone.edu's iframe page)
if (top.location == 'http://www.matchinggifts.com/cornerstone/') {
    top.location = 'http://www.cornerstone.edu/departments/advancement/give/matching';
}
