﻿(function($, undefined)
{
	var url = "window.open('http://client.stretchinternet.com/client/wustl.portal#')";
	
	$(window).load(function()
	{
		if($('.bearTV').css('background-image') != "none")
		{
			$('.bearTV').css({ height: '231px', paddingTop: '0'})
						.prepend('<div style="height: 31px;">' +
									'<a href="javascript:void()" onclick="' + url + '" style="display: block; text-decoration: none;">' +
										'&nbsp;' +
									'</a>' +
							 	'</div>');
		}
	});

})(jQuery);
