( ′∀`)σ≡σ☆))Д′)レ(゚∀゚;)ヘ=З=З=Зε≡(ノ´_ゝ`)ノ HEX
HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux mail.thebrand.ai 6.8.0-107-generic #107-Ubuntu SMP PREEMPT_DYNAMIC Fri Mar 13 19:51:50 UTC 2026 x86_64
User: www-data (33)
PHP: 8.3.6
Disabled: NONE
Upload Files
File: /var/www/html/tmpr/../tmpr/..//tmpr/..//samantha.php
<!DOCTYPE html>
<html xmlns:fb="http://ogp.me/ns/fb#">
<!--[if lt IE 7]>      <html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>         <html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>         <html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!--> <html dir="ltr" class="no-js" lang="en" xml:lang="en"> <!--<![endif]-->

<head>
<title>Samantha Bridal TV - Powered by Eziki</title>
<base/>
<meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<?php /*?><meta http-equiv="refresh" content="0; url=http://example.com/"> <?php */?>


<meta name="keywords" content="<?php 
include("videos/keywordhome.php");echo "$description,$address,$website,$fb,";
?><?php  print "$keywords"; ?>">
<meta name="description" content="<?php
                $nameinfo = $db->getepisode($epi); 
                if (!empty($nameinfo)){
	            while (list($key,$val)=each($nameinfo)) {
		    $catalogid = stripslashes($val["catalogid"]);
		    $episodename = stripslashes($val["catalogname"]);
		 			
		    print "$episodename";
		     
		 }
		}
                ?><?php print "$description";?>
">
<?php  
include("newdatasets/samantha.php");
  ?>
<?php if (isset($_SESSION['euserid'])) {
$nameinfo = $db->getepisode($epi); 
				
                if (!empty($nameinfo)){
	            while (list($key,$val)=each($nameinfo)) {
		   $episodeid = stripslashes($val["catalogid"]);
		     
		 	
		    $db->addassignment($episodeid,$_SESSION['euserid']);
		     
		 }
 } 
 
                
		}
                ?>
<?php if (isset($_SESSION['euserid'])) {
include("videos/newdatasets/reporterscripts2.php");
 } ?>
<?php if (isset($_SESSION['euserid'])) {
$nameinfo = $db->getepisode($epi); 
				
                if (!empty($nameinfo)){
	            while (list($key,$val)=each($nameinfo)) {
		   $episodeid = stripslashes($val["catalogid"]);
		     
		 	
		    $db->addassignment($episodeid,$_SESSION['euserid']);
		     
		 }
 } 
 
                
		}
                ?>
<script>
		$(document).ready(function(){
		 

			//Examples of how to assign the ColorBox event to elements
			$("a[rel='example1']").colorbox();
			$("a[rel='example2']").colorbox({transition:"fade"});
			$("a[rel='example3']").colorbox({transition:"none", width:"75%", height:"75%"});
			$("a[rel='example4']").colorbox({slideshow:true});
			$(".example5").colorbox();
			$(".example6").colorbox({iframe:true, innerWidth:425, innerHeight:344});
		 $(".example7").colorbox({width:"60%", height:"90%", iframe:true}); 
			
			
			$(".example8").colorbox({width:"50%", inline:true, href:"#inline_example1"});
			$(".example9").colorbox({
				onOpen:function(){ alert('onOpen: colorbox is about to open'); },
				onLoad:function(){ alert('onLoad: colorbox has started to load the targeted content'); },
				onComplete:function(){ alert('onComplete: colorbox has displayed the loaded content'); },
				onCleanup:function(){ alert('onCleanup: colorbox has begun the close process'); },
				onClosed:function(){ alert('onClosed: colorbox has completely closed'); }
			});
			
			//Example of preserving a JavaScript event for inline calls.
			$("#click").click(function(){ 
				$('#click').css({"background-color":"#f00", "color":"#fff", "cursor":"inherit"}).text("Open this window again and this message will still be here.");
				return false;
			});
		}); 
	</script>
