#!/usr/bin/perl

print "Content-Type: Text/HTML\n\n";

use CGI ':standard';
use Vpanel 1.00;
require $header;
require $accountinfo;

# Define the tab which appears to the front
$tab_section = $tabnum_home;

# Output the content associated with this tab
print "<body class=section-$tab_section>";

# display tabs
require $tabdisplay;

# only display website options if the website is on this server
$web_site_ip_address = find_web_server($domainname);

print_header ("Changing nameservers on your account");

print "

Changing your nameservers to those of IE Internet will result in the most efficient management of your email, website and
domain name. This additional service will be offered to you at no additional charge. To proceed with installing your
IE Internet namesevers please click on the link below to contact our support department:<br><br>

<a href=/$script_bin/support.pl><font color=#CC0000>
Please click here</font></a>.
<BR><BR>
";


require $footer;
