NSMutableURLRequest *urlRequest = [[NSMutableURLRequest alloc] initWithURL: [NSURL URLWithString: @"http://dailynews.yahoo.co.jp/smartphone"]];
[urlRequest setValue: @"iPhone" forHTTPHeaderField: @"User-Agent"];
[iTaxiUIView.citWebView loadRequest:urlRequest];