Subversion Repositories SmartDukaan

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
12694 anikendra 1
<div class="insure-mobile">
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>
8
</div><!--insure-->
9
<script>
10
var pheight = Math.max(document.documentElement.clientHeight, window.innerHeight || 0);
11
if(document.getElementsByClassName('insure-mobile')[0] != undefined){
12
    document.getElementsByClassName('insure-mobile')[0].style.minHeight = pheight - 139 +'px';  
13
}
14
</script>