| Server IP : 208.122.213.31 / Your IP : 216.73.216.45 Web Server : Apache System : Linux msd6191.mjhst.com 4.18.0-553.137.1.el8_10.x86_64 #1 SMP Wed Jun 24 11:40:24 UTC 2026 x86_64 User : WHMCS_MIA_382 ( 1001) PHP Version : 7.4.33 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/httpd/html/sportyone.com/public_html/admin/template/ |
Upload File : |
<?php
$rand = rand(1, 10);
if($rand > '0' && $rand < '6')
{
?>
<!-- 50% of the random time do this -->
<!-- The items inside this if action will be displayed on the 'home' page -->
<?php if($content == 'home') { ?>
<?php include('elements/featured_offsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/journal.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php include('elements/email_me.php');?>
<?php // include('elements/feature_graphic_spacer_element.php');?>
<?php // include('elements/fan_mail.php');?>
<!-- The items inside this if action will be displayed on the 'videos' and 'photos' page -->
<?php }elseif($content == 'videos' || $content == 'photos' ){ ?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/featured_offsite.php');?>
<?php }else{?>
<?php include('elements/featured_offsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php } ?>
<?php }
elseif($rand < '8')
{
?>
<!-- 25% of the random time do this -->
<!-- The items inside this if action will be displayed on the 'home' page -->
<?php if($content == 'home') { ?>
<?php include('elements/journal.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/email_me.php');?>
<?php // include('elements/feature_graphic_spacer_element.php');?>
<?php // include('elements/fan_mail.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php include('elements/featured_offsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/feature_onsite.php');?>
<?php }elseif($content == 'videos' || $content == 'photos' ){ ?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/featured_offsite.php');?>
<?php }else{?>
<?php include('elements/featured_offsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php } ?>
<?php }
elseif($rand < '11')
{
?>
<!-- 25% of the random time do this -->
<!-- The items inside this if action will be displayed on the 'home' page -->
<?php if($content == 'home') { ?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/featured_offsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/journal.php');?>
<?php // include('elements/feature_graphic_spacer_element.php');?>
<?php // include('elements/fan_mail.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/email_me.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php }elseif($content == 'videos' || $content == 'photos' ){ ?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/featured_offsite.php');?>
<?php }else{?>
<?php include('elements/featured_offsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php');?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php include('elements/feature_onsite.php');?>
<?php include('elements/feature_graphic_spacer_element.php'); ?>
<?php } ?>
<?php } ?>