#!/usr/bin/perl -w ($banner_id,$page) = split(/&/,$ENV{QUERY_STRING}); #$redirect = "http://www.1stsearchranking.net/$page?$banner_id"; #print "Content-type: text/html\n\n"; $page = substr $page, 5; #print $page; #print $redirect; $redirect = "http://www.1stsearchranking.net/$page?$banner_id"; print "Location: $redirect\n\n";# exit;