<style type="text/css">
.blueheader {
	color: #09F;
}
</style>
<?php if (!empty($_GET['pic'])) {?>
<script type="text/javascript">
// close photo preview block
function closePhotoPreview2() {
    $('#photo_preview').hide();
    $('#photo_preview .pleft').html('empty');
    $('#photo_preview .pright').html('empty');
};

// display photo preview block
function getPhoto(id) {
	
	 $('#photo_preview .pleft').html("Loading photo...");
	        
            $('#photo_preview .pright').html("Loading Data...");
			 $('#photo_preview .ptitle').html("Loading Data...");
			 	 $('#photo_preview .pdescription').html("Loading Data...");
				 	 $('#photo_preview .pdate').html("Loading Data...");
					  $('#photo_preview .pyanani').html("Loading Data...");
					   $('#photo_preview .pslug').html("Loading Data...");
					    $('#photo_preview .pepisode').html("Loading Data...");
						  $('#photo_preview .pcomments').html("Loading Data...");
	
    $.post('samantha/photosAll.php?catalogid=<?php echo $catalogid5; ?>', {action: 'get_info', id: id},
        function(data){
            $('#photo_preview .pleft').html(data.data1);
            $('#photo_preview .pright').html(data.data2);
			 $('#photo_preview .ptitle').html(data.data3);
			 	 $('#photo_preview .pdescription').html(data.data4);
				 	 $('#photo_preview .pdate').html(data.data5);
					  $('#photo_preview .pyanani').html(data.data6);
					   $('#photo_preview .pslug').html(data.data7);
					    $('#photo_preview .pepisode').html(data.data8);
						  $('#photo_preview .pcomments').html(data.data9);
						   $('#photo_preview .socialmedia').html(data.data12);
						    $('#photo_preview .socialmedia2').html(data.data13);
            $('#photo_preview').show();
        }, "json"
    );
};


// init
$(function(){

    // onclick event handlers
    $('#photo_preview .photo_wrp').click(function (event) {
        event.preventDefault();

        return false;
    });
   /* $('#photo_preview').click(function (event) {
        closePhotoPreview();
    });*/
    $('#photo_preview img.close').click(function (event) {
        closePhotoPreview2();
    });

 
})
 
 
</script>
<?php }?>
<?php if (!empty($_GET['vid'])) {?>
<script type="text/javascript">
// close photo preview block
function closeVideoPreview2() {
    $('#video_preview').hide();
    $('#video_preview .pleft').html('empty');
    $('#video_preview .pright').html('empty');
};

// display photo preview block
function getVideoPreviewAjx2(id) {
	
	 $('#video_preview .pleft').html("Loading Video...");
	        
            $('#video_preview .pright').html("Loading Data...");
			 $('#video_preview .ptitle').html("Loading Data...");
			 	 $('#video_preview .pdescription').html("Loading Data...");
				 	 $('#video_preview .pdate').html("Loading Data...");
					  $('#video_preview .pyanani').html("Loading Data...");
					   $('#video_preview .pslug').html("Loading Data...");
					    $('#video_preview .pepisode').html("Loading Data...");
						  $('#video_preview .pcomments').html("Loading Data...");
	
    $.post('samantha/videos_ajx.php?catalogid=<?php echo $channel; ?>', {action: 'get_info', id: id},
        function(data){
            $('#video_preview .pleft').html(data.data1);
            $('#video_preview .pright').html(data.data2);
			 $('#video_preview .ptitle').html(data.data3);
			 	 $('#video_preview .pdescription').html(data.data4);
				 	 $('#video_preview .pdate').html(data.data5);
					  $('#video_preview .pyanani').html(data.data6);
					   $('#video_preview .pslug').html(data.data7);
					    $('#video_preview .pepisode').html(data.data8);
						  $('#video_preview .pcomments').html(data.data9);
            $('#video_preview').show();
        }, "json"
    );
};


// init
$(function(){

    // onclick event handlers
    $('#video_preview .video_wrp').click(function (event) {
        event.preventDefault();

        return false;
    });
   /* $('#video_preview').click(function (event) {
        closePhotoPreview();
    });*/
    $('#video_preview img.close').click(function (event) {
        closeVideoPreview2();
    });

 
})
 
 
</script>
<?php }?>
<?php /*?><script type="text/javascript" src="videos/jquery-1.3.2.min.js"></script>



<script type="text/javascript">
$(document).ready(function()
{
$(".kura").click(function()
{
var id=$(this).attr("id");
var name=$(this).attr("name");
var dataString = 'rateit='+ id + '&name='+ name;
$("#votebox").slideDown("slow");

$("#show").fadeIn("slow");

$.ajax
({
type: "POST",
url: "videos/ezikiframework.php",
data: dataString,
cache: false,
success: function(html)
{
$("#show").fadeOut("slow");
$("#displayKura").html(html);
} 
});
});

$(".close").click(function()
{
$("#votebox").slideUp("slow");
});

});
</script>
<style>

#votebox
{
color:#fff;
font-size:12px;
width:880px;

} 
#greebar
{
float:left;
background-color:#aada37;
margin-bottom:2px;

width:0px;
height:8px;
}
#redbar
{
float:left;
background-color:#cf362f;
 
width:0px;
height:8px;
}

#show
{
display:none;
 
}

#close
{
float:right; padding:3px 5px 3px 5px;

}
</style>


  <a href="#h" class="kura" id="329" name="up"><img src="images/like.png" alt="like" /></a>&nbsp;&nbsp;&nbsp;&nbsp;<a href="#h" class="kura" id="329" name="down"><img src="images/thumb_down.png"  alt="dislike" /></a> <?php */?>






