// common.js 120218 

p1="<link rel='stylesheet' type='text/css' href='common.css' />";
p1+="<link rel='shortcut icon' href='graphics/Alisons.ico'>";
p1+="</head>";
p1+="<body>";
p1+="<bgsound id='sound' src='graphics/dog_med.au' loop=2>";
p1+="<center>";

// Table for Page
p1+="<table cellpadding=0 cellspacing=0 width=750 border=0>";

// Logo (William used Angelina)
p1+="<tr><td><table bgcolor='#ffffff' cellpadding=0 cellspacing=0 width=100% border=0>";
p1+="<tr><td height=10 colspan=3></td></tr>";
p1+="<tr><td align=center valign=bottom><img src='graphics/logo_341x150.png' width=341 height=150 border=0></td>";
p1+="<td width=252 align=right><img src='graphics/cart_250x170.jpg' width=250 height=170 class='ib'></td>";
p1+="<td width=10></td></tr>";
p1+="<tr><td height=10 colspan=3></td></tr></table></td></tr>";

// Links
p1+="<tr><td><table bgcolor='#cc0000' cellspacing=0 cellpadding=0 width=100% height=20 border=0><tr><td class='Links'>";
if (page=="home"){p1+="HOME&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"}
    else {p1+="<a class='aHead' href='index.html'>HOME</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"}
if (page=="classes"){p1+="CLASSES&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"}
    else {p1+="<a class='aHead' href='classes.html'>CLASSES</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"}
p1+="<a class='aHead' href='https://www.google.com/calendar/embed?src=everydaydogcalendar%40gmail.com' target='_new'>CALENDAR</a>&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;"
if (page=="newsletter"){p1+="NEWSLETTER"}
    else {p1+="<a class='aHead' href='newsletter.html'>NEWSLETTER</a>"}
p1+="</td></tr></table></td>";

// Start of Body
p1+="<tr><td><table bgcolor='#eeddaa' cellpadding=15 cellspacing=0 width=100% valign=top border=0>";
p1+="<tr><td><table cellpadding=0 cellspacing=0 width=100% valign=top border=0>";

// Left Side Setup
// p1+="<tr><td bgcolor='#eeddaa' valign=top><table cellpadding=15 cellspacing=0 width=750 border=0>";
// p1+="<tr><td valign=top><table cellpadding=0 cellspacing=0 border=0>";

// End of Body
p2="</table></td></tr></table></td></tr>";

// Copyright
p3="<tr><td><table bgcolor='#cc0000' cellspacing=0 cellpadding=0 width=100% height=20 border=0><tr><td class='Copyright'>Copyright 2012 by Alison Eberhard</td></tr></table></td>";
p3+="<tr><td height=15></td></tr>";

// Dog Tricks Video Logo
p3+="<tr><td align=center><a href='http://www.DogTricksVideo.com' target='_blank' title='Click to visit DogTricksVideo.com'><img src='graphics/logo_mini_DTV_211x44.png' width=211 height=44 border=0></a></td></tr>";
p3+="<tr><td height=8></td></tr>";

// End of Page
p3+="</td></tr></table></center></body></html>";
