Thank you so much, you guys have been more than so helpful with this, however I have one more qaundry to pick your brains with I would like to have multiple images rotated to angles on the same page, with them being links to other pages, but the propblem I come into is that it only reconizes the first script to take orders from, and dosnt even reconized the second image with rotation. Once again here is the code, and a link to it. They are at the bottom, again space ball themes.
http://www.powow.com/starmburst1/family.html<html>
<head>
<title>
Family
</title>
<meta name="GENERATOR" content="Arachnophilia 5.2">
<meta name="FORMATTER" content="Arachnophilia 5.2">
</head>
<HTML>
<HEAD>
<TILE><div align="center"><font size="+2">For the
Family</font></div></TITLE>
<body background ="myfamily2.jpg">
<center><TD><font size="+2">Hello I'm making this website for me to show off
my family! I've got a beautiful baby son, that I want to immortalize on the
web, and it will be easy for the rest of my family to see him because most
of them live out of state!</TD></font>
<BR>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<div align="right"><font size="+2">For those of you who have forgot <br>how
we started this family, this would be it! <br>The first big Kiss!
</font></div>
<br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
<a href="spaceballs.html"><img id="rotator" img src="dkhlmt.jpg" alt="Demonstration image"height="200"width="200"align="right",><img id="rotating" img src="schwartz.jpg" alt="Demonstration image"height="200"width="200"align="left">
<script type="text/javascript">
var sample=document.getElementById('rotating')
sample.style.width="175px";
sample.style.height="200px";
sample.style.filter="progid:DXImageTransform.Microsoft.Matrix(M11='1.0',sizingmethod='auto expand')";
deg2rad = Math.PI * 2 / 360;
function rotate(deg)
{rad = deg * deg2rad;
costheta = Math.cos(rad);
sintheta = Math.sin(rad);
rotating.filters.item(0).M11 = costheta;
rotating.filters.item(0).M12 = -sintheta;
rotating.filters.item(0).M21 = sintheta;
rotating.filters.item(0).M22 = costheta;}
rotate(50);
var sample=document.getElementById('rotator');
sample.style.width="200px";
sample.style.height="200px";
sample.style.filter="progid:DXImageTransform.Microsoft.Matrix(M11='1.0',sizingmethod='auto expand')";
deg2rad = Math.PI * 2 / 360;
function rotate(deg)
{rad = deg * deg2rad;
costheta = Math.cos(rad);
sintheta = Math.sin(rad);
rotating.filters.item(0).M11 = costheta;
rotating.filters.item(0).M12 = -sintheta;
rotating.filters.item(0).M21 = sintheta;
rotating.filters.item(0).M22 = costheta;}
rotate(-50);
</script>
</body>
</html>