Widget code for a website:
1-Simply hold down the CTL key, and click within the box below. (This will highlight the text, or the box). Then hold CTL, and press c to copy to your clipboard.

2-Paste into your web page (CTL-v)
Note: This widget does not work on a blog. For blogs, please select the other widget!


<table width="168" background="http://www.dailyartpainters.com/daily-art/back.gif" height="286">
<tr valign="top">
<td>
<div align="center"><a href="http://www.dailyartpainters.com"><img src="http://www.dailyartpainters.com/daily-art/blank.gif" width="139" height="46" align="top" border="0" name="Daily-Art-Painters" alt="Daily Painters"></a></div>
</td>
</tr>
<tr valign="top" align="center">
<td>
<div align="center">
<script type="text/javascript">

// Flexible Image Slideshow- By JavaScriptKit.com (http://www.javascriptkit.com)
// For this and over 400+ free scripts, visit JavaScript Kit- http://www.javascriptkit.com/
// This notice must stay intact for use

var ultimateshow=new Array()

//ultimateshow[x]=["path to image", "OPTIONAL link for image", "OPTIONAL link target"]

ultimateshow[0]=['http://www.dailyartpainters.com/daily-art/aj-lagasse.jpg', 'http://www.dailyartpainters.com/artists/aj-lagasse.htm', '']
ultimateshow[1]=['http://www.dailyartpainters.com/daily-art/judith-anderson.jpg', 'http://www.dailyartpainters.com/artists/judith-anderson.htm', '']
ultimateshow[2]=['http://www.dailyartpainters.com/daily-art/justin-clayton.jpg', 'http://www.dailyartpainters.com/artists/justin-clayton.htm', '']
ultimateshow[3]=['http://www.dailyartpainters.com/daily-art/william-grant.jpg', 'http://www.dailyartpainters.com/artists/william-grant.htm', '']
ultimateshow[4]=['http://www.dailyartpainters.com/daily-art/nicole-wong.jpg', 'http://www.dailyartpainters.com/artists/nicole-wong.htm', '']
ultimateshow[5]=['http://www.dailyartpainters.com/daily-art/kori-ellien.jpg', 'http://www.dailyartpainters.com/artists/kori-ellien.htm', '']
ultimateshow[6]=['http://www.dailyartpainters.com/daily-art/maryanne-jacobsen.jpg', 'http://www.dailyartpainters.com/artists/maryanne-jacobsen.htm', '']
ultimateshow[7]=['http://www.dailyartpainters.com/daily-art/trine-meyer-vogsland.jpg', 'http://www.dailyartpainters.com/artists/trine-meyer-vogsland.htm', '']
ultimateshow[5]=['http://www.dailyartpainters.com/daily-art/cheryl-ratcliff.jpg', 'http://www.dailyartpainters.com/artists/cheryl-ratcliff.htm', '']

//configure the below 3 variables to set the dimension/background color of the slideshow

var slidewidth="129px" //set to width of LARGEST image in your slideshow
var slideheight="129px" //set to height of LARGEST iamge in your slideshow
var slidecycles="continuos" //number of cycles before slideshow stops (ie: "2" or "continous")
var randomorder="no" //randomize the order in which images are displayed? "yes" or "no"
var preloadimages="no" //preload images? "yes" or "no"
var slidebgcolor='black'

//configure the below variable to determine the delay between image rotations (in miliseconds)
var slidedelay=3500

////Do not edit pass this line////////////////

var ie=document.all
var dom=document.getElementById
var curcycle=0

if (preloadimages=="yes"){
for (i=0;i<ultimateshow.length;i++){
var cacheimage=new Image()
cacheimage.src=ultimateshow[i][0]
}
}

var currentslide=0

function randomize(targetarray){
ultimateshowCopy=new Array()
var the_one
var z=0
while (z<targetarray.length){
the_one=Math.floor(Math.random()*targetarray.length)
if (targetarray[the_one]!="_selected!"){
ultimateshowCopy[z]=targetarray[the_one]
targetarray[the_one]="_selected!"
z++
}
}
}

if (randomorder=="yes")
randomize(ultimateshow)
else
ultimateshowCopy=ultimateshow

function rotateimages(){
curcycle=(currentslide==0)? curcycle+1 : curcycle
ultcontainer='<center>'
if (ultimateshowCopy[currentslide][1]!="")
ultcontainer+='<a href="'+ultimateshowCopy[currentslide][1]+'" target="'+ultimateshowCopy[currentslide][2]+'">'
ultcontainer+='<img src="'+ultimateshowCopy[currentslide][0]+'" border="0">'
if (ultimateshowCopy[currentslide][1]!="")
ultcontainer+='</a>'
ultcontainer+='</center>'
if (ie||dom)
crossrotateobj.innerHTML=ultcontainer
if (currentslide==ultimateshow.length-1) currentslide=0
else currentslide++
if (curcycle==parseInt(slidecycles) && currentslide==0)
return
setTimeout("rotateimages()",slidedelay)
}

if (ie||dom)
document.write('<div id="slidedom" style="width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'"></div>')

function start_slider(){
crossrotateobj=dom? document.getElementById("slidedom") : document.all.slidedom
rotateimages()
}

if (ie||dom)
window.onload=start_slider

</script>
<br>
</div>
</td>
</tr>
<tr>
<td>
<div align="center"><a href="http://www.dailyartpainters.com"><img src="http://www.dailyartpainters.com/daily-art/blank.gif" width="139" height="46" border="0" name="Original-Paintings" alt="Original Paintings from Painting-a-Day Artists!"></a></div>
</td>
</tr>
</table>