#!/usr/bin/perl
$Website = 'http://www.page2page.de/';
print "Location: $Website\n\n";
exit;
