var tips = Array('fact1','fact2','fact3','fact4','fact5','fact6','fact7','fact8','fact9');
var currentTip = -1;

function getNextTip() {
    currentTip++;
    if(currentTip >= tips.length) {
        currentTip = 0;
    }
    return tips[currentTip];
}

function rotateToolTips() {
    var top = screen.height - 350;
    nextTip = getNextTip();
    setTimeout("TagToTip('" + nextTip + "', FOLLOWSCROLL, true, CENTERWINDOW, true, STICKY, true, DURATION, 15000)",2000);
    //setTimeout("UnTip(),STICKY, true, 35000, 35000",27000);
    setTimeout("rotateToolTips()",75000,"JavaScript")
}

function writeHTMLasJS(){
    document.write("<!--Myth baster tool tip-->");
    document.write("<span id=\"fact1\" style=\"display:none;\">");
    document.write("<table width=\"100%\" border=\"0\" cellspacing=\"10\" cellpadding=\"0\">");
    document.write("  <tr>");
    document.write("    <td height=\"150\" align=\"center\"><table id=\"Table_01\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("          <tr>");
    document.write("            <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 1<\/u><\/strong><\/td>");
    document.write("          <\/tr>");
    document.write("          <tr>");
    document.write("            <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>It&rsquo;s never too early to plan for your retirement. The sooner you start, the more you can earn post retirement. <\/strong><\/div><\/td>");
    document.write("          <\/tr>");
    document.write("          <tr>");
    document.write("            <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("          <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table><\/td>");
    document.write("  <\/tr>");
    document.write("  <\/table>");
    document.write("  <\/span>");
    document.write("");
    document.write("");
    document.write("  <span id=\"fact2\" style=\"display:none;\">");
    document.write("<table id=\"Table_\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 2<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>Retirement does not mean the end of all good things in life.<\/strong><\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("");
    document.write("");
    document.write("");
    document.write("  <span id=\"fact3\" style=\"display:none;\">");
    document.write("<table id=\"Table_2\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 3<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>Changing lifestyles have made this statement archaic.<\/strong><\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("");
    document.write("  <span id=\"fact4\" style=\"display:none;\">");
    document.write("<table id=\"Table_3\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 4<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>While in traditional joint families it was  expected of one&rsquo;s children to look after them, the rise of nuclear  families has changed this trend. <\/strong> <\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("  <span id=\"fact5\" style=\"display:none;\">");
    document.write("<table id=\"Table_4\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 5<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>A house, a big car and plenty of jewelry are assets one would not like to sell to take care of monthly expenses post retirement.<\/strong><\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("");
    document.write("  <span id=\"fact6\" style=\"display:none;\">");
    document.write("<table id=\"Table_5\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 6<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>Needs tend to arise one after the other. Once  you finish paying off current liabilities like child&rsquo;s education, car  loan, home loan etc, other requirements like child's wedding, medical  exigencies, higher education etc may arise.<\/strong><\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("");
    document.write("  <span id=\"fact7\" style=\"display:none;\">");
    document.write("<table id=\"Table_6\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 7<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>Taxation on Pension<\/strong><\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("");
    document.write("  <span id=\"fact8\" style=\"display:none;\">");
    document.write("<table id=\"Table_7\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 8<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>The accumulated value of your investment will  start paying you a regular income in the form of a pension at a  frequency chosen by you. The annuity can be received monthly,  quarterly, half-yearly or yearly. There are 5 annuity options available  under ICICI Retirement Solutions.<\/strong><\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("");
    document.write("  <span id=\"fact9\" style=\"display:none;\">");
    document.write("<table id=\"Table_8\" width=\"267\" height=\"98\" border=\"0\" cellpadding=\"0\" cellspacing=\"0\">");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_01.gif\" width=\"267\" height=\"5\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td height=\"77\" align=\"center\" valign=\"top\" background=\"images\/myth-rollover_02.gif\"><table width=\"90%\" border=\"0\" cellspacing=\"5\" cellpadding=\"2\">");
    document.write("            <tr>");
    document.write("              <td style=\"font-family:Arial, Helvetica, sans-serif; font-size:16px; font-weight:bold; color:#660000\"><strong><u>Fact # 9<\/u><\/strong><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px;color:#990000\"><div align=\"justify\"><strong>Planning for retirement is not complicated if  one takes a systematic approach towards it. Here are some simple rules  that you must remember while planning for your retirement needs. By  doing so, you can arrive at an ideal&nbsp;retirement plan and start saving  for it, from today. <\/strong><\/div><\/td>");
    document.write("            <\/tr>");
    document.write("            <tr>");
    document.write("              <td align=\"left\" valign=\"top\"><a href=\"myth_buster.html\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:11px; text-decoration:none;color:#000000\"><strong>Read More &gt;&gt;<\/strong><\/a><\/td>");
    document.write("            <\/tr>");
    document.write("        <\/table><\/td>");
    document.write("      <\/tr>");
    document.write("      <tr>");
    document.write("        <td><img src=\"images\/myth-rollover_03.gif\" width=\"267\" height=\"16\" alt=\"\"><\/td>");
    document.write("      <\/tr>");
    document.write("    <\/table>");
    document.write("  <\/span>");
    document.write("<!--Myth baster tool tip-->");
    document.write("<script type=\"text/javascript\">");
    document.write("rotateToolTips();");
    document.write("</script>");
}

//document.onload = writeHTMLasJS();