<?php
if ($titpag== 'Home') {
$newsInHomeSx = array('./inpaghome/catmonol_1.php', './inpaghome/Allcatsup_1.php', './inpaghome/nat_1.php', './inpaghome/150ll_1.php', './inpaghome/supUSA_1.php', './inpaghome/heavy_1.php', './inpaghome/forcella_1.php', './inpaghome/iso_1.php');
$newsInHomeDx = array('./inpaghome/supcollet_2.php');
$quantenewsSx = count($newsInHomeSx);
echo "
<DIV STYLE='position:absolute; margin-left:12.5cm; margin-top:9.7cm; line-height: 5px;'>
<iframe src='./inpaghome/supcollet_2.php' width='450' scrolling='no' frameborder='0'>
</iframe>
</DIV>
<iframe src='./inpaghome/catmonol_1.php' width='450' scrolling='no' frameborder='0'>
</iframe>
";
for($i=0;$i<$quantenewsSx;$i++){
echo "
<DIV STYLE='position:absolute; margin-left:4.5cm;'>
<p><img src='images/filetto_separatore.jpg' width='650' height='1' alt='separatore'/></p>
</DIV>
";
if(isset($newsInHomeDx[$i])) {
echo "
<DIV STYLE='position:absolute; margin-left:12.5cm; line-height: 5px;'>
<iframe src=$newsInHomeDx[$i]; width='450' scrolling='no' frameborder='0'>
</iframe>
</DIV>
";
}
echo "
<iframe src=$newsInHomeSx[$i]; width='450' scrolling='no' frameborder='0'>
</iframe>
";
}
}
?>