
		    
			document.write('<div align="left"  style="display:none;"  id="MySlideshow1"><table border="0" cellpadding="0" cellspacing="0" align="left"><tr><td><a href="http://www.lexus-vancouver-bc.com//specials/index.cfm?isdealership=1&promotionid=321" ><img src="http://media.openroadcanada.com/promotions/lexus_demo.jpg" height="150" width="150" id="aPicture" border="0"></a></td></tr></table><table border="0" cellpadding="0" cellspacing="0" align="left"><tr><td><a href="http://www.lexus-vancouver-bc.com//specials/index.cfm?isdealership=1&promotionid=350" ><img src="http://media.openroadcanada.com/promotions/sst_rebate.jpg" height="150" width="150" id="aPicture" border="0"></a></td></tr></table><table border="0" cellpadding="0" cellspacing="0" align="left"><tr><td><a href="http://www.lexus-vancouver-bc.com//specials/index.cfm?isdealership=1&promotionid=379" ><img src="http://media.openroadcanada.com/promotions/10th_Ann7.jpg" height="150" width="150" id="aPicture" border="0"></a></td></tr></table></div>');

			$(document).ready(function(){  
				
				$('#MySlideshow1').slideshow({
					width:150,      // width in px
					height:150,     // height in px
					index:0,        // start from frame number N 
					time:2000,      // time out beetwen slides
					title:false,     // show title
					panel:false,     // show controls panel
					play:true,     // play slideshow
					loop:true,      // looping
					effect:'fade',  // aviable fade, scrollUp/Down/Left/Right, zoom, zoomFade, growX, growY
					effecttime:1000,// aviable fast,slow,normal and any valid fx speed value
					filter:true,    // remove <br/>, empty <div>, <p> and other stuff
					nextclick:false,      // bind content click next slide
					playclick:false,      // bind content click play/stop
					playhover:false,      // bind content hover play/stop
					playhoverr:false,     // bind content hover stop/play (reverse of playhover)
					playframe:false,       // show frame "Play Now!"
					imgresize:false,      // resize image to slideshow window
					imgcenter:true,       // set image to center // TODO
					imgajax:true,         // load images from links
					linkajax:false,       // load html from links
					help:'Plugin homepage: <a href="http://slideshow.hohli.com">(a)Slideshow</a><br/>'+
						 'Author homepage: <a href="http://anton.shevchuk.name">Anton Shevchuk</a>',
			 
					controls :{         // show/hide controls elements
						'hide':true,    // show controls bar on mouse hover   
						'first':false,   // goto first frame
						'prev':false,    // goto previouse frame (if it first go to last)
						'play':false,    // play slideshow
						'next':false,    // goto next frame (if it last go to first)
						'last':false,    // goto last frame
						'help':false,    // show help message
						'counter':false  // show slide counter
					}
				});
				 
				$('#default1').hide();
				$('#MySlideshow1').show();
				
				
			});
			    
		