<?php
header('Content-disposition: attachment; filename=osimworld.vcs');
header('Content-type: application/vcs');
readfile('http://www.osimworld.com/newt/dev/handsetsvision/osim08/osimworld.vcs');
?>