</head>


    <script language="javascript">
    document.onmousedown=disableclick;
    status="Right Click Disabled";
    Function disableclick(e)
    {
      if(event.button==2)
       {
         alert(status);
         return false;    
       }
    }
    </script>


<body oncontextmenu="return false" <?php if (!empty($_GET['vid'])) {?>onLoad="getVideoPreviewAjx2(<?php echo $_GET['vid']; ?>);" <?php }?><?php if (!empty($_GET['pic'])) {?>onLoad="getPhoto(<?php echo $_GET['pic']; ?>);" <?php }?>>


<div id="containerS">
  <div id="header-wrapper">
    <div id="header">
      <div id="welcome" style="text-shadow:0 -1px 1px rgba(27,27,27,27);">Welcome viewer, you can WIN Prizes and stand a chance to be featured on Samantha's Bridal TV show by simply uploading your photos and videos here.
        <?php /*?><a href="">Get started here!</a>	<?php */?>
      </div>
      <div id="search">
        <div class="button-search"></div>
        <span class="search-box">
        <form action="<?php echo $siteaddress; ?>videos/search">
          <input type="text"  onkeyup="ezikiSuggest(this.value);" onBlur="fill();" class="tafuta" name="keyword" placeholder="Search Samantha's" value="" />
        </form>
        </span> </div>
      <div class="top-options"  style="text-shadow:0 -1px 1px rgba(27,27,27,27);">
        <?php /*?>			<div id="cart">
	<div class="heading">
		<a>
			 
		</a>
	</div>
	<div class="content">
		<b class="cart-arrow"></b>
				<div class="empty">
		 
			
		</div>
		
		
			</div>
</div><?php */?>
        <?php /*?>	<div id="currency" style="width:100px">
															
							<span class="selected-currency">Join</span>
						
						
		<ul>
						
						<li><a  >Facebook</a></li>
						
						
						<li><a >Twitter</a></li>
			
						
						
						<li><a >Eziki</a></li>
			
						
					</ul>
		 
	</div><?php */?>
        <div class="links"> <a href="<?php echo $fb;?>">SB onFacebook</a> <a href="<?php echo $website;?> " >SB Website</a> <a href="ugcchannel.php?mobi=1&slug=SamanthaBridal"> SB on Mobile</a><a href=" <?php echo $tw ;
  ?>">SB on Twitter</a> </div>
      </div>
    </div>
    <div class="navigation-bar ">
      <div class="store-logo" style="background-color:#000;">
        <?php   
                $nameinfo2 = $db->getallugccatalogname(); 
               while (list($key,$val)=each($nameinfo2)) {
		    $tempcatalogid2 = stripslashes($val["catalogid"]);
		    $catalogname = stripslashes($val["catalogname"]);
			$slug = stripslashes($val["slug"]);
		    if ($catalogid ==$tempcatalogid2){
				
		 
				
				?>
        <a href="<?php echo $slugX = $siteaddress.$slug; ?>" id="logo" style="margin-left:-85px; margin-top:-20px;"> <img src="samantha/logo2.png" height="40" title="Samantha's Bridal/ Eziki TV" alt="" /> </a>
        <?php   }
		 }
	    
				   ?>
      </div>
      <div id="menu"> <span>Menu</span> <a href="http://eziki.tv" title="Samantha's Bridal/ Eziki TV" class="home-btn">Eziki</a>
        <ul>
        
        
          <li><a href="" class="top-lvl">EZIKI.TV</a> </li>
          <li><a href=" " class="top-lvl">BROWSE VIDEOS</a>
            <div>
              <ul>
                <li><a  href="#channelX" onclick="scrollToAnchor('channelX');"  class="sub-lvl linkid" id="86">WEDDING PLANNING</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');"  class="sub-lvl linkid" id="87">FLOWERS / DECOR</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="88">CAKES</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="89">DIY</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="90">DRESS TRENDS</a></li>
              </ul>
              <ul>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="91">BRIDAL BEAUTY</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="92">FASHION SHOW</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="93">ETIQUETTE</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="94">FITNESS</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="95">LUXURY WEDDING</a></li>
              </ul>
              <ul>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="96">REGISTRY</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="97">HONEYMOON</a></li>
                <li><a href="#channelX" onclick="scrollToAnchor('channelX');" class="sub-lvl linkid" id="98">GOWN SHOPPING</a></li>
              </ul>
              <ul>
                <li> </li>
                <li> </li>
                <li> </li>
              </ul>
            </div>
          </li>
         <?php /*?> <li><a href=" " class="top-lvl">SAMANTHA'S EXCLUSIVES</a>
            <div>
              <ul>
                <li><a href="#mainvideos" class="sub-lvl">EXCLUSIVE VIDEOS</a></li>
                <li><a href="#photos" class="sub-lvl">EXCLUSIVE PHOTOS</a></li>
               <li><a href="#seasons" class="sub-lvl">SHOWS AND SEASONS</a></li>
               <li>   
              
                       
              <a href="#popularvideos" id="popular" class="sub-lvl">POPULAR SAMANTHA VIDEOS </a></li>
                <li><a href="#shows" class="sub-lvl">TOP RATED PHOTOS </a></li>
             
              
              </ul>
              <ul> <li><a href="#mainreporta" class="sub-lvl">UPLOADED PICTURES</a></li> 
              
              <li><a href="#mainreporta" class="sub-lvl">UPLOADED VIDEOS</a></li> 
              
                  <li><a href="#mainreporta" id="justin" class="sub-lvl">OTHER VIDEOS</a></li> 
              
              
             
              </ul>
              
            </div>
          </li><?php */?>  <li><a href="http://www.samanthasbridal.co.ke/index.php?option=com_content&view=article&id=2&Itemid=2" class="top-lvl">MAGAZINE</a> </li>
          <li><a href="ugcchannel.php?mobi=1&slug=SamanthaBridal" class="top-lvl">MOBILE</a> </li>
             <?php /*?>    <li><a href="ugcchannel.php?mobi=1&slug=SamanthaBridal" class="top-lvl">HELP</a> </li>
        <li> <?php

if (isset($_SESSION['euserid'])) {?> <a class="top-lvl example7 cboxElement" href="videos/v/addblogr.php?catalogid=<?php echo $catalogid5;?>">FEATURE MY STORY</a>


                <? } 
	
	else {?><a href="<?php echo $siteaddress; ?>videos/v/login?p=<?php print "$slugesc"; ?>&amp;c=<?php print $c; ?>&msg=Sorry you need to Log in first" class="example7 cboxElement top-lvl"> FEATURE MY STORY </a><? }
 
 ?>
 
 <?php */?>
        
          <?php

