<html>
<head>

<link rel="stylesheet" type="text/css" href="expandticker.css" />

<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>


<script type="text/javascript" src="expandticker.js">

/***********************************************
* Expandable Drop Down Ticker- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* Please keep this notice intact
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

</script>

<script type="text/javascript">

expandticker.init({
id: 'expandticker1',
snippetlength: 25,
fx: 'slide',
timers: {rotatepause:3000, fxduration:500} //<--No comma following last option!
})

</script>

</head>
<body>

<div id="expandticker1" class="expandticker">

<div class="expandcontent">
<a href="http://www.dynamicdrive.com">Dynamic Drive</a><br />
Free, original DHTML and Ajax scripts. Also features a large repository of CSS codes.
</div>

<div class="expandcontent">
<a href="http://www.javascriptkit.com">JavaScript Kit</a><br />
Comprehensive JavaScript tutorials, references, and over 400+ scripts!
</div>

<div class="expandcontent">
<a href="http://www.codingforums.com">Coding Forums</a><br />
Web coding and development forums. Get help on JavaScript, CSS, PHP, ASP, and more.
</div>

<div class="expandcontent">
<a href="http://www.cssdrive.com">CSS Drive</a><br />
Categorized CSS gallery and examples.
</div>

</div>

</body>
</html>