// JavaScript Document
/* <NOINDEX><NOFOLLOW>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="210" height="160">
  <param name="flash_component" value="ImageViewer.swc">
  <param name="quality" value="high">
  <param name="wmode" value="transparent">
  <param name="FlashVars" value="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:true,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Random',titleColor:#333333,slideAutoPlay:false,imageURLs:['img1.jpg','img2.jpg','img3.jpg'],slideLoop:false,frameThickness:2,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}">
<param name="movie" value="img/BannerAlleo210x160_1.swf">
       <embed src="img/BannerAlleo210x160_1.swf" wmode="transparent" quality="high" flashvars="flashlet={imageLinkTarget:'_blank',captionFont:'Verdana',titleFont:'Verdana',showControls:true,frameShow:false,slideDelay:5,captionSize:10,captionColor:#333333,titleSize:10,transitionsType:'Random',titleColor:#333333,slideAutoPlay:false,imageURLs:['img1.jpg','img2.jpg','img3.jpg'],slideLoop:false,frameThickness:2,imageLinks:['http://macromedia.com/','http://macromedia.com/','http://macromedia.com/'],frameColor:#333333,bgColor:#FFFFFF,imageCaptions:[]}" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="210" height="160">
</object>
</NOFOLLOW></NOINDEX>
*/
function pubFlashCont(url, id, width, height) { 
   document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="'+width+'" height="'+height+'" id="'+id+'" align="middle">\n'); 
   document.write('<param name="allowScriptAccess" value="alleo.ru">\n'); 
   document.write('<param name="movie" value="'+url+'">\n'); 
   document.write('<param name="quality" value="high">\n'); 
   document.write('<param name="scale" value="noscale"><param name="bgcolor" value="#ffffff">\n'); 
   document.write('<embed src="'+url+'" quality="high" scale="noscale" bgcolor="#ffffff" width="'+width+'" height="'+height+'" name="'+id+'" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">\n'); 
   document.write('</object>'); 
}
$(function() {
	$(".feeds").jCarouselLite({
		auto: 1000,
		speed: 1000
	});
});	
