﻿/// <reference path="jquery/jquery-1.3.2-vsdoc2.js"/>

function debug() {
	var theString = '';
	$('a').each(function() {
		theString += $(this).attr('href') + '<br />'
	});
	$('#WLSearchBoxDiv').html(theString).css('background','#fff').css('text-align','left');
}