if (isset($_SESSION['euserid'])) {?>
          <li style="background-color:#906"> <a class="top-lvl" href="<?php echo $siteaddress; ?>videos/v/logout?goback=<?php echo $goback;?>"><span style="color:#F6C"> WELCOME <?php echo $_SESSION['user_name'] ?> </span>| SIGN OUT</a> </li>
          <? } 
	
	else {?>
          <li><a href="<?php echo $siteaddress; ?>videos/v/loginSamantha.php?goback=<?php echo $goback;?>" class="example7 cboxElement top-lvl">SIGN IN</a></li>
          <? }
 
 ?>
        </ul>
      </div>
    </div>
    <center>
      <div id="playlist" style="100%; background-color:#000"></div>
    </center>
  </div><script type="text/javascript">

   function scrollToAnchor(aid){
    var aTag = $("a[name='"+ aid +"']");
    $('html,body').animate({scrollTop: aTag.offset().top},'slow');
}

</script>
  <div id="notification"></div>
  <div class="content-body-wrapper">
    <div id="content" class="store-home full-slideshow">  <div style=" z-index:800;width:500px; height:300px; background-color:#000; top:-400px;  right:-450px; position:relative; 	-moz-border-radius : 5px 5px 5px 5px;-webkit-border-radius : 5px 5px 5px 5px;border-radius : 5px 5px 5px 5px;"></div>
     
      <!--CONTENT LEFT --> 
       
       
      <!--CONTENT RIGHT --> 
      
      <!--PAGE CONTENT WRAPPER -->
      <div class="content-body" >
        <h1 style="display: none;">Samantha Bridal</h1>
        <div class="slideshow-wrapper" <?php if (isset($_SESSION['euserid'])) {?>style=" height:135px" <?php } else {?>style=" height:600px"<?php } ?>  id="slideshow1" >
          <div class="slideshow slider-wrapper theme-default">
            <div id="slideshow0" class="nivoSlider" <?php if (isset($_SESSION['euserid'])) {?>style=" height:135px" <?php }else {?>style=" height:600px"<?php }  ?>>
              <?php if (isset($_SESSION['euserid'])) {?>
              <a href="videos/v/loginSamantha.php"><img src="samantha/image/X4.jpg"/></a>
              <?php } 
  
  else
  {?>
            
 
			
			
			
			  <a href="videos/v/loginSamantha.php?goback=<?php echo $goback;?>" class="example7 cboxElement top-lvl"><img id="slidesamantha1" src="samantha/image/X4.jpg"/></a><a href="<?php echo $siteaddress; ?>videos/v/logincorporate.php?goback=<?php echo $goback;?>" class="example7 cboxElement top-lvl"><img id="slidesamantha2" src="samantha/image/2.jpg" /></a> <?php /*?> <a href="<?php echo $siteaddress; ?>videos/v/logincorporate.php?goback=<?php echo $goback;?>" class="example7 cboxElement top-lvl"><img id="slidesamantha3" src="samantha/image/3.jpg"/></a> <a href="<?php echo $siteaddress; ?>videos/v/logincorporate.php?goback=<?php echo $goback;?>" class="example7 cboxElement top-lvl">><img id="slidesamantha4" src="samantha/image/4.jpg" /></a><?php */?>
              <?php }?>
            </div>
          </div>
        </div>
        <p>
          <?php if (!isset($_SESSION['euserid'])) {?>
          <?php /*?><?php 
include("samantha/featuredvid.php");?><?php */?>
          <?php } ?>
          <?php /*?>



    <?php if (!isset($_SESSION['euserid'])) {include("videos/newdatasets/editorss.php");

 } ?><?php */?>
          <?php
 ?>
          <span class="searchresult" id="newData"> </span>
          <?php /*?>  <?php   
	  require("videos/v/nmg/assignments.php");
			  ?>  
<?php */?>
        <table bgcolor="#FFFFFF" width="1080" border="0" cellspacing="0" style=" margin-top:-300px; margin-left:-70px;" cellpadding="0">
         
            <?php

