<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 TRANSITIONAL//EN">
<html>
<head>
<title>Magic's Insane Funny Movies -Part I-</title>
<script type="text/javascript">
var links = new Array (
"http://www.filecabi.net/host/file/mexicans/wmv",
"http://www.filecabi.net/host/file/tirebustup/wmv",
"http://www.filecabi.net/host/file/police-brutality/wmv",
"http://www.filecabi.net/host/file/bumperhit/wmv",
"http://www.filecabi.net/host/file/taser-arrest/mov",
"http://www.filecabi.net/host/file/nice-driving/wmv",
"http://www.filecabi.net/host/file/car-crash/wmv",
"http://www.filecabi.net/host/file/genius/wmv",
"http://www.filecabi.net/host/file/pitcher12/wmv",
"http://www.filecabi.net/host/file/helicopter-bridge/wmv",
"http://www.filecabi.net/host/file/car_loses_tire/wmv",
"http://www.filecabi.net/host/file/basketball-dunks/wmv",
"http://www.filecabi.net/host/file/3crashes/wmv"
);
var length = links.length;
function showLinks()
{
var currList = document.getElementById('movielist');
for(i=1; i<length; i++)
{
var currItem = document.createElement('li');
currItem.innerHTML = '<a href="' + links[i] + '">' + links[i] + '</a>';
currList.appendChild(currItem);
}
currList.appendChild(currList);
}
</script>
<style type="text/css">
body
{
color: #333;
font-family: Georgia, Sans-Serif;
background-color: #999;
margin: 0;
padding: 0;
}
#container
{
width: 750px;
margin: 0 auto; /* centreren van het geheel */
}
h1
{
color: #631212;
font-size: 30px;
}
h2
{
color: #7b0808;
font-size: 20px;
}
a:link, a:active
{
color:#3c3a3a;
text-decoration: none;
}
a:visited
{
color:#795c5c;
text-decoration: none;
}
a:hover
{
color:#7b2a2a;
text-decoration: underline;
}
</style>
</head>
<body onLoad="showLinks()">
<div id="container">
<h1>Magic's Insane Funny Movies</h1>
<h2>Part I</h2>
<ol id="movielist">
<!-- filled by javascript -->
</ol>
<p><a href="mailto:[email protected]">Contact Mr Magic</a></p>
</div>
</body>
</html>