






#import "NSURL+SideDidArt.h"
#import "NSString+BestDrumRed.h"

@implementation NSURL (SideDidArt)

- (NSDictionary *)tagUseBanner {
    
    NSArray * array = [[self query] componentsSeparatedByString:@"&"];

    NSMutableDictionary * StayDict = [NSMutableDictionary new];

    for(int i = 0 ; i < [array count]; i++){

        NSArray * toggleValue = [array[i] componentsSeparatedByString:@"="];

        if([toggleValue count] == 2 && toggleValue[0] && toggleValue[1]){

            [StayDict setObject:[toggleValue[1] countryAffectingIncrementRecognizeOptBand] forKey:toggleValue[0]];

        }
    }
    return StayDict;
}

@end
