<?php header('Content-type: text/xml'); ?>
<?php echo '<?xml version="1.0" encoding="UTF-8"?>'; ?>
<?php
  /* STEP 1: LOAD RECORDS - Copy this PHP code block near the TOP of your page */
  require_once "/var/www/vhosts/actionmc.com.au/httpdocs/cmsAdmin/lib/viewer_functions.php";
 
  list($home_page_right_top_boxRecords, $home_page_right_top_boxMetaData) = getRecords(array(
    'tableName'   => 'home_page_right_top_box',
  ));
 
?>

<cu3er>
    <settings>
        <auto_play>
		<defaults  symbol="circular" time="15" />
	     <defaults />
	     <tweenIn  x="450" y="15" width="25" height="25" />
	     <tweenOut />
	     <tweenOver />
	</auto_play>
      
        <prev_symbol>
			<tweenOut x="20" y="230" scaleX="1" scaleY="1" tint="0x000000" />
			<tweenIn x="20" y="230" scaleX="1" scaleY="1" tint="0x000000" />
			<defaults x="20" y="230" scaleX="1" scaleY="1" type="3" tint="0x000000" time="10" />
            <tweenOver x="20" y="230" scaleX="1" scaleY="1" tint="0x000000" />        
        </prev_symbol>
         
        <next_symbol>
			<tweenOut x="40" y="230" scaleX="1" scaleY="1" tint="0x000000" />
			<tweenIn x="40" y="230" scaleX="1" scaleY="1" tint="0x000000" />
			<defaults x="40" y="230" scaleX="1" scaleY="1" type="3" tint="0x000000" time="10" />
            <tweenOver x="40" y="230" scaleX="1" scaleY="1" tint="0x000000" />   
        </next_symbol>   
             
    </settings>  
    
   <slides>
    <?php foreach ($home_page_right_top_boxRecords as $record): ?>    
      <slide>
          <url>/cmsAdmin/uploads/<?php echo $record['url'] ?></url>
  		  <link target="_self">finance-insurance.php</link>
      </slide>
      
      <transition num="<?php echo $record['roll_type'] ?>" slicing="<?php echo $record['slicing'] ?>" direction="<?php echo $record['direction'] ?>"/>
          
    <?php endforeach ?>     
         
    </slides> 
     
</cu3er>