/*!
 * Goodar
 * @author    Vyacheslav Voronchuk
 * @date      25.12.2009 
 * Copyright(c) 2009, by Vyacheslav Voronchuk
 */

if(window.aRecomends !== undefined)
{
  new Goodar.Slider
  ({ 
    id: 'newfilms',
    startX: 24 - 128,
    minLength: 10,
    posterPath: globals.posterPath,
    autoStart: true,
    data: aRecomends
  });
}