function toggle(item) {

$('#'+item).toggle();

}

$('.main_table .contentframe table:first').before('<div id="sildaquiz"><a href="http://www.tvhaugaland.no/node/839"><img src="http://www.tvhaugaland.no/sites/default/files/Sildaquiz%20Nettbanner_0.jpg"></a></div>');
$('#fotballos_200x300').hide();
$('.excercise_library_list').hide();
$('.teampage_link_cell select').before('Lagsider:');

function ResizeImage(image, maxwidth, maxheight)
{
    
        w = image.width;
        h = image.height;
                
        if( w == 0 || h == 0 )
        {
            image.width = maxwidth;
            image.height = maxheight;
        }
        else if (w > h)
        {
            if (w > maxwidth) image.width = maxwidth;
        }
        else
        {
            if (h > maxheight) image.height = maxheight;
        }
                
    
}

// starts up the datepicker
$(document).ready(function(){

//$('.article_title_cell').hide();


});