session_start();
$title="Slide 6";
require("../../../php/require/config.php");
require("$reqpath/login/config.php");
require("$reqpath/common.php");
require("$reqpath/login/membership.php");
include("$incpath/header.php");
$showlogin="yes";
include("$incpath/menu.php");
if (!loggedin()){
echo "
";
$bartitle="Unverified user: Please login to view Presentations ";
printneedtologinmsg($bartitle);
}
else
{
?>
|
First page Back Continue Last page Overview Graphics
Roslin Castle History
1303 Battle of Rosslyn Glen: Sir Symon Fraser and Sir John Comyn defeat Sir John Seagrave by stealth, encirclement, and ambush; William Wallace watches
ca. 1304 Roslin Castle built at current location
1466 Rosslyn Chapel built on old castle location
1544 Henry VIII sends Earl of Hertford against it
1622 Current residence built in castle ruins
1650 Cromwell sends General Monk against it
| } include("$incpath/footer.php"); ?>