
var tmploc=location.href;

if( self != top )
{
}
else
{
    var showTop = '</td></tr></table></td></tr></table>';
    showTop = showTop + '<br clear="all">';

    document.write(showTop);

}