if (isset($_SESSION['euserid'])) {?>
          <tr>
            <td colspan="2"  valign="top"><table width="100%" border="0"  style="" cellspacing="0" cellpadding="0"><?php /*?> <?php echo "ffffffffffffffff $deviceType";?><?php */?>
                <tr>
                  <td width="580" background="samantha/image/rgen/body-pattern.png"><?php /*?>  <div style="width:500px; height:400px; background-repeat:no-repeat; padding:10px; "> <a name="u"></a><?php   
	  require("videos/v/restreportercorporates.php");
			  ?></div> <?php */?>
                    <div style=" height:400px; background-repeat:no-repeat; padding:10px; "> <a name="u"></a>
                      <?php   
	  require("videos/v/nmg/restreportercorporates.php");
			  ?>
                    </div></td>
                  <td   bgcolor="#990066" style="padding:10px"><?php
if (isset($_SESSION['euserid'])) {?>
                    <?php
include("videos/newdatasets/myreportsnmg.php"); ?>
                    <?php /*?> <?php
include("videos/newdatasets/myreports.php"); ?><?php */?>
                    <?php } ?></td>
                </tr>
              </table></td>
          </tr>
          <? }   ?>
          <tr>
            <td colspan="2"   valign="top" style="padding-left:40px"><table width="100%" border="0" cellspacing="0" cellpadding="0">
                <tr>
                  <td valign="top"><?php
