<?php
/* Redirect browser */
header("Location: http://login.realtywarp.com/agent/id/432/");
/* Make sure that code below does not get executed when we redirect. */
exit;
?>
