Add something via jQuery to a specific type of SRP page. SRP page type is queried using BehindQueryString and an "if" statement for matching.
//Add banner image to specified SRP page ONLY
if(BehindQueryString.special == "1", BehindQueryString.inventorytype == "N"){
$('YOURCONTENTHERE').insertBefore('#advancedsearch .headerCustomContent');
}