SHOW:
|
|
- or go back to the newest paste.
| 1 | <!DOCTYPE html> | |
| 2 | <HTML> | |
| 3 | <HEAD> | |
| 4 | <TITLE>Doctor Entertainment | We have our PHD's in Entertainment</TITLE> | |
| 5 | <LINK REL="stylesheet" TYPE="text/css" MEDIA="screen" HREF="lib/css/jquery.content-panel-switcher.css"/> | |
| 6 | - | <LINK REL="stylesheet" TYPE="text/css" HREF="lib/css/style.css" /> |
| 6 | + | |
| 7 | <script type='text/javascript' src='http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js?ver=1.3.2'></script> | |
| 8 | <script type="text/javascript"> | |
| 9 | var $jq = jQuery.noConflict(true); | |
| 10 | </script> | |
| 11 | <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script> | |
| 12 | <script type='text/javascript' src='lib/js/nivo.slider.pack.js'></script> | |
| 13 | <SCRIPT TYPE='text/javascript' SRC="lib/js/jquery.content-panel-switcher.js"></SCRIPT> | |
| 14 | <!-- Function for photos --> | |
| 15 | <script type="text/javascript"> | |
| 16 | - | $(window).load(function() {
|
| 16 | + | $jq(window).load(function() {
|
| 17 | setTimeout(function(){
| |
| 18 | - | $jq('#slider').nivoslider({
|
| 18 | + | $('#slider').nivoslider({
|
| 19 | effect:'random', //Specify sets like: 'fold,fade,sliceDown' | |
| 20 | slices:15, | |
| 21 | animSpeed:500, //Slide transition speed | |
| 22 | pauseTime:3000, | |
| 23 | startSlide:0, //Set starting Slide (0 index) | |
| 24 | directionNav:true, //Next & Prev | |
| 25 | directionNavHide:true, //Only show on hover | |
| 26 | controlNav:true, //1,2,3... | |
| 27 | controlNavThumbs:true, //Use thumbnails for Control Nav | |
| 28 | controlNavThumbsFromRel:false, //Use image rel for thumbs | |
| 29 | controlNavThumbsSearch: '.jpg', //Replace this with... | |
| 30 | controlNavThumbsReplace: '_thumb.jpg', //...this in thumb Image src | |
| 31 | keyboardNav:true, //Use left & right arrows | |
| 32 | pauseOnHover:false, //Stop animation while hovering | |
| 33 | manualAdvance:false, //Force manual transitions | |
| 34 | captionOpacity:0.8, //Universal caption opacity | |
| 35 | beforeChange: function(){},
| |
| 36 | afterChange: function(){},
| |
| 37 | slideshowEnd: function(){} //Triggers after all slides have been shown
| |
| 38 | }); | |
| 39 | }, 1000); | |
| 40 | }); | |
| 41 | </script> | |
| 42 | <!-- Function for nav --> | |
| 43 | <script TYPE='text/javascript'> | |
| 44 | $(document).ready(function() {
| |
| 45 | jcps.fader(350, '#switcher-panel'); | |
| 46 | }); | |
| 47 | </SCRIPT> | |
| 48 | - | function checkLength(id,nextDiv){
|
| 48 | + | |
| 49 | - | if(document.getElementById(id).value.length == 3){
|
| 49 | + | |
| 50 | - | document.getElementById(nextDiv).focus(); |
| 50 | + | |
| 51 | - | } |
| 51 | + | |
| 52 | - | } |
| 52 | + | |
| 53 | <h1>Photos</h1> | |
| 54 | - | <script language="Javascript" type="text/Javascript"> |
| 54 | + | |
| 55 | - | if(navigator.appName == "Microsoft Internet Explorer") |
| 55 | + | |
| 56 | - | {
|
| 56 | + | |
| 57 | - | window.location = "/ie/index.html" |
| 57 | + | |
| 58 | - | } |
| 58 | + | |
| 59 | </div> |