Code:
<script type="text/javascript">
var firstbgcarousel=new bgCarousel({
wrapperid: 'mybgcarousel', //ID of blank DIV on page to house carousel
imagearray: [
['feature/graphics/picarea1.jpg', '<a href="http://online.wsj.com/article/SB10001424052970204520204577249423718181572.html?mod=WSJ_LifeStyle_Lifestyle_6" target="_blank"><h2>The Wall Street Journal</h2>Click Here to View Article</a>'],
['feature/graphics/picarea2.jpg', '<h2>Technicolor Headquarters</h2>Core & Shell Design</br>Hollywood, CA'],
['feature/graphics/picarea2a.jpg', '<h2>Technicolor Headquarters</h2>Core & Shell Design</br>Hollywood, CA'],
['feature/graphics/picarea3.jpg', '<h2>Viewpoint School</h2>Calabasas, CA.'],
['feature/graphics/picarea4.jpg', '<h2>Television Academy Theatre</h2>North Hollywood, CA'],
['feature/graphics/picarea5.jpg', '<h2>BluWave</h2>NBC Universal<br>Universal City, CA'], //<--no trailing comma after very last image element!
],
displaymode: {type:'auto', pause:6000, cycles:2, stoponclick:false, pauseonmouseover:true},
navbuttons: ['feature/graphics/left.gif', 'feature/graphics/right.gif', 'feature/graphics/up.gif', 'feature/graphics/down.gif'], // path to nav images
activeslideclass: 'selectedslide', // CSS class that gets added to currently shown DIV slide
orientation: 'h', //Valid values: "h" or "v"
persist: true, //remember last viewed slide and recall within same session?
slideduration: 500 //transition duration (milliseconds)
})
</script>
Bookmarks