hi guys
i need a perfect background design for asp.net page. the code of that page are follows
<html>
<head>
<script type="text/javascript">
// Set the slideshow speed (in milliseconds)
var SlideShowSpeed = 2000;
var CrossFadeDuration = 2;
var Picture = new Array(); // don't change this
http://www.assoc-amazon.com/e/ir?t=widgetsamazon-20&l=btl&camp=213689&creative=392969&o=1&a=B003A9FFKI
//***Add Your Image Here To Make Slide Show)**
Picture[1] = 'Image/chart2009.png';
Picture[2] = 'Image/chart2010.png';
Picture[3] = 'Image/chart2011.png';
Picture[4] = 'Image/chart2012.png';
Picture[5] = 'Image/chart2013.png';
var tss;
var iss;
var jss = pickRandom(Picture.length - 1);
var pss = Picture.length - 1;
//alert(jss);
var preLoad = new Array() ...
Go to the complete details ...