I\'d like to remove only the first two BR tags with jquery.
// I want to remove both BR. ... <
$("#system br:lt(2)").remove();