PHP Code:
<head>
<title>Antarctic Marine Geology Research Facility</title>
<!-- Meta -->
<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
<!-- Javascripts -->
<script src="http://maps.google.com/maps?file=api&v=2&key=ABQIAAAAiCg0XiEsv-BM_gj1E4W45BQa6VwUSeqn8wmBX-fO_BEexrziYBQUx_Xn_IQN7J6tja8TluInDIC6DA"
type="text/javascript"></script>
<!-- START Requirements for accordian -->
<script src="/includes/javascripts/jquery-1.2.6.pack.js" type="text/javascript" charset="utf-8"></script>
<script src="/includes/javascripts/jquery-ui-personalized-1.5.1.min.js" type="text/javascript" charset="utf-8"></script>
<script src="/includes/javascripts/jquery.jmap.js" type="text/javascript" charset="utf-8"></script>
<!-- My Code -->
<script src="/includes/javascripts/arf_core.js" type="text/javascript" charset="utf-8"></script>
<!-- END Requirements for accordian -->
<script type="text/javascript" src="/includes/javascripts/swfobject.js"></script>
<!-- Inline Javascript -->
<script type="text/javascript">
// Format: path_to_swf_file, div id to place content, width, height, version (9.0.0 for recent)
swfobject.embedSWF("/includes/arfFlash2.swf", "flashcontent", "850", "100", "7.0.19"); </script>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="fadeslideshow.js">
/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/
</script>
<script type="text/javascript">
var mygallery=new fadeSlideShow({
wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "ondemand",
togglerid: ""
})
var mygallery2=new fadeSlideShow({
wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
["http://i30.tinypic.com/531q3n.jpg"],
["http://i31.tinypic.com/119w28m.jpg", "", "", "What a beautiful scene with everything changing colors."] //<--no trailing comma after very last image element!
],
displaymode: {type:'manual', pause:2500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 500, //transition duration (milliseconds)
descreveal: "always",
togglerid: "fadeshow2toggler"
})
</script>
<!-- CSS -->
<link rel="stylesheet" href="/includes/screen.css" type="text/css" media="screen" title="ARF Screen Style" charset="utf-8" />
</head>
<body>
<div id="core">
<div id="header">
<div id="headerImage">
<img src="/images/ARFHeader_logo.jpg" width="850" height="150" alt="" />
</div>
</div>
<div id="flashcontent">
<p>Flash Player Not Detected or Javascript is disabled</p>
<p><a href="http://www.adobe.com/go/getflashplayer"><img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" /></a></p>
</div>
<!-- SIDEBAR START -->
<?php include($_SERVER['DOCUMENT_ROOT']."/includes/menu.php"); ?>
<!-- SIDEBAR END -->
<div id="content">
<div class="inner">
<!-- HEADER END -->
<!-- CONTENT START -->
And this is what my index.php code looks like:
Bookmarks