$nameinfo = $db->getepisode($_SESSION['episodeid']); if (!empty($nameinfo)){?>
                    <?php include("videos/v/nmg/assignmentreports.php");?>
                    <? }  ?>
                    <?php 
	  
	  
 /*	
	  require("videos/v/nmg/assignments.php");
			  
	  		
							 
						include("videos/v/nmg/featuredreports3.php"); */
							 
							include("videos/v/nmg/livedata.php"); 
							 
/* include("videos/newincludes/homereporta2.php");*/
 ?></td>
                  <?php /*?><td width="200"> <?php   
	  require("videos/v/nmg/category.php");
			  ?>        
  <?php   
	  require("videos/v/nmg/assignments.php");
			  ?>  
      

      
      <?php
include("videos/v/nmg/stories.php");?></td><?php */?>
                </tr>
              </table></td>
          </tr>
        </table>
        </p>
        <script type="text/javascript"><!--
$(window).load(function() {
	$('#slideshow0').animate({opacity:1}, 50, function(){
		$(this).nivoSlider({
																								randomStart: false
		});	
	});
});


$(document).ready(function() {
	// DO NOT DELETE THIS JS 
	if($('#content').hasClass('full-slideshow') || $('#content').hasClass('medium-slideshow') || $('#content').hasClass('small-slideshow')){
		
		$('.slideshow-wrapper').css({opacity:0}).prependTo('#content').end().animate({opacity:1}, 500);
		$('.slideshow-wrapper').after('<div class="notification-block"></div>');
		$('#notification').prependTo('.notification-block');
		//$('.slideshow').wrap('<div class="slideshow-wrapper" />');
		
				
	}
		if($('#content').hasClass('full-slideshow')){
		$('.full-slideshow .slideshow').css({marginTop:-$('#header-wrapper').outerHeight()});
	}
	
	
	
});

--></script>
        <p> 
          <script type="text/javascript"><!--
$(document).ready(function(){
	
	var prdObj 	= 	$('#featured-box0');
	var chkW 	= 	$('.content-body').width();
	var posChk 	= 	prdObj.parent().hasClass('column');
	var chkHome = 	$('.featured-box').hasClass('slidshow-prd');
	
	// CHECK FOR COLUMN PRODUCTS
	if(posChk == true) {
		prdObj.find('.prd-block').addClass('col-prd').removeClass('prd-block');
		prdObj.find('.col-prd').each(function(index, element) {
			$(this).addClass('active-prd');
			$('.active-prd').find('.cart-bt').after('<span class="col-price"></span>');
			$('.active-prd').find('.price').prependTo('.active-prd .col-price');
			$(this).removeClass('active-prd');
		});
	}else {
		
		/* PRODUCTS DISPLAY ON SLIDESHOW 
		*******************************************/
				$('#slidshow-box').find('.box-product').each(function() {
			$(this).carouFredSel({
				//responsive: true,
				prev: '#slidshow-box .carousel-controls .prev',
				next: '#slidshow-box .carousel-controls .next',
				width: 469,
				auto:false,
				scroll: 1,
				onCreate: function(){
					$('#slidshow-box .carousel-controls').css({ display:'block' });
				},
				items: { visible: {min: 2}},
				swipe:{onTouch: true},
				circular:false,
				infinite:false
			});
		});
		$('#slidshow-box').prependTo('#content .slideshow:first');
		
		/* PRODUCTS DISPLAY ON NORMAL MODULE
		*******************************************/
			}
});
//--></script> 
        </p>
        <p> 
          <script type="text/javascript"><!--
$(document).ready(function(){
	
	var prdObj 	= 	$('#latest-prd0');
	var chkW 	= 	$('.content-body').width();
	var posChk 	= 	prdObj.parent().hasClass('column');
	var chkHome = 	$('.latest-prd').hasClass('slidshow-prd');
	
	// CHECK FOR COLUMN PRODUCTS
	if(posChk == true) {
		prdObj.find('.prd-block').addClass('col-prd').removeClass('prd-block');
		prdObj.find('.col-prd').each(function(index, element) {
			$(this).addClass('active-prd');
			$('.active-prd').find('.cart-bt').after('<span class="col-price"></span>');
			$('.active-prd').find('.price').prependTo('.active-prd .col-price');
			$(this).removeClass('active-prd');
		});
	}else {
		
		/* PRODUCTS DISPLAY ON SLIDESHOW 
		*******************************************/
				prdObj.find('.box-product').each(function() {
			if($(this).children('li').length == 3) {
				$(this).addClass('less3');
			}else if($(this).children('li').length == 2) {
				$(this).addClass('less2');
			}else if($(this).children('li').length == 1) {
				$(this).addClass('less1');
			}
			
			$(this).carouFredSel({
				responsive: true,
				prev: '#latest-prd0 .carousel-controls .prev',
				next: '#latest-prd0 .carousel-controls .next',
				width: '100%',
				auto:false,
				scroll: 1,
				items: {visible: {min: 1,max: 4}},
				swipe:{onTouch: true},
				circular:false,
				infinite:false,
			}, { onWindowResize  : "throttle" });
		});
			}
});
//--></script> 
        </p>
      </div>
      <div class="clearfix"></div>
    </div>
  </div>
  <!-- content-body-wrapper close -->
  <div class="footer-wrapper">
    <div class="custom-footer column-3">
      <div id="aboutus-content" class="column">
        <h2 class="header-2">About Us</h2>
        <p>SAMANTHA’S BRIDAL is East Africa’s leading wedding media and Lifestyle company, inspiring and engaging consumers with unique lifestyles content and beautifully designed high quality products. Our audience of Creative, sophisticated, savvy and intelligent women with money and a time line to spend it by dominate the Samantha’s Network.  As we continue to grow, attracting sophisticated, influential, well-connected guys who follow a variety of topics and everything they need to maintain their edgy, bold Lifestyles.</p>
        </p>
      </div>
      
      <!--  TWITTER -->
      <div id="twitter" class="column">
        <h2 class="header-2">Latest Tweets</h2>
        <ul id="twitter_update_list">
        </ul>
        <a target="_blank" href="http://twitter.com/#!/SamanthasBridal">Follow us on twitter  &#8250;</a> 
        <script type="text/javascript" src="http://twitter.com/javascripts/blogger.js"></script> 
        <script type="text/javascript" src="http://api.twitter.com/1/statuses/user_timeline/SamanthasBridal.json?callback=twitterCallback2&count=4"></script> 
      </div>
      
      <!--  FACEBOOK -->
      <div id="facebook-block" class="column fan_box">
        <h2 class="header-2">Facebook</h2>
        <script src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script>
        <div id="fb-root"></div>
        <fb:fan 
			profile_id="163740336543" 
			stream="0" 
			
												connections="6" 
						
			logobar="0" 
			width="273.33333333333"
			height="200"
			css="samantha/stylesheet/fb.css"
			> </fb:fan>
      </div>
      <div class="clearfix"></div>
    </div>
    <div id="footer">
      <div class="column">
        <h3 class="header-3">More on Samantha's</h3>
        <ul>
          <li><a href="http://www.samanthasbridal.co.ke/index.php?option=com_content&view=article&id=7&Itemid=3">Samantha's Wedding Fair</a></li>
          <li><a href="http://www.samanthasbridal.co.ke/index.php?option=com_content&view=article&id=2&Itemid=2">Samantha's Bridal Wedding Magazine</a></li>
          <li><a href="http://www.samanthasbridal.co.ke/index.php?option=com_content&view=article&id=8&Itemid=4">Samantha's Bridal TV Show</a></li>  <li><a href="http://www.samanthasbridal.co.ke/index.php?option=com_content&view=article&id=8&Itemid=4">Samantha's Wedding Members Business Academy</a></li> <li><a href="http://www.samanthasbridal.co.ke/index.php?option=com_content&view=article&id=33&Itemid=44">The List</a></li>
        </ul>
      </div>
      <div class="column">
        <h3 class="header-3"> Connect with Samantha's  </h3>
        <ul>
          <li><a href="mailto:catherine@samanthasbridal.co.ke">Email Us</a></li>
		  <li><a href="https://www.facebook.com/SamanthaBridal">Samantha's on Facebook</a></li>
		   <li><a href="http://www.samanthasbridal.co.ke/#">Samantha's on Facebook</a></li>
		    <li><a href="http://www.samanthasbridal.co.ke/index.php?option=com_content&view=article&id=61&Itemid=72">Careers</a></li>
		 
		   <li><a href="http://eziki.tv/ugcchannel.php?mobi=1&slug=SamanthaBridal">Mobile</a></li>
        </ul>
      </div>
     <?php /*?> <div class="column">
        <h3 class="header-3">Extras<?php */?></h3>
        <ul>
 <?php /*?>   <li><a href="index.php@route=product%252Fmanufacturer.html">Brands</a></li>
			<li><a href="index.php@route=account%252Fvoucher.html">Gift Vouchers</a></li>
			<li><a href="index.php@route=affiliate%252Faccount.html">Affiliates</a></li>
			<li><a href="index.php@route=product%252Fspecial.html">Specials</a></li> 
        </ul>
      </div><?php */?>
 <?php /*?><div class="column">
        <h3 class="header-3"></h3>
        <ul>
         	<li><a href="index.php@route=account%252Faccount.html">My Account</a></li>
			<li><a href="index.php@route=account%252Forder.html">Order History</a></li>
			<li><a href="index.php@route=account%252Fwishlist.html">Wish List</a></li>
			<li><a href="index.php@route=account%252Fnewsletter.html">Newsletter</a></li 
          >
        </ul>
      </div><?php */?>
     <?php /*?> <div class="column contact-info">
        <ul>
          <li> <span class="ph-image" title="Phone"></span> <span class="ph-text"> 123456789<br />
            123456789 </span> </li>
          <li> <span class="fax-image" title="Fax"></span> <span class="fax-text"> 123456789 
            123456789 </span> </li>
          <li> <span class="email-image" title="Email us"></span> <a href="mailto:info@samanthasbridal.co.ke" class="email-text">Click here<br />
            to email us</a></span> </li>
        </ul>
      </div><?php */?>
    </div>
    <div class="footer-bt">
      <table width="100%">
        <tr>
          <td><a href="<?php echo $fb;?>" target="_blank" class="facebook-icon"></a> <a href="<?php echo $tw ;
  ?>" target="_blank" class="twitter-icon"></a></td>
          <td class="cards"></td>
        </tr>
      </table>
    </div>
    <div class="cp-text" id="powered">Powered By Eziki.tv<br />
      &copy; 2013</div>
  </div>
</div>
<!-- footer-wrapper close --> 
<script type="text/javascript">
  
 <?php
if (isset($_SESSION['euserid'])) {?>


 ezikiLoadRemote('myreports','myreporta<?php echo "$catalogid" ?>');


<?php /*?>ezikiLoadRemote('myreports','myreports');<?php */?>
<?php } ?>
 
 
</script>
</body>
</html>
<?php mysql_close($videoondemand); ?>