#!/usr/local/bin/perl -w

use CGI;
$query = new CGI;
$query->import_names('R');

print "Location: http://www.bokfynd.nu/images/v2.0/default-cover2.gif\n";
print "Content-Type: image/gif\n\n";
exit;
