<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/2002/REC-xhtml1-20020801/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<style type="text/css">
body {
font-family:Arial,Helvetica,sans-serif;
font-size:12px;
}
h3 {
color:#F6860C;
font-size:14px;
margin:0 0 10px;
}
#included_countries {
	background-color:#fff;
	width:588px;
	line-height:15px;
}
</style>
<script type="text/javascript">
	window.resizeTo(650,525);
</script>
</head>
<body>
	<?php 
		$show_close_link='no';
		require_once $_SERVER['DOCUMENT_ROOT'].'/includes/calling_plans/included_countries.php';
	?>
</body>
</html>