Subversion Repositories SmartDukaan

Rev

Rev 11293 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
11293 lgm 1
<div class="insure-mobile">
11248 lgm 2
  <h2>Exclusively at Saholic</h2>
3
  <ul>
4
    <li>Only Saholic brings to you an option to protect your smartphone against theft and burglary.</li>
5
    <li>While buying your favourite mobile from Saholic, you can opt for 1 year WorldWide theft insurance.</li>
6
    <li>Introductory offer - You can opt for insurance by paying an all inclusive nominal fee of 1.5% of price of your mobile.</li>
7
  </ul>
11293 lgm 8
</div><!--insure-->
9
<script>
11433 lgm 10
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
11293 lgm 11
if(document.getElementsByClassName('insure-mobile')[0] != undefined){
12
    document.getElementsByClassName('insure-mobile')[0].style.minHeight = pheight - 139 +'px';  
13
}
14
</script>