3v4l.org

run code in 300+ PHP versions simultaneously
<?php /** * @package Joomla.Administrator * @subpackage Templates.protostar * * @copyright Copyright (C) 2005 - 2012 Open Source Matters, Inc. All rights reserved. * @license GNU General Public License version 2 or later; see LICENSE.txt */ defined('_JEXEC') or die; $app = JFactory::getApplication(); $doc = JFactory::getDocument(); $this->language = $doc->language; $this->direction = $doc->direction; // Detecting Active Variables $option = $app->input->getCmd('option', ''); $view = $app->input->getCmd('view', ''); $layout = $app->input->getCmd('layout', ''); $task = $app->input->getCmd('task', ''); $itemid = $app->input->getCmd('Itemid', ''); $sitename = $app->getCfg('sitename'); if($task == "edit" || $layout == "form" ) { $fullWidth = 1; } else { $fullWidth = 0; } // Add JavaScript Frameworks JHtml::_('bootstrap.framework'); // Add Stylesheets $doc->addStyleSheet('templates/'.$this->template.'/css/template.css'); $doc->addStyleSheet('templates/'.$this->template.'/css/woi.css'); // Load optional rtl Bootstrap css and Bootstrap bugfixes JHtmlBootstrap::loadCss($includeMaincss = false, $this->direction); // Add current user information $user = JFactory::getUser(); // Adjusting content width if ($this->countModules('position-7') && $this->countModules('position-8')) { $span = "span6"; } elseif ($this->countModules('position-7') && !$this->countModules('position-8')) { $span = "span9"; } elseif (!$this->countModules('position-7') && $this->countModules('position-8')) { $span = "span9"; } else { $span = "span12"; } // Logo file or site title param if ($this->params->get('logoFile')) { $logo = '<img src="'. JURI::root() . $this->params->get('logoFile') .'" alt="'. $sitename .'" />'; } elseif ($this->params->get('sitetitle')) { $logo = '<span class="site-title" title="'. $sitename .'"></span>'; } else { $logo = '<span class="site-title" title="'. $sitename .'"></span>'; } ?> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>" dir="<?php echo $this->direction; ?>"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <jdoc:include type="head" /> <!--[if lt IE 9]> <script src="<?php echo $this->baseurl ?>/media/jui/js/html5.js"></script> <![endif]--> </head> <body class="woi <?php echo $parent->alias . " view-" . $view . " layout-" . $layout . " task-" . $task . " itemid-" . $itemid . " ";?> <?php if ($this->params->get('fluidContainer')) { echo "fluid"; } ?>"> <div id="pattern"> <!-- Body --> <div class="body" > <div id="sredina" class=""> <div id="levo"> <div id="video"> <div id="logo"> <img src="/templates/woibuyandsell/images/logo_welcome.png"> <a target="blank" href="http://www.woisite.com" alt="Wheels Of Italy"> </a> </div> </div> <div id="triboxa"> <div id="sponsors"> <div class="sponsortext"><img src="/templates/woibuyandsell/images/1.png"></div> <div class="mb fadein box"> <a href="http://www.wixonjewelers.com/index.php" target="blank"><img src="http://www.woisite.com/images/sponsors/1-1.jpg" alt="Wixon Jewelers WOI Sponsor" /></a> <a href="http://www.wixonjewelers.com/index.php" target="blank"><img src="http://www.woisite.com/images/sponsors/1-2.jpg" alt="Wixon Jewelers WOI Sponsor" /></a> </div> <div class="sponsortext"><img style="margin-top:15px; margin-left:15px" src="/templates/woibuyandsell/images/2.png"></div> <div class="mb fadein2 box"> <a href="http://searsimportsbodyshop.com/" target="blank"><img src="http://www.woisite.com/images/sponsors/2-1.jpg" alt="Sears Imports Body Shop WOI Sponsor" /></a> <a href="http://www.twincitiesluxuryauto.com/" target="blank"><img src="http://www.woisite.com/images/sponsors/2-2.jpg" alt="Twin Cities Luxury Auto WOI Sponsor" /></a> <a href="http://www.fiatminneapolis.com/" target="blank"><img src="http://www.woisite.com/images/sponsors/2-4.jpg" alt="Fiat of Minneapolis WOI Sponsor" /></a> </div> <div class="sponsortext"><img style="margin-left:15px" src="/templates/woibuyandsell/images/3.png"></div> <div class="mb fadein3 box"> <a href="http://www.gpbicycles.com/" target="blank"><img src="http://www.woisite.com/images/sponsors/3-1.jpg" alt="Grand Performance Bicycles WOI Sponsor" /></a> <a href="http://www.motoprimo.net/index.htm" target="blank"><img src="http://www.woisite.com/images/sponsors/3-3.jpg" alt="MotoPrimo WOI Sponsor" /></a> <a href="http://www.brcrentals.com/" target="blank"><img src="http://www.woisite.com/images/sponsors/3-4.jpg" alt="BRC Rentals WOI Sponsor" /></a> </div> </div> </div> </div> </div> <div id="navigacija" class=""> <jdoc:include type="modules" name="position-1" style="none" /> </div> </div> <!-- Footer --> <a href="http://www.skysa.com/page/features/live-support-chat" id="SKYSA-NoScript">Live Support</a><script type="text/javascript" src="//static2.skysa.com?i=9C10CBA7-4DC9-4FC9-99F6-A21DF2634F8E" async="true"></script> <script type="text/javascript"> var j = jQuery.noConflict(); j(function(){ j('.fadein a:gt(0)').hide(); setInterval(function(){ j('.fadein a:first-child').fadeOut().next('a').fadeIn().end().appendTo('.fadein');}, 3000); }); j(function(){ j('.fadein2 a:gt(0)').hide(); setInterval(function(){ j('.fadein2 a:first-child').fadeOut().next('a').fadeIn().end().appendTo('.fadein2');}, 4500); }); j(function(){ j('.fadein3 a:gt(0)').hide(); setInterval(function(){ j('.fadein3 a:first-child').fadeOut().next('a').fadeIn().end().appendTo('.fadein3');}, 5000); }); </script> <jdoc:include type=modules name=floatercontainer style=xhtml /> <jdoc:include type="modules" name="debug" style="none" /> </div> </body> </html>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 2, Position 2 = 4
Branch analysis from position: 2
1 jumps found. (Code = 79) Position 1 = -2
Branch analysis from position: 4
2 jumps found. (Code = 47) Position 1 = 54, Position 2 = 56
Branch analysis from position: 54
2 jumps found. (Code = 43) Position 1 = 57, Position 2 = 59
Branch analysis from position: 57
1 jumps found. (Code = 42) Position 1 = 60
Branch analysis from position: 60
2 jumps found. (Code = 46) Position 1 = 93, Position 2 = 98
Branch analysis from position: 93
2 jumps found. (Code = 43) Position 1 = 99, Position 2 = 101
Branch analysis from position: 99
1 jumps found. (Code = 42) Position 1 = 130
Branch analysis from position: 130
2 jumps found. (Code = 43) Position 1 = 136, Position 2 = 150
Branch analysis from position: 136
1 jumps found. (Code = 42) Position 1 = 163
Branch analysis from position: 163
2 jumps found. (Code = 43) Position 1 = 198, Position 2 = 199
Branch analysis from position: 198
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 199
Branch analysis from position: 150
2 jumps found. (Code = 43) Position 1 = 156, Position 2 = 160
Branch analysis from position: 156
1 jumps found. (Code = 42) Position 1 = 163
Branch analysis from position: 163
Branch analysis from position: 160
2 jumps found. (Code = 43) Position 1 = 198, Position 2 = 199
Branch analysis from position: 198
Branch analysis from position: 199
Branch analysis from position: 101
2 jumps found. (Code = 46) Position 1 = 106, Position 2 = 112
Branch analysis from position: 106
2 jumps found. (Code = 43) Position 1 = 113, Position 2 = 115
Branch analysis from position: 113
1 jumps found. (Code = 42) Position 1 = 130
Branch analysis from position: 130
Branch analysis from position: 115
2 jumps found. (Code = 46) Position 1 = 121, Position 2 = 126
Branch analysis from position: 121
2 jumps found. (Code = 43) Position 1 = 127, Position 2 = 129
Branch analysis from position: 127
1 jumps found. (Code = 42) Position 1 = 130
Branch analysis from position: 130
Branch analysis from position: 129
2 jumps found. (Code = 43) Position 1 = 136, Position 2 = 150
Branch analysis from position: 136
Branch analysis from position: 150
Branch analysis from position: 126
Branch analysis from position: 112
Branch analysis from position: 98
Branch analysis from position: 59
2 jumps found. (Code = 46) Position 1 = 93, Position 2 = 98
Branch analysis from position: 93
Branch analysis from position: 98
Branch analysis from position: 56
filename:       /in/s1qEq
function name:  (null)
number of ops:  201
compiled vars:  !0 = $app, !1 = $doc, !2 = $option, !3 = $view, !4 = $layout, !5 = $task, !6 = $itemid, !7 = $sitename, !8 = $fullWidth, !9 = $includeMaincss, !10 = $user, !11 = $span, !12 = $logo, !13 = $parent
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   DEFINED                                          ~14     '_JEXEC'
          1      > JMPNZ_EX                                         ~14     ~14, ->4
          2    > > EXIT                                                     
          3*       BOOL                                             ~14     <true>
   12     4    >   INIT_STATIC_METHOD_CALL                                  'JFactory', 'getApplication'
          5        DO_FCALL                                      0  $15     
          6        ASSIGN                                                   !0, $15
   13     7        INIT_STATIC_METHOD_CALL                                  'JFactory', 'getDocument'
          8        DO_FCALL                                      0  $17     
          9        ASSIGN                                                   !1, $17
   14    10        FETCH_THIS                                       $19     
         11        FETCH_OBJ_R                                      ~21     !1, 'language'
         12        ASSIGN_OBJ                                               $19, 'language'
         13        OP_DATA                                                  ~21
   15    14        FETCH_THIS                                       $22     
         15        FETCH_OBJ_R                                      ~24     !1, 'direction'
         16        ASSIGN_OBJ                                               $22, 'direction'
         17        OP_DATA                                                  ~24
   18    18        FETCH_OBJ_R                                      ~25     !0, 'input'
         19        INIT_METHOD_CALL                                         ~25, 'getCmd'
         20        SEND_VAL_EX                                              'option'
         21        SEND_VAL_EX                                              ''
         22        DO_FCALL                                      0  $26     
         23        ASSIGN                                                   !2, $26
   19    24        FETCH_OBJ_R                                      ~28     !0, 'input'
         25        INIT_METHOD_CALL                                         ~28, 'getCmd'
         26        SEND_VAL_EX                                              'view'
         27        SEND_VAL_EX                                              ''
         28        DO_FCALL                                      0  $29     
         29        ASSIGN                                                   !3, $29
   20    30        FETCH_OBJ_R                                      ~31     !0, 'input'
         31        INIT_METHOD_CALL                                         ~31, 'getCmd'
         32        SEND_VAL_EX                                              'layout'
         33        SEND_VAL_EX                                              ''
         34        DO_FCALL                                      0  $32     
         35        ASSIGN                                                   !4, $32
   21    36        FETCH_OBJ_R                                      ~34     !0, 'input'
         37        INIT_METHOD_CALL                                         ~34, 'getCmd'
         38        SEND_VAL_EX                                              'task'
         39        SEND_VAL_EX                                              ''
         40        DO_FCALL                                      0  $35     
         41        ASSIGN                                                   !5, $35
   22    42        FETCH_OBJ_R                                      ~37     !0, 'input'
         43        INIT_METHOD_CALL                                         ~37, 'getCmd'
         44        SEND_VAL_EX                                              'Itemid'
         45        SEND_VAL_EX                                              ''
         46        DO_FCALL                                      0  $38     
         47        ASSIGN                                                   !6, $38
   23    48        INIT_METHOD_CALL                                         !0, 'getCfg'
         49        SEND_VAL_EX                                              'sitename'
         50        DO_FCALL                                      0  $40     
         51        ASSIGN                                                   !7, $40
   25    52        IS_EQUAL                                         ~42     !5, 'edit'
         53      > JMPNZ_EX                                         ~42     ~42, ->56
         54    >   IS_EQUAL                                         ~43     !4, 'form'
         55        BOOL                                             ~42     ~43
         56    > > JMPZ                                                     ~42, ->59
   27    57    >   ASSIGN                                                   !8, 1
         58      > JMP                                                      ->60
   31    59    >   ASSIGN                                                   !8, 0
   35    60    >   INIT_STATIC_METHOD_CALL                                  'JHtml', '_'
         61        SEND_VAL_EX                                              'bootstrap.framework'
         62        DO_FCALL                                      0          
   38    63        INIT_METHOD_CALL                                         !1, 'addStyleSheet'
         64        FETCH_THIS                                       $47     
         65        FETCH_OBJ_R                                      ~48     $47, 'template'
         66        CONCAT                                           ~49     'templates%2F', ~48
         67        CONCAT                                           ~50     ~49, '%2Fcss%2Ftemplate.css'
         68        SEND_VAL_EX                                              ~50
         69        DO_FCALL                                      0          
   39    70        INIT_METHOD_CALL                                         !1, 'addStyleSheet'
         71        FETCH_THIS                                       $52     
         72        FETCH_OBJ_R                                      ~53     $52, 'template'
         73        CONCAT                                           ~54     'templates%2F', ~53
         74        CONCAT                                           ~55     ~54, '%2Fcss%2Fwoi.css'
         75        SEND_VAL_EX                                              ~55
         76        DO_FCALL                                      0          
   42    77        INIT_STATIC_METHOD_CALL                                  'JHtmlBootstrap', 'loadCss'
         78        ASSIGN                                           ~57     !9, <false>
         79        SEND_VAL_EX                                              ~57
         80        CHECK_FUNC_ARG                                           
         81        FETCH_THIS                                       $58     
         82        FETCH_OBJ_FUNC_ARG                               $59     $58, 'direction'
         83        SEND_FUNC_ARG                                            $59
         84        DO_FCALL                                      0          
   45    85        INIT_STATIC_METHOD_CALL                                  'JFactory', 'getUser'
         86        DO_FCALL                                      0  $61     
         87        ASSIGN                                                   !10, $61
   48    88        FETCH_THIS                                       $63     
         89        INIT_METHOD_CALL                                         $63, 'countModules'
         90        SEND_VAL_EX                                              'position-7'
         91        DO_FCALL                                      0  $64     
         92      > JMPZ_EX                                          ~65     $64, ->98
         93    >   FETCH_THIS                                       $66     
         94        INIT_METHOD_CALL                                         $66, 'countModules'
         95        SEND_VAL_EX                                              'position-8'
         96        DO_FCALL                                      0  $67     
         97        BOOL                                             ~65     $67
         98    > > JMPZ                                                     ~65, ->101
   50    99    >   ASSIGN                                                   !11, 'span6'
        100      > JMP                                                      ->130
   52   101    >   FETCH_THIS                                       $69     
        102        INIT_METHOD_CALL                                         $69, 'countModules'
        103        SEND_VAL_EX                                              'position-7'
        104        DO_FCALL                                      0  $70     
        105      > JMPZ_EX                                          ~71     $70, ->112
        106    >   FETCH_THIS                                       $72     
        107        INIT_METHOD_CALL                                         $72, 'countModules'
        108        SEND_VAL_EX                                              'position-8'
        109        DO_FCALL                                      0  $73     
        110        BOOL_NOT                                         ~74     $73
        111        BOOL                                             ~71     ~74
        112    > > JMPZ                                                     ~71, ->115
   54   113    >   ASSIGN                                                   !11, 'span9'
        114      > JMP                                                      ->130
   56   115    >   FETCH_THIS                                       $76     
        116        INIT_METHOD_CALL                                         $76, 'countModules'
        117        SEND_VAL_EX                                              'position-7'
        118        DO_FCALL                                      0  $77     
        119        BOOL_NOT                                         ~78     $77
        120      > JMPZ_EX                                          ~78     ~78, ->126
        121    >   FETCH_THIS                                       $79     
        122        INIT_METHOD_CALL                                         $79, 'countModules'
        123        SEND_VAL_EX                                              'position-8'
        124        DO_FCALL                                      0  $80     
        125        BOOL                                             ~78     $80
        126    > > JMPZ                                                     ~78, ->129
   58   127    >   ASSIGN                                                   !11, 'span9'
        128      > JMP                                                      ->130
   62   129    >   ASSIGN                                                   !11, 'span12'
   66   130    >   FETCH_THIS                                       $83     
        131        FETCH_OBJ_R                                      ~84     $83, 'params'
        132        INIT_METHOD_CALL                                         ~84, 'get'
        133        SEND_VAL_EX                                              'logoFile'
        134        DO_FCALL                                      0  $85     
        135      > JMPZ                                                     $85, ->150
   68   136    >   INIT_STATIC_METHOD_CALL                                  'JURI', 'root'
        137        DO_FCALL                                      0  $86     
        138        CONCAT                                           ~87     '%3Cimg+src%3D%22', $86
        139        FETCH_THIS                                       $88     
        140        FETCH_OBJ_R                                      ~89     $88, 'params'
        141        INIT_METHOD_CALL                                         ~89, 'get'
        142        SEND_VAL_EX                                              'logoFile'
        143        DO_FCALL                                      0  $90     
        144        CONCAT                                           ~91     ~87, $90
        145        CONCAT                                           ~92     ~91, '%22+alt%3D%22'
        146        CONCAT                                           ~93     ~92, !7
        147        CONCAT                                           ~94     ~93, '%22+%2F%3E'
        148        ASSIGN                                                   !12, ~94
        149      > JMP                                                      ->163
   70   150    >   FETCH_THIS                                       $96     
        151        FETCH_OBJ_R                                      ~97     $96, 'params'
        152        INIT_METHOD_CALL                                         ~97, 'get'
        153        SEND_VAL_EX                                              'sitetitle'
        154        DO_FCALL                                      0  $98     
        155      > JMPZ                                                     $98, ->160
   72   156    >   CONCAT                                           ~99     '%3Cspan+class%3D%22site-title%22+title%3D%22', !7
        157        CONCAT                                           ~100    ~99, '%22%3E%3C%2Fspan%3E'
        158        ASSIGN                                                   !12, ~100
        159      > JMP                                                      ->163
   76   160    >   CONCAT                                           ~102    '%3Cspan+class%3D%22site-title%22+title%3D%22', !7
        161        CONCAT                                           ~103    ~102, '%22%3E%3C%2Fspan%3E'
        162        ASSIGN                                                   !12, ~103
   79   163    >   ECHO                                                     '%3C%21DOCTYPE+html%3E%0A%3Chtml+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxhtml%22+xml%3Alang%3D%22'
   80   164        FETCH_THIS                                       $105    
        165        FETCH_OBJ_R                                      ~106    $105, 'language'
        166        ECHO                                                     ~106
        167        ECHO                                                     '%22+lang%3D%22'
        168        FETCH_THIS                                       $107    
        169        FETCH_OBJ_R                                      ~108    $107, 'language'
        170        ECHO                                                     ~108
        171        ECHO                                                     '%22+dir%3D%22'
        172        FETCH_THIS                                       $109    
        173        FETCH_OBJ_R                                      ~110    $109, 'direction'
        174        ECHO                                                     ~110
        175        ECHO                                                     '%22%3E%0A%3Chead%3E%0A++%3Cmeta+name%3D%22viewport%22+content%3D%22width%3Ddevice-width%2C+initial-scale%3D1.0%22+%2F%3E%0A++%3Cjdoc%3Ainclude+type%3D%22head%22+%2F%3E%0A++%0A++%0A++%3C%21--%5Bif+lt+IE+9%5D%3E%0A++++%3Cscript+src%3D%22'
   87   176        FETCH_THIS                                       $111    
        177        FETCH_OBJ_R                                      ~112    $111, 'baseurl'
        178        ECHO                                                     ~112
        179        ECHO                                                     '%2Fmedia%2Fjui%2Fjs%2Fhtml5.js%22%3E%3C%2Fscript%3E%0A++%3C%21%5Bendif%5D--%3E%0A%3C%2Fhead%3E%0A%0A%3Cbody+class%3D%22woi+'
   91   180        FETCH_OBJ_R                                      ~113    !13, 'alias'
        181        CONCAT                                           ~114    ~113, '+view-'
        182        CONCAT                                           ~115    ~114, !3
        183        CONCAT                                           ~116    ~115, '+layout-'
        184        CONCAT                                           ~117    ~116, !4
        185        CONCAT                                           ~118    ~117, '+task-'
        186        CONCAT                                           ~119    ~118, !5
        187        CONCAT                                           ~120    ~119, '+itemid-'
        188        CONCAT                                           ~121    ~120, !6
        189        CONCAT                                           ~122    ~121, '+'
        190        ECHO                                                     ~122
        191        ECHO                                                     '+'
        192        FETCH_THIS                                       $123    
        193        FETCH_OBJ_R                                      ~124    $123, 'params'
        194        INIT_METHOD_CALL                                         ~124, 'get'
        195        SEND_VAL_EX                                              'fluidContainer'
        196        DO_FCALL                                      0  $125    
        197      > JMPZ                                                     $125, ->199
        198    >   ECHO                                                     'fluid'
        199    >   ECHO                                                     '%22%3E%0A++%3Cdiv+id%3D%22pattern%22%3E%0A++%0A++%3C%21--+Body+--%3E%0A++%3Cdiv+class%3D%22body%22+%3E%0A++++%3Cdiv+id%3D%22sredina%22+class%3D%22%22%3E%0A++++++%3Cdiv+id%3D%22levo%22%3E%0A++++++++%3Cdiv+id%3D%22video%22%3E%0A++++++++++%3Cdiv+id%3D%22logo%22%3E%0A+++++++++++++%3Cimg+src%3D%22%2Ftemplates%2Fwoibuyandsell%2Fimages%2Flogo_welcome.png%22%3E%0A+++++++++++++++%3Ca+target%3D%22blank%22+href%3D%22http%3A%2F%2Fwww.woisite.com%22+alt%3D%22Wheels+Of+Italy%22%3E%0A++++++++++++%3C%2Fa%3E%0A++++++++++%3C%2Fdiv%3E%0A++++++++%3C%2Fdiv%3E%0A++++++++%0A++++++++%3Cdiv+id%3D%22triboxa%22%3E%0A%3Cdiv+id%3D%22sponsors%22%3E%0A%3Cdiv+class%3D%22sponsortext%22%3E%3Cimg+src%3D%22%2Ftemplates%2Fwoibuyandsell%2Fimages%2F1.png%22%3E%3C%2Fdiv%3E%0A%3Cdiv+class%3D%22mb+fadein+box%22%3E%0A%3Ca+href%3D%22http%3A%2F%2Fwww.wixonjewelers.com%2Findex.php%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F1-1.jpg%22+alt%3D%22Wixon+Jewelers+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3Ca+href%3D%22http%3A%2F%2Fwww.wixonjewelers.com%2Findex.php%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F1-2.jpg%22+alt%3D%22Wixon+Jewelers+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%22sponsortext%22%3E%3Cimg+style%3D%22margin-top%3A15px%3B+margin-left%3A15px%22+src%3D%22%2Ftemplates%2Fwoibuyandsell%2Fimages%2F2.png%22%3E%3C%2Fdiv%3E%0A%3Cdiv+class%3D%22mb+fadein2+box%22%3E%0A%3Ca+href%3D%22http%3A%2F%2Fsearsimportsbodyshop.com%2F%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F2-1.jpg%22+alt%3D%22Sears+Imports+Body+Shop+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3Ca+href%3D%22http%3A%2F%2Fwww.twincitiesluxuryauto.com%2F%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F2-2.jpg%22+alt%3D%22Twin+Cities+Luxury+Auto+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3Ca+href%3D%22http%3A%2F%2Fwww.fiatminneapolis.com%2F%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F2-4.jpg%22+alt%3D%22Fiat+of+Minneapolis+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3C%2Fdiv%3E%0A%3Cdiv+class%3D%22sponsortext%22%3E%3Cimg+style%3D%22margin-left%3A15px%22+src%3D%22%2Ftemplates%2Fwoibuyandsell%2Fimages%2F3.png%22%3E%3C%2Fdiv%3E%0A%3Cdiv+class%3D%22mb+fadein3+box%22%3E%0A%3Ca+href%3D%22http%3A%2F%2Fwww.gpbicycles.com%2F%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F3-1.jpg%22+alt%3D%22Grand+Performance+Bicycles+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3Ca+href%3D%22http%3A%2F%2Fwww.motoprimo.net%2Findex.htm%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F3-3.jpg%22+alt%3D%22MotoPrimo+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3Ca+href%3D%22http%3A%2F%2Fwww.brcrentals.com%2F%22+target%3D%22blank%22%3E%3Cimg+src%3D%22http%3A%2F%2Fwww.woisite.com%2Fimages%2Fsponsors%2F3-4.jpg%22+alt%3D%22BRC+Rentals+WOI+Sponsor%22+%2F%3E%3C%2Fa%3E%0A%3C%2Fdiv%3E%0A%0A%3C%2Fdiv%3E%0A++++++++%3C%2Fdiv%3E%0A++++++%3C%2Fdiv%3E%0A++++++%0A++++%3C%2Fdiv%3E%0A++++%3Cdiv+id%3D%22navigacija%22+class%3D%22%22%3E%0A++++++++%3Cjdoc%3Ainclude+type%3D%22modules%22+name%3D%22position-1%22+style%3D%22none%22+%2F%3E%0A++++++%3C%2Fdiv%3E%0A++++%0A++++%0A++%3C%2Fdiv%3E%0A++%3C%21--+Footer+--%3E%0A%0A++++%3Ca+href%3D%22http%3A%2F%2Fwww.skysa.com%2Fpage%2Ffeatures%2Flive-support-chat%22+id%3D%22SKYSA-NoScript%22%3ELive+Support%3C%2Fa%3E%3Cscript+type%3D%22text%2Fjavascript%22+src%3D%22%2F%2Fstatic2.skysa.com%3Fi%3D9C10CBA7-4DC9-4FC9-99F6-A21DF2634F8E%22+async%3D%22true%22%3E%3C%2Fscript%3E%0A++++%0A%3Cscript+type%3D%22text%2Fjavascript%22%3E%0Avar+j+%3D+jQuery.noConflict%28%29%3B%0A%0Aj%28function%28%29%7B%0A++++j%28%27.fadein+a%3Agt%280%29%27%29.hide%28%29%3B%0A++++setInterval%28function%28%29%7B%0A++++j%28%27.fadein+a%3Afirst-child%27%29.fadeOut%28%29.next%28%27a%27%29.fadeIn%28%29.end%28%29.appendTo%28%27.fadein%27%29%3B%7D%2C%0A++++++3000%29%3B%0A%7D%29%3B%0Aj%28function%28%29%7B%0A++++j%28%27.fadein2+a%3Agt%280%29%27%29.hide%28%29%3B%0A++++setInterval%28function%28%29%7B%0A++++j%28%27.fadein2+a%3Afirst-child%27%29.fadeOut%28%29.next%28%27a%27%29.fadeIn%28%29.end%28%29.appendTo%28%27.fadein2%27%29%3B%7D%2C%0A++++++4500%29%3B%0A%7D%29%3B%0Aj%28function%28%29%7B%0A++++j%28%27.fadein3+a%3Agt%280%29%27%29.hide%28%29%3B%0A++++setInterval%28function%28%29%7B%0A++++j%28%27.fadein3+a%3Afirst-child%27%29.fadeOut%28%29.next%28%27a%27%29.fadeIn%28%29.end%28%29.appendTo%28%27.fadein3%27%29%3B%7D%2C%0A++++++5000%29%3B%0A%7D%29%3B%0A%3C%2Fscript%3E%0A++%0A++%3Cjdoc%3Ainclude+type%3Dmodules+name%3Dfloatercontainer+style%3Dxhtml+%2F%3E%0A++%3Cjdoc%3Ainclude+type%3D%22modules%22+name%3D%22debug%22+style%3D%22none%22+%2F%3E%0A++%3C%2Fdiv%3E%0A%3C%2Fbody%3E%0A%3C%2Fhtml%3E'
  168   200      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.89 ms | 1419 KiB | 13 Q