<?php

$hit_count = @file_get_contents('PW7MacDemoCount.txt');
$hit_count++;
@file_put_contents('PW7MacDemoCount.txt', $hit_count);

header('Location: http://proweave.com/downloads/ProWeave%207.0%20Mac%20Installer.dmg'); // redirect to the real file to be downloaded
?>
