document.writeln(" <!DOCTYPE HTML PUBLIC \"-//W3C//DTD HTML 4.01 Transitional//EN\" \"http://www.w3.org/TR/html4/loose.dtd\"> "); 
document.writeln(" <html> "); 
document.writeln(" <head> "); 
document.writeln("   <title>Online Advertisement</title> "); 
document.writeln("   <meta http-equiv=\"Content-Type\" content=\"text/html; charset=ISO-8859-1\"> "); 
document.writeln("   <meta name=\"ROBOTS\" content=\"NOINDEX, FOLLOW\" /> "); 
document.writeln(" <style type=\"text/css\"> "); 
document.writeln(" <!-- "); 
document.writeln(" body { "); 
document.writeln(" font-family:arial, helvetica, sans-serif; "); 
document.writeln(" } "); 
document.writeln(" #databox { "); 
document.writeln("  width:140px; height:175px; padding-left:5px; border:1px solid #f0f0f0; "); 
document.writeln(" } "); 
document.writeln(" --> "); 
document.writeln(" </style> "); 
document.writeln(" </head> "); 
document.writeln(" <body> "); 
document.writeln(" <div id=\"databox\"> "); 
document.writeln(" <script type=\"text/javascript\"> "); 
document.writeln(" <!-- "); 
document.writeln(" /*********************************************** "); 
document.writeln(" * Flexi Slideshow- © Dynamic Drive (www.dynamicdrive.com) "); 
document.writeln(" * This notice must stay intact for use "); 
document.writeln(" * Visit http://www.dynamicdrive.com/ for full source code "); 
document.writeln(" ***********************************************/ "); 
document.writeln("  "); 
document.writeln(" var variableslide=new Array() "); 
document.writeln("  "); 
document.writeln(" //variableslide[x]=[\"path to image\", \"OPTIONAL link for image\", \"OPTIONAL text description (supports HTML tags)\"] "); 
document.writeln("  "); 
document.writeln(" variableslide[0]=['image/tn_bedset.jpg', 'http://www.claudio-rayes.com', '<b>Bed and Mattress,</b> unique bedset and elegant bedroom furnishings.'] "); 
document.writeln(" variableslide[1]=['image/tn_carpet.jpg', 'http://www.carpetexpress.com', '<b>Carpets,</b> exotic rugs, hardwood floors and vinyl flooring cover.'] "); 
document.writeln(" variableslide[2]=['image/tn_staircase.jpg', 'http://www.steptoewife.com', '<b>Home Staircase</b> designs, regular spiral and customized staircase.'] "); 
document.writeln(" variableslide[3]=['image/tn_wall-decorations.jpg', 'http://wallwords.com', '<b>Wall decorations,</b> patterns and artistic wall designs.'] "); 
document.writeln(" variableslide[4]=['image/tn_home-decore.jpg', 'http://www.decoratingden.com', '<b>Home decorations,</b> room designs and remodling ideas.'] "); 
document.writeln(" variableslide[5]=['image/tn_lightings.jpg', 'http://www.LightingUniverse.com', '<b>Lamps &amp;  lights</b> home lignting systems.'] "); 
document.writeln(" variableslide[6]=['image/cellphones.jpg', 'http://www.wirefly.com', '<b>New Mobile Cellphones</b> Get the latest in mobile cellphone technology from wirefly.'] "); 
document.writeln("  "); 
document.writeln(" //configure the below 3 variables to set the dimension/background color of the slideshow "); 
document.writeln("  "); 
document.writeln(" var slidewidth='130px' //set to width of LARGEST image in your slideshow "); 
document.writeln(" var slideheight='175px' //set to height of LARGEST iamge in your slideshow, plus any text description "); 
document.writeln(" var slidebgcolor='#f9f9f9' "); 
document.writeln("  "); 
document.writeln(" //configure the below variable to determine the delay between image rotations (in miliseconds) "); 
document.writeln(" var slidedelay=9000 "); 
document.writeln("  "); 
document.writeln(" ////Do not edit pass this line//////////////// "); 
document.writeln("  "); 
document.writeln(" var ie=document.all "); 
document.writeln(" var dom=document.getElementById "); 
document.writeln("  "); 
document.writeln(" for (i=0;i<variableslide.length;i++){ "); 
document.writeln(" var cacheimage=new Image() "); 
document.writeln(" cacheimage.src=variableslide[i][0] "); 
document.writeln(" } "); 
document.writeln("  "); 
document.writeln(" var currentslide=0 "); 
document.writeln("  "); 
document.writeln(" function rotateimages(){ "); 
document.writeln(" contentcontainer='<center>' "); 
document.writeln(" if (variableslide[currentslide][1]!=\"\") "); 
document.writeln(" contentcontainer+='<a href=\"'+variableslide[currentslide][1]+'\">' "); 
document.writeln(" contentcontainer+='<img src=\"'+variableslide[currentslide][0]+'\" border=\"0\" vspace=\"3\">' "); 
document.writeln(" if (variableslide[currentslide][1]!=\"\") "); 
document.writeln(" contentcontainer+='</a>' "); 
document.writeln(" contentcontainer+='</center>' "); 
document.writeln(" if (variableslide[currentslide][2]!=\"\") "); 
document.writeln(" contentcontainer+=variableslide[currentslide][2] "); 
document.writeln("  "); 
document.writeln(" if (document.layers){ "); 
document.writeln(" crossrotateobj.document.write(contentcontainer) "); 
document.writeln(" crossrotateobj.document.close() "); 
document.writeln(" } "); 
document.writeln(" else if (ie||dom) "); 
document.writeln(" crossrotateobj.innerHTML=contentcontainer "); 
document.writeln(" if (currentslide==variableslide.length-1) currentslide=0 "); 
document.writeln(" else currentslide++ "); 
document.writeln(" setTimeout(\"rotateimages()\",slidedelay) "); 
document.writeln(" } "); 
document.writeln("  "); 
document.writeln(" if (ie||dom) "); 
document.writeln(" document.write('<div id=\"slidedom\" style=\"width:'+slidewidth+';height:'+slideheight+'; background-color:'+slidebgcolor+'\"></div>') "); 
document.writeln("  "); 
document.writeln(" function start_slider(){ "); 
document.writeln(" crossrotateobj=dom? document.getElementById(\"slidedom\") : ie? document.all.slidedom : document.slidensmain.document.slidenssub "); 
document.writeln(" if (document.layers) "); 
document.writeln(" document.slidensmain.visibility=\"show\" "); 
document.writeln(" rotateimages() "); 
document.writeln(" } "); 
document.writeln("  "); 
document.writeln(" if (ie||dom) "); 
document.writeln(" start_slider() "); 
document.writeln(" else if (document.layers) "); 
document.writeln(" window.onload=start_slider "); 
document.writeln(" --> "); 
document.writeln(" </script> "); 
document.writeln(" <noscript> "); 
document.writeln(" <p>This Page provide alternate access to the content at Anbanet<a href=\"marketplace.html\">Specialized market place</a></p> "); 
document.writeln(" </noscript> "); 
document.writeln(" <ilayer id=\"slidensmain\" width=&{slidewidth}; height=&{slideheight}; bgColor=&{slidebgcolor}; visibility=hide><layer id=\"slidenssub\" width=&{slidewidth}; left=0 top=0></layer></ilayer> "); 
document.writeln(" </div> "); 
document.writeln(" </body> "); 
document.writeln(" </html> "); 
document.writeln("  "); 
document.writeln("  "); 
document.writeln("  "); 
document.writeln("  "); 
document.writeln("  ");
 