﻿// JScript File
function InsertLive()
{
    document.write('\
    <tr valign="top">\
        <td>\
            <img src="http://www.kungsholmenrunt.se/Graphics/t.gif" alt="" width="12" height="1"\
                border="0"></td>\
        <td class="menyhead">\
            Aktuellt Nu!</td>\
    </tr>                                                \
    <tr valign="top" bgcolor="#ffffff" onmouseover="style.backgroundColor=\'#B2DBF4\';"\
        onmouseout="style.backgroundColor=\'#ffffff\';">\
        <td>\
            <img src="http://www.kungsholmenrunt.se/Graphics/t.gif" alt="" width="12" height="1"\
                border="0"></td>\
        <td class="menyhead">\
            <a class="menyboldred" href="http://media.kungsholmenrunt.se/2010/live.aspx">&#187;&nbsp;Direktsändning<br />\
                <img border=0 style="margin-left:25px" src="http://media.kungsholmenrunt.se/images/projector.jpg" />\
                </a>\
            <!---<font color=red><strong>Ny</strong></font>//--->\
        </td>\
    </tr>\
    <tr>\
        <td colspan="2">\
            <img src="http://www.kungsholmenrunt.se/Graphics/t.gif" alt="" width="1" height="1"\
                border="0"></td>\
    </tr>');
}

