$("#ray_6168").html("\n
1<\/a>
2<\/a>
3<\/a>
4<\/a>
5<\/a>
6<\/a>
7<\/a>
8<\/a>
9<\/a>
10<\/a><\/strong>
11<\/a>
12<\/a>
13<\/a>
14<\/a>
15<\/a>
16<\/a>
17<\/a>
18<\/a>
19<\/a>
20<\/a><\/strong>
21<\/a>
22<\/a>
23<\/a>
24<\/a>
25<\/a>
26<\/a>
27<\/a>
28<\/a>
29<\/a>
30<\/a><\/strong>
31<\/a>
32<\/a>
33<\/a>
34<\/a>
35<\/a>
36<\/a>
37<\/a>
38<\/a>
39<\/a>
40<\/a><\/strong>
41<\/a>
42<\/a>
43<\/a>
44<\/a>
45<\/a>
46<\/a>
47<\/a>
48<\/a>
49<\/a>
50<\/a><\/strong>
51<\/a>
52<\/a>
53<\/a>
54<\/a>
55<\/a>
56<\/a>
57<\/a>
58<\/a>
59<\/a>
60<\/a><\/strong>
61<\/a>
62<\/a>
63<\/a>
64<\/a>
65<\/a>
66<\/a>
67<\/a>
68<\/a>
69<\/a>
70<\/a><\/strong>
71<\/a>
72<\/a>
73<\/a>
74<\/a>
75<\/a>
76<\/a>
77<\/a>
78<\/a>
79<\/a>
80<\/a><\/strong>
81<\/a>
82<\/a>
83<\/a>
84<\/a>
85<\/a>
86<\/a>
87<\/a>
88<\/a>
89<\/a>
90<\/a><\/strong>
91<\/a>
92<\/a>
93<\/a>
94<\/a>
95<\/a>
96<\/a>
97<\/a>
98<\/a>
99<\/a>
100<\/a><\/strong>
101<\/a>
102<\/a>
103<\/a>
104<\/a>
105<\/a>
106<\/a>
107<\/a>
108<\/a>
109<\/a>
110<\/a><\/strong>
111<\/a>
112<\/a>
113<\/a>
114<\/a>
115<\/a>
116<\/a>
117<\/a>
118<\/a>
119<\/a>
120<\/a><\/strong>
121<\/a>
122<\/a>
123<\/a>
124<\/a>
125<\/a>
126<\/a>
127<\/a>
128<\/a>
129<\/a>
130<\/a><\/strong>
131<\/a>
132<\/a>
133<\/a>
134<\/a>
135<\/a>
136<\/a>
137<\/a>
138<\/a>
139<\/a>
140<\/a><\/strong>
141<\/a>
142<\/a>
143<\/a>
144<\/a>
145<\/a>
146<\/a>
147<\/a>
148<\/a>
149<\/a>
150<\/a><\/strong>
151<\/a>
152<\/a>
153<\/a>
154<\/a>
155<\/a>
156<\/a>
157<\/a>
158<\/a>
159<\/a>
160<\/a><\/strong>
161<\/a>
162<\/a>
163<\/a>
164<\/a>
165<\/a>
166<\/a>
167<\/a>
168<\/a>
169<\/a>
170<\/a><\/strong>
171<\/a>
172<\/a>
173<\/a>
174<\/a>
175<\/a>
176<\/a>
177<\/a>
178<\/a>
179<\/a>
180<\/a><\/strong>
181<\/a>
182<\/a>
183<\/a>
184<\/a>
185<\/a>
186<\/a>
187<\/a>
188<\/a>
189<\/a>
190<\/a><\/strong>
191<\/a>
192<\/a>
193<\/a>
194<\/a>
195<\/a>
196<\/a>
197<\/a>
198<\/a>
199<\/a>
200<\/a><\/strong>
201<\/a>
202<\/a>
203<\/a>
204<\/a>
205<\/a>
206<\/a>
207<\/a>
208<\/a>
209<\/a>
210<\/a><\/strong>
211<\/a>
212<\/a>
213<\/a>
214<\/a>
215<\/a>
216<\/a>
217<\/a>
218<\/a>
219<\/a>
220<\/a><\/strong>
221<\/a>
222<\/a>
223<\/a>
224<\/a>
225<\/a>
226<\/a>
227<\/a>
228<\/a>
229<\/a>
230<\/a><\/strong>
231<\/a>
232<\/a>
233<\/a>
234<\/a>
235<\/a>
236<\/a>
237<\/a>
238<\/a>
239<\/a>
240<\/a><\/strong>
241<\/a>
242<\/a>
243<\/a>
244<\/a>
245<\/a>
246<\/a>
247<\/a>
248<\/a>
249<\/a>
250<\/a><\/strong>
251<\/a>
252<\/a>
253<\/a>
254<\/a>
255<\/a>
256<\/a>
257<\/a>
258<\/a>
259<\/a>
260<\/a><\/strong>
261<\/a>
262<\/a>
263<\/a>
264<\/a>
265<\/a>
266<\/a>
267<\/a>
268<\/a>
269<\/a>
270<\/a><\/strong>
271<\/a>
272<\/a>
273<\/a>
274<\/a>
275<\/a>
276<\/a>
277<\/a>
278<\/a>
279<\/a>
280<\/a><\/strong>
281<\/a>
282<\/a>
283<\/a>
284<\/a>
285<\/a>
286<\/a>
287<\/a>
288<\/a>
289<\/a>
290<\/a><\/strong>
291<\/a>
292<\/a>
293<\/a>
294<\/a>
295<\/a><\/pre><\/td>\n  
    <\/span>// Enable keyboard navigation

      _enable_keyboard_navigation();

    }

    /**

     * Enable a support to keyboard navigation

     *

     */

    function _enable_keyboard_navigation() {

      $(document).keydown(function(objEvent) {

        _keyboard_action(objEvent);

      });

    }

    /**

     * Disable the support to keyboard navigation

     *

     */

    function _disable_keyboard_navigation() {

      $(document).unbind();

    }

    /**

     * Perform the keyboard actions

     *

     */

    function _keyboard_action(objEvent) {

      // To ie

      if ( objEvent == null ) {

        keycode = event.keyCode;

        escapeKey = 27;

      // To Mozilla

      } else {

        keycode = objEvent.keyCode;

        escapeKey = objEvent.DOM_VK_ESCAPE;

      }

      // Get the key in lower case form

      key = String.fromCharCode(keycode).toLowerCase();

      // Verify the keys to close the ligthBox

      if ( ( key == settings.keyToClose ) || ( key == \'x\' ) || ( keycode == escapeKey ) ) {

        _finish();

      }

      // Verify the key to show the previous image

      if ( ( key == settings.keyToPrev ) || ( keycode == 37 ) ) {

        // If we´re not showing the first image, call the previous

        if ( settings.activeImage != 0 ) {

          settings.activeImage = settings.activeImage - 1;

          _set_image_to_view();

          _disable_keyboard_navigation();

        }

      }

      // Verify the key to show the next image

      if ( ( key == settings.keyToNext ) || ( keycode == 39 ) ) {

        // If we´re not showing the last image, call the next

        if ( settings.activeImage != ( settings.imageArray.length - 1 ) ) {

          settings.activeImage = settings.activeImage + 1;

          _set_image_to_view();

          _disable_keyboard_navigation();

        }

      }

    }

    /**

     * Preload prev and next images being showed

     *

     */

    function _preload_neighbor_images() {

      if ( (settings.imageArray.length -1) <\/span>><\/span> <\/span>settings.activeImage ) {

        objNext = new Image();

        objNext.src = settings.imageArray[settings.activeImage + 1][0];

      }

      if ( settings.activeImage <\/span>><\/span> <\/span>0 ) {

        objPrev = new Image();

        objPrev.src = settings.imageArray[settings.activeImage -1][0];

      }

    }

    /**

     * Remove jQuery lightBox plugin HTML markup

     *

     */

    function _finish() {

      $(\'#jquery-lightbox\').remove();

      $(\'#jquery-overlay\').fadeOut(function() { $(\'#jquery-overlay\').remove(); });

      // Show some elements to avoid conflict with overlay in IE. These elements appear above the overlay.

      $(\'embed, object, select\').css({ \'visibility\' : \'visible\' });

    }

    /**

     / THIRD FUNCTION

     * getPageSize() by quirksmode.com

     *

     * @return Array Return an array with page width, height and window width, height

     */

    function ___getPageSize() {

      var xScroll, yScroll;

      if (window.innerHeight <\/span>&<\/span>&<\/span> <\/span>window.scrollMaxY) {  

        xScroll = window.innerWidth + window.scrollMaxX;

        yScroll = window.innerHeight + window.scrollMaxY;

      } else if (document.body.scrollHeight <\/span>><\/span> <\/span>document.body.offsetHeight){ // all but Explorer Mac

        xScroll = document.body.scrollWidth;

        yScroll = document.body.scrollHeight;

      } else { // Explorer Mac...would also work in Explorer 6 Strict, Mozilla and Safari

        xScroll = document.body.offsetWidth;

        yScroll = document.body.offsetHeight;

      }

      var windowWidth, windowHeight;

      if (self.innerHeight) {  // all except Explorer

        if(document.documentElement.clientWidth){

          windowWidth = document.documentElement.clientWidth; 

        } else {

          windowWidth = self.innerWidth;

        }

        windowHeight = self.innerHeight;

      } else if (document.documentElement <\/span>&<\/span>&<\/span> <\/span>document.documentElement.clientHeight) { // Explorer 6 Strict Mode

        windowWidth = document.documentElement.clientWidth;

        windowHeight = document.documentElement.clientHeight;

      } else if (document.body) { // other Explorers

        windowWidth = document.body.clientWidth;

        windowHeight = document.body.clientHeight;

      }  

      // for small pages with total height less then height of the viewport

      if(yScroll <\/span><<\/span> <\/span>windowHeight){

        pageHeight = windowHeight;

      } else { 

        pageHeight = yScroll;

      }

      // for small pages with total width less then width of the viewport

      if(xScroll <\/span><<\/span> <\/span>windowWidth){  

        pageWidth = xScroll;    

      } else {

        pageWidth = windowWidth;

      }

      arrayPageSize = new Array(pageWidth,pageHeight,windowWidth,windowHeight);

      return arrayPageSize;

    };

    /**

     / THIRD FUNCTION

     * getPageScroll() by quirksmode.com

     *

     * @return Array Return an array with x,y page scroll values.

     */

    function ___getPageScroll() {

      var xScroll, yScroll;

      if (self.pageYOffset) {

        yScroll = self.pageYOffset;

        xScroll = self.pageXOffset;

      } else if (document.documentElement <\/span>&<\/span>&<\/span> <\/span>document.documentElement.scrollTop) {   // Explorer 6 Strict

        yScroll = document.documentElement.scrollTop;

        xScroll = document.documentElement.scrollLeft;

      } else if (document.body) {// all other Explorers

        yScroll = document.body.scrollTop;

        xScroll = document.body.scrollLeft;  

      }
<\/span><\/pre><\/td>\n<\/tr><\/table>\n\n");