function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
}
    $(function() {
        $('#brand a').lightBox();
    });
	
	
	   $(function() {
        $('#advert a').lightBox();
    });
