Code:
<!---// CUSTOM ADDITION FOR MARVELOUS HEADER //--->
<!---/***********************************************
* 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
* http://www.dynamicdrive.com/dynamicindex14/fadeinslideshow.htm
***********************************************/--->
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
<script type="text/javascript" src="http://nishantarora.in/header/fadeslideshow.js"></script>
<script type="text/javascript">
var mygallery3=new fadeSlideShow({
wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
dimensions: [300, 300 ], //width/height of gallery in pixels. Should reflect dimensions of largest image
imagearray: [
["https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc4/155802_1702760898674_1527510667_31716798_8090390_n.jpg", "http://www.facebook.com/photo.php?pid=31716798&id=1527510667", "_blank", "Sunday 5th of December 2010 (08:06:12 AM):Birthday Calendar
http://apps.facebook.com/fdcalendar/?ref=caption"],
["https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc6/167613_1781920717620_1527510667_31878680_3823711_n.jpg", "http://www.facebook.com/photo.php?pid=31716798&id=1527510667", "_blank", "Monday 24th of January 2011 (07:00:02 PM):"],
["https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash2/154923_1702759138630_1527510667_31716790_2389461_n.jpg", "http://www.facebook.com/photo.php?pid=31716798&id=1527510667", "_blank", "Sunday 5th of December 2010 (08:03:56 AM):Birthday Calendar
http://apps.facebook.com/fdcalendar/?ref=caption"],
["https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash2/151044_1702761218682_1527510667_31716799_3948767_n.jpg", "http://www.facebook.com/photo.php?pid=31716798&id=1527510667", "_blank", "Sunday 5th of December 2010 (08:06:41 AM):Birthday Calendar
http://apps.facebook.com/fdcalendar/?ref=caption"],
["https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash2/29136_1423939648317_1527510667_31073681_8315143_n.jpg", "http://www.facebook.com/photo.php?pid=31716798&id=1527510667", "_blank", "Saturday 1st of May 2010 (10:01:20 AM):best frenz.."],
["https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-snc6/282411_2199807724534_1527510667_32388848_8016290_n.jpg", "http://www.facebook.com/photo.php?pid=31716798&id=1527510667", "_blank", "Friday 22nd of July 2011 (05:09:36 AM):"],
["https://fbcdn-sphotos-a.akamaihd.net/hphotos-ak-ash4/207522_1933266221163_1527510667_32111104_3578776_n.jpg", "http://www.facebook.com/photo.php?pid=31716798&id=1527510667", "_blank", "Tuesday 19th of April 2011 (02:15:17 PM):"],
["https://s-hphotos-sjc1.fbcdn.net/hphotos-snc6/168481_1781920357611_1527510667_31878679_5693123_n.jpg", "http://www.facebook.com/photo.php?pid=31878679&id=1527510667", "_blank", "Monday 24th of January 2011 (06:59:45 PM) : "]//<<-- no trailing arrows....
//I was able to extract 8 Photos from Facebook....
],
displaymode: {type:'auto', pause:7500, cycles:0, wraparound:false},
persist: false, //remember last viewed slide and recall within same session?
fadeduration: 1500, //transition duration (milliseconds)
descreveal: "peekaboo",
togglerid: ""
})
</script>
<!---// CUSTOM ADDITION FOR MARVELOUS HEADER ENDS//--->
See those red highlighted sections, they're not wrapped from the previous line, there are line breaks (carriage returns and/or line feeds) hard coded into the served source. These must be removed. Better yet, never put there in the first place.
Bookmarks