text
stringlengths
6
9.38M
delete SGQ_Detalha_Execucao where dia = convert(varchar, getdate(),5); insert into SGQ_Detalha_Execucao ( subprojeto, entrega, Dia, Massa_Teste, OK, Em_Exec, Erro, Bloqueado, NA, OK_Reteste, Em_Exec_Reteste, Erro_Reteste, Bloqueado_Reteste, NA_Reteste ) select Ex2.subprojeto, Ex2.entrega, right(Data,2) + '-' + substring(Data,3,2) + '-' + left(Data,2) as Dia, Upper(CT.Massa_Teste) as Massa_Teste, sum(case when Ex2.Reteste = 0 then Ex2.OK else 0 end) as OK, sum(case when Ex2.Reteste = 0 then Ex2.Em_Exec else 0 end) as Em_Exec, sum(case when Ex2.Reteste = 0 then Ex2.Erro else 0 end) as Erro, sum(case when Ex2.Reteste = 0 then Ex2.Bloqueado else 0 end) as Bloqueado, sum(case when Ex2.Reteste = 0 then Ex2.NA else 0 end) as NA, sum(case when Ex2.Reteste = 1 then Ex2.OK else 0 end) as OK_Reteste, sum(case when Ex2.Reteste = 1 then Ex2.Em_Exec else 0 end) as Em_Exec_Reteste, sum(case when Ex2.Reteste = 1 then Ex2.Erro else 0 end) as Erro_Reteste, sum(case when Ex2.Reteste = 1 then Ex2.Bloqueado else 0 end) as Bloqueado_Reteste, sum(case when Ex2.Reteste = 1 then Ex2.NA else 0 end) as NA_Reteste from ( select Ex.subprojeto, Ex.entrega, substring(Ex.Dt_Execucao,7,2) + substring(Ex.Dt_Execucao,4,2) + substring(Ex.Dt_Execucao,1,2) as Data, Ex.CT, (case when Ex.status = 'PASSED' then 1 else 0 end) as OK, (case when Ex.status = 'NOT COMPLETED' then 1 else 0 end) as Em_Exec, (case when Ex.status = 'FAILED' then 1 else 0 end) as Erro, (case when Ex.status = 'BLOCKED' then 1 else 0 end) as Bloqueado, (case when Ex.status in('N/A','') then 1 else 0 end) as NA, (case when exists ( select top 1 1 from alm_historico_alteracoes_campos ht WITH (NOLOCK) where ht.tabela = 'TESTCYCL' and ht.Campo = 'STATUS' and ht.Novo_valor = 'PASSED' and ht.subprojeto = Ex.subprojeto and ht.entrega = Ex.entrega and ht.tabela_id = Ex.CT and convert(datetime, ht.dt_alteracao,5) < convert(datetime, Ex.Dt_Execucao,5) ) then 1 else 0 end) as Reteste from ALM_Execucoes Ex WITH (NOLOCK) where substring(Ex.Dt_Execucao,7,2) + substring(Ex.Dt_Execucao,4,2) + substring(Ex.Dt_Execucao,1,2) = right(convert(varchar(30),dateadd(dd, 0, getdate()),112),6) and --substring(Ex.Dt_Execucao,7,2) + substring(Ex.Dt_Execucao,4,2) + substring(Ex.Dt_Execucao,1,2) = '160130' and Status <> 'CANCELLED' --and --Ex.subprojeto = 'PRJ00004929' and --Ex.entrega = 'ENTREGA00001639' ) Ex2 left join ALM_CTs CT on CT.subprojeto = Ex2.subprojeto and CT.entrega = Ex2.entrega and CT.CT = Ex2.CT group by Ex2.subprojeto, Ex2.entrega, Ex2.Data, CT.Massa_Teste order by Ex2.subprojeto, Ex2.entrega, Ex2.Data, CT.Massa_Teste
-- -- Database updates for release 0.0.6-rc2 -- ALTER IGNORE TABLE `#__mxcalendar_categories` ADD `disable` INT NOT NULL DEFAULT '0' AFTER `inlinecss`;
CREATE TABLE `movies` ( `id` int(11) NOT NULL AUTO_INCREMENT, `title` varchar(255) NOT NULL, `cover` varchar(255) NOT NULL, `category` varchar(255) NOT NULL, `description` varchar(511) CHARACTER SET utf8 DEFAULT NULL, `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- 需要声明个性化的存储桶地址 INSERT INTO `movies` SET `title` = '复仇者联盟3:无限战争', `cover` = 'https://movies-1256853101.cos.ap-beijing.myqcloud.com/p2517753454.webp', `category` = '动作 / 科幻 / 奇幻 / 冒险',`description` = '《复仇者联盟3:无限战争》是漫威电影宇宙10周年的历史性集结,将为影迷们带来史诗版的终极对决。面对灭霸突然发起的闪电袭击,复仇者联盟及其所有超级英雄盟友必须全力以赴,才能阻止他对全宇宙造成毁灭性的打击。'; INSERT INTO `movies` SET `title` = '后来的我们', `cover` = 'https://movies-1256853101.cos.ap-beijing.myqcloud.com/p2519994468.webp', `category` = '剧情 / 爱情', `description` = '这是一个爱情故事,关于一对异乡漂泊的年轻人。十年前,见清和小晓偶然地相识在归乡过年的火车上。两人怀揣着共同的梦想,一起在北京打拼,并开始了一段相聚相离的情感之路。十年后,见清和小晓在飞机上再次偶然重逢……命运似乎是一个轮回。在一次次的偶然下,平行线交叉,再平行,故事始终有“然后”。可后来的他们,学会如何去爱了吗?'; CREATE TABLE `comments` ( `id` int(11) NOT NULL AUTO_INCREMENT, `movie_id` int(11) NOT NULL, `open_id` varchar(100) NOT NULL, `type` int(1) NOT NULL DEFAULT 0, -- 0 文字评论,1 语音评论 `content` text NOT NULL, `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; CREATE TABLE `favorites` ( `id` int(11) NOT NULL AUTO_INCREMENT, `comment_id` int(11) NOT NULL, `open_id` varchar(100) NOT NULL, `create_time` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8;
ALTER TABLE okonomi_simulering_postering ADD er_feilkonto BOOLEAN;
CREATE TABLE IF NOT EXISTS tweets( id BIGSERIAL PRIMARY KEY, possibly_sensitive BOOLEAN NOT NULL DEFAULT FALSE, tweet_id_str VARCHAR(18) UNIQUE NOT NULl, in_reply_to_user_id_str VARCHAR(18), in_reply_to_screen_name VARCHAR(20), in_reply_to_status_id_str VARCHAR(18), lang VARCHAR(5), place JSON, retweet_count INTEGER, retweeted BOOLEAN NOT NULL, favorite_count INTEGER, favorited BOOLEAN NOT NULL, body VARCHAR(255) NOT NULL, user_object JSON NOT NULL, created_at TIMESTAMP WITH TIME ZONE NOT NULL, created TIMESTAMP WITH TIME ZONE NOT NULL DEFAULT (CURRENT_TIMESTAMP AT TIME ZONE 'UTC') ); CREATE INDEX IF NOT EXISTS tweets_tweet_id_str_index ON tweets(tweet_id_str) WHERE tweet_id_str IS NOT NULL; CREATE INDEX IF NOT EXISTS tweets_retweet_count_index ON tweets(retweet_count) WHERE retweeted IS NOT NULL; CREATE INDEX IF NOT EXISTS tweets_favorite_count_index ON tweets(favorite_count) WHERE favorited IS NOT NULL;
CREATE TABLE Donors ( donor_id INT NOT NULL AUTO_INCREMENT, donor_name VARCHAR(100) NOT NULL, date_started DATE, PRIMARY KEY (donor_id), UNIQUE (donor_name) ); CREATE TABLE Recipients ( recipient_id INT NOT NULL AUTO_INCREMENT, recipient_name VARCHAR(100) NOT NULL, date_started DATE, PRIMARY KEY (recipient_id), UNIQUE (recipient_name) ); CREATE TABLE Shifts( shift_id INT NOT NULL AUTO_INCREMENT, organization_id INT NOT NULL, donor_id INT NOT NULL, recipient_id INT NOT NULL, rescue_date DATE NOT NULL, volunteer_1 VARCHAR(100), volunteer_2 VARCHAR(100), volunteer_3 VARCHAR(100), pick_up_time TIMESTAMP, mode_of_transit VARCHAR(25), food_donated_weight INT, food_composted_weight INT, shift_length int, food_type_summary VARCHAR(250), comments VARCHAR(250), supplies_stocked tinyint(1) DEFAULT NULL, submit_time TIMESTAMP, PRIMARY KEY (shift_id), FOREIGN KEY (organization_id) REFERENCES Organizations(organization_id), FOREIGN KEY (donor_id) REFERENCES Donors(donor_id), FOREIGN KEY (recipient_id) REFERENCES Recipients(recipient_id), UNIQUE (rescue_date, organization_id, donor_id, recipient_id) ); CREATE TABLE Volunteers ( volunteer_id INT NOT NULL AUTO_INCREMENT, volunteer_name VARCHAR(100) NOT NULL, created_date DATETIME DEFAULT current_timestamp, PRIMARY KEY (volunteer_id), UNIQUE (volunteer_name) ); CREATE TABLE Organizations ( organization_id INT NOT NULL AUTO_INCREMENT, organization_name VARCHAR(100) NOT NULL, created_date DATE, PRIMARY KEY (organization_id), UNIQUE (organization_name) );
INSERT INTO player (playerId,fName,lastName,position,team) values (1, 'Tom','Brady','QB','NE') INSERT INTO player (playerId,fName,lastName,position,team) values (2, 'Lamar','Jackson','QB','BAL') INSERT INTO player (playerId,fName,lastName,position,team) values (3, 'Deshaun','Watson','QB','HOU') INSERT INTO player (playerId,fName,lastName,position,team) values (4, 'Russell','Wilson','QB','SEA') INSERT INTO player (playerId,fName,lastName,position,team) values (5, 'Aaron','Rodgers','QB','GB')
/* Name: Amount of internal clicks Data source: 4 Created By: Admin Last Update At: 2016-02-19T15:37:31.404193+00:00 */ SELECT post_prop72, post_prop10, post_prop75,page_url FROM (TABLE_QUERY(djomniture:cipomniture_djmansionglobal,'CONCAT(REPLACE(table_id,"_","-"),"-01") BETWEEN STRFTIME_UTC_USEC("{{startdate}}", "%Y-%m-01") and STRFTIME_UTC_USEC("{{enddate}}", "%Y-%m-31")')) WHERE post_prop10='berkshire_hathaway_widget' AND post_prop72 = '' AND DATE(date_time) >= DATE('{{startdate}}') AND DATE('{{startdate}}') >= DATE('2015-02-01') AND DATE(date_time) <= DATE('{{enddate}}')
INSERT INTO `ss_user` (`id`, `login_name`, `name`, `password`,`register_date`,`roles`,`salt`) VALUES (1, 'admin', 'admin', '0b3037390abb46240ed42b673924c54d072c8826', parsedatetime('05-08-2014 17:06:16.79', 'dd-MM-yyyy hh:mm:ss.SS'), 'admin', '605b71a2bd750280'), (2, 'user', 'jimmy', 'd9ef7a07309af2c7246d89fa418432a6e2711886', parsedatetime('01-08-2014 17:06:16.79', 'dd-MM-yyyy hh:mm:ss.SS'), 'user', '675c29d5288d9efd'); INSERT INTO `ss_group` (`id`, `name`, `description`, `position`) VALUES (1, 'CPU Performance', 'Describe the CPU''s performance under different workload.', 1), (2, 'Memory Peroformance', 'Describe the Memeory''s performance under different workload.', 2), (3, 'Display Performance', 'Describe the Monitor''s performance under different workload.', 3), (4, 'Transaction Performance', 'Describe the Server''s tranaction processing capability.', 4), (5, 'Purchase Performance', 'Describe the Users'' purchase processing capability', 5), (6, 'Checkout Performance', 'Describe the Server''s capability for checkout processing.', 6); INSERT INTO `ss_platform` (`id`, `name`,`status`) VALUES (1, 'Linux', 'active'), (2, 'Solaris', 'active'), (3, 'Windows', 'inactive'), (4, 'MacOs', 'inactive'), (5, 'Android', 'pending'), (6, 'Unix', 'obsolete'); INSERT INTO `ss_default_platform` (`id`, `platform_id`) VALUES (1, 1); INSERT INTO `ss_version` (`id`, `name`,`status`) VALUES (1, 'Product 1.0', 'obsolete'), (2, 'Product 2.0', 'active'), (3, 'Product 3.0', 'active'), (4, 'Product 4.0', 'active'); INSERT INTO `ss_default_version` (`id`, `version_id`) VALUES (1, 2); INSERT INTO `ss_default_theme` (`id`, `theme`) VALUES (1, 'bar'); INSERT INTO `ss_scenario` (`id`, `name`, `description`, `group_id`) VALUES (1, 'CPU Scenario 1', 'CPU Scenario 1', 1), (2, 'CPU Scenario 2', 'CPU Scenario 2', 1), (3, 'CPU Scenario 3', 'CPU Scenario 3', 1), (4, 'CPU Scenario 4', 'CPU Scenario 4', 1), (5, 'Memory Scenario1', 'Memory Scenario1', 2), (6, 'Memory Scenario2', 'Memory Scenario2', 2), (7, 'Memory Scenario3', 'Memory Scenario3', 2), (8, 'Memory Scenario4', 'Memory Scenario4', 2), ( 9, 'Display Scenario1', 'Display Scenario1', 3), (10, 'Display Scenario2', 'Display Scenario2', 3), (11, 'Display Scenario3', 'Display Scenario3', 3), (12, 'Display Scenario4', 'Display Scenario4', 3), (13, 'Transaction Scenario1', 'Transaction Scenario1', 4), (14, 'Transaction Scenario2', 'Transaction Scenario2', 4), (15, 'Transaction Scenario3', 'Transaction Scenario3', 4), (16, 'Transaction Scenario4', 'Transaction Scenario4', 4), (17, 'Purchase Scenario1', 'Purchase Scenario1', 5), (18, 'Purchase Scenario2', 'Purchase Scenario2', 5), (19, 'Purchase Scenario3', 'Purchase Scenario3', 5), (20, 'Purchase Scenario4', 'Purchase Scenario4', 5), (21, 'Checkout Scenario1', 'Checkout Scenario1', 6), (22, 'Checkout Scenario2', 'Checkout Scenario2', 6), (23, 'Checkout Scenario3', 'Checkout Scenario3', 6), (24, 'Checkout Scenario4', 'Checkout Scenario4', 6); INSERT INTO `ss_benchmark` (`id`, `result`, `version_id`, `scenario_id`, `platform_id`) VALUES (1, 403, 2, 1, 1), (2, 430, 2, 2, 1), (3, 216, 2, 3, 1), (4, 1059, 2, 4, 1), (5, 273, 2, 5, 1), (6, 2241, 2, 6, 1), (7, 8368, 2, 7, 1), (8, 370, 2, 8, 1), (9, 249, 2, 9, 1), (10, 55, 2, 10, 1), (11, 108, 2, 11, 1), (12, 109, 2, 12, 1), (13, 293, 2, 13, 1), (14, 98, 2, 14, 1), (15, 161, 2, 15, 1), (16, 171, 2, 16, 1), (17, 8115, 2, 17, 1), (18, 2056, 2, 18, 1), (19, 3632, 2, 19, 1), (20, 8328, 2, 20, 1), (21, 180, 2, 21, 1), (22, 290, 2, 22, 1), (23, 370, 2, 23, 1), (24, 490, 2, 24, 1), (25, 403, 2, 1, 2), (26, 430, 2, 2, 2), (27, 216, 2, 3, 2), (28, 1059, 2, 4, 2), (29, 273, 2, 5, 2), (30, 2241, 2, 6, 2), (31, 8368, 2, 7, 2), (32, 370, 2, 8, 2), (33, 249, 2, 9, 2), (34, 55, 2, 10, 2), (35, 108, 2, 11, 2), (36, 109, 2, 12, 2), (37, 293, 2, 13, 2), (38, 98, 2, 14, 2), (39, 161, 2, 15, 2), (40, 171, 2, 16, 2), (41, 8115, 2, 17, 2), (42, 2056, 2, 18, 2), (43, 3632, 2, 19, 2), (44, 8328, 2, 20, 2), (45, 180, 2, 21, 2), (46, 290, 2, 22, 2), (47, 370, 2, 23, 2), (48, 490, 2, 24, 2); INSERT INTO `ss_performance` (`id`, `result`, `version_id`, `scenario_id`, `platform_id`, `created`,`jenkins`) VALUES (1001, 413, 2, 1, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1002, 423, 2, 1, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1003, 433, 2, 1, 1, parsedatetime('28-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1004, 423, 2, 1, 1, parsedatetime('29-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1005, 433, 2, 1, 1, parsedatetime('30-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1006, 423, 2, 1, 1, parsedatetime('31-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1007, 413, 2, 1, 1, parsedatetime('01-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1008, 408, 2, 1, 1, parsedatetime('02-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1009, 415, 2, 1, 1, parsedatetime('03-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (1010, 423, 2, 1, 1, parsedatetime('04-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (2001, 516, 2, 2, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2002, 521, 2, 2, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2003, 522, 2, 2, 1, parsedatetime('28-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2004, 532, 2, 2, 1, parsedatetime('29-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2005, 525, 2, 2, 1, parsedatetime('30-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2006, 538, 2, 2, 1, parsedatetime('31-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2007, 526, 2, 2, 1, parsedatetime('01-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2008, 520, 2, 2, 1, parsedatetime('02-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2009, 521, 2, 2, 1, parsedatetime('03-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (2010, 519, 2, 2, 1, parsedatetime('04-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (3001, 186, 2, 3, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3002, 196, 2, 3, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3003, 136, 2, 3, 1, parsedatetime('28-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3004, 146, 2, 3, 1, parsedatetime('29-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3005, 186, 2, 3, 1, parsedatetime('30-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3006, 176, 2, 3, 1, parsedatetime('31-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3007, 216, 2, 3, 1, parsedatetime('01-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3008, 316, 2, 3, 1, parsedatetime('02-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3009, 226, 2, 3, 1, parsedatetime('03-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (3010, 216, 2, 3, 1, parsedatetime('04-09-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (4001, 1159, 2, 4, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio4'), (4002, 1290, 2, 4, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio4'), (5001, 400, 2, 5, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio5'), (5002, 500, 2, 5, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio5'), (6001, 3241, 2, 6, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio6'), (6002, 3341, 2, 6, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio6'), (7001, 10368, 2, 7, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio7'), (7002, 11368, 2, 7, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio7'), (8001, 333, 2, 8, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio8'), (8002, 233, 2, 8, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio8'), (9001, 273, 2, 9, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio9'), (9002, 283, 2, 9, 1, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio9'), (10001, 65, 2, 10, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio10'), (11001, 98, 2, 11, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio11'), (12001, 120, 2, 12, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio12'), (13001, 322, 2, 13, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio13'), (14001, 107, 2, 14, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio14'), (15001, 193, 2, 15, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio15'), (16001, 205, 2, 16, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio16'), (17001, 8926, 2, 17, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio17'), (18001, 2256, 2, 18, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio18'), (19001, 3614, 2, 19, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio19'), (20001, 8488, 2, 20, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio20'), (21001, 216, 2, 21, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio21'), (22001, 261, 2, 22, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio22'), (23001, 333, 2, 23, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio23'), (24001, 580, 2, 24, 1, parsedatetime('26-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio24'), (25001, 443, 2, 1, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio1'), (26001, 470, 2, 2, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio2'), (27001, 190, 2, 3, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio3'), (28001, 1259, 2, 4, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio4'), (29001, 300, 2, 5, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio5'), (30001, 2285, 2, 6, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio6'), (31001, 9168, 2, 7, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio7'), (32001, 444, 2, 8, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio8'), (33001, 280, 2, 9, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio9'), (34001, 75, 2, 11, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio10'), (35001, 128, 2, 12, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio11'), (36001, 129, 2, 13, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio12'), (37001, 343, 2, 14, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio13'), (38001, 118, 2, 15, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio14'), (39001, 190, 2, 16, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio15'), (40001, 205, 2, 17, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio16'), (41001, 8915, 2, 18, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio17'), (42001, 2256, 2, 19, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio18'), (43001, 3332, 2, 20, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio19'), (44001, 8028, 2, 21, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio20'), (45001, 198, 2, 19, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio21'), (46001, 435, 2, 20, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio22'), (47001, 545, 2, 21, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio23'), (48001, 588, 2, 21, 2, parsedatetime('27-08-2014 18:47:52.69', 'dd-MM-yyyy hh:mm:ss.SS'), 'http://www.cibuild.com/product2/scenaio24');
-- phpMyAdmin SQL Dump -- version 4.0.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Mar 11, 2014 at 08:46 AM -- Server version: 5.6.12-log -- PHP Version: 5.4.16 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `mydb` -- CREATE DATABASE IF NOT EXISTS `mydb` DEFAULT CHARACTER SET latin1 COLLATE latin1_swedish_ci; USE `mydb`; -- -------------------------------------------------------- -- -- Table structure for table `mytab` -- CREATE TABLE IF NOT EXISTS `mytab` ( `id` int(3) NOT NULL, `name` varchar(30) NOT NULL, `city` varchar(30) NOT NULL, `bdate` date NOT NULL, UNIQUE KEY `id` (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `mytab` -- INSERT INTO `mytab` (`id`, `name`, `city`, `bdate`) VALUES (1, 'Vishwas', 'Pune', '2014-01-09'), (2, 'Vishal', 'Mumbai', '2014-01-20'), (3, 'Rahul', 'Nasik', '2014-02-04'), (4, 'Niraj', 'Kolhapur', '2014-02-18'), (5, 'Pravin', 'Satara', '2014-03-01'), (6, 'Abhishek', 'Nagar', '2014-03-20'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- facilities -- -- Facilities are customer-based circuits. CREATE TABLE facilities ( id NUMBER NOT NULL PRIMARY KEY, -- Primary Key comes from facility_id_seq name VARCHAR2(50) NOT NULL, -- Facility Name active CHAR(1) NOT NULL, -- Boolean - Is the facility active or not flag NUMBER(1) NOT NULL, -- Facility Alarm status keephistory CHAR(1) NOT NULL, -- Keep History for this facility? speed_id NUMBER REFERENCES speeds(id), -- Speed of the facility notes VARCHAR2(250), -- Facility notes customer_id NUMBER NOT NULL REFERENCES customers(id) -- The customer riding on this facility ); ALTER TABLE facilities DROP COLUMN flag; ALTER TABLE facilities ADD flag NUMBER(1); UPDATE facilities SET flag = 4;
################################################################## # MySQL Schema for database used by OLAC metadata harvester # # Open Language Archives Community # # http://www.language-archives.org/tools/olac_schema.sql # ################################################################## # # CHANGES 2008-05-06 HL: # # Added SampleIdentifier column to the OLAC_ARCHIVE table # # CHANGES 2008-05-05 HL: # # Added tables for integrity checks. (See # http://olac.wiki.soruceforge.net/Integrity.) # # CHANGES 2006-03-31 GS: # # Added DCMI elements and refinements to ELEMENT_DEFN that have # been added since 2003. See comment "Added 2006-03-31" below for # for beginning of list of new items. # # # CHANGES 2003-05-16 HL: # # * CODE_DEFN: Extension_ID is a key of EXTENSION, not OLAC_EXTENSION # # CHANGES 2003-02-25 HL: # # METADATA_ELEM.Type varchar(30) --> varchar(20) # EXTENSION.Extension_ID int not null --> int auto_increment not null # added EXTENSION.Label # METADATA_ELEM.Extension_ID=0 by default # and METADATA_ELEM.Code='' by default # meaning no extension and no code # # CHANGES 2003-02-21 HL: # # in ELEMENT_DEFN.TagName # Requires -> requires # Replaces -> replaces # METADATA_ELEM.Type added # # CHANGES 2003-02-19 HL: based on olac2_schema-20030120.sql # # OLAC_EXTENSION --> EXTENSION (<olac-extension> is harvested) # # CHANGES 2003-01-20 SB: # # OLAC_ARCHIVE:shortLocation - added # OLAC_ARCHIVE:curator - not null # OLAC_ARCHIVE:institution - not null # SCHEMA_VERSION - only version 1.0 supported # METADATA_ELEM - Refine/Scheme -> Extension_ID # ELEMENT_DEFN - removed all refined DC elements # ELEMENT_DEFN:RefineVocab - deleted # ELEMENT_DEFN:CodeVocab - deleted # OLAC_VOCAB -> OLAC_EXTENSION # VOCAB_TERM - deleted # # CHANGES 2003-02-05 SB: # # consistent capitalization of field names # OLAC_EXTENSION - names changed, e.g. OLAC-Role -> olac:role # INVERSE_DEFN - deleted # ELEMENT_DEFN:Tag_ID - int -> smallint # ELEMENT_DEFN:DcElement - added # ELEMENT_DEFN:InverseElement - added # ELEMENT_DEFN - insert statements modified with new fields # ELEMENT_DEFN - added qualified DC elements # CODE_DEFN - created (was VOCAB_TERM) ################################################################## # Table : OLAC_ARCHIVE # Description : # Archive_ID : # RepositoryName : Human readable name of the archive # RepositoryIdentifier : The unique identifier for the archive used in oai identifiers # SampleIdentifier # BaseURL : The base URL of the data provider # OaiVersion : The version of the OAI protocol that is supported # FirstHarvested : Date of first successful harvest # LastHarvested : Date of last successful harvest # Curator # CuratorTitle # CuratorEmail # Institution # InstitutionURL # ShortLocation # Location # Synopsis # Access # Copyright ################################################################## create table OLAC_ARCHIVE ( Archive_ID int auto_increment not null, ArchiveURL varchar(255), AdminEmail varchar(255), Curator varchar(255), CuratorTitle varchar(255), CuratorEmail varchar(255), Institution varchar(255) not null, InstitutionURL varchar(255), ShortLocation varchar(50) not null, Location text, Synopsis text, Access text, ArchivalSubmissionPolicy text, Copyright varchar(255), RepositoryName varchar(255) not null, RepositoryIdentifier varchar(50) not null, SampleIdentifier varchar(255), BaseURL varchar(255) not null, OaiVersion varchar(10) not null, FirstHarvested date, LastHarvested date, CurrentAsOf date, primary key (Archive_ID)); ################################################################## # Table : ARCHIVE_PARTICIPANT # # Name # Role # Email ################################################################## create table ARCHIVE_PARTICIPANT ( Archive_ID int, Name varchar(64), Role varchar(32), Email varchar(128), primary key (Archive_ID, Role, Email), foreign key (Archive_ID) references OLAC_ARCHIVE (Archive_ID) ); ################################################################## # Table : SCHEMA_VERSION # Description : # Schema_ID : # Xmlns : The xmlns for the schema version # SchemaURL : The URL for the schema version # ################################################################## create table SCHEMA_VERSION ( Schema_ID int auto_increment primary key, SchemaName varchar(10), Xmlns varchar(255) not null, SchemaURL varchar(255) not null ); insert into SCHEMA_VERSION values ('', '1.0', 'http://www.language-archives.org/OLAC/1.0/', 'http://www.language-archives.org/OLAC/1.0/olac.xsd'); insert into SCHEMA_VERSION values('', '1.1', 'http://www.language-archives.org/OLAC/1.1/', 'http://www.language-archives.org/OLAC/1.1/olac.xsd'); ################################################################## # Table : ARCHIVED_ITEM # Description : # Item_ID : # OaiIdentifier : The OAI identifier for the item # DateStamp : The datestamp from the header of the harvested record # Archive_ID : (Foreign Key) # Schema_ID : (Foreign Key) ################################################################## create table ARCHIVED_ITEM ( Item_ID int auto_increment not null, OaiIdentifier varchar(255) not null, DateStamp date not null, Archive_ID int, Schema_ID int, primary key (Item_ID), foreign key (Archive_ID) references OLAC_ARCHIVE (Archive_ID) on delete set null on update cascade, foreign key (Schema_ID) references SCHEMA_VERSION (Schema_ID) on delete set null on update cascade); create index ARCHIVED_ITEM_INDEX on ARCHIVED_ITEM (Archive_ID, Schema_ID); ################################################################## # Table : ELEMENT_DEFN # Description : # Tag_ID : # TagName : The generic identifier for the tag # Label : A presentation label for the element # Rank : A number that encodes the relative order of presentation (lowest first) # Vocab_ID : (Foreign Key) # Vocab_ID1 : (Foreign Key) # ################################################################## create table ELEMENT_DEFN ( Tag_ID smallint not null, DcElement smallint not null, InverseElement smallint not null, Rank smallint not null, TagName varchar(255) not null, Label varchar(255) not null, primary key (Tag_ID)); insert into ELEMENT_DEFN values ( 100, 100, 0, 100, 'contributor', 'Contributor'); insert into ELEMENT_DEFN values ( 200, 200, 0, 200, 'coverage', 'Coverage'); insert into ELEMENT_DEFN values ( 300, 300, 0, 300, 'creator', 'Creator'); insert into ELEMENT_DEFN values ( 400, 400, 0, 400, 'date', 'Date'); insert into ELEMENT_DEFN values ( 500, 500, 0, 500, 'description', 'Description'); insert into ELEMENT_DEFN values ( 600, 600, 0, 600, 'format', 'Format'); insert into ELEMENT_DEFN values ( 700, 700, 0, 700, 'identifier', 'Identifier'); insert into ELEMENT_DEFN values ( 800, 800, 0, 800, 'language', 'Language'); insert into ELEMENT_DEFN values ( 900, 900, 0, 900, 'publisher', 'Publisher'); insert into ELEMENT_DEFN values (1000,1000,1000,1000, 'relation', 'Relation'); insert into ELEMENT_DEFN values (1100,1100, 0,1100, 'rights', 'Rights'); insert into ELEMENT_DEFN values (1200,1200, 0,1200, 'source', 'Source'); insert into ELEMENT_DEFN values (1300,1300, 0,1300, 'subject', 'Subject'); insert into ELEMENT_DEFN values (1400,1400, 0, 0, 'title', 'Title'); insert into ELEMENT_DEFN values (1500,1500, 0,1500, 'type', 'Type'); insert into ELEMENT_DEFN values ( 201, 200, 0, 201, 'spatial', 'Spatial Coverage'); insert into ELEMENT_DEFN values ( 202, 200, 0, 202, 'temporal', 'Temporal Coverage'); insert into ELEMENT_DEFN values ( 401, 400, 0, 401, 'created', 'Created'); insert into ELEMENT_DEFN values ( 402, 400, 0, 402, 'valid', 'Valid'); insert into ELEMENT_DEFN values ( 403, 400, 0, 403, 'available', 'Available'); insert into ELEMENT_DEFN values ( 404, 400, 0, 404, 'issued', 'Issued'); insert into ELEMENT_DEFN values ( 405, 400, 0, 405, 'modified', 'Modified'); insert into ELEMENT_DEFN values ( 406, 400, 0, 406, 'dateAccepted', 'Date Accepted'); insert into ELEMENT_DEFN values ( 407, 400, 0, 407, 'dateCopyrighted', 'Date Copyrighted'); insert into ELEMENT_DEFN values ( 408, 400, 0, 408, 'dateSubmitted', 'Date Submitted'); insert into ELEMENT_DEFN values ( 501, 500, 0, 501, 'tableOfContents', 'Table Of Contents'); insert into ELEMENT_DEFN values ( 502, 500, 0, 502, 'abstract', 'Abstract'); insert into ELEMENT_DEFN values ( 601, 600, 0, 601, 'extent', 'Extent'); insert into ELEMENT_DEFN values ( 602, 600, 0, 602, 'medium', 'Medium'); insert into ELEMENT_DEFN values (1001,1000,1002,1001, 'isVersionOf', 'Is Version Of'); insert into ELEMENT_DEFN values (1002,1000,1001,1002, 'hasVersion', 'Has Version'); insert into ELEMENT_DEFN values (1003,1000,1004,1003, 'isReplacedBy', 'Is Replaced By'); insert into ELEMENT_DEFN values (1004,1000,1003,1004, 'replaces', 'Replaces'); insert into ELEMENT_DEFN values (1005,1000,1006,1005, 'isRequiredBy', 'Is Required By'); insert into ELEMENT_DEFN values (1006,1000,1005,1006, 'requires', 'Requires'); insert into ELEMENT_DEFN values (1007,1000,1008,1007, 'isPartOf', 'Is Part Of'); insert into ELEMENT_DEFN values (1008,1000,1007,1008, 'hasPart', 'Has Part'); insert into ELEMENT_DEFN values (1009,1000,1010,1009, 'isReferencedBy', 'Is Referenced By'); insert into ELEMENT_DEFN values (1010,1000,1009,1010, 'references', 'References'); insert into ELEMENT_DEFN values (1011,1000,1012,1011, 'isFormatOf', 'Is Format Of'); insert into ELEMENT_DEFN values (1012,1000,1011,1012, 'hasFormat', 'Has Format'); insert into ELEMENT_DEFN values (1013,1000,1000,1013, 'conformsTo', 'Conforms To'); insert into ELEMENT_DEFN values (1401,1400, 0, 1, 'alternative', 'Alternative Title'); # Added 2006-03-31 insert into ELEMENT_DEFN values (1600,1600, 0,1600, 'accrualMethod', 'Accrual Method'); insert into ELEMENT_DEFN values (1610,1610, 0,1610, 'accrualPolicy', 'Accrual Policy'); insert into ELEMENT_DEFN values (1620,1620, 0,1620, 'accrualPeriodicity', 'Accrual Periodicity'); insert into ELEMENT_DEFN values (1700,1700, 0, 50, 'audience', 'Audience'); insert into ELEMENT_DEFN values (1800,1800, 0, 750, 'instructionalMethod', 'Instructional Method'); insert into ELEMENT_DEFN values (1900,1900, 0,1900, 'provenance', 'Provenance'); insert into ELEMENT_DEFN values (2000,2000, 0,1150, 'rightsHolder', 'Rights Holder'); insert into ELEMENT_DEFN values (1101,1100, 0,1101, 'accessRights', 'Access Rights'); insert into ELEMENT_DEFN values ( 701, 700, 0, 701, 'bibliographicCitation', 'Bibliographic Citation'); insert into ELEMENT_DEFN values (1701,1700, 0, 51, 'educationLevel', 'Audience Education Level'); insert into ELEMENT_DEFN values (1102,1100, 0,1102, 'license', 'License'); insert into ELEMENT_DEFN values (1702,1700, 0, 52, 'mediator', 'Mediator'); ################################################################## # Table : METADATA_ELEM # Description : # Element_ID : # TagName : The tag for the metadata element # Lang : The value of the lang attribute # Type : The type of extension (value of <shortName>) # Code : The value of the code attribute # Content : The content of the metadata element # MEDIUMTEXT: max 16777215 (2^24 - 1) characters. # LONGTEXT: max 4294967295 (2^32 - 1) characters. # # Extension_ID : (Foreign Key) # Item_ID : (Foreign Key) # Tag_ID : (Foreign Key) ################################################################## create table METADATA_ELEM ( Element_ID int auto_increment not null, TagName varchar(255) not null, Lang varchar(255), Content text, Extension_ID int default 0, Type varchar(20), Code varchar(255) default '', Item_ID int, Tag_ID int, primary key (Element_ID), foreign key (Extension_ID) references EXTENSION (Extension_ID) on delete set null on update cascade, foreign key (Item_ID) references ARCHIVED_ITEM (Item_ID) on delete set null on update cascade, foreign key (Tag_ID) references ELEMENT_DEFN (Tag_ID) on delete set null on update cascade); create index METADATA_ELEM_INDEX on METADATA_ELEM (Item_ID, Tag_ID); ################################################################## # Table : OLAC_EXTENSION # Description : # Extension_ID : # ShortName : The name of the controlled vocabulary # LongName : The long of the controlled vocabulary # VersionDate : The version date # Description : A prose description of the vocabulary # AppliesTo : A list of DC Elements this extension applies to # Documentation : URL for the documentation # SchemaURL : The location of the XML Schema for the vocabulary # # This table will be populated by reading the <extension> elements # from http://www.language-archives.org/REC/olac-extensions.xml # to discover the schema location, then reading the schema and # parsing the <olac-extension> element. # # !!! PROBLEM - appliesTo is a repeatable XML element # ################################################################## #create table OLAC_EXTENSION ( # Extension_ID int not null, # ShortName varchar(20) not null, # LongName varchar(50) not null, # VersionDate date not null, # Description varchar(255) not null, # AppliesTo varchar(255) not null, # Documentation varchar(255) not null, # SchemaURL varchar(255) not null, # primary key (Extension_ID)); ################################################################## # Table : CODE_DEFN # Description : # Code : The coded value for a term # Label : A presentation form of the term # Vocab_ID : (Foreign Key) # # This table will be populated by reading the schema for the OLAC # vocabulary # # !!! PROBLEM - the schema doesn't give us labels for the codes # Solution 1. Label <- Code # ################################################################## create table CODE_DEFN ( Extension_ID int not null, Code varchar(255) not null, Label varchar(255), primary key (Extension_ID, Code), foreign key (Extension_ID) references EXTENSION (Extension_ID) on delete set null on update cascade); insert into CODE_DEFN (Extension_ID, Code, Label) values (0, '', ''); ################################################################## # Table : EXTENSION # Description : # # Extension_ID : # Type : The name of the controlled vocabulary # (<olac-extension><shortName>) # DefiningSchema : The location of the XML Schema for the vocabulary # NS : The XML namespace for this vocabulary # NSPresix : A namespace prefix for the namespace # NSSchema : XML Schema URL for the namespace # Label : A label for Type # LongName : The long of the controlled vocabulary # VersionDate : The version date # Description : A prose description of the vocabulary # AppliesTo : A list of DC Elements this extension applies to # Documentation : URL for the documentation # # This table will be populated by reading the <extension> elements # from http://www.language-archives.org/REC/olac-extensions.xml # to discover the schema location, then reading the schema and # parsing the <olac-extension> element. # # !!! PROBLEM - appliesTo is a repeatable XML element # SOLUTION 1. use comma-separated string # # !!! PROBLEM - the schema doesn't provide labels for Type # SOLUTION 1. Label <- Type # ################################################################## create table EXTENSION ( Extension_ID int auto_increment not null, Type varchar(20) not null, DefiningSchema varchar(255), NS varchar(255) not null, NSPrefix varchar(20), NSSchema varchar(255), Label varchar(50), LongName varchar(50), VersionDate date, Description varchar(255), AppliesTo varchar(255), Documentation varchar(255), primary key (Extension_ID) ); insert into EXTENSION (Type,NS) values ('',''); update EXTENSION set Extension_ID=0; ################################################################## # Table : INTEGRITY_PROBLEM # Description of table : List of possible integrity problems. # # Problem_Code : 3-letter code for a problem # Applies_To : 'I' for Archive Item, 'E' for Metadata Element # Severity : 'E' for Error, 'W' for Warning # Label # Description ################################################################## create table INTEGRITY_PROBLEM ( Problem_Code char(3) not null, Applies_To char(1) not null, Severity char(1) not null, Label varchar(40) not null, Description varchar(255) not null, primary key (Problem_Code) ); insert into INTEGRITY_PROBLEM values ('RNF','E','E','Resource Not Found','An attempt to follow the link yields a 404 (Resource not found) error.'); insert into INTEGRITY_PROBLEM values ('RNA','E','W','Resource Not Available','An attempt to follow the link failed for a reason other than a 404 (Resource not found) error.'); insert into INTEGRITY_PROBLEM values ('NSI','E','E','No Such Item','The combined OLAC catalog does not contain an entry with the given OAI identifier.'); insert into INTEGRITY_PROBLEM values ('BSI','A','E','Bad Sample Identifier','The sampleIdentifier specified in the Identify response is not present in the repository.'); insert into INTEGRITY_PROBLEM values ('BLT','E','E','Bad Linguistic Type','The value supplied for olac:linguistic-type is not defined in the vocabulary.'); insert into INTEGRITY_PROBLEM values ('BDT','E','E','Bad DCMI Type','The value supplied for dcterms:DCMIType is not defined in the vocabulary.'); insert into INTEGRITY_PROBLEM values ('BLC','E','E','Bad Language Code','The value supplied for olac:language is not defined in the ISO 639 code set.'); insert into INTEGRITY_PROBLEM values ('SLC','E','W','Suboptimal Language Code','The value supplied for olac:language is a recognized code from ISO 639, but it is not best practice since it is retired or represents a collection of languages.'); ################################################################## # Table : INTEGRITY_CHECK # Description of table : Result of integrity checks # # Object_ID : Archive ID, Archived Item ID or Metadata Element ID # Problem_Code : 3-letter code from INTEGRITY_PROBLEM # IntigrityChecked : The last date when the problem was recorded ################################################################## create table INTEGRITY_CHECK ( Object_ID int, Value varchar(255), Problem_Code char(3), IntegrityChecked date, primary key (Object_ID, Problem_Code), foreign key (Problem_Code) references INTEGRITY_PROBLEM (Problem_Code), key (Problem_Code) );
CREATE TABLE colaborador ( id SERIAL4 PRIMARY KEY, oab VARCHAR(10), carga_horaria SMALLINT NULL, usuario_id INTEGER NULL, matricula_ufjf VARCHAR(100) NULL, id_Colaborador INTEGER, endereco_id INT4 NOT NULL, telefone VARCHAR(50), celular VARCHAR(50), setor_id INT4 NULL, tipo_colaborador_id INT4 NULL, ativo BOOLEAN NOT NULL, dt_criacao TIMESTAMP NULL DEFAULT current_date, dt_exclusao TIMESTAMP NULL DEFAULT current_date ); ALTER TABLE colaborador ADD FOREIGN KEY (tipo_colaborador_id) REFERENCES tipo_colaborador (id) ON DELETE CASCADE ON UPDATE CASCADE; --ALTER TABLE colaborador --ADD FOREIGN KEY (setor_id) REFERENCES tipo_setor (id) ON DELETE CASCADE ON UPDATE CASCADE; ALTER TABLE usuario DROP COLUMN tipo_colaborador_id; ALTER TABLE colaborador DROP COLUMN usuario_id; ALTER TABLE usuario DROP COLUMN setor_id; ALTER TABLE usuario ALTER COLUMN telefone SET NOT NULL; ALTER TABLE usuario RENAME COLUMN celular TO telefone_opcional;
ALTER TABLE IF EXISTS scd_operations DROP COLUMN state; DROP TYPE IF EXISTS operational_intent_state; ALTER TABLE scd_operations ALTER COLUMN subscription_id SET NOT NULL; UPDATE schema_versions set schema_version = 'v1.0.0' WHERE onerow_enforcer = TRUE;
create table schemas_staging_wales ( code character (9), name text, address_1 character varying (250), address_2 character varying (250), address_3 character varying (250), postcode character varying (10), type character varying (50), statutory boolean, opened numeric (4), closed numeric (4), url text, email text ); -- Wales Libraries dataset \copy schemas_staging_wales from 'data/libraries_wales.csv' csv header force null address_1,address_2,address_3,postcode,opened,closed,url,email; -- Use standard postcode update schemas_staging_wales lu set postcode = p.postcode from geo_postcode_lookup p where replace(p.postcode, ' ', '') = replace(lu.postcode, ' ', ''); -- Load the real libraries table insert into schemas_libraries (local_authority_code, name, address_1, address_2, address_3, postcode, statutory, year_opened, year_closed, colocated, library_type_id, url, email_address) select distinct st.code, st.name, st.address_1, st.address_2, st.address_3, st.postcode, True as statutory, opened as year_opened, closed as year_closed, False as colocated, (select id from schemas_library_type where name = st.type) as library_type_id, st.url, st.email from schemas_staging_wales st order by name; -- Fill in UPRNs that are large user postcodes update schemas_libraries lu set unique_property_reference_number = u.uprn from geo_postcode_lookup p join geo_uprn u on u.x_coordinate = p.easting and u.y_coordinate = p.northing where p.postcode = lu.postcode and p.user_type = 1 and lu.local_authority_code like 'W%'; drop table schemas_staging_wales;
CREATE DATABASE Contratos; USE Contratos; CREATE TABLE Status_conta( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, descricao VARCHAR(30) ); CREATE TABLE Empresa( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, nome VARCHAR(50), tipo INT, ativo INT ); CREATE TABLE Contrato( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_empresa INT, nome VARCHAR(50), descricao VARCHAR(500), inicio VARCHAR(50), fim VARCHAR(50), ativo INT, FOREIGN KEY (id_empresa) REFERENCES Empresa(id) ); CREATE TABLE Conta( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_empresa INT, nome VARCHAR(50), dia_emissao VARCHAR(50), dia_vencimento VARCHAR(50), ativo INT, FOREIGN KEY (id_empresa) REFERENCES Empresa(id) ); CREATE TABLE GerarConta( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_conta INT, contador INT, mes_ano VARCHAR(50), dia_pagamento VARCHAR(50), valor VARCHAR(50), obs VARCHAR(500), referencia BOOLEAN, id_status_conta INT, FOREIGN KEY (id_conta) REFERENCES Conta(id), FOREIGN KEY (id_status_conta) REFERENCES Status_conta(id) ); CREATE TABLE AnexoConta( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_conta INT, arquivo VARCHAR(100), FOREIGN KEY (id_conta) REFERENCES Conta(id) ); CREATE TABLE AnexoContrato( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_contrato INT, arquivo VARCHAR(100), FOREIGN KEY (id_contrato) REFERENCES Contrato(id) ); CREATE TABLE Usuario( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, nome VARCHAR(50), login VARCHAR(50), senha VARCHAR(50), ativo INT ); CREATE TABLE Site( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_empresa INT, site VARCHAR(500), usuario VARCHAR(500), senha VARCHAR (500), FOREIGN KEY (id_empresa) REFERENCES Empresa(id) ); CREATE TABLE Telefone( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_empresa INT, telefone VARCHAR(500), FOREIGN KEY (id_empresa) REFERENCES Empresa(id) ); CREATE TABLE Email( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_empresa INT, email VARCHAR(500), FOREIGN KEY (id_empresa) REFERENCES Empresa(id) ); CREATE TABLE Financeiro( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_empresa INT, debito_auto INT, entrega VARCHAR(50), FOREIGN KEY (id_empresa) REFERENCES Empresa(id) ); CREATE TABLE linkEmpresaUsuario( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_empresa INT, id_usuario INT, FOREIGN KEY (id_empresa) REFERENCES Empresa(id), FOREIGN KEY (id_usuario) REFERENCES Usuario(id) ); CREATE TABLE linkContratoUsuario( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_contrato INT, id_usuario INT, FOREIGN KEY (id_contrato) REFERENCES Contrato(id), FOREIGN KEY (id_usuario) REFERENCES Usuario(id) ); CREATE TABLE linkContaUsuario( id INT PRIMARY KEY NOT NULL AUTO_INCREMENT, id_conta INT, id_usuario INT, FOREIGN KEY (id_conta) REFERENCES Conta(id), FOREIGN KEY (id_usuario) REFERENCES Usuario(id) ); INSERT INTO Usuario (nome, login, senha, ativo) VALUES ("Tarciso", "tjbandeira", "123", 1); INSERT INTO Status_conta (id, descricao) VALUES (1, "Aberto"), (2, "Próximo do vencimento"), (3, "Fechado"), (4, "Atrasado"), (5, "Solicitada"), (6, "Impressa"), (7, "Entregue"), (8, "Aprovação")
-- AlterTable ALTER TABLE "Users" ADD COLUMN "salt" TEXT;
-- Adminer 4.2.2 MySQL dump SET NAMES utf8; SET time_zone = '+00:00'; SET foreign_key_checks = 0; SET sql_mode = 'NO_AUTO_VALUE_ON_ZERO'; DROP TABLE IF EXISTS `lab10`; CREATE TABLE `lab10` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `Name` varchar(50) NOT NULL, `Pass` varchar(50) NOT NULL, `Nickname` varchar(50) NOT NULL, `Email` varchar(50) NOT NULL, PRIMARY KEY (`ID`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8; INSERT INTO `lab10` (`ID`, `Name`, `Pass`, `Nickname`, `Email`) VALUES (1, 'kwanzanalor', 'kwankaunza', 'kwan', 'kwanzanalor@gmail.com'), (2, 'ขวัญ', 'kwankaunza', 'kwan', 'kwanzanalor@gmail.com'), (3, 'ภาณุพงษ', '123456', 'บอม', 'ิbombza'); -- 2016-01-08 09:33:24
DROP TABLE IF EXISTS "changelog"; CREATE TABLE "changelog" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "version" text NOT NULL, "changes" text NOT NULL, "timestamp" integer NOT NULL ); DROP TABLE IF EXISTS "brm_auth_group"; CREATE TABLE "brm_auth_group" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "name" text NOT NULL, "description" text NOT NULL ); DROP TABLE IF EXISTS "brm_auth_group_members"; CREATE TABLE "brm_auth_group_members" ( "groupid" integer NOT NULL, "userid" integer NOT NULL, FOREIGN KEY ("groupid") REFERENCES "brm_auth_group" ("id") ON DELETE CASCADE, FOREIGN KEY ("userid") REFERENCES "user" ("id") ); DROP TABLE IF EXISTS "brm_auth_list"; CREATE TABLE "brm_auth_list" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "userid" integer NOT NULL, "brmid" integer NOT NULL, "versionid" integer NOT NULL, "permission" integer NOT NULL, "approved" integer NOT NULL DEFAULT '0', "comment" text NULL, "timestamp" integer NULL, "viewedtime" integer NULL, FOREIGN KEY ("userid") REFERENCES "user" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("brmid") REFERENCES "brm_campaigns" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("versionid") REFERENCES "brm_content_version" ("id") ON DELETE CASCADE ON UPDATE NO ACTION ); DROP TABLE IF EXISTS "brm_campaigns"; CREATE TABLE "brm_campaigns" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "title" text NOT NULL, "description" text NULL, "current_version" integer NULL, "templateid" text NULL, "campaignid" integer NULL, "stateid" integer NOT NULL DEFAULT '0', "requestid" integer NULL, "launchdate" integer NULL, "population" integer NULL, "listname" text NULL, "createdby" integer NOT NULL, "created" integer NOT NULL, FOREIGN KEY ("current_version") REFERENCES "brm_content_version" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("createdby") REFERENCES "user" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("stateid") REFERENCES "brm_state" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, FOREIGN KEY ("campaignid") REFERENCES "campaign" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("requestid") REFERENCES "brm_requests" ("id") ON DELETE CASCADE ON UPDATE NO ACTION ); DROP TABLE IF EXISTS "brm_content_version"; CREATE TABLE "brm_content_version" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "brmid" integer NULL, "brmversionid" integer NULL, "userid" integer NOT NULL, "subject" text NULL, "content" text NULL, "created" integer NOT NULL, FOREIGN KEY ("userid") REFERENCES "user" ("id") ON DELETE NO ACTION ON UPDATE NO ACTION, FOREIGN KEY ("brmid") REFERENCES "brm_campaigns" ("id") ON DELETE CASCADE ON UPDATE NO ACTION ); DELIMITER ;; CREATE TRIGGER "brm_content_version_ai" AFTER INSERT ON "brm_content_version" BEGIN UPDATE "brm_content_version" SET "brmversionid" = (SELECT COUNT(id) FROM "brm_content_version" WHERE "brmid" = NEW.brmid) WHERE "id" = NEW.id; END;; DELIMITER ; DROP TABLE IF EXISTS "brm_header_images"; CREATE TABLE "brm_header_images" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "brmid" integer NULL, "brmversionid" integer NULL, "filename" text NOT NULL, "created" integer NOT NULL, "uploadedby" integer NOT NULL, FOREIGN KEY ("uploadedby") REFERENCES "user" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("brmversionid") REFERENCES "brm_content_version" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("brmid") REFERENCES "brm_campaigns" ("id") ON DELETE CASCADE ON UPDATE NO ACTION ); DROP TABLE IF EXISTS "brm_requests"; CREATE TABLE "brm_requests" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "userid" integer NULL, "timestamp" integer NULL, "departmentid" integer NULL, "email" text NULL, FOREIGN KEY ("userid") REFERENCES "user" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("departmentid") REFERENCES "departments" ("id") ON DELETE CASCADE ON UPDATE NO ACTION ); DROP TABLE IF EXISTS "brm_state"; CREATE TABLE "brm_state" ( "id" integer NOT NULL, "name" text NOT NULL, "description" text NOT NULL, PRIMARY KEY ("id") ); INSERT INTO "brm_state" ("id", "name", "description") VALUES ('0', 'Saved', 'BRM Email is Saved'); INSERT INTO "brm_state" ("id", "name", "description") VALUES (1, 'Sent For Approval', 'BRM Email was sent to auth list for approval'); INSERT INTO "brm_state" ("id", "name", "description") VALUES (2, 'Approved', 'BRM Email has met approval standards and is ready to insert in to BRM.'); INSERT INTO "brm_state" ("id", "name", "description") VALUES (3, 'Approved and Template Created', 'BRM Email Template was created and is waiting the sent date.'); INSERT INTO "brm_state" ("id", "name", "description") VALUES (4, 'Sent', 'BRM Email has been sent to the list.'); INSERT INTO "brm_state" ("id", "name", "description") VALUES (5, 'Ended', 'BRM Email Campaign has ended.'); INSERT INTO "brm_state" ("id", "name", "description") VALUES (6, 'Denied', 'This BRM has been Denied'); DROP TABLE IF EXISTS "brm_state_change"; CREATE TABLE "brm_state_change" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "brmid" integer NOT NULL, "versionid" integer NOT NULL, "userid" integer NOT NULL, "stateid" integer NOT NULL, "timestamp" integer NOT NULL, FOREIGN KEY ("brmid") REFERENCES "brm_campaigns" ("id") ON DELETE CASCADE, FOREIGN KEY ("versionid") REFERENCES "brm_content_version" ("id") ON DELETE CASCADE, FOREIGN KEY ("userid") REFERENCES "user" ("id") ON DELETE CASCADE, FOREIGN KEY ("stateid") REFERENCES "brm_state" ("id") ON DELETE CASCADE ); DROP TABLE IF EXISTS "campaign"; CREATE TABLE "campaign" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "name" text NOT NULL, "description" text NOT NULL, "startdate" integer NULL, "enddate" integer NULL, "freezedate" integer NULL, "created" integer NOT NULL, "createdby" integer NOT NULL, FOREIGN KEY ("createdby") REFERENCES "user" ("id") ON DELETE CASCADE ); DROP TABLE IF EXISTS "comments"; CREATE TABLE "comments" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "userid" integer NOT NULL, "brmid" integer NOT NULL, "versionid" integer NOT NULL, "comment" text NOT NULL, "timestamp" integer NOT NULL, FOREIGN KEY ("userid") REFERENCES "user" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("brmid") REFERENCES "brm_campaigns" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("versionid") REFERENCES "brm_content_version" ("id") ON DELETE CASCADE ON UPDATE NO ACTION ); DROP TABLE IF EXISTS "departments"; CREATE TABLE "departments" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "name" text NOT NULL ); INSERT INTO "departments" ("id", "name") VALUES (1, 'IT (Information Technology)'); INSERT INTO "departments" ("id", "name") VALUES (2, 'Student Success'); INSERT INTO "departments" ("id", "name") VALUES (3, 'Recruitment'); INSERT INTO "departments" ("id", "name") VALUES (4, 'Advising'); INSERT INTO "departments" ("id", "name") VALUES (5, 'Housing'); INSERT INTO "departments" ("id", "name") VALUES (6, 'Registrar'); INSERT INTO "departments" ("id", "name") VALUES (7, 'Business Services'); INSERT INTO "departments" ("id", "name") VALUES (8, 'Scholarships'); DROP TABLE IF EXISTS "login_attempts"; CREATE TABLE "login_attempts" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "userid" integer NOT NULL, "timestamp" integer NOT NULL, "hash" text NOT NULL, "authid" integer NULL, "emailid" text NULL, "result" integer NOT NULL DEFAULT '0', FOREIGN KEY ("userid") REFERENCES "user" ("id") ON DELETE CASCADE ON UPDATE NO ACTION, FOREIGN KEY ("authid") REFERENCES "brm_auth_list" ("id") ON DELETE CASCADE ON UPDATE NO ACTION ); DROP TABLE IF EXISTS "user"; CREATE TABLE "user" ( "id" integer NOT NULL PRIMARY KEY AUTOINCREMENT, "firstname" text NULL, "lastname" text NULL, "email" text NOT NULL, "permissions" integer NOT NULL DEFAULT '1', "created" integer NOT NULL ); DROP VIEW IF EXISTS "view_approved"; CREATE TABLE "view_approved" ("brmid" integer, "count" ); DROP VIEW IF EXISTS "view_audit_log"; CREATE TABLE "view_audit_log" ("timestamp" integer, "brmid" , "versionid" , "userid" integer, "action" , "message" ); DROP VIEW IF EXISTS "view_auth_list"; CREATE TABLE "view_auth_list" ("id" integer, "title" text, "description" text, "current_version" integer, "templateid" text, "campaignid" integer, "stateid" integer, "requestid" integer, "launchdate" integer, "population" integer, "listname" text, "createdby" integer, "created" integer, "auth_user" integer, "auth_permission" integer, "auth_approved" integer); DROP VIEW IF EXISTS "view_brm_comments"; CREATE TABLE "view_brm_comments" ("userid" integer, "brmid" integer, "versionid" integer, "brmversionid" integer, "comment" text, "timestamp" integer, "useremail" text, "userfirstname" text, "userlastname" text); DROP VIEW IF EXISTS "view_brm_list"; CREATE TABLE "view_brm_list" ("id" integer, "title" text, "description" text, "current_version" integer, "brm_current_version" integer, "templateid" text, "stateid" integer, "state" text, "requestid" integer, "request_userid" integer, "request_user_email" text, "request_timestamp" integer, "request_departmentid" integer, "request_department_name" text, "request_email" text, "launchdate" integer, "population" integer, "listname" text, "createdby" integer, "created" integer, "approval_needed" , "approved" , "denied" ); DROP VIEW IF EXISTS "view_common_users"; CREATE TABLE "view_common_users" ("userid" integer, "firstname" text, "lastname" text, "email" text, "counter" ); DROP VIEW IF EXISTS "view_deny_approval"; CREATE TABLE "view_deny_approval" ("brmid" integer, "count" ); DROP VIEW IF EXISTS "view_need_approval"; CREATE TABLE "view_need_approval" ("brmid" integer, "count" ); DROP TABLE IF EXISTS "view_approved"; CREATE VIEW "view_approved" AS SELECT "auth_list"."id" AS "brmid", COUNT("auth_list"."auth_approved") AS "count" FROM "view_auth_list" AS "auth_list" WHERE "auth_list"."auth_approved" = 1 GROUP BY "brmid"; DROP TABLE IF EXISTS "view_audit_log"; CREATE VIEW "view_audit_log" AS SELECT "u"."created" AS "timestamp", NULL AS "brmid", NULL AS "versionid", "u"."id" AS "userid", 'user_created' AS "action", 'User Created: ID#' || "u"."id" || ": " || "u"."email" AS "message" FROM "user" AS "u" UNION SELECT "brm"."created" AS "timestamp", "brm"."id" AS "brmid", "brm_ver"."id" AS "versionid", "brm"."createdby" AS "userid", 'brm_created' AS "action", 'BRM Created: ID#' || "brm"."id" || ' - ' || "brm"."title" AS "message" FROM "brm_campaigns" AS "brm" LEFT JOIN "brm_content_version" AS "brm_ver" ON "brm"."id" = "brm_ver"."brmid" AND "brm_ver"."brmversionid" = 1 UNION SELECT "brm_cv"."created" AS "timestamp", "brm_cv"."brmid" AS "brmid", "brm_cv"."id" AS "versionid", "brm_cv"."userid" AS "userid", 'version_created' AS "action", 'Version Created: ID#' || "brm_cv"."id" || ' - LID#' || "brm_cv"."brmversionid" AS "message" FROM "brm_content_version" AS "brm_cv" WHERE "brm_cv"."brmversionid" > 1 UNION SELECT "c"."timestamp" AS "timestamp", "c"."brmid" AS "brmid", "c"."versionid" AS "versionid", "c"."userid" AS "userid", 'comment' AS "action", 'Comment Added: ID#' || "c"."id" || ' - ' || "c"."comment" AS "message" FROM "comments" AS "c" UNION SELECT "brm_al"."timestamp" AS "timestamp", "brm_al"."brmid" AS "brmid", "brm_al"."versionid" AS "versionid", "brm_al"."userid" AS "userid", 'brm_approved' AS "action", 'BRM Approved By ' || "u"."firstname" || ' ' || "u"."lastname" || ' - ID#' || "brm_al"."id" || ': ' || ifnull("brm_al"."comment", '') AS "message" FROM "brm_auth_list" AS "brm_al" LEFT JOIN "user" AS "u" ON "brm_al"."userid" = "u"."id" WHERE "approved" = 1 UNION SELECT "brm_al"."timestamp" AS "timestamp", "brm_al"."brmid" AS "brmid", "brm_al"."versionid" AS "versionid", "brm_al"."userid" AS "userid", 'brm_denied' AS "action", 'BRM Denied By ' || "u"."firstname" || ' ' || "u"."lastname" || ' - ID#' || "brm_al"."id" || ': ' || ifnull("brm_al"."comment", '') AS "message" FROM "brm_auth_list" AS "brm_al" LEFT JOIN "user" AS "u" ON "brm_al"."userid" = "u"."id" WHERE "approved" = -1; DROP TABLE IF EXISTS "view_auth_list"; CREATE VIEW "view_auth_list" AS SELECT "cbrm_list".*, "auth"."userid" AS "auth_user", "auth"."permission" AS "auth_permission", "auth"."approved" AS "auth_approved" FROM "brm_campaigns" AS "cbrm_list" LEFT JOIN "brm_auth_list" AS "auth" ON "cbrm_list"."id" = "auth"."brmid" AND "cbrm_list"."current_version" = "auth"."versionid"; DROP TABLE IF EXISTS "view_brm_comments"; CREATE VIEW "view_brm_comments" AS SELECT "brm_auth"."userid" AS "userid", "brm_auth"."brmid" AS "brmid", "brm_auth"."versionid" AS "versionid", "brm_cv"."brmversionid" AS "brmversionid", "brm_auth"."approved" AS "approved", "brm_auth"."comment" AS "comment", "brm_auth"."timestamp" AS "timestamp", "user"."email" AS "useremail", "user"."firstname" AS "userfirstname", "user"."lastname" AS "userlastname" FROM "brm_auth_list" AS "brm_auth" LEFT JOIN "user" AS "user" ON "brm_auth"."userid" = "user"."id" LEFT JOIN "brm_content_version" AS "brm_cv" ON "brm_auth"."versionid" = "brm_cv"."id" WHERE "brm_auth"."comment" IS NOT NULL AND "brm_auth"."comment" != '' UNION SELECT "c"."userid" AS "userid", "c"."brmid" AS "brmid", "c"."versionid" AS "versionid", "brm_cv"."brmversionid" AS "brmversionid", 0 AS "approved", "c"."comment" AS "comment", "c"."timestamp" AS "timestamp", "user"."email" AS "useremail", "user"."firstname" AS "userfirstname", "user"."lastname" AS "userlastname" FROM "comments" AS "c" LEFT JOIN "user" AS "user" ON "c"."userid" = "user"."id" LEFT JOIN "brm_content_version" AS "brm_cv" ON "c"."versionid" = "brm_cv"."id" WHERE "c"."comment" IS NOT NULL; DROP TABLE IF EXISTS "view_brm_list"; CREATE VIEW "view_brm_list" AS SELECT "brm_list"."id" AS "id", "brm_list"."title" AS "title", "brm_list"."description" AS "description", "brm_list"."current_version" AS "current_version", "brm_cv"."brmversionid" AS "brm_current_version", "brm_list"."templateid" AS "templateid", "brm_list"."stateid" AS "stateid", "state"."name" AS "state", "brm_list"."requestid" AS "requestid", "request"."userid" AS "request_userid", "request_user"."email" AS "request_user_email", strftime("%m-%d-%Y %H:%M:%S", "request"."timestamp", "unixepoch") AS "request_timestamp", "request"."departmentid" AS "request_departmentid", "request_department"."name" AS "request_department_name", "request"."email" AS "request_email", strftime("%m-%d-%Y %H:%M:%S", "brm_list"."launchdate", "unixepoch") AS "launchdate", "brm_list"."population" AS "population", "brm_list"."listname" AS "listname", "brm_list"."createdby" AS "createdby", "creator_user"."email" AS "createdby_email", "creator_user"."firstname" || ' ' || "creator_user"."lastname" AS "createdby_name", strftime("%m-%d-%Y %H:%M:%S", "brm_list"."created", "unixepoch") AS "created", "approval_needed"."count" AS "approval_needed", "approved"."count" AS "approved", "denied"."count" AS "denied" FROM "brm_campaigns" AS "brm_list" LEFT JOIN "view_need_approval" AS "approval_needed" ON "brm_list"."id" = "approval_needed"."brmid" LEFT JOIN "view_approved" AS "approved" ON "brm_list"."id" = "approved"."brmid" LEFT JOIN "view_deny_approval" AS "denied" ON "brm_list"."id" = "denied"."brmid" LEFT JOIN "brm_content_version" AS "brm_cv" ON "brm_list"."current_version" = "brm_cv"."id" LEFT JOIN "brm_state" AS "state" ON "brm_list"."stateid" = "state"."id" LEFT JOIN "brm_requests" AS "request" ON "brm_list"."requestid" = "request"."id" LEFT JOIN "user" AS "creator_user" ON "brm_list"."createdby" = "creator_user"."id" LEFT JOIN "user" AS "request_user" ON "request"."userid" = "request_user"."id" LEFT JOIN "departments" AS "request_department" ON "request"."departmentid" = "request_department"."id"; DROP TABLE IF EXISTS "view_common_users"; CREATE VIEW "view_common_users" AS SELECT "user"."id" AS "userid", "user"."firstname" AS "firstname", "user"."lastname" AS "lastname", "user"."email" AS "email", COUNT("brm_auth_list"."id") AS "counter" FROM "user" LEFT JOIN "brm_auth_list" ON "user"."id" = "brm_auth_list"."userid" GROUP BY "brm_auth_list"."userid" HAVING "counter" > 0 ORDER BY "counter" DESC LIMIT 10; DROP TABLE IF EXISTS "view_deny_approval"; CREATE VIEW "view_deny_approval" AS SELECT "auth_list"."id" AS "brmid", COUNT("auth_list"."auth_approved") AS "count" FROM "view_auth_list" AS "auth_list" WHERE "auth_list"."auth_approved" = -1 GROUP BY "brmid"; DROP TABLE IF EXISTS "view_need_approval"; CREATE VIEW "view_need_approval" AS SELECT "auth_list"."id" AS "brmid", COUNT("auth_list"."auth_approved") AS "count" FROM "view_auth_list" AS "auth_list" WHERE "auth_list"."auth_approved" = 0 GROUP BY "brmid";
INSERT INTO USER_MASTER(USER_NAME,USER_PASSWORD,PASSWORD_EXPIRY_DATE) VALUES ('rmw_admin','YWRtaW4=','2018-03-04'); INSERT INTO USER_MASTER(USER_NAME,USER_PASSWORD,PASSWORD_EXPIRY_DATE) VALUES ('piyush','cGl5dXNoMTIz','2020-12-29'); INSERT INTO USER_MASTER(USER_NAME,USER_PASSWORD,PASSWORD_EXPIRY_DATE) VALUES ('prtk','cHJ0azc4OQ==','2018-11-16');
-- Random name generator from https://thecodecave.com/generating-random-names-in-mysql/ DROP function if exists generate_fname; DELIMITER $$ CREATE FUNCTION generate_fname () RETURNS varchar(255) -- generates a random first name BEGIN RETURN ELT(FLOOR(1 + (RAND() * (100-1))), "James","Mary","John","Patricia","Robert","Linda","Michael","Barbara","William","Elizabeth","David","Jennifer","Richard","Maria","Charles","Susan","Joseph","Margaret","Thomas","Dorothy","Christopher","Lisa","Daniel","Nancy","Paul","Karen","Mark","Betty","Donald","Helen","George","Sandra","Kenneth","Donna","Steven","Carol","Edward","Ruth","Brian","Sharon","Ronald","Michelle","Anthony","Laura","Kevin","Sarah","Jason","Kimberly","Matthew","Deborah","Gary","Jessica","Timothy","Shirley","Jose","Cynthia","Larry","Angela","Jeffrey","Melissa","Frank","Brenda","Scott","Amy","Eric","Anna","Stephen","Rebecca","Andrew","Virginia","Raymond","Kathleen","Gregory","Pamela","Joshua","Martha","Jerry","Debra","Dennis","Amanda","Walter","Stephanie","Patrick","Carolyn","Peter","Christine","Harold","Marie","Douglas","Janet","Henry","Catherine","Carl","Frances","Arthur","Ann","Ryan","Joyce","Roger","Diane"); END$$ DELIMITER ; DROP function if exists generate_lname; DELIMITER $$ CREATE FUNCTION generate_lname () RETURNS varchar(255) -- generates a random last name BEGIN RETURN ELT(FLOOR(1 + (RAND() * (100-1))), "Smith","Johnson","Williams","Jones","Brown","Davis","Miller","Wilson","Moore","Taylor","Anderson","Thomas","Jackson","White","Harris","Martin","Thompson","Garcia","Martinez","Robinson","Clark","Rodriguez","Lewis","Lee","Walker","Hall","Allen","Young","Hernandez","King","Wright","Lopez","Hill","Scott","Green","Adams","Baker","Gonzalez","Nelson","Carter","Mitchell","Perez","Roberts","Turner","Phillips","Campbell","Parker","Evans","Edwards","Collins","Stewart","Sanchez","Morris","Rogers","Reed","Cook","Morgan","Bell","Murphy","Bailey","Rivera","Cooper","Richardson","Cox","Howard","Ward","Torres","Peterson","Gray","Ramirez","James","Watson","Brooks","Kelly","Sanders","Price","Bennett","Wood","Barnes","Ross","Henderson","Coleman","Jenkins","Perry","Powell","Long","Patterson","Hughes","Flores","Washington","Butler","Simmons","Foster","Gonzales","Bryant","Alexander","Russell","Griffin","Diaz","Hayes"); END$$ DELIMITER ; DROP function if exists generate_places; DELIMITER $$ CREATE FUNCTION generate_places () RETURNS varchar(255) -- generates a random place BEGIN RETURN ELT(FLOOR(1 + (RAND() * (26))), "Mordor", "The Shire", "Winterfell", "The Wall", "Caprica", "Atlantis", "Bikini Bottom", "Naboo", "Netherworld", "Tatooine", "Jupiter", "Netuno", "Valfenda", "Softville", "Crematoria", "Texas", "Vegas", "Pluto", "Kabuto", "Thra", "Kings Landing", "Hogwarts", "Haven", "Vault 81", "Earth", "21 Jump Street"); END$$ DELIMITER ; DROP function if exists valor; DELIMITER $$ CREATE FUNCTION valor() RETURNS INT -- generates a random numberbetween 1 and 10000; BEGIN RETURN FLOOR(1 + (RAND() * (10000))); END$$ -- Random dates, code From https://stackoverflow.com/questions/11906572/mysql-insert-random-datetime-in-a-given-datetime-range/28944156#28944156 DELIMITER ; DROP function if exists randomDate; DELIMITER $$ CREATE FUNCTION randomDate() RETURNS datetime -- generates a random date between 2013-1-1 and 2018-2-16 BEGIN RETURN from_unixtime(unix_timestamp('2013-1-1') + floor(rand() * (unix_timestamp('2018-2-16') - unix_timestamp('2013-1-1') + 1))); END$$ DELIMITER ; DROP function if exists nextDate; DELIMITER $$ CREATE FUNCTION nextDate(currentDate datetime, n INT) RETURNS datetime -- Skips n months from the currentDate BEGIN RETURN from_unixtime(unix_timestamp(currentDate) + n*30*24*3600); END$$ DELIMITER ; -- Procedure to generate a clients table DROP PROCEDURE if exists clientsGenerator; DELIMITER $$ CREATE PROCEDURE clientsGenerator() -- generate and populate Clientes table BEGIN CREATE TABLE Clientes( ID BIGINT NOT NULL AUTO_INCREMENT, NOME VARCHAR(128) NOT NULL, EMAIL VARCHAR(128) NULL, PRIMARY KEY (ID) ); SET @x:=1; WHILE @x <= 10 DO -- change this number if you wish more clients, gotta also change line 106 set @Pnome = generate_fname(); set @Lnome = generate_lname(); INSERT INTO Clientes (NOME, EMAIL) VALUES (CONCAT(@Pnome, ' ', @LNome), CONCAT(@Pnome,'_', @LNome, '@gmail.com')); SET @x = @x + 1; END WHILE; END$$ -- Procedure to generate request table DELIMITER ; DROP PROCEDURE if exists requestGenerator; DELIMITER $$ CREATE PROCEDURE requestGenerator() -- generate and populate Pedidos and Parcelas tables BEGIN CREATE TABLE Pedidos( ID BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, ID_Cliente BIGINT NOT NULL, data_pedido DATETIME NOT NULL, endereco VARCHAR(128) NULL, CONSTRAINT pedidosUnicos UNIQUE(ID_Cliente, data_pedido, endereco), FOREIGN KEY (ID_Cliente) REFERENCES Clientes(ID) ON DELETE CASCADE ); CREATE TABLE Parcelas( ID BIGINT NOT NULL PRIMARY KEY AUTO_INCREMENT, ID_Pedido BIGINT NOT NULL, data_pgto DATETIME NOT NULL, valor BIGINT NOT NULL, CONSTRAINT parcelasUnicas UNIQUE(ID_Pedido, data_pgto, valor), FOREIGN KEY (ID_Pedido) REFERENCES Pedidos(ID) ON DELETE CASCADE ); SET @x:=1; -- x is the order number WHILE @x <= 100 DO -- change this number to modify the number of orders SET @idCliente = FLOOR(1 + (RAND() * (10))); -- generate a random ID, a number between 1 and 10. If you changed the number of clients, gotta change 10 to that same number SET @diaPedido = randomDate(); -- generate a random day SET @endereco = generate_places(); -- generate a random place INSERT INTO Pedidos (ID_Cliente, data_pedido, endereco) VALUES (@idCliente, @diaPedido, @endereco); SET @y:=1; SET @np:= FLOOR(1 + (RAND() * (24))); -- np is the number of monthly payments, here a random number between 1 and 24 SET @v:= valor(); -- v is the monthly fee WHILE @y <= @np DO SET @dataPgto:=nextDate(@diaPedido, @y); INSERT INTO Parcelas(ID_Pedido, data_pgto, valor) VALUES(@x, @dataPgto, @v); SET @y := @y + 1; END WHILE; SET @x = @x + 1; END WHILE; END$$ DROP TABLE if exists Parcelas; DROP TABLE if exists Pedidos; DROP TABLE if exists Clientes; CALL clientsGenerator(); CALL requestGenerator();
DROP VIEW "main"."AdvertiseIsRunningView"; CREATE VIEW "main"."AdvertiseIsRunningView" AS SELECT Advertise.*, Campaign.IsRunning FROM Advertise INNER JOIN Campaign ON Advertise.CampaignId = Campaign.CampaignId ; DROP VIEW "main"."BidRelatedIdsView"; CREATE VIEW "main"."BidRelatedIdsView" AS SELECT DISTINCT Bid.BidId, Impression.ImpressionId, Bid.SeatBidId, Bid.CampaignId, Auction.AuctionId, SeatBid.BidRequestId, SeatBid.BidResponseId, Bid.AdvertiseId, SeatBid.DemandSidePlatformId FROM Impression LEFT JOIN Bid ON Impression.BidId = Bid.BidId AND Impression.ImpressionId = Bid.ImpressionId LEFT JOIN SeatBid ON Bid.SeatBidId = SeatBid.SeatBidId LEFT JOIN Auction ON SeatBid.AuctionId = Auction.AuctionId ; DROP VIEW "main"."KeywordAdvertiseMappingIdsView"; CREATE VIEW "main"."KeywordAdvertiseMappingIdsView" AS SELECT Keyword.KeywordId, Keyword.Keyword, KeywordAdvertiseMapping.KeywordAdvertiseMappingId, Advertise.AdvertiseId, Advertise.CampaignId, Advertise.BannerAdvertiseTypeId, Advertise.IsVideo, Advertise.IsBanner, Advertise.ContentContextId FROM Advertise INNER JOIN KeywordAdvertiseMapping ON Advertise.AdvertiseId = KeywordAdvertiseMapping.AdvertiseId INNER JOIN Keyword ON KeywordAdvertiseMapping.KeywordId = Keyword.KeywordId ; DROP VIEW "main"."WinningPriceInfoView"; CREATE VIEW "main"."WinningPriceInfoView" AS SELECT Bid.BidId, Impression.ImpressionId, Bid.SeatBidId, Bid.CampaignId, Auction.AuctionId, SeatBid.BidRequestId, SeatBid.BidResponseId, Bid.AdvertiseId, SeatBid.DemandSidePlatformId, Auction.WinningPrice as AuctionWinningPrice, Bid.DealBiddingPrice, Bid.ActualWiningPrice, Auction.CreatedDateTimestamp AS AuctionCreatedDateTimestamp, Bid.CreatedDateTimestamp AS BiddingCreatedDateTimestamp, Impression.CreatedDateTimestamp AS ImpressionCreatedDateTimestamp, Bid.IsImpressionServedOrWonByAuction AS IsWon, SeatBid.IsGroupBid FROM Impression INNER JOIN Bid ON Impression.BidId = Bid.BidId AND Impression.ImpressionId = Bid.ImpressionId INNER JOIN SeatBid ON Bid.SeatBidId = SeatBid.SeatBidId INNER JOIN Auction ON SeatBid.AuctionId = Auction.AuctionId ; DROP VIEW "main"."BidRequestImpressionWithPlaceholderView"; CREATE VIEW "main"."BidRequestImpressionWithPlaceholderView" AS SELECT DISTINCT BidRequest.BidRequestId, BidRequest.CreatedDateTimestamp, BidRequest.IsWonTheAuction, BidRequest.ContentContextId, BidRequest.Currency, BidRequest.RawBidRequestJson, BidRequest.TargetedCities, BidRequest.TargetedSites, BidRequest.Cities, BidRequest.Countries, BidRequest.IsVideo, BidRequest.IsBanner, BidRequest.AuctionId, BidRequest.DemandSidePlatformId, ContentContext.Context AS ContentContext, ImpressionPlaceholder.IsNative AS IsNativePlaceHolder, ImpressionPlaceholder.IsVideo AS IsVideoPlaceHolder, ImpressionPlaceholder.IsBanner AS IsBannnerPlaceHolder, ImpressionPlaceholder.CreatedDateTimestamp AS CreatedDateTimestampImpressionPlaceholder, ImpressionPlaceholder.IsTopFrame, ImpressionPlaceholder.Position, ImpressionPlaceholder.Mimes, ImpressionPlaceholder.IsMinHeightWidthEmpty, ImpressionPlaceholder.IsHeightWidthEmpty, ImpressionPlaceholder.MaxWidth, ImpressionPlaceholder.MaxHeight, ImpressionPlaceholder.MinWidth, ImpressionPlaceholder.MinHeight, ImpressionPlaceholder.Width, ImpressionPlaceholder.Height, Impression.CreatedDateTimestamp, ImpressionPlaceholder.IsMaxHeightWidthEmpty, Impression.AdvertiseDisplayedDate, Impression.ImpressionId, Impression.Hash, Impression.BidfloorCur, Impression.Bidfloor, Impression.IsImpressionServedOrWonByAuction, Impression.ImpressionPlaceholderId, Impression.RawImpressionJson, Impression.BidResponseId FROM BidRequest LEFT JOIN Impression ON BidRequest.BidRequestId = Impression.BidRequestId LEFT JOIN ImpressionPlaceholder ON Impression.ImpressionPlaceholderId = ImpressionPlaceholder.ImpressionPlaceholderId LEFT JOIN ContentContext ON BidRequest.ContentContextId = ContentContext.ContentContextId ;
INSERT INTO `ssaif_prod_abril`.`tbcanchas` (`idcancha`, `refcountries`, `nombre`) SELECT c.`canchaid`, coalesce(min(cc.`clubid`),0), c.`descripcion` FROM `ssaif_bck_09052017`.`canchas` c left join ssaif_bck_09052017.relclubescanchas cc on c.canchaid = cc.canchaid group by c.`canchaid`,c.`descripcion`
insert into itensvenda (venda, produto, quantidade) values (1, '003', 5); select * from itensvenda; SELECT * FROM produtos; delete from itensvenda
CREATE TABLE employment_ratios ( 'id' int(11) NOT NULL AUTO_INCREMENT, 'country' text NOT NULL, 'year' int(11) NOT NULL, 'percentage_employment_to_population_ratio' decimal(10,2) NOT NULL, PRIMARY KEY ('id') ) CREATE TABLE employment_sector_measures ( 'id' int(11) NOT NULL AUTO_INCREMENT, 'country' text NOT NULL, 'gender' varchar(2) NOT NULL, 'sector' varchar(3) NOT NULL, 'year' int(11) NOT NULL, 'percentage_sector_employment' decimal(10,2) NOT NULL, PRIMARY KEY ('id') ) CREATE TABLE working_population_measures ( 'id' int(11) NOT NULL AUTO_INCREMENT, 'year' int(11) NOT NULL, 'country' text NOT NULL, 'gender' varchar(2) NOT NULL, 'percentage_working_age_of_population' decimal(10,2) NOT NULL, PRIMARY KEY ('id') )
CREATE USER 'userdjango'@'localhost' IDENTIFIED BY 'user'; GRANT ALL PRIVILEGES ON djangodb.* TO 'userdjango'@'localhost' WITH GRANT OPTION; GRANT ALL ON test_djangodb.* TO 'userdjango'@'localhost';
-- MySQL Script generated by MySQL Workbench -- Fri May 20 16:34:58 2016 -- Model: New Model Version: 1.0 -- MySQL Workbench Forward Engineering SET @OLD_UNIQUE_CHECKS=@@UNIQUE_CHECKS, UNIQUE_CHECKS=0; SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0; SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='TRADITIONAL,ALLOW_INVALID_DATES'; -- ----------------------------------------------------- -- Schema scorepoint -- ----------------------------------------------------- DROP SCHEMA IF EXISTS `scorepoint` ; -- ----------------------------------------------------- -- Schema scorepoint -- ----------------------------------------------------- CREATE SCHEMA IF NOT EXISTS `scorepoint` DEFAULT CHARACTER SET utf8 ; USE `scorepoint` ; -- ----------------------------------------------------- -- Table `scorepoint`.`ACL` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`ACL` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`ACL` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `model` VARCHAR(512) NULL DEFAULT NULL, `property` VARCHAR(512) NULL DEFAULT NULL, `accessType` VARCHAR(512) NULL DEFAULT NULL, `permission` VARCHAR(512) NULL DEFAULT NULL, `principalType` VARCHAR(512) NULL DEFAULT NULL, `principalId` VARCHAR(512) NULL DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; -- ----------------------------------------------------- -- Table `scorepoint`.`Role` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`Role` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`Role` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `name` VARCHAR(512) NOT NULL, `description` VARCHAR(512) NULL DEFAULT NULL, `created` DATETIME NULL DEFAULT NULL, `modified` DATETIME NULL DEFAULT NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; -- ----------------------------------------------------- -- Table `scorepoint`.`RoleMapping` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`RoleMapping` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`RoleMapping` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `principalType` VARCHAR(512) NULL DEFAULT NULL, `principalId` VARCHAR(512) NULL DEFAULT NULL, `roleId` INT(11) NULL, PRIMARY KEY (`id`), CONSTRAINT `fk_RoleMapping_Role1` FOREIGN KEY (`roleId`) REFERENCES `scorepoint`.`Role` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; CREATE INDEX `fk_RoleMapping_Role1_idx` ON `scorepoint`.`RoleMapping` (`roleId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`user` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`user` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`user` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `realm` VARCHAR(512) NULL DEFAULT NULL, `username` VARCHAR(512) NULL DEFAULT NULL, `password` VARCHAR(512) NOT NULL, `credentials` TEXT NULL DEFAULT NULL, `challenges` TEXT NULL DEFAULT NULL, `email` VARCHAR(512) NOT NULL, `emailVerified` TINYINT(1) NULL DEFAULT NULL, `verificationToken` VARCHAR(512) NULL DEFAULT NULL, `status` VARCHAR(512) NULL DEFAULT NULL, `created` DATETIME NULL DEFAULT NULL, `lastUpdated` DATETIME NULL DEFAULT NULL, `initialRank` INT NULL DEFAULT 0, `imageUrl` VARCHAR(255) NULL, `firstName` VARCHAR(2555) NULL, `lastName` VARCHAR(255) NULL, PRIMARY KEY (`id`)) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; -- ----------------------------------------------------- -- Table `scorepoint`.`accessToken` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`accessToken` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`accessToken` ( `id` VARCHAR(255) NOT NULL, `ttl` INT(11) NULL DEFAULT NULL, `created` DATETIME NULL DEFAULT NULL, `userid` INT(11) NOT NULL, PRIMARY KEY (`id`), CONSTRAINT `fk_accessToken_user1` FOREIGN KEY (`userid`) REFERENCES `scorepoint`.`user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; CREATE INDEX `fk_accessToken_user1_idx` ON `scorepoint`.`accessToken` (`userid` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`Tournament` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`Tournament` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`Tournament` ( `tournamentId` INT(11) NOT NULL AUTO_INCREMENT, `name` VARCHAR(255) NOT NULL, `startDate` DATE NOT NULL, `endDate` DATE NULL DEFAULT NULL, `pointValue` INT(11) NOT NULL, PRIMARY KEY (`tournamentId`)) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE UNIQUE INDEX `name_UNIQUE` ON `scorepoint`.`Tournament` (`name` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`Lobby` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`Lobby` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`Lobby` ( `lobbyId` INT(11) NOT NULL AUTO_INCREMENT, `active` BIT(1) NOT NULL DEFAULT b'1' COMMENT 'The User Team table enable to support a team', `creationDate` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `tournamentId` INT(11) NULL DEFAULT NULL, PRIMARY KEY (`lobbyId`), CONSTRAINT `fk_game_tournament1` FOREIGN KEY (`tournamentId`) REFERENCES `scorepoint`.`Tournament` (`tournamentId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_game_tournament1_idx` ON `scorepoint`.`Lobby` (`tournamentId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`Team` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`Team` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`Team` ( `teamId` INT(11) NOT NULL AUTO_INCREMENT, `pair` BIT(1) NOT NULL DEFAULT b'0' COMMENT 'the teams is of two people?', `active` BIT(1) NOT NULL DEFAULT b'1', `lobbyId` INT(11) NOT NULL, PRIMARY KEY (`teamId`), CONSTRAINT `fk_team_game1` FOREIGN KEY (`lobbyId`) REFERENCES `scorepoint`.`Lobby` (`lobbyId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_team_game1_idx` ON `scorepoint`.`Team` (`lobbyId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`ChallengeRequest` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`ChallengeRequest` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`ChallengeRequest` ( `challengeRequestId` INT(11) NOT NULL, `challengerTeamId` INT(11) NOT NULL COMMENT 'The team who is challenging to other ', `victimTeamId` INT(11) NOT NULL COMMENT 'the victim will be destroyed', PRIMARY KEY (`challengeRequestId`), CONSTRAINT `fk_challenge_request_team1` FOREIGN KEY (`challengerTeamId`) REFERENCES `scorepoint`.`Team` (`teamId`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_challenge_request_team2` FOREIGN KEY (`victimTeamId`) REFERENCES `scorepoint`.`Team` (`teamId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_challenge_request_team1_idx` ON `scorepoint`.`ChallengeRequest` (`challengerTeamId` ASC); CREATE INDEX `fk_challenge_request_team2_idx` ON `scorepoint`.`ChallengeRequest` (`victimTeamId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`Match` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`Match` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`Match` ( `matchId` INT(11) NOT NULL, `startDate` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, `endDate` TIMESTAMP NULL DEFAULT NULL, `lobbyId` INT(11) NOT NULL, PRIMARY KEY (`matchId`), CONSTRAINT `fk_match_Lobby1` FOREIGN KEY (`lobbyId`) REFERENCES `scorepoint`.`Lobby` (`lobbyId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_match_Lobby1_idx` ON `scorepoint`.`Match` (`lobbyId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`Game` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`Game` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`Game` ( `gameId` INT(11) NOT NULL AUTO_INCREMENT, `order` INT(11) NULL DEFAULT NULL, `matchId` INT(11) NOT NULL, `winnerTeamId` INT(11) NULL DEFAULT NULL, PRIMARY KEY (`gameId`), CONSTRAINT `fk_set_match1` FOREIGN KEY (`matchId`) REFERENCES `scorepoint`.`Match` (`matchId`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_set_team1` FOREIGN KEY (`winnerTeamId`) REFERENCES `scorepoint`.`Team` (`teamId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_set_match1_idx` ON `scorepoint`.`Game` (`matchId` ASC); CREATE INDEX `fk_set_team1_idx` ON `scorepoint`.`Game` (`winnerTeamId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`TeamRequest` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`TeamRequest` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`TeamRequest` ( `idteamRequest` INT(11) NOT NULL, `emiterTeamId` INT(11) NOT NULL, `receptorTeamId` INT(11) NOT NULL, `creationDate` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`idteamRequest`), CONSTRAINT `fk_teamRequest_user1` FOREIGN KEY (`emiterTeamId`) REFERENCES `scorepoint`.`user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_teamRequest_user2` FOREIGN KEY (`receptorTeamId`) REFERENCES `scorepoint`.`user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_teamRequest_user1_idx` ON `scorepoint`.`TeamRequest` (`emiterTeamId` ASC); CREATE INDEX `fk_teamRequest_user2_idx` ON `scorepoint`.`TeamRequest` (`receptorTeamId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`TeamGameScore` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`TeamGameScore` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`TeamGameScore` ( `teamGameScoreId` INT(11) NOT NULL AUTO_INCREMENT, `score` INT(11) NOT NULL DEFAULT '0', `gameId` INT(11) NOT NULL, `teamId` INT(11) NOT NULL, PRIMARY KEY (`teamGameScoreId`), CONSTRAINT `fk_teamSetScore_set1` FOREIGN KEY (`gameId`) REFERENCES `scorepoint`.`Game` (`gameId`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_teamSetScore_team1` FOREIGN KEY (`teamId`) REFERENCES `scorepoint`.`Team` (`teamId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_teamSetScore_set1_idx` ON `scorepoint`.`TeamGameScore` (`gameId` ASC); CREATE INDEX `fk_teamSetScore_team1_idx` ON `scorepoint`.`TeamGameScore` (`teamId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`TeamHasMatch` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`TeamHasMatch` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`TeamHasMatch` ( `teamId` INT(11) NOT NULL, `matchId` INT(11) NOT NULL, PRIMARY KEY (`teamId`, `matchId`), CONSTRAINT `fk_team_has_match_match1` FOREIGN KEY (`matchId`) REFERENCES `scorepoint`.`Match` (`matchId`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_team_has_match_team1` FOREIGN KEY (`teamId`) REFERENCES `scorepoint`.`Team` (`teamId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_team_has_match_match1_idx` ON `scorepoint`.`TeamHasMatch` (`matchId` ASC); CREATE INDEX `fk_team_has_match_team1_idx` ON `scorepoint`.`TeamHasMatch` (`teamId` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`userCredential` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`userCredential` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`userCredential` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `provider` VARCHAR(512) NULL DEFAULT NULL, `authScheme` VARCHAR(512) NULL DEFAULT NULL, `externalId` VARCHAR(512) NULL DEFAULT NULL, `profile` TEXT NULL DEFAULT NULL, `credentials` TEXT NULL DEFAULT NULL, `created` DATETIME NULL DEFAULT NULL, `modified` DATETIME NULL DEFAULT NULL, `userid` INT(11) NOT NULL, PRIMARY KEY (`id`), CONSTRAINT `fk_userCredential_user1` FOREIGN KEY (`userid`) REFERENCES `scorepoint`.`user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; CREATE INDEX `fk_userCredential_user1_idx` ON `scorepoint`.`userCredential` (`userid` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`userIdentity` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`userIdentity` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`userIdentity` ( `id` INT(11) NOT NULL AUTO_INCREMENT, `provider` VARCHAR(512) NULL DEFAULT NULL, `authScheme` VARCHAR(512) NULL DEFAULT NULL, `externalId` VARCHAR(512) NULL DEFAULT NULL, `profile` TEXT NULL DEFAULT NULL, `credentials` TEXT NULL DEFAULT NULL, `created` DATETIME NULL DEFAULT NULL, `modified` DATETIME NULL DEFAULT NULL, `userid` INT(11) NOT NULL, PRIMARY KEY (`id`), CONSTRAINT `fk_userIdentity_user1` FOREIGN KEY (`userid`) REFERENCES `scorepoint`.`user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = latin1; CREATE INDEX `fk_userIdentity_user1_idx` ON `scorepoint`.`userIdentity` (`userid` ASC); -- ----------------------------------------------------- -- Table `scorepoint`.`UserHasTeam` -- ----------------------------------------------------- DROP TABLE IF EXISTS `scorepoint`.`UserHasTeam` ; CREATE TABLE IF NOT EXISTS `scorepoint`.`UserHasTeam` ( `userId` INT(11) NOT NULL, `teamId` INT(11) NOT NULL, PRIMARY KEY (`userId`, `teamId`), CONSTRAINT `fk_user_has_team_user1` FOREIGN KEY (`userId`) REFERENCES `scorepoint`.`user` (`id`) ON DELETE NO ACTION ON UPDATE NO ACTION, CONSTRAINT `fk_user_has_team_team1` FOREIGN KEY (`teamId`) REFERENCES `scorepoint`.`Team` (`teamId`) ON DELETE NO ACTION ON UPDATE NO ACTION) ENGINE = InnoDB DEFAULT CHARACTER SET = utf8; CREATE INDEX `fk_user_has_team_team1_idx` ON `scorepoint`.`UserHasTeam` (`teamId` ASC); CREATE INDEX `fk_user_has_team_user1_idx` ON `scorepoint`.`UserHasTeam` (`userId` ASC); USE `scorepoint` ; -- ----------------------------------------------------- -- Placeholder table for view `scorepoint`.`TeamVersus` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `scorepoint`.`TeamVersus` (`gameId` INT, `matchId` INT, `lobbyId` INT, `teamId` INT, `id` INT, `username` INT, `id2` INT, `username2` INT, `teamId2` INT, `winnerTeamId` INT); -- ----------------------------------------------------- -- Placeholder table for view `scorepoint`.`UserStats` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `scorepoint`.`UserStats` (`id` INT, `username` INT, `total_games` INT, `wins` INT); -- ----------------------------------------------------- -- Placeholder table for view `scorepoint`.`PlayerVersus` -- ----------------------------------------------------- CREATE TABLE IF NOT EXISTS `scorepoint`.`PlayerVersus` (`id` INT, `username` INT, `id2` INT, `username2` INT, `playedTimes` INT, `wins` INT); -- ----------------------------------------------------- -- View `scorepoint`.`TeamVersus` -- ----------------------------------------------------- DROP VIEW IF EXISTS `scorepoint`.`TeamVersus` ; DROP TABLE IF EXISTS `scorepoint`.`TeamVersus`; USE `scorepoint`; CREATE OR REPLACE VIEW `TeamVersus` AS SELECT -- Game level -- g.gameId, m.matchId, l.lobbyId, -- /END GAME LEVEL -- -- TEAMS and PLayer -- -- 1st TEAM -- t.teamId, u.id, u.username, -- 2nd Team -- u2.id as id2, u2.username as username2, t2.teamId as teamId2, -- GAME Results -- g.winnerTeamId FROM (user u INNER JOIN UserHasTeam ut ON ut.userid = u.id INNER JOIN Team t ON ut.teamId = t.teamId INNER JOIN Lobby l ON l.lobbyId = t.lobbyId INNER JOIN `Match` m ON m.lobbyId = l.lobbyId INNER JOIN Game g ON g.matchId = m.matchId ) JOIN (user u2 INNER JOIN UserHasTeam ut2 ON ut2.userid = u2.id INNER JOIN Team t2 ON ut2.teamId = t2.teamId INNER JOIN Lobby l2 ON l2.lobbyId = t2.lobbyId INNER JOIN `Match` m2 ON m2.lobbyId = l2.lobbyId INNER JOIN Game g2 ON g2.matchId = m2.matchId) WHERE g.gameId = g2.gameId AND t2.teamId <> t.teamId; -- ----------------------------------------------------- -- View `scorepoint`.`UserStats` -- ----------------------------------------------------- DROP VIEW IF EXISTS `scorepoint`.`UserStats` ; DROP TABLE IF EXISTS `scorepoint`.`UserStats`; USE `scorepoint`; CREATE OR REPLACE VIEW `UserStats` AS SELECT id, username, COUNT(gameId) AS total_games, SUM( IF( winnerTeamId = teamId,1,0 ) ) AS wins FROM TeamVersus GROUP BY id; -- ----------------------------------------------------- -- View `scorepoint`.`PlayerVersus` -- ----------------------------------------------------- DROP VIEW IF EXISTS `scorepoint`.`PlayerVersus` ; DROP TABLE IF EXISTS `scorepoint`.`PlayerVersus`; USE `scorepoint`; CREATE OR REPLACE VIEW `PlayerVersus` AS SELECT id, username, id2, username2, COUNT(id2) AS playedTimes, SUM( IF( winnerTeamId = teamId,1,0 ) ) AS wins FROM TeamVersus GROUP BY id; SET SQL_MODE=@OLD_SQL_MODE; SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS; SET UNIQUE_CHECKS=@OLD_UNIQUE_CHECKS;
-- phpMyAdmin SQL Dump -- version 4.6.4 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jan 31, 2017 at 03:28 AM -- Server version: 5.7.14 -- PHP Version: 5.6.25 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `projet` -- -- -------------------------------------------------------- -- -- Table structure for table `achat` -- CREATE TABLE `achat` ( `achat_id` int(11) NOT NULL, `user_id` int(11) NOT NULL, `article_id` int(11) NOT NULL, `quantite` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -------------------------------------------------------- -- -- Table structure for table `article` -- CREATE TABLE `article` ( `id` int(11) NOT NULL, `nom` varchar(50) NOT NULL, `categorie` varchar(50) NOT NULL, `genre` varchar(50) NOT NULL, `prix` varchar(50) NOT NULL, `description` varchar(1024) DEFAULT NULL, `image` varchar(50) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `article` -- INSERT INTO `article` (`id`, `nom`, `categorie`, `genre`, `prix`, `description`, `image`) VALUES (1, 'Legging Marron', 'Legging', 'feminin', '19.99', 'Ideal pour les sorties weekend', 'legging1.jpeg'), (2, 'Legging Rayee', 'Legging', 'feminin', '24.99', 'Ideal pour les sorties weekend', 'legging2.jpeg'), (3, 'Veste Grise', 'Veste', 'feminin', '34.99', 'Toujours au chaud!', 'blouson.jpeg'), (4, 'Veste Jean', 'Veste', 'feminin', '27.99', 'Elegance en marche', 'blouson2.jpeg'), (6, 'Jean Couleur Claire', 'Jean', 'feminin', '14.99', 'Ideal pour tout', 'jean2.jpeg'), (7, 'Jean Fusuao', 'Jean', 'feminin', '24.99', 'Parfait', 'jean3.jpeg'), (17, 'trefle feuille', 'Pull', 'male', '1897', 'itreza', 'photo1.jpeg'), (18, 'jupe dezni', 'Jupe', 'feminin', '14.99', 'JUpe style', 'photo2.jpeg'), (19, 'Chimisier', 'Haut', 'feminin', '17.99', 'Haut chemisier', 'haut.jpeg'), (20, 'Pull de Sport', 'Pull', 'feminin', '17.99', 'Sport pour pull', 'photo3.jpeg'), (21, 'jean Zlin', 'Jean', 'feminin', '18.99', 'C\'est un jean', 'photo4.jpeg'), (22, 'Jean Fuzlo', 'Pull', 'feminin', '14.59', 'Soiree partout', 'photo5.jpeg'), (24, 'Jean Derick', 'Jean', 'male', '14.58', 'Fais pour ca', 'photo6.jpeg'), (25, 'Artisan', 'Jupe', 'male', '14.99', 'Ecossais', 'photo7.jpeg'), (28, 'Yarli', 'Pull', 'male', '17.99', 'Excellent Pull', 'photo8.jpeg'); -- -------------------------------------------------------- -- -- Table structure for table `user` -- CREATE TABLE `user` ( `id` int(11) NOT NULL, `username` varchar(50) NOT NULL, `password` varchar(50) NOT NULL, `mail` varchar(99) NOT NULL, `tagname` varchar(50) NOT NULL, `rang` int(11) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `user` -- INSERT INTO `user` (`id`, `username`, `password`, `mail`, `tagname`, `rang`) VALUES (0, 'Administrateur', '372eeffaba2b5b61fb02513ecb84f1ff', 'isimaster@isi.tn', 'Administrateur', 0), (2, 'Yassine', '5bfe0c405c67de32b1de9ea40d093666', 'yassine@gmail.com', 'myetf', 1), (3, 'Ismahene', 'c7e411e7a0a9ef48cd226bacbf142c47', 'ismahene@gmail.com', 'ismahene', 1), (9, 'gillespenissar', '372eeffaba2b5b61fb02513ecb84f1ff', 'gille@isi.com', 'gillespenissard', 1); -- -- Indexes for dumped tables -- -- -- Indexes for table `article` -- ALTER TABLE `article` ADD PRIMARY KEY (`id`); -- -- Indexes for table `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `article` -- ALTER TABLE `article` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=29; -- -- AUTO_INCREMENT for table `user` -- ALTER TABLE `user` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- phpMyAdmin SQL Dump -- version 4.8.4 -- https://www.phpmyadmin.net/ -- -- Host: db -- Generation Time: Apr 22, 2019 at 04:11 PM -- Server version: 10.2.17-MariaDB-1:10.2.17+maria~bionic -- PHP Version: 7.2.13 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `leo` -- -- -------------------------------------------------------- -- -- Table structure for table `applicant_matches` -- CREATE TABLE `applicant_matches` ( `id` bigint(20) NOT NULL, `applicant_id` bigint(20) NOT NULL, `match_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `applicant_matches` -- INSERT INTO `applicant_matches` (`id`, `applicant_id`, `match_id`) VALUES (1, 1, 1), (2, 2, 1); -- -------------------------------------------------------- -- -- Table structure for table `applicant_rankings` -- CREATE TABLE `applicant_rankings` ( `id` bigint(20) NOT NULL, `sequence` int(11) NOT NULL, `match_id` bigint(20) DEFAULT NULL, `applicant_match_id` bigint(20) DEFAULT NULL, `position_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `applicant_rankings` -- INSERT INTO `applicant_rankings` (`id`, `sequence`, `match_id`, `applicant_match_id`, `position_id`) VALUES (29, 1, 1, 2, 1), (18, 1, 1, 1, 1), (27, 2, 1, 1, 2); -- -------------------------------------------------------- -- -- Table structure for table `hibernate_sequence` -- CREATE TABLE `hibernate_sequence` ( `next_val` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `hibernate_sequence` -- INSERT INTO `hibernate_sequence` (`next_val`) VALUES (1); -- -------------------------------------------------------- -- -- Table structure for table `matches` -- CREATE TABLE `matches` ( `id` bigint(20) NOT NULL, `name` varchar(255) DEFAULT NULL, `applicant_ranking_end_date` datetime DEFAULT NULL, `recruiter_ranking_end_date` datetime DEFAULT NULL, `start_date` datetime DEFAULT NULL, `summary_ranking_end_date` datetime DEFAULT NULL, `description` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `matches` -- INSERT INTO `matches` (`id`, `name`, `applicant_ranking_end_date`, `recruiter_ranking_end_date`, `start_date`, `summary_ranking_end_date`, `description`) VALUES (1, 'SIT Career Day', '2019-02-02 00:00:00', '2019-02-16 00:00:00', '2019-01-01 00:00:00', '2019-02-28 00:00:00', 'we\'re hiring IT guys.'), (2, 'Engineer Career Day','2019-02-02 00:00:00','2019-02-16 00:00:00','2019-01-01 00:00:00','2019-02-28 00:00:00','we\'re hiring Engineers.'), (3,'SIT Career Day 2018','2018-01-01 00:00:00','2018-02-02 00:00:00','2018-02-16 00:00:00','2018-02-30 00:00:00',' we\'re hiring IT guys.'); -- -------------------------------------------------------- -- -- Table structure for table `positions` -- CREATE TABLE `positions` ( `id` bigint(20) NOT NULL, `capacity` int(11) NOT NULL, `name` varchar(255) DEFAULT NULL, `recruiter_match_id` bigint(20) DEFAULT NULL, `match_id` bigint(20) DEFAULT NULL, `money` varchar(255) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `positions` -- INSERT INTO `positions` (`id`, `capacity`, `name`, `recruiter_match_id`, `match_id`, `money`) VALUES (1, 2, 'Software Engineer', 1, 1, '฿30,000-฿45,000'), (2, 1, 'Developer', 1, 1, '฿10,000-฿15,000'); -- -------------------------------------------------------- -- -- Table structure for table `recruiter_matches` -- CREATE TABLE `recruiter_matches` ( `id` bigint(20) NOT NULL, `recruiter_id` bigint(20) NOT NULL, `match_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `recruiter_matches` -- INSERT INTO `recruiter_matches` (`id`, `recruiter_id`, `match_id`) VALUES (1, 1, 1), (2, 2, 1), (3, 3, 1), (4, 4, 1); -- -------------------------------------------------------- -- -- Table structure for table `recruiter_rankings` -- CREATE TABLE `recruiter_rankings` ( `id` bigint(20) NOT NULL, `sequence` int(11) NOT NULL, `match_id` bigint(20) DEFAULT NULL, `applicant_match_id` bigint(20) DEFAULT NULL, `position_id` bigint(20) DEFAULT NULL ) ENGINE=MyISAM DEFAULT CHARSET=utf8; -- -- Dumping data for table `recruiter_rankings` -- INSERT INTO `recruiter_rankings` (`id`, `sequence`, `match_id`, `applicant_match_id`, `position_id`) VALUES (22, 2, 1, 2, 1), (21, 1, 1, 1, 1); -- -- Indexes for dumped tables -- -- -- Indexes for table `applicant_matches` -- ALTER TABLE `applicant_matches` ADD PRIMARY KEY (`id`), ADD KEY `FKmq6ti2x3cr6yekbxo2rxf1coa` (`match_id`); -- -- Indexes for table `applicant_rankings` -- ALTER TABLE `applicant_rankings` ADD PRIMARY KEY (`id`), ADD KEY `FK6obavefet84r86hp8fh8ki4vi` (`match_id`), ADD KEY `FKlhuocs4dlhulw645u7l4nne2t` (`applicant_match_id`), ADD KEY `FKax70rgyesgxkf8fjwu8tub8uf` (`position_id`); -- -- Indexes for table `matches` -- ALTER TABLE `matches` ADD PRIMARY KEY (`id`); -- -- Indexes for table `positions` -- ALTER TABLE `positions` ADD PRIMARY KEY (`id`), ADD KEY `FKqygl7i4slg8bypjqgchpbud3b` (`match_id`), ADD KEY `FKkru74vep3ko68i05y8hqfj09j` (`recruiter_match_id`); -- -- Indexes for table `recruiter_matches` -- ALTER TABLE `recruiter_matches` ADD PRIMARY KEY (`id`), ADD KEY `FKdb2gxu61p0mmqchyj3d1yjb7f` (`match_id`); -- -- Indexes for table `recruiter_rankings` -- ALTER TABLE `recruiter_rankings` ADD PRIMARY KEY (`id`), ADD KEY `FK4s2phvqgwpr3kxep86uw8ob6a` (`match_id`), ADD KEY `FKe0wvgtbptb4xlcnieh6vfuybm` (`applicant_match_id`), ADD KEY `FKip4g2xi5ma9qcc4by8v2lgovk` (`position_id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `applicant_matches` -- ALTER TABLE `applicant_matches` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=8; -- -- AUTO_INCREMENT for table `applicant_rankings` -- ALTER TABLE `applicant_rankings` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=30; -- -- AUTO_INCREMENT for table `matches` -- ALTER TABLE `matches` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; -- -- AUTO_INCREMENT for table `positions` -- ALTER TABLE `positions` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `recruiter_matches` -- ALTER TABLE `recruiter_matches` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=5; -- -- AUTO_INCREMENT for table `recruiter_rankings` -- ALTER TABLE `recruiter_rankings` MODIFY `id` bigint(20) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=23; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
create table w_teste_171 as select * from db_config;
SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; CREATE TABLE IF NOT EXISTS `conn_failedlogin` ( `ip` char(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `username` char(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `count` tinyint(1) unsigned NOT NULL DEFAULT '0', `lastupdate` int(10) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`ip`,`username`), UNIQUE KEY `ip` (`ip`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; CREATE TABLE IF NOT EXISTS `conn_setting` ( `skey` varchar(255) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `svalue` text COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`skey`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci; INSERT INTO `conn_setting` (`skey`, `svalue`) VALUES ('closed', '0'), ('closedreason', ''), ('copyright', '武理工计科自强社服务队'), ('dateconvert', '1'), ('dateformat', 'Y-n-j'), ('debug', '1'), ('failedlogin', 'a:2:{s:5:"count";i:5;s:4:"time";i:1;}'), ('logintip', 'a:2:{s:5:"count";i:5;s:4:"time";i:1;}'), ('logopath', 'source/template/metronic/assets/img/logo-big.png'), ('reg', '1'), ('seccodedata', 'a:14:{s:4:"type";i:0;s:5:"width";i:80;s:6:"height";i:26;s:10:"background";i:1;s:10:"adulterate";i:1;s:3:"ttf";i:1;s:5:"angle";i:1;s:7:"warping";i:0;s:7:"scatter";i:0;s:5:"color";i:1;s:4:"size";i:1;s:6:"shadow";i:1;s:8:"animator";i:0;s:6:"length";i:4;}'), ('seccodestatus', 'a:3:{i:0;s:5:"Login";i:1;s:8:"Register";i:2;s:9:"ForgotPwd";}'), ('sitename', '武理工计科自强社通讯录登记系统'), ('template', 'metronic'), ('timeformat', 'H:i'), ('timeoffset', '8'); CREATE TABLE IF NOT EXISTS `conn_users` ( `uid` mediumint(8) unsigned NOT NULL AUTO_INCREMENT, `email` char(40) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `username` char(15) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `password` char(32) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `status` tinyint(1) NOT NULL DEFAULT '0', `emailstatus` tinyint(1) NOT NULL DEFAULT '0', `avatarstatus` tinyint(1) NOT NULL DEFAULT '0', `videophotostatus` tinyint(1) NOT NULL DEFAULT '0', `adminid` tinyint(1) NOT NULL DEFAULT '0', `groupid` smallint(6) unsigned NOT NULL DEFAULT '0', `groupexpiry` int(10) unsigned NOT NULL DEFAULT '0', `extgroupids` char(20) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `regdate` int(10) unsigned NOT NULL DEFAULT '0', `credits` int(10) NOT NULL DEFAULT '0', `notifysound` tinyint(1) NOT NULL DEFAULT '0', `timeoffset` char(4) COLLATE utf8_unicode_ci NOT NULL DEFAULT '', `newpm` smallint(6) unsigned NOT NULL DEFAULT '0', `newprompt` smallint(6) unsigned NOT NULL DEFAULT '0', `accessmasks` tinyint(1) NOT NULL DEFAULT '0', `allowadmincp` tinyint(1) NOT NULL DEFAULT '0', `onlyacceptfriendpm` tinyint(1) NOT NULL DEFAULT '0', `conisbind` tinyint(1) unsigned NOT NULL DEFAULT '0', PRIMARY KEY (`uid`), UNIQUE KEY `username` (`username`), KEY `email` (`email`), KEY `groupid` (`groupid`), KEY `conisbind` (`conisbind`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci AUTO_INCREMENT=2 ; INSERT INTO `conn_users` (`uid`, `email`, `username`, `password`, `status`, `emailstatus`, `avatarstatus`, `videophotostatus`, `adminid`, `groupid`, `groupexpiry`, `extgroupids`, `regdate`, `credits`, `notifysound`, `timeoffset`, `newpm`, `newprompt`, `accessmasks`, `allowadmincp`, `onlyacceptfriendpm`, `conisbind`) VALUES (1, 'demo@demo.com', 'demo', 'e10adc3949ba59abbe56e057f20f883e', 0, 0, 0, 0, 0, 0, 0, '', 0, 0, 0, '', 0, 0, 0, 0, 0, 0);
alter table vedtak add column begrunnelse TEXT;
-- phpMyAdmin SQL Dump -- version 3.4.9 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Apr 04, 2012 at 09:22 AM -- Server version: 5.0.95 -- PHP Version: 5.2.17 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `shadowsun7_jb` -- -- -------------------------------------------------------- -- -- Table structure for table `tweets` -- CREATE TABLE IF NOT EXISTS `tweets` ( `id` int(8) NOT NULL auto_increment, `user` int(8) default NULL, `location` varchar(128) default NULL, `tweet` varchar(256) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=32906 ; -- -- Dumping data for table `tweets` -- INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (1, 1, 'Tebrau, Johor Bahru', 'Geng sekampung , lalalalala ~ http://t.co/UgJ1crNk'), (2, 2, 'Malaysia', '@ninewstt เป็นจ้า เอ่าแก 5555555 . ล้มไง ?'), (3, 3, 'Plentong, Johor Bahru', '@RaihannSyazwani most welcome senior xx'), (4, 4, 'Johore, Malaysia', '@iamanrose tuhanu oh College di site to Check list mil gai ci ke nai docs di'), (5, 5, 'Johor Bahru, Johore', '@echoz ahhh. True that. I had one experience with localization way back 3/4 years back and it was such an improvement from that. Haha.'), (6, 6, 'Kota Tinggi, Johore', 'In Jaejoongie''s room...Nights..~~ (@ Blk 339C Kang Ching Rd) [pic]: http://t.co/00oHG9Sl'), (7, 7, 'Johore, Malaysia', '@KogyRasta Eh mcm tu eh? Hahha apala'), (8, 8, 'Riau, Indonesia', 'udah malam..@nando_hotang:orang batak ikut Stand Up Comedy show :D'), (9, 9, 'Johor Bahru, Johore', '@damagedRosesz :-)'), (10, 10, 'Johore, Malaysia', '@LeeWLun makan'), (11, 11, 'Plentong, Johor Bahru', '@HafizIrfann Wah Hafiz Terharu lah:D auwwww. Sure Hafiz.Untuk you anything:)'), (12, 12, 'Plentong, Johor Bahru', '"Oi lanyard mane lanyard. " - a famous line by the dm.'), (13, 13, 'Kota Tinggi, Johore', '@Keekeezxc where got ? ;p'), (14, 14, 'Johor Bahru, Johore', '@MILLSFLIP 555สามีเทอ...'), (15, 15, 'Johor Bahru, Johore', '@arieswati lol,nw then I realize'), (16, 16, 'Johor Bahru, Johore', '@jamieXramirez nothing muchhh. (: homework, concerts, homework, &amp; homework. Ahahaha ): #whatalife are you going back to the phils? :o'), (17, 3, 'Plentong, Johor Bahru', '@ainarena pergi sayang :'')'), (18, 17, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/NlrXZ1XZ'), (19, 18, 'Malaysia', '@patt2534 บอกพี่เตอร์ กันแหล่ะ น้ำแร่ หนูล่ะ ? 555555'), (20, 19, 'Johore, Malaysia', '@IkramValdez sodeeii naaah !'), (21, 2, 'Malaysia', '@cheezecakeisis งามเหมือนหน้าตาค่ะ 5555555 กร๊าก ก ก ก :-)'), (22, 11, 'Plentong, Johor Bahru', '@nzrlhzwn haaaiiiiiiiiiiii * angkat kening*'), (23, 20, 'Johor Bahru, Johore', 'Thanks to @kellynwee @shoutohell @reesesy @oneburningmind @weitingng @alvincm @ The Springbloom Condominium http://t.co/m6tqkyzT'), (24, 21, 'Singapore', 'Okay, that''s it. I''ll shit and then shower :)'), (25, 22, 'Singapore', '@kamaliahusna Yaaaa. Tahu takpeee !! Kau follow di takk ?'), (26, 23, 'Kota Tinggi, Johore', 'Hendra ! Aku nak sunglass aku balekk lahh :/ Tupiiiddd yuuu ! &gt;:'), (27, 13, 'Kota Tinggi, Johore', '@JINFENN okay finee D; give eu first larhhh ;('), (28, 24, 'Pulai, Johor Bahru', 'Late Dinner with husshh hushh bend bend @Aniq_AzaD :-) (@ Johan Seafood) http://t.co/uIl79srI'), (29, 2, 'Malaysia', '"@NanNanilkii: @Pw_npbb อ่อจ้า ระวังจะปวดท้องเอาได้น๊ะ :)"มันไม่ปวดอ้ะพี่แนน 5555'), (30, 25, 'Johor Bahru, Johore', '@DayahMango didalam tk strong lah. Weak abis.'), (31, 11, 'Plentong, Johor Bahru', '@Mizanshamirah hindustannnn:) tak tengok?'), (32, 26, 'Johore, Malaysia', '@yongxunGOOD good night homie'), (33, 27, 'Plentong, Johor Bahru', '@amir_azuhari haih!! yekla smoga kowg berdue niy suke smpi ke syurga haram kalw bercinta tpy x de niat nak menikahnyer :)'), (34, 28, 'Johor Bahru, Johore', 'I''m at Teck Ghee Vista @ AMK w/ 2 others http://t.co/KOeAFK4a'), (35, 29, 'Tebrau, Johor Bahru', 'I hate been in the center of attention.'), (36, 30, 'Malaysia', '@Itsmeamm เเอ๋มมี่นอนอนอนอนอนอนอนอน :)'), (37, 31, 'Johor Bahru, Johore', 'Fei Yenの誕生日 http://t.co/GnR4w2b8'), (38, 32, 'Malaysia', '@Plukko ค่ะ^^'), (39, 33, 'Johor Bahru, Johore', '@TKPliciouness WTF ?!'), (40, 17, 'Kota Tinggi, Johore', 'I''m at Budget Terminal (Singapore, Singapore) w/ 3 others http://t.co/8fVssJvP'), (41, 28, 'Johor Bahru, Johore', 'I''m at A''s bed http://t.co/n8rE7JAN'), (42, 2, 'Malaysia', '@DnTanuttha ร้องไม่เป็น 55555 . นอนได้แล้วน้ะ :-)'), (43, 34, 'Johor Bahru, Johore', 'Always stay happy!!smile more!!you really look pretty when you smile!!'), (44, 35, 'Plentong, Johor Bahru', '@Ismahavoc Haha lainkali kene bwk earphone.Baru tak boring.Yana pun bwk jugak esok :P'), (45, 36, 'Johor Bahru, Johore', '@xinna_takoyaki i also have no idea how to solve your hunger~ cannot cook anything to eat or call delivery. .___.'), (46, 37, 'Johore, Malaysia', 'Good night xx :*'), (47, 38, 'Johore, Malaysia', '@natasha_hudson malam natasha... =)'), (48, 39, 'Johore, Malaysia', 'Connection for 3G is so slow can''t even load a picture on my blog'), (49, 40, 'Johor Bahru, Johore', 'Need a haircut . :('), (50, 41, 'Johore, Malaysia', 'I had fun today #singapore'), (51, 22, 'Singapore', '@kamaliahusna Yaaaa. Tahu takpee ! Kau dah follow dia ke ?'), (52, 42, 'Johor Bahru, Johore', 'Nights! :)'), (53, 11, 'Plentong, Johor Bahru', '@nurkhalisanadia entah dah lama kot. Ni pon nak I yg bukak. Hehe. Holidays pergi mana?'), (54, 26, 'Johore, Malaysia', '@yongxunGOOD I cab to work everyday brah'), (55, 43, 'Johore, Malaysia', '@BlissfuLiz oh, it''s not the singaporeans.. Not even sure where he''s from'), (56, 34, 'Johor Bahru, Johore', 'Head very pain!!!'), (57, 3, 'Plentong, Johor Bahru', 'Untunglah lupe kawannnn F*ck'), (58, 44, 'Johor Bahru, Johore', 'Cannot wait for today.....'), (59, 45, 'Johor Bahru, Johore', 'I have a feeling I wouldnt b able to wake up tml:('), (60, 46, 'Plentong, Johor Bahru', '@asti_Life lagi best twitter . hihihii :p kau buad apeeee ?'), (61, 47, 'Johor Bahru, Johore', 'Baby coming find me at this hour (:'), (62, 48, 'Johore, Malaysia', '@91lov3zxc add mii draw smrth'), (63, 49, 'Indonesia', '@heryprayoga nikah muda? hehehe gak kok kemaren becandaan aja'), (64, 25, 'Johor Bahru, Johore', 'I wonder why we can build our body and make soo much muscle on every part of our body but why cant our heart?'), (65, 50, 'Singapore', 'Got home &amp; mum just ignore me...Great!So u dun care,huh...FINE!'), (66, 51, 'Johor Bahru, Johore', 'Love seems the swiftest but its the slowest of all growth'), (67, 52, 'Johore, Malaysia', 'I''m at Block 25 Chai Chee Road #10-487 (Sg, Sg) http://t.co/jIA8EfH0'), (68, 54, 'Johore, Malaysia', '@ImmaSimple_Girl same lor!!'), (69, 55, 'Johore, Malaysia', 'K. Sleep. Don''t understand why people train right before the friendly, later suay suay wu daji -.- whatever.. *touchwood*'), (70, 56, 'Johor Bahru, Johore', '@Hisyamdiyana amin :) . Insyallah . Thanks bro . Anyway kau da tanye pakcik kau psl keje?'), (71, 57, 'Johore, Malaysia', 'omega 3!! (at Swee Choon Tim-Sum Restaurant 瑞春点心) [pic] — http://t.co/mxIlAPRv'), (72, 58, 'Malaysia', 'แม่งไม่ชอบเลย'), (73, 2, 'Malaysia', '"@NanNanilkii: @Pw_npbb น้องแพรวฝันดีอีกรอบน้ะคะ :D"ฝันดีค้าพี่แนนจุ้บบ :''D'), (74, 59, 'Johore, Malaysia', 'Deep breath. There''s a real monster to fight now. (@ Zouk w/ 29 others) http://t.co/1MvZPgAq'), (75, 61, 'Johore, Malaysia', 'http://t.co/uyqVzPme ! CLICK CLICK CLICK, LIKE LIKE LIKE .'), (76, 62, 'Indonesia', 'cie da pande dy...\nyar la kk 6 lembar, yar cepat pinter b. ingg ny....\nhahahhahaha.....@Dewisoesana'), (77, 19, 'Johore, Malaysia', '@IkramValdez steppp ajeee :)'), (78, 51, 'Johor Bahru, Johore', 'You are #foreveronmymind'), (79, 12, 'Plentong, Johor Bahru', '@chasingsmokezxc #ouch i think i can know why u hate him so much. Ughhhh he is just fucking unfair. merepek gila.'), (80, 63, 'Johor Bahru, Johore', '"@disneywords: Please don’t go away. Please? No one’s ever stuck with me for so long before. –Dory (Finding Nemo)"'), (81, 64, 'Johor Bahru, Johore', 'The people who screw up the most get the biggest payouts when they’re fired..!!!'), (82, 65, 'Johore, Malaysia', '@Tynnosaur @tbthnsr Moreover http://t.co/ewYyOErX'), (83, 66, 'Malaysia', '@Namhompuc เอามะ กูขาย'), (84, 11, 'Plentong, Johor Bahru', '@amiranurjihaxxo @AmiraJeffri Hahahaha:)'), (85, 67, 'Johore, Malaysia', '@leavemyworld tsk. let me see ); then i make a vlog myself too (: deal?'), (86, 2, 'Malaysia', 'คนนอนน้อย :)'), (87, 68, 'Johore, Malaysia', 'Shall sleep now , Nites :)'), (88, 32, 'Malaysia', '@Plukko พี่เอามาเมลมาได้มั้ยค่ะ'), (89, 49, 'Indonesia', '@kangrama apanya yg panjang kang haha'), (90, 69, 'Johore, Malaysia', '#BoysNameILike mohammad haikal hidayat.'), (91, 70, 'Johor Bahru, Johore', 'I miss kissing.'), (92, 57, 'Johore, Malaysia', 'fun cheongs (at Swee Choon Tim-Sum Restaurant 瑞春点心) [pic] — http://t.co/L6DZlqul'), (93, 11, 'Plentong, Johor Bahru', '@YasminNasir Same with meiii:)'), (94, 3, 'Plentong, Johor Bahru', '@ainarena okieedokiee! Pkul 9 enn? Jom breakfast charmee xx hehe lama tkmakan!!'), (95, 71, 'Malaysia', 'http://t.co/BhPOtfxk from Spot Connect. I am ok, be back late.'), (96, 56, 'Johor Bahru, Johore', 'Mane bb ni? Hahahaa'), (97, 49, 'Indonesia', '@heryprayoga ohh iya deh tidur aja'), (98, 51, 'Johor Bahru, Johore', 'Good nights!'), (99, 72, 'Johor Bahru, Johore', '@JanelleMLJ lols? When was it?'), (100, 68, 'Johore, Malaysia', 'I''m at My dreamland &lt;3 (Singapore, Clementi) http://t.co/Ih5STP26'), (101, 73, 'Johor Bahru, Johore', 'Yay . Omg I love you (:'), (102, 66, 'Malaysia', '@ssmijc มี เยอะเลยย ว่างๆเด่วจะหาให้'), (103, 74, 'Johore, Malaysia', 'My drawing sucks! #drawsomething'), (104, 75, 'Malaysia', '@Pw_npbb คือเค้าจะใส่เสื้อแขนยาวทับแล้วหัวรถมันก่ส่ายๆอ่ะ ล้มเลยยย 5555'), (105, 76, 'Malaysia', '@DrRungsima รูขุมขนตรงแก้มกว้างมากเลยค่ะ รักษายังไงดีค่ะ ?'), (106, 27, 'Plentong, Johor Bahru', '@aily_tey patient smpi nak jdik doktor kpd patient dah..'), (107, 77, 'Johor Bahru, Johore', 'Mentally exhausted :( #fb'), (108, 63, 'Johor Bahru, Johore', 'Let''s smile. ;)'), (109, 78, 'Johore, Malaysia', '@JosephhJosephh oh okay..'), (110, 79, 'Johore, Malaysia', 'I think I just got attracted by the Cupid arrow ...'), (111, 80, 'Johore, Malaysia', 'My mother accepts my lies and denies my truth.'), (112, 81, 'Johor Bahru, Johore', '"@Darrenhoz: So many thoughts running through my mind. I need some help"'), (113, 82, 'Malaysia', 'วันหลังไม่เอา ฉันต้องไม่เอาของใคร !!!!'), (114, 83, 'Plentong, Johor Bahru', 'Hell yeah!!!! (@ The Zon) http://t.co/NNxaNdB3'), (115, 84, 'Johor Bahru, Johore', '@tinyweenieworld good hahaha'), (116, 85, 'Johore, Malaysia', 'Tired of waiting.'), (117, 86, 'Johore, Malaysia', '@suffiansapri ahahaha. you are calling yourself a retard ! omgggg. but you are not.'), (118, 87, 'Johor Bahru, Johore', 'Tired.....but man there is a lot of work to\nDo Dx'), (119, 88, 'Johor Bahru, Johore', 'craving for dim sum lols'), (120, 89, 'Johor Bahru, Johore', 'At yew tee JK! With friends ;)'), (121, 36, 'Johor Bahru, Johore', '@xinna_takoyaki go sleep now and forget about your hunger? .___. i think\nThat''s the only way i can think of.'), (122, 90, 'Johore, Malaysia', 'I''m at Helipad w/ @polkadope @germsfatty http://t.co/fRUradev'), (123, 91, 'Johore, Malaysia', '@addelineskill cube cari yumi minhoo jerk..gambar pakai coat tudung purple :D hah ce try lagi :D'), (124, 66, 'Malaysia', '@ssmijc พอกันแหล่ะมึง'), (125, 73, 'Johor Bahru, Johore', 'Hahah im so hyper (:'), (126, 11, 'Plentong, Johor Bahru', 'Hafiz Irfan Comel orangnya. Hehe.'), (127, 92, 'Johor Bahru, Johore', 'thank you dear god for everything. good night y''all. '), (128, 93, 'Johore, Malaysia', 'Today, an Indian winked at me. let''s see what i get for tomorrow...'), (129, 73, 'Johor Bahru, Johore', 'I wanna talk otp with you again teehee .'), (130, 67, 'Johore, Malaysia', '@leavemyworld tsk. scared unglam isit i wont laugh promise'), (131, 94, 'Malaysia', '@bublueboo :D'), (132, 95, 'Johore, Malaysia', 'I laugh when i look at ur tweet . Hahahha ! Marah kape :P'), (133, 74, 'Johore, Malaysia', 'Let''s play #drawsomething give me your username, I''ll add you up! :D'), (134, 18, 'Malaysia', '@patt2534 รู้ไงเจ้ ว่าเค้าแกล้งเล่น ๆ เลยแกล้งถามดู ๕๕๕๕๕๕๕๕๕'), (135, 96, 'Johor Bahru, Johore', '#stronglyattractedto funny guys :)'), (136, 25, 'Johor Bahru, Johore', '@Sam_Hayley17 Pakcik aku ke kadok? Kalau kadok aku dh tanye then die ckp die dh tk kerja situ lagi . Soo die tk tak tahu.'), (137, 3, 'Plentong, Johor Bahru', 'Aku. Dah. Start. Bosan. http://t.co/w6sTM9Ph'), (138, 97, 'Plentong, Johor Bahru', 'I''m at Jabatan Pendaftaran Negara (Pasir Gudang, Johor) http://t.co/BpUgYAE2'), (139, 98, 'Johore, Malaysia', 'Omg the amount of stuff that''s thrown at me sometimes is just too much. Too much I can''t even'), (140, 99, 'Singapore', 'Just love how they shuffle ! #fuckyeah'), (141, 100, 'Johore, Malaysia', 'I''m at Helipad w/ @junxianb http://t.co/70unJSLs'), (142, 22, 'Singapore', 'Okayyy. Aku dah ngantukkk. ZZZZZ'), (143, 33, 'Johor Bahru, Johore', '15mins more and off to sleep !'), (144, 11, 'Plentong, Johor Bahru', '@NurinQ Twitcon cannnteewkkkk:)'), (145, 101, 'Johor Bahru, Johore', 'Don''t need on air-con. Got free environmentally-friendly weather aircon. :) Love it.'), (146, 81, 'Johor Bahru, Johore', 'Cheer up kembar aku lambat sehari @NazrulGarcia xx'), (147, 102, 'Johor Bahru, Johore', 'I''m at Madelicia House http://t.co/aAJ0jUTY'), (148, 2, 'Malaysia', '@ninewstt เวรแท้ 55. แกเค้านอนก่อนน้ะพรุ่งนี้จะไปซื้อหนังสือ :-)'), (149, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa da nak habes ni ! Hahah boss eh ? Kak ur internet laggy eh tadi? :)'), (150, 103, 'Johor Bahru, Johore', 'Dee kosh like a expert in video entertainment'), (151, 30, 'Malaysia', 'http://t.co/fAsWi3V2 ทายเกรด :)) มันโกหกได้น่าเชื่อมว๊าากกกกก #คงได้เเค่ฝัน'), (152, 65, 'Johore, Malaysia', '@Tynnosaur @tbthnsr I already have her sign #winning'), (153, 104, 'Riau, Indonesia', '@ninnonino Galau'), (154, 87, 'Johor Bahru, Johore', 'I''m\nSave from\nSprits :D'), (155, 11, 'Plentong, Johor Bahru', '@nzrlhzwn u.u tak * jelir lidah* heheh.'), (156, 105, 'Kota Tinggi, Johore', 'i can''t seem to sleep at all.'), (157, 106, 'Johore, Malaysia', 'I''m at Helipad w/ @junxianb @pampifartz @jnhqq http://t.co/xkhmvyqq'), (158, 2, 'Malaysia', 'จะตั้งใจอ่านหรังสือ :)'), (159, 107, 'Johore, Malaysia', 'I''m at My Bedd (: http://t.co/8Eq69USB'), (160, 27, 'Plentong, Johor Bahru', '@amir_azuhari Insyaallah'), (161, 108, 'Johor Bahru, Johore', 'I wamt to sleep.but i can''t ); (@ Blk 104 Tampines St 11) http://t.co/rGARqRUV'), (162, 56, 'Johor Bahru, Johore', '@Hisyamdiyana kadok . Alaaaa , okay2 takpe :) .'), (163, 109, 'Johor Bahru, Johore', '@i_am_cessa hindi nga? Sinadya mo kayang puntahan ako! Hehe. Namiss kita! Ano, kiakits sa friday?'), (164, 110, 'Johore, Malaysia', '#Love is life'), (165, 25, 'Johor Bahru, Johore', 'Im proud of my heart. It has been toyed, played, hurt but somehow it still works.'), (166, 111, 'Johore, Malaysia', 'matulog na tyo @miguelsaballa @thechineseadobo kailangan maaga mkalabas ng opisina haha.. let''s toe this!'), (167, 112, 'Johore, Malaysia', 'Gonna watch Running Man now! (@ BED @ Blk 44 TelokBlangah Drive) http://t.co/W5f8zZIx'), (168, 2, 'Malaysia', 'ฝดททค . (:'), (169, 113, 'Indonesia', '@ottoperezmolina @roxanabaldetti cuando pactaron con el pueblo a que se realizara un "pacto fiscal" nosotros tenemos que decidir si. si o no'), (170, 49, 'Indonesia', '@heryprayoga iyaaa gudnite'), (171, 46, 'Plentong, Johor Bahru', '@asti_Life hahaha . selamat tak minum kopi . hihi XD esok kau kerja ?'), (172, 114, 'Johor Bahru, Johore', 'I got a lot of best friends . RT @yosuacokre Qt so tau sapa.. :s RT @DbosGen58: @vegalela hahaha, your best friend'), (173, 19, 'Johore, Malaysia', '@chillipadixx at the ferry cruise there . they need people :) im with my friends and my brother . its my friend phone . asal tak reply ? :('), (174, 7, 'Johore, Malaysia', '@scorpio0o_8 lol =.='), (175, 57, 'Johore, Malaysia', 'custard bun!! (at Swee Choon Tim-Sum Restaurant 瑞春点心) [pic] — http://t.co/YCC4CD5b'), (176, 115, 'Indonesia', '@OaN_J @_Risdamaris almost dreaming..'), (177, 116, 'Johore, Malaysia', 'Beri Mayank. Because I first read it as Beri Manyak. LOL #bestcolleaguenames'), (178, 87, 'Johor Bahru, Johore', 'I guess there is no good night for me'), (179, 11, 'Plentong, Johor Bahru', '@nurkhalisanadia same lah:- ) 14 y/o . You?'), (180, 105, 'Kota Tinggi, Johore', 'no, must force myself. sleep is good. sleep is wonderful. #PMA'), (181, 117, 'Johor Bahru, Johore', '@YuiDeeHat Thank you!'), (182, 118, 'Johor Bahru, Johore', 'You scared the hell outta me. :''('), (183, 119, 'Johor Bahru, Johore', '@suriatixx yeah obviously haha!'), (184, 89, 'Johor Bahru, Johore', 'Aku da tknk Tgk muke die!! Da mls ah aku nk Tgk muke Kau!! Ada kwn lupe aku kan! Aku Tgk sampai mane Kau boleh pegi! Haha! Bdh nye buduk!!!!'), (185, 115, 'Indonesia', 'maybe now I must like this.. please, waiting 4 me 2 dare more say ''yes''..'), (186, 80, 'Johore, Malaysia', '@Nitsujnahc @dingdongdoreen @jonaughtyme thank you for inviting me :) I had a great time, mosquito! *face*'), (187, 30, 'Malaysia', '@Itsmeamm เที่ยงคืน ? คิดว่าจะนอนจริงมั๊ย ? 55555555555'), (188, 120, 'Johor Bahru, Johore', 'YA CORRECT I FCKING WRONG OKAY THANKS FOR RUINING MY MOOD .. I LOVE YOU ALL SO MUCH FUCK YOU FUCK YOURSELFS !! I DON''T CARE BIAS THEN BIAS'), (189, 121, 'Johor Bahru, Johore', '(:sdəəd əɹɐɯʇɥƃıu lnɟıʇnɐəq, sɯɐəɹp ʇəəʍs'), (190, 51, 'Johor Bahru, Johore', 'I''m at Kian Eng''s Home http://t.co/AiJF2yay'), (191, 11, 'Plentong, Johor Bahru', '@AisyahZoragon Welcome sayang:-* hehe'), (192, 122, 'Johore, Malaysia', '@Hantuhungry I haven''t take my test, but thanks anyways!!'), (193, 19, 'Johore, Malaysia', '@chillipadixx And anyyway who were you with ? haha belikan makan jer eh bambam :P'), (194, 25, 'Johor Bahru, Johore', '@Sam_Hayley17 sorry kay. Nnt aku dpt kerja baru aku ajak kau okay.'), (195, 3, 'Plentong, Johor Bahru', '@QamarinaFadzil aida mana sayang? Hahah'), (196, 123, 'Johor Bahru, Johore', '@ahhhmui Citibank my working company lol anyway your case OK le ma'), (197, 75, 'Malaysia', 'ฉันรักใคร ชอบใคร ปลื้มใคร เกลียดใคร ไม่ชอบใคร ฉันแสดงออกเสมอ ไม่เคยเสแสร้ง'), (198, 124, 'Johor Bahru, Johore', '@TomeyYam hehehehehhe ! Thank you manymany !'), (199, 11, 'Plentong, Johor Bahru', '@NurinQ Welcome:-) hihi'), (200, 40, 'Johor Bahru, Johore', 'I cut and you pay. RT @YongHao_L: @HeyyoItsWAC Cut botak.'), (201, 19, 'Johore, Malaysia', '@IkramValdez haha gi tidur laa'), (202, 80, 'Johore, Malaysia', 'I didn''t lie..... I could really seriously honestly truthfully sincerely use a hug RIGHT now.'), (203, 113, 'Indonesia', 'pacto fiscal dicen e los medios, pero el pueblo no sabe de que se trata el dichoso pacto ni con quien lo estan haciendo http://t.co/4jGJy26u'), (204, 125, 'Johor Bahru, Johore', '@BINGGANNN at where u kana?'), (205, 126, 'Tebrau, Johor Bahru', '@amiranatashaa1 haah org KL . Minat ae ? Haha mention nme die eh ? :p hahaha'), (206, 114, 'Johor Bahru, Johore', 'RT @xtianbautista It''s about God''s plan not ours'), (207, 50, 'Singapore', 'Me miss this pakcik...u seriously ehk.hmm'), (208, 127, 'Johore, Malaysia', 'This makes my mouth water,yum! RT @Timfishwine: Fish Tacos with Roasted Salsa Verde paired with a Loire Sauvignon Blanc http://t.co/2RimfB8O'), (209, 105, 'Kota Tinggi, Johore', '@haikxldfa heartbreak? hmmm. cheer up dude. you deserve the best perhaps. #randomasfuck'), (210, 120, 'Johor Bahru, Johore', 'WHY WANT BEAT ?! BREAK MY FACE LAH !! BETTER THEN BEATING RIGHT ? -.- COME SPOIL MY MOOD ALMOST EVERYDAY'), (211, 3, 'Plentong, Johor Bahru', '@aina_syakira ntahlah 9 kot Tngok ahh kalau nk bfast 830 kot ~~'), (212, 128, 'Johore, Malaysia', 'faith is when people ask why am I buying more than 1 AF DVD for self. ''it''s not for myself, it''s a story for the people who aren''t born yet'''), (213, 32, 'Malaysia', '@Oat_Weare ไปไหนมาค้าาบบบ'), (214, 33, 'Johor Bahru, Johore', 'Stop your nonsense . It''s not entertaining anyway .'), (215, 129, 'Singapore', '@MiloShadow whats song is that?'), (216, 19, 'Johore, Malaysia', '@nanxketotty why ? haha'), (217, 110, 'Johore, Malaysia', '@iamnatho I jus wrote a short story titled dreams for class! What a coincidence! What goes round comes back!'), (218, 54, 'Johore, Malaysia', '@ImmaSimple_Girl k,fine! Bye (; nights'), (219, 85, 'Johore, Malaysia', 'Living in fear and misery.'), (220, 11, 'Plentong, Johor Bahru', 'Hindustan membuat ky mengalir mata. Lol'), (221, 85, 'Johore, Malaysia', 'Living in fear and misery.'), (222, 3, 'Plentong, Johor Bahru', '@QamarinaFadzil hahah terasa kenapaaaa? Lol'), (223, 75, 'Malaysia', '@Pw_npbb โอเคคค ฝันดีน่ะแก จุ้บบบบ'), (224, 130, 'Malaysia', '@Izbeamiiz ใช่แว้วว วว'), (225, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa i not adik ! You adik i abg ! Hahahh Keciannnnnnn ! Dengki ngan I lagi uh. Hahah'), (226, 131, 'Johor Bahru, Johore', 'Yes walang pasok bukas! #imiss'), (227, 132, 'Johore, Malaysia', 'to chao keng successfully, you must have the support of your parents'), (228, 133, 'Johor Bahru, Johore', 'I have terrible friends staying over. Love to Xuan and Eddie.'), (229, 11, 'Plentong, Johor Bahru', '@nzrlhzwn bolehhh:) hahaha. Age?'), (230, 22, 'Singapore', '@kamaliahusna Hhhahhaha. PARIA GILAA ! *takpasalpasal'), (231, 134, 'Malaysia', '@PRUAKKY พฤกขอ for หน่อยดิ'), (232, 135, 'Johor Bahru, Johore', 'Imma sleep with empty stomach and my tears, gdnight'), (233, 58, 'Malaysia', 'แม่งนอนละ :)'), (234, 56, 'Johor Bahru, Johore', '@Hisyamdiyana its okay bro ! Okay best. Kenape tak tido ? Bsk no sch uh?'), (235, 136, 'Johore, Malaysia', 'two guys r playing internet games on my room,what the hell!!!!! http://t.co/tGoMPurr'), (236, 137, 'Johore, Malaysia', 'With my bro and cousin &lt;3 MJ12 ;)'), (237, 138, 'Plentong, Johor Bahru', 'Deart hurt.dah tau lepasni sakit hati.yang gatal stalker buat ape.moron youuu..'), (238, 125, 'Johor Bahru, Johore', '@BINGGANNN 121 here where got hsa one sia?'), (239, 139, 'Pulai, Johor Bahru', 'i miss him :('), (240, 140, 'Johor Bahru, Johore', 'Withhhhhhhh siwonnnnnnnnn &lt;3333333 (@ My Beeeeed.) http://t.co/HiUhUspR'), (241, 4, 'Johore, Malaysia', '@iamanrose i will send u a mail of chek list ok'), (242, 141, 'Johore, Malaysia', 'Yay home :) (@  Berrrniceee''s Home ) http://t.co/i64fEB0A'), (243, 142, 'Johor Bahru, Johore', 'Draw Something has helped me improve my freehand doodling skills'), (244, 11, 'Plentong, Johor Bahru', '@Mizanshamirah tv2 yeahhhh. Tengok lah:D'), (245, 67, 'Johore, Malaysia', '@leavemyworld tsk okayyyy'), (246, 65, 'Johore, Malaysia', '@cowflap Horse don''t attacks any balls, it unpollite'), (247, 138, 'Plentong, Johor Bahru', 'Awat lambat sngat lagu bes tu #KalHoNaHo'), (248, 99, 'Singapore', 'I don''t like'), (249, 143, 'Johor Bahru, Johore', '@Kennyzxcs but people said that time storyline is meaningless?;) so isit nice?'), (250, 144, 'Malaysia', 'ถ่ายทอดสดฟุตบอล ยูฟ่าแชมเปี้ยนส์ลีก เชลซี (อังกฤษ) - นาโปลี (อิตาลี) 02.45 น. ช่อง 7 &gt;&gt;&gt; อยากดู ถ้าถ่างตาไหว เจอกัน!!!!'), (251, 3, 'Plentong, Johor Bahru', '@QamarinaFadzil hahah bukan awaklaa sayang Kata nk tdo tadi .... Hahahah'), (252, 11, 'Plentong, Johor Bahru', '@Izzati_Khalid rumahhhh:)'), (253, 85, 'Johore, Malaysia', '@REGINEsaysHii yeap!!!'), (254, 62, 'Indonesia', 'hahahaha...\njgn bingung2...\nntar jd stres...@Dewisoesana'), (255, 146, 'Pulai, Johor Bahru', 'Knape tiba2 hati sya begini? #bersyukur'), (256, 147, 'Johor Bahru, Johore', 'Waiting for reply and praying the best for him &lt;3 Not being himself again -.- haish... (@ Shazlyn''s Crib &lt;3) http://t.co/d1IECu2w'), (257, 148, 'Johor Bahru, Johore', '@hollyporks @demurej not enough D: I bought enough for 10. But there''s 15 of us I think. Hehe. When u all free to bake D: hehe'), (258, 25, 'Johor Bahru, Johore', '@Sam_Hayley17 waiting for ciggarate to arrived then can sleep .haha'), (259, 49, 'Indonesia', '@heryprayoga heheh ya udah mention aja, iya bentar lg tidur hehe'), (260, 26, 'Johore, Malaysia', 'a thousand lies have made me colder and I don''t think I can look at this the same'), (261, 146, 'Pulai, Johor Bahru', 'Headache to d max.'), (262, 27, 'Plentong, Johor Bahru', '@aily_tey ko de tumblr x?'), (263, 32, 'Malaysia', '@Oat_Weare ค่ะ อาบน้ำยังค่าา^^'), (264, 65, 'Johore, Malaysia', 'We wanna make #horseattack as trend?'), (265, 14, 'Johor Bahru, Johore', 'I''m fully stalker this time .. Lol #Umadbro'), (266, 11, 'Plentong, Johor Bahru', '@haziraaa Twitcon Comelll:-)'), (267, 149, 'Johor Bahru, Johore', '@Rattyunicorn I bought it at 12.90 hehe'), (268, 150, 'Plentong, Johor Bahru', '@IntanKhir kerenah you?i dah biasalah layan kerenah budak 15 tahun ni,HAHA,joke kayy,HAHAHA,'), (269, 151, 'Johor Bahru, Johore', 'I''m at Clover By The Park 2-6 (Singapore) http://t.co/PcFHbYIa'), (270, 148, 'Johor Bahru, Johore', '@saradanlee babe, I''m free tomorrow night(:'), (271, 99, 'Singapore', 'Tecktonik , not my style .'), (272, 152, 'Plentong, Johor Bahru', '@SuperAsyiqin layan hindustan.meleleh air mata tk henti.haha'), (273, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN wow. You know me so well na agad ate... Alam mo ng di ko gets. =))))) HAHAHAHA! Why nga ba evil smile? :)) may smth ba? :))'), (274, 153, 'Johor Bahru, Johore', 'I''m at Tucky Home (Singapore) http://t.co/WGxIv7Aj'), (275, 125, 'Johor Bahru, Johore', 'so long still drinking chrysanthemum tea:)'), (276, 154, 'Johore, Malaysia', 'Attention-seeking whore? Like you don''t want attention. Fine, from now on you''re invisible-man. We''ll treat you as non-existant.'), (277, 155, 'Johor Bahru, Johore', 'Late Supper at ''AL-Nuri'' HAHA, handmade by Aini with love :) @ Blk 5 Teck Whye Ave http://t.co/JjP4iO2M'), (278, 51, 'Johor Bahru, Johore', 'I''m at Kianeng Bed, Lalaland! http://t.co/GWtvhauL'), (279, 156, 'Johore, Malaysia', '@kucengmiow chey!!!! hahaha...aku besok dok...2.01!!! hahaha'), (280, 129, 'Singapore', 'lim sing ee next time wan show an example of tropical rainforest just take pic of aaron lims armpit hair good enough, so furry and detailed.'), (281, 26, 'Johore, Malaysia', 'totally opposite right here come ere come here ~~~ RT @sherrynicoleooi: No cigs no alcohol. Fuck.'), (282, 18, 'Malaysia', '@patt2534 เอาของอไลดีอ่ะเจ้ เลือกไม่ถูกเลยยนิ ๕๕๕๕๕๕๕'), (283, 157, 'Johor Bahru, Johore', 'I should do a before &amp; after post. Unusable to usable. Wow. I''m so late in technology!! Haha'), (284, 158, 'Johore, Malaysia', 'I always wonder why birds stay in the same place when they can fly anywhere on earth. Then I ask myself the same question.'), (285, 148, 'Johor Bahru, Johore', '@gerleneeee hehehe. Everybody loves to say I''m gross D:'), (286, 94, 'Malaysia', '@bublueboo yepp Thx kaa :)'), (287, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN @xsapphiredust EIA OH. HAHAHAHAHAHHAHAHA. BULATE WORM GANG. Ate, alam mo ba yan? :&gt;'), (288, 4, 'Johore, Malaysia', '@iamanrose tusi roti khadi ke nai hun'), (289, 159, 'Johor Bahru, Johore', 'Sex. Food. Money. Elements of Life.'), (290, 154, 'Johore, Malaysia', '“@funnyorromance: You cry, I cry, ….you laugh, I laugh…you jump off a cliff i laugh even harder!!”'), (291, 19, 'Johore, Malaysia', '@IkramValdez maybe . why?'), (292, 145, 'Johore, Malaysia', 'Wanted to play and stop before 1 ... Seems like :''('), (293, 160, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) http://t.co/y6s8S1Cc'), (294, 161, 'Kota Tinggi, Johore', 'I''m at Toa Payoh Lorong 8 Market (Singapore, Singapore) http://t.co/OhQpobE7'), (295, 122, 'Johore, Malaysia', '@osnapitzann WHY U OVER WITH DAVID?!!??'), (296, 125, 'Johor Bahru, Johore', 'so late still drinking chrysanthemum tea!!'), (297, 162, 'Johor Bahru, Johore', '@yuelingyueling hehehe,'), (298, 163, 'Johor Bahru, Johore', '@cerealsuperhero however sadly we can''t.'), (299, 164, 'Johore, Malaysia', 'I''m at Helipad w/ @germsfatty http://t.co/OJnt93kr'), (300, 67, 'Johore, Malaysia', '@secretliez eeeee Elisa!!! u damn disgusting!!!!'), (301, 165, 'Johore, Malaysia', 'HAPPY #PI DAY!! WOOHOO!! YEAH I HATE MATHEMATICS TOO.. WOOHOO'), (302, 166, 'Johor Bahru, Johore', '@janvonne what way???'), (303, 160, 'Johore, Malaysia', 'I''m at Ace''s Den (Singapore) http://t.co/shMeRvAp'), (304, 142, 'Johor Bahru, Johore', 'and wasted many good hours of my life.'), (305, 148, 'Johor Bahru, Johore', '@jiahuinotjiahui hehe u checked channel 312? I''m watching Epi 14 now teeheeeeeee.'), (306, 167, 'Johor Bahru, Johore', '@i_NoMercy your surname is Tay?'), (307, 86, 'Johore, Malaysia', '@suffiansapri hahahaah. nahhh, not SO irritating lah. but its alright . hahahha. ((:'), (308, 168, 'Johore, Malaysia', 'I''m at TAB (Singapore) w/ 2 others http://t.co/kUhn9flc'), (309, 169, 'Plentong, Johor Bahru', 'Entah mengapa, masih lagi menunggu....:/'), (310, 11, 'Plentong, Johor Bahru', 'Eh,suka hati lah nak cakap Hafiz Irfan apa.Dah dia memang comel:p'), (311, 122, 'Johore, Malaysia', 'Girl you remind me of a star.'), (312, 170, 'Malaysia', '@wkhing na but nowwwwww กรี๊ดดดดด'), (313, 145, 'Johore, Malaysia', 'Gotta wake up early tomorrow ?? :('), (314, 18, 'Malaysia', '@patt2534 เจ้ เค้าไปนอนก่อนนนา สำหรับวันนี้เค้าเข้าใจเจ้ผิดหมดเลยยย เค้าขอโทดน้าาาาาา'), (315, 82, 'Malaysia', 'จำเอาไว้ ว่าของที่รัก ของใครนั้นใครก็ต้องห่วง'), (316, 57, 'Johore, Malaysia', ':)~ (at Swee Choon Tim-Sum Restaurant 瑞春点心) [pic] — http://t.co/gC2fJDjC'), (317, 80, 'Johore, Malaysia', '@orlylow omg thank you :''('), (318, 171, 'Johore, Malaysia', 'F!! “@aryanegoro: Stt kita knp? @jesszz_otto anjaninadya @elvypangaribuan hahahahaha”'), (319, 11, 'Plentong, Johor Bahru', '@haziraaa youu lagi comellll:-)'), (320, 172, 'Johore, Malaysia', 'so boring.'), (321, 173, 'Johor Bahru, Johore', 'My secret obsession.'), (322, 174, 'Johor Bahru, Johore', 'Still got 7000 more email to delete!!'), (323, 3, 'Plentong, Johor Bahru', 'Semua org bestlah dapat text pagi-pagi lagiii Aku? Hm tkde maknanyaaa Aku yg slalu bgn dlu dari dia haih jarangg dpat goodmorning text! ;-('), (324, 154, 'Johore, Malaysia', '@Pasuuta huh? u showing hair or u use da sponge? o.o'), (325, 175, 'Johor Bahru, Johore', ')'': (@ CARMEN''s bed! (:) http://t.co/c5VgRlt6'), (326, 148, 'Johor Bahru, Johore', '@Jespersevere that''s great~ hehe. Meet up more often so you won''t feel bored~(:'), (327, 99, 'Singapore', 'Shuffle , KILL ANT KILL ANT ! HAHAHA !'), (328, 176, 'Johore, Malaysia', 'When nothing in life turns you on, you know you have been murdered!'), (329, 171, 'Johore, Malaysia', '@miraachari @bubunchan mau cupcake jugak. Yang pink ya..'), (330, 105, 'Kota Tinggi, Johore', 'gonna listen to we are scientist to put me to sleeps'), (331, 18, 'Malaysia', '@patt2534 อยากได้ของฮ่องกง อ่ะ ๕๕๕'), (332, 171, 'Johore, Malaysia', '@Bubunchan @miraachari insyaallah bs bun.'), (333, 11, 'Plentong, Johor Bahru', '@Mizanshamirah adaaaa. Nak dekat habis dah. Haha'), (334, 19, 'Johore, Malaysia', 'sorry i''ve to put down the phone . i thought my father wanted to scold me, skali ask if i wanna eat or not -.-'), (335, 178, 'Johore, Malaysia', 'At the playground ~'), (336, 84, 'Johor Bahru, Johore', '@Shan2en walao!! Hahahah use knife force ass?? Pain eh! Hahaha'), (337, 63, 'Johor Bahru, Johore', 'Somebody needs to stop this err gay society from outgrowing . Wrong. Wrong . Wrong. Back to the Religion , my dear friend.'), (338, 169, 'Plentong, Johor Bahru', 'Okeyy , Chill ! Sabar ... Walaupon hampir setiap kali kau mungkiri janjy ! &gt;.&lt;'), (339, 65, 'Johore, Malaysia', '@cowflap yAchmenev, comrad Ivan'), (340, 179, 'Johor Bahru, Johore', '@Syzlna lol, no problem..:)'), (341, 94, 'Malaysia', '@farcryboth รอดูไปก่อน...'), (342, 180, 'Johore, Malaysia', 'Sleeping... (@ Arianna Hotel (Syed Alwi)) http://t.co/9ILR8Phm'), (343, 66, 'Malaysia', '@Namhompuc ของใหม่'), (344, 181, 'Kota Tinggi, Johore', 'Homed 20mins more and im off to station.. Tdo station alahai'), (345, 182, 'Johor Bahru, Johore', 'I''m at SHINee''s Dorm http://t.co/x06OEIsD'), (346, 178, 'Johore, Malaysia', '@Ahhyao @AhhBui @AndysHerSexyBoy'), (347, 171, 'Johore, Malaysia', 'FF!!! “@elvypangaribuan: RT @aryanegoro: Stt kita knp? @jesszz_otto anjaninadya elvypangaribuan hahahahaha http://t.co/1e6oYODK”'), (348, 3, 'Plentong, Johor Bahru', '@QamarinaFadzil hehe okay sayang :* have a beauty rest!!'), (349, 105, 'Kota Tinggi, Johore', '*scientists *sleep'), (350, 27, 'Plentong, Johor Bahru', '@aily_tey oh yeke amir dde an?'), (351, 7, 'Johore, Malaysia', 'Bella skype jum'), (352, 182, 'Johor Bahru, Johore', 'I''m at In My Room (Bukit Batok, Singapore) http://t.co/BIb1cZQ2'), (353, 11, 'Plentong, Johor Bahru', '@haziraaa noo noo book you lagi lahh:-)'), (354, 105, 'Kota Tinggi, Johore', '@elfhxmy all the best #pathos'), (355, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hahaha pon boleh lah kakak sabrina :) eleh action je lebih:P . Awak dengki lagi uh nanti lappy teros takboleh pakai .Hahah :)'), (356, 177, 'Johor Bahru, Johore', 'Back from ecp , today was fun ! But tiring as usuall'), (357, 72, 'Johor Bahru, Johore', '@JanelleMLJ yesterday???? I only went to woodlands, then changi airport, then expo, then home leh! Haha'), (358, 167, 'Johor Bahru, Johore', '@i_NoMercy ouhh. Related to huihui?'), (359, 171, 'Johore, Malaysia', 'apa MM? “@aryanegoro: MM hahahaha °˚˘˚° ƪ( ✽⌣✽)ʃ”'), (360, 183, 'Johore, Malaysia', 'I''m at Woodleigh Close (Singapore) http://t.co/yKta4AhF'), (361, 63, 'Johor Bahru, Johore', 'I know quite a number of my contacts who are... Sigh. Bunga banyak bro! Punggung ayam jugak kau nak.'), (362, 11, 'Plentong, Johor Bahru', '@haziraaa Nooooo you lagi comeyyy:-)'), (363, 184, 'Johor Bahru, Johore', 'Dear friends, as convenient it is for you guys, I apologise that I''m inactive in Whatsapp.'), (364, 85, 'Johore, Malaysia', 'Guess you fel asleep like again.'), (365, 185, 'Singapore', 'knn you pcb dog face last warning sia'), (366, 56, 'Johor Bahru, Johore', '@Hisyamdiyana sape hantar ? Tolak uh sebatang . Hahah'), (367, 97, 'Plentong, Johor Bahru', 'I''m at Cashier @ Pizza (Pasir Gudang, Johor) http://t.co/GMqpVlr4'), (368, 154, 'Johore, Malaysia', '"People''s dreams never end!"\n-Blackbeard, One Piece'), (369, 183, 'Kota Tinggi, Johore', 'I''m at Euro Asia Park (Toa Payoh, Singapore) http://t.co/A00zJCcq'), (370, 186, 'Johor Bahru, Johore', 'Where to watch glee :('), (371, 187, 'Johor Bahru, Johore', 'Had a good time with @kynieto. '), (372, 15, 'Johor Bahru, Johore', '@arieswati is ok Wati,we did tke a pic together right?'), (373, 183, 'Kota Tinggi, Johore', 'I''m at My Comfy Place http://t.co/3TkaeliK'), (374, 171, 'Johore, Malaysia', 'Kangen si mini.'), (375, 152, 'Plentong, Johor Bahru', 'kalau diorang dah start nyanyi mampuss ~~'), (376, 188, 'Plentong, Johor Bahru', 'I''m at Minor Store (Johor Bahru, Johor) http://t.co/bp8wctgJ'), (377, 18, 'Malaysia', '@patt2534 จ้าาาาา ๆ'), (378, 167, 'Johor Bahru, Johore', 'Waiting for your reply.'), (379, 70, 'Johor Bahru, Johore', '@FlyinPenguin721 damn son.'), (380, 11, 'Plentong, Johor Bahru', 'GUGGU :)'), (381, 22, 'Singapore', '@kamaliahusna Hhahha :D tak tahu malu ! Tak sekolahh ! Hhahha'), (382, 169, 'Plentong, Johor Bahru', 'Pikirkan kau sahabat , aku masih tetap sabar :)))'), (383, 3, 'Plentong, Johor Bahru', '@ainarena tktau -.- tnyelah dia Weh esok coach ada? Tkpkai tdung tkbole? Haha aku pkai je tudung hitam putih Cutii enn XD'), (384, 189, 'Johor Bahru, Johore', 'ONE DIRECTIONER ? Follow please :) thank you'), (385, 81, 'Johor Bahru, Johore', '@FirRun sabar lah bapak'), (386, 190, 'Kota Tinggi, Kota Tinggi', 'Adoiiiii...tak blh tido...'), (387, 63, 'Johor Bahru, Johore', 'يهديكم الله ويصلح بالكم.'), (388, 97, 'Plentong, Johor Bahru', 'I just ousted Tanpa N. as the mayor of Cashier @ Pizza on @foursquare! http://t.co/uqPCfLsP'), (389, 86, 'Johore, Malaysia', '@suffiansapri Hey! i got say it''s irritating ? tak kannnnn? heheeheh. its not lah. its not at all (((:'), (390, 16, 'Johor Bahru, Johore', '@jamieXramirez can i hide in your luggage :( hahahaha'), (391, 167, 'Johor Bahru, Johore', '@i_NoMercy she also Tay right?'), (392, 25, 'Johor Bahru, Johore', 'Shahrul anta. @Sam_Hayley17 . Tomorrow i give u okay'), (393, 49, 'Indonesia', 'Jangan terlalu cepat jatauh cinta sama saya. hahaha'), (394, 191, 'Singapore', '#AfterEffect of jumping down a swing :( ankle hurts ... #GdNight'), (395, 19, 'Johore, Malaysia', 'i got nose blocked .'), (396, 192, 'Johor Bahru, Johore', 'yay ada orang nak beli cincin aku, $2 je. Bahahaha!'), (397, 4, 'Johore, Malaysia', '@iamanrose nai tusi kha lo tuhadi sehat pehla hi thk nai main vi thore jehe chaval khan laga room mate ne bnai aa ok'), (398, 56, 'Johor Bahru, Johore', 'Nyamuk go away please . Aku tawu darah aku manis ,Takmo lah isap lagy :/'), (399, 169, 'Plentong, Johor Bahru', 'Serious , besok pagy aku malas nak bagun pegy class. Nak bgy alasan ape yeakk ??? =.='), (400, 19, 'Johore, Malaysia', 'berbual pon sengau , haha cb.'), (401, 171, 'Johore, Malaysia', 'punyaku ada 2. “@elvypangaribuan: F dan tanda serunya @jesszz_otto anjaninadya http://t.co/2XgipRJH”'), (402, 138, 'Plentong, Johor Bahru', '@HanzDorner kannnn retis mcm I ni pun,banyak mase nak stak2 ni.ish2 geleng kepala..'), (403, 23, 'Kota Tinggi, Johore', '@FifiNoName besok kau skate ngan nana ehh ??'), (404, 193, 'Johor Bahru, Johore', 'I just became the mayor of Justice Lovely Bed :) on @foursquare! http://t.co/VVHIsBd7'), (405, 193, 'Johor Bahru, Johore', 'I''m at Justice Lovely Bed :) http://t.co/72Imx4Ez'), (406, 11, 'Plentong, Johor Bahru', '@PrincessAmalina Good Night:-)'), (407, 16, 'Johor Bahru, Johore', 'Brian McKnight :((((( #backatone #marryyourdaughter etc. Huhuh'), (408, 123, 'Johor Bahru, Johore', '@hhazel1025 lol of course Kyu haha. Dong not so evil one haha lol that why love him lol'), (409, 7, 'Johore, Malaysia', 'Okay waiting....'), (410, 56, 'Johor Bahru, Johore', '@Hisyamdiyana yaaay ! Thank you . Tmr soccer?'), (411, 19, 'Johore, Malaysia', '@IkramValdez council ? haha sem .'), (412, 11, 'Plentong, Johor Bahru', 'Mason comell :-)'), (413, 4, 'Johore, Malaysia', '@iamanrose haan ik vari website open kar ke dekh lena sari details ok'), (414, 145, 'Johore, Malaysia', '@shawnlawSH for what. Siao ah'), (415, 131, 'Johor Bahru, Johore', '@iamkennypadalla I remember her Marie Joyce Tañaña! #soulvoice galing!'), (416, 2, 'Malaysia', '-...- http://t.co/YmJ0lYE0'), (417, 194, 'Johore, Malaysia', '@Tigerxanne ikr!'), (418, 47, 'Johor Bahru, Johore', 'Me forever double ma spicy'), (419, 11, 'Plentong, Johor Bahru', '@haziraaa YEAHHHH. HAHAHAHA:)'), (420, 195, 'Plentong, Johor Bahru', 'Kal Ho Naa Ho cerita ni sedih gilaaaa! Kbye'), (421, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu cannot?! Waaaa'), (422, 197, 'Johore, Malaysia', 'Yachts.'), (423, 99, 'Singapore', '@IanlynGnitnna NO !'), (424, 198, 'Kota Tinggi, Johore', 'Fucking CB! Where is the company taxi waiting for 1hour already still haven come!!'), (425, 11, 'Plentong, Johor Bahru', '@Mizanshamirah HAHAHA. SURE:-)'), (426, 169, 'Plentong, Johor Bahru', 'Aleyh-2 , last mint emel ckap ade. agak-2 lerrr !!! :3'), (427, 185, 'Singapore', 'knn your hair already like one pongsaigao still want kpkb'), (428, 7, 'Johore, Malaysia', 'Single lagi Best kan?'), (429, 134, 'Malaysia', '@Pampiyanuch นอนเหอะ 55'), (430, 196, 'Johor Bahru, Johore', 'ty! RT @ShanshanHeartsu @SMURF_SOME why you so cute! -.-'), (431, 199, 'Johor Bahru, Johore', '#supportilluminati ! #prangaisetan lol.'), (432, 126, 'Tebrau, Johor Bahru', '@amiranatashaa1 hahaha tahu takot :p blum , satu bnde pun tak sentuh lagi :) orang tgk cerita korea je laa , LEE MINHOO XD'), (433, 94, 'Malaysia', '@bublueboo ดูได้ๆ ตื่นทันป่าว 10 โมง 555 แต่พี่เขินหวะ ถ้าคนเยอะ 555&gt; &lt;'), (434, 192, 'Johor Bahru, Johore', 'siapa nak. $15 je. http://t.co/ETcJtqLV'), (435, 185, 'Singapore', '@sdk_haru .'), (436, 84, 'Johor Bahru, Johore', '@Shan2en still pain eh!'), (437, 19, 'Johore, Malaysia', '@ARastafarry @IkramValdez apeape call aku . aku nak tidur . nights sayangku &lt;3'), (438, 200, 'Johor Bahru, Johore', 'This feeling sucks~'), (439, 123, 'Johor Bahru, Johore', 'Lol seeing twit about April fool I need to avoid haha OMG last year almost fool by Shawn lol'), (440, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu what!'), (441, 201, 'Johore, Malaysia', 'I''m at Club Avatar (Singapore) w/ 5 others http://t.co/V79wKBxV'), (442, 47, 'Johor Bahru, Johore', 'Me forever double Mac spicy'), (443, 86, 'Johore, Malaysia', 'I''m still cold. :('), (444, 19, 'Johore, Malaysia', '@ARastafarry @IkramValdez and that time call reject. merajuk ke tu ? haha ! kk nights .'), (445, 202, 'Kota Tinggi, Johore', 'I''m at Block 10B Toa Payoh Lor7 http://t.co/8B5x7vU8'), (446, 50, 'Singapore', 'Where this pakcik?Ehk abang,badan da pump belom?bila mau kluar six packs.HAHAHA. @MNH017 http://t.co/mVbQurk7'), (447, 3, 'Plentong, Johor Bahru', 'Cuti jelaaa nampak aku onl Waktu sch kalau onl je mmanjang mcm waktu cuti mmang study aku pun holiday ah jawabnya ~'), (448, 99, 'Singapore', 'Should find those shuffle song back !'), (449, 19, 'Johore, Malaysia', '@ARastafarry @IkramValdez kau kat mane ? haha kk nights :)'), (450, 114, 'Johor Bahru, Johore', 'Idho toh? Wkwkkk . RT @DbosGen58 Kira" spa? RT @vegalela: I got a lot of best friends . RT @yosuacokre Qt so tau ... http://t.co/O8zmhCZM'), (451, 12, 'Plentong, Johor Bahru', '@chasingsmokezxc omg no peace at all hais. he spoils everything'), (452, 11, 'Plentong, Johor Bahru', '@SyazaNadhirah SWAG TWITCON:-)'), (453, 118, 'Johor Bahru, Johore', '@sacred_sophomor bleyhh. Never mind uh :)'), (454, 186, 'Johor Bahru, Johore', '@celestinnnnnee Dafaq?! The links are all screwed up ! Where !!'), (455, 85, 'Johore, Malaysia', 'What''s the difference when you''re his girlfriend when he''s flirt? People would only think that you''re one of the girls that he''s flirting.'), (456, 27, 'Plentong, Johor Bahru', 'ok bubye twitter!!'), (457, 203, 'Johor Bahru, Johore', 'I always feel bored at late night'), (458, 25, 'Johor Bahru, Johore', '@Sam_Hayley17 tomorrow i got training uh.'), (459, 194, 'Johore, Malaysia', 'B70! hahaha! u know i know..'), (460, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN AH. HAHAHAHAHAHAAHAAAHAHA. GETS KO NA ULIT. HAHAHAHAHAH. #evilgenius oh noes =))))))) Wowzers ate. Just.. Wow =)))))'), (461, 204, 'Johor Bahru, Johore', 'pagod much. isang araw pa. sigh.'), (462, 205, 'Johore, Malaysia', 'Сингапур&amp;#33;) http://t.co/jAX4A5Ob'), (463, 50, 'Singapore', 'Falling in love with you :'')'), (464, 190, 'Kota Tinggi, Kota Tinggi', '@nadiahmohdjani yg kau nape tak blh tido..igtkn bf ea...'), (465, 199, 'Johor Bahru, Johore', 'No la i only support Allah and his messengers:)'), (466, 11, 'Plentong, Johor Bahru', '@FarhanMalto TWITCON COMEL:-)'), (467, 206, 'Johor Bahru, Johore', 'Praying 2 raka''at with contemplation is better than praying all night while heart is heedless .'), (468, 207, 'Johore, Malaysia', '@KyanndaS weee! Whats your num? (:'), (469, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu botak sua'), (470, 195, 'Plentong, Johor Bahru', 'Sampai bila bila aku akan suka Shah Rukh Khan. Hahaha'), (471, 145, 'Johore, Malaysia', '@shawnlawSH tmrw ??'), (472, 208, 'Johor Bahru, Johore', 'Lines @ NTU School of Electrical and Electronic Engineering http://t.co/OiG7ILqj'), (473, 167, 'Johor Bahru, Johore', '@i_NoMercy same surname,cousins? Thought you have a relationship with her? O.o'), (474, 209, 'Johore, Malaysia', 'I''m at Cally''s Bed  http://t.co/3G8QkVDG'), (475, 210, 'Johore, Malaysia', 'Woohoo mum making food for me lolol'), (476, 211, 'Plentong, Johor Bahru', 'Penat Doe Jadi Prostitute..We R Prostitute.. @BlaxSuperhero @mint_angelo'), (477, 4, 'Johore, Malaysia', '@iamanrose ok by take care'), (478, 123, 'Johor Bahru, Johore', '@NINGZzhi.lol the third picture totally fail lol haha @_yshan @teresakoh_'), (479, 212, 'Senai Kulai, Kulai Jaya', 'Still far from reaching. OMG. (@ Plaza Tol Senai ~ Lebuhraya Utara Selatan ~) http://t.co/vjxdjySB'), (480, 213, 'Johor Bahru, Johore', '@Dkamilaa macam mana tiket free?? imposibruu!!'), (481, 11, 'Plentong, Johor Bahru', '@NjhahZhrddin HELLO:)'), (482, 19, 'Johore, Malaysia', 'You me cuddle ? im very cold .'), (483, 196, 'Johor Bahru, Johore', 'Flirt, flirt, flirt. -.-"'), (484, 214, 'Johore, Malaysia', 'I''m at Zouk w/ @decadentdrama http://t.co/zoA8Qx8S'), (485, 215, 'Johore, Malaysia', '#StronglyAttractedTo @Louis_Tomlinson .'), (486, 145, 'Johore, Malaysia', '@shawnlawSH ohhhh what time ?? Online ??'), (487, 216, 'Suria City Hotel - Johor Bahru, Plentong', 'Waaa!! Laptop rosak. Xdpt email kerja ke client mlm ni. Sobsob.. :( (@ Suria City Hotel Johor Bahru) http://t.co/k4x9SORG'), (488, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa awak nak complain pegi uh complain:D .Saye tak TAKOT !nyehehe. Ade lagi satu lappy abeh naj kerek uh . Hahahhah :P'), (489, 11, 'Plentong, Johor Bahru', '@HafizRahimII TWITCON COMEL. AUWWW:)'), (490, 3, 'Plentong, Johor Bahru', '@ainarena haha K kau pkai baju apa esok? Its holiday yemmeh Kurangkan kasih sayang pada baju sukan lol'), (491, 4, 'Johore, Malaysia', '@iamanrose per hun mere kol online nai ho hona lapi vala larka aan vala aa ok sory'), (492, 56, 'Johor Bahru, Johore', '@Hisyamdiyana paitau sudah . Haha'), (493, 206, 'Johor Bahru, Johore', 'The one who can bow down to Allah can stand up to anything .'), (494, 217, 'Johor Bahru, Johore', 'I''m at Stanley''s Crib  http://t.co/PQmIvc2P'), (495, 194, 'Johore, Malaysia', 'hahaha! sot?'), (496, 218, 'Johor Bahru, Johore', '@sandrateogipeng im not :) u at starbucks?! Hahaha!!! Enjoy life arh u !! ;)'), (497, 123, 'Johor Bahru, Johore', '@NINGZzhi And pat pat lol go stare at yours la haha'), (498, 22, 'Singapore', '@kamaliahusna Ehh, dia tak pakai nandekk ahhh. Dia macam india murtad. Hhhehhe :PP'), (499, 12, 'Plentong, Johor Bahru', 'Uhmph hi y do i see happy lovebirds ard. I know la i alone'), (500, 84, 'Johor Bahru, Johore', '@Shan2en that one also sharp eh. Still pain eh.. Don''t force open la'), (501, 219, 'Malasia', 'เรื่องบางเรื่องควรใช้สมองจำบ้าง อย่าคิดพึ่งเครื่องมือต่างๆมากเลย สักวันถ้าไม่มีมันแล้วจะทำยังไง'), (502, 56, 'Johor Bahru, Johore', '@liyawesomeshit sempat eh kau nak tweet . Hahah'), (503, 86, 'Singapore', '@suffiansapri haha. tkde la mr suffian! ish, mintak kene gigit. hee. i just realised that the location is from johore. I''m in singapore eh.'), (504, 138, 'Plentong, Johor Bahru', 'Hye lepasni boleh panggil saye priety zinta..takde zinta tu pn xpe hahhaa'), (505, 35, 'Plentong, Johor Bahru', 'Yeayy Habbo dh boleh bukak.'), (506, 167, 'Johor Bahru, Johore', 'Confused. Haha'), (507, 11, 'Plentong, Johor Bahru', '@nzrlhzwn LAAHH. I 14 HAHAHA. I MUDAAA:o'), (508, 154, 'Johore, Malaysia', 'Somehow almost all girls have the same angle/pose for their display picture. I''m gonna get one that stands out.'), (509, 220, 'Johore, Malaysia', 'I''m at Avalon (Singapore, Singapore) http://t.co/q6S1urVF'), (510, 221, 'Malaysia', '@MUKMICKa เทอๆ ฝันหวานนะ :'')'), (511, 167, 'Johor Bahru, Johore', '@i_nomercy *are'), (512, 54, 'Johore, Malaysia', '@ImmaSimple_Girl nights la (; haha!! Sweet dreams ; me don''t like anyone'), (513, 222, 'Johor Bahru, Johore', 'RT @audris_adabella: AWW YEAH, SO PROUD OF VINNIEKOOMZ!!  @Kumarwood'), (514, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN Yes! yes! =)))) Wanna join? :&gt; =))))))'), (515, 45, 'Johor Bahru, Johore', '@calebwwk Jason Chen! Go watch is vid :p "bestfriend "'), (516, 11, 'Plentong, Johor Bahru', '@haziraaa U.U DIA COMEL.KENAPA?'), (517, 169, 'Plentong, Johor Bahru', 'Bosan dengan segalanya ! everthing can change ! &gt;.&lt;'), (518, 63, 'Johor Bahru, Johore', ''' Sejujurnya anti, ana rindu anti. '''), (519, 138, 'Plentong, Johor Bahru', 'Oke lagu fav skang kat kal ho na ho..oke mari fokus..mari menari,mari gulinggg2 hahaha'), (520, 123, 'Johor Bahru, Johore', '@_yshan lol more evil than me haha lol OMG haha@NINGZzhi @teresakoh_'), (521, 223, 'Johor Bahru, Johore', '@sarahwongjw tomorrow don need go school ar??'), (522, 206, 'Johor Bahru, Johore', 'How can one consider them self lonely when Allah s.w.t is his guardian ?'), (523, 86, 'Singapore', '@_SHEILAxoxo_ hahahaha. mane ade ?!'), (524, 62, 'Indonesia', 'iyolah kk...\nci omak koq ga ada kabar y...?@Dewisoesana'), (525, 169, 'Plentong, Johor Bahru', 'jangan lah kau bersedih coz everthing gonna be 0kay +_='), (526, 81, 'Johor Bahru, Johore', 'B b b b break up now'), (527, 149, 'Johor Bahru, Johore', '@Rattyunicorn I aunty ma hehe'), (528, 146, 'Pulai, Johor Bahru', 'Love hurts. Boys lie. Friends cry. People die. Parents yell. You always try. You''re never good enough, &amp; you don''t know why.'), (529, 84, 'Johor Bahru, Johore', '@AhW3iBadstudent yeah I forever bored one.'), (530, 50, 'Singapore', 'Irritating person pleasee stop calling cos I''m lazy to talk...'), (531, 224, 'Johor Bahru, Johore', '@claremarieakyx loser!!!!!!'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (532, 225, 'Johor Bahru, Johore', 'Was out running 5.73 km with #Endomondo. See it here: http://t.co/jvy065jY'), (533, 86, 'Singapore', '@apitstifler hahahah. I''m under my blanket ! the wind is just like brrrrrrrr.'), (534, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa nak tengok boleh?:)'), (535, 226, 'Johore, Malaysia', 'catching up w/ some old friends is fun..missed out so much. more to come i suppose! #goodtime'), (536, 25, 'Johor Bahru, Johore', '@Sam_Hayley17 cannot uh.'), (537, 49, 'Indonesia', '@kangrama kok prett kang&gt; yeee bkn buat akang yeee hahaha'), (538, 133, 'Johor Bahru, Johore', '@mellygoh LOL No larh of course not :-)'), (539, 15, 'Johor Bahru, Johore', '@arieswati lol...promise we will tke a full pic together Nxt time:)'), (540, 49, 'Indonesia', '@aanwijaya_ gpp hehehe'), (541, 227, 'Johor Bahru, Johore', 'Slacking w @mylastrance'), (542, 22, 'Singapore', '@kamaliahusna Hhahha. Maybe kot. Yelahh kan. Couple dengan Melayu. Malu lahh pakai nandek :))'), (543, 167, 'Johor Bahru, Johore', '@i_NoMercy ouuuuhhhhh. Sorry boss! :P I thought chinese like that. Same surname is somehow related to each other. :P'), (544, 11, 'Plentong, Johor Bahru', 'SONI ACHAMAHETEH.THAT THE WAY MAHETEH.LOL'), (545, 228, 'Johor Bahru, Johore', '@TeamSashaAl1 where do I send them to? :)'), (546, 206, 'Johor Bahru, Johore', 'Allah understands our prayers even when we can''t find the right words to say them .'), (547, 126, 'Tebrau, Johor Bahru', '@amiranatashaa1 sapetuuuuuu ? Haha XD orang korea kite knl kim hyun joong , lee minho dgn kim bum je haha :)'), (548, 229, 'Johor Bahru, Johore', 'You know my phone is never my priority so don''t always call me and then get fed up with me for ans-ing!!'), (549, 230, 'Johor Bahru, Johore', 'The Vampire Diaries ♥'), (550, 231, 'Johor Bahru, Johore', 'Pls be more auto!!'), (551, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu go find him la! Miss him never miss me!'), (552, 104, 'Riau, Indonesia', 'MANGKUAK'), (553, 211, 'Plentong, Johor Bahru', 'ANAK HARAM..Yang Haram Bukan Anak Tu..Yang Haram Orang2 Yang Buat Anak Tu..BAHALOL..!!!'), (554, 11, 'Plentong, Johor Bahru', '@nzrlhzwn WELL.HAHAHAH.YOU DAH TUA.'), (555, 232, 'Johore, Malaysia', 'rakeのバージョンとかもうよく分かんなくて嫌。'), (556, 199, 'Johor Bahru, Johore', 'I want to see Look-A-Like at We TV, it starts at 2am S''pore but i really want to see it cos it will be the lookalike of @ashleytisdale !'), (557, 233, 'Johor Bahru, Johore', 'I liked #MDNA Preview - #Gang-Bang in the #Madonna App #tweetmet http://t.co/NkdcJns1'), (558, 11, 'Plentong, Johor Bahru', '@PrincessAmalina IYEE:)'), (559, 12, 'Plentong, Johor Bahru', '@chasingsmokezxc seriously? How was the old dm?'), (560, 156, 'Johore, Malaysia', 'cough strikes me!!! irrits!!!'), (561, 234, 'Malaysia', '@k_popped #NUESTDebut full of AWESOMENESSSSS'), (562, 123, 'Johor Bahru, Johore', '@NINGZzhi.but I stop laughing at the ultimate fail one lol haha oops @_yshan @teresakoh_'), (563, 145, 'Johore, Malaysia', '2 more .... And my patch is done'), (564, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN yung thoughts mo... It goes so far =))))))))) ano-ano naiisip goshhhhh =))))'), (565, 16, 'Johor Bahru, Johore', '@jamieXramirez hmmm... Kinda. Yes and no. :( :) Hahaha. I want to graduate with my batchmates there :('), (566, 235, 'Johor Bahru, Johore', '@itsmeehrocky ang problem ko kasi ndi ko p nssabi s family ko..ok kme as frends pro ngaaway p rn kme..'), (567, 169, 'Plentong, Johor Bahru', 'MALAS+MALAS=PEMALAS! errrrr =.='''), (568, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu mai lai la.'), (569, 236, 'Johore, Malaysia', 'Sour plum! I love winebar'), (570, 40, 'Johor Bahru, Johore', '@YongHao_L okay deal. U free we go barber .'), (571, 229, 'Johor Bahru, Johore', 'My life doesn''t revolve are you!! Dont expect me to stare at my phone all day just for you!!'), (572, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa cepat complain tau !:)\nEleh dengki ngan org boleh ,saye dengki takboleh uh? Mane fair .Haha chey diary sey.Nak tengok bole?:)'), (573, 190, 'Kota Tinggi, Kota Tinggi', '@nadiahmohdjani mcm mne blh igtkn kat bf org ni..tu bkn naseb tu crik naseb...'), (574, 86, 'Singapore', '@_SHEILAxoxo_ nopeeee. still the same. i guess, the color fades down but its still in a good color. heheheeh.'), (575, 152, 'Plentong, Johor Bahru', '@nijjorudean kau pergi Twtup?'), (576, 199, 'Johor Bahru, Johore', 'But ofc i will be waiting and waiting when it is reaching 2am but Voíla! ,i''ll fell asleep-.- #whatsnew'), (577, 56, 'Johor Bahru, Johore', '@Hisyamdiyana okay2:)'), (578, 194, 'Johore, Malaysia', 'diam ahZ! step tau besar kekecik jek!'), (579, 12, 'Plentong, Johor Bahru', 'Haiya i dont like it when i forget what i wanted to tweet tsk'), (580, 11, 'Plentong, Johor Bahru', '@haziraaa HHAHAHA.DIA MEMANG HANDSOME MAACAM ZAYN.'), (581, 206, 'Johor Bahru, Johore', 'Prayer is the best armor against all trails .'), (582, 237, 'Singapore', '@nissinis But Lumia mcm ok the reviews compared to Samsung D: Still contemplating X) Note''s too big for my tastes tho'), (583, 110, 'Johore, Malaysia', '@iamnatho totally agreed! A dream come true should inspire and make people happy, never hurt someone :)'), (584, 4, 'Johore, Malaysia', '@iamanrose challe gai keya chalo thk aa ok gud night'), (585, 154, 'Johore, Malaysia', 'Nobody is perfect? You obviously haven''t heard of Angelababy.'), (586, 238, 'Johor Bahru, Johore', 'Wth. Now I felt money so important when you''re in need of help ._.'), (587, 239, 'Johore, Malaysia', 'I''m at Helipad w/ @evangelynnnn http://t.co/JgJ04kOo'), (588, 240, 'Johor Bahru, Johore', '@ohitsglitter I didn''t saw you! Omg sorry, was concentrating on buying an ice-cream. Heh. Next time shout my name then wave alright? Haha!'), (589, 167, 'Johor Bahru, Johore', '@i_NoMercy hehe! Yeaaaaaaaaa. You and her how long?'), (590, 169, 'Plentong, Johor Bahru', 'sikit tak jeles, aku dah bhagia lah skg ! ada pham???'), (591, 45, 'Johor Bahru, Johore', 'Thanks for putting a smile on his face when he was upset. if it weren''t for u, he''s still b upset &amp; all. rly appreciate it :) @deniseneoz'), (592, 171, 'Johore, Malaysia', 'And I''m runnin'' to you, baby. You are the only one who saved me. That''s why I''ve been missin'' you lately. ''Cause you make it real for me..'), (593, 85, 'Johore, Malaysia', 'gonna study hard and get a good husband in the future.'), (594, 241, 'Johore, Malaysia', '@kam_carrotcake no.'), (595, 185, 'Singapore', '@DendiBoss Goodluck for your match against Gosu! Hope you guys win! :)'), (596, 16, 'Johor Bahru, Johore', '@xsapphiredust @ynalovestogrin #muchlove'), (597, 185, 'Singapore', 'goodnight guys :)'), (598, 123, 'Johor Bahru, Johore', '@NINGZzhi lol I also laugh haha maybe cause is the fact though not as worst as the third pic lol @_yshan @teresakoh_'), (599, 242, 'Johore, Malaysia', 'Mt dog having hiccups!:)'), (600, 229, 'Johor Bahru, Johore', '@SuviBiebJonas1D ikr!! So darned pissed!!'), (601, 22, 'Singapore', '@kamaliahusna Hhaaaa. Tahu takpe. KEGILAAN RAMAI TUHH ! Jatuh ahh reputation nanti kann ? Buat buat macam Melayu ! PERGI MATI SEKARANG !'), (602, 148, 'Johor Bahru, Johore', '@hollyporks @demurej okay dokey!:O we set a date by then again~ hehe. Dunnoe leh. Like ex D:'), (603, 73, 'Johor Bahru, Johore', 'I can''t get to sleep .'), (604, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa bb can help me change my twitter name ?:)'), (605, 33, 'Johor Bahru, Johore', 'Okay going sleep now goodnight everyone ! ^^'), (606, 85, 'Johore, Malaysia', 'you actually need a replacement in order to forget someone. And that last guy you would never forget/ replace is your husband.'), (607, 169, 'Plentong, Johor Bahru', 'Aku meluat sngat tgk kau , Jangan smpay aku munta kat muke kau ! &gt;.&lt;'), (608, 206, 'Johor Bahru, Johore', 'Other books were given for our information. The Quran were given for our transformation .'), (609, 73, 'Johor Bahru, Johore', 'Guess i slept too much just now hahahah .'), (610, 56, 'Johor Bahru, Johore', '@liyawesomeshit hahah ! Man mane ? Dia joget? Hehhe'), (611, 154, 'Johore, Malaysia', 'Gonna go broke in a few days. Maybe I should cut down on my shopping.'), (612, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN OMG HAHAHAHAHAH ROFLLLLLLL =)))))))))))))))) ate you''re such a winner =)))))))))))'), (613, 167, 'Johor Bahru, Johore', 'RT"@i_NoMercy: @AqashahM Lol..? Same surname = cousin meh... den if singpore got thousands of tay(s) i got thousands of cousin ahhh. :P"'), (614, 242, 'Johore, Malaysia', '@ElyseNeo_ yeah:('), (615, 243, 'Johor Bahru, Johore', 'My hero #9GagReader http://t.co/qfYN58od'), (616, 73, 'Johor Bahru, Johore', 'Ok im bored hahah ):'), (617, 148, 'Johor Bahru, Johore', '@jiahuinotjiahui hahaha. Mine is tv leh. Got account one meh~ ask ur mommie subscribe~~! Hehe'), (618, 56, 'Johor Bahru, Johore', '@DayahMango okay pe . Dari aku bebual ngan tembok . Tapi best tau :) hhahah'), (619, 244, 'Johore, Malaysia', '@kat_joycee goodnight! &lt;3'), (620, 81, 'Johor Bahru, Johore', 'Tbh aku pun tgh lapar RT @NorSyafiq777: Now is definitely not a good time to be hungry. :/'), (621, 72, 'Johor Bahru, Johore', 'Sarap mong patayin!!!! -lamok'), (622, 245, 'Johor Bahru, Johore', '@shanon_tys @joanna_soon @missystella @oorlengkarenn wa Lao. You all tempting me to get a dog sia. Hahahaha'), (623, 148, 'Johor Bahru, Johore', '@Jespersevere :D :D :D'), (624, 118, 'Johor Bahru, Johore', '@sacred_sophomor funny! :D If you read out that part , like super funny lor :)'), (625, 123, 'Johor Bahru, Johore', 'Donghae your photo skill shot totally fail can lol cannot stop laughing haha lol'), (626, 50, 'Singapore', 'U majok with me?Tk heran..'), (627, 94, 'Malaysia', '@murphymaii ขอบคุณมากนะเธอ ตอนเย็นวันอาทิตย์ว่างป่าว พี่เอ๊ดดี้ชวนไปกินซูชิ ^^'), (628, 56, 'Johor Bahru, Johore', 'Flu irrits please .'), (629, 81, 'Johor Bahru, Johore', 'So sick so sick'), (630, 99, 'Singapore', 'Omg omg omg ! sibei swee ! Electro Dance .'), (631, 246, 'Johor Bahru, Johore', '@tanly8 gg to Beijing , @jean gg to Shenzhen &amp; the most 幸福 @shirley at LA . I am the best. Gg to lala land.'), (632, 146, 'Pulai, Johor Bahru', 'Awk kena tawu kdg2 hati sya dan perasaan sya ✗ kuat.'), (633, 247, 'Johor Bahru, Johore', '@AlifahAzman aah,jam lima kat ktc :)'), (634, 248, 'Tebrau, Johor Bahru', 'Started an ideation at 11pm and now just finished it. Already done 4 during true holiday.'), (635, 86, 'Singapore', '@suffiansapri hahahah. okok lah, sorrry :( i know how to sleep but i can''t sleep . HAHA. you ? also don''t know how to sleep is it? :)'), (636, 249, 'Johore, Malaysia', '@Khris_Tang omg than pls speaking English with me when u call me ok? Haha. No singlish hor.'), (637, 95, 'Johore, Malaysia', '@mirorey hegheg ! Ikr ~ i love you too !'), (638, 169, 'Plentong, Johor Bahru', '2pm. besok nak pegy date gan membe terbaik! jyeahhh :'')'), (639, 250, 'Johor Bahru, Johore', '@anlikeme mostly org that day kt bishan. Tpi bert tkde. Kol 3 gtu.'), (640, 251, 'Plentong, Johor Bahru', 'I''m at Emily''s Room :) http://t.co/eeBtdTOX'), (641, 252, 'Johore, Malaysia', 'I just ousted Ibu E. as the mayor of Bedok Reservoir Park Connector- By My P.I.P on @foursquare! http://t.co/vHaGqKmK'), (642, 7, 'Johore, Malaysia', 'Tak sanggup tengok bella dkt skype =.='), (643, 253, 'Johore, Malaysia', 'I''m at The Central (Singapore, Singapore) w/ 2 others http://t.co/bmUMMGpm'), (644, 254, 'Johor Bahru, Johore', 'Test'), (645, 255, 'Johore, Malaysia', 'I''m at Blk 120 Mcnair Road http://t.co/bLBAPU8J'), (646, 247, 'Johor Bahru, Johore', '@khaz10 finally,hahaha you''re my friend man hahaha'), (647, 194, 'Johore, Malaysia', 'sure nt nkndiam! dont merajok lah!! eh ! donet eh! i nk ade anak!'), (648, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU OMG SHORRY I BET YOUR STILL EATING'), (649, 33, 'Johor Bahru, Johore', '@Nosexjustkisses yup yes !'), (650, 114, 'Johor Bahru, Johore', 'thanks netta. Wahhahaa:D Idho syngss. RT @DbosGen58 @Andrianetta @vegalela yah no -_-"'), (651, 86, 'Singapore', '@_SHEILAxoxo_ waiting for higher niter in its bishan , starting next month.'), (652, 56, 'Johor Bahru, Johore', 'So cold'), (653, 94, 'Malaysia', '@ni_mint นอนไม่หลับ ฝันไม่ดีมาสองคืนแล้วอ่าาา +_+'), (654, 257, 'Plentong, Johor Bahru', '@nuamar_esa hehe..my new bf,bru declare 2 mggu yg lpas..just org biasa,xdalah ensem cm artis tp pd ak, dialah plg ensem,hehe *angau'), (655, 91, 'Johore, Malaysia', 'aku harapSPM aku y terbaek untuk aku &lt;3'), (656, 258, 'Johor Bahru, Johore', 'Off to hell training'), (657, 259, 'Tebrau, Johor Bahru', 'Hari ni Family tak jadi ke Desaru kerana cuaca yang kurang baik !!~ Jadi bawa family Jalan2 + Shopping + Makan2...'), (658, 129, 'Singapore', 'so boring now..i go sleep le..#goodnighttwitter'), (659, 143, 'Johor Bahru, Johore', '@Kennyzxcs as long as both understand each other. I guess will last. It sucks still have to strive for it. Okay. Its true ppl judge diff'), (660, 260, 'Johore, Malaysia', '@tayyuanting cook for your father ah sia i old la cannot cook'), (661, 16, 'Johor Bahru, Johore', '@xsapphiredust @ynalovestogrin Chocolate naman kasi at first diba :( and then you made it bulate :( =)))))))'), (662, 261, 'Johor Bahru, Johore', 'I''m at Blk 612 Yishun Street 61 http://t.co/qvr4jrR4'), (663, 262, 'Johore, Malaysia', 'How do you feel when you wear your lab coat - http://t.co/fc1xoO6m - Trolo it''s true, i feel the same way'), (664, 256, 'Johor Bahru, Johore', 'HAHAHAH IM FOREVER COPYING SER MIN''s lingo''s hahahah'), (665, 11, 'Plentong, Johor Bahru', '@nzrlhzwn Hahahahaha. Bolehh :p tapi I lgi comel'), (666, 86, 'Singapore', '@ilahsanti @_SHEILAxoxo_ **ite'), (667, 263, 'Tebrau, Johor Bahru', 'Now here we are. So close but so far.'), (668, 264, 'Singapore', '@LAMSHITKAYYYY_ So funny sio.'), (669, 118, 'Johor Bahru, Johore', '@SyiqinFox and surprisingly , I still receive the mention! :O Weird much'), (670, 248, 'Tebrau, Johor Bahru', 'Listening to Mj12. Okay I need food!'), (671, 265, 'Johore, Malaysia', 'I''m at Sin Rak Thai 2 w/ @yenxuyang http://t.co/ZdmFAOlv'), (672, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hahah yay manje manje boleh :) . No dengki dengki ! Haha . Alaaa action nye kamu :/'), (673, 266, 'Johor Bahru, Johore', 'I''m at Carissa''s Paradise! http://t.co/N70nIXTP'), (674, 264, 'Singapore', '@LAMSHITKAYYYY_ :OOOO'), (675, 267, 'Johor Bahru, Johore', '@ineffablewords overseas:)'), (676, 199, 'Johor Bahru, Johore', 'perangai maintain k.ok can.'), (677, 11, 'Plentong, Johor Bahru', '@haziraaa yeahhhhh. Untung sangat sangat tersangat'), (678, 206, 'Johor Bahru, Johore', 'The most beautiful thing in this world is to see your parents smiling and knowing that you are the reason behind that smile .'), (679, 7, 'Johore, Malaysia', '@Kim_SunGegurl biyy.ehem'), (680, 19, 'Johore, Malaysia', 'smoking break before going to sleep'), (681, 73, 'Johor Bahru, Johore', 'Hahah . I''m watching people run on Channel 8 .'), (682, 56, 'Johor Bahru, Johore', '@DayahMango hahah asl siak. Kau try uh . Best!'), (683, 268, 'Johore, Malaysia', '@_hxz1q I SWITCHED OFF MY 3G YOU BIJ'), (684, 249, 'Johore, Malaysia', '@Khris_Tang relax lor it only an basic exam! I ask my fatty (hubby) tmr than let u know wth the test they had :)'), (685, 159, 'Johor Bahru, Johore', '@fauzimausi minus i-dont-know-how-much degrees! haha!'), (686, 269, 'Johore, Malaysia', 'Time to sleep!!!!'), (687, 30, 'Malaysia', 'เหมือนจะพิมพ์กลับมา เเต่ก็ไม่ TT'), (688, 256, 'Johor Bahru, Johore', 'DAYYYYYYUM'), (689, 270, 'Johor Bahru, Johore', 'I''m at J''s  http://t.co/JZR6Q1qf'), (690, 169, 'Plentong, Johor Bahru', 'Hm, terasa nak melalak pulok. pagy2 bute niy ! haha. dah lama tak karoke.. MWHEHHEHEHEHEHE'), (691, 271, 'Johor Bahru, Johore', 'I just ousted ® ℳiḉḧᾰέḷ ☮ © ║█║▌║█║▌│║▌█║▌║ as the mayor of Esso Mobil Service Station on @foursquare! http://t.co/paz0DE4c'), (692, 272, 'Johore, Malaysia', '@unknownlance haha just this 2 days la!'), (693, 99, 'Singapore', '@JasmineeeL haha ! Go sleep early lahh !'), (694, 73, 'Johor Bahru, Johore', 'Omg the way the pass the ball downwards looks so wrong hahahaah.'), (695, 229, 'Johor Bahru, Johore', 'Some people are really stupid! I mean you get hurt by someone so deeply and yet you can just reconcile so freakin'' easily?'), (696, 86, 'Singapore', '@_SHEILAxoxo_ yeahhhpppp (:'), (697, 111, 'Johore, Malaysia', '@miguelsaballa @thechineseadobo mas ok na yan kesa Gay World Park'), (698, 273, 'Johore, Malaysia', 'hahahha @KhairunnisaJ texted me in the middle of the night sho cute'), (699, 99, 'Singapore', '@IanlynGnitnna Dont step lah sis :P'), (700, 275, 'Johor Bahru, Johore', 'I''m at Chloe''s Bedroom ♥ (Singapore, bishan) http://t.co/hlqp6Rey'), (701, 276, 'Johor Bahru, Johore', 'malasnye lah nk stady bile open book test'), (702, 133, 'Johor Bahru, Johore', 'HAHAHAH OWNING at this game. Mmmmmmm.'), (703, 277, 'Johor Bahru, Johore', '睡觉!!! (@ mei lin''s room! :)) http://t.co/WVYgM7wJ'), (704, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa errrrrr jap eh . Still thinking . And fb email also !:)'), (705, 133, 'Johor Bahru, Johore', '@mellygoh because I is Malay.'), (706, 145, 'Johore, Malaysia', '@Jyeoj audi lah sai you i dont play sa hahah'), (707, 254, 'Johor Bahru, Johore', 'test'), (708, 66, 'Malaysia', '@Namhompuc http://t.co/mW5NO0La'), (709, 73, 'Johor Bahru, Johore', 'Hohoho im thinking sick .'), (710, 278, 'Johor Bahru, Johore', 'Dead tired. Goodnight.'), (711, 268, 'Johore, Malaysia', '@hyuneffect Abe nanti howwwwww'), (712, 272, 'Johore, Malaysia', '@sshuhui lol was too hungry and may needs to go back temasek too!'), (713, 73, 'Johor Bahru, Johore', 'RUN PEOPLE RUN !'), (714, 190, 'Kota Tinggi, Kota Tinggi', '@nadiah_jani sama la tu..crik naseb tak baek..hahaha..'), (715, 279, 'Johore, Malaysia', '@dpleasant A lot of district stability projects are taking hold here, there''s a lot of great initiatives working.'), (716, 74, 'Johore, Malaysia', '@dopeboy_edrick lol! DL it!'), (717, 280, 'Johor Bahru, Johore', 'I tot it''s you'), (718, 126, 'Tebrau, Johor Bahru', '@amiranatashaa1 ouh ckp laa nme pnjg haha lagu2 die bole minat la . Tp zayn malik tu rmai pminat but not me :p'), (719, 50, 'Singapore', '#twittercrush..wru?ME miss you here...'), (720, 94, 'Malaysia', '@ni_mint 555 ไม่ใช่ๆ เพราะแอร์เสียและคิดมาก &gt; &lt;'), (721, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN @mjeysilva Ate, may mental hospital ba here sa SG? Just in case lang... =)))) Jk!!!! =)))) peace be with you'), (722, 224, 'Johor Bahru, Johore', '@claremarieakyx L.c you know when i drink i''m always red rite!!!!'), (723, 116, 'Johore, Malaysia', 'Potato Curry With Salmon #food #morepotato #japanese #oishii #spicy #2012apicaday @ KouFu Food Court http://t.co/XYest1Zc'), (724, 138, 'Plentong, Johor Bahru', '@OuhAmie hahahah..haip mane delah.tiz zaqyah tak baik buli orang haha'), (725, 275, 'Johor Bahru, Johore', 'Nights everyone! Going to bed.  (@ Chloe''s Lala Land) http://t.co/4FcO7tuj'), (726, 86, 'Singapore', 'im kinda tired of trying.'), (727, 73, 'Johor Bahru, Johore', 'Why isn''t anyone online ):'), (728, 48, 'Johore, Malaysia', '@Stephhannieeee omg phone no bat , what u drawinggg???'), (729, 200, 'Johor Bahru, Johore', '@ZulEmyy ya :)'), (730, 206, 'Johor Bahru, Johore', 'You and your heart are more in need of Allah than you can possibly ever imagine .'), (731, 259, 'Tebrau, Johor Bahru', 'InsyaAllah esok diaorang akan ke Desaru !!~ Have fun and take care ya...I xdpt join...ade kelas sampai ptg...'), (732, 30, 'Malaysia', 'เที่ยงคืนจนได้ &gt;''''&lt;'), (733, 280, 'Johor Bahru, Johore', '“@Joooeyt: We are bored to the extent of spamming texts with emoji. @WendyChoa http://t.co/uEamIVf9”so sweet :'')'), (734, 22, 'Singapore', '@kamaliahusna HAKTUIHHHH !!'), (735, 138, 'Plentong, Johor Bahru', '@HanzDorner hahhaha,ni retis xlaku.xd job mmg stak jela :p'), (736, 56, 'Johor Bahru, Johore', '@liyawesomeshit saaaap minum kepe . Best ! Hahaha tu uh . Kalau kite ade ! Lagi mulia . Hekhek'), (737, 78, 'Johore, Malaysia', '@JosephhJosephh training is hard but never give up..'), (738, 196, 'Johore, Malaysia', '@ShanshanHeartsu liar!'), (739, 45, 'Johor Bahru, Johore', '@deniseneoz hehe thx. :) yup yup^_^ oh &amp; do continue to lunch w him &amp; all ya ;)'), (740, 254, 'Johor Bahru, Johore', 'Last test. Im so sorry.'), (741, 73, 'Johor Bahru, Johore', 'Why can''t I get to sleep ..'), (742, 145, 'Johore, Malaysia', 'Patch not responding now ... Purposely ?? :''('), (743, 86, 'Singapore', 'Why bother to chase for love when you can enjoy your life to the fullest? maybe someday, someone will come in naturally.'), (744, 206, 'Johor Bahru, Johore', 'Hi , I''m a Muslim .'), (745, 169, 'Plentong, Johor Bahru', 'Ape kejadah , jiran aku niy menukang pagy-2 bute kat depan ruma betoll ken pintu dye. hehehehe.. #masukairkeluarasap!'), (746, 276, 'Johor Bahru, Johore', '@MIMIHOlaa biase laa. haha'), (747, 145, 'Johore, Malaysia', 'Fated that i''m not supposed to play uh ?? :('), (748, 81, 'Johor Bahru, Johore', '"@N4MYS: @hyuneffect Abe nanti howwwwww" its a b2st song im listening to lah!! Hahahahah'), (749, 73, 'Johor Bahru, Johore', 'Hahah I saw the word Brittney Spears on my timeline and o thought of @_kissmyyyass yay hahah .'), (750, 281, 'Johor Bahru, Johore', 'I''m at Blk 404 Fajar Road (Singapore, Singapore) http://t.co/1bZ15qNG'), (751, 73, 'Johor Bahru, Johore', '*I'), (752, 85, 'Johore, Malaysia', 'forget him forget him forget him. fuck life. if it''s easy, i would have forgotten him long time ago.'), (753, 56, 'Johor Bahru, Johore', '@DayahMango haaahah pon boleh :)'), (754, 281, 'Johor Bahru, Johore', 'I''m at Sleep Time http://t.co/jXbFMswb'), (755, 45, 'Johor Bahru, Johore', '@calebwwk hahaha wynn can be ur personal trainer ;) &amp; i must say Jason Chen looks like tin tin!! :p so do u :p'), (756, 50, 'Singapore', 'Sakit sia otak...Bsk nk meet or not?Nak gy msg die.Tk nk tnya msg..hmm'), (757, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN Na-upgrade na ako! Di na ako turtle! Wooo! Snail na (; =))))) Or wait... Dapat ata the other way around... Oh whatever =))))'), (758, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa saye mane ade . Awak uh tu . Haha'), (759, 282, 'Pulai, Johor Bahru', 'Noob.'), (760, 268, 'Johore, Malaysia', '@_hxz1q you said text okay!'), (761, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU OMG WHY THEY KEEP EATING !!!?)'), (762, 263, 'Tebrau, Johor Bahru', 'Gonna sleep at 1:30. Afraid that I oversleep'), (763, 283, 'Johor Bahru, Johore', '@Jyeoj HAHAHAHAHAHAHAHHA. Meh it looks nice..'), (764, 73, 'Johor Bahru, Johore', 'Damn I hate autocorrects urgh .'), (765, 284, 'Johor Bahru, Johore', '@jolenesng haha, I just keep being reminded of all the screwed up stuff I saw in the movie! ):'), (766, 285, 'Johore, Malaysia', '@GermaineChoong1 Eeee so ke lian meh... I''m gonna stick at home lo... I will miss u too hehe geli geli ^^'), (767, 199, 'Johor Bahru, Johore', '"getting back together with an ex is like reusing used diapers" FUCK YOU.umur kau brape,sampai masih nak ckp hal pampers?'), (768, 286, 'Johore, Malaysia', 'I''m at Helipad w/ @burnbarker http://t.co/AStx8tZx'), (769, 7, 'Johore, Malaysia', 'Nak break ahh. Haha'), (770, 73, 'Johor Bahru, Johore', 'Hahah when joelle was texting noob it came out as boob ! Hohoho .'), (771, 287, 'Senai Kulai, Kulai Jaya', 'Takut tak ghupe popkon. Tu yg bagi hint T_T RT @Lynnlaloy @Heyy_Summer haha hentam je tu. Dah lah http://t.co/npjtM14K'), (772, 267, 'Johor Bahru, Johore', '@ineffablewords not really.. Why?'), (773, 7, 'Johore, Malaysia', '@hanaffiehashim Meh kita layan'), (774, 280, 'Johor Bahru, Johore', '“@Joooeyt: @WendyChoa Hehehe. Always am! ❤”we are forever sweet &lt;3'), (775, 283, 'Johor Bahru, Johore', 'Tomorrow I wanna play Audi with @_PRICILLAAA_'), (776, 3, 'Plentong, Johor Bahru', 'Citer hindustan tv apa niiii?'), (777, 268, 'Johore, Malaysia', '@hyuneffect AHAHAHAH okok paisey sorry,'), (778, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hahahah . Change to sammysexylips'), (779, 73, 'Johor Bahru, Johore', 'Hmmm . When are we gonna have another pcc ?'), (780, 169, 'Plentong, Johor Bahru', 'tengok-2 , jeling-2 . Tak puas haty cakap ! sepak laju-2 kng ! hahaha.'), (781, 49, 'Indonesia', 'Seneng malam ini hehehe'), (782, 91, 'Johore, Malaysia', 'twitter tempat selamat tuk aku~ heee'), (783, 84, 'Johor Bahru, Johore', '@AhW3iBadstudent I wanted to go gym but nobody go with me hahaha'), (784, 16, 'Johor Bahru, Johore', '@jamieXramirez let''s split ourselves na lang into two! hahaha =))) half here, the other half, sa Phils. :P :))'), (785, 138, 'Plentong, Johor Bahru', '@HanzDorner hahahhahha..artis mmg cmnilah.u je tak tau hahha'), (786, 56, 'Johor Bahru, Johore', 'Name twitter nak tukar ape eh?'), (787, 206, 'Johor Bahru, Johore', 'Why wish upon the star when you can pray to its creator ?'), (788, 288, 'Johore, Malaysia', 'I''m at 336, Ubi Avenue 1 http://t.co/znOm8jHe'), (789, 199, 'Johor Bahru, Johore', 'Lemme design my dream wedding dress.lol.'), (790, 73, 'Johor Bahru, Johore', 'I hate and love pcc gathering at the same time .'), (791, 288, 'Johore, Malaysia', 'I''m at Andreaa''s Cave! http://t.co/s9cRkVSy'), (792, 72, 'Johor Bahru, Johore', 'I have Limited friends only, youre not in it, sorry full house;)'), (793, 30, 'Malaysia', 'นอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอนอน;)'), (794, 73, 'Johor Bahru, Johore', 'I hate it cause there will always be trouble -.•'), (795, 276, 'Johor Bahru, Johore', '@MIMIHOlaa eh jeles letteww'), (796, 138, 'Plentong, Johor Bahru', '@Heyejan suke sngtlah dgn smiley nari2 tu (-_-")'), (797, 22, 'Singapore', '@kamaliahusna Hhahha. Agaklahh kan. Tapi dah reda sikit. Tengok gambar AIMAN &lt;3&lt;3'), (798, 145, 'Johore, Malaysia', '@JazelTWY i played with my old com damn laggy. Bought thumbdrive transfer now got prob. I want die'), (799, 289, 'Johore, Malaysia', 'Worried like hell yet I can''t do anything. WTF IS THIS'), (800, 32, 'Malaysia', '@Oat_Weare ทำงานเหนื่อยมั้ยค่ะ^^'), (801, 72, 'Johor Bahru, Johore', 'Kapal daw?! Haha look who''s talking!'), (802, 54, 'Johore, Malaysia', '@CindyIsGone yea'), (803, 23, 'Kota Tinggi, Johore', 'Butohhh uhh !! Sape jugak curik sunglass sia ! Sengket duit pe ? Tkley beli sendiri pe siaa ?!-_-'), (804, 199, 'Johor Bahru, Johore', 'Chill ira,chill.'), (805, 7, 'Johore, Malaysia', 'RT" @hanaffiehashim Mimpi paling indah sekali ialah mimpi basah. Ouch" Maksud mimpi basah? Maaf takfaham. Lol =.='), (806, 283, 'Johor Bahru, Johore', '“@_PRICILLAAA_: “@PatrickcarChng: I wish I could wake up without any worries.””'), (807, 290, 'Johor Bahru, Johore', 'Whatever it is, I will try to accept it..'), (808, 263, 'Tebrau, Johor Bahru', 'Nak dengar mj12? '), (809, 249, 'Johore, Malaysia', '@Khris_Tang don worry la not only ur English suck..My English also suck  think positively la those auntie can pass sure u can too jiayou.'), (810, 33, 'Johor Bahru, Johore', '@YIXUANNNNN today your birthday ?? Happy birthday ! :D'), (811, 48, 'Johore, Malaysia', 'omg half way my ipod also no batt...'), (812, 73, 'Johor Bahru, Johore', 'But I love it cause I can bond with my friends (:'), (813, 156, 'Johore, Malaysia', '@kucengmiow hahha..thnks dok..gerek dok...btw 3.01 senang?? thn TP brape cent??'), (814, 145, 'Johore, Malaysia', '@PatrickcarChng @shawnlawsh LOL idk how u gonna hide under a rock but i suggest a blanket is better :)'), (815, 291, 'Johor Bahru, Johore', '@ReubenNeo_ @eeyenlim sorry bro lag!'), (816, 292, 'Johore, Malaysia', 'NO DRINK LEFT IN THE HOUSE.'), (817, 293, 'Johore, Malaysia', 'Passion -&gt; Profit and never the other way around'), (818, 7, 'Johore, Malaysia', '@ArabellaNabylla Okayokay'), (819, 86, 'Singapore', '@suffiansapri heheheeh. too nice to people not good, hehehe. I''m just joking ok? alright. the night is still young la ni ?'), (820, 294, 'Plentong, Johor Bahru', '#nw Just Married. Kalaulah Future Wife aku ada dekat sebelah :''D'), (821, 280, 'Johor Bahru, Johore', '“@xBeatricee: @MeiiErr nights , sleep early (:”nvr say to me :('), (822, 73, 'Johor Bahru, Johore', 'Oh #bitchpleasee who are you to judge me ?'), (823, 291, 'Johor Bahru, Johore', '@cyuansheng @imjeffzxc @somedaysgone @kguanzhi @shawnyjh @ryanwyx3 wc3 bros?'), (824, 280, 'Johor Bahru, Johore', '@Joooeyt &lt;3'), (825, 16, 'Johor Bahru, Johore', 'Someone''s proud of their jokes ohhh. :-" @YnalovestoGRIN =)))))))'), (826, 279, 'Johore, Malaysia', '@AntoniaZ It''s not really that hidden, but it has attracted some not necessarily wanted attention.'), (827, 194, 'Johore, Malaysia', 'trykasi i bbl sorang try~'), (828, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa that one fb . Twitter still thinking !:) hehe nak tukar name ape untuk twitter eh? Recommend pls . Hahah'), (829, 159, 'Johor Bahru, Johore', '@IllyasvielQue serioussss!!'), (830, 276, 'Johor Bahru, Johore', '@norulaien jom ! rindulah karok dgn sume !'), (831, 73, 'Johor Bahru, Johore', 'You don''t roll your eyes at me ok .'), (832, 280, 'Johor Bahru, Johore', 'Where are you?:('), (833, 86, 'Singapore', '@HadiRuzaini tu la.. ape nak jadi dngan hadi ruzaini..'), (834, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU @yapshuanghui shuanghui who is the cutest of us all ????'), (835, 267, 'Johor Bahru, Johore', '@ineffablewords Jerome knows him very well.. You can try asking him. You at powerhouse?'), (836, 295, 'Johor Bahru, Johore', 'Happy Birthday Nia!!! 17 today, wow time is running.'), (837, 73, 'Johor Bahru, Johore', 'I will dig them out .'), (838, 296, 'Johor Bahru, Johore', 'Motivated. Lose 6kg more and toning. :) not easy but gonna give it a shot. Next week onwards!'), (839, 206, 'Johor Bahru, Johore', 'Why worry when you can pray ? Like Allah says in the Quran; "Call upon Me, I''ll respond to you." [40:60]'), (840, 118, 'Johor Bahru, Johore', '@sacred_sophomor yeah. Funniest part is the "Mmm" , "Andand" , "Most importantly..." You don''t think so? :O'), (841, 283, 'Johor Bahru, Johore', '@_PRICILLAAA_ Meh. Jy la! I long time never open it liao, dk still can work not HAAHA'), (842, 283, 'Johor Bahru, Johore', '@Jyeoj I rather buy from KFC!'), (843, 104, 'Riau, Indonesia', 'bae ngopi RT @ninnonino -__-RT @rokabaday: @ninnonino Galau'), (844, 73, 'Johor Bahru, Johore', 'Hahah . The way they pas the ball still looks wrong .'), (845, 72, 'Johor Bahru, Johore', 'Maypa guys who drink and smoke are major turn off ka pa dyan, kaw nga patay na patay sa utol ko. Haha. Langya.'), (846, 169, 'Plentong, Johor Bahru', 'Semua dah tido , Aku??? Hm..tah bile nak lelap mata niy.. asyek ngadap lapy jeaaa.. besok kompem tak bagun! hampehhh. :/'), (847, 144, 'Malaysia', '@POH_Natthawut รับทราบค่ะพ่อเลี้ยง พรุ่งนี้จะรีบมาเฝ้าจอเลยจ้าาา'), (848, 297, 'Johore, Malaysia', '@valloure lol is this what I think it is.'), (849, 7, 'Johore, Malaysia', '@nadzmirizal Haha mn ada senang. Sakit dah menahan'), (850, 298, 'Johore, Malaysia', 'Should sleep now . no thinking .'), (851, 3, 'Plentong, Johor Bahru', 'Ntah2 kau yg ss nk ckap aku pulak. Sengal --'''), (852, 54, 'Johore, Malaysia', '@CindyIsGone :( sad sad'), (853, 73, 'Johor Bahru, Johore', 'Hohoho . Hahahha.'), (854, 299, 'Plentong, Johor Bahru', 'HOME! (@ M.F.K Homebase) http://t.co/jcb9aSrf'), (855, 280, 'Johor Bahru, Johore', '“@Joooeyt: Becoming lesbians alrdy... @WendyChoa http://t.co/j1OhFqAi”I''m straight. But I dk where u straight anot'), (856, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN @mjeysilva I think tama naman eh.... HAHAHA =)))))'), (857, 56, 'Johor Bahru, Johore', 'Aku nye follower naik trn trn naik . Hahah wth'), (858, 11, 'Plentong, Johor Bahru', '@NjhahZhrddin Twitcon you comell:-)'), (859, 215, 'Johore, Malaysia', '@gregorysayshi lol! You gay or something?!'), (860, 86, 'Singapore', '@_SHEILAxoxo_ sakae sushi at orchard central.'), (861, 73, 'Johor Bahru, Johore', 'Ohnoooo . Fasterrrrr !'), (862, 40, 'Johor Bahru, Johore', '@YongHao_L what time .'), (863, 300, 'Johor Bahru, Johore', 'OPM before sleeping. I miss the 90''s :('), (864, 276, 'Johor Bahru, Johore', 'Thank God there''s only 1 class on Friday. hewhewhew'), (865, 199, 'Johor Bahru, Johore', 'Yknow what?i have always wanted to block you as you are always snooping around my personal life and spread rumors and make me the evil one.'), (866, 84, 'Johor Bahru, Johore', '@AhW3iBadstudent no I hate running hahaha I do all the other things too'), (867, 81, 'Johor Bahru, Johore', '@NazrulGarcia dude what did i just say'), (868, 73, 'Johor Bahru, Johore', 'Don''t drop the ball again omg .'), (869, 301, 'Plentong, Johor Bahru', '@amiranatashaa1 hahahahaha......:-)'), (870, 256, 'Johor Bahru, Johore', '@YAPSHUANGHUI @yapshuangyu HAHAHAHAH OMG YOU REMEMBER ??! WTS go find your nemo in the seaweed la !'), (871, 268, 'Johore, Malaysia', 'Lol i used to play Neopets. hahahahahahhahaha'), (872, 302, 'Johore, Malaysia', 'Sister happening than me! I love her max!!!!'), (873, 110, 'Johore, Malaysia', 'RT “@MensFitness: Can Red Meat Shorten Your Life? A diet high in red meat greatly increases the risk of death... http://t.co/sbU1RIkI”'), (874, 303, 'Johor Bahru, Johore', '@mineenamee careless mine'), (875, 73, 'Johor Bahru, Johore', 'Hahaha pornsak on tv .'), (876, 304, 'Johor Bahru, Johore', '@MVRN1MBZ ouhkk u using hp to listen ah ?'), (877, 3, 'Plentong, Johor Bahru', 'Alaaaa await tkhabak awal awal tv2 ada crita best :-( safuan smpai tknk angkat cll focus kt cter ni aw! Hishhh'), (878, 33, 'Johor Bahru, Johore', '@YIXUANNNNN WAH XL !!! ENJOY YOUR DAY !'), (879, 104, 'Riau, Indonesia', 'temen temen, temenin donk.'), (880, 22, 'Singapore', '@kamaliahusna Hhahha. Aku patut dah masuk ICU dahhh. Parah sangat sangat ! Hhahha. Asal pulakkk ? Sah otak kau dah masuk air :PP'), (881, 72, 'Johor Bahru, Johore', 'I dont mind losing people, as long im true.'), (882, 16, 'Johor Bahru, Johore', '@xsapphiredust ay, second pala yung chocolate =)))) hahaha. Sarrehy. :P'), (883, 305, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/gn6jC2HX'), (884, 306, 'Johor Bahru, Johore', 'Slumber party! (@ Superboi''s Crib) http://t.co/0TyScDqN'), (885, 206, 'Johor Bahru, Johore', 'The best love is when you love someone who makes your imaan rise, who makes you more pious and who helps you here in the Dunya.'), (886, 268, 'Johore, Malaysia', 'and then i moved on to pokemmoncrater lololol'), (887, 7, 'Johore, Malaysia', '@hanaffiehashim Takda lainnya =.='), (888, 256, 'Johor Bahru, Johore', '@YAPSHUANGHUI @yapshuangyu stop lying ! Tell the truth !'), (889, 307, 'Tebrau, Johor Bahru', 'shhhhh!!! I want read my 9gags =D haha same here non stop talking!! @crapbx @TANshiyun'), (890, 280, 'Johor Bahru, Johore', '“@Joooeyt: @WendyChoa HOI. I''m straight okay!”really?'), (891, 308, 'Johore, Malaysia', 'Life. http://t.co/hZjhO8dS'), (892, 309, 'Johor Bahru, Johore', 'Happy birthday @gonnyosa ... Double the pleasure, double the fun!! I mean, ngerjain reportnya :P'), (893, 73, 'Johor Bahru, Johore', 'Is the tv too loud ? Its like on volume one but it seems loud . Hahahah .'), (894, 309, 'Johor Bahru, Johore', 'Happy birthday @gonnyosa ... Double the pleasure, double the fun!! I mean, ngerjain reportnya :P'), (895, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN @mjeysilva HAHAHA =))) Ate, dapat kumanta ka =)))))))))))'), (896, 206, 'Johor Bahru, Johore', 'Why ? Because that person wants to meet you again in Jannah .'), (897, 145, 'Johore, Malaysia', '@PatrickcarChng @shawnlawsh sorry lah. I no childhood kay. :''('), (898, 310, 'Johore, Malaysia', 'I''m at Zouk w/ @archer86 @carolinegoh http://t.co/YWNY0cAr'), (899, 124, 'Johor Bahru, Johore', 'Should i apply for the drums course ?'), (900, 311, 'Johor Bahru, Johore', 'Home sweet home. (@ Edgefield Home) http://t.co/J3bw98mz'), (901, 72, 'Johor Bahru, Johore', 'Bagay ka sa divisorya, peke ka eh.'), (902, 149, 'Johor Bahru, Johore', '@Rattyunicorn save money I won''t buy loooooooo'), (903, 291, 'Johor Bahru, Johore', '@EeyenLim @reubenneo_ diam what? My score 360k yours 330k talk more bruh!'), (904, 312, 'Johore, Malaysia', 'So shouting helps one make a point? Like TV channels where the newsreader will be yelling to make it sound like a headline. SoTypical - H'), (905, 33, 'Johor Bahru, Johore', 'Ok extend my sleep to 2am !'), (906, 84, 'Johor Bahru, Johore', '@AhW3iBadstudent a little. Hahah'), (907, 280, 'Johor Bahru, Johore', 'Don''t sleep leh :/'), (908, 199, 'Johor Bahru, Johore', 'But hah,with screenshot,i can prove who is the fake one.May the honest one wins:)'), (909, 313, 'Johor Bahru, Johore', 'Lol syddenly siao, watch other ppl country national anthem on youtube'), (910, 190, 'Kota Tinggi, Kota Tinggi', '@nadiah_jani suka kau la...hahaha...'), (911, 304, 'Johor Bahru, Johore', 'Aku nk dgr MJ12 bukan lagu -.-"'), (912, 280, 'Johor Bahru, Johore', '@Joooeyt HAHAHA'), (913, 307, 'Tebrau, Johor Bahru', '@TANshiyun @crapbx haha go download Ur game lah haha!'), (914, 314, 'Riau, Indonesia', '@tiwiselviyudana kapan pulaaaang ? :D'), (915, 73, 'Johor Bahru, Johore', 'Hey . If you want to know . Just mention me ok .'), (916, 315, 'Malaysia', 'BIZ trip at HatYai'), (917, 316, 'Johore, Malaysia', 'CLOUDS : Nimbostratus Clouds as it was raining this morning . #marchphotoaday #day14 #cloud @ The Signature http://t.co/SbWO9eNC'), (918, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN goodluck ate. you''ll need it =)))))'), (919, 204, 'Johor Bahru, Johore', '@iammhiemhie aww. mahirap yan te. ipahinga mo yan. stressed ba sa training? ako nga pauwi palang from work. hayy.'), (920, 145, 'Johore, Malaysia', '@Jyeoj YAY'), (921, 317, 'Johor Bahru, Johore', '@Prad_i_p haha. Lol. I at s''pore liao. Food don have la. sweet u wan? Haha. Lol'), (922, 304, 'Johor Bahru, Johore', '@MVRN1MBZ hahah . Dgr dalam bilik lurh deng -.-"'), (923, 73, 'Johor Bahru, Johore', 'Don''t make me look at that status and keep thinking isit me .'), (924, 294, 'Plentong, Johor Bahru', 'Forever Alone.'), (925, 318, 'Plentong, Johor Bahru', 'nyesa x tdo . dem'), (926, 73, 'Johor Bahru, Johore', 'I feel so fucking damn stupid .'), (927, 169, 'Plentong, Johor Bahru', 'I know you want me ! :p'), (928, 268, 'Johore, Malaysia', ':O omg http://t.co/gK3CN8fz is still alive omg'), (929, 283, 'Johor Bahru, Johore', '@_PRICILLAAA_ LOL ALWAYS LIKE THAT THEY WANT CHEAT YOUR FEELINGS ONE!!'), (930, 199, 'Johor Bahru, Johore', '@xcatloverxoxo lol,suke uh;)'), (931, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU OMG SHO FATTENING !'), (932, 283, 'Johor Bahru, Johore', 'Goodnight.'), (933, 280, 'Johor Bahru, Johore', '@Joooeyt :)'), (934, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa what the fish . Dengki nye . Da uh ! Nak merajuk boleh?'), (935, 119, 'Johor Bahru, Johore', '@suriatixx haha but i actually tweaked the photo to make it look better so credits goes to me! Haha! :)'), (936, 307, 'Tebrau, Johor Bahru', 'after working I start listening Chinese songs again! but my main still English =D'), (937, 19, 'Johore, Malaysia', 'eheh mini bus , saje je u turn dekat traffic light dimana org cross .'), (938, 145, 'Johore, Malaysia', '@JazelTWY @jyeoj POPCORN CHICKEN IS NICER MCBITE NOT THAT CRISPY KAY'), (939, 319, 'Johore, Malaysia', 'seriously. I ran out of ideas for your birthday surprise. I am truly sorry :( and get well soon please.'), (940, 73, 'Johor Bahru, Johore', 'MOTHER OF GOD . I didn''t know I reached 3000 tweets alr ! Yay ^^'), (941, 320, 'Johor Bahru, Johore', 'I''m at Joreen''s Bedroom  http://t.co/gsccSrnp'), (942, 289, 'Johore, Malaysia', 'Am I like being unreasonable ?'), (943, 321, 'Plentong, Johor Bahru', '@fahmiezzuddin @FendyIsmail23 best crite lorax???? ngehngehgeh'), (944, 246, 'Johor Bahru, Johore', '@nicelovesjesus why our lala land at yishun ? It should be at Places like Taiwan or Korea wad ?!?!?'), (945, 276, 'Johor Bahru, Johore', '@en_paez suwitnyeww same. serasi lah'), (946, 280, 'Johor Bahru, Johore', 'Anyone can morning call me at 6.30? Hha IMPOSSIBLE!'), (947, 11, 'Plentong, Johor Bahru', 'Twitcon saya macam Selena Gomez tak?'), (948, 145, 'Johore, Malaysia', '@JazelTWY wo hen sad !! Anyways nights!!'), (949, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU @yapshuanghui stop lying too ! You two keep lying ! Lucky I most truthful ! I''m the most cute'), (950, 291, 'Johor Bahru, Johore', '@EeyenLim @reubenneo_ I study you call me nerd I game you call me no life you fuck'), (951, 19, 'Johore, Malaysia', 'Doesnt afraid of the dark :&gt;'), (952, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN Ayaw mag-caps lock but naka-caps lack. Haaaaay =))))'), (953, 7, 'Johore, Malaysia', 'I''m already to.......'), (954, 264, 'Singapore', '@LAMSHITKAYYYY_ :OOOO But Obama doesnt SPEAK Singlish. He only THINKS about speaking Singlish. GOT SOMETHING TO REPLY LIAO HOR?'), (955, 22, 'Singapore', '@kamaliahusna OFCOURSEE ! HHAHA :DD Eh, kau bile nak bawak kereta ?'), (956, 322, 'Johor Bahru, Johore', '@mychonny yes!'), (957, 323, 'Plentong, Johor Bahru', 'Life is beautiful; God is Great!; and death comes to us all..'), (958, 324, 'Johore, Malaysia', 'Meme time na @dd031287 @ara3strada :-) (@ The Hive Backpackers) http://t.co/aeQm507d'), (959, 110, 'Johore, Malaysia', 'Wanted to write a story on identity and ended up writing about dreams and life.. Great! :)'), (960, 86, 'Singapore', '@_SHEILAxoxo_ hahaha. yuhppp (:'), (961, 94, 'Malaysia', '@ni_mint อ.นาถนิรันดร์เปิดเพลงนี้เหรอ?'), (962, 149, 'Johor Bahru, Johore', '@Rattyunicorn I always buy covers :x'), (963, 325, 'Johor Bahru, Johore', 'I''m at @home http://t.co/yp4M6OMI'), (964, 307, 'Tebrau, Johor Bahru', '你的承诺'), (965, 49, 'Indonesia', '@aanwijaya_ hehehe ada deh, pokoknya seneng aja hehehe'), (966, 145, 'Johore, Malaysia', '@shawnlawSH @patrickcarchng patrick hides in spongebob''s pants LOL'), (967, 326, 'Plentong, Johor Bahru', 'Ma place not yo place.. (@ My Place) http://t.co/JTNcU2vW'), (968, 268, 'Johore, Malaysia', 'shit forgotten my old account details,shall make a new one.'), (969, 66, 'Malaysia', '@Namhompuc อันนี้เสียงดีเว่ยยย เอามะเด่วไปหามาขาย'), (970, 298, 'Johore, Malaysia', 'Through it all, I made my mistakes , i stumble and fall, but I mean these words .'), (971, 296, 'Johor Bahru, Johore', '@nurulatikahtan nyeheheh. Alaa. Nak try try je. :) ehhh rindduuuuu lau n chingay!'), (972, 206, 'Johor Bahru, Johore', 'Mornings are reminders that Allah loves you. You''re not just given another day to live but a chance to right to wrong yesterday .'), (973, 246, 'Johor Bahru, Johore', '@nicelovesjesus what medicine is this ? Chinese medicine ?'), (974, 19, 'Johore, Malaysia', 'The moment you are having a stomach ache but you dont have the feeling to shit'), (975, 327, 'Johor Bahru, Johore', 'I thought it was perfect , but I don''t know why .'), (976, 328, 'Johor Bahru, Johore', 'I not going.'), (977, 72, 'Johor Bahru, Johore', 'Di naman ako ganito kung di ka ganyan eh. -.-'), (978, 156, 'Johore, Malaysia', '@kucengmiow ouhk dok...will do...hmm mahal sak TP...and abt riding with class 2 bike?! hahaha aku lagi lame dok...'), (979, 280, 'Johor Bahru, Johore', 'You sleep what I do?'), (980, 268, 'Johore, Malaysia', 'cibaiiiiii bunye apa ni'), (981, 325, 'Johor Bahru, Johore', 'I''m at House Of Fun In Simei Linkee (Singapore) http://t.co/yxvievBG'), (982, 145, 'Johore, Malaysia', '@Jyeoj IDK WHAT THAT MEAN .... I love you ah ??'), (983, 329, 'Johor Bahru, Johore', 'Back home already :( noooo ! Korea'), (984, 138, 'Plentong, Johor Bahru', '@Heyejan eleh kopi pes,memeylah.tgk I berdikari buat sendiri (~^.^)~ ~(^.^~)'), (985, 228, 'Johor Bahru, Johore', 'Nights! xo'), (986, 119, 'Johor Bahru, Johore', '@suriatixx tweaked = edit. Actually tak edit lah.'), (987, 283, 'Johor Bahru, Johore', '@_PRICILLAAA_ @jyeoj there there the food tester come liao. Try EVERYTHING before one!'), (988, 325, 'Johor Bahru, Johore', 'I''m at Kpop Lounge http://t.co/4oO43zY6'), (989, 268, 'Johore, Malaysia', 'bunyi*'), (990, 280, 'Johor Bahru, Johore', '@JINGHUUI wa I tmr still got training leh :/ don''t sleep sot'), (991, 309, 'Johor Bahru, Johore', 'bahaha“@wesumar: Untuk semua orang yg pernah ngerasa bikin keputusan yg paling salah dalam hidup, tenang bro, tenang. Masih ada Ikang Fawzi”'), (992, 322, 'Johor Bahru, Johore', '@Shimmycocopuffs hahaha! You and your fetish towards girls who make good sandwiches.'), (993, 325, 'Johor Bahru, Johore', 'I''m at My Bedroom :) http://t.co/dJzJ8j6j'), (994, 73, 'Johor Bahru, Johore', 'Hahaha . Fuhua sec uniform looks a little funny .'), (995, 260, 'Johore, Malaysia', 'I need to go out tmr so please anyone going out tmr tell me now'), (996, 212, 'Senai Kulai, Kulai Jaya', 'Toilet Break! (@ Shell Petrol Station At Highway Utara Selatan) [pic]: http://t.co/FasIlThz'), (997, 307, 'Tebrau, Johor Bahru', '@crapbx @TANshiyun dun put heart heart ah later become real heart =x'), (998, 207, 'Johore, Malaysia', '@KyanndaS DM me your number once you see this tweet (:'), (999, 73, 'Johor Bahru, Johore', 'HAHAH . PORNSAK TAUGHT THEM THIS .'), (1000, 48, 'Johore, Malaysia', '@Stephhannieeee you also , i will call you at 9am ^^ nights dear'), (1001, 330, 'Johore, Malaysia', 'Party!!! (with @addicttouuu, Robin, and 3 others at PowerHouse) — http://t.co/yH8VKN8P'), (1002, 256, 'Johor Bahru, Johore', '@YAPSHUANGHUI @yapshuangyu NUUUUU HE IS DAMN CUTE ! Did you kill him with your fart ????'), (1003, 215, 'Johore, Malaysia', 'Cause I see, sparks fly, whenever you smile.'), (1004, 331, 'Singapore', '@awinsomelife have u graduated from OCS already?'), (1005, 279, 'Johore, Malaysia', '@dpleasant Basically, an effort to bring government to local Afghan districts - to connect people with government, builds stability.'), (1006, 199, 'Johor Bahru, Johore', 'Oh ya i already find out what peribahasa suits you.Bagai Umang Umang heheh.i think la i think.'), (1007, 104, 'Riau, Indonesia', 'ojo nesu nesu mbak RT @ninnonino Pengen berempat sama papa lgi :''(!something missing without you :''(!!!!'), (1008, 138, 'Plentong, Johor Bahru', '@HanzDorner hahahhahhah....kann take note pelis..xpe nanti I soh neelofa stak u..heihh..ke izara aisyah ker.'), (1009, 246, 'Johor Bahru, Johore', '@ihatejeans nights ! Dun worry ! Friday we do Tgt again'), (1010, 332, 'Johor Bahru, Johore', 'lucky still got last bus or not rlly need cab home heng ah me :) (@ Bus 98) http://t.co/aCaehAjo'), (1011, 73, 'Johor Bahru, Johore', ''' HA HA CHU '' LMAO SO CUTE LA CAN . HAHAHA .'), (1012, 263, 'Tebrau, Johor Bahru', 'You me draw something? '), (1013, 304, 'Johor Bahru, Johore', '@MVRN1MBZ yg kau nk takotkan diri sendiri tu buat ape ? Tak leh tdo complain kat mak nanti lols ;p'), (1014, 169, 'Plentong, Johor Bahru', '@AinAhyan Sabar beb ! :''D'), (1015, 242, 'Johore, Malaysia', 'I can really see that you really love me.'), (1016, 333, 'Johor Bahru, Johore', '@jessieying55 goodnight baby. Sleep well too alright? Love you :)'), (1017, 327, 'Johor Bahru, Johore', 'Was as simple as that .'), (1018, 276, 'Johor Bahru, Johore', 'Happy bufday Noh hensem !! ♥'), (1019, 280, 'Johor Bahru, Johore', '6.30 need wake up. Possible? Or I just overslept and dot go sua :/'), (1020, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN @mjeysilva Okay lang yan ate. It''s better that way. Para fuuuuun =)))))'), (1021, 263, 'Tebrau, Johor Bahru', 'Ok bored'), (1022, 206, 'Johor Bahru, Johore', 'Allah didn''t bring you this far to leave you, He''s trying to increase your faith to bless you with more in your life .'), (1023, 279, 'Johore, Malaysia', '@dpleasant Vast swathes of Afghanistan are still lawless, but there''s been progress, and still will be as development aid takes hold.'), (1024, 334, 'Johore, Malaysia', 'I''m at Circuit Rd http://t.co/kU0NxDSO'), (1025, 334, 'Johore, Malaysia', 'I just ousted Noni L. as the mayor of Circuit Rd on @foursquare! http://t.co/6Qr8Ur1L'), (1026, 335, 'Johor Bahru, Johore', 'Polycom: Marketing Assistant ( #SingaporeJobs) http://t.co/SXRw7vAM #Marketing #PolycomJobs #Job #Jobs #TweetMyJobs'), (1027, 307, 'Tebrau, Johor Bahru', 'seize the day - avenged sevenfold'), (1028, 280, 'Johor Bahru, Johore', '@JINGHUUI sleep can''t wake up die'), (1029, 276, 'Johor Bahru, Johore', '@en_paez okay fine baru seda.'), (1030, 310, 'Johore, Malaysia', '@daphne_61 at zouk?'), (1031, 256, 'Johor Bahru, Johore', '@YAPSHUANGHUI @yapshuangyu OIIIIII WHY YOU ALL BULLY YOUR YOUNGEST BRO ??!!'), (1032, 19, 'Johore, Malaysia', 'kuku aku patah . yay !'), (1033, 22, 'Singapore', '@kamaliahusna Ouhhh. Kau ambik motor sekali ?'), (1034, 138, 'Plentong, Johor Bahru', 'Saye lah tu,siti aqila hanis hahaha RT"@OuhAmie: Amboi lapanyer perot gua mcm siti tengah nyanyi dalam perot nie .."'), (1035, 327, 'Johor Bahru, Johore', '@IAMRZK okay okay lah . Haha !'), (1036, 11, 'Plentong, Johor Bahru', '@emelrsln yeayy. Hahah'), (1037, 336, 'Johor Bahru, Johore', 'Why can''t you all just let me forget? What happened to let bygones be bygones?'), (1038, 280, 'Johor Bahru, Johore', 'Sleep late because _________'), (1039, 22, 'Singapore', 'Ya Allah.'), (1040, 337, 'Tebrau, Johor Bahru', '@JeromeJTKY what?!'), (1041, 338, 'Johor Bahru, Johore', 'Goodnight! (: (@ Daryl''s Home) http://t.co/ZG1b7Sqd'), (1042, 246, 'Johor Bahru, Johore', '@nicelovesjesus the location GPS keep showing yishun , I see already I damn emo '), (1043, 45, 'Johor Bahru, Johore', '@deniseneoz he''d be rly disappointed if you don''t want to;)'), (1044, 200, 'Johor Bahru, Johore', 'Oh my! I lost my ear piece?? @ahhkil @ZulEmyy Takcraw till my ear piece lost!!'), (1045, 11, 'Plentong, Johor Bahru', '@NjhahZhrddin Welcome:-) you gorgeous'), (1046, 72, 'Johor Bahru, Johore', 'Sooo.. NS or ITE first? :/'), (1047, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU @yapshuanghui cause you put him there ! Evil gurlz'), (1048, 280, 'Johor Bahru, Johore', 'But sad thing is _______'), (1049, 192, 'Johor Bahru, Johore', 'It''s easy to fall in love, but it''s never easy to keep falling in love with the same person everyday.'), (1050, 66, 'Malaysia', '@Namhompuc ไม่รู้เหมือนกัน กูจะขายพวกหูฟังอยู่เนี่ย ป่านนี้ยังไม่เริ่มขายเลย'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (1051, 19, 'Johore, Malaysia', 'im shiverring beacuse its too cold. hug me anyone ?'), (1052, 279, 'Johore, Malaysia', '@dpleasant The successes don''t sell newspapers though, so you don''t really hear how much progress there is.'), (1053, 319, 'Johore, Malaysia', 'ok. mood down. tak sepatutnye bace wall kau. bagusss...'), (1054, 321, 'Plentong, Johor Bahru', '@FendyIsmail23 @fahmiezzuddin haaaa.....ape kau cakap nie aku x paham...hahha....cite john carter bleylah best'), (1055, 280, 'Johor Bahru, Johore', 'Can''t sleep now :('), (1056, 86, 'Singapore', '@suffiansapri it comes from experiences. santi baek ngan orng , they pijak kepale pulak. Great! the nite also still very young for me. XD'), (1057, 99, 'Singapore', '@IanlynGnitnna HAHAHA !'), (1058, 145, 'Johore, Malaysia', '@Jyeoj @jazeltwy GOURMET HOR'), (1059, 339, 'Indonesia', 'Next song still from Ebiet G Ade Nyanyian rindu, bwt kami yg selalu dirindukan with @chaerunika'), (1060, 45, 'Johor Bahru, Johore', '@calebwwk OMG I SHALL TELL WYNN TT! HAHAHA CUZ HE DISAGREED W ME WHEN I SAID U LOOK LIKE TIN TIN :p'), (1061, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN @mjeysilva Free kasi super need na hahahahahah =))))))))))'), (1062, 69, 'Johore, Malaysia', '@hdytz @KidEvidence HOORAY HOORAY HIP HIP HOORAY BERGEMBIRAAA HA HA HA LALALALALLAALLA *bynextweekdahhabis* ahahah'), (1063, 56, 'Johor Bahru, Johore', '@liyawesomeshit hahaha. Tanak ! Kau ajak nana :P'), (1064, 340, 'Johor Bahru, Johore', 'Goodnight earthlings!'), (1065, 341, 'Johore, Malaysia', 'ooh nooooohhh! “@adventuregirl: GREECE: http://t.co/48cQp38R Volcanic activity apparent”'), (1066, 138, 'Plentong, Johor Bahru', '@Heyejan ehhhh bolehh ek..save kat keyword.so takyah susah2 g copy nak pergi txt tu balek.owhhh owhhh baru tau.. -__-"'), (1067, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa @dayahmango diam uh korang'), (1068, 206, 'Johor Bahru, Johore', '@ErisyaBaby meeting you guys at bwh blk Has je .'), (1069, 72, 'Johor Bahru, Johore', '@jordensenapati lols! :) why?'), (1070, 343, 'Johor Bahru, Johore', '@vicegandako vice and2 ang bertud. kitang kita ko. walang joke'), (1071, 280, 'Johor Bahru, Johore', '@JINGHUUI who want wake me up so early. 6.30am leh'), (1072, 263, 'Tebrau, Johor Bahru', 'Cold night'), (1073, 344, 'Johor Bahru, Johore', 'Chilling With miki dee lan (@ Superboi''s Crib w/ @feerdausfauzi) http://t.co/lcLqdoBM'), (1074, 67, 'Johore, Malaysia', '@secretliez your that tweet on my timeline LOLLL wad orh sai kang lai pi WTFFFFFF COMING FROM YOU LEI ELISA'), (1075, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa sape ajar minum coke kasi gatal hilang ?'), (1076, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU @yapshuanghui NEMO IS MY FRIEND ! He loves me cause I''m cute !'), (1077, 69, 'Johore, Malaysia', 'WOOOHOOOOOOOOOOOOOOOO besok pagi aku sarapan besar ah! chey tkla hahaha'), (1078, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN Ate, I shall go to sleep na. Nnights :3 Don''t sleep with the pen next to you ah. Or else tomoz, shiny na face mo! =)))))'), (1079, 67, 'Johore, Malaysia', '@leavemyworld waiting (:'), (1080, 19, 'Johore, Malaysia', 'ok laa , im too tired already . nights tweeterians , happy tweeting &lt;3'), (1081, 169, 'Plentong, Johor Bahru', 'Malas nak pikir benda yng lepass , masa hadapan sedang menunggu..'), (1082, 345, 'Pulai, Johor Bahru', '@yard_raman power bley lar..'), (1083, 131, 'Johor Bahru, Johore', '@iamkennypadalla yep! Galing nya! Oi wag na ako "sir"..di mo ko teacher sa NCM o healthcare 101! Lols #peace'), (1084, 199, 'Johor Bahru, Johore', '“@xcatloverxoxo: @IraArmani Hehe ;)”eh wait the girl right.....the just now right....is NOT preety heheh.i more preetier;)'), (1085, 346, 'Riau, Indonesia', 'gaya tobo ni-&gt; @ChocoTula @_benkur dan @The_mpank ndak belajar kerumah @lukmanbellamy,haaaaaaaaaaaa'), (1086, 7, 'Johore, Malaysia', '@hanaffiehashim iNak break ah dgn......'), (1087, 86, 'Singapore', '@apitstifler hahahaah. yeah, i probably should ! damn, ni baru singapore eh. HAHA'), (1088, 104, 'Riau, Indonesia', 'bae maluluang RT @Radhi_Fabuari lah pueh galak...'), (1089, 347, 'Johore, Malaysia', 'piki man http://t.co/v4et75EV'), (1090, 348, 'Malaysia', '@DARIQ_7 @PingIndy อยากดู สบเด็ก'), (1091, 253, 'Johore, Malaysia', 'I''m at Rebel Boutique Club (Singapore, Singapore) w/ 29 others http://t.co/ssKmgoBX'), (1092, 310, 'Johore, Malaysia', 'I''m at Zouk Members Bar (Singapore) w/ 8 others http://t.co/tlkQYD8G'), (1093, 273, 'Johore, Malaysia', 'sejuk pe'), (1094, 280, 'Johor Bahru, Johore', '@JINGHUUI no luh! Training is afternoon around 4+ 5 . I morning need go out do things'), (1095, 263, 'Tebrau, Johor Bahru', 'Nice oi my location at Terbau, Johor Bahru  padahal dekat teck whye lol'), (1096, 349, 'Johore, Malaysia', 'Gonna sleep now. Love soaking in the bathtub &gt;.&lt;'), (1097, 206, 'Johor Bahru, Johore', 'They say you can never love someone whom you have never seen. I just smiled and said I haven''t seen Muhammad s.a.w but I love Him dearly .'), (1098, 307, 'Tebrau, Johor Bahru', '你不讲我还不知道我还喜欢她'), (1099, 22, 'Singapore', '@kamaliahusna Huuuiissssh gilaaaa ahhh ! Jangan terjebak dengan gejala sosial. Menangis tak berlagu nanti. Hhahha :P'), (1100, 11, 'Plentong, Johor Bahru', '@nzrlhzwn mestilah:D hewww'), (1101, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa da merajuk ni . Shhhh takmo kacau'), (1102, 350, 'Johor Bahru, Johore', 'I''m at Blk 420 Choa Chu Kang Avenue 4 (Singapore) http://t.co/QmKvbhDL'), (1103, 276, 'Johor Bahru, Johore', '@en_paez tak malu pon lewww'), (1104, 268, 'Johore, Malaysia', '#likealoser HAHAHHAHA http://t.co/VYwbKSjG'), (1105, 86, 'Singapore', '@suffiansapri HAHAHAHAH. suke? kacau orng ? Grrrrrr. dah dah, doctor ckp, lama2 i can go gila by you. hahahah'), (1106, 171, 'Johore, Malaysia', '@aryanegoro oalaaahh :)'), (1107, 351, 'Johore, Malaysia', 'Spin like there''s no tomorrow! @ True Fitness http://t.co/R2dHEhJf'), (1108, 276, 'Johor Bahru, Johore', '@MIMIHOlaa ewww. HAHA'), (1109, 342, 'Johor Bahru, Johore', '@LauKokKokKok you should be :D'), (1110, 56, 'Johor Bahru, Johore', '@DayahMango nb korang .'), (1111, 352, 'Kota Tinggi, Johore', 'I''m at Her Princess Room  http://t.co/phYtyUcX'), (1112, 199, 'Johor Bahru, Johore', '@xcatloverxoxo k skarang kau boleh buat lagu lol,instead of Tak Ku Duga jadi Tak Ku Sangka lolol.dier tegur kau by...?'), (1113, 353, 'Johore, Malaysia', 'I''m at 40 Sims Drive http://t.co/IlMwNuv4'), (1114, 354, 'Johore, Malaysia', '@LGtitular @_spike08_ @powerfartgurl @poydavid @hypermarvs @hagardhagrid wholesome #SGRushers , fav words: wet,BJ,talong,ntilamsikan,patola'), (1115, 280, 'Johor Bahru, Johore', '@JINGHUUI YESSS'), (1116, 346, 'Riau, Indonesia', 'kerjo manjang, gajian belum .... * uhmm langkah awal'), (1117, 355, 'Johor Bahru, Johore', 'I''m at Shermine''s Bed. http://t.co/M91FPpOV'), (1118, 3, 'Plentong, Johor Bahru', '@bellaafiqah no!! Me too!! Hehe'), (1119, 171, 'Johore, Malaysia', '@elvypangaribuan @jesszz_otto kekesalan ini sudah sangat babi buta!!!'), (1120, 75, 'Malaysia', 'คืนนี้มันเหงา ไม่มีคนบอกฝันดี ไม่มีเมสเสจ ไม่มีมิสคอ ไม่มีแล้ว ไม่มี ไม่มี .....'), (1121, 72, 'Johor Bahru, Johore', 'RT“@jordensenapati: @Ckevin69 you can join me in our army conquest !” | lols!'), (1122, 114, 'Johor Bahru, Johore', 'hayoohhh.... atiq p qra spa leh ni admin . Miss you too bro :^ qpa blm tdor dg? RT @RichardoPolii Miss you :) RT ... http://t.co/NXtPVlRH'), (1123, 304, 'Johor Bahru, Johore', '@MVRN1MBZ hahahahah'), (1124, 273, 'Johore, Malaysia', 'ahmad malam malam buta nonsense..................'), (1125, 169, 'Plentong, Johor Bahru', 'Alahayy , kelakar dude aku tuh.. masih text aku menagih simpati..sedangkan gf iew setia kat dye. apakah ???'), (1126, 170, 'Malaysia', '1.80'), (1127, 3, 'Plentong, Johor Bahru', '@Syzmeen @muhdtaufiqsahir rumah hitam hahahaa'), (1128, 356, 'Johore, Malaysia', 'Waa. If only @NaomiNeo_ is my girlfriend. I will wow!! But chey fake only! Fat hope! But uh she got swag!'), (1129, 273, 'Johore, Malaysia', 'anyone nak layan dia plsssssssss'), (1130, 171, 'Johore, Malaysia', 'Shut up! @jillO_o: Ehemmmmm RT anjaninadya: I Would Do Anything for You by @fosterthepeople — http://t.co/apj4qONt"'), (1131, 357, 'Johore, Malaysia', '@kmandel Thanks for the follow. A fan of your work!'), (1132, 358, 'Johore, Malaysia', 'Where did u come from? Heaven sent?'), (1133, 133, 'Johor Bahru, Johore', 'HAHAHAHAH I IS KING.'), (1134, 206, 'Johor Bahru, Johore', '@dwhyehand Dee !!! G tdo lah . Nnt nk bngn siang .'), (1135, 273, 'Johore, Malaysia', 'muahahahaha!'), (1136, 87, 'Johor Bahru, Johore', 'Tat was damn random'), (1137, 7, 'Johore, Malaysia', '@hanaffiehashim Ntah couple mcm tak je :/'), (1138, 359, 'Johore, Malaysia', 'Thank God I survived another day!'), (1139, 360, 'Singapore', '@TashaRazi awak tak tidur lagi ?'), (1140, 280, 'Johor Bahru, Johore', '@JINGHUUI oo. Very early HOR :('), (1141, 45, 'Johor Bahru, Johore', 'Thanks gorge! Bestest friend in e world :) http://t.co/KE6fXIG2'), (1142, 22, 'Singapore', 'Asal air mata ni tak nak keluar ?'), (1143, 7, 'Johore, Malaysia', 'Taktahan taktahannnnn!'), (1144, 199, 'Johor Bahru, Johore', '@xcatloverxoxo but she looks diff in her twitcon!with the power of edit...'), (1145, 152, 'Plentong, Johor Bahru', ':('), (1146, 131, 'Johor Bahru, Johore', '@iamkennypadalla ayan isa kang kalog na kolig! Hehe.may isa pa kaya magaling.teka isipin ko neym.'), (1147, 361, 'Senai Kulai, Kulai Jaya', '@KhairilAnuar la...thought i at the first place but carey mulligan :-('), (1148, 114, 'Johor Bahru, Johore', 'Menemani unni-chan yg sdg galau dgn assignment while I am just online*, ~'), (1149, 362, 'Johore, Malaysia', '@inakayamgoreng Nights baby ! Love you more ayang &lt;3'), (1150, 169, 'Plentong, Johor Bahru', '#7PetalaCinta :'')'), (1151, 192, 'Johor Bahru, Johore', 'magz lawyer berok habis.'), (1152, 363, 'Johore, Malaysia', 'I''m at Yeo crib''s (Singapore) http://t.co/gYF2as6a'), (1153, 307, 'Tebrau, Johor Bahru', '@crapbx know I still got people in my heart hahahaa!! @TANshiyun'), (1154, 327, 'Johor Bahru, Johore', '@Alendithez pat lua . Asal ?'), (1155, 67, 'Johore, Malaysia', '@secretliez damn disgusting manzxc... what time u leave that night'), (1156, 263, 'Tebrau, Johor Bahru', '@LekAhBro meet u at bpp can? After the poa thingy ends'), (1157, 364, 'Johor Bahru, Johore', '@NaomiNeo_ haters gona hate . No point feeling upset about those haters . You live your life , not them . Be happy . ☺'), (1158, 362, 'Johore, Malaysia', '@tookitaway potassium bitch :) &lt;3'), (1159, 73, 'Johor Bahru, Johore', 'Nights twitter hohoho . ^^ .'), (1160, 199, 'Johor Bahru, Johore', '@xcatloverxoxo DIER CKP APE???'), (1161, 365, 'Johore, Malaysia', 'Good night . &lt;3 (at Rock''s Beddy) — http://t.co/KqVDKqSl'), (1162, 256, 'Johor Bahru, Johore', '@YAPSHUANGHUI @yapshuangyu HAHAHAHAH WE CANNOT MARRY ! We are twins ! Hahaha'), (1163, 206, 'Johor Bahru, Johore', '@ErisyaBaby yes . I meeting her dulu . Lagu title Hasbi Robbi by Syamil .'), (1164, 280, 'Johor Bahru, Johore', '@JINGHUUI cause I about 7+ need lear house'), (1165, 16, 'Johor Bahru, Johore', '@YnalovestoGRIN Tapos yung brother ko pala nag-borrow... HAHAHAHAHA =)))))) jkjk!'), (1166, 87, 'Johor Bahru, Johore', 'Shit the cubit ad with just felt #EPIC'), (1167, 73, 'Johor Bahru, Johore', 'Andandand , I love you (: hohoho . Nights (: .'), (1168, 263, 'Tebrau, Johor Bahru', '@dd_gucciguilty terbau la cacat'), (1169, 192, 'Johor Bahru, Johore', '@Fxrhandsome: Guys who kiss alot of girls. Or any of malay,cina,keleng, pariah dog. Will get a bibir cancer :'')'), (1170, 45, 'Johor Bahru, Johore', '@calebwwk hahha but I think tin tin has A receding hair line!!!'), (1171, 279, 'Johore, Malaysia', '@AntoniaZ Enjoy. I''ll add to it as I have decent things to say. Some high priced help have noticed it though!'), (1172, 16, 'Johor Bahru, Johore', 'To think na this conversation started with that ''pen''. How fabulous =))))) @YnalovestoGRIN Nnights Ateeeeee :3'), (1173, 86, 'Singapore', '@suffiansapri hahaa. i think the doctor gives up on me uh. Im still young so my nights are also very very young. heeehehe !'), (1174, 236, 'Johore, Malaysia', '@daphnesayshi I am\nWith Daniel soh. And we were thinking of u as we had the shots'), (1175, 199, 'Johor Bahru, Johore', 'Lalalalalalalalalala'), (1176, 276, 'Johor Bahru, Johore', '@_cikbunga HAHA bodo aku tesilap'), (1177, 366, 'Johor Bahru, Johore', 'Makan time. (@ D''Rubinah Restaurant w/ 3 others) http://t.co/2Z8D9vmg'), (1178, 363, 'Johore, Malaysia', 'I''m at Lorong 7 Toa Payoh Block 22 Food Centre &amp; Market (singapore, singapore) http://t.co/wAgcDdNG'), (1179, 192, 'Johor Bahru, Johore', '@xopeeqa college of allied educators, taking up psychology.'), (1180, 356, 'Johore, Malaysia', '@SunshineRegina that is everybody line! But then. Y''know!'), (1181, 16, 'Johor Bahru, Johore', '#offline'), (1182, 276, 'Johor Bahru, Johore', 'Thank God I have no classes on FRIDAY.'), (1183, 66, 'Malaysia', '@Namhompuc โอเค ถ้าเจอเด่วถ่ายรูปมาให้ดุ'), (1184, 65, 'Johore, Malaysia', '@flipsideromance I said that you''re just tiny, not damn tiny'), (1185, 307, 'Tebrau, Johor Bahru', '@TANshiyun my next target =====&gt; @crapbx'), (1186, 263, 'Tebrau, Johor Bahru', '@Wansewel yes why?'), (1187, 363, 'Johore, Malaysia', 'I''m at Rony''s Crib http://t.co/x1JrF46F'), (1188, 280, 'Johor Bahru, Johore', '@JINGHUUI then I sad lo'), (1189, 206, 'Johor Bahru, Johore', 'My next tweets will be for the muslimah . ^.^'), (1190, 138, 'Plentong, Johor Bahru', '@OuhAmie I penyanyi,pelakon,pelukis,penari.msume pe tu I la kecuali pencuri.haha'), (1191, 339, 'Indonesia', 'Yang kangen Yogyakarta mana suaranya Kla Project "yogyakarta" with @chaerunika'), (1192, 345, 'Pulai, Johor Bahru', '@pearl_hanshan xmo la.. Team abg power.. Takot.. Betul x @yard_raman'), (1193, 276, 'Johor Bahru, Johore', 'jadual sindri pon bleh lupe. dem'), (1194, 280, 'Johor Bahru, Johore', '@Nicolecheeze u know how to do the photo taking?'), (1195, 169, 'Plentong, Johor Bahru', '17mac , ade autoshow lagy ! adohayy, mesty penad ! :/'), (1196, 367, 'Johore, Malaysia', 'Gonna sleep...sleep late bad for health you know.. (@ Blk 327, Clementi Ave 5) http://t.co/D5osOFqX'), (1197, 368, 'Senai Kulai, Kulai Jaya', 'I''m at Kafeteria Noor, N24, UTM w/ 3 others http://t.co/Y9ZtnoRj'), (1198, 131, 'Johor Bahru, Johore', 'OMG!do I really need to review all these stuff! #kumukolcenterangpeg lols http://t.co/9FudQ5VL'), (1199, 199, 'Johor Bahru, Johore', 'Waiting for you to text "in 5 minutes" is like foreváhh'), (1200, 206, 'Johor Bahru, Johore', 'Oh Muslimah , you are a symbol of true Islam .'), (1201, 276, 'Johor Bahru, Johore', '@MIMIHOlaa asal laa suke ngat gelak nih ?'), (1202, 124, 'Johor Bahru, Johore', 'I always fall asleep while listening to mj12 .'), (1203, 263, 'Tebrau, Johor Bahru', '@F4LL3NANGXLS ternaik 170 tadi :'')'), (1204, 114, 'Johor Bahru, Johore', 'RT @OffilcialAdeIe RETWEET if born in ➊➒➒➊ ┊ ➊➒➒➋ ┊ ➊➒➒➌ ┊ ➊➒➒➍ ┊ ... http://t.co/uiwN0vRS'), (1205, 356, 'Johore, Malaysia', 'Get it shorty!'), (1206, 138, 'Plentong, Johor Bahru', '@HanzDorner owhh terimakaseh puji saye.ehhhh.hahhahahha..'), (1207, 11, 'Plentong, Johor Bahru', '@nzrlhzwn yeayyyy:-)'), (1208, 99, 'Singapore', '@IanlynGnitnna HAHAHA ! relax lah ! Jie !'), (1209, 317, 'Johor Bahru, Johore', '@talktomyfinger i am back noww! Lol. Okayy;)'), (1210, 145, 'Johore, Malaysia', '@shawnlawSH @patrickcarchng HAHAH IT''S HIDING UNDER YOUR BED. Okay rock lol !'), (1211, 206, 'Johor Bahru, Johore', 'Oh muslimah, you represent Muslims from near and far .'), (1212, 145, 'Johore, Malaysia', '@Jyeoj @jazeltwy BOTH LAH!!'), (1213, 172, 'Johore, Malaysia', 'Now u''re just somebody that i used to know.'), (1214, 369, 'Plentong, Johor Bahru', 'Sleeping time (@ Homesweethome(JB) w/ @alfsmhd) http://t.co/dK3e71Vk'), (1215, 125, 'Johor Bahru, Johore', 'baby sleeping like a PIG!! say i never reply now is who!! @paperheartzxc'), (1216, 364, 'Johor Bahru, Johore', 'Somewhere over the rainbow .'), (1217, 86, 'Singapore', '@HadiRuzaini hahahah. asl tk main monopoly tu smpai besok skali? hahah.'), (1218, 145, 'Johore, Malaysia', '@Jyeoj REAL LAH JOEY. Aiyooo'), (1219, 172, 'Johore, Malaysia', '... ):'), (1220, 40, 'Johor Bahru, Johore', '@YongHao_L @ThiruMrChindian he angry me today cannot bowl :('), (1221, 206, 'Johor Bahru, Johore', 'Oh muslimah, you are a sign for the world to read .'), (1222, 177, 'Johor Bahru, Johore', 'Eating kfc then of to bed i go'), (1223, 370, 'Johore, Malaysia', 'Fuck!! My tummy so pain!!! Mcm nk pengsan je sia!! Ahhhhzxxz.'), (1224, 307, 'Tebrau, Johor Bahru', 'phone left 10%!! Tml go work than charge haha'), (1225, 169, 'Plentong, Johor Bahru', 'Hidup kalau belagak , Memang ke laut lah jawab nyaaa :)'), (1226, 7, 'Johore, Malaysia', '@hanaffiehashim Takboleh sabar u. Haihh'), (1227, 371, 'Pulai, Johor Bahru', '@azmi_rico @DellaVonDoll @AzaruddinPaiman dia mmg pembangkang pon..ko xnak join skli ke?. Bru maju kg ko nanti'), (1228, 372, 'Johore, Malaysia', 'Best random drawing I got from #DrawSomething \n\n#icouldntdrawasquirrel'), (1229, 263, 'Tebrau, Johor Bahru', '@LekAhBro Lek ah bro..... Yes tmr have poa. Ok anything i tweet u'), (1230, 145, 'Johore, Malaysia', '@Jyeoj @jazeltwy YES. SO CUTE SIA'), (1231, 45, 'Johor Bahru, Johore', '@deniseneoz haha no la. if he calls u up only when he needs you, It''s just not right :p dont worry. He has all e time in e world :)'), (1232, 87, 'Johor Bahru, Johore', 'Oil factory-.- tats freaking lame'), (1233, 373, 'Senai Kulai, Kulai Jaya', 'I''m at K10 (Universiti Teknologi Malaysia, Johor Bahru) http://t.co/7jwUTgZE'), (1234, 7, 'Johore, Malaysia', 'Untuk apa couple kalau taksayang, kan? Lol'), (1235, 124, 'Johor Bahru, Johore', '#nowplayingOnRadio Ku menunggu - Rossa'), (1236, 360, 'Singapore', 'haihhh aku dduk sini asal tiba2 asik speaking jeaaa.'), (1237, 22, 'Singapore', 'Goodnight and Assalamualaikum :))'), (1238, 334, 'Johore, Malaysia', 'What a boring holiday ! :('), (1239, 276, 'Johor Bahru, Johore', '@_cikbunga haha adoi lahh'), (1240, 263, 'Tebrau, Johor Bahru', '@Wansewel ohhhh what blk?'), (1241, 206, 'Johor Bahru, Johore', 'Oh muslimah, you symbolize what our nation really needs; peace, kindness, inner strength an faith .'), (1242, 374, 'Senai Kulai, Kulai Jaya', 'Laper tp makan ini itu kg mood :| . Meninggal gw udah http://t.co/otKEV9xr'), (1243, 124, 'Johor Bahru, Johore', '@TrulyLee you too ?'), (1244, 348, 'Malaysia', '@DARIQ_7 @PingIndy แปะลิ้งๆๆ มาดูเป็นเพื่อนกันสามคน'), (1245, 182, 'Johor Bahru, Johore', 'I''m at Eunhyuk''s Bed http://t.co/iqSOU1hJ'), (1246, 114, 'Johor Bahru, Johore', 'haha mwnya dibiqin full story nieh admin? RT @mentiondunk kak @vegalela mention dunk temen loe yang lagi galau'), (1247, 34, 'Johor Bahru, Johore', '不要喝太多!!'), (1248, 199, 'Johor Bahru, Johore', 'Im #StronglyAttractedTo \n\nA\n\nI\n\nM\n\nR\n\nA\n\nN\n\nL\n\nA\n\nW\n\nH\n\nO\n\nE\n\nL\n\nS\n\nE'), (1249, 376, 'Plentong, Johor Bahru', 'apakahh cintta?!?? cinta itu ble diumpmakn bgai mkn smbl blcn wlau pds hngga mnglir air mta msih mhu dmkn jua... erkkk?!!? apakah?!!??! -,-'), (1250, 65, 'Johore, Malaysia', '@RynnaAlyssa You''re Kim-Kim)'), (1251, 171, 'Johore, Malaysia', '@elvypangaribuan samaaaa!! Ini bs2 ga jd ke starbucks. Malah ke kolam bahagia. Biar ga stresss!!!!!'), (1252, 171, 'Johore, Malaysia', 'makacii bo :) “@biboshafwan: Iya buuu anjaninadya”'), (1253, 192, 'Johor Bahru, Johore', '@Shafiqmagz aku pernah rofl pe.'), (1254, 377, 'Johor Bahru, Johore', '@derppp_ Okay, nights!'), (1255, 86, 'Singapore', '@suffiansapri understand ape eh ?'), (1256, 360, 'Singapore', '@TashaRazi sama lahhh. hee kita cuti la . minggu dpan baru naik . now kita dkat sgpore stay sini seminggu . hee'), (1257, 114, 'Johor Bahru, Johore', 'Di siaran apa? Kbr baek bozz spt biasanya. RT @RichardoPolii @vegalela da tgu bola ini. Bgmn kbr?'), (1258, 378, 'Singapore', 'Dari Maghrib ampe tengah malem , Timeline Twitter ku kebanjiran tweet nya » @shelvyulia « .. HAHA ..'), (1259, 99, 'Singapore', 'Try this , shuffler . http://t.co/q2d5oRQl'), (1260, 354, 'Johore, Malaysia', '@chicogarcia i think di sya totoong gurl... More like fa-gurl'), (1261, 379, 'Johor Bahru, Johore', 'I''m at Shuang Jin Eating House (Singapore) http://t.co/iTfjAKWx'), (1262, 370, 'Johore, Malaysia', '@RafzSuleiman problem is i cant! Mcm perut masuk angin!'), (1263, 279, 'Johore, Malaysia', '@dpleasant Yeah, sort of. A little more complex, because Afghanistan''s not really a nation in a pure sense, but basically.'), (1264, 199, 'Johor Bahru, Johore', 'Twitter DEAD.Shall make it official.'), (1265, 380, 'Singapore', 'We are giving our fans to enjoy a dollar off with our e discount COUPON. From now until 30th April at Watsons only. http://t.co/fVskArom'), (1266, 321, 'Plentong, Johor Bahru', 'yeahh....manga naruto ngn one piece dah update'), (1267, 381, 'Johor Bahru, Johore', 'Kata-kata manis ko dah tk bleh pkai lah....pisang nye budak!!!!'), (1268, 382, 'Johor Bahru, Johore', 'Walao all your tweets like quotes quotes quotes quotes. You not sian I also sian. Go make a quote acct la z.Quotes quotes quotes #SianJiPua'), (1269, 3, 'Plentong, Johor Bahru', 'ada orang kata twitter ni sawit. ada sesiapa nak bantah or ambik pisau bunuh manusia trsebut?!!!!! *dlam hati aku dah sumpah seranah dah*'), (1270, 145, 'Johore, Malaysia', '@Jyeoj you then dont lie lah hahaha'), (1271, 383, 'Johore, Malaysia', 'At report room with #victorlego. He''s watching how i met your mother... Laughing to himself.'), (1272, 268, 'Johore, Malaysia', 'leceh la nak activation code ni semua'), (1273, 384, 'Malaysia', '@nontawatkab ใครๆ?--'), (1274, 346, 'Riau, Indonesia', 'tobat om?? hee RT @lukmanbellamy Astafirullahaladzim RT @DikeBeeM: gaya tobo ni-&gt; @ChocoTula @_benkur dan @The_mpank ndak belajar kerumah'), (1275, 194, 'Johore, Malaysia', 'sejuk sia.. the first few page of hunger game confusing..'), (1276, 86, 'Singapore', '@apitstifler hahah. if paris, i guess, i''ll just freeze there.'), (1277, 138, 'Plentong, Johor Bahru', '@Heyejan yeke..oke nak terai skang gak.. *godek2 bb'), (1278, 385, 'Johor Bahru, Johore', '8 hour wait before my other flight. Good job I''m in my favourite airport @FansofChangi :) Is the pool open now?'), (1279, 194, 'Johore, Malaysia', 'try hilang ah! hehe! gi mkn maggi'), (1280, 372, 'Johore, Malaysia', 'Best random drawing I got from #DrawSomething \n\n#icouldntdrawasquirrel\n@KanasaiLahh'), (1281, 148, 'Johor Bahru, Johore', '@jiahuinotjiahui haha. Oh pls. U buy an even better tv for me first then I consider. Saddist luh the show. Almost every Epi one person die.'), (1282, 333, 'Johor Bahru, Johore', '@taypinghui so you will not be in unriddle 2 anymore?'), (1283, 192, 'Johor Bahru, Johore', '@Shafiqmagz k best. time hgv saje.'), (1284, 263, 'Tebrau, Johor Bahru', '@F4LL3NANGXLS alaaa mat yang that curi pencil kau that time..... Skrg dia da curi hati aku sbb tu aleh2 pat jb hahhaah'), (1285, 380, 'Singapore', 'Enjoy a dollar off with our Palmer''s e discount COUPON. ends 30th April @ Selected Watsons stores only. http://t.co/y7smSWx9'), (1286, 70, 'Johor Bahru, Johore', '@spellxsolar good night. Visit me later'), (1287, 181, 'Johore, Malaysia', 'Siala tdo station eh karut la'), (1288, 45, 'Johor Bahru, Johore', '@wynnneo haha what revenge?'), (1289, 199, 'Johor Bahru, Johore', 'Oh no i cant makevit official cause Insyirah just tweeted:O'), (1290, 172, 'Johore, Malaysia', 'Every time u go, u take a part of me with u.'), (1291, 386, 'Johore, Malaysia', 'http://t.co/WA3aflly #nowblasting :D'), (1292, 364, 'Johor Bahru, Johore', '@Untrustedworthy you''ll never know if you never try . (:'), (1293, 387, 'Johor Bahru, Johore', 'WATER WORLD at universal studio singapore @ Singapore http://t.co/k34cjdzd'), (1294, 294, 'Plentong, Johor Bahru', '@ainunabdlh depends mcd terdekat tutup pukul brp.'), (1295, 81, 'Johor Bahru, Johore', '@N4MYS check whatsapp kau'), (1296, 192, 'Johor Bahru, Johore', 'kalau takda orang nak beli, aku kasi baju ni kat sesiapa yang boleh pakai.'), (1297, 356, 'Johore, Malaysia', 'Will you stand by me?'), (1298, 66, 'Malaysia', '@Namhompuc big beach'), (1299, 3, 'Plentong, Johor Bahru', 'sapa je yg sanggup tgok orng yg paling dia sayang dying.. tnggu ajal.. sapaje? :''('), (1300, 45, 'Johor Bahru, Johore', '@deniseneoz okie! ^_^ Nights :)'), (1301, 388, 'Plentong, Johor Bahru', '累 除了累還是累 拼命工作 讓自己沒有多餘時間 胡思亂想'), (1302, 333, 'Johor Bahru, Johore', 'This is cool!'), (1303, 238, 'Johor Bahru, Johore', 'Gonna sleep at 2(:'), (1304, 382, 'Johor Bahru, Johore', '#StronglyAttracedTo buff and muscular guys. #majorturnon'), (1305, 389, 'Johore, Malaysia', 'I''m at Velvet Underground (Singapore, Singapore) w/ 2 others http://t.co/00bFnMH2'), (1306, 376, 'Plentong, Johor Bahru', '@IsyaAmir apa?!!?! knp erk?!??'), (1307, 172, 'Johore, Malaysia', 'Every time u go, i feel it in my soul.'), (1308, 370, 'Johore, Malaysia', 'Cant describe the pain!! So damn painful!! Like can diE this moment! #fuuuu'), (1309, 114, 'Johor Bahru, Johore', 'RT @autocorrects Admit it, you should be doing something else really important right now but came online instead'), (1310, 263, 'Tebrau, Johor Bahru', '@Wansewel blk 5.'), (1311, 192, 'Johor Bahru, Johore', 'aku pakai iphone, kau pakai nokia, asal kau belum tido sia?'), (1312, 385, 'Johor Bahru, Johore', 'Just landed. 8 hour wait now before my other flight. Good job I''m in my favourite airport @FansofChangi :) Is the pool open now?'), (1313, 390, 'Tebrau, Johor Bahru', 'Check out Chris Medina - What Are Words Lyrics http://t.co/rvQ5xwj5'), (1314, 238, 'Johor Bahru, Johore', 'When it''s comes to work, tired. After work, not tired. This is reality (:'), (1315, 99, 'Singapore', '@Timber_bells SERIOUSLY ?'), (1316, 317, 'Johor Bahru, Johore', '@talktomyfinger haha. Kayy. Thanks!:)'), (1317, 333, 'Johor Bahru, Johore', 'Okay shall go to bed. Tomorrow wake up and catch what i''ve missed for unriddle 2.'), (1318, 391, 'Johore, Malaysia', 'Oi oi (@ 我的床床) http://t.co/wjzS2Ey4'), (1319, 392, 'Johor Bahru, Johore', '@rrraihan hehehehe no la:)'), (1320, 192, 'Johor Bahru, Johore', '@Shafiqmagz krik krik.'), (1321, 393, 'Johor Bahru, Johore', 'I''m at Elite''s Dungeon http://t.co/DuFW6ZCK'), (1322, 199, 'Johor Bahru, Johore', 'Inlove\nR/S\nAimran\n\nIRA'), (1323, 114, 'Johor Bahru, Johore', 'RT @autocorrects It''s better to have one REAL friend than hundreds or FAKE ones.'), (1324, 333, 'Johor Bahru, Johore', '晚安地球人。'), (1325, 364, 'Johor Bahru, Johore', '@Untrustedworthy just call ! At least you know you''ve tried !'), (1326, 394, 'Johor Bahru, Johore', 'I am so so cold!'), (1327, 206, 'Johor Bahru, Johore', '@dwhyehand I leh bngn k syg . You tuu yg susah . Kk I nk tdo skrg . ^.^'), (1328, 395, 'Singapore', '@mirorey tak gi sklh sudah.. hahaha.'), (1329, 169, 'Plentong, Johor Bahru', 'Dah malas nak amek tahu , lantak laa ! :3'), (1330, 204, 'Johor Bahru, Johore', '@iammhiemhie meme na te. anong petsa na oh.'), (1331, 192, 'Johor Bahru, Johore', 'ape salah aku kucingikan.'), (1332, 199, 'Johor Bahru, Johore', 'Sorry im trying to keep mah self awake'), (1333, 124, 'Johor Bahru, Johore', 'Alright , gonna vacuum faris room . Mate sakit . So messy .'), (1334, 114, 'Johor Bahru, Johore', 'RT @AdmireMyQuote Smile; Let everyone knowthat today you''re a lotstronger than you wereyesterday. (:'), (1335, 396, 'Johor Bahru, Johore', '江南or发如雪 for my cl oral report??? *in dilemma*:/'), (1336, 397, 'Johor Bahru, Johore', '@irmiiswaamir hehe.nite too sista~'), (1337, 398, 'Johor Bahru, Johore', '@LuqmanBlarpple @eatroachsuckers somehow i predict that ill sleep through even if results out alr'), (1338, 321, 'Plentong, Johor Bahru', '@fahmiezzuddin hahaha baca manga baru nampak macam remaj sikit,,,,,,meme r'), (1339, 399, 'Johor Bahru, Johore', 'I just faced the same situation as @NaomiNeo_ recently and I can totally relate to her recent blog post... You’re such a strong girl ♥ Xo!'), (1340, 276, 'Johor Bahru, Johore', '@_cikbunga nk tido lah nihh. isk sebok aje lahh. haha'), (1341, 192, 'Johor Bahru, Johore', '@Shafiqmagz Cricket.'), (1342, 400, 'Johor Bahru, Johore', 'Smlj also side him. Small big fk?'), (1343, 124, 'Johor Bahru, Johore', '@TrulyLee hahahah . I know right ? Kadang2 fedup tau .'), (1344, 291, 'Johor Bahru, Johore', '@KGuanZhi @cyuansheng @imjeffzxc @somedaysgone @shawnyjh @ryanwyx3 lai only!!! Jk nights maller'), (1345, 401, 'Johore, Malaysia', 'This may be the last time I stay in a Global Hotels Alliance hotel that isn''t a Kempinski. There''s no meaningful global standard to trust'), (1346, 294, 'Plentong, Johor Bahru', '#TeamLapar'), (1347, 7, 'Johore, Malaysia', '@hanaffiehashim Ckp juga'), (1348, 124, 'Johor Bahru, Johore', 'Cincin pusaka .'), (1349, 114, 'Johor Bahru, Johore', 'RT @ComedyTruth Girls are beautiful &amp; Boys are wonderful'), (1350, 215, 'Johore, Malaysia', 'Stop thinking of him! Seriously this is making me feel so unwell!'), (1351, 370, 'Johore, Malaysia', '@RafzSuleiman miss?? Haha.. Ya , no link. Just did... But its still the same... Guess im not sleeping tonite. &gt;.&lt;'), (1352, 402, 'Johore, Malaysia', 'This is not fuckin johore bitch'), (1353, 86, 'Singapore', '@suffiansapri hahahhahah! okayyyyy, Gilaaa ! XD'), (1354, 400, 'Johor Bahru, Johore', 'Dulan pui'), (1355, 396, 'Johor Bahru, Johore', 'I finally did smth today but look,all e essays aren''t done yet!;"('), (1356, 274, 'Johore, Malaysia', '@KitYix hey haha :)'), (1357, 192, 'Johor Bahru, Johore', '@AmiCookiee sorry la taiko! HAHAAH'), (1358, 403, 'Kota Tinggi, Johore', 'I know I suck at goodbyes. But it gives me comfort how Brelle''s much worse. Safe trip, Mom, Dad, and Baby Elle. :) #goodbyes'), (1359, 114, 'Johor Bahru, Johore', 'RT @EpicTweets_ 1....2....3.... SMILE! *smiling like an idiot for like 10 minutes* "Oh wait, it''s on video!!"'), (1360, 14, 'Johor Bahru, Johore', '“@WhyS_o_Serious: most epic night.”'), (1361, 404, 'Malaysia', '@Erndeity รักไม่ต้องการเวลา โน้ตไม่เพี้ยนล่ะน้ะ :D'), (1362, 192, 'Johor Bahru, Johore', 'kau la catfish -.-'), (1363, 145, 'Johore, Malaysia', 'Love this photo soooooo much ! http://t.co/MrPxSqqL'), (1364, 405, 'Johor Bahru, Johore', 'Akan kuserah cinta abadi Menyerlah sinar malam sepimu Agar menjadi penawar lukamu Warna hatimu'), (1365, 170, 'Malaysia', 'พระองค์เคียงข้างเราเสมอ'), (1366, 148, 'Johor Bahru, Johore', '@hollyporks @demurej hehe like mean only~ nobody wants to go alr uh.'), (1367, 406, 'Johor Bahru, Johore', '#nowwatching dream high 2 ^^ jb uh , no go to lian ! Arachi ?!'), (1368, 407, 'Malaysia', 'ทำไมไม่รักตัวเอง :''( &lt;3'), (1369, 360, 'Singapore', '@TashaRazi hihi saje jeaa. dgan uncle semua ni. stay rumah dia jalan2.'), (1370, 408, 'Plentong, Johor Bahru', '@dilacarrot hi hi :D'), (1371, 409, 'Johor Bahru, Johore', 'Going to sleep. Have to wake up early to complete homework.'), (1372, 192, 'Johor Bahru, Johore', 'Cutek = Kotek = KOTEX'), (1373, 7, 'Johore, Malaysia', '@hanaffiehashim okay takpenting :)'), (1374, 75, 'Malaysia', 'ยังมีคนเหมือนฉันไหน ที่กำลังรออะไรบ้างอย่าง ทั้งที่ไม่รู้ว่าต้องรออีกนานแค่ไหน'), (1375, 206, 'Johor Bahru, Johore', '@dwhyehand ok Dee . ^.^ you pn tdo pls . Kalau syg I g tdo . Hahaha .'), (1376, 410, 'Singapore', 'Save with Palmer''s with our $1 discount E-coupon. Valid till end April 2012 http://t.co/H5tfjgYp'), (1377, 411, 'Johor Bahru, Johore', 'It''s been past 1 month and 2 weeks that I hasn''t been hearing from you. I hate you, I love u and I still miss u.'), (1378, 184, 'Johor Bahru, Johore', 'RT @KathleenDeanne: This day last year, was the first classroom training for Uniqlo. The start of an awesome journey :'')'), (1379, 395, 'Singapore', 'i wanna watch a midnight movie..'), (1380, 145, 'Johore, Malaysia', '@Jyeoj @jazeltwy i know you imagining me ☺☺☺'), (1381, 114, 'Johor Bahru, Johore', 'RT @ComedyPosts I want to meet the teenage versions of my parents.'), (1382, 412, 'Malaysia', 'รวมเพื่อน (@ @Thonglor Music bar&amp;restaurant) http://t.co/UFGsVPb9'), (1383, 413, 'Johore, Malaysia', '@000ZekeM hi thank you:)) nice to meet you:)) I love Michael too! He always live in our heart:)) love you my friend:)) god bless you :))'), (1384, 66, 'Malaysia', '@Namhompuc เอามุกมาจากกิ๊ก ไปพน กระเป๋ายังไม่จัดเลย'), (1385, 289, 'Johore, Malaysia', '@JarlFartacus Y MUS MAKE UNTIU SO CHIM'), (1386, 414, 'Johor Bahru, Johore', 'Siao 2:30am? Midnight race ah? Hahaha http://t.co/FILjeUso'), (1387, 199, 'Johor Bahru, Johore', 'Do you:\n\n1.Love\n Or\n2.Like\n me???'), (1388, 415, 'Johore, Malaysia', 'Crashing for the night #Goodnight #TGN'), (1389, 171, 'Johore, Malaysia', '@jillO_o seneng bgt den. Senyumku udah balik lg nii :"&gt;'), (1390, 204, 'Johor Bahru, Johore', 'nyeta. pagod ka na nga, pang-fast and furious pa masasakyan mo. ge pa manong, i-drift mo pa!'), (1391, 360, 'Singapore', 'ok bye tweeps . good night :)'), (1392, 206, 'Johor Bahru, Johore', 'Alright off to bed . Dee da bising . Hehe . Gonna have breakfast with her the off to meet Lynn . ^.^ goodnight . Assalamualaikum . ^.^'), (1393, 192, 'Johor Bahru, Johore', 'aku ke sana, kau ke sini, kenapa la kau kacau aku ni?!'), (1394, 416, 'Johor Bahru, Johore', 'Goood night world ( •̀ .̫ •́ )'), (1395, 417, 'Johor Bahru, Johore', 'HAHAHA. So funny how you said you dc ten 1000 times and youre like spamming your own timeline scolding me. #genius'), (1396, 364, 'Johor Bahru, Johore', '@Wanqunn I forget alr . ); probably creating new blog soon &amp; I''ll give you the link ok! ^^'), (1397, 333, 'Johor Bahru, Johore', '@Bunnyhuggers haha i''m much better in chinese conpare to english actually.'), (1398, 49, 'Indonesia', 'KoK lama bnget ya balesnya, apa udah tidur?'), (1399, 321, 'Plentong, Johor Bahru', '@fahmiezzuddin itu kau...otak kuning je lebih.. XD'), (1400, 276, 'Johor Bahru, Johore', 'we''ll need to start it all over again.'), (1401, 263, 'Tebrau, Johor Bahru', '@Wansewel haha yess ^^'), (1402, 370, 'Johore, Malaysia', 'Biler kene sejuk je , the pain gets even worse... #fuuuu trying to keep myself warm... &gt;.&lt;'), (1403, 169, 'Plentong, Johor Bahru', 'Menghitung hari ,Yang entah bila akan terhenti ! ;('), (1404, 418, 'Johore, Malaysia', 'I miss dancing! Wooh! #clubbing'), (1405, 419, 'Malaysia', 'I''m at หมู่บ้านรัตนากร http://t.co/LxeaXmsn'), (1406, 294, 'Plentong, Johor Bahru', 'White Chicks pun kelakar :D'), (1407, 186, 'Johor Bahru, Johore', '@warpedvintage @celestinnnnnee -___- you ahhh ! Nvm I think I found it'), (1408, 420, 'Kota Tinggi, Johore', 'Duhhh mesti la boleh temgok'), (1409, 421, 'Johor Bahru, Johore', 'I''m at  Valerie Yeo Bedroom~  http://t.co/wNfNMutg'), (1410, 99, 'Singapore', '@Timber_bells HAHA ! that cool !'), (1411, 114, 'Johor Bahru, Johore', 'Wowwzz ^^ love this quote. RT @gienahvia if you lose your purpose, it''s like you''re broken..'), (1412, 3, 'Plentong, Johor Bahru', 'crita hindustan pun aku bole nangis.. biasalah, perempuan hati tissue.. :-C'), (1413, 375, 'Johor Bahru, Johore', 'Gonna tweet sampai tido.. Citer best sgt sampai tkleh tido'), (1414, 169, 'Plentong, Johor Bahru', 'Rasa macam diabaiken! apakah ???'), (1415, 194, 'Johore, Malaysia', '@fiq_wolfgang i gt the triology..'), (1416, 91, 'Johore, Malaysia', 'saye xtau ape masalah awak... awak diam sepanjang hari..awak xpenah wat mcm ni..ok xpe.. terguris skjap nok :D'), (1417, 184, 'Johor Bahru, Johore', 'I clearly remember giving @KathleenDeanne &amp; @kisspurr WantWant rice crackers during first day of UNIQLO classroom training. #Anniversary'), (1418, 395, 'Singapore', '@mirorey hahaha adoi...'), (1419, 171, 'Johore, Malaysia', 'Big smile. :D'), (1420, 206, 'Johor Bahru, Johore', '@dwhyehand haha . Kalau you syg Esfan you g tdo jgk pls . ^.^ hehe .'), (1421, 51, 'Johor Bahru, Johore', '@P_eiqing Really??oO'), (1422, 276, 'Johor Bahru, Johore', 'I''ll wait for it ♥'), (1423, 376, 'Plentong, Johor Bahru', '@IsyaAmir bye'), (1424, 422, 'Johore, Malaysia', 'I''m at Anna''s Palace http://t.co/Z6hiaWZ4'), (1425, 199, 'Johor Bahru, Johore', 'Naomi Neo should seriously verify her account lol.I mean,look at her followers!!!'), (1426, 333, 'Johor Bahru, Johore', '@Bunnyhuggers haha sup! 我们来讲话语。'), (1427, 370, 'Johore, Malaysia', 'Mamaaaaaaaaaa... Tlg adikkkkkkk.... Sakit perut maaaaaa... :''('), (1428, 423, 'Johore, Malaysia', 'Attica やっぱ落ち着く @ Attica http://t.co/FxG6zO5G'), (1429, 287, 'Senai Kulai, Kulai Jaya', 'Hang tunngu sat ceq teka hang punya ~&gt; RT @Lynnlaloy Kemain bergaya dia lukis semata nak bagitau http://t.co/4dZeI213'), (1430, 360, 'Singapore', '@EmyyTricker takecare bie :'')'), (1431, 186, 'Johor Bahru, Johore', '@hoongsterr woahaha thanks man'), (1432, 397, 'Johor Bahru, Johore', '@irmiiswaamir agknye...kite dah kat segamat, dah nek sem.xde at jB~ hehe xjmpe die la sis'), (1433, 307, 'Tebrau, Johor Bahru', '@crapbx @TANshiyun my heart for u de lor HAHA! haha yeah I know I will help u no problem ^^! hey goodnight everyone!! shall sleep!!!!'), (1434, 364, 'Johor Bahru, Johore', 'Don''t be afraid to express yourself .'), (1435, 294, 'Plentong, Johor Bahru', '@nsyhlla Life.'), (1436, 339, 'Indonesia', 'Ralat..We still adore u even we were in the middle of the sea from daniel sahuleka, still with @chaerunika'), (1437, 145, 'Johore, Malaysia', 'Goodnight @shawnlawSH &amp; @PatrickcarChng . Hope this guy appears in ur dreams. http://t.co/Bz4Kwpl9'), (1438, 181, 'Johore, Malaysia', '@ERRAFG @NRLHDH @azwanjamil wow 11?? Kalau campur kite 14?? Ouh tak eh?'), (1439, 138, 'Plentong, Johor Bahru', '@OuhAmie haip abang gurau kasar nampak.hahah'), (1440, 263, 'Tebrau, Johor Bahru', '@Wansewel AES :)'), (1441, 425, 'Kota Tinggi, Johore', 'Eat nasi lemak! Muahahahah'), (1442, 307, 'Tebrau, Johor Bahru', '@TANshiyun @crapbx haha we are not hahaa!!!'), (1443, 145, 'Johore, Malaysia', 'Deleting that weirdo patrick star off my photolist. HAHA'), (1444, 192, 'Johor Bahru, Johore', '@AmiCookiee :'')'), (1445, 426, 'Johor Bahru, Johore', '@eternalmarks lol what! Haha.'), (1446, 427, 'Johore, Malaysia', 'Suddenly woke up because of the smell of something burning.\n\nThen when we turn on the lights, our room is filled up w/ smoke! \n\nScary shit!'), (1447, 426, 'Johor Bahru, Johore', '@Odelschvanck maybe all tranny. Tranny night.'), (1448, 428, 'Johore, Malaysia', '連れて行ってもらったホーカーでエイのスパイシーグリル食べたら旨かった。身を食べて最後にエイヒレ部分を食べる。 http://t.co/TmOhb4wa'), (1449, 276, 'Johor Bahru, Johore', '@adibababubuera aku dah send dahhh. sory lambat'), (1450, 360, 'Singapore', '@EmyyTricker i love you so muchhhhh :''('), (1451, 206, 'Johor Bahru, Johore', 'My last song . Hasbi Rabbi - Syamil . #onrepeat'), (1452, 204, 'Johor Bahru, Johore', '@jhndryl thanks daryl! omit the ma''am na, tumatanda ako sayo eh. hehe :)'), (1453, 364, 'Johor Bahru, Johore', 'Girls that look pretty in every way .'), (1454, 429, 'Malaysia', 'ราตรีสวัสดิ์ ชาวโลก'), (1455, 138, 'Plentong, Johor Bahru', 'Done kal ho na ho..so asgmnt time (-___-") even I''m effing tired n sleepy'), (1456, 210, 'Johore, Malaysia', 'Aiya go on and say whatever you like, idgaf.'), (1457, 192, 'Johor Bahru, Johore', 'Here''s to the kids, who got their heart broken a trillion times and yet, they chose to love or wait for the same one.'), (1458, 408, 'Plentong, Johor Bahru', '@dilacarrot hee , entah laa. celah celuk mana .'), (1459, 430, 'Johore, Malaysia', 'DASHDOTDASH. Cuzzie quarelling with wife cos of missunderstanding. Im here playing games. I bet this will drag till tomorrow. Da biase.'), (1460, 145, 'Johore, Malaysia', '@Jyeoj HAHAH'), (1461, 416, 'Johor Bahru, Johore', 'Stomach stil very hurt at this hour...'), (1462, 425, 'Kota Tinggi, Johore', '@khaleedazahirah hahahah i want u to sleep thts y!!! Hahahaha'), (1463, 432, 'Johore, Malaysia', 'Off to eat supper.'), (1464, 263, 'Tebrau, Johor Bahru', '@Wansewel Haha yess see you soon then :)'), (1465, 99, 'Singapore', '#StronglyAttractedTo Simple cute girl . Not over makeup ones .'), (1466, 181, 'Johore, Malaysia', '@hzqhmd aku dekat umah cik mus... Haziq mus seme da tdo'), (1467, 11, 'Plentong, Johor Bahru', '@Dodekcomel ?'), (1468, 428, 'Johore, Malaysia', '名物?Green monster beer!! http://t.co/KWQSjPMV'), (1469, 418, 'Johore, Malaysia', '@feilivica haha. Tara dto! :)'), (1470, 402, 'Johore, Malaysia', 'Weather forecast for the next few days. http://t.co/KpKn0NP0'), (1471, 210, 'Johore, Malaysia', 'Dad is being a bitch.'), (1472, 433, 'Johore, Malaysia', 'Gonna go sleep now^* nights (@ My lovely bedroom) http://t.co/YXQrFmLQ'), (1473, 370, 'Johore, Malaysia', '@RafzSuleiman okay.. Thanks.. ^^ i will...'), (1474, 181, 'Johore, Malaysia', 'adoiii RT “@ERRAFG: @farhanamanokgo @NRLHDH @azwanjamil that''s inclusive of you 3.”'), (1475, 11, 'Plentong, Johor Bahru', '@emelrsln yeayy. Aminn. Haha:-)'), (1476, 310, 'Johore, Malaysia', '@daphne_61 hmm? I dont see u'), (1477, 434, 'Johore, Malaysia', '@kaelyeong haha. hvn''t you sleep yet?'), (1478, 435, 'Singapore', 'time to sleep. finally, completed my glogster. actually half la. :) my 5,100th tweet.'), (1479, 50, 'Singapore', 'sleepy'), (1480, 70, 'Johor Bahru, Johore', 'Shed some light.'), (1481, 375, 'Johor Bahru, Johore', 'Slalu jyer arnd this time aku dah nyeyak tido.. Nie psl tido siang ah tu sbb tkleh tido'), (1482, 148, 'Johor Bahru, Johore', 'Alright. Time to bathe~'), (1483, 436, 'Tebrau, Johor Bahru', '@syuloveyou awwwhhh! So sad banjir here haizzzz'), (1484, 210, 'Johore, Malaysia', '-''- argh'), (1485, 192, 'Johor Bahru, Johore', 'Here''s to the kids, who have been kicked to the ground yet still trying to get back up.'), (1486, 141, 'Johore, Malaysia', 'I''m at Berrrniceee Toilet''s  (Singapore) http://t.co/SOHcqyWN'), (1487, 321, 'Plentong, Johor Bahru', '@fahmiezzuddin esok aku pegi melaka'), (1488, 333, 'Johor Bahru, Johore', '@Bunnyhuggers 我是新加坡人好不好。 IC 是 pink colour 的。'), (1489, 370, 'Johore, Malaysia', 'Ahhhhhhhhhhhhhhhhhh'), (1490, 437, 'Johore, Malaysia', '@senjaperempuan hhhaa mana ada kak :p ssssttzzz ! http://t.co/uEwkRvCT'), (1491, 114, 'Johor Bahru, Johore', '3 Most Competitive Cities according to Economist Intelligence Unit''s: (1) New York 71.4%; (2) London 70.4%; (3) Singapore 70%'), (1492, 438, 'Johor Bahru, Johore', 'Спать (@ The Quartz) http://t.co/sk5p0BjP'), (1493, 263, 'Tebrau, Johor Bahru', 'Gonna sleep now'), (1494, 152, 'Plentong, Johor Bahru', '@nijjorudean gile babi photoshoot.haha.mane gambar?'), (1495, 439, 'Kota Tinggi, Johore', 'It just doesn''t feel the same w/o those words. Nite world.'), (1496, 263, 'Tebrau, Johor Bahru', 'Goodnight '), (1497, 440, 'Johor Bahru, Johore', '@AwwweTanz .__________. U kidding meh? :O HOW DOWNLOAD? Omg, but some songs are just awesome *-*'), (1498, 199, 'Johor Bahru, Johore', 'Hais baru 1.37????????'), (1499, 441, 'Johor Bahru, Johore', 'I just became the mayor of My Comfy Room on @foursquare! http://t.co/0AImGDOA'), (1500, 360, 'Singapore', '@EmyyTricker good night :''('), (1501, 432, 'Johore, Malaysia', 'I had alot of fun working today!!'), (1502, 442, 'Tebrau, Johor Bahru', 'I''m at Snail''s (Johor Bahru, Johor) http://t.co/Ed8nKDNj'), (1503, 184, 'Johor Bahru, Johore', 'We''re once so united &amp; strong. Cheers to all who was part of this journey, especially the +J familia. Come &amp; go, but I''ll remember the roots'), (1504, 192, 'Johor Bahru, Johore', 'Here''s to the KID who is gila on my twitter. TERASA TAK MIRAH!'), (1505, 3, 'Plentong, Johor Bahru', '@ejam_nidzam me! me! :D mak sentiasa ada untukmu :'')'), (1506, 425, 'Kota Tinggi, Johore', 'Inside high d now. Hahaha'), (1507, 430, 'Johore, Malaysia', 'Playing games while putting little sollehin to sleep. The feeling when you finally get the baby to sleep is such a relief. #babysitter.'), (1508, 408, 'Plentong, Johor Bahru', '@dilacarrot ohhh, its okay . tak tidur ?'), (1509, 70, 'Johor Bahru, Johore', 'Cheers to those who live through all the shit.'), (1510, 360, 'Singapore', '@EmyyTricker wait ! always remember me okay sayang ? Thanks :'')'), (1511, 443, 'Malaysia', 'การอกหักแบบเจ็บนิสๆ ไม่สมหวังหน่อยๆ จะทำให้เราฟังเพลงได้เต็มอารมณ์มากขึ้นนะคับ การอกหักบางครั้งก็คือความสุขที่ซ่อนอยู่ ราตรีซาหวัดจร้า'), (1512, 444, 'Johor Bahru, Johore', 'I''m at Home :D http://t.co/izmc55hI'), (1513, 294, 'Plentong, Johor Bahru', 'Peter ni menyemak ah!'), (1514, 432, 'Johore, Malaysia', 'Fucked some pinoys as in literally fucked them!! #alwayswantedto!!'), (1515, 445, 'Johor Bahru, Johore', 'http://t.co/6IX8j2br'), (1516, 276, 'Johor Bahru, Johore', '@Aiman_R9 HAHA diorang paling lawak. bape byk kali cover gelak'), (1517, 327, 'Johor Bahru, Johore', '@Alendithez wahh haha , I''m at pungol siols .'), (1518, 446, 'Johore, Malaysia', 'i cant fucking sleep ._.'), (1519, 420, 'Kota Tinggi, Johore', '@ShahirahEdora marine'), (1520, 441, 'Johor Bahru, Johore', 'I just became the mayor of Comfy Bed  on @foursquare! http://t.co/URkXJZI1'), (1521, 444, 'Johor Bahru, Johore', 'I''m at Eddy Reach Home :) http://t.co/SUT2dAbC'), (1522, 310, 'Johore, Malaysia', '@daphne_61 where is that?'), (1523, 444, 'Johor Bahru, Johore', 'I''m at Home :D http://t.co/vJVoIlgs'), (1524, 134, 'Malaysia', '@PRUAKKY ไม่เป้นไรๆ'), (1525, 440, 'Johor Bahru, Johore', '@TheEntertainerX go sleep .____. So late got stuff do meh? :o'), (1526, 192, 'Johor Bahru, Johore', 'KAU LA. amira(h) yang lain either is IRAH atau AMIRA kau aje MIRAH'), (1527, 447, 'Johore, Malaysia', 'I''m at Attica (Singapore, Singapore) w/ 10 others http://t.co/fAFhAAQB'), (1528, 448, 'Johor Bahru, Johore', 'I''m at E!hub Downtown East (Singapore) w/ 3 others http://t.co/9LXAfnz9'), (1529, 440, 'Johor Bahru, Johore', '@helloimeeninja omg! Lucky u!'), (1530, 3, 'Plentong, Johor Bahru', '@FarahZiear haha tkpe no one cares lol'), (1531, 449, 'Plentong, Johor Bahru', '@nurulrudzita msti dy terima nye...hahaha'), (1532, 66, 'Malaysia', '@ssmijc มาอ่านกันเถอะ แม่งแต่กูต้องไปจัดกระเป๋า'), (1533, 450, 'Johor Bahru, Johore', 'Stay HK too long liao, allergic to Sg! Once i lie on my bed itchy everywhr!'), (1534, 397, 'Johor Bahru, Johore', '@irmiiswaamir a ah :)'), (1535, 406, 'Johor Bahru, Johore', 'Ahhhhhhh~ yoojin confesssssss! Wheeeewit !'), (1536, 406, 'Johor Bahru, Johore', 'Suka Nye I !'), (1537, 440, 'Johor Bahru, Johore', '@AwwweTanz OHH! OK SHALL GO DO THAT TOO *-* omg! Awesome :D miss MTDC sia. &gt;~'), (1538, 215, 'Johore, Malaysia', 'Should just fucking go to sleep instead of thinking useless shits.'), (1539, 184, 'Johor Bahru, Johore', 'Being the only guy in that table. :) RT @KathleenDeanne: I remember how we all started to introduce ourselves because @th1rte3nth started.'), (1540, 321, 'Plentong, Johor Bahru', '@fahmiezzuddin hahaha....siot r...dah r ic ngn dompet aku tu x sampai2x lagi'), (1541, 437, 'Johore, Malaysia', '@senjaperempuan hhhaa nnti lah kak, belum ada duit bayarin lah ongkos hhha :p gmna? http://t.co/11nMOwwp'), (1542, 318, 'Plentong, Johor Bahru', '@najjyhah tdo bro ..esok kije'), (1543, 408, 'Plentong, Johor Bahru', '@dilacarrot okay . intro ? name aiman najmi . 17teen this year . hby ?'), (1544, 39, 'Johore, Malaysia', 'Nice cozy place for tea http://t.co/1zmFGibw'), (1545, 70, 'Johor Bahru, Johore', 'sex, drugs &amp; rock n'' roll.'), (1546, 425, 'Kota Tinggi, Johore', '@khaleedazahirah u da kenae. Go sleeeeep laaa!!'), (1547, 436, 'Tebrau, Johor Bahru', 'Kerazeee! @arajua2 followed me!!!! http://t.co/rokZJ962'), (1548, 451, 'Johor Bahru, Johore', 'Nightz'), (1549, 452, 'Johore, Malaysia', 'I''m at eM by the River (Singapore, Singapore) http://t.co/B9DJNgen'), (1550, 360, 'Singapore', '@TashaRazi hee. okay thanks . you too . tkcare okay ! :)'), (1551, 181, 'Johore, Malaysia', '@hzqhmd aku kat station... Haziq asal tak tdo? Da dapat course?'), (1552, 440, 'Johor Bahru, Johore', 'Omg. Hearing the videos of MTDC 2011 makes me miss it like mad D: m'), (1553, 453, 'Johor Bahru, Johore', 'Mok blom tdor lagi..... (@ *~My Lo•Ve•Ly BeD~* w/ @daddyrockerz) [pic]: http://t.co/M98IOKIX'), (1554, 454, 'Johore, Malaysia', 'Time heals all wounds but even if it heals, the memories still pop up from time to time.\n\nAng multo ng nakaraan!'), (1555, 370, 'Johore, Malaysia', 'I''m all jacket up. Yet still so cold!! Air-con off alr samore!! =_='''' http://t.co/kn3CVKA6'), (1556, 215, 'Johore, Malaysia', '@the_breadtalks you pig la! Keep never reply -.-'), (1557, 192, 'Johor Bahru, Johore', 'Here''s to the kids who still have a person in mind. A person who''s long gone, but still close to heart.'), (1558, 455, 'Johore, Malaysia', '@fish_boness bah. I just bought coins just to set Hugh score. Fainted.'), (1559, 66, 'Malaysia', '@ssmijc เออนั่นแล เพิ่งมีอารมอ่านวันเน้'), (1560, 169, 'Plentong, Johor Bahru', 'Hurm, kenapa dengan lusa ? OPssssss . lupe daaaa :D'), (1561, 420, 'Kota Tinggi, Johore', '@Wansewel SEMEMANGNYA KAU KENTAL'), (1562, 456, 'Johor Bahru, Johore', 'Bro ! You going camp tommorow?'), (1563, 167, 'Johor Bahru, Johore', 'Voted for Taylor Swift already. -KCA. &lt;3'), (1564, 418, 'Johore, Malaysia', '@feilivica haha sabihin mo para maging independent ka!'), (1565, 457, 'Johor Bahru, Johore', '@matildajustine have fun'), (1566, 84, 'Johor Bahru, Johore', '@AhW3iBadstudent yes! My phone load super fast!'), (1567, 421, 'Johor Bahru, Johore', '#wallsticker nice wallsticker paste on my bedroom wall . :) @  Valerie Yeo Bedroom~  http://t.co/2WoP8hLE'), (1568, 274, 'Johore, Malaysia', '@KitYix now haha goodnight!!'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (1569, 66, 'Malaysia', '@GiigHyuk ไมวะ แง้ง'), (1570, 84, 'Johor Bahru, Johore', '@Clarebimbsy_ @imjoeygizelle hahaha ask Joey'), (1571, 192, 'Johor Bahru, Johore', 'Mak aku kata, tetek pun nak bernafas. Kalau tidak, nanti boleh ada pimple kat tetek.'), (1572, 152, 'Plentong, Johor Bahru', 'suke carik masalah.'), (1573, 408, 'Plentong, Johor Bahru', '@dilacarrot ohh . hahah . yee la kakak :D'), (1574, 458, 'Malaysia', 'ไม่ขออะไรมาก แค่อยากหล่อแบบพี่ซ.โซ่ 55'), (1575, 34, 'Johor Bahru, Johore', '我真的很担心你。'), (1576, 459, 'Johor Bahru, Johore', 'I''m at My Bedroom (Singapore, Singapore) http://t.co/CmF9gCxP'), (1577, 70, 'Johor Bahru, Johore', 'Keep your index and pinky up.'), (1578, 167, 'Johor Bahru, Johore', 'Lapar malam malam buta. :('), (1579, 420, 'Kota Tinggi, Johore', '@Wansewel aku lagi kene..... Hahaha'), (1580, 294, 'Plentong, Johor Bahru', '@anylrosman KAN!'), (1581, 460, 'Johor Bahru, Johore', '@rowley_ryan hey hey hey!! Asl marah marah ni bby??'), (1582, 3, 'Plentong, Johor Bahru', '@FarahZiear hahaha dahlah mavam bsik nk otp dgn buah hati bsik niiii Hahahaha go nd havefun with your partnerlah farah! hahah'), (1583, 461, 'Johor Bahru, Johore', 'I knew what you wove were lies, the moment you began to apologise.'), (1584, 462, 'Johor Bahru, Johore', 'Semi hitch ride SUCCEED'), (1585, 192, 'Johor Bahru, Johore', '@Shafiqmagz sama la tu~'), (1586, 70, 'Johor Bahru, Johore', 'Last stick.'), (1587, 169, 'Plentong, Johor Bahru', 'Saya Suka Bila Awak Boleh Pergi Dari Hidup Saya Wahai Dude Ku..:)'), (1588, 408, 'Plentong, Johor Bahru', '@dilacarrot johor bahru :)'), (1589, 7, 'Johore, Malaysia', '@hanaffiehashim Okay :/'), (1590, 312, 'Johore, Malaysia', 'It is the cherry blossom season, the cherry trees in full bloom, they are just gorgeous to look at :)'), (1591, 463, 'Plentong, Johor Bahru', 'Lapar dan lapar lagi.dan lapar.lapar dan lapar.tu je. (@ Restoran Al Rahmat Century Garden) http://t.co/F79qg7Yj'), (1592, 464, 'Malaysia', 'HBD kingly &amp; Billy Soton !! @ ชน-บุรี ChonBuri http://t.co/1BTtBwGV'), (1593, 465, 'Johor Bahru, Johore', 'Tml going for interview.. And frenx helping me ask for Gov job too..hahas'), (1594, 466, 'Singapore', '@amellyaazhar @syazwanimahzan Eh ? tak betul kahh?'), (1595, 192, 'Johor Bahru, Johore', 'Zayn Malik, tidur pakai tuala aje tau, especially kalau dia lepas cold shower :'')'), (1596, 70, 'Johor Bahru, Johore', 'I forgot about my rock n'' roll.'), (1597, 364, 'Johor Bahru, Johore', '@beautifools_ idk lea .. Why?!'), (1598, 49, 'Indonesia', 'Buat yg cakep2,yg kasep2, yg apik2, yg kece2, yuk tidur hehehe'), (1599, 232, 'Johore, Malaysia', '徹夜フラグ'), (1600, 467, 'Johore, Malaysia', '#nowwatching Apartment 1303.'), (1601, 468, 'Johor Bahru, Johore', 'I''m at D-Xeshnon Crib http://t.co/Hzc7ZCef'), (1602, 364, 'Johor Bahru, Johore', '@beautifools_ sigh ..'), (1603, 469, 'Plentong, Johor Bahru', 'Semakin boncit !!'), (1604, 327, 'Johor Bahru, Johore', 'Headlines .'), (1605, 169, 'Plentong, Johor Bahru', 'Mintak-2, besok pagy ujan lebat.. dapat lah melepass ken diri dary pegy class dgn alasan yng munasabah ! hahahha :))))))'), (1606, 470, 'Singapore', 'though hope is frail, its hard to kill'), (1607, 408, 'Plentong, Johor Bahru', '@dilacarrot hahah , dekat laa kalau dalam peta kak oiii :D'), (1608, 196, 'Johor Bahru, Johore', 'Hungry la.'), (1609, 192, 'Johor Bahru, Johore', 'Kalau boleh, nak tidur bogel ah? Eh no no.'), (1610, 418, 'Johore, Malaysia', '@feilivica oo masyado kang pamperped! Haha'), (1611, 3, 'Plentong, Johor Bahru', '@FarahZiear hahaha tkbole elak! :p hahahahahaha k klakar!!'), (1612, 471, 'Johor Bahru, Johore', 'Goodnights! going sleep:) Oinkoink!(^00^)'), (1613, 472, 'Johor Bahru, Johore', 'Bored..anyone wanna smoke?'), (1614, 170, 'Malaysia', 'ทรงผมอะไรของพลอย'), (1615, 473, 'Johor Bahru, Johore', 'Mc again need to work 4 day full one time . Really very F man'), (1616, 169, 'Plentong, Johor Bahru', 'Besok saya akan ke #FELDAKEMELAH . hahaha :)'), (1617, 474, 'Johore, Malaysia', 'Okay we will!!!! @Calmiovse &lt;3 See you soooooooon :D'), (1618, 408, 'Plentong, Johor Bahru', '@dilacarrot HAHAH , habis tu nak apa ? GPS ?'), (1619, 339, 'Indonesia', 'Just u make my world so colorfull not like oil crude from daniel sahuleka with @chaerunika'), (1620, 327, 'Johor Bahru, Johore', 'I shall cut my hair .'), (1621, 475, 'Johor Bahru, Johore', 'I''m at Changi Village Supper Club 89.7 http://t.co/PBTWPHjh'), (1622, 238, 'Johor Bahru, Johore', 'Knock off loh!!(:'), (1623, 196, 'Johor Bahru, Johore', '#Thefeelingiget when my crush talks to me first.'), (1624, 476, 'Johor Bahru, Johore', '@joker_ping waa secretly tweet here'), (1625, 477, 'Johor Bahru, Johore', '@mousified but it belongs to soma ma !'), (1626, 327, 'Johor Bahru, Johore', 'Man I''m getting fatter day by day .'), (1627, 475, 'Johor Bahru, Johore', 'I''m at Changi Beach Car Park 5 (Singapore) http://t.co/00J3VaAL'), (1628, 440, 'Johor Bahru, Johore', '@AwwweTanz in SLOC'), (1629, 440, 'Johor Bahru, Johore', '@AwwweTanz nonono. MISS MTDC 2011!! D: it''s gonna be a new batch :/ though some ppl are rejoining but damn little :( haiz. Did u get accept'), (1630, 478, 'Johor Bahru, Johore', '@HighStrungAsh ur fyp start Liao ahh??'), (1631, 268, 'Johore, Malaysia', 'I foresee getting hit by a ball later if i dont sleep.'), (1632, 169, 'Plentong, Johor Bahru', 'Will you marry me ? Mwheheheheh ^_____^'), (1633, 479, 'Singapore', '@IsaacShenanigan What poster??'), (1634, 440, 'Johor Bahru, Johore', '@AwwweTanz SLO*?'), (1635, 289, 'Johore, Malaysia', '@thlovecarousel not playing already !!!! Y LIDDISSSSS. MY IGN lustkisses !'), (1636, 7, 'Johore, Malaysia', 'Haha rasa macam semua dah berubah. Takmacam dulu. Okay faham :D'), (1637, 480, 'Johor Bahru, Johore', 'I''m at RC @ 536 http://t.co/2BxqV3wn'), (1638, 327, 'Johor Bahru, Johore', 'Lay it on me . Bahaaaahaa .'), (1639, 481, 'Johore, Malaysia', 'I saw some one @ arena...-.-'), (1640, 482, 'Johor Bahru, Johore', 'New book! #instagram #ig #book @ @ Gorgeous''s http://t.co/2WVLd7ID'), (1641, 276, 'Johor Bahru, Johore', '@Aiman_R9 hahaha aku tak tahan kot tengok dua dua round. dua dua kelaka nk mampos. paaayper paayper haha'), (1642, 69, 'Johore, Malaysia', '@hdytz duit dah masok, so biler nk pegi? hahaha'), (1643, 440, 'Johor Bahru, Johore', '@JingYingLeong cute luh u &gt;&lt; yeah have play &gt;&lt; u whut username? &gt;&lt;'), (1644, 268, 'Johore, Malaysia', 'My feelings for you will never change oke.'), (1645, 483, 'Johore, Malaysia', 'Two days full shift finally over! Tired mxm'), (1646, 479, 'Singapore', '@tuesdaytrophies You zelo siao! HAHA'), (1647, 10, 'Johore, Malaysia', 'Sleep time. Early rest today coz of the major headache.'), (1648, 475, 'Johor Bahru, Johore', 'I''m at Changi Beach Park (Changi, Singapore) http://t.co/XEqJpTHD'), (1649, 440, 'Johor Bahru, Johore', '@helloimeeninja but it''s still nice *-* where do u buy such special noodles? :O'), (1650, 10, 'Johore, Malaysia', 'Goodnight!'), (1651, 408, 'Plentong, Johor Bahru', '@dilacarrot hahaha , GPS lah . GPRS tu internet'), (1652, 460, 'Johor Bahru, Johore', '@rowley_ryan along la bby.. Da tak kenal org eh? Hahahahahga'), (1653, 364, 'Johor Bahru, Johore', 'This ugly society gives a big bonus to good looking people .'), (1654, 484, 'Singapore', 'MEGA! Alex Zanardi will take part in this year''s London Paralympics for the Italian team. What a legend RT @F1Ellen @MotorsTV'), (1655, 485, 'Johore, Malaysia', 'I''m at Mongkok Dim Sum 旺角點心 (Singapore, Singapore) http://t.co/47utHZcg'), (1656, 240, 'Johor Bahru, Johore', 'I look stupid right now, no kiddin. I just hope this curlformers works.'), (1657, 486, 'Johor Bahru, Johore', 'Dot Dot Dot InfinityTingzxc, sleeping soon... #life #selca http://t.co/3n6D2wbr #pudding_to'), (1658, 294, 'Plentong, Johor Bahru', 'Kesiannya dieorang :('), (1659, 169, 'Plentong, Johor Bahru', 'Rasa nak berjoget ! MWHAHAHAHAHAHAHHAHA *__* #MasukAirKeluarAsap :))))'), (1660, 69, 'Johore, Malaysia', 'i really need to learn how to save and jimat my money.. hahahah'), (1661, 466, 'Singapore', 'Saya kenyangg'), (1662, 484, 'Singapore', '@F1Ellen Best wishes for good neighbours'), (1663, 114, 'Johor Bahru, Johore', 'jiah tpe qra leh di RCTI min :P admin lamhu .RT @DbosGen58 @vegalela di mnc sport 2. M b uni? :)'), (1664, 437, 'Johore, Malaysia', '@senjaperempuan medan - singapore 1 jam , medan bandung 2 jam 15 menit jauhan mana caklahh :p http://t.co/jipDA33a'), (1665, 364, 'Johor Bahru, Johore', '@beautifools_ don''t tell me you''re falling in love baby .'), (1666, 3, 'Plentong, Johor Bahru', '@FarahZiear hahaha kita tkgelak kan laaa Kita cuma ktawa je hehe okay dah stop gelak :) ......*sambung lagi* heheheh'), (1667, 268, 'Johore, Malaysia', 'How can the 3 of you be connected to each other, lolol.'), (1668, 487, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) http://t.co/AkFEO0QT'), (1669, 238, 'Johor Bahru, Johore', 'My supervisor just loves to make fun of me ._.'), (1670, 440, 'Johor Bahru, Johore', '@AwwweTanz true :x plus this time is one year programme le :B ohh good luck! All the best *-*'), (1671, 479, 'Singapore', '@CloeMak Hmmm!! But I want make it more focus on me cause its my blog!&gt;&lt; Welcomes!~ Follow me back if you may:)'), (1672, 488, 'Johore, Malaysia', 'It''s ladies night peeps !'), (1673, 489, 'Johore, Malaysia', 'L4D2! (@ Cyberdome LAN gaming) http://t.co/2HE3xqDG'), (1674, 7, 'Johore, Malaysia', '@Mhmdazri kenape kena botak?'), (1675, 364, 'Johor Bahru, Johore', '@beautifools_ you miss me right?'), (1676, 490, 'Plentong, Johor Bahru', 'semua orang sejuk. yeay !'), (1677, 74, 'Johore, Malaysia', 'I always wants what''s best for you.'), (1678, 364, 'Johor Bahru, Johore', '@beautifools_ I bong your face . Hahah . ^^'), (1679, 491, 'Johor Bahru, Johore', 'the haze is back! wtfff'), (1680, 196, 'Johor Bahru, Johore', 'I miss those moments. How I wish I could go back to the times when we created those memories.'), (1681, 289, 'Johore, Malaysia', '@thlovecarousel i off lap already &gt;('), (1682, 114, 'Johor Bahru, Johore', 'EU, US and Japan ask WTO to settle rare earth dispute with China.'), (1683, 84, 'Johor Bahru, Johore', '@imJoeyGizelle cute mah!'), (1684, 321, 'Plentong, Johor Bahru', '1'), (1685, 169, 'Plentong, Johor Bahru', 'kdg-2 , rasa nak tampo mulod uwg yng memekak uew. tapy tak smpay pulok..:/'), (1686, 196, 'Johor Bahru, Johore', 'Because you never fail to brighten up my day.'), (1687, 418, 'Johore, Malaysia', '@feilivica haha kaya nga tara dito para matuto ka! :)'), (1688, 321, 'Plentong, Johor Bahru', '2'), (1689, 321, 'Plentong, Johor Bahru', '3'), (1690, 492, 'Johor Bahru, Johore', 'Good nite to everyone !'), (1691, 364, 'Johor Bahru, Johore', 'Never give up someone for your ego .'), (1692, 125, 'Johor Bahru, Johore', 'baby tmr cannot meet me!!:( see how shag am i now:''( @paperheartzxc'), (1693, 321, 'Plentong, Johor Bahru', '4'), (1694, 478, 'Johor Bahru, Johore', '@HighStrungAsh Ouhhh!!! Gd luck ahh!! All the best to go through this phase in ur poly life! ;)'), (1695, 196, 'Johor Bahru, Johore', 'Sigh, fuck. Why am I always missing you?'), (1696, 493, 'Johor Bahru, Johore', 'Wahh member keje Sumer call.. Good to know aye :)'), (1697, 240, 'Johor Bahru, Johore', 'Mum''s home. She said there''s this unknown guy with long hair wearing white plain tee &amp; jeans walking back and forth outside the house ._.'), (1698, 494, 'Johor Bahru, Johore', 'I''m at 436B Fernvale Grove http://t.co/sDVHIxan'), (1699, 495, 'Pulai, Johor Bahru', 'Assalamualaikum~ (@ Redzuan''s Residence) http://t.co/ikFqdfk6'), (1700, 268, 'Johore, Malaysia', 'i can rant on and on about how much i love you and not know the reason why.'), (1701, 496, 'Johore, Malaysia', '@LiXiangTan Hey SISTER&lt;3'), (1702, 321, 'Plentong, Johor Bahru', '5'), (1703, 497, 'Johor Bahru, Johore', 'Our late night supper at BK'), (1704, 196, 'Johor Bahru, Johore', 'I need him to talk to now, but he only find me when he''s bored.'), (1705, 169, 'Plentong, Johor Bahru', 'Agak #sombong uew , bolee bwak ke syurga kea ? Sombong tak bertempat.. mcam dah good sngat ! GODIEEEEEE &gt;.&lt;'), (1706, 432, 'Johore, Malaysia', 'Supper w cute @tttammyyy (@ Spize River Valley w/ 4 others) http://t.co/ZFisT6yT'), (1707, 466, 'Singapore', '#BoysNameILike boyfriend'), (1708, 498, 'Johor Bahru, Johore', 'I shall be active on twitter :D'), (1709, 192, 'Johor Bahru, Johore', 'Laki semua step aje. Nanti da kahwin, mesti happy sebab bini dia tak pakai coli :'')'), (1710, 408, 'Plentong, Johor Bahru', '@dilacarrot kenapa gaduh ni ?'), (1711, 321, 'Plentong, Johor Bahru', '6'), (1712, 81, 'Johor Bahru, Johore', '@N4MYS oke.'), (1713, 268, 'Johore, Malaysia', 'i wanted to marry you. haha ok gatal.'), (1714, 321, 'Plentong, Johor Bahru', '7'), (1715, 10, 'Johore, Malaysia', 'Hugging my dog to sleep.'), (1716, 401, 'Johore, Malaysia', 'We''re so used to movies etc making heroes out of journos, but NoTW saga makes them seem the violent mafia (recalling Daniel Morgan murder)'), (1717, 408, 'Plentong, Johor Bahru', '@dilacarrot yes . GPS :)'), (1718, 3, 'Plentong, Johor Bahru', '@FarahZiear hahahahahahahah jangan mcmtu farah ommel hahahah okay okay kita dh tk ktawakn lagi k Gilaa cll eywan *sambung ktawa* heheheh'), (1719, 321, 'Plentong, Johor Bahru', '8'), (1720, 479, 'Singapore', '@tuesdaytrophies Haha! But look so different from the usual ''K'' I see! I''ve not been listening to K for like a month or so!'), (1721, 321, 'Plentong, Johor Bahru', '9'), (1722, 7, 'Johore, Malaysia', '@Mhmdazri Haha eee eh jap kena plkn tak?'), (1723, 230, 'Johor Bahru, Johore', '@muhd_farhan2 eh sial la da lamer la seii..kau pon tgk?'), (1724, 268, 'Johore, Malaysia', '@hyuneffect MUACKS :*'), (1725, 499, 'Johor Bahru, Johore', 'One of those ''screw my life'' and ''kill me now'' moments'), (1726, 449, 'Plentong, Johor Bahru', '@nurulrudzita aq mmg sntiase ade..hahaha'), (1727, 408, 'Plentong, Johor Bahru', '@dilacarrot ye ke ?'), (1728, 181, 'Johore, Malaysia', 'Haziq hamed kakak kau da tdo?'), (1729, 500, 'Riau, Indonesia', 'Kita lihat saja'), (1730, 81, 'Johor Bahru, Johore', '"@N4MYS: i can rant on and on about how much i love you and not know the reason why."'), (1731, 194, 'Johore, Malaysia', 'mate layu~'), (1732, 501, 'Johore, Malaysia', '@Rawiaahhh HALLO MY AWESOME JUNIOR &lt;3'), (1733, 192, 'Johor Bahru, Johore', 'Aku ni should sleep, pukul 9 da kene gy sentosa :'')'), (1734, 196, 'Johor Bahru, Johore', 'Hi, I really miss you a lot, be mine will you?'), (1735, 497, 'Johor Bahru, Johore', 'Our late night supper at BK http://t.co/TM2xTkmy'), (1736, 7, 'Johore, Malaysia', 'Lps ni buat hal masing masing :)'), (1737, 195, 'Plentong, Johor Bahru', 'Good Night universe!! Assalamualaikum :)'), (1738, 321, 'Plentong, Johor Bahru', '#GirlnameILike Fadzrana'), (1739, 194, 'Johore, Malaysia', 'but dont want sleep.'), (1740, 289, 'Johore, Malaysia', '@thlovecarousel IKR !!!! HAHAHAHAH. Maybe not today ah. I sleeping soon. Tmr waking up early !!! &gt;( tmr playing ? After noon'), (1741, 386, 'Johore, Malaysia', 'No, Sometimes, i could be jovial ; showing off my white teeth and all. But its does not mean i''m comfortable with you.'), (1742, 502, 'Johor Bahru, Johore', 'I really can''t reply to your question.'), (1743, 473, 'Johor Bahru, Johore', '@TZHIYIN ya and Friday also . I need to go junction 8 and collect cake . You tomorrow can start early so I can Go and collect the cake'), (1744, 503, 'Plentong, Johor Bahru', '#eka #diaries #stamp #money hehehe @ JHX 9400 Kuda Gold Parking http://t.co/sO0oEaPp'), (1745, 504, 'Johore, Malaysia', '1:56am , fuck ! Can''t fall asleep -''-'), (1746, 169, 'Plentong, Johor Bahru', 'keprluan dan khendak yng serentak.. mana nak aku dahulu kan ??? @@'), (1747, 408, 'Plentong, Johor Bahru', '@DearQila sama sama :D'), (1748, 194, 'Johore, Malaysia', 'but kene sleep. tmrw is gonna be a long day'), (1749, 69, 'Johore, Malaysia', '#WhyImFatExcuses makanan jalan masuk mulut aku sendiri. aku tknk makan tapi dorang trus lari masuk mulut aku. how?'), (1750, 194, 'Johore, Malaysia', 'how eh?'), (1751, 240, 'Johor Bahru, Johore', 'Eh I''m scared. When is dad coming home? D:'), (1752, 408, 'Plentong, Johor Bahru', '@dilacarrot tak ada apa apa la kak :)'), (1753, 230, 'Johor Bahru, Johore', '@muhd_farhan2 hahah suke eh? Skg sampai season 3 perr...gi tgk..haha'), (1754, 506, 'Johor Bahru, Johore', 'I''m at Yun Hui''s Awesome Bed &lt;3 http://t.co/REZhndg6'), (1755, 181, 'Johore, Malaysia', 'Aku bawak sleeping bag dari umah.. Baru best tdo kat station.. Kalau tak hari2 sejuk je'), (1756, 364, 'Johor Bahru, Johore', '@beautifools_ beware . He''s a player . You know it ..'), (1757, 502, 'Johor Bahru, Johore', 'Is like, both of them are important to me. Which weighs more, i really don''t know.'), (1758, 479, 'Singapore', '@tuesdaytrophies LAZY LAAAAAAAAA HAHA:P'), (1759, 169, 'Plentong, Johor Bahru', '#TiapHariSayang :'')'), (1760, 507, 'Johor Bahru, Johore', 'KaragiselleFC '), (1761, 196, 'Johor Bahru, Johore', 'Really miss you so much. What can I do to have you here?'), (1762, 192, 'Johor Bahru, Johore', 'Nak tidur la byeeeeeeee :)'), (1763, 321, 'Plentong, Johor Bahru', '@hdyhsbri hahHA sedap arn??'), (1764, 493, 'Johor Bahru, Johore', 'Sometimes feelings can change In a heartbeat...'), (1765, 460, 'Johor Bahru, Johore', '@rowley_ryan hehehehe. Esok aku amek gambar hensem2 kasi letak kat wall kau k? Hehehee. :D'), (1766, 240, 'Johor Bahru, Johore', '@Fadhli_Musa shhhhhh! Aku takot oi!'), (1767, 268, 'Johore, Malaysia', 'Guess what,my 13 y/o brother is allowed to have a girlfriend while her 17 y/o sister isn''t. why? because i''m a girl.'), (1768, 364, 'Johor Bahru, Johore', '@beautifools_ I see if I''m meeting him tml okay . I''ll meet you if I''m not .. Sorry babe ..'), (1769, 508, 'Johore, Malaysia', 'I''m at Phone Phone Phone :O http://t.co/2W13l8Bv'), (1770, 230, 'Johor Bahru, Johore', '@muhd_farhan2 sape2 gi?'), (1771, 364, 'Johor Bahru, Johore', '@beautifools_ time to entertain me .. I''m kinda bored alr ..'), (1772, 479, 'Singapore', '@IsaacShenanigan O.O Whats the hanging like? I hung a giant calender by tying rubber band at the hole it had on top for hooking! then hang'), (1773, 192, 'Johor Bahru, Johore', '@_irahminho hi babe, cheer up! c have a good night rest ok? &lt;3'), (1774, 196, 'Johor Bahru, Johore', 'I love your smell. I miss your smell. I remember your smell.'), (1775, 509, 'Johor Bahru, Johore', 'IT''S MY BIRTHDAY!!!! XD'), (1776, 321, 'Plentong, Johor Bahru', '@fahmiezzuddin hahahah......haram betol lar'), (1777, 493, 'Johor Bahru, Johore', 'I shouldn''t have deleted thier numbers!!'), (1778, 294, 'Plentong, Johor Bahru', 'Im touched .'), (1779, 279, 'Johore, Malaysia', '@dpleasant There''s loads beyond opium to base the economy on. The blood''s already been shed, so the work here has to be finished.'), (1780, 3, 'Plentong, Johor Bahru', '@FarahZiear Haha aloooo so cute!! hahahah okayokay loveyoutoo :-*xxx'), (1781, 120, 'Johor Bahru, Johore', 'I .. Wish i could hug you now .. :X \nBut its .. Just .. Weird'), (1782, 114, 'Johor Bahru, Johore', 'Review John Carter: blh dp cerita, cuman syng dpe ending itu John Carter bale ulng k bumi, bru dpe akhir bale ulng k Mars,knp dmkn? Ntn aj:P'), (1783, 473, 'Johor Bahru, Johore', '@TZHIYIN you can start what time 12pm or 1pm'), (1784, 511, 'Johore, Malaysia', 'I''m at Bedok North Ave 1 block 548 (Singapore) http://t.co/LPUaqjd3'), (1785, 356, 'Johore, Malaysia', 'I''m at My Bedroom http://t.co/BaL25dEO'), (1786, 512, 'Johor Bahru, Johore', 'Boredom.'), (1787, 513, 'Johor Bahru, Johore', '@jeanette524 This is what I bought today! I can open a Japanese/Korean Language Learning Resource Centre soon. (*¯︶¯*) http://t.co/F7ntDY0h'), (1788, 514, 'Johor Bahru, Johore', 'I just ousted JY L. as the mayor of Champion Billiards on @foursquare! http://t.co/V4Grhupa'), (1789, 493, 'Johor Bahru, Johore', 'good people or good work ethics...'), (1790, 268, 'Johore, Malaysia', 'i mean.....im not allowed to have a boyfriend'), (1791, 370, 'Johore, Malaysia', 'Dad said my tummy ache salah timing.'), (1792, 512, 'Johor Bahru, Johore', 'MDIS!'), (1793, 480, 'Johor Bahru, Johore', 'With love (@ Rossy''s Playground) [pic]: http://t.co/lWkD3x4J'), (1794, 386, 'Johore, Malaysia', 'And on this note, its time to retire. Good nights!'), (1795, 3, 'Plentong, Johor Bahru', '#BoysNameILike Mohd Aida. ada eh? hahahaha'), (1796, 514, 'Johor Bahru, Johore', 'I''m at evergreen park @ hougang ave 7 http://t.co/WkiO03JI'), (1797, 370, 'Johore, Malaysia', '-.- like as if i control wen im gg to be sick.'), (1798, 493, 'Johor Bahru, Johore', 'Aite aite it''s 2 am, peace #GOODNIGHT'), (1799, 384, 'Malaysia', 'เอร๊ยยยย~คนไรไม่รู้ น่ารักเป็นบ้าเลย&gt;[]&lt;'''), (1800, 408, 'Plentong, Johor Bahru', '@dilacarrot nanti la . tak bole tidur . homework semua dah siap dulu , sebelum cuti school .'), (1801, 473, 'Johor Bahru, Johore', '@JOEYC56392 ya . I think after Friday I will off my phone so I can have a off day .'), (1802, 364, 'Johor Bahru, Johore', '#WhyImFatExcuses : I''m fat because I eat &amp; I eat because I''m unhappy &amp; I''m unhappy because I''m fat . ☺'), (1803, 196, 'Johor Bahru, Johore', 'Heading to sleep now.'), (1804, 7, 'Johore, Malaysia', '@Mhmdazri Haha gila punya peraturan'), (1805, 399, 'Johor Bahru, Johore', 'Every night before I go to sleep I think about you, us and how much I love you.'), (1806, 114, 'Johor Bahru, Johore', 'Spa dg spa dang m bku lwn ? RT @DbosGen58 @vegalela hahaha, nda m b uni dang?'), (1807, 370, 'Johore, Malaysia', 'Nag3 for nothing. Pffft..'), (1808, 384, 'Malaysia', 'คืนนี้ฝันดีแน่เลยยย'), (1809, 473, 'Johor Bahru, Johore', '@TZHIYIN ok thanks'), (1810, 370, 'Johore, Malaysia', 'I think FOOD POISONING leyy.. &gt;.&lt;'), (1811, 321, 'Plentong, Johor Bahru', '@ejam_nidzam aku x igt.....aku kn tidur mase 2'), (1812, 458, 'Malaysia', 'อีกกี่ปี กว่าจะถึงบอยๆ TT'), (1813, 515, 'Malaysia', 'I''m at ป้าเขียว เกาเหลาใบตำลึง http://t.co/ro851zkb'), (1814, 364, 'Johor Bahru, Johore', '@beautifools_ this type of matter talk using text message my dear ..'), (1815, 69, 'Johore, Malaysia', '@hdytz ok settle! aku hari2 free. hahah cash studio mana? ajak sape?'), (1816, 370, 'Johore, Malaysia', 'Pain is unbearable.'), (1817, 198, 'Johor Bahru, Johore', 'I''m at Apt Blk 970 Hougang Street 91 http://t.co/cdb9OWtk'), (1818, 289, 'Johore, Malaysia', '@thlovecarousel my first ACC also guy !!! Forgot also. HH'), (1819, 289, 'Johore, Malaysia', '@thlovecarousel 1-7 anytime !!'), (1820, 516, 'Johore, Malaysia', '~Dua budak gemok me-lepak-ing @ Henderson Waves http://t.co/JRN7pvwc'), (1821, 517, 'Johor Bahru, Johore', 'I''m at Al-Azhar Eating Restaurant (Singapore, Singapore) w/ 5 others http://t.co/sxRvTOMX'), (1822, 384, 'Malaysia', 'ไม่ใช่แค่เธอน้ะที่เขิน ฉันก็เขินไปด้วย อ้ากกก'), (1823, 331, 'Singapore', '昨晚和干妈到三盅两件为妈妈庆祝生日。本周一傍晚我从军营里一出来,就给妈妈定做了一个美味可口的黑森林蛋糕(祝词还专门用西班牙语写)。之前还买了一件旗袍送妈妈,昨天还在新电信给她签了一部Samsung Galaxy Note,她别提多开心啦! http://t.co/gRIi4Yob'), (1824, 399, 'Johor Bahru, Johore', '“My nightmares are usually about losing you” —Peeta Mellark'), (1825, 502, 'Johor Bahru, Johore', 'OMG GIRL YOU GOT TO MAINTAIN &amp; I PITY YOU.'), (1826, 370, 'Johore, Malaysia', 'Mum ask to drink water. -.- like it will make a difference oni...'), (1827, 518, 'Johor Bahru, Johore', '@inday_regel @zuchie_25 wa kay sleeping day ko karon, gikan man pud graveyard duty..asa na kaha ni c @AJBrenix wa naman kaayo nagparamdam'), (1828, 425, 'Kota Tinggi, Johore', 'Bodo peh pt panggil aku siao'), (1829, 519, 'Johore, Malaysia', '@BiteMyLeftFoot are you a gay?'), (1830, 384, 'Malaysia', 'นานๆได้มั๊ย?--'''), (1831, 294, 'Plentong, Johor Bahru', 'awwww Y SO SWEET :''('), (1832, 370, 'Johore, Malaysia', 'Haaaaaa... I feel like taking out all the organs in my body!!!'), (1833, 519, 'Johore, Malaysia', '“@deVorawr: Ig handover camp was really a test on who can stay awake the longest heheh.”'), (1834, 520, 'Pontian, Johore', 'wanted to tell you that i .'), (1835, 81, 'Johor Bahru, Johore', 'Why cant all the cube artistes be under cubeent?? Not in sublabels like cube dc or acube?? Wont it be easier? Lol js'), (1836, 521, 'Senai Kulai, Kulai Jaya', 'I''m at Hotel 7 Bintang Pait (Johor Bahru, Johor) http://t.co/zxscMAWM'), (1837, 522, 'Johor Bahru, Johore', 'My most effort to put in to draw this autobots logo^^ http://t.co/eBpwVKJC'), (1838, 523, 'Johor Bahru, Johore', 'At macs now waiting for match to start!!\nCome on Chelsea!!! #CFC'), (1839, 230, 'Johor Bahru, Johore', '@muhd_farhan2 friday la..oh tk jadi eh?'), (1840, 524, 'Johore, Malaysia', 'I''m at The Anchorage condominium (Singapore) http://t.co/xSBtJFBQ'), (1841, 524, 'Johore, Malaysia', 'I''m at The Anchorage Condominium (Singapore) http://t.co/F08IXKrt'), (1842, 525, 'Johor Bahru, Johore', 'waiting for transport.now i am wondering if i gt the pu correctly'), (1843, 526, 'Johore, Malaysia', '@euugenee AGREED. And I can''t stop breathing through my mouth now -.-'), (1844, 440, 'Johor Bahru, Johore', '@helloimeeninja NTUC got sell meh?'), (1845, 519, 'Johore, Malaysia', '@deVorawr deb, are you okay? Don''t so emo k?'), (1846, 7, 'Johore, Malaysia', '@Mhmdazri Haha mu ah gila peraturan sendiri. Eh kat sana mmg gila. tayah ckp haha'), (1847, 479, 'Singapore', '@tuesdaytrophies ._. I feel some of the others in there look better leh! No offence!&gt;&lt;'), (1848, 527, 'Johor Bahru, Johore', 'nal ssi a ju chup da. 날 씨 아 주 춥 다 na ol kka ja da nae chim dae 나 올 까 요 자 다 내 침 대. an nyeong hi ju mu se yo 안 녕 히 주 무 세 요 ! Chin gu 친 구 !'), (1849, 172, 'Johore, Malaysia', 'SO HUNGRY ):'), (1850, 408, 'Plentong, Johor Bahru', '@dilacarrot hahah , untung tak jugak . tahun last okay :D'), (1851, 268, 'Johore, Malaysia', 'How can you lose all your feelings for me just like that? Teach me leh. I want to use it on you too.'), (1852, 425, 'Kota Tinggi, Johore', 'Pt panggil aku siao!!! Bodo!! Aku tau la keje aku!!! Alamak'), (1853, 364, 'Johor Bahru, Johore', '@Untrustedworthy be happy my dear . Always follow your heart . (:'), (1854, 259, 'Senai Kulai, Kulai Jaya', 'Nasib bengkel automotif esok pagi dibatalkan...Kalo tak camne nk ngadap enjin kete dlm keadaan mengantuk...'), (1855, 169, 'Plentong, Johor Bahru', 'tunggu sampay lebam !'), (1856, 364, 'Johor Bahru, Johore', '@beautifools_ text . (:'), (1857, 528, 'Johore, Malaysia', 'One can''t always let someone else fix their problems.'), (1858, 519, 'Johore, Malaysia', '“@cwanjing: It''s too much for me to handle.” me too!'), (1859, 292, 'Johore, Malaysia', 'too hungry.....'), (1860, 370, 'Johore, Malaysia', 'The time is running by so slow... &gt;.&lt; haaaaaaa.... Faster la... Let morning come fast!!!!!!!'), (1861, 437, 'Johore, Malaysia', '@senjaperempuan syayaya murahan ke sini daripada kesna hemmm seriuss -.- http://t.co/IVkywg8m'), (1862, 294, 'Plentong, Johor Bahru', 'Cinta tak perlukan duit yang loaded.'), (1863, 259, 'Senai Kulai, Kulai Jaya', 'Tapi yg tak bestnye Bengkel Automotif diganti ke ari Jumaat 3-6pm...ayooo...'), (1864, 240, 'Johor Bahru, Johore', 'Why must he appear around this time? Why can''t he appear in the afternoon? Shit la, I want to cry. The footsteps so scary! Wtf.'), (1865, 87, 'Johor Bahru, Johore', 'U are calling to the trap #hell no'), (1866, 529, 'Johor Bahru, Johore', 'You never listen. Thanks.'), (1867, 530, 'Johor Bahru, Johore', 'I''m at Castle Green Swimming Pool w/ @lucasnmj http://t.co/AUN8xMZR'), (1868, 370, 'Johore, Malaysia', 'I feel like im the only one tweeting.. O.o'), (1869, 384, 'Malaysia', 'ชอบอ่าาา~ชอบน้ะ!ชอบ~5555'), (1870, 531, 'Johor Bahru, Johore', '@XOSWEETDOPE it''s a wednesday night. Yet you''re home ~'), (1871, 364, 'Johor Bahru, Johore', '@Untrustedworthy ❤❤'), (1872, 532, 'Johor Bahru, Johore', 'Borlogs. Good day today. Salamat po God. Never say die! Bukas ulet. ;) (@ Blk 423, Serangoon Central) http://t.co/ELcqGJma'), (1873, 526, 'Johore, Malaysia', '@its_kingston who? chief? lol.'), (1874, 268, 'Johore, Malaysia', 'i love you too much to even let go'), (1875, 50, 'Singapore', 'Draggy sia bbl'), (1876, 238, 'Johor Bahru, Johore', 'Oh my!'), (1877, 7, 'Johore, Malaysia', 'Ke kebun ahh :D'), (1878, 294, 'Plentong, Johor Bahru', 'Awwwwwwww :'') I need somebody to love .'), (1879, 502, 'Johor Bahru, Johore', 'Don''t you always fetch your friend home during the night? What''s the difference? Then what? Am I gonna say that you''re showing off your car?'), (1880, 256, 'Johor Bahru, Johore', '@KennCann wow into which poly ? That''s complicated ??'), (1881, 169, 'Plentong, Johor Bahru', 'Tak semua yang kita impikan akan tercapai . *remember! =_='), (1882, 294, 'Plentong, Johor Bahru', '@nsyhlla nothing :)'), (1883, 408, 'Plentong, Johor Bahru', '@dilacarrot yeah . betul tu . bila ambik result ?'), (1884, 534, 'Johor Bahru, Johore', '@itsFRANZters @imronie22 haha! Naman! Ikaw common friend namen e.. Alangan nman iba mdamay! Hehe:p cnu mgttreat sau?'), (1885, 34, 'Johor Bahru, Johore', 'Everytime you go I just can''t sleep well..even why I have a headache!!i think I drink too much le!!'), (1886, 535, 'Johore, Malaysia', 'she married twice!! TWICEEEEEEEE!!! ya ALLAH!'), (1887, 536, 'Plentong, Johor Bahru', 'Your mind goes interesting places... Places people avoid out of fear.'), (1888, 424, 'Johor Bahru, Johore', 'I TRUST YOU ✋'), (1889, 537, 'Johor Bahru, Johore', 'Some net therapy before i sleep..'), (1890, 364, 'Johor Bahru, Johore', 'Always follow your heart . Though it''s on the left , but it''s always right .'), (1891, 538, 'Johor Bahru, Johore', 'Last min cycling! (at Mc Donalds @ Sengkang SRC) — http://t.co/Z0PzuIQe'), (1892, 408, 'Plentong, Johor Bahru', '@dilacarrot OFFLINE . good morning :D . byebye'), (1893, 169, 'Plentong, Johor Bahru', 'OhhHoyyyyy ! Kenapa lah tak bolee tidoo ! :((((((('), (1894, 479, 'Singapore', '@OnlyNoah Honestly I don''t have anything against you, but I just feel the way you react to hate isn''t like how He would. No offence though!'), (1895, 279, 'Johore, Malaysia', '@AntoniaZ Cool. I''m working on a big add for it for now - I might not finish it tonight before I go to bed though. We''ll see.'), (1896, 539, 'Plentong, Johor Bahru', 'I''m at Stulang View Condo http://t.co/U7hT0u0R'), (1897, 240, 'Johor Bahru, Johore', 'Dad is not answering his phone!!! Omg omg omg omg omg omg!'), (1898, 540, 'Johor Bahru, Johore', 'Can''t sleep.. Whyyyyyyyyyy..'), (1899, 502, 'Johor Bahru, Johore', 'Think think think. OMG why can''t you think in a different manner? Change your mindset please.'), (1900, 408, 'Plentong, Johor Bahru', '@dilacarrot 21 mac ? rabu ni lee. cuak la tuuu :P'), (1901, 169, 'Plentong, Johor Bahru', '@acanrawwrr Tahutakpe :'')'), (1902, 440, 'Johor Bahru, Johore', '@helloimeeninja ._.'), (1903, 536, 'Plentong, Johor Bahru', '#GirlsNameILike Shutupandgobacktothekitchen'), (1904, 268, 'Johore, Malaysia', 'but i dont want anyone else. i want you.'), (1905, 529, 'Johor Bahru, Johore', 'Whats the point telling you how i feel.'), (1906, 541, 'Singapore', 'RT @FeetsOn Yay got to meet the Stagmont peeps today at Ma''am''s Chalet @RockaBoyJayy'), (1907, 172, 'Johore, Malaysia', 'It hurts, it really does.'), (1908, 7, 'Johore, Malaysia', '@mizieevero Dah off baru ajk skype =.='), (1909, 198, 'Johor Bahru, Johore', 'Singtel 3G network getting worse and worse-.-" even now at home only have 2G. Seriously damn them!'), (1910, 67, 'Johore, Malaysia', 'lets drift! i think it''s fun(:'), (1911, 542, 'Plentong, Johor Bahru', 'nescafe tarik terbaik mlm2 ni..'), (1912, 384, 'Malaysia', 'เป็นปลื้ม&gt;\\\\\\\\&lt;'), (1913, 230, 'Johor Bahru, Johore', '@muhd_farhan2 aku takde charger tapi aku de laen bende leh jual...hehehehehe!!'), (1914, 536, 'Plentong, Johor Bahru', 'Obvious trollbait, will something bite?'), (1915, 256, 'Johor Bahru, Johore', '@KennCann software installation ....? Hahahag'), (1916, 364, 'Johor Bahru, Johore', '@beautifools_ I feel like whacking you .'), (1917, 543, 'Plentong, Johor Bahru', '@Nurulnabilaamli x bgos tahn2..nk tdow tdow je:-)'), (1918, 268, 'Johore, Malaysia', 'lol im being irritating. bear with me.'), (1919, 250, 'Johor Bahru, Johore', '@HxziqRodriguez Lom ah asl?'), (1920, 304, 'Johor Bahru, Johore', 'Love is being stupid together &lt;3'), (1921, 408, 'Plentong, Johor Bahru', '@dilacarrot hahaha . chill , insyaALLAH berjaya . okay .'), (1922, 458, 'Malaysia', 'มาแล้ววว &gt;&lt; #ch9'), (1923, 484, 'Johore, Malaysia', 'Listening to bill frogs (@ Kim Pong Road Open Space) http://t.co/g2b2L4Z0'), (1924, 194, 'Johore, Malaysia', 'k nk tido ah! tmrw nvr wake up both late! cnfrm awesome!'), (1925, 289, 'Johore, Malaysia', '@thlovecarousel wake up earlier ?!?!?! 12-7 IS EARLY ? LOLLLL'), (1926, 399, 'Johor Bahru, Johore', 'We waste time looking for a perfect lover instead of creating a perfect love.'), (1927, 449, 'Plentong, Johor Bahru', '@nurulrudzita ble ble ble???'), (1928, 50, 'Singapore', 'Time change...Same as us.'), (1929, 544, 'Johore, Malaysia', 'I''m at Aking Zzzzzilid http://t.co/oCKDJLwl'), (1930, 364, 'Johor Bahru, Johore', 'I hate it when I''m so easily replaced to the one that''s irreplaceable to me .'), (1931, 268, 'Johore, Malaysia', 'I still think you''re the best i''ve ever had.'), (1932, 545, 'Johore, Malaysia', 'Estoy tan estresado ... no me dan este tipo de mierda!'), (1933, 250, 'Johor Bahru, Johore', '@HxziqRodriguez tk la aku nk fap fap ni :''D'), (1934, 546, 'Johore, Malaysia', 'Kalau besok jadi, jumpe kul 1 kay. @fizRedstic'), (1935, 502, 'Johor Bahru, Johore', 'Here comes another one who doesn''t allow me to go Sentosa on Friday. WTF YOU GOT TO BE KIDDING ME'), (1936, 34, 'Johor Bahru, Johore', 'I just don''t know how to\nLet go!!gorst time I. My life I feel this way!!FUCKING STRESS LOR!!!!'), (1937, 547, 'Johor Bahru, Johore', '@__LoveDope. Is you horny la bb ! :b'), (1938, 250, 'Johor Bahru, Johore', 'Fap fap to Chelsea Grin.'), (1939, 294, 'Plentong, Johor Bahru', '@nuratiqahtaib awesome! :D'), (1940, 548, 'Johor Bahru, Johore', 'Boyfriend and I plan at th age of 19 it''s time to go on a vacation just th two of us , wooooooohu!'), (1941, 256, 'Johor Bahru, Johore', '@KennCann YEH ! My sister has to go through that when she got her MacBook for poly too !'), (1942, 171, 'Johore, Malaysia', '@Bubunchan @miraachari accciikk. Masak2an deh kita'), (1943, 138, 'Plentong, Johor Bahru', 'Im2 aku ckp aku sombong.watehel expect hari2 aku jumpe kau nak kene kenyit2 mate ker??'), (1944, 549, 'Johore, Malaysia', 'RT @UzzKruzz : HARDCORE! RT @feezajzl: nak judge a guy''s dick just pull down his pants abeh step jatuh and tak sengaja'), (1945, 501, 'Johor Bahru, Johore', 'Gonna sleep now ._. Nites ppl ^^'), (1946, 541, 'Singapore', 'i thought you were different from the rest, but i was wrong. just feel like shouting your name out loud.. but hmmm...haiz'), (1947, 171, 'Johore, Malaysia', '@jillO_o gue happy bgt. Sumpah itu bocah tengil.'), (1948, 550, 'Plentong, Johor Bahru', 'Adoi..saket belakang..esok pas blk keje pegi urot pun bagoih la..huhu.. o_O (at Kamal''s Haven) — http://t.co/nZbtyGqQ'), (1949, 460, 'Johor Bahru, Johore', '@rowley_ryan hahahahhaha. Loike thish!! :P'), (1950, 169, 'Plentong, Johor Bahru', 'Sayang luu ketat-2 ! ! ! ^___^ #MohdZarithJohar :))'), (1951, 399, 'Johor Bahru, Johore', 'Don’t ever let someone special walk away.'), (1952, 164, 'Johore, Malaysia', 'I''m at Pan Pacific Hotel Singapore (Singapore, Singapore) w/ 2 others http://t.co/oc5dvR1y'), (1953, 26, 'Johore, Malaysia', 'help. beer sucks I need to peeweewee'), (1954, 69, 'Johore, Malaysia', 'irritatingnya ni pak raden'), (1955, 551, 'Johor Bahru, Johore', 'Listening to Bon jovis bed of roses and thinking about life. What I''ve done, what I''m doing, what I will do. Life. Whiskey, I need you.'), (1956, 426, 'Johor Bahru, Johore', '@EmilyyDance a song they play in rebel. It''s goes like this: dance dance dance dance. From high pitch to low pitch.'), (1957, 239, 'Johore, Malaysia', 'I''m at Mink w/ 17 others http://t.co/4vP2pg5a'), (1958, 164, 'Johore, Malaysia', 'I''m at Royal Room (Singapore, Singapore) http://t.co/vX4e9ukc'), (1959, 552, 'Johore, Malaysia', '@AnnoyingKuKu NB , better let me ride ur bike next time !! Or tongbang me !!!'), (1960, 553, 'Johore, Malaysia', '02.03.2012 Krabi. Day 6 - Grand Centara Beach (и много-много диких обезьян) http://t.co/btgtXmRQ'), (1961, 554, 'Riau, Indonesia', 'Home'), (1962, 124, 'Johor Bahru, Johore', '@cgndyaan hahahaha ! Rumah awak jauh lah .'), (1963, 69, 'Johore, Malaysia', 'asik bobal pasal pompan je. gatalnya org tua ni. hahaha'), (1964, 164, 'Johore, Malaysia', 'I''m at Mink w/ @andreversailles @rachelfjw http://t.co/QAX9dD1Z'), (1965, 555, 'Johor Bahru, Johore', 'Guess our love grew&lt;3'), (1966, 294, 'Plentong, Johor Bahru', '127 Hours.'), (1967, 124, 'Johor Bahru, Johore', '@TrulyLee okay2. :) why are you not asleep ?'), (1968, 356, 'Johore, Malaysia', '@SunshineRegina what are you doing at there sia?'), (1969, 556, 'Malaysia', '@Nnamfhhh พี่ฟ้าาาาาาา :3'), (1970, 250, 'Johor Bahru, Johore', '@hazmicurtin_ PUKI LA HAHAHAHAHAHAHA'), (1971, 557, 'Johore, Malaysia', 'happy birthday @Minggiez'), (1972, 479, 'Singapore', '@OnlyNoah I know. I''ve gone through that about 11 times.But I still love them just as He loved us. Just give it some thought?&gt;&lt; Romans 12:19'), (1973, 250, 'Johor Bahru, Johore', 'You me, and murphy?'), (1974, 364, 'Johor Bahru, Johore', 'Hi , i dare you to let me be your only one . Baby you got the guts?'), (1975, 502, 'Johor Bahru, Johore', '@AfiqRazif going going!'), (1976, 558, 'Plentong, Johor Bahru', 'sesuatu yg baek belum tentu benar,sesuatu yg benar belum tentu baik,sesuatu yg bagus belum tentu berharga....'), (1977, 529, 'Johor Bahru, Johore', 'Great, tears -_-'), (1978, 559, 'Johor Bahru, Johore', 'I''m super shag and @itsalybaby is still not tired even though she got school tmr, wtf. Night Hookers http://t.co/BkimxHDE'), (1979, 560, 'Johor Bahru, Johore', 'I''m at AineysL''s Bedroom http://t.co/BQ7KCevr'), (1980, 556, 'Malasia', 'อะไรเยอะแยะ เอ้อ = ='), (1981, 502, 'Johor Bahru, Johore', '@KhaiHehaaa HAHA SORRY BOSS I''m not that fierce.'), (1982, 561, 'Johore, Malaysia', '@Javonnesupz haha who\nIs it in the pic?!? So cute!!! :p :p :p'), (1983, 526, 'Johore, Malaysia', '@euugenee hahaha you got motion sickness!'), (1984, 556, 'Malaysia', 'เยอะแยะ = ='), (1985, 250, 'Johor Bahru, Johore', '@HxziqRodriguez @hazmicurtin_ officially lost my mood to fap. Sial ah phy.'), (1986, 120, 'Johor Bahru, Johore', 'Soo... What should i do ? ... :X i''m lost ..'), (1987, 562, 'Johor Bahru, Johore', 'I''m at Blk 105D, Edgefield Plains http://t.co/6fAvFy0z'), (1988, 563, 'Johor Bahru, Johore', 'Who can understand my feeling?'), (1989, 171, 'Johore, Malaysia', '@jakateguh shake senora. Remix sama t-pain, sean kinston sama ludarcis. JANGAN DISKO DARURAT TANPA GUE!!!'), (1990, 541, 'Singapore', 'http://t.co/d8GQpngL reminising our primary school days! @dhina4792 @yourprodigalson @_Suntha_ @stammerintreble'), (1991, 556, 'Malaysia', '@llinenia2g นี่เธอ -..-'), (1992, 171, 'Johore, Malaysia', '“@IdealMuslimahs: After asking Allah to guide you to the straight path, don’t just stand there…start walking towards it.”'), (1993, 562, 'Johor Bahru, Johore', 'I''m at ROOM SWEET ROOM:):) http://t.co/2GCQVOq2'), (1994, 552, 'Johore, Malaysia', '@Roseskisses Dun sleep !!! /:'), (1995, 563, 'Johor Bahru, Johore', 'Tiger plus red bull.. Destress..'), (1996, 250, 'Johor Bahru, Johore', '@SayitYus HAHAHA'), (1997, 148, 'Johor Bahru, Johore', 'My hair is all over my room floor. What''s wrong :('), (1998, 294, 'Plentong, Johor Bahru', '@nsyhlla Ahahaha takpalah . i thought you dah nak tidur :)'), (1999, 404, 'Malaysia', '@Erndeity อย่าเลย 5555'), (2000, 564, 'Johore, Malaysia', 'Can''t wait for 6am!morning jogging then breakfast at mayson kayser or wild honey!ah life! http://t.co/yzBPLipB'), (2001, 250, 'Johor Bahru, Johore', '@hazmicurtin_ @hxziqrodriguez fiqsics'), (2002, 545, 'Johore, Malaysia', '¿Por qué no tratar de poner el auto en mi lugar, por lo que sabrá!'), (2003, 502, 'Johor Bahru, Johore', '@AfiqRazif die die also want go sia....'), (2004, 565, 'Plentong, Johor Bahru', '@AreeshaMunira knape xnk tgk tingkap'), (2005, 11, 'Plentong, Johor Bahru', 'Megan Fox. Merapu apa lah simsim http://t.co/JkhcRCZi'), (2006, 566, 'Johore, Malaysia', 'If I don''t sleep,there will not be any nightmares.'), (2007, 479, 'Singapore', '@CloeMak Hahaha! In time to come! I''m a lazy pig luh!~ Okeh!'), (2008, 124, 'Johor Bahru, Johore', '@TrulyLee hahahaha . :) ohhh . Patutlah . How was work ?'), (2009, 51, 'Johor Bahru, Johore', '@SMILEMILYY take care~'), (2010, 120, 'Johor Bahru, Johore', 'I love you :) i really do.. Just give me one chance .. And i''ll just.. Prove it to you .'), (2011, 34, 'Johor Bahru, Johore', 'First time in my life I feel this way!!'), (2012, 364, 'Johor Bahru, Johore', 'I don''t always tweet how I feel at that moment . I tweet random stuff when I''m bored too . Never assume that it''s you .'), (2013, 124, 'Johor Bahru, Johore', 'Siapa lah whatsapp aku ni ? Number tak pernah nampak . #lost lah aku .'), (2014, 250, 'Johor Bahru, Johore', 'The Haunted Mansion.'), (2015, 565, 'Plentong, Johor Bahru', '@KeileEine memang seinbang pun'), (2016, 529, 'Johor Bahru, Johore', 'Just because of PMS-_- urggghh.'), (2017, 556, 'Malaysia', '@llinenia2g ทักก่อนแย้ววว 555 เล่นทุกอย่าง -0-'), (2018, 51, 'Johor Bahru, Johore', 'Two years ago you were in my heart, two years passed and you''re back.'), (2019, 565, 'Plentong, Johor Bahru', '@nadia_taj hahahahah....sSILA BAU KETIAK ANDA JUGA'), (2020, 250, 'Johor Bahru, Johore', 'HAHAHA I JUST REMEMBERED. CERITA PLUTO NASH GOT 2 EDDIE MURPHY. I WONDER WHO''S THE OTHER ONE. HAHAHAH.'), (2021, 91, 'Johore, Malaysia', 'dup dap SPM titik permulaan kejaayaan ku... :('), (2022, 294, 'Plentong, Johor Bahru', '@nuratiqahtaib oh dah pengalaman ehh :D'), (2023, 567, 'Johore, Malaysia', 'Bakwaas!!! http://t.co/tlvg2QlH'), (2024, 568, 'Kota Tinggi, Johore', 'bakit ba me mga taong UBOD ng landi????!!!!!!!nakakairita ka na!!!!!!!!!!!!bingong-bingo na!!pagdasal mo wag ko makuha no. ng girlfriend mo!'), (2025, 250, 'Johor Bahru, Johore', '@hazmicurtin_ @hxziqrodriguez HAHAHHAHHAHAHAHAHAHAHAHA KIMAAAAAAAAAAAAKKAKSSKSKSKSK HAHAHAAHA SIAL'), (2026, 569, 'Johor Bahru, Johore', '@hxjeje Missing my monkey! Hope she is hvg a jolly tm!:('), (2027, 502, 'Johor Bahru, Johore', '@AfiqRazif why not asleep? Late le!'), (2028, 384, 'Malasia', 'อ้ากกก--อยากจะร้องดังๆพูดให้ใครต่อใครเค้ารู้ทั่วกัน~'), (2029, 570, 'Indonesia', 'akhirnya tak sia" aku begadang\nalhamdulilah tugas ku slesai semua'), (2030, 268, 'Johore, Malaysia', 'So was it our differences that led to our breakup?'), (2031, 169, 'Plentong, Johor Bahru', 'Line dah sewellllll . saket haty !'), (2032, 571, 'Johor Bahru, Johore', 'Vietnam, Thailand, Philippines, Indonesia...'), (2033, 557, 'Johore, Malaysia', '@gentwl is disgusting.'), (2034, 364, 'Johor Bahru, Johore', 'Never play hard to get when someone falls for you or you''ll have to play hard to forget when it''s your turn falling for them .'), (2035, 384, 'Malaysia', 'อยากจะตะโกนมันออกไป!!!&gt;&lt;'), (2036, 502, 'Johor Bahru, Johore', '@KhaiHehaaa STILL GINA WTF AH KHAI HAHAHA'), (2037, 572, 'Malaysia', 'เดี๋ยวก็หลับ -_____-'), (2038, 508, 'Johore, Malaysia', 'I''m at GOODNIGHT-DOMO(: (SINGAPORE) http://t.co/7e3JON2m'), (2039, 558, 'Plentong, Johor Bahru', 'persahabtan sejati umpama kesihatan,nilanye baru kita sedari setelah kita kehillangan...'), (2040, 573, 'Johore, Malaysia', '@EtisalatUAE do you support CDMA/LTE phones? as you have 4G LTE network'), (2041, 399, 'Johor Bahru, Johore', 'When you say “I love you”, you’re making a promise to someone’s heart.'), (2042, 294, 'Plentong, Johor Bahru', '@nsyhlla No! i takkan. hehe. Awk pergi tidur sana okay. Jiwa tenang sikit :)'), (2043, 574, 'Plentong, Johor Bahru', '@primebusters hello...u sacrifies to open twitter just for my sake?'), (2044, 570, 'Indonesia', '@XingHermina dia ngefans ma koko kalee'), (2045, 502, 'Johor Bahru, Johore', 'Then what? Are we gonna quarrel because of this?'), (2046, 169, 'Plentong, Johor Bahru', 'Nak mintk pendapat kea nak mintk penampar ? Gatal punya uncle... &gt;.&lt;'), (2047, 384, 'Malaysia', 'เพ้อ~บ้า~'), (2048, 557, 'Johore, Malaysia', 'why is my father awake at this time -.-'), (2049, 51, 'Johor Bahru, Johore', 'It was over before it began~'), (2050, 418, 'Johore, Malaysia', 'Singapore is too small! :) #Indeed'), (2051, 565, 'Plentong, Johor Bahru', '@KeileEine yes boleh dewan bahasa dan library lulukan..hahahahah..*sekali typo laa*'), (2052, 348, 'Malaysia', '@PingIndy @DARIQ_7 อกหักกกกกกก T^T'), (2053, 120, 'Johor Bahru, Johore', 'My heart is pumping fast .. :X GOD DAMNED STOP BLUSHING'), (2054, 256, 'Johor Bahru, Johore', '@KennCann NANYANG ! She likes design hahaha . Yup I should prolly go to a JC'), (2055, 575, 'Plentong, Johor Bahru', 'Bosan ehh? Joget jomm! XD'), (2056, 574, 'Plentong, Johor Bahru', '@primebusters sure will do..take cre too'), (2057, 437, 'Johore, Malaysia', '@senjaperempuan hhhhaa 700 pp kak , ongkos ke bandunf 500 tambah 200 udh acyemm hhaa :p http://t.co/d9bIIgZF'), (2058, 250, 'Johor Bahru, Johore', 'EDIT MURFIQ'), (2059, 356, 'Johore, Malaysia', '@SunshineRegina waa? Ton until so far?'), (2060, 565, 'Plentong, Johor Bahru', '@nadia_taj dua2 pun boleh asalkan bahagia =p'), (2061, 385, 'Johor Bahru, Johore', '@QantasAirways @QFcustomercare Hello. What are the chances for an upgrade on my flight please? FF flying again with Quantas later today.'), (2062, 556, 'Malaysia', '@llinenia2g เอ้อ ซักให้สะอาดย่ะ 5555'), (2063, 479, 'Singapore', '@CloeMak HAHA Oh man Its cause I''ve yet to take the snaps for the banners and stuff and I''m kind of lazy to do it!&gt;&lt;'), (2064, 364, 'Johor Bahru, Johore', 'Will it be right if everything starts all over again?'), (2065, 51, 'Johor Bahru, Johore', 'You''re the best i''ve ever knew~'), (2066, 576, 'Johor Bahru, Johore', 'Me sadsta ):'), (2067, 479, 'Singapore', '@tuesdaytrophies Idk the names LOLOL'), (2068, 425, 'Kota Tinggi, Johore', 'Ahhh nightmare!!!'), (2069, 384, 'Malaysia', 'ช้าไปมั้ย? ไม่เป็นไร เพื่อเธอ #ชั้นรอได้^^'), (2070, 268, 'Johore, Malaysia', '@Nuratee haha it''s okay. which guy? o.o'), (2071, 399, 'Johor Bahru, Johore', 'Someone who really loves you sees what a mess you can be, how moody you are, how hard you are to handle, but still wants you in their life.'), (2072, 548, 'Kota Tinggi, Johore', 'Omg like seriously? At this timing KORANG NAK gadoh? TSK! It''s frigging 2:16 sia!'), (2073, 250, 'Johor Bahru, Johore', '“@hazmicurtin_: @MengFxdedScrmz @hxziqrodriguez http://t.co/JptxB7I1” HAHAHAHAHAHA JUBO AH KAU SIALAH.'), (2074, 493, 'Johor Bahru, Johore', '@AudiTheKhiller then how?'), (2075, 120, 'Johor Bahru, Johore', 'Gahh.. :X idk what to say liao lah !! I''m seriously too.... Sighhh i really dw spoil the friendship leh'), (2076, 34, 'Johor Bahru, Johore', 'I know I came into your life!!i promise you I will leave soon!!is not easy to leave..'), (2077, 577, 'Johore, Malaysia', '@Farahkwon Okay! :)'), (2078, 87, 'Johor Bahru, Johore', 'Tat weird feeling in stomach'), (2079, 169, 'Plentong, Johor Bahru', 'Jangan pilih aku , kalau rasa tak bolee setia ! &gt;_&lt;'), (2080, 578, 'Johor Bahru, Johore', 'Gonna watch my YouTube subscription list then go to sleep!'), (2081, 548, 'Johor Bahru, Johore', 'My neighborhood is just so retarded!'), (2082, 557, 'Johore, Malaysia', '@gentwl U R DISGUSTING &lt;3'), (2083, 579, 'Johor Bahru, Johore', 'There''s many things i wish i didn''t do. But i continue learning.'), (2084, 548, 'Johor Bahru, Johore', 'Boyfriend is asleep beside me , bodoh PEH SHAQAANI! Hahaha :p'), (2085, 580, 'Johor Bahru, Johore', 'I missed today''s episode again~TT RT“@soramayx: Gosh............. I want more of Unriddle 2...............................”'), (2086, 575, 'Plentong, Johor Bahru', 'Haaaaaa? -.-'), (2087, 581, 'Johore, Malaysia', 'Going home!!! :):) haha!! Finally!! (@ Zirca &amp; Rebel) http://t.co/IGWDqIzd'), (2088, 561, 'Johore, Malaysia', 'Good nite world!!! Thk for all those wishes up til now ^^ appreciate it ^^'), (2089, 582, 'Johore, Malaysia', 'Singapore skyline #singapore #travel #iphoneonly #new #skyline #sunrise @ Traders Hotel Singapore http://t.co/kdlu4zyY'), (2090, 124, 'Johor Bahru, Johore', '@TrulyLee --'' suke eh ? Hahah . Seriously , number 81902049 . I don''t know whos number . :('), (2091, 294, 'Plentong, Johor Bahru', '@nuratiqahtaib Tak lama nanti awk punya turn pulak :D k jkjk'), (2092, 479, 'Singapore', '@tuesdaytrophies http://t.co/yaLnUSss Third from the right and all the way to the right!'), (2093, 356, 'Johore, Malaysia', 'Stop crying your heart out.'), (2094, 87, 'Johor Bahru, Johore', 'I was quite nice'), (2095, 3, 'Plentong, Johor Bahru', '@SyahirAnuar babi'), (2096, 276, 'Johor Bahru, Johore', '@iqhwan143 takdak rezki laa tuh. senang senang hg dtg time aku grad ja laa. bear satu !'), (2097, 169, 'Plentong, Johor Bahru', 'Hebat sngat kea kau , sampay semua pempuan kau nak.. suda-2 lah tuh en.khairul ! ;'')'), (2098, 583, 'Johore, Malaysia', 'I''m at Shake Club w/ @ashleytwz @jiakanggggggggg @fuckyeaheffy http://t.co/0hL6lbt3'), (2099, 268, 'Johore, Malaysia', '@Nuratee haha,no la. this person is a.k.a cheryl. you dk him. haha!'), (2100, 561, 'Johore, Malaysia', '@moomooSML u can buy cake for me den we share :p'), (2101, 173, 'Johor Bahru, Johore', 'I can''t believe I''m still awake. I''m shocked.'), (2102, 502, 'Johor Bahru, Johore', '@AfiqRazif oh ya I saw! Who eating?'), (2103, 556, 'Malaysia', '@Nnamfhhh คิดถึง^^'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (2104, 575, 'Plentong, Johor Bahru', 'Cakap kat orang lain orang lain pulak yg menyahutnya. Haha takpelaa layankan ;D'), (2105, 256, 'Johor Bahru, Johore', '@KennCann and it''s also on the other side of the Island , yeah HAHAHAHHA too far !'), (2106, 493, 'Johor Bahru, Johore', '@unreceptive give it a try ;)'), (2107, 191, 'Singapore', '@SungminsELF you too ! Nights ~'), (2108, 556, 'Malaysia', '@llinenia2g ซักให้เราดิเอาไปเยย^^5555'), (2109, 584, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 8 others http://t.co/WSFUdlDE'), (2110, 585, 'Johor Bahru, Johore', 'l''m awake .'), (2111, 84, 'Johor Bahru, Johore', '@AhW3iBadstudent no I sleep alrdy..'), (2112, 557, 'Johore, Malaysia', 'FREAKING HILARIOUS http://t.co/EjAUqYfd'), (2113, 294, 'Plentong, Johor Bahru', '@nsyhlla ehehe K. you mmg dah nak tidur eh?'), (2114, 364, 'Johor Bahru, Johore', 'I''ve got a killer smile and it''s murdering you . (:'), (2115, 250, 'Johor Bahru, Johore', '@hazmicurtin_ @hxziqrodriguez when i was young http://t.co/p2huLJXV'), (2116, 279, 'Johore, Malaysia', '@dpleasant Yep. Major investment has been made in resource development (copper is a big one). Railroad projects underway.'), (2117, 356, 'Johore, Malaysia', '@SunshineRegina waa. Not bad eh! Ok then have fun! I wanna sleep!!'), (2118, 268, 'Johore, Malaysia', 'cheryl,do you even know my twitter? i hope not.'), (2119, 479, 'Singapore', '@Ailingx3 Yes you should!'), (2120, 124, 'Johor Bahru, Johore', '#Palingmenyampah orang text , call banyak kali or whatsapp boleh tapi taknak bilang name . --'''), (2121, 586, 'Johor Bahru, Johore', 'It''s time for bed!!!!!! Just had a short update at live journal. I need a place to whine everyday. Haha gd9. [pic]: http://t.co/kAz3tHIJ'), (2122, 584, 'Johore, Malaysia', 'I''m at Fairprice @ Chai Chee http://t.co/tN60ITbm'), (2123, 520, 'Pontian, Johore', 'kan seronok kalau dapat tweet dgn awak sekarang ni gula. rindu sebenarnya'), (2124, 50, 'Singapore', 'mendak...'), (2125, 169, 'Plentong, Johor Bahru', 'Dah macam momok aku tgk kau . Pakai bedak tebal-2 ! hahahah. sorrie to say..'), (2126, 502, 'Johor Bahru, Johore', '@KhaiHehaaa lj! Don''t make yourself happy ley!'), (2127, 548, 'Johor Bahru, Johore', 'Omg I can''t sleep , how shaq can sleep? When they feeaking shouting here and there? And my dad was shouting back at em . HAHAHA EPIC!'), (2128, 294, 'Plentong, Johor Bahru', '@syaminebellina Yes thats my baby :)'), (2129, 587, 'Johore, Malaysia', 'I just ousted Jonathan Y. as the mayor of Breakfast @ Marine Terrace on @foursquare! http://t.co/Z4xNpa3M'), (2130, 172, 'Johore, Malaysia', 'come back? you would, if this was a movie.'), (2131, 579, 'Johor Bahru, Johore', 'I want to shop tomorrow lol.'), (2132, 565, 'Plentong, Johor Bahru', '@Topanesta hahahahah..malam2 jiwang jugak ke abam topan oiiii'), (2133, 575, 'Plentong, Johor Bahru', '@hnrzl Betul. Beribuuuuuuu! Satu pergi 10 kata mari ekk ekk? Haha'), (2134, 588, 'Johor Bahru, Johore', '@pekyee_w what happen'), (2135, 279, 'Johore, Malaysia', '@dpleasant Lots of work on agriculture value chains also happening, which will make other crops more economically viable.'), (2136, 364, 'Johor Bahru, Johore', 'Wake up to this cruel reality and judgmental society .'), (2137, 589, 'Tebrau, Johor Bahru', 'super tired!!!time to sleep.gd nite evrybdy.assalamualaikum. :) (@ Home Sweet Home :)) http://t.co/LDmOUwgW'), (2138, 479, 'Singapore', '@CloeMak Whole holiday I keep burning time away on my computer and going out!&gt;&lt; School going to start like a month time!:/'), (2139, 392, 'Johor Bahru, Johore', 'I miss schooling. Haha.'), (2140, 120, 'Johor Bahru, Johore', 'HAHAHA !! REALLY LIKE TO SEE YOUR REACTION .. But if i told you . Don''t kill me'), (2141, 250, 'Johor Bahru, Johore', '@hazmicurtin_ @hxziqrodriguez k last http://t.co/VytByl1e'), (2142, 124, 'Johor Bahru, Johore', '@TrulyLee hahahah . Wah . Glad to know that . Work is fun actually . As long cukup tidur , okaylah . Why extend ? Performance bagus ? Haha'), (2143, 590, 'Johor Bahru, Johore', 'Eating Supper now!!'), (2144, 591, 'Johor Bahru, Johore', 'Prata supper with the boys! @Emo_Songs_94 @LawJiaJun and ABEL! (@ Sri Sun Prata Paradise) http://t.co/QURDhZnS'), (2145, 565, 'Plentong, Johor Bahru', 'LADIES NIGHT TONIGT AT THE ZONE'), (2146, 502, 'Johor Bahru, Johore', 'And now you''re just replying one ''k. SMLJ. Like that also shiok ah?'), (2147, 502, 'Johor Bahru, Johore', '@AfiqRazif maybe downstairs ley?'), (2148, 585, 'Johor Bahru, Johore', 'Bored ohhh.'), (2149, 593, 'Johor Bahru, Johore', 'I start to think alot. I''m scared :( sigh.'), (2150, 124, 'Johor Bahru, Johore', '@TrulyLee bukan ? Ohhh . Sorry2 . Hahahah .'), (2151, 594, 'Johore, Malaysia', 'Got the bday girl drunk! Hahaha'), (2152, 81, 'Johor Bahru, Johore', '"@N4MYS: cheryl,do you even know my twitter? i hope not." hahahahah cheryl wtf'), (2153, 199, 'Johor Bahru, Johore', 'Her nose is like,toooo sharp'), (2154, 370, 'Johore, Malaysia', 'Only my tummy is pain, my mum gave me a full body massage.... Wahh.. Best'), (2155, 268, 'Johore, Malaysia', '@Nuratee hahaha dah lagi teruk dari panda pun. haha! cant sleep after seeing something,lol. then you? mentang-mentang no school....... haha!'), (2156, 69, 'Johore, Malaysia', '@asdfghjklyou SIAPE OTAK KUNING?'), (2157, 364, 'Johor Bahru, Johore', 'What if one say you wake up as a baby &amp; realised everything that had happened were just a dream?'), (2158, 595, 'Plentong, Johor Bahru', 'I got a hangover, wo-ohhh @ Roost Bistro http://t.co/wnGVv3hX'), (2159, 596, 'Johor Bahru, Johore', 'It''s a mental torment'), (2160, 268, 'Johore, Malaysia', '@hyuneffect it''s so close to his name................ hahahahhaha'), (2161, 250, 'Johor Bahru, Johore', 'Krg maintain ah bbl pasal tetek. Continue je biar aku fap tgk timeline.'), (2162, 493, 'Johor Bahru, Johore', '@AudiTheKhiller haha I went pon, beh Kene Pes D waiting for blood results.. For cholesterol levels :O'), (2163, 588, 'Johor Bahru, Johore', '@pekyee_w yea ! Haha . Oh ! Okay la human nature . Hahaha'), (2164, 348, 'Malaysia', '@DARIQ_7 @PingIndy อกหักจริงๆๆ แซดมาสองสามวันแล้วเนี่ย'), (2165, 479, 'Singapore', '@tuesdaytrophies But they seem so.....dark and eerie:X'), (2166, 370, 'Johore, Malaysia', 'Panadol... Hais, y u not nice??'), (2167, 597, 'Johor Bahru, Johore', 'currently addicted to ''ringer''. it''s a great serial! :)'), (2168, 124, 'Johor Bahru, Johore', '@TrulyLee ohhh . Rajin nye dier . Hahahah . Duit banyak , blanje .'), (2169, 364, 'Johor Bahru, Johore', 'Like and love is too different thing my dear .'), (2170, 598, 'Johor Bahru, Johore', 'I am hungry. ):'), (2171, 314, 'Riau, Indonesia', 'Eciyee yg setiaa RT@Metro_TV Tersingkir, Moratti Tak akan Memecat Ranieri http://t.co/R4jMymyX'), (2172, 599, 'Plentong, Johor Bahru', 'I''m at Home (Johor Bahru) http://t.co/aIXRnVfA'), (2173, 600, 'Johor Bahru, Johore', 'Sigh.'), (2174, 502, 'Johor Bahru, Johore', 'I explained to you already. Understand or not is your own decision. Sighs I don''t want to talk further.'), (2175, 364, 'Johor Bahru, Johore', 'No , like &amp; love are different .'), (2176, 268, 'Johore, Malaysia', 'haha pelat S. i still havent heard you saying the word sophisticated,the word i dared you to say....'), (2177, 314, 'Riau, Indonesia', 'selamat ginik harik *umpetin jam*'), (2178, 118, 'Johor Bahru, Johore', 'Mwhahaha. I''m still awake. :D'), (2179, 250, 'Johor Bahru, Johore', 'TMM(The Murphy Mobil) http://t.co/YeJV8Yjk'), (2180, 565, 'Plentong, Johor Bahru', '@Topanesta hahahahaha...alaaa xnk mengaku plak....hahahahahahah'), (2181, 502, 'Johor Bahru, Johore', '@KhaiHehaaa yes ass, you''re older and yet wanna act young omg omg.'), (2182, 601, 'Plentong, Johor Bahru', '@aleesyafatin amboi,,tros ke ex ea..xde lh,,azhar lain la..hehe'), (2183, 602, 'Plentong, Johor Bahru', 'seriously trying to change my attitude but can''t because its already part of me .'), (2184, 590, 'Johor Bahru, Johore', 'Nites arh for now,hp battery gonna die!!'), (2185, 120, 'Johor Bahru, Johore', 'Hehee .. I guess i shall keep it myself since u dk XD'), (2186, 250, 'Johor Bahru, Johore', '@hazmicurtin_ HAHAHAHAH'), (2187, 502, 'Johor Bahru, Johore', '@AfiqRazif you think too much already laaa. Hide under the blanket! Haha.'), (2188, 364, 'Johor Bahru, Johore', '@beautifools_ cause you say you smile when you saw his name . Jerks like him should die .'), (2189, 522, 'Johor Bahru, Johore', 'Time to slp:)'), (2190, 250, 'Johor Bahru, Johore', '@hazmicurtin_ HAHAHAHHAHAA'), (2191, 604, 'Johor Bahru, Johore', 'I''m at Blk 146 Yishun Street 11 (Yishun, Singapore) http://t.co/PoZgk9g7'), (2192, 605, 'Pulai, Johor Bahru', '@izamrain mule mule rase lame. Tp da nk dkt abis nnti rase sekejap je mcm da tak sabar nk abis. Hehe'), (2193, 150, 'Plentong, Johor Bahru', '@IntanKhir @youtube HAHA,ingat you dah tidur dah,HAHA'), (2194, 479, 'Singapore', '@haarishakishor @ANTI_DEEKOSH Anti-Ception.'), (2195, 172, 'Johore, Malaysia', 'Before u came into my life, i missed u so bad.'), (2196, 268, 'Johore, Malaysia', '@Nuratee oic... haha yup! body clock pun dah screwed.'), (2197, 556, 'Malaysia', '@llinenia2g 555555555 อันอั๊น กากมากกว่า :P'), (2198, 474, 'Johore, Malaysia', 'Heading down chambers again tmr.'), (2199, 479, 'Singapore', '@tuesdaytrophies HAHA Okay fine!! I want the blonde hair:&lt;'), (2200, 124, 'Johor Bahru, Johore', '@TrulyLee hahahahah ! Gurau je . :P heheheh'), (2201, 50, 'Singapore', '@tabdl bro,ok tk?'), (2202, 601, 'Plentong, Johor Bahru', '@Tishka_ thanks a lot beb....'), (2203, 606, 'Johor Bahru, Johore', 'Only two hours to sleep. Die.'), (2204, 502, 'Johor Bahru, Johore', '@AfiqRazif then hide inside the cupboard!'), (2205, 607, 'Johore, Malaysia', 'Nightz (@ I ♥ sleep) http://t.co/SHIR1Mav'), (2206, 605, 'Pulai, Johor Bahru', '@MissAimiSabri awat? Sem ni kls hang pack lg ka?'), (2207, 608, 'Malaysia', 'I''m at Winstar Hotel (Hatyai, Songkhla) http://t.co/eaM3bxAG'), (2208, 124, 'Johor Bahru, Johore', '@Tyty_Fly your adik masih tidur ?'), (2209, 609, 'Johore, Malaysia', 'Splitting headache and the taxi ride make it worse.'), (2210, 69, 'Johore, Malaysia', '@diarrhoea_girl selamat malamz :P'), (2211, 250, 'Johor Bahru, Johore', 'Ni dah phynatic http://t.co/lYPkhawZ'), (2212, 577, 'Johore, Malaysia', '@Farahkwon first oneeeeee!'), (2213, 3, 'Plentong, Johor Bahru', '@SyahirAnuar pkirlaa Tkguna punya gemok hahahah kbyee XD'), (2214, 548, 'Kota Tinggi, Johore', 'Police came to their house hahaha bodoh anjing tawu pun diam!'), (2215, 600, 'Johor Bahru, Johore', 'Hope everything goes smoothly tomorrow. :)'), (2216, 399, 'Johor Bahru, Johore', '“The best thing to hold onto in life is each other” —Audrey Hepburn'), (2217, 250, 'Johor Bahru, Johore', 'Abeh ni? http://t.co/8KsCZ1af'), (2218, 276, 'Johor Bahru, Johore', '@wanorumairah oren ? HAHA oren ila ka pa nih ?'), (2219, 610, 'Johor Bahru, Johore', 'Horny weather..not this time... *info not needed*'), (2220, 3, 'Plentong, Johor Bahru', 'tdur dlu x) Assalamualaikum!'), (2221, 611, 'Tebrau, Johor Bahru', 'Tidur.. Tak perlu kata apa-apa...'), (2222, 436, 'Tebrau, Johor Bahru', '@syuloveyou seriously i myself dunno! Blm penah try thats y nk try! N i love red! So lol!'), (2223, 612, 'Johor Bahru, Johore', 'But the first thing that went into my mind was rodent &amp; idk why. \nStupid. Bikin klaka. Dgr2 tikus boleh terbang sampai tingkat 7 eh.'), (2224, 69, 'Johore, Malaysia', 'bobal kotor? best pe? hhahaha'), (2225, 613, 'Johor Bahru, Johore', 'A while ago I''d be enjoying mambo.\nI''m too old for this.'), (2226, 348, 'Malaysia', '@PingIndy @DARIQ_7 หนูนี่แหละ อ๊ากกกกกกกก เศร้าแซด T^T มากด้วย ทำไรอยู่นิ'), (2227, 279, 'Johore, Malaysia', '@dpleasant When it pays the bills so to speak, it''ll be fine. That''s all they''re after.'), (2228, 588, 'Johor Bahru, Johore', '@pekyee_w oh ! Hahaha . Nvm larh . Bo bian de'), (2229, 575, 'Plentong, Johor Bahru', '@hnrzl Haha pandai lahh kauu. Erghhh!'), (2230, 474, 'Johore, Malaysia', 'Oh ya, having sessions soon. Weeeeeeeeee.'), (2231, 268, 'Johore, Malaysia', '@Nuratee hahaha lama lagi....... about one more month left. HE HE.'), (2232, 364, 'Johor Bahru, Johore', 'Wake your idea up , you don''t have the ability to hurt me .'), (2233, 614, 'Johore, Malaysia', 'supper: nasi lemak (at Sheikh Najib Nasi Lemak) [pic] — http://t.co/f7nEeBb7'), (2234, 100, 'Johor Bahru, Johore', 'I''m at Jonathan''s Bed http://t.co/4UGArgZS'), (2235, 69, 'Johore, Malaysia', '@eykafarhana_95 hey eyka!'), (2236, 120, 'Johor Bahru, Johore', 'Nahh.. Maybe not bah keep it this way better :D'), (2237, 597, 'Johor Bahru, Johore', 'okay I''ve decided to do my hair tmr. so friends, if I don''t turn up at gatherings or parties, you know what had happened.'), (2238, 615, 'Johor Bahru, Johore', 'Stay over at @BillyBoomBelly ''s house with @TootyTootyNerd &amp; @geekch1ck :B (@ Blk 538 Pasir Ris St 51) http://t.co/mjShqqYe'), (2239, 616, 'Pulai, Johor Bahru', 'night people ! :* (@ A-Y''s Room) http://t.co/R9O6xg6n'), (2240, 250, 'Johor Bahru, Johore', '@HxziqRodriguez @hazmicurtin_ ni remind you of anyth? HAHAHA EDIT'), (2241, 601, 'Plentong, Johor Bahru', '@Nazihahhh jgn tertido dpn computer dh la..'), (2242, 364, 'Johor Bahru, Johore', '@Capturethislove get well soon . (:'), (2243, 11, 'Plentong, Johor Bahru', 'Dear heart,please fall in love when you ready,not when you''re lonely.'), (2244, 617, 'Johor Bahru, Johore', 'Omg!!!! We are trap by dogs at punggol waterway....'), (2245, 618, 'Kota Tinggi, Johore', 'mkn liao (@ McDonald''s) http://t.co/4Qm19Ntr'), (2246, 268, 'Johore, Malaysia', '@Nuratee hahaha nuuuuuuuu! it''s your O''lvl year! must suffer like how i did last year xD'), (2247, 612, 'Johor Bahru, Johore', 'Alaa, burung la tu agaknye. Hari tu da la burung masuk dapur curi roti telur. Penyamun! Tapi bile letak kt window, satu pun tk hinggap. -_-"'), (2248, 479, 'Singapore', '@CloeMak Yeah! just read just now:)'), (2249, 619, 'Senai Kulai, Kulai Jaya', 'Baru balek kerja n mandi. Penat'), (2250, 258, 'Johor Bahru, Johore', 'Wish for sth to drop down from the sky that can throughly eliminate all pests! Havent seen u in a while xiao qiang! dun ever wan to see u!'), (2251, 548, 'Johor Bahru, Johore', 'Later working afternoon shift and next week back to morning shift! Gosh , buffet? Not again!'), (2252, 588, 'Johor Bahru, Johore', '@pekyee_w hahaha ! U still rmb uh . Yea !'), (2253, 150, 'Plentong, Johor Bahru', '@IntanKhir HAHA,yelah budak besar(sedapkan hati)HAHAHA'), (2254, 11, 'Plentong, Johor Bahru', 'If he''s the right guy,he won''t leave.'), (2255, 242, 'Johore, Malaysia', '"@NaomiNeo_: I kinda miss you. Like really. Do you?"'), (2256, 579, 'Johor Bahru, Johore', '@jaeleh okay i try,who''s going by the way ?'), (2257, 601, 'Plentong, Johor Bahru', 'blek keje tros gi main badminton...mane adew pnat un,,esk keje pagi lak to,,atoyai.'), (2258, 276, 'Johor Bahru, Johore', '@MIMIHOlaa zzz'), (2259, 219, 'Malaysia', 'ฉันควรจะลดระดับการให้ความสำคัญกับคนอื่นแล้วหันมาให้ความสำคัญกับตัวเองเพิ่มขึ้นแล้วล่ะ'), (2260, 399, 'Johor Bahru, Johore', 'Women are sensitive, they over think every little thing and they care way more than they should. But that''s what makes their love so strong.'), (2261, 314, 'Riau, Indonesia', '*semprotin baygon* RT @doliahmad Hai gadis apotik :p RT @onaonanda: selamat ginik harik *umpetin jam*'), (2262, 364, 'Johor Bahru, Johore', 'I understand how ahzen feel . I really do .'), (2263, 11, 'Plentong, Johor Bahru', 'Cellphones,iPod,laptop,tv- is my best friends.'), (2264, 548, 'Johor Bahru, Johore', 'Sleepy but my eyes just wanna stay awake watching him sleeping soundly!'), (2265, 620, 'Malaysia', 'Ngakak Baca twit2 nya @Cu_Ranmor sampe kencing di celana @stanzaaa wkwkwkwkwkwkkw. . . . . .'), (2266, 169, 'Plentong, Johor Bahru', 'Okeyyy , tidoo . besok macam-2 hall nak buad ! harap segalany dipermudahken ! AMIN~ bubye''lufyu :")))'), (2267, 546, 'Singapore', 'If you paid attention to Titanic, you''ll see why Jack did not get on the plank with Rose. -.-'), (2268, 565, 'Plentong, Johor Bahru', '@_emint_ ramai yg isap rokok nusan merah..lagi power hood'), (2269, 437, 'Johore, Malaysia', '@senjaperempuan hanimun sama bg bintang syalalalala http://t.co/DOSGfNqq'), (2270, 116, 'Johore, Malaysia', '@ajilex were you referring to @gel_tweets?'), (2271, 621, 'Kota Tinggi, Kota Tinggi', '@skullhong 오빠 잘자 ㅋㅋㅋㅋ 피곤해 오늘 ㅠㅠ 수고했어용!!'), (2272, 568, 'Kota Tinggi, Johore', '@Encye kakabwisit!!!!!!!!napaka landi talaga!!'), (2273, 622, 'Johore, Malaysia', 'Boy cry for girls have true feelings that a girl would want.'), (2274, 548, 'Johor Bahru, Johore', 'Dear boyfriend why are you so chuuuuute?'), (2275, 621, 'Kota Tinggi, Kota Tinggi', '@BoAkwon Goodluck!!'), (2276, 279, 'Johore, Malaysia', '@dpleasant I''d argue it is - and nation building is a hell of a lot cheaper than war fighting. But it''s getting late here, I''m going to bed.'), (2277, 268, 'Johore, Malaysia', '@Nuratee hahahahah must be reminded of it 24/7! haha alright,goodnight!'), (2278, 623, 'Johor Bahru, Johore', 'Ima be completely honest, I hate missing class. Is like lot of important thing has miss out.'), (2279, 276, 'Johor Bahru, Johore', '#nowlistening Call me when u''re sober'), (2280, 364, 'Johor Bahru, Johore', 'Destroy what destroys you .'), (2281, 617, 'Johor Bahru, Johore', '@Apizz89 hahaha kat punggol waterway ni... Byk anjing oi.... Adoi!!!'), (2282, 11, 'Plentong, Johor Bahru', 'Everyday I think of you,thinking what we"re gonna be someday'), (2283, 479, 'Singapore', '@dee_kosh @OnlyNoah @NaomiNeo_ There''s bound to be at least 1 person in the world who hates you. But hating them only ticks you off further.'), (2284, 546, 'Singapore', 'Irritates me whenever people say if Rose move over, Jack would live.'), (2285, 124, 'Johor Bahru, Johore', '@TrulyLee hahahahahha ! Kalau nak\nBlanje , boleh jugak . Tapi takpe lah kan . Hahah'), (2286, 471, 'Johor Bahru, Johore', '@yourlovebitez_|_'), (2287, 150, 'Plentong, Johor Bahru', '@IntanKhir HAHA,try lah masak asam pedas ke,mesti awesome,HAHAHA,XD'), (2288, 585, 'Johor Bahru, Johore', 'I can''t sleep. Why?'), (2289, 479, 'Singapore', '@tuesdaytrophies Hahaha! I just want the colour! I dont really like the curl leh!! Like too much&gt;&lt;'), (2290, 624, 'Johore, Malaysia', 'I''m at Skypark @ Clementi Mall (level 8) http://t.co/m4qA3YdO'), (2291, 314, 'Riau, Indonesia', '*proses tidur*'), (2292, 625, 'Johore, Malaysia', 'I''m at 515 West Coast Road (Singapore, Singapore) http://t.co/SEMLOAtB'), (2293, 120, 'Johor Bahru, Johore', 'Read this .. I Love you . Don''t ask me how . Don''t ask me why. I know you won''t accept me. Thats okay, After all i''m used to being rejected'), (2294, 364, 'Johor Bahru, Johore', '人不犯我,我不犯人.'), (2295, 268, 'Johore, Malaysia', 'i think you''re just too special to me. why.....'), (2296, 548, 'Johor Bahru, Johore', 'GAGAGAGA ILY BOYYYYFRIEND! http://t.co/hs5Gyjsx'), (2297, 626, 'Johor Bahru, Johore', 'can''t sleep ... nv sleep :('), (2298, 124, 'Johor Bahru, Johore', '@corinnesong awww . Thats good . Atleast he replied right ? :)'), (2299, 124, 'Johor Bahru, Johore', '@HIDZA_AH you whatsapp me tadi ?'), (2300, 575, 'Plentong, Johor Bahru', '@hnrzl Awekss sorang dua tiga empatt, Cepat ahh sangap cinta ni. Haha ;D'), (2301, 50, 'Singapore', 'Still waiting...I will'), (2302, 627, 'Johore, Malaysia', 'I''m at Suntec Convention Hall 401 http://t.co/WxNZXgN1'), (2303, 364, 'Johor Bahru, Johore', 'You listen to one sided story and laugh at me . Bitch please , you know nothing .'), (2304, 268, 'Johore, Malaysia', 'dulu kata lepas O''levels,nak pegi hiking?............... :c'), (2305, 622, 'Johore, Malaysia', 'I''m awake are u awake too?'), (2306, 11, 'Plentong, Johor Bahru', 'A hater is just someone who wishes they could be you,so thanks them for their admiration and move on'), (2307, 628, 'Tebrau, Johor Bahru', 'I makan roti boyan pun okay lahhhh ah.'), (2308, 479, 'Singapore', 'Two choices...Ton till morning and collect medical report, Or sleep now and hope to be able to get myself up to collect it later!:/'), (2309, 548, 'Johor Bahru, Johore', 'Okay okay goodnight! Wanna sleep and weather please rain ily :)'), (2310, 623, 'Johor Bahru, Johore', 'My grandfather has been gone to heaven since 2 days ago and I still can''t believe it! Feel like crying whenever u thought about it.'), (2311, 629, 'Johor Bahru, Johore', 'Just done bathing. Feeling all refreshed nw.  (@ Angelia''s Crib. ) http://t.co/NZ0NNNt6'), (2312, 479, 'Singapore', '@tuesdaytrophies Yeah lor! It kept bouncing around in the MV LOL'), (2313, 399, 'Johor Bahru, Johore', 'I’ve always wanted to be a princess, but now it’s different. I want to be YOUR princess.'), (2314, 630, 'Johor Bahru, Johore', 'It''s not possible to see your weird name on my list when I did not even add you on fb. IT''S TOTALLY NOT POSSIBLE GODDAMN IT.'), (2315, 631, 'Johore, Malaysia', 'now playing- memburu rindu'), (2316, 120, 'Johor Bahru, Johore', 'I just let the boomshine out .. I guess ...'), (2317, 632, 'Tebrau, Johor Bahru', '@ridzuan_dzakir aah. Dari tahun lepas kot'), (2318, 150, 'Plentong, Johor Bahru', '@IntanKhir =_="TAU LAH TAHUN NI PMR,TAPI TAKPAYAH LAH NAK BAGI AYAT NOVEL KAT SINI,HAHAHA'), (2319, 529, 'Johor Bahru, Johore', '@Eeqaqaqaqah i dunnoe ? I''ll ask hym lah.'), (2320, 120, 'Johor Bahru, Johore', 'Headbanging myself ..'), (2321, 11, 'Plentong, Johor Bahru', 'Dear haters,thanks you of reminding me that I''m everything that you can''t be.'), (2322, 276, 'Johor Bahru, Johore', '@norulaien hye. tido laa yang.'), (2323, 568, 'Kota Tinggi, Johore', 'i may look weak and fragile, but i tell you, looks are very deceiving, cause i can be as fierce as a lion. #paybacktime'), (2324, 632, 'Tebrau, Johor Bahru', '@NadiahNadinah oh, saje je tanya. Hehehe'), (2325, 485, 'Johore, Malaysia', '1. mongkok, 2. jiandaojian, last stop; yong he ! #eatingnonstop (@ Yong He Eating House 永和豆浆油条大王) http://t.co/CfmK9Zt0'), (2326, 50, 'Singapore', 'Fireman ohh Fireman'), (2327, 479, 'Singapore', '@CloeMak Yeap! Cause it was on your twitter ma!:p'), (2328, 125, 'Johor Bahru, Johore', 'should sleep now!:D'), (2329, 565, 'Plentong, Johor Bahru', '@_emint_ hahahahaha....yeah man....'), (2330, 116, 'Johore, Malaysia', '@ajilex @gel_tweets I was referring to your friend in SG who needs a room.'), (2331, 568, 'Kota Tinggi, Johore', '@Encye o no need to mention,cause that''s what i''m going to do :)'), (2332, 11, 'Plentong, Johor Bahru', 'I love you don''t you see?that why I have to let you go&lt;/3'), (2333, 633, 'Johor Bahru, Johore', 'The sun goes down, the stars comes out.'), (2334, 364, 'Johor Bahru, Johore', 'Learnt from your mistake , move on , grow stronger .'), (2335, 474, 'Johore, Malaysia', '@yq_lovelove I texted you love! &lt;3'), (2336, 399, 'Johor Bahru, Johore', 'Love deeply and passionately. You might get hurt, but that’s the only way to live life completely.'), (2337, 623, 'Johor Bahru, Johore', 'A sense of concern for others gives our lives meaning; it is the root of all human happiness.'), (2338, 565, 'Plentong, Johor Bahru', '@nanyAJs buang je keypad to n buat macam touch secreen je'), (2339, 69, 'Johore, Malaysia', '@eykafarhana_95 sebelah kiri tu cutenyaaaaaaaa hahaha'), (2340, 276, 'Johor Bahru, Johore', '@iqhwan143 bongok. haha'), (2341, 11, 'Plentong, Johor Bahru', 'The best relationship came from the best friendship.'), (2342, 633, 'Johor Bahru, Johore', 'Cooking maggie.'), (2343, 565, 'Plentong, Johor Bahru', '@ArinSofia diam diam nnti bisu'), (2344, 150, 'Plentong, Johor Bahru', '@IntanKhir Alahai adikku,zaman abang dah habis dikk,cewahhh,HAHA'), (2345, 120, 'Johor Bahru, Johore', 'If only ...'), (2346, 628, 'Tebrau, Johor Bahru', '@W4N3HN3H how in the heaven buleh main dengan lipas...HAHAHAH'), (2347, 626, 'Johor Bahru, Johore', 'falling very sick. keep\nshivering n feeling damn cold ;( though fan is at the lowest :( 病死最好'), (2348, 26, 'Johore, Malaysia', 'I miss you.'), (2349, 120, 'Johor Bahru, Johore', 'Yeah i need a fucking brick on my head now .'), (2350, 565, 'Plentong, Johor Bahru', '@yayailyani like me'), (2351, 556, 'Malaysia', '@Airinqz นอนยังหมิววว = ='), (2352, 502, 'Johor Bahru, Johore', '@AfiqRazif why? Got bed don''t want sleep!'), (2353, 585, 'Johor Bahru, Johore', '@SATANB4BYY , I know. :)'), (2354, 384, 'Malaysia', 'ยาวววววววววว~'), (2355, 565, 'Plentong, Johor Bahru', '@nanyAJs hahahaha...sebab bukan la saya suruh buat...'), (2356, 628, 'Tebrau, Johor Bahru', '@W4N3HN3H yeah, exactlyyyy omg'), (2357, 384, 'Malaysia', 'เรื่อยๆ ไป จน แก่~^^'), (2358, 124, 'Johor Bahru, Johore', '@TrulyLee ohhh . Hahaha ! Tweeting , playing scramble with friends and baring2 and whatsapp . Nothing much to do . Bored . :('), (2359, 634, 'Plentong, Johor Bahru', 'I''m at Restoran Ahmad Khan http://t.co/XdYm0TXS'), (2360, 502, 'Johor Bahru, Johore', '@KhaiHehaaa okay boss. Sorry I don''t understand that mindset of yours. Me and you got generation gap.'), (2361, 399, 'Johor Bahru, Johore', '“I love you. I am who I am because of you. You are every reason, every hope, and every dream I’ve ever had.” —Dear John'), (2362, 437, 'Johore, Malaysia', 'Kaburrr !!! Zzzz hhhaa @Starjulianus RT @senjaperempuan: Bahahahahaha!! ( ● )( ● (cont) http://t.co/c24t2ZqF'), (2363, 556, 'Malaysia', '@Namhompuc พี่น้ำหอม ~ ~ คิดถึง ^^'), (2364, 124, 'Johor Bahru, Johore', '@corinnesong who ? Me or\nHim ?'), (2365, 602, 'Plentong, Johor Bahru', '@17_Unknowns heloo.dah pengsan ehk?0.o'), (2366, 575, 'Plentong, Johor Bahru', '@hnrzl Hahaha teros mention ehh. Ada kene cepuk ni kangg ;D'), (2367, 634, 'Plentong, Johor Bahru', 'I''m at Permas Jaya Restoran Ahmad Kham http://t.co/Z1i2KsXB'), (2368, 529, 'Johor Bahru, Johore', 'I dont know how to feel right now.'), (2369, 267, 'Johor Bahru, Johore', '@ineffablewords take sleeping pills? Lol'), (2370, 124, 'Johor Bahru, Johore', '@HIDZA_AH are you sure ? I don''t mind you know .'), (2371, 364, 'Johor Bahru, Johore', 'Yes you''re right , he''s using you and you''re just a tool to him . Time to wake up my dear.'), (2372, 120, 'Johor Bahru, Johore', 'Godamned shall rush to the toilet .. Stomach is about to explode again'), (2373, 425, 'Kota Tinggi, Johore', 'Kimak pt suro aku handjob eh'), (2374, 635, 'Indonesia', '945fd0eae0000000'), (2375, 529, 'Johor Bahru, Johore', 'A lil hurt, a lil curious, a lil angry, a lil disaapointed. Mixed feelings it is.'), (2376, 62, 'Indonesia', 'hahahaha...@Dewisoesana'), (2377, 276, 'Johor Bahru, Johore', '@iqhwan143 padia yg slah satu ? antara jb ngan sum41 ka ?'), (2378, 150, 'Plentong, Johor Bahru', '@IntanKhir sekarang ni zaman enjoy and ready untuk study pulakk,sekolah2 ni dah takde dah :P'), (2379, 636, 'Johor Bahru, Johore', 'Sweet girl. Don''t worry about me and go to bed alright. Goodnight baby, sleep tight! ❤ RT (cont) http://t.co/im8Q0sC3'), (2380, 474, 'Johore, Malaysia', 'RT @SolomenKor You do the most adorable things without realizing it.'), (2381, 587, 'Johore, Malaysia', 'I just ousted Jonathan Y. as the mayor of Basketball Court @ Marine Terrace on @foursquare! http://t.co/mrd9V2Kj'), (2382, 173, 'Kota Tinggi, Johore', 'K goodnight. I feel Accomplished but feels like more could be done haha shall wake up early Tmr to do. :)'), (2383, 364, 'Johor Bahru, Johore', 'Got that feel to bong ahzen''s face . She doesn''t seems to understand anything .'), (2384, 637, 'Johore, Malaysia', '"If you''re going to be thinking anything, you might as well think big." - Donald Trump (via @GreatestQuotes) Singapore 470626'), (2385, 638, 'Johore, Malaysia', '@abutoyeke ok.'), (2386, 124, 'Johor Bahru, Johore', '@TrulyLee hahaha . I know . Something is wrong with me . Dah makan ? :)'), (2387, 413, 'Johore, Malaysia', '@nermaine thank you:)) nice to meet you:))'), (2388, 520, 'Pontian, Johore', 'saya ingat awak dah tidur &gt;&lt;'), (2389, 124, 'Johor Bahru, Johore', 'Nak main game ?'), (2390, 11, 'Plentong, Johor Bahru', 'Beauty is not from your face its from your heart.'), (2391, 610, 'Johor Bahru, Johore', 'Where is the angel that suppose to sprinkle sleeping powder on my eyes... Are they having holidays today?'), (2392, 639, 'Senai Kulai, Kulai Jaya', 'Lepak jom (at Baskin Robbins) [pic] — http://t.co/G6zQIX8o'), (2393, 69, 'Johore, Malaysia', '@eykafarhana_95 taknak otp nan i?? hahahha :P'), (2394, 602, 'Plentong, Johor Bahru', '@17_Unknowns -.- takleh tido seh . tak nantok ehk?'), (2395, 640, 'Johor Bahru, Johore', 'I''m at Terminal 3 (Singapore, Singapore) w/ 3 others http://t.co/H7nbno5p'), (2396, 267, 'Johor Bahru, Johore', '@ineffablewords oh... For Mac breakfast?'), (2397, 240, 'Johor Bahru, Johore', 'Alhamdulillah he''s gone for good. I don''t have to stay up all night just to wait for dad to come home. Amin.'), (2398, 556, 'Malaysia', '@Namhompuc บ่นเยอะน๊าเนี่ย ;p ใจเย็นๆหน่อยย ~'), (2399, 116, 'Johore, Malaysia', '@markycortez ewwwwww'), (2400, 585, 'Johor Bahru, Johore', 'I miss someone. Can''t tell you .'), (2401, 637, 'Johore, Malaysia', '来週は福岡に行きます。3月19日(月)午後7:00から福岡ハーベストチャーチと3月20日(火・祝)は午後12時30分からフルゴスペル福岡教会です。お近くの方は是非来て下さい! (via @konghee)'), (2402, 364, 'Johor Bahru, Johore', 'I don''t want my loved ones to be upset &amp; moody . I won''t like it .'), (2403, 240, 'Johor Bahru, Johore', 'I hope he won''t come back. Again.'), (2404, 575, 'Plentong, Johor Bahru', '@hnrzl Haha berapa banyak ladies kau adaa? 1 cukuplaa jgn tamak kangg semua lari XD'), (2405, 474, 'Johore, Malaysia', 'RT @SolomenKor I''m here for you. Through whatever, whenever.'), (2406, 50, 'Johor Bahru, Johore', '"@irellycouture: #StronglyAttractedTo A guy who can sing to me whenever even if he has an ugly voice he tries &lt;3"'), (2407, 348, 'Malaysia', '@DARIQ_7 ผู้ชายต่างหาก ก็หนูชอบทั้งหญิงทั้งชายอ่านะ'), (2408, 642, 'Johore, Malaysia', 'With Orchard peeps! (@ Zirca &amp; Rebel) http://t.co/zEpS7hkh'), (2409, 643, 'Johor Bahru, Johore', 'LORI SHOULD BE SLAPPED!!!!'), (2410, 240, 'Johor Bahru, Johore', 'I''m sleepy already. Sleeping with mummy tonight, haha. Goodmornight :3'), (2411, 67, 'Johore, Malaysia', '@leavemyworld so soft ._.'), (2412, 192, 'Johor Bahru, Johore', 'negative nye asrul. tsk!'), (2413, 310, 'Johore, Malaysia', '@daphne_61 i wnt it dat wayyyy'), (2414, 399, 'Johor Bahru, Johore', 'You’re mine and only mine. All right reserved.'), (2415, 50, 'Johor Bahru, Johore', '#StronglyAttractedTo Guys that can play guitar well :)'), (2416, 240, 'Johor Bahru, Johore', 'Kipas buat perangai. Hais, bising la!'), (2417, 364, 'Johor Bahru, Johore', 'You''re banged more than a taxi door &amp; you call others slut? Time to do some self-reflection my dear. (:'), (2418, 529, 'Johor Bahru, Johore', 'I feel like crying !!!!!!'), (2419, 11, 'Plentong, Johor Bahru', '1 universe 8 planets 7 continets 100+countries 50 states 6 billion +people and I meet you.'), (2420, 150, 'Plentong, Johor Bahru', '@IntanKhir study bebas,sekolah ada law,study org dewasa,sekolah budak2,different isnt it ?'), (2421, 426, 'Johor Bahru, Johore', '@Colinezz @shoeebird I got suspended. Coming back this Sunday.'), (2422, 67, 'Johore, Malaysia', '@leavemyworld hehe already half way thru the vid already.. u recorded with 4s?'), (2423, 124, 'Johor Bahru, Johore', '@corinnesong hmm , yeah i guess so . Just treat him like a normal friend . Well , i know it''s hard but have to try .'), (2424, 645, 'Johore, Malaysia', 'I''m at Shake Club w/ @eatmypocky @xuetinghurrrray @evan633 @smexyypawx @veraciousliar @fuckyeaheffy http://t.co/Abv2kLwe'), (2425, 602, 'Plentong, Johor Bahru', '@17_Unknowns I''m hungryyyy!! but malas to walk to the kitchen to cook .'), (2426, 520, 'Pontian, Johore', 'hihi, macam mana boleh terbangun gula ? hee :)'), (2427, 250, 'Johor Bahru, Johore', '“@naiveheroine: KIMAK TETEK NI THE BEST http://t.co/gI69GXKB”'), (2428, 124, 'Johor Bahru, Johore', '@TrulyLee ahhahahah ! Kedai mane buka yana ? Kalau buka , saya belikan awak . :)'), (2429, 256, 'Johor Bahru, Johore', '@Alfreda_L which show is that ?'), (2430, 276, 'Johor Bahru, Johore', '@iqhwan143 OKAY FINE'), (2431, 646, 'Plentong, Johor Bahru', 'rndu kat abah &lt;3'), (2432, 556, 'Malaysia', '@Namhompuc 55555555แต่มันก็จิงๆ-0- แต่บ่นทีมายาวเยยย แต่อ่านละเพลินดี ;p'), (2433, 647, 'Johore, Malaysia', 'At The Shoppes at Marina Bay Sands — http://t.co/GzMD4C6z'), (2434, 256, 'Johor Bahru, Johore', 'Jen is a total witch urgh'), (2435, 529, 'Johor Bahru, Johore', 'Ayang masey tak faham ? How should i put this ?'), (2436, 648, 'Johor Bahru, Johore', 'I just became the mayor of Bus 86 on @foursquare! http://t.co/xT80mRIR'), (2437, 649, 'Johor Bahru, Johore', '@ChervinaT LOL. Sophie scolding you.'), (2438, 384, 'Malaysia', '@Gonzalo_Ying กะยิง~เพิ่งตื่นหรอ??--''55555'), (2439, 256, 'Johor Bahru, Johore', 'She is so scheming and manipulative !'), (2440, 630, 'Johor Bahru, Johore', 'I felt your presence, bro.'), (2441, 565, 'Plentong, Johor Bahru', '@nanyAJs hahahahaha..xdela memain jelaaa'), (2442, 502, 'Johor Bahru, Johore', '@KhaiHehaaa ahbeng, don''t act one gentle hor.'), (2443, 250, 'Johor Bahru, Johore', '@Ohsnapitszee go watch 3 boob porn. I see bfr.'), (2444, 565, 'Plentong, Johor Bahru', '@ArinSofia hehehehe yeke knape xkn bisu'), (2445, 124, 'Johor Bahru, Johore', '@TrulyLee buatkan ? i can . . :)'), (2446, 630, 'Johor Bahru, Johore', 'Although you might not have do anything or said anything, but I''ve said my piece.'), (2447, 650, 'Malaysia', 'ได้เวลาของเตียงดูดแล้ว!! (@ Bimmy''s Sweet room) http://t.co/MsCCdR74'), (2448, 552, 'Johore, Malaysia', 'Shall make my passport tml !! And GYM and then go for work !! Hectic day ahead !! Hoots .. Gotta get some rest :)'), (2449, 529, 'Johor Bahru, Johore', 'Happy birthday haziq. I have no idea how to contact you. No FB -_- ouh well, Just wanna wish you happy birthday(: much misses !'), (2450, 649, 'Johor Bahru, Johore', '@ChervinaT Sophie asked if you wanna go jogging tomorrow morning.'), (2451, 628, 'Tebrau, Johor Bahru', 'Kerek kape kau, sorry taknak beh nak ape? Ugh'), (2452, 348, 'Malaysia', '@DARIQ_7 บอกไม่ได้'), (2453, 120, 'Johor Bahru, Johore', 'Nahh.. You''re not ... You''ve done alot for me .. You''re the one who has been there for me .. When i really needed someone .. Always'), (2454, 364, 'Johor Bahru, Johore', 'Don''t worry , I''m not as weak as you think.'), (2455, 443, 'Malaysia', '@peatdrumanswer เล่นประจำแล้วเหรอคับได้ไปวันอื่นเผื่อวันนั้นไม่ว่าง'), (2456, 66, 'Malaysia', '@GiigHyuk ค่อยเจอหน้าคอนละกัน พรุ่งนี้ให้เึ้่ค้าไปเอาเสื้อป่ะ อยู่บ้านกี่โมง'), (2457, 384, 'Malaysia', 'อยู่กันอย่างนี้นานๆน้ะเธอ^[]^'''), (2458, 610, 'Johor Bahru, Johore', 'Pfft.. On bed staring at dark black walls'), (2459, 556, 'Malaysia', '@Namhompuc เพลิน555555บางทีอ่านก็ฮาอะ5555555 ด่าแบบแปลกๆดี-0-'), (2460, 124, 'Johor Bahru, Johore', '@corinnesong i understand that . I feel\nIt too till now . I can''t leave everything just like . So ,take one step at a time . I''ll guide u ?'), (2461, 443, 'Malaysia', '@peatdrumanswer อ่อคับได้เลยจะไปเมาสักวัน'), (2462, 192, 'Johor Bahru, Johore', '@Acerul itu favourite sia tu.'), (2463, 276, 'Johor Bahru, Johore', '@iqhwan143 perot aku tak sedap. tu takleh tido. bila bila masa ja lari p toilet nihh. hg call laa mera ajak kpl balek'), (2464, 67, 'Johore, Malaysia', '@leavemyworld Your first viewer. I finished watching(:'), (2465, 384, 'Malaysia', 'อยากหยุดเวลานี้~อยากเก็บเวลานี้ไว้จริงๆ&gt;[]&lt;'), (2466, 124, 'Johor Bahru, Johore', '@TrulyLee hahah . Satu hari saya akan buat . You prefer beef ?'), (2467, 520, 'Pontian, Johore', 'hala kesian, haha , mengantuk tak gula ? :)'), (2468, 179, 'Johor Bahru, Johore', '@Yusiol 7.30 am, mechanical engineering, east , you?'), (2469, 502, 'Johor Bahru, Johore', 'This time round, I didn''t piss you off.'), (2470, 150, 'Plentong, Johor Bahru', '@IntanKhir tak tahu lagi,maybe more to electrical kot.wish me luck kay,HAHA'), (2471, 651, 'Johor Bahru, Johore', 'Goodmornights ! (@ BeetleJuice Graveyard &lt;3) http://t.co/p141CJgv'), (2472, 267, 'Johor Bahru, Johore', '@ineffablewords Maia in Portugal?'), (2473, 443, 'Malaysia', '@DjPChod พี่ฉอด คร๊าบอยากมีแฟน อิอิทำไงคับ'), (2474, 124, 'Johor Bahru, Johore', '@corinnesong great . Anything you have in mind , let me know . I''ll do something about it . What you go through , i been through also .'), (2475, 67, 'Johore, Malaysia', '@leavemyworld just becuz i finished watching?'), (2476, 652, 'Johore, Malaysia', '宽以视人,严以待己...a simple chimes proverb, but how many ppl can do that le??'), (2477, 653, 'Johore, Malaysia', 'Baby you''ve got me dreaming about you day and night'), (2478, 122, 'Johore, Malaysia', 'Without a doubt, being care free is better!\nHakuna matata!'), (2479, 575, 'Plentong, Johor Bahru', '@hnrzl Hahaha memandai je kauu. Dngr dr mana ni? Ishh'), (2480, 250, 'Johor Bahru, Johore', '@SayitYus @hazmicurtin_ lol'), (2481, 483, 'Johor Bahru, Johore', 'Sometimes reali feel like giving up'), (2482, 124, 'Johor Bahru, Johore', '@TrulyLee hehehehe . :) my pleasure :) erm , how many layers you want ?'), (2483, 556, 'Malaysia', '@Namhompuc 5555555ใช่มันคงเรียกว่าด่าแบบด่าไม่ออกไม่รู้จะหาคำไหนมาด่าไรแบบนี้ช้ะ?-0- ,, อย่าเสียใจดิ้ เป็นไร ~? =) เราก็กำลังเซงๆพอดี = ='), (2484, 652, 'Johore, Malaysia', 'Got a feeling my Chinese deteriorating but my England doesn''t seem to improve either. &gt;.&lt;'), (2485, 74, 'Johor Bahru, Johore', 'Mom loves my early birthday present for her. Yeeeey!!!! ❤'), (2486, 348, 'Malaysia', '@DARIQ_7 แง้ๆๆๆๆๆๆๆๆๆๆ แซดมากมายเป็นคนที่ใครๆก็รุจัก T^T'), (2487, 472, 'Johor Bahru, Johore', 'I forgot what night it was until my friends ask me if I''m going to club just now'), (2488, 276, 'Johor Bahru, Johore', '@iqhwan143 fak u'), (2489, 430, 'Johore, Malaysia', 'Tdy off.\nBoss: Tomorrow you want off?\n I need you full shift on friday.\nTareq: roger tango yankee.\nWhat''s the plan?'), (2490, 66, 'Malaysia', '@GiigHyuk เอาเบอร์มาเซ้ ในดีเอ็ม'), (2491, 472, 'Johor Bahru, Johore', 'Knn too late..nvm got next week'), (2492, 502, 'Johor Bahru, Johore', '@KhaiHehaaa can you see the word ''ACT'' HAHAHAHA NOT DRUNK AT ALL PLEASEEEE'), (2493, 499, 'Johor Bahru, Johore', 'Bye! Hope you come back cheena-fied! @zacpwnz'), (2494, 472, 'Johor Bahru, Johore', 'Fri electric playground ?'), (2495, 150, 'Plentong, Johor Bahru', '@IntanKhir HAHA,insyaallah,HAHA,ntah apa lahh result i ni,HAHA,'), (2496, 384, 'Malaysia', 'เงียบ----"'), (2497, 267, 'Johor Bahru, Johore', '@ineffablewords lol.. Never flew there b4.. Genting?'), (2498, 655, 'Johor Bahru, Johore', 'I need longer holidays.'), (2499, 656, 'Johore, Malaysia', 'Your actions were uncalled for. Fuck you.'), (2500, 479, 'Singapore', '#StronglyAttractedTo High patience levels and tactful people who think before they speak'), (2501, 120, 'Johor Bahru, Johore', 'Shall stay up .. Don''t know if what i said ... Can be ... :/ well.. I most certain it won''t ..'), (2502, 657, 'Johor Bahru, Johore', 'cooling yet frustrating night. (@ lingoland!! :D) http://t.co/uf8gfB1u'), (2503, 658, 'Johor Bahru, Johore', 'I''m at ~ Zhuzhu''s Mansion ~ http://t.co/2H1P2gK5'), (2504, 575, 'Plentong, Johor Bahru', '@hnrzl Haha ZZzzzz -.-'), (2505, 124, 'Johor Bahru, Johore', '@corinnesong hahaha , no problem . :) rmb , everybody can move on but the past memories is the problem .'), (2506, 659, 'Johor Bahru, Johore', 'Going to watch movie tomorrow. Must wake up at 12 in the morning but still haven''t sleep yet.'), (2507, 425, 'Kota Tinggi, Johore', 'Haiz what a nightmare'), (2508, 660, 'Plentong, Johor Bahru', 'safely arrived =)'), (2509, 502, 'Johor Bahru, Johore', 'Me and you = no future.'), (2510, 67, 'Johore, Malaysia', '@leavemyworld WALAO ); what! i find it okay! ive seen worse!!! dont take it downnnn'), (2511, 479, 'Singapore', 'So lazy to go and collect the medical report later:&lt; Can somebody do it for me?! D;'), (2512, 661, 'Johore, Malaysia', 'Who is going to camp tomorrow and have yet to sleep ?'), (2513, 556, 'Malaysia', '@Namhompuc โอ๋เอ๋น๊า,, ฮื่อ = ='), (2514, 565, 'Plentong, Johor Bahru', 'no women no cry'), (2515, 502, 'Johor Bahru, Johore', 'Hey boy, just stop trying.'), (2516, 553, 'Johore, Malaysia', '14.03.2012 Krabi, Thailand &amp;gt;&amp;gt; Singapore http://t.co/7NVXNr0q'), (2517, 124, 'Johor Bahru, Johore', '@TrulyLee whuuuuuuuut ?! HAHAHAHAH ! Tak padan dgn kecil . :) banyak nye ! Hahaha . I''ll do my own . :) what do you want in that lasagne ?'), (2518, 661, 'Johore, Malaysia', 'Sian . Should i bring my homework there to do at night?'), (2519, 565, 'Plentong, Johor Bahru', '@ArinSofia hahahahah..jgn laaa mrh dik oiiii'), (2520, 124, 'Johor Bahru, Johore', '@HIDZA_AH hi . Whatsapp please .'), (2521, 660, 'Plentong, Johor Bahru', 'first time aku drive jejak 155km/h . nasib baik panjang umur sempat sampai rumah .'), (2522, 250, 'Johor Bahru, Johore', 'Ye lah aku tweet sume tk layan. Dah ah bye. Aku gi Facebook pulak.'), (2523, 348, 'Malaysia', '@DARIQ_7 เยสสสส เขามีแฟนแล้วด้วยเลยอกหัก ๕๕๕ เริ่มชอบได้เดือนกว่าๆเอง T^T'), (2524, 150, 'Plentong, Johor Bahru', '@IntanKhir bye intan,night :)'), (2525, 364, 'Johor Bahru, Johore', 'You told others how bad I am . Yet I told others how great you are and how I need you in my life .'), (2526, 662, 'Plentong, Johor Bahru', 'sleep (@ Villa Sri Stulang) http://t.co/4OnRnnp8'), (2527, 575, 'Plentong, Johor Bahru', 'Panjang umur diaa pendek akalnyaa. Haha'), (2528, 663, 'Johor Bahru, Johore', 'I really wanna talk to you right now'), (2529, 660, 'Plentong, Johor Bahru', 'ingatkan nak smpai 160 terus , tpi angah kat sebelah dah kecut2 -.-'), (2530, 124, 'Johor Bahru, Johore', '@TrulyLee #teraseplease .'), (2531, 664, 'Plentong, Johor Bahru', 'Study sejarahhh! (@ Gamer''s Hideout) http://t.co/tsOeZRfp'), (2532, 116, 'Johore, Malaysia', 'Grrrr! Apparently Magnum is cheapest in Dubai, followed closely by Manila. Guess where it''s most expensive? #hellosg #magnum #istilldontcare'), (2533, 666, 'Malaysia', 'I''m at Home"แบงค์๔สลึง" (หาดใหญ่, อนุสรณ์อาจารย์ทอง) http://t.co/Em3aM9Zh'), (2534, 520, 'Pontian, Johore', 'kesian niii pung , hee, oh , baca la,tweet tu untuk gula sorang je :) hehe'), (2535, 667, 'Kota Tinggi, Johore', 'I''m at Budget Terminal (Singapore, Singapore) w/ 3 others http://t.co/b4gB93Rf'), (2536, 660, 'Plentong, Johor Bahru', 'btw , John Carter tak sebest yg diharapkan . a bit disappointed .'), (2537, 668, 'Johore, Malaysia', 'Decided to continue watching running man instead of sleeping early'), (2538, 565, 'Plentong, Johor Bahru', 'SELAMAT MALAM DUNIA ESOK KITA JUMPA LAGI KALAU PANJANG UMUR..'), (2539, 546, 'Singapore', '@SayTricky @syarifsleeq Jangan Sampai Terlambat is playing on Warna right now ! So much happy memories................'), (2540, 669, 'Johore, Malaysia', 'I''m at The Butter Factory (Singapore) w/ 11 others http://t.co/YlGlcRpP'), (2541, 67, 'Johore, Malaysia', '@leavemyworld chillax not that bad uh(:'), (2542, 399, 'Johor Bahru, Johore', '“@STAINEDWBLO0DZ: @beebeeangel: Tell me I''m important, will you?”'), (2543, 661, 'Johore, Malaysia', '@Velaseca i totally agree ! But i think even if we do not have any camp. We still wont finish it !'), (2544, 585, 'Johor Bahru, Johore', 'I love you @SATANB4BYY ❤'), (2545, 556, 'Malaysia', '@Namhompuc เข้าใจ-0-.. น่าเซงเนอะ'), (2546, 670, 'Johor Bahru, Johore', 'Good morning (@ FTW''s House ) http://t.co/yEqsuckG'), (2547, 54, 'Johore, Malaysia', '2:56am\n\nHey; I really hope/wish that you can have your originality and stop copying me what i have :( get a life and change it! Beg you :('), (2548, 26, 'Johore, Malaysia', 'finally whatsapp ing @twittnettey after so long ):'), (2549, 626, 'Johor Bahru, Johore', 'my head hurts badly .... heart too.. jus let me die..'), (2550, 276, 'Johor Bahru, Johore', '@MIMIHOlaa tgh tido lah nihh'), (2551, 364, 'Johor Bahru, Johore', 'Extremely extraordinary .'), (2552, 671, 'Johore, Malaysia', '@bexchew LOL Wth !'), (2553, 556, 'Malaysia', '@TangMoaloha ฉันจะบ้าตาย = ='), (2554, 546, 'Singapore', 'Feels so bored when Lela is not around.'), (2555, 66, 'Malaysia', 'ยังไม่จัดเป๋าเลยอ่าาาาาาาาา'), (2556, 67, 'Johore, Malaysia', '@leavemyworld HOW CAN IT BE SCREWED WITH JUST THAT ONE INNOCENT VIDEO? DEE KOSH IS WORSE RIGHT..'), (2557, 124, 'Johor Bahru, Johore', '@TrulyLee yeah sure . :) heheheh . No problem . :) hahah , so tiut .'), (2558, 556, 'Malaysia', 'อย่าคบกันเลยถ้ารักมันทำให้น้อยใจ ฉันคิดจะทนได้นานแต่นานกว่านี้คงไม่ไหว = ='), (2559, 672, 'Johor Bahru, Johore', 'Taman Rashidah Utama~ Jiwaaaaang !'), (2560, 124, 'Johor Bahru, Johore', '@TrulyLee why ?! :''('), (2561, 276, 'Johor Bahru, Johore', '@MIMIHOlaa imbaaa dowhh. zzz'), (2562, 673, 'Johor Bahru, Johore', 'ROBL (@ Barbie''s Bed) http://t.co/JxxPV0tq'), (2563, 276, 'Johor Bahru, Johore', '@iqhwan143 zzz'), (2564, 674, 'Johore, Malaysia', 'Katy perry- thinking of you'), (2565, 575, 'Plentong, Johor Bahru', '1, 2 , 3 Smileeeeeeeee :)'), (2566, 546, 'Singapore', 'Going to watch Meet The Robinsons later.'), (2567, 675, 'Johor Bahru, Johore', 'I''m at Burger King (Singapore, Singapore) http://t.co/K59SmX0o'), (2568, 399, 'Johor Bahru, Johore', 'Who the fuck? You better watch out, bitch. I’ll cut your face if you do anything funny, I swear.'), (2569, 676, 'Singapore', 'kuch to hai tujhse raabta.. #inlovewiththissong #nowplaying'), (2570, 11, 'Plentong, Johor Bahru', 'Every song has a memory; every song has the ability to make or break your heart.'), (2571, 520, 'Pontian, Johore', 'yang keeeedua pungg, haha , alah gula kuat la , kuat macam boboiboy, haha :D'), (2572, 479, 'Singapore', 'Miracles are happening all over the world. Stop staring at what''s ticking you off, for a moment. And just look at the great things around!:D'), (2573, 11, 'Plentong, Johor Bahru', 'True friendship isn''t being inseparable, it''s being separated and nothing changes.'), (2574, 677, 'Johore, Malaysia', '@MariAVidAChariS alive na alive ka namn nang ah! u ok?'), (2575, 11, 'Plentong, Johor Bahru', 'I like it when you talk to me first. Then I know you were thinking about me for a while.'), (2576, 276, 'Johor Bahru, Johore', 'dont waste ur time pleasee. submit it tomorrow then nothing will be worried.'), (2577, 11, 'Plentong, Johor Bahru', 'Whats LOVE? In math: A problem. In history: A war. In chemistry: A reaction. In art: A heart. In me: You'), (2578, 124, 'Johor Bahru, Johore', '@TrulyLee sure . :) no problem . As soon as i''m done doing the lasagne , i''ll bring it to you and teach you . :)'), (2579, 660, 'Plentong, Johor Bahru', 'typical malay , cepat sangat judge orang itu ini based on one side je kan ? critical thinking sikit boleh ?'), (2580, 678, 'Johore, Malaysia', 'I just ousted @myrightnotyours as the mayor of South Coast on @foursquare! http://t.co/rHN6g4jD'), (2581, 364, 'Johor Bahru, Johore', 'Sorry to say that I don''t feel sorry at all . I live my life the way I want . Not as you please .'), (2582, 11, 'Plentong, Johor Bahru', 'Lucky = A man who is a woman''s 1st love. Luckier = A woman who is a man''s last love.'), (2583, 679, 'Johor Bahru, Johore', 'How did i ever lose tt confidence n tt f care I once had. I wish I''m back to being myself instead of this me whom I dun understand at all.'), (2584, 11, 'Plentong, Johor Bahru', 'When will I find that Bruno Mars of my life...'), (2585, 575, 'Plentong, Johor Bahru', '3.00 AM'), (2586, 66, 'Malaysia', '@ssmijc ไก่น้อยแม่งดูไปดูมาก็น่าเอ็นดู ชอบตอนไก่เต้นมากอ่ะ'), (2587, 11, 'Plentong, Johor Bahru', 'Never expect, never ask &amp; never demand. Just let it be. Because if it''s meant to be, it will happen just the way you want things to be'), (2588, 67, 'Johore, Malaysia', '@leavemyworld volumise a little speak with more confidence as if you''re making a point, don''t do it becuz you''re down plain boredd'), (2589, 11, 'Plentong, Johor Bahru', 'Dear Facebook, we asked for a ''dislike'' button, not a confusing profile layout, or a smaller font size! - Facebook User'), (2590, 661, 'Johore, Malaysia', '@Velaseca i will procrastinate till the weekends to chiong . Why? I think it would be fun . Hope im right ! I hope it dosent sucks .'), (2591, 11, 'Plentong, Johor Bahru', 'Dear eyelashes, wishbones, dandelions, pennies, shooting stars, 11:11, and birthday candles, do your job.'), (2592, 565, 'Plentong, Johor Bahru', '@ArinSofia bgosla kalu xmarah..saya tido duluu esk kerja pagi...selamat malam sweet dream sofia'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (2593, 575, 'Plentong, Johor Bahru', 'Time to sleep, Byebyee :)'), (2594, 680, 'Johore, Malaysia', 'Where can i get $11.5k..?'), (2595, 11, 'Plentong, Johor Bahru', 'Kisses are like tears, the only real ones are the ones you can’t hold back.'), (2596, 681, 'Pulai, Johor Bahru', 'Just arrived (@ Skudai Flyover) http://t.co/yUQcufdQ'), (2597, 682, 'Malaysia', '@zarifvalensi x der plak dia ckap, tp biasanya, ada jer,,,'), (2598, 124, 'Johor Bahru, Johore', '@TrulyLee alah , jgn lah gitu . I don''t eat people . :) seriously . I eat food . :) hahaha ! I''m friendly kan ?'), (2599, 683, 'Johore, Malaysia', 'I''m at Rebel Boutique Club (Singapore, Singapore) w/ 20 others http://t.co/rkh5TaDr'), (2600, 11, 'Plentong, Johor Bahru', 'Trust is like a paper, once it''s crumpled it can''t be perfect again.'), (2601, 287, 'Senai Kulai, Kulai Jaya', '@ahmadsyauqiPO baru nak bukak pre order kanda.. Kanda punya ape code? Baru dapat pricing'), (2602, 69, 'Johore, Malaysia', '@eykafarhana_95 nape tk tido lagi? nk jadi burung hantu? hahah'), (2603, 11, 'Plentong, Johor Bahru', 'Being single = less drama, but lonely. Being in a relationship = chance of being cheated, but chance of being loved. The choice is yours.'), (2604, 287, 'Senai Kulai, Kulai Jaya', '@fahmymohdyasin stay tune ;)'), (2605, 460, 'Johor Bahru, Johore', 'Why regret when once you chose it to be that way? Hmm.. When will it ever be my turn. :(('), (2606, 679, 'Johor Bahru, Johore', 'Nth happened. N I''m thinking all tis once again. Wat had gotten into me ever since tt incident??'), (2607, 11, 'Plentong, Johor Bahru', 'Before you judge, act. Before you speak, listen. Before you hate, love. Before you write, think. Before you quit, try.'), (2608, 11, 'Plentong, Johor Bahru', 'B.I.T.C.H = Beautiful. Intelligent. Talented. Charming. Hell of a Woman ♥'), (2609, 124, 'Johor Bahru, Johore', '@corinnesong don''t worry . I tell you more of it when we meet . :)'), (2610, 11, 'Plentong, Johor Bahru', 'First day of school: "SCHOOL IS AWESOME!" Second day of school: "How many days until VACATION?"'), (2611, 682, 'Malaysia', 'Usaha setakat yang termampu..'), (2612, 11, 'Plentong, Johor Bahru', '"Dude its not working." ... "Is it plugged in?" ... "Wait... (*plugs it in*) ... OK, now it''s working."'), (2613, 684, 'Pulai, Johor Bahru', 'Tidur (@ Taman Sri Putri, Skudai) http://t.co/jq02E6bF'), (2614, 348, 'Malaysia', '@DARIQ_7 ง่า ไปอ่ะ ทำไม่ได้จริงๆๆ แซดอย่างหนัก'), (2615, 124, 'Johor Bahru, Johore', '@TrulyLee hehehhe . Of course you are . :) hahahah'), (2616, 11, 'Plentong, Johor Bahru', 'I like it when you smile, but I love it more when I am the reason.'), (2617, 11, 'Plentong, Johor Bahru', 'Relationships cannot survive on LOVE alone. For it to endure, it must be accompanied by HONESTY, TRUST &amp; SACRIFICE.'), (2618, 51, 'Johor Bahru, Johore', 'I''m at Kianeng Bed, Lalaland! http://t.co/ClMJWrJP'), (2619, 11, 'Plentong, Johor Bahru', 'Should I trust my heart or my instinct?'), (2620, 78, 'Johore, Malaysia', '@JosephhJosephh like i last time i train very hard i got the chance to go to the ring fight. But i waste the.chance :('), (2621, 364, 'Johor Bahru, Johore', 'I always wish that there''ll be someone that will be always there for me .'), (2622, 11, 'Plentong, Johor Bahru', 'I''m not even on drugs. I''m just weird.'), (2623, 679, 'Johor Bahru, Johore', 'F it. I''m juz being a stranger to myself nowadays. Juz go to sleep ass.'), (2624, 682, 'Malaysia', '@xxamalinxx aah, esok pa ada test anatomy,,, All parts of Digestive system,,,'), (2625, 11, 'Plentong, Johor Bahru', 'There will always be those awkward moments when you walk by a person and remember everything you had.'), (2626, 67, 'Johore, Malaysia', '@leavemyworld ye was thinking of doing one for very long... wait until im prepared la LOLOLOLLL'), (2627, 575, 'Plentong, Johor Bahru', '@hnrzl @AAqylaa Cehh ni rupanya neelofaaa diaa ehh? Haha'), (2628, 253, 'Johore, Malaysia', 'I''m at Clarke Quay River Bank @ Central http://t.co/fJ9XsUva'), (2629, 685, 'Johor Bahru, Johore', '#allah @ Yanies Crip http://t.co/AZ36pwyF'), (2630, 661, 'Johore, Malaysia', '@Velaseca THINK POSITIVE! Haha. You dislike camps uhh?'), (2631, 626, 'Johor Bahru, Johore', '@jonlimjon haha... 伤心难过,生病头痛。。。 好累咯。。。'), (2632, 11, 'Plentong, Johor Bahru', 'Promises are meant to be broken. Deal with it.'), (2633, 51, 'Johor Bahru, Johore', 'You can be the lyrics while i sing them out'), (2634, 11, 'Plentong, Johor Bahru', 'Smiles are like band-aids. They cover up the pain, but it still hurts.'), (2635, 660, 'Plentong, Johor Bahru', 'time kau bawak aku nak terberak xtau plak RT @LiyanaNoh Rai bawak kete aku rase mcm naik roller coaster. Sampai rumah rase nak muntah. -.-'), (2636, 364, 'Johor Bahru, Johore', 'I''m trying to change to give you my best .'), (2637, 502, 'Johor Bahru, Johore', '@KhaiHehaaa never! Haha go sleep la ass, late already. Don''t rubbish rubbish here with me.'), (2638, 11, 'Plentong, Johor Bahru', 'That awkward moment when people think your guy best friend is your boyfriend.'), (2639, 686, 'Johore, Malaysia', '@uberburger101 Gerald is going. Maybe you can guide him there. Lol.'), (2640, 687, 'Johor Bahru, Johore', 'Cheese prata!  hahaha @lovelikebullet eating onion prata , confirm later fart like siao. (@ Coffee Station) http://t.co/4jebDtRm'), (2641, 11, 'Plentong, Johor Bahru', 'Without Facebook, I would forget 99% of all my friend''s birthdays.'), (2642, 11, 'Plentong, Johor Bahru', 'If it doesn''t make you happy, why do it?'), (2643, 56, 'Johor Bahru, Johore', 'Girl dengki nye . Tsktsk hahaha'), (2644, 26, 'Johore, Malaysia', '@twittnettey bopian. my working hours so late. talk on whatsapp! &lt;3'), (2645, 688, 'Johor Bahru, Johore', 'Not sleeping yet and thinking bout :) ^_^'), (2646, 11, 'Plentong, Johor Bahru', 'I know I shouldn''t like you, I tell everyone I don''t, I tell you I don''t, but I can''t help but smile every time someone brings up your name.'), (2647, 575, 'Plentong, Johor Bahru', '@AAqylaa Tuhaaa ada org minat cik Neelofaaa @hnrzl ;D'), (2648, 11, 'Plentong, Johor Bahru', '(I) am (l)ucky t(o) ha(v)e a fri(e)nd like yo(u)'), (2649, 11, 'Plentong, Johor Bahru', 'Be happy. Smile big. Laugh hard. Dream always. Love unconditionally. If you want it, make it yours!'), (2650, 11, 'Plentong, Johor Bahru', 'Sitting here, smiling. Life is good.'), (2651, 690, 'Johore, Malaysia', 'I''m at Club Avatar (Singapore) w/ 3 others http://t.co/ggsv0QFk'), (2652, 11, 'Plentong, Johor Bahru', 'Saying you love me is one thing. But showing me you love me is everything!'), (2653, 11, 'Plentong, Johor Bahru', 'Why does everyone say,"If you love someone, let them go"? If you really love someone, hold on tight and never let go ♥'), (2654, 460, 'Johor Bahru, Johore', '2 years, laidback duke to the extreme. (sick n tired)'), (2655, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hi bye :)'), (2656, 11, 'Plentong, Johor Bahru', 'I love you not because I need you, I need you because I love you.'), (2657, 124, 'Johor Bahru, Johore', '@corinnesong yeah , i guess so . Maybe i''m going commonwealth to ton there , maybe not .'), (2658, 661, 'Johore, Malaysia', '@Velaseca btw what time u sleeping uhh? Its 3 am in the morning already. 4 more hours of sleep:('), (2659, 502, 'Johor Bahru, Johore', '@KhaiHehaaa okay! See you! Goodnight! ^^'), (2660, 56, 'Johor Bahru, Johore', 'If you ever leave me baby . Leave so muffins at my door&lt;3'), (2661, 688, 'Johor Bahru, Johore', 'Not sleeping yet and thing bout u :) ^_^'), (2662, 11, 'Plentong, Johor Bahru', 'THAT SCARY MOMENT WHEN YOU''RE ABOUT TO SLEEP AND HORROR SCENES FLASH IN YOUR MIND!'), (2663, 56, 'Johor Bahru, Johore', '#np deep in love'), (2664, 575, 'Plentong, Johor Bahru', '@hnrzl Haha cehhcehhh, Yelaa aku fahamm XD'), (2665, 691, 'Johor Bahru, Johore', 'I''m at On Cab  (Singapore) http://t.co/2pllkLZG'), (2666, 56, 'Johor Bahru, Johore', 'Jom rave . Hahah'), (2667, 11, 'Plentong, Johor Bahru', 'Sarcasm: The ability to insult idiots without them realizing it.'), (2668, 688, 'Johor Bahru, Johore', 'Not sleeping yet and thinking bout u :) ^_^'), (2669, 51, 'Johor Bahru, Johore', 'I''m at SPC Bukit Panjang http://t.co/scvzmspd'), (2670, 56, 'Johor Bahru, Johore', 'Tertulis nama dihati'), (2671, 689, 'Malaysia', 'Just posted a photo @ Nectar Pub http://t.co/Yu15gXvu'), (2672, 11, 'Plentong, Johor Bahru', 'That awkward moment when your parents introduce you to their friends or co-workers.'), (2673, 575, 'Plentong, Johor Bahru', '@AAqylaa Haha, Ohh lupa Hi akak model :) Mcmna pose harini? Ok? ;D'), (2674, 11, 'Plentong, Johor Bahru', 'Sometimes you have to deal with a loser in tin foil to appreciate the knight in shining armor!'), (2675, 56, 'Johor Bahru, Johore', '@Sam_Hayley17 some*'), (2676, 652, 'Johore, Malaysia', '不要用他人的缺点来衬托出你那自以为是的优点,多欣賞/赞賞别人的优点,从中学习,你会发现你成长得更快!'), (2677, 423, 'Johore, Malaysia', 'Minkきちったなう。 @ Mink http://t.co/CsMGc0aL'), (2678, 51, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Ring Road Blk 448 http://t.co/J43at5BA'), (2679, 659, 'Johor Bahru, Johore', '#MarchMadness #MarchMadness #MarchMadness #MarchMadness'), (2680, 668, 'Johore, Malaysia', 'Where do I stand? I always ask myself.'), (2681, 479, 'Singapore', 'To my sanctuary, my place of bliss, peace, joy and sweet sweet happiness, the place where I can throw my weights away and feel relief.. bed!'), (2682, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa bitch uh ? Bye uh'), (2683, 124, 'Johor Bahru, Johore', '@TrulyLee ish , jangan lah smack . Smack tak bagus tau . :) macam\nNak makan org tapi takkan . hehehe . Hug boleh , cheyy , gurau je .'), (2684, 643, 'Johor Bahru, Johore', 'Wtf the episode ended like that?'), (2685, 78, 'Johore, Malaysia', '@JosephhJosephh ya same lor ... Working no time go.'), (2686, 124, 'Johor Bahru, Johore', '@corinnesong or whatsapp . Inform me earlier .'), (2687, 116, 'Johore, Malaysia', '@jabslim yeah. Whereas it''s just AED 4 in Dubai. Shucks.'), (2688, 659, 'Johor Bahru, Johore', 'Look at Judd''s face ! #LOL'), (2689, 124, 'Johor Bahru, Johore', '@TrulyLee suke eh ? :) hahahah .'), (2690, 56, 'Johor Bahru, Johore', 'Please don''t leave me no matter what happens . Cause my love for you will never fade .'), (2691, 520, 'Pontian, Johore', 'yeah ! menang , neneneneee , haha , amalina gula saya seorang . :)'), (2692, 256, 'Johor Bahru, Johore', 'I''m hating Jen like WTFBBQCHICKENWINGSWITHSAUCEONIT'), (2693, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hahah takpelah bb . What are you doing girl dengki ? Haha'), (2694, 483, 'Johor Bahru, Johore', 'Cooking Maggie now.been eating alot and never exercise. Pui si wa'), (2695, 124, 'Johor Bahru, Johore', 'Okay , jap lagi nak makan . Dah tak boleh take it .'), (2696, 529, 'Johor Bahru, Johore', 'I cant sleep -_-'), (2697, 69, 'Johore, Malaysia', '@eykafarhana_95 untuk kita boleh je? tapi tak reply pun. sedih! hais :''('), (2698, 250, 'Johor Bahru, Johore', '@missvouxiektty shh'), (2699, 502, 'Johor Bahru, Johore', 'Should I even text you?'), (2700, 51, 'Johor Bahru, Johore', 'Quiet, eerie much x('), (2701, 66, 'Malaysia', '@ssmijc ส่งมาเด้ ตายแล้ววว ไก่พลาดเรอะ'), (2702, 66, 'Malaysia', '@GiigHyuk ไหนฟะิ'), (2703, 11, 'Plentong, Johor Bahru', '@AmeeeeirKamal tak ngantok:)'), (2704, 668, 'Johore, Malaysia', '还是那一句话..'), (2705, 11, 'Plentong, Johor Bahru', 'Alone in the house, hear a noise, suddenly think you''re going to be killed.'), (2706, 692, 'Johor Bahru, Johore', '可怜之人必有可恨之处!'), (2707, 546, 'Singapore', '@RuliqahSyed Because when Jack was going up the plank, the plank sink. It''s not enough to support both of them.'), (2708, 693, 'Johor Bahru, Johore', 'I''m at N.A''s Home (Tampines, Singapore) http://t.co/cQ29BouA'), (2709, 11, 'Plentong, Johor Bahru', 'I am sooo excited for school to start again!! *School starts* I hate school.'), (2710, 250, 'Johor Bahru, Johore', '@haikalJblcxx idk who the fuck ah but some dude name matt manson on twitter'), (2711, 11, 'Plentong, Johor Bahru', 'Sometimes love means letting go when you want to hold on tighter.'), (2712, 693, 'Johor Bahru, Johore', 'I''m at N.A''s &lt;3 Bb.P.P.D (Singapore, Singapore) http://t.co/3HshyUpi'), (2713, 694, 'Kota Tinggi, Johore', 'Tired .. , night ~'), (2714, 626, 'Johor Bahru, Johore', '@jonlimjon haha... 谢谢你。你人真好。。。希望真的能雨过天晴。。。'), (2715, 268, 'Johore, Malaysia', 'For i actually went to school for months secretly with completely nothing on my mind except you thinking what went wrong.'), (2716, 695, 'Plentong, Johor Bahru', 'I''m at Pangsapuri Sri Pahlawan C (Johor Bahru, Johor) http://t.co/OzMde4xI'), (2717, 692, 'Johor Bahru, Johore', 'Monday!'), (2718, 696, 'Malaysia', 'Hari ini weekend ya :) (at Dragon Fly) — http://t.co/gilwmQQQ'), (2719, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa ohh fb sey . Inbox ngan sape tu ? Haha fake je . Dk ? You sleep i sleep :)z'), (2720, 250, 'Johor Bahru, Johore', '“@HxziqRodriguez: Pukimak mana unfollow aku eh. Hahaha. Gi mati.” HAHA MENGAMOK. Aku pn banyak unfollowers.'), (2721, 585, 'Johor Bahru, Johore', 'Finally , sleepy eyes.'), (2722, 692, 'Johor Bahru, Johore', 'I will definitely change!'), (2723, 646, 'Kota Tinggi, Johore', 'rndu kat abah &lt;3 @facebook'), (2724, 250, 'Johor Bahru, Johore', '@haikalJblcxx lol he said he could take care of Amy better than me and he asked her to go to him. Abeh kene sound terus cuak.'), (2725, 697, 'Johor Bahru, Johore', 'I''m at Xueying''s Bed http://t.co/jG3YRWNQ'), (2726, 268, 'Johore, Malaysia', 'Telling people how i wasn''t affected when i actually did.'), (2727, 575, 'Plentong, Johor Bahru', '@AAqylaa Haha elehhh gurau jelaaa Kak loofaaa oi XD Klah nak out ni Byee :)'), (2728, 520, 'Pontian, Johore', 'haha, memang lah comel, ketot aje heronyee, hikhik , eh malu pulokk, haha :)'), (2729, 698, 'Johore, Malaysia', 'Chilling out with @DannyFreedhorn at Simpang Bedok. :D'), (2730, 699, 'Johore, Malaysia', 'At Hotdog Stand @ Zouk — http://t.co/cGVoseza'), (2731, 483, 'Johor Bahru, Johore', 'Miss those wet days with @ShaunVilla and xiaobing. Everyday thinking where to drink only.totally stress free'), (2732, 700, 'Johor Bahru, Johore', 'Supz!! (@ Lot One Shoppers'' Mall) http://t.co/o5SwUXBc'), (2733, 152, 'Plentong, Johor Bahru', 'Pressing "door close" when you see people walking towards the elevator.'), (2734, 78, 'Johore, Malaysia', '@JosephhJosephh lose never mind.. Try your best !!'), (2735, 56, 'Johor Bahru, Johore', 'Timeline boringnye .'), (2736, 546, 'Singapore', '@RuliqahSyed But many forgot :('), (2737, 661, 'Johore, Malaysia', '@Velaseca maybe sometime soon. Haha. Im not tired :( cant sleep . I gotta wake up at 6 plus . Meeting harry they all at 7.'), (2738, 585, 'Johor Bahru, Johore', 'Ok, nights. :$'), (2739, 250, 'Johor Bahru, Johore', '@Zhaf_AW budak gig i guess'), (2740, 701, 'Indonesia', 'time to sleep (@ Kost''n Ec-D4, no.79 Ciwaruga) http://t.co/xebkPFwK'), (2741, 534, 'Johor Bahru, Johore', 'Spell faith. R I S K. #ki2012'), (2742, 67, 'Johore, Malaysia', '@leavemyworld 1DAY!?!?!!!'), (2743, 250, 'Johor Bahru, Johore', '@haikalJblcxx the prob is i never seen him before. Kalau tak aku dah amek deck hentak truck kt muka dia dah.'), (2744, 702, 'Johore, Malaysia', 'Just posted a photo @ One Fullerton http://t.co/OONTb81l'), (2745, 703, 'Johor Bahru, Johore', 'I cannot sleep :('), (2746, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hantu kepe ? Handsome and cute mcm saye tak?:) . \nAnything!:)'), (2747, 268, 'Johore, Malaysia', 'why am i so vulnerable'), (2748, 250, 'Johor Bahru, Johore', 'Jantan macam kau kan, muka mintak kene wax lepas tu k-grind pop out.'), (2749, 704, 'Kota Tinggi, Johore', 'Goodnight loves :-) (@ Blk 286C Toh Guan Road) http://t.co/ww7n5JaD'), (2750, 67, 'Johore, Malaysia', '@leavemyworld alamak so fasttt :x give more time la waliewww'), (2751, 705, 'Johore, Malaysia', 'The hardest part of moving on is when you thought you''ve already moved on but suddenly memories flashed back...'), (2752, 256, 'Johor Bahru, Johore', 'AID''s using again . Can''t stand her seriously'), (2753, 703, 'Johor Bahru, Johore', 'I hope dad''s gonna send me to Zouk. :('), (2754, 126, 'Tebrau, Johor Bahru', 'Selamat mlm semua and sweet dreams kay . to @FazreenaRahmans :p nnt aku tepuk kau haha !'), (2755, 250, 'Johor Bahru, Johore', '@haikalJblcxx precisely. Skrg aku tk leh cakap pape pun. Aku sound dia kt twitter. Pastu dia cuak dia private twitter dia. Tkpe lah no ballz'), (2756, 56, 'Johor Bahru, Johore', 'Sejuuuuuuuuuuuk'), (2757, 706, 'Johore, Malaysia', 'I''m at Royal Room (Singapore, Singapore) http://t.co/ifPcPynB'), (2758, 705, 'Johore, Malaysia', '“Courage is not the absence of despair; it is, rather, the capacity to move ahead in spite of despair.”'), (2759, 707, 'Pulai, Johor Bahru', 'I''m at ApekWhuuT Cribs http://t.co/gNyiyQbc'), (2760, 124, 'Johor Bahru, Johore', '@TrulyLee goodnight princess . :) sweetdreams . :)'), (2761, 705, 'Johore, Malaysia', '“Make your move, before I’m gone. Because people change, and hearts move on.”'), (2762, 250, 'Johor Bahru, Johore', '“@Zhaf_AW: @MengFxdedScrmz nahh, aku baru teringat. Some guy who sell band badges/shirts on fb. Merepek ah dier. Hahahaha” NI LA MATT MANSIN'), (2763, 56, 'Johor Bahru, Johore', 'Chey man gy club sey . Feeewwwwwiiit'), (2764, 26, 'Johore, Malaysia', 'I''m sick.'), (2765, 250, 'Johor Bahru, Johore', '@Zhaf_AW kau tau? Dia kental eh?'), (2766, 703, 'Johor Bahru, Johore', 'And then, i miss @AliffTheWise so much yesterday.'), (2767, 708, 'Johore, Malaysia', 'I''m at Club NaNa (Singapore, Singapore) w/ 2 others http://t.co/b4gzAitJ'), (2768, 705, 'Johore, Malaysia', 'Life is like riding a bicycle. In order to keep your balance, you must keep moving.'), (2769, 706, 'Johore, Malaysia', 'I''m at Mink w/ 6 others http://t.co/TWmTihoE'), (2770, 250, 'Johor Bahru, Johore', '@zhaf_aw i mean manson. HAHA'), (2771, 520, 'Pontian, Johore', 'eh ta la , gula tinggi la, haha , heee blushing* hikhik :)'), (2772, 250, 'Johor Bahru, Johore', 'Matt Manson ke Matt Masin? HAHAHAAH'), (2773, 709, 'Johor Bahru, Johore', 'Hw come tis few days can''t rest well ???'), (2774, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa cute dari i !? Hahaha . Ohh chey . Newsfeed tak boring ke ?'), (2775, 710, 'Senai Kulai, Kulai Jaya', '@fatinnurizzatie uikk kt sni pon ada..sweet nye zara... ;)'), (2776, 571, 'Kota Tinggi, Johore', 'done with The Mentalist Season 4 and White Collar Season 3...'), (2777, 703, 'Johor Bahru, Johore', 'Screw me, i am actually nervous because a few hours more i am gonna meet my neighbor.'), (2778, 686, 'Johore, Malaysia', 'Twitter. Because you''re too cheap for Post Its or graffiti. Or because any extra inconvenience would make you realize that it''s silly.'), (2779, 529, 'Johor Bahru, Johore', '@ejalious haishhhh D;'), (2780, 138, 'Plentong, Johor Bahru', 'Nyte fellows.nyte awak..'), (2781, 705, 'Johore, Malaysia', 'They don''t miss you when you''re gone, they miss you when you move on'), (2782, 116, 'Johore, Malaysia', 'production deployment - complete! (@ DBS Asia Hub) http://t.co/DYWmLfAu'), (2783, 26, 'Johore, Malaysia', 'too many - and too little time. same shit every time.'), (2784, 661, 'Johore, Malaysia', '@HarweeGusta hi gusta'), (2785, 664, 'Plentong, Johor Bahru', 'Alhamdulillah siap belajar sejarah:) tidur jummmmm:3 (@ Somewhere In My Dreams) http://t.co/R1mX751H'), (2786, 689, 'Malaysia', '@pond499 @ Nectar Pub http://t.co/9Tzcpt82'), (2787, 711, 'Johor Bahru, Johore', 'I''m at 707 Tampines Street 71 (Singapore, Singapore) http://t.co/oitkXBrW'), (2788, 116, 'Johore, Malaysia', '@rudut2002 getting money (@ Dbs Atm @ Changi Biz Park) http://t.co/anVFhZyx'), (2789, 596, 'Johor Bahru, Johore', 'Can''t do this'), (2790, 703, 'Johor Bahru, Johore', 'I wish distance wasn''t the main issue. If i had that kinda money, i''d travel to Perak like right now. At this moment.'), (2791, 56, 'Johor Bahru, Johore', 'Shouldnt talk about our past just now . Wth me'), (2792, 250, 'Johor Bahru, Johore', '@Zhaf_AW HAHAHAH HOW YOU KNOW?'), (2793, 712, 'Johore, Malaysia', 'I''m at 비스트(B2ST/ BÉÅŠT) ''s Home (ŠĪÑGÃPØRĘ) http://t.co/9KFMIM8c'), (2794, 116, 'Johore, Malaysia', 'homeward bound (@ DBS Makeshift Taxi Stand) http://t.co/Bm0YelOQ'), (2795, 399, 'Johor Bahru, Johore', 'Fuck off, bitch.'), (2796, 67, 'Johore, Malaysia', '@leavemyworld waaaaa ok la ok la.. try k? (:'), (2797, 712, 'Johore, Malaysia', 'I''m at ✨ @TEEN_TOP @G_Boyfriend ''s Bedroom✌ http://t.co/gs1Ct60T'), (2798, 713, 'Johor Bahru, Johore', '“@adamakary: #Assad, you silly, silly man. Read this: http://t.co/xfOUeJN4 #Syria”wait the mails are not verified , so still news??'), (2799, 56, 'Johor Bahru, Johore', '#np my heart'), (2800, 712, 'Johore, Malaysia', 'I''m at @INFINITELKIM 김명수''s ♥bed♡ http://t.co/iz881AVa'), (2801, 250, 'Johor Bahru, Johore', '“@Zhaf_AW: @MengFxdedScrmz aku tk tahu sgt ah.kalau customer perempuan,mati2 mintak meet up.Then try ask out on a date.Pathetic ah.Hahahaha”'), (2802, 712, 'Johore, Malaysia', 'I''m at 비스트''s Bed http://t.co/OKOfIS43'), (2803, 250, 'Johor Bahru, Johore', '@HalfBloodVampy your friend kan'), (2804, 520, 'Pontian, Johore', 'tinggi tauuuu,seperti pohon kelapa tingginya , haha, gulalah godittt! hahaa :D gula godit gula godit, haha :)'), (2805, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa tu uh . Refresh punye refresh same je . Hahahah'), (2806, 250, 'Johor Bahru, Johore', '@daniels______ HAHAHAAHA BUTO LA\nKAU'), (2807, 703, 'Johor Bahru, Johore', 'Jobs, please come and find me. I''ve had enough of wasting my time searching for you :('), (2808, 69, 'Johore, Malaysia', '@hdytz oh hi aaron. u hensem..'), (2809, 250, 'Johor Bahru, Johore', '@jetaimebabyy HAHAHAHAHAHA'), (2810, 632, 'Tebrau, Johor Bahru', '@ridzuan_dzakir yup.'), (2811, 66, 'Malaysia', '@ssmijc วงนี้แม่ง จำหน้าได้แค่ไก่คนเดียว'), (2812, 116, 'Kota Tinggi, Johore', '#NowPlaying Hate That I Love You - Rihanna and Ne-Yo. Miss this song! Class 95 never fails to brighten my mood during these brief cab rides.'), (2813, 66, 'Malaysia', '@GiigHyuk 084300738เก้า หยอดมาา'), (2814, 714, 'Johor Bahru, Johore', '@keancipriano how do you maintain your sexy body?'), (2815, 649, 'Johor Bahru, Johore', '@ChervinaT According to Sophie, you are sleeping.Not doodling names.'), (2816, 703, 'Johor Bahru, Johore', 'LOL. Stop DM-ing me for bbpin. I don''t use Blackberry. Screw BB, hail HTC hehe.'), (2817, 56, 'Johor Bahru, Johore', 'Hate my past time . It sucks &lt;/3'), (2818, 715, 'Johore, Malaysia', 'I''m at Advance Apartment http://t.co/zllPdPxJ'), (2819, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa im okay ! Don''t worry :) . Haha someones ic is with me ! Haahaha'), (2820, 716, 'Johore, Malaysia', 'I''m at The Butter Factory (Singapore) w/ 10 others http://t.co/Qg1qNiEO'), (2821, 250, 'Johor Bahru, Johore', '“@jetaimebabyy: Tu jantan baik2 aku ckp dia lonely terus switch to despo” THIS IS MATT MANSON'), (2822, 668, 'Johore, Malaysia', '“@TheseDamnQuote: I have a habit of falling too hard and falling too fast, and getting my hopes up for something that won''t last.”'), (2823, 520, 'Pontian, Johore', 'iyak iyak, haha , gulalah guuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuudit haha, sayasukaawak :)'), (2824, 250, 'Johor Bahru, Johore', '@Zhaf_AW HAHAHAHAHAHA MEREPEK SIA TU. KAU TGK TWITCON DIA MUKE MCM BERUK TAHAN BERAK'), (2825, 399, 'Johor Bahru, Johore', 'You a stupid hoe, you a you a stupid hoe. You a stupid hoe, you a you a stupid hoe. You a stupid hoe, you a you a stupid hoe.'), (2826, 717, 'Riau, Indonesia', 'do''a buat ''''real madrid''''\nmudah2an kalian kalah.....\nfuck ronaldo, fuck mourinho..!'), (2827, 703, 'Johor Bahru, Johore', 'Lepas Zouk, nak thong mana ehk? Balik JB terus? Haiiz.'), (2828, 250, 'Johor Bahru, Johore', '@HalfBloodVampy sha nye kwn kan? HAHAHA U ALSO DONT LIKE HIM?'), (2829, 289, 'Johore, Malaysia', 'You clearly didn''t think this thru.'), (2830, 250, 'Johor Bahru, Johore', '@daniels______ HAHA aku cui dulu abeh tk buat pape. Lol.'), (2831, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa you want it ? Come and grab it baby :P . Ya hor ic je pe . Nak hilangkan please'), (2832, 718, 'Johore, Malaysia', '[Otaku House @ Plaza Singapura] The best Vocaloid Cosplay you will ever see. http:... http://t.co/ucAnL4K6'), (2833, 703, 'Johor Bahru, Johore', 'Kalaulah kahwin tu free, kan bagus. Eh.'), (2834, 719, 'Johore, Malaysia', 'Lets sleep'), (2835, 632, 'Tebrau, Johor Bahru', 'Saya sayang boyfriend saya. Okay dah semua tidur sekarang. Assalamualaikum! XX'), (2836, 720, 'Johor Bahru, Johore', 'I''m at Bedtimestory -)&amp;:&amp; http://t.co/TTsB6XZj'), (2837, 721, 'Johore, Malaysia', 'lol 4 hours playing around with leavers box. #missionstillnotaccomplished.'), (2838, 138, 'Plentong, Johor Bahru', '@HanzDorner hahaha,,I nak gerakan celah mane lak,,u duduksblh umah la plak kan.haha'), (2839, 425, 'Kota Tinggi, Johore', 'Boo i miss u :( yr hugs.. Sigh. Yr everything!!!'), (2840, 313, 'Johor Bahru, Johore', 'Ccb!!! Play game half the com shut down fuck you steve job'), (2841, 66, 'Malaysia', '@ssmijc อีกคนก็เต่า'), (2842, 546, 'Singapore', 'Watching Meet The Robinsons at living room.'), (2843, 51, 'Johor Bahru, Johore', 'Good nights'), (2844, 56, 'Johor Bahru, Johore', 'Aku suke tido tak pakai baju . Kalau boleh nak terlanjang terus . Ahh tapi adik aku ade . So takbole . Hahahaha'), (2845, 56, 'Johor Bahru, Johore', 'Ohh bungaaaaa'), (2846, 87, 'Johor Bahru, Johore', 'Still doing stuff in church'), (2847, 483, 'Johor Bahru, Johore', 'Bangkok for 1 year,should i go?'), (2848, 703, 'Johor Bahru, Johore', 'Kalaulah ikan boleh berjalan. Eh.'), (2849, 67, 'Johore, Malaysia', '@leavemyworld HAHAHAHAHA :D but anw good try la ah! i dunno why i like to see people vlog but i dun dare make mine LOL'), (2850, 56, 'Johor Bahru, Johore', 'Adik aku sebok uh . Kau gy bla dari bilik ni please . Haha wth me'), (2851, 69, 'Johore, Malaysia', '@hdyt wo shishio! wa ta ni de piku!'), (2852, 69, 'Johore, Malaysia', '@sexayeandiknwit what is tido on holiday? hahaha'), (2853, 384, 'Malaysia', 'ฝันดี~ #กันและกัน'), (2854, 722, 'Pontian, Johore', 'mcm mne blh mimpi psl mereka...haishhh...terjaga jap...ok smbg tdo blik...'), (2855, 703, 'Johor Bahru, Johore', 'Kalaulah duniawi tak kejam.'), (2856, 723, 'Johor Bahru, Johore', 'Last night I dreamt of a black void.. Tonight I wish to dream of a fullness from within.. No more shocks. Nightmares are not fun.'), (2857, 124, 'Johor Bahru, Johore', 'RT “@Mackuereau: Now you''re happy with someone else.”'), (2858, 67, 'Johore, Malaysia', '@leavemyworld kkk ikr super addictive !'), (2859, 724, 'Plentong, Johor Bahru', '是不是真的每個男生都一樣?\n答案:不是!總會有好的:)\n为什么他说认同?!\n或許因为他知道她一定认为不信。\n\n故事中,不要只看表面!是要看你了解的多少?! http://t.co/2PXSafeE'), (2860, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa tawu takpe ! Nak kan . Come here :) . Alaaa bolelah please . Haahh dafug is wrong with me . Heeee'), (2861, 523, 'Johor Bahru, Johore', '@beckytingxw @lamokenny Chelsea vs Napoli'), (2862, 669, 'Johor Bahru, Johore', 'I''m at Cashew Park Condominium http://t.co/PnehvRwc'), (2863, 725, 'Kota Tinggi, Johore', 'I''m at Budget Terminal (Singapore, Singapore) w/ 5 others http://t.co/12KKIils'), (2864, 87, 'Johor Bahru, Johore', '@Snoopy_Justin -_- stop abusing gods creation la'), (2865, 87, 'Johor Bahru, Johore', 'Tired'), (2866, 726, 'Johor Bahru, Johore', 'I''m at Norvan''s Crib  http://t.co/uJYalQh3'), (2867, 703, 'Johor Bahru, Johore', 'Kalaulah haiwan yang memegang bumi ini, barangkali manusia bogel di dalam hutan.'), (2868, 520, 'Pontian, Johore', 'haha , :D guuuuuuuuuuuuuuudit gudit , haha , sayabetulbetulsukakatawakni :D saya takut nak cakap saya tettttttttttttttttttttttt awak haha :D'), (2869, 138, 'Plentong, Johor Bahru', '@HanzDorner hahahhahahha..kalau cmtu yelah..I call u dlm hati..ke nanti I kejut u dlm mimpi..oritee??hAha'), (2870, 727, 'Johore, Malaysia', 'I''m at Adam''s Corner Seafood Restaurant (Singapore, Singapore) http://t.co/oAk3JP2d'), (2871, 56, 'Johor Bahru, Johore', 'Don''t ever take things for granted'), (2872, 557, 'Johore, Malaysia', '@JaslynGoh nope!'), (2873, 69, 'Johore, Malaysia', '@sexayeandiknwit itu mcm la power! hahahhahaa best holiday? lama tk bobal nan kau!'), (2874, 674, 'Johore, Malaysia', '“@MINGSHUANG: Rich so? So arrogant VELLY TURN OB LEY” totally!'), (2875, 250, 'Johor Bahru, Johore', '“@HalfBloodVampy: @MengFxdedScrmz Die not exactly our friend lah.mana2 gig ada,mesti die ada, selit kt kite. dont even like him. Annoying!”'), (2876, 668, 'Johore, Malaysia', 'I dont know why but it seems to be getting worst instead of better'), (2877, 724, 'Plentong, Johor Bahru', 'http://t.co/pGD2B2tF'), (2878, 260, 'Johore, Malaysia', 'Sleep time jio me out tmr anyone !!!!'), (2879, 668, 'Johore, Malaysia', '"@Serinanana: Feeling so terrible"'), (2880, 728, 'Johor Bahru, Johore', 'I''m curious for Friday , I will be damn shy.'), (2881, 250, 'Johor Bahru, Johore', 'Let''s trend Matt Manson. Nak? Pls ah pls.'), (2882, 557, 'Johore, Malaysia', '@JaslynGoh why?'), (2883, 703, 'Johor Bahru, Johore', 'JK tu apa? Jamban kotor? Jambang kambing? Joyah Keding?'), (2884, 729, 'Plentong, Johor Bahru', '虽然看开了,但心还是会痛…所有的一切我都存进脑海里…'), (2885, 66, 'Malaysia', 'ลืมว่าให้หยอดมา ซอรี่ ซอรี่ @GiigHyuk'), (2886, 250, 'Johor Bahru, Johore', '“@HxziqRodriguez: If i were to call you would you answer?” mesti lah.'), (2887, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa soon eh ? Lame lame nanti hilang tau. Haha ! Ntg ! Hahahaha !'), (2888, 557, 'Johore, Malaysia', '@JaslynGoh got other places to eat ahh'), (2889, 668, 'Johore, Malaysia', '“@FemaleThing: If you have a choice between me and her, choose her because if you really loved me there wouldn''t be a choice.”'), (2890, 250, 'Johor Bahru, Johore', '@haikalJblcxx tkde ah. Tapi jap aku cari aku print screen'), (2891, 483, 'Johor Bahru, Johore', 'One day i will do my parents proud'), (2892, 250, 'Johor Bahru, Johore', '@ZhskRhm anak marilyn manson. Cheh idk some mafaka'), (2893, 730, 'Johore, Malaysia', 'I''m at Jasmine''s Sweet House (Singapore) http://t.co/kfaCZbtt'), (2894, 557, 'Johore, Malaysia', '@JaslynGoh i never rlly ate there so.. ~ but sherilyn told me it closed when i met her the other day.'), (2895, 731, 'Plentong, Johor Bahru', '"The selection of fabrics and colors, cost vs. design, how to stay balanced and edgy." - Jun Takahashi #brilliant'), (2896, 250, 'Johor Bahru, Johore', '“@haikalJblcxx: @MengFxdedScrmz meng kau ada gamba dier?” nah. Ni. Muke beruk tahan berak. http://t.co/VnFWrTM6'), (2897, 78, 'Johore, Malaysia', '@JosephhJosephh not who can win or lose.see who can take more punch fall and get up. You fall get up fast that''s the thing.'), (2898, 703, 'Johor Bahru, Johore', 'Okay, actually ter-missed The First 11 first episode.'), (2899, 732, 'Johore, Malaysia', 'Fell asleep on the sofa.... Daddy didn''t carry me up to my room, I must have put on weight &gt;&lt;'), (2900, 733, 'Indonesia', '@nano0514 【外壁温度+Yサイコロ -14.20℃】を振りました。3歩進みます。[1▸4] http://t.co/LlN4IHxl'), (2901, 734, 'Indonesia', '@sigma_mn 【地磁気Xサイコロ -19.80μT】を振りました。4歩進みます。[11▸15] http://t.co/8pOLqk6l'), (2902, 116, 'Johor Bahru, Johore', 'cruising along (@ Tampines Expressway (TPE)) http://t.co/s3mTGQoh'), (2903, 66, 'Malaysia', '@GiigHyuk กลัวเปลืองตังคนประหยัดเด้อ กูก็ว่าใครโทมา เหนมึงหายไปนานมาก'), (2904, 557, 'Johore, Malaysia', '@JaslynGoh rlly THAT nice uh? last time i went there, i didn''t even eat LOL.'), (2905, 735, 'Johore, Malaysia', 'I''m at Club NaNa (Singapore, Singapore) w/ 3 others http://t.co/0TSMyinj'), (2906, 250, 'Johor Bahru, Johore', '“@haikalJblcxx: @MengFxdedScrmz kimak. Macam tranny siak.” HAHAHAHAHAAHAHA MCM TRANNY'), (2907, 736, 'Johor Bahru, Johore', 'A best friend will always ask about your whereabouts. But a friend will just only call when they need you.'), (2908, 668, 'Johore, Malaysia', 'Time slows to a crawl when I''m by myself.'), (2909, 250, 'Johor Bahru, Johore', '@haikalJblcxx said Matt Manson looks like a tranny!'), (2910, 520, 'Pontian, Johore', 'tettttttttttt tu iloveyou la gula :) lalala haha :D'), (2911, 703, 'Johor Bahru, Johore', 'Siapa sudi dodoikan i lagu Jamal Abdillah, i bagi kiss kat pipi!'), (2912, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa sape ckp i tak sampai hati ? I pon dengki mcm you tau. Dowan ! I malas oready . Hehe'), (2913, 737, 'Johore, Malaysia', 'I''m at EK 家 (Singapore, Singapore) http://t.co/wCg59BXy'), (2914, 250, 'Johor Bahru, Johore', '@ZhskRhm he told amy to come to him and he could treat her better than me. Kene sound terus cuak.'), (2915, 250, 'Johor Bahru, Johore', '@jetaimebabyy pls do it!'), (2916, 736, 'Johor Bahru, Johore', 'Sleeping soon'), (2917, 56, 'Johor Bahru, Johore', 'I love you for a thousand years . Eh bedek sey tu'), (2918, 250, 'Johor Bahru, Johore', '@HalfBloodVampy i know!'), (2919, 738, 'Johor Bahru, Johore', 'Everyone is enrolling to school or working. Me? No school, no job. Life is so meaningless now..'), (2920, 483, 'Johor Bahru, Johore', 'They are my only motivation'), (2921, 739, 'Johore, Malaysia', 'I need to sleep. Like NOW NIGHTS'), (2922, 674, 'Johore, Malaysia', 'Omw hm. Helipad fckin scary'), (2923, 740, 'Johor Bahru, Johore', 'Party over so its time to slack❤ (at Blk 112 yishun ring rd) — http://t.co/X8kkqb6v'), (2924, 741, 'Johore, Malaysia', 'I''m at Planet Paradise Thai Disco (Singapore) http://t.co/qi9qsDyL'), (2925, 384, 'Malaysia', '2.41 แล้ววว พรุ่งนี้ต้องตื่นเช้า. แสสสสส~'), (2926, 738, 'Johor Bahru, Johore', 'Hopefully my admission to SIM and my interview for the job is successful.'), (2927, 250, 'Johor Bahru, Johore', '@jetaimebabyy i got amy and his. HAHA'), (2928, 742, 'Kota Tinggi, Johore', 'Woohoo it''s starting. :)'), (2929, 78, 'Johore, Malaysia', '@JosephhJosephh you have alot of power also no point.. You must have the skill to hit your opponent down.'), (2930, 66, 'Malaysia', '@GiigHyuk อ่ออออออ'), (2931, 250, 'Johor Bahru, Johore', '@ZhskRhm bapok changi lagi lawa :'')'), (2932, 668, 'Johore, Malaysia', 'Some days I feel broke inside but I won''t admit..'), (2933, 738, 'Johor Bahru, Johore', 'Time for 9 gag!'), (2934, 742, 'Kota Tinggi, Johore', 'Yeh droggy starting :)'), (2935, 743, 'Singapore', '@tingyang_ Going later?'), (2936, 733, 'Malaysia', '@u_sk0426 【外壁温度+Yサイコロ -14.20℃】を振りました。3歩進みます。[33▸36] http://t.co/6ULEfevL'), (2937, 734, 'Malaysia', '@mori_uma 【外壁温度+Zサイコロ 1.20℃】を振りました。1歩進みます。《2つ戻る》[34▸35▸33] http://t.co/MTExqP7L'), (2938, 250, 'Johor Bahru, Johore', 'Matt Manson check2 mcm Marilyn Manson eh. Destroy his ribs to suck his own dick. Who knows la kan. Muke tranny. Mcm suit isap konek sendiri.'), (2939, 87, 'Johor Bahru, Johore', '@Snoopy_Justin thx'), (2940, 703, 'Johor Bahru, Johore', 'Happy birthday to my vampie @MamanScrms !!!'), (2941, 250, 'Johor Bahru, Johore', '@IAMRZK @haikaljblcxx HAHAHAHA RAMAI PE KENAL DIA'), (2942, 744, 'Johore, Malaysia', 'So frustrated!'), (2943, 520, 'Pontian, Johore', 'iyak iyak la gudit , haha , ilysm pung , :D'), (2944, 322, 'Johor Bahru, Johore', 'There are two types 1) I admit defeat. 2) I don''t give a shit.'), (2945, 668, 'Johore, Malaysia', '"@Mostloveddd: Why..."'), (2946, 632, 'Tebrau, Johor Bahru', '@SyafuanMazwan yeah true! Haha'), (2947, 250, 'Johor Bahru, Johore', '@ZhskRhm HAHAHA ni tranny beruk tahan berak. Kau tgk muka dia.'), (2948, 632, 'Tebrau, Johor Bahru', '@amrsbri then what does it say?'), (2949, 66, 'Malaysia', '@GiigHyuk เยพพพ'), (2950, 250, 'Johor Bahru, Johore', 'You me, trend that Matt Manson fag?'), (2951, 721, 'Johore, Malaysia', 'not a productive day for me at all, need to turn this around.'), (2952, 250, 'Johor Bahru, Johore', '@IAMRZK @haikaljblcxx mcm ke mmg? Haha.'), (2953, 703, 'Johor Bahru, Johore', 'Halamak. Almost 4am. I don''t wanna be a zombie T____T'), (2954, 253, 'Johor Bahru, Johore', 'I''m at Jiasin''s  http://t.co/ZxygSIOO'), (2955, 674, 'Johore, Malaysia', 'Asthma feeling lai liao'), (2956, 124, 'Johor Bahru, Johore', 'I''m going to destroy myself without letting you know .'), (2957, 597, 'Johor Bahru, Johore', 'help. I can''t sleep.'), (2958, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa macam tawu aje . Yes tak sampai hati . Nanti dia buat muke cute dia he aku da cair .Haha Malas lah .U kate nak buatkn maggy:/'), (2959, 384, 'Malaysia', 'นอนน้อย~=='), (2960, 250, 'Johor Bahru, Johore', '“@HxziqRodriguez: You me tgk haunted mansion? &lt;3” lepas tu tgk norbit?'), (2961, 250, 'Johor Bahru, Johore', '@ZhskRhm HAHAHAHAHAHAH MCM NK TREND JE'), (2962, 56, 'Johor Bahru, Johore', '@Sam_Hayley17 je*'), (2963, 56, 'Johor Bahru, Johore', 'All how i wish'), (2964, 116, 'Johor Bahru, Johore', 'hop off (@ Void Deck @ 412A) http://t.co/6RtbclKE'), (2965, 56, 'Johor Bahru, Johore', 'Nanti takmo hujan lagi please . Nak main bola lah :('), (2966, 384, 'Malaysia', 'ไม่ไหวล้ะ พรุ่งนี้ต้องตื่นเช้า. Just say "Buy"\n #twitter'), (2967, 124, 'Johor Bahru, Johore', 'So , you planned it right ? Everything . Is this what i really deserve ?'), (2968, 141, 'Johore, Malaysia', 'I''m at Berrrniceee Tv / Computer Timee  (Singapore) http://t.co/e2JU8iAd'), (2969, 725, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) http://t.co/99Z9xA0b'), (2970, 745, 'Johore, Malaysia', 'Here we go again...sleeping problem!'), (2971, 384, 'Malaysia', 'Good night everyone. :)'), (2972, 250, 'Johor Bahru, Johore', '@HxziqRodriguez kau tgk cite ape? Haunted mansion?'), (2973, 250, 'Johor Bahru, Johore', '“@ZhskRhm: @MengFxdedScrmz APE SALAHNYA MENOLONG KAWAN BILA BORING .AHAHAHA” HAHAHAA BAIK AH LU GEREK'), (2974, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa eleeeehh . Fedex otak you . Da pukol rape ni . Hahaha'), (2975, 69, 'Johore, Malaysia', '@sexayeandiknwit tunggu la satu hari nanti kita ton! tunggu ada $$. ton kalau ada $$ baru sedap! hahahaha training? boring! haha'), (2976, 632, 'Tebrau, Johor Bahru', '@amrsbri haha betul! I take time nak faham. Haha'), (2977, 632, 'Tebrau, Johor Bahru', '@SyafuanMazwan ngantuk! Nak tidur lah ni'), (2978, 703, 'Johor Bahru, Johore', '@MCthaOne i don''t want :('), (2979, 250, 'Johor Bahru, Johore', '@daniels______ kau lepak bbl sendiri'), (2980, 124, 'Johor Bahru, Johore', 'How i wish that i can kill you right now . You are killing me inside . Obviously you don''t know that .'), (2981, 643, 'Johor Bahru, Johore', 'Eating all sorts of food now hehe I love eating at night!'), (2982, 56, 'Johor Bahru, Johore', 'All my life having good but now . Whoaaaaah im thinking what the hell'), (2983, 746, 'Johore, Malaysia', 'Finally end work. Can go hme slp liao x.c'), (2984, 703, 'Johor Bahru, Johore', 'Lapar la pula. Otak ni asyik terbayang fillet o fish, putu piring and kuih koci. Ahaiii.'), (2985, 471, 'Johor Bahru, Johore', 'Fuck larhs! Can''t slp -.-'), (2986, 116, 'Johor Bahru, Johore', 'chillax mode (@ 412A Fernvale Link) http://t.co/qqlvlpGl'), (2987, 520, 'Pontian, Johore', 'inhale deeply* :D ,saya dah sengih sorang-sorang dah ni , haha :)'), (2988, 557, 'Johore, Malaysia', '@JaslynGoh idk! gen and vick i asked them hw much and like it sounded quite ex so i didnt buy it then! TOLD U LA..'), (2989, 747, 'Johor Bahru, Johore', 'Woke up from a dream. Wet my pillow. Trying to get back into slp again.'), (2990, 611, 'Tebrau, Johor Bahru', 'Kamon Chelsea!!'), (2991, 250, 'Johor Bahru, Johore', '@ZhskRhm matt masin #MATTMASIN2012 HAHAHA'), (2992, 124, 'Johor Bahru, Johore', 'Standing between lines and thinking whether i should just destroy myself or be happy . Which one , haikal ?'), (2993, 703, 'Johor Bahru, Johore', 'Siapa yang tak tahu apakah itu kuih kole-kole maknanya bukan a true Malaysian/Singaporean.'), (2994, 292, 'Johore, Malaysia', 'ordered mac twice in a day!'), (2995, 250, 'Johor Bahru, Johore', '@thoughtsovrobin look at this http://t.co/DLX0cZf7'), (2996, 483, 'Johor Bahru, Johore', 'Koon liao. Nights:)'), (2997, 141, 'Johore, Malaysia', 'Gooddddyyy nite everyone! :) (@ Berrnicee Awesome Dream Bed ) http://t.co/thT7J9Cy'), (2998, 748, 'Tebrau, Johor Bahru', 'Smart Kacang @ Rumah Dean http://t.co/INemDHHL'), (2999, 703, 'Johor Bahru, Johore', '@MCthaOne why fly? I want to twirl! Hehe.'), (3000, 667, 'Johor Bahru, Johore', 'I''m at Blk 420 Hougang Ave 10 http://t.co/cGb3Od4Z'), (3001, 749, 'Malaysia', 'เครปเค้กอร่อยมาก (with @iNukeNick, Rping, and iFerino at Coffee Thanks) [pic] — http://t.co/YB56Twt6'), (3002, 250, 'Johor Bahru, Johore', 'HAHAHAAHA BUKAN AKU YANG START SIA NI TREND. AKU BARU TYPE HASHTAG TERUS FIRST THING KELUAR IS #MATTMASIN2012'), (3003, 750, 'Johor Bahru, Johore', 'Porridge at this hour and still hungry. http://t.co/BWZOwsmx'), (3004, 56, 'Johor Bahru, Johore', 'Mr sexobeat&lt;3'), (3005, 250, 'Johor Bahru, Johore', '“@haikalJblcxx: Be the trendsetter. #MATTMASIN2012 @MengFxdedScrmz”'), (3006, 250, 'Johor Bahru, Johore', '“@Zhaf_AW: #MATTMASIN2012 @MengFxdedScrmz” let''s start it!'), (3007, 703, 'Johor Bahru, Johore', 'Halamak. Birthday Mader minggu ni ler. :( i is got shooting. I is lupa about it :('), (3008, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 messed with the wrong guy'), (3009, 56, 'Johor Bahru, Johore', 'Babi taknak load'), (3010, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 looks like some tranny who got kicked out from changi because he looked too awful'), (3011, 703, 'Johor Bahru, Johore', 'Camne ni... Pejam celik pejam celik dah 15 march. Lagi beberapa hari je. Halamak.'), (3012, 520, 'Pontian, Johore', 'haha , marilah sengih-sengih , nanti lama-lama boleh ketawa-ketawa sama-sama pulak , hikhik :)'), (3013, 56, 'Johor Bahru, Johore', 'Wonder what i she doin? Lambtnye reply .'), (3014, 250, 'Johor Bahru, Johore', '@thoughtsovrobin YES THIS FUCKER'), (3015, 751, 'Singapore', 'Still up and kicking!'), (3016, 432, 'Johore, Malaysia', 'Relaxing w @tttammyyy. (@ Clarke Quay) http://t.co/AGjAf7Wa'), (3017, 703, 'Johor Bahru, Johore', '@ErlSolomon :('), (3018, 752, 'Johore, Malaysia', '@spontanitet no more so than usual :-)\nGot till the end of May, then I''m back'), (3019, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 kene sound dgn aku terus cuak'), (3020, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa takpe da biase . Naik taxi uh . Haha fake je ! Nvm later i wakeup then i eat okay :)'), (3021, 752, 'Johore, Malaysia', 'What is wrong with me and all these all-nighters?!?!'), (3022, 703, 'Johor Bahru, Johore', 'Polkadot, i am wearing you again. Friday, i will be all gegerl.'), (3023, 66, 'Malaysia', 'ไม่สระผมอีกแล้ววว'), (3024, 750, 'Johor Bahru, Johore', '@Pussycatdrools @EmiliaMathers nak beli aje...totally can picture ourself there....far away from the city.'), (3025, 520, 'Pontian, Johore', 'http://t.co/6i9cD4oj'), (3026, 116, 'Johor Bahru, Johore', '@drewjose but they have salted caramel here, from what I''ve heard.'), (3027, 753, 'Johor Bahru, Johore', '@hamdeemuhdd kaudah tdo?'), (3028, 56, 'Johor Bahru, Johore', 'Baby im not like the rest'), (3029, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 is well known for his desperation for meeting up with girls and attempting to date them. #nojoke'), (3030, 124, 'Johor Bahru, Johore', 'RT “@DopeOrFunny: I was praying that you and me might end up together.”'), (3031, 250, 'Johor Bahru, Johore', '@thoughtsovrobin HAHA he disturb every girl ah dont care whose sayang. Haha'), (3032, 56, 'Johor Bahru, Johore', 'Gonna sleep soon . Da tak boleh carry'), (3033, 250, 'Johor Bahru, Johore', '“@Zhaf_AW: #MATTMASIN2012 sells baju chop pochong. Seriously”'), (3034, 750, 'Johor Bahru, Johore', '@EmiliaMathers @Pussycatdrools play that when high and it''d be awesome.'), (3035, 754, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 2 others http://t.co/2sJqGsn8'), (3036, 755, 'Johore, Malaysia', 'Omg so sleepy la!'), (3037, 756, 'Johor Bahru, Johore', 'Goodnite xx. (@ FUFEI''s Crib &lt;3) http://t.co/HI2ub2bR'), (3038, 250, 'Johor Bahru, Johore', '“@haikalJblcxx: #MATTMASIN2012 very salty.” HAHAHAHAHAH'), (3039, 116, 'Johor Bahru, Johore', '#NowWatching Idology recaps. With the last of my Kit Kat Green Tea and a glass of OJ. Makes me wonder why I haven''t followed @mdoolittle yet'), (3040, 430, 'Johore, Malaysia', 'Should i follow cuzzie to work? tgh kene psycho.'), (3041, 757, 'Malaysia', '@Adomenojang ไปแอบรักใครอีกเนี่ยะ'), (3042, 66, 'Malaysia', '@Namhompuc อารมนอนไม่หลับ ของยังไม่จัด เวิ่นเว้อ'), (3043, 124, 'Johor Bahru, Johore', 'Thanks for everything you have done for me . And it''s because of you i''m like this . I appreciate that .'), (3044, 688, 'Johor Bahru, Johore', '4am in the morning carried away by a moonlight shadow :)'), (3045, 69, 'Johore, Malaysia', '@sexayeandiknwit bobal konek nan kau ah sedap! ada juga org lyn! hahahah'), (3046, 688, 'Johor Bahru, Johore', 'Shall sleep already bye .'), (3047, 750, 'Johor Bahru, Johore', '@EmiliaMathers @Pussycatdrools tak nak share eh...haha. yong will be very very happy.'), (3048, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 share this. Paste on the walls around your city. Together, we can get rid of him and his evil acts. It''s now. 2012.'), (3049, 668, 'Johore, Malaysia', '“@flebbykid: I may not be perfect enough for you, but I''m trying to give you whatever it takes to put that smile on your face”'), (3050, 289, 'Johore, Malaysia', 'Please stay.'), (3051, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa memang da biase . Sorry lah saye copy . Pinjam jap je ! Nanti daye kasi balek :) . Hahaahh'), (3052, 89, 'Johor Bahru, Johore', '@MrAdlina nie Apok kan?'), (3053, 89, 'Johor Bahru, Johore', 'Just come bck from yew tee! ;)'), (3054, 758, 'Johor Bahru, Johore', 'awesome lanes'), (3055, 250, 'Johor Bahru, Johore', '“@Zhaf_AW: #MATTMASIN2012 1 shirt 27 bucks. No joke. It exist” fake or real ones?'), (3056, 124, 'Johor Bahru, Johore', '@fiezabesideyou kelakar seram .'), (3057, 66, 'Malaysia', 'เถิกเอ้ย ยิ่งดูก็ยิ่งชอบ'), (3058, 66, 'Malaysia', '@Namhompuc พรุ่งนี้แหล่ะ น้ำก็ยังไม่อาบ'), (3059, 285, 'Johore, Malaysia', 'http://t.co/KE8JSaHu @GermaineChoong1'), (3060, 289, 'Johore, Malaysia', 'RT@herillegalself: Look,Im doing great.'), (3061, 289, 'Johore, Malaysia', 'Sleep time.'), (3062, 520, 'Pontian, Johore', 'haha , bukan ada orang nampak pun eee gula ni pung , haha :D'), (3063, 563, 'Johor Bahru, Johore', 'I respect those lady who cherish their love ones, fight for those who they love, and never give up.'), (3064, 759, 'Johor Bahru, Johore', 'Off to bed. Xx'), (3065, 250, 'Johor Bahru, Johore', '“@haikalJblcxx: #MATTMASIN2012 is still very salty.” ikan mansin. HAHA'), (3066, 668, 'Johore, Malaysia', 'So annoyed with everything.. Why????!!! Nothing seems right recently'), (3067, 124, 'Johor Bahru, Johore', 'You deserve everything i gave to you . You deserved it . I guess it wasn''t enough to make you stay .'), (3068, 250, 'Johor Bahru, Johore', '@thoughtsovrobin who who?'), (3069, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hahahaha . Its 4am already bb !!!'), (3070, 250, 'Johor Bahru, Johore', '@Zhaf_AW wtf is that?!'), (3071, 668, 'Johore, Malaysia', 'I can''t pretend like nothing happened but I will try to'), (3072, 250, 'Johor Bahru, Johore', '@thoughtsovrobin HAHAHAH OF ALL PPL'), (3073, 520, 'Pontian, Johore', 'heeee , ha ah , tutup , twitter lagi best sebab ada gula :)'), (3074, 699, 'Johore, Malaysia', 'At @zouksingapore — http://t.co/8gUfQcp7'), (3075, 674, 'Kota Tinggi, Johore', '@kickmycandy rabak ber~~'), (3076, 760, 'Johor Bahru, Johore', 'Cold!!!~~~'), (3077, 66, 'Malásia', 'หลงเลยนะเฟ่ยย Zayn'), (3078, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 put more tomato so become Matt Masam'), (3079, 430, 'Johore, Malaysia', 'K settle ikot dia pegy tamp je then pegy survey baju long sleeve. I need more! 6 tak cukup. Nak kirim mummy beli pat jb takut tak minat-.-'), (3080, 66, 'Malaysia', '@GiigHyuk ไม่รู้หว่ะ ถาม @ssmijc and @AumYC'), (3081, 250, 'Johor Bahru, Johore', '@jetaimebabyy @missvouxiektty nak takut ape sehhh'), (3082, 69, 'Johore, Malaysia', 'fifa la sampai pagi! duit dah masuk so, sarapan aku blanja family sorang 2 prata kosong! chey. tk ah mcm boring je. hmm'), (3083, 761, 'Singapore', 'no one has liked my new cover photo or profile picture, so unloved #facebookproblems'), (3084, 250, 'Johor Bahru, Johore', '“@Zhaf_AW: #MATTMASIN2012 all this to help a friend” not a friend. Help all the girls he has been hitting on.'), (3085, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa ahahhaa ! Okay can :)'), (3086, 66, 'Malaysia', 'Zayn Malik'), (3087, 268, 'Johore, Malaysia', 'Stay up till 4 in the mornin'' and the tears are pourin'' And i want to make it worth the fight'), (3088, 762, 'Johore, Malaysia', '@ilurveyho get well sooon! yo! see yah!'), (3089, 250, 'Johor Bahru, Johore', '@Zhaf_AW HAHAHA 430 ah tdo. Bsok leh trend lagi'), (3090, 250, 'Johor Bahru, Johore', '“@jetaimebabyy: #MATTMASIN2012 gigi hancur rabak ttm ni aku tak tipu k boleh buat butter la sia” boleh pakai dia time makan hotcakes :'')'), (3091, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 mat masin.'), (3092, 250, 'Johor Bahru, Johore', '@jetaimebabyy HAHAHAHAHAHAHAHAH'), (3093, 520, 'Pontian, Johore', 'alah nanti gula bukak la balik , haha :D , *ada juga orang yang nak tengok profile saya. hikhik :)'), (3094, 763, 'Johor Bahru, Johore', '@Colinezz haha. Sad'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (3095, 750, 'Johor Bahru, Johore', '@EmiliaMathers @Pussycatdrools melampau betul kau ni...jangan luh drunk, nanti susah nak handle sis'), (3096, 250, 'Johor Bahru, Johore', '@missvouxiektty @jetaimebabyy mcm nak masak telur lepas tu letak muke dia kt frying pan for some butter. Ahhhhh'), (3097, 764, 'Johore, Malaysia', 'At @SG_Starbucks — http://t.co/nAIYxSAX'), (3098, 763, 'Johor Bahru, Johore', '@Odelschvanck totally a zoro type character.'), (3099, 66, 'Malaysia', '@Namhompuc ทุ่มครึ่ง บอกหลี่มาส่งกูดีกว่าเน้'), (3100, 750, 'Johor Bahru, Johore', '@EmiliaMathers @Pussycatdrools pool one each, bilik share share uh.'), (3101, 66, 'Malaysia', 'หลงรักหนุ่มปากี @zaynmalik'), (3102, 250, 'Johor Bahru, Johore', 'Fuck #kony2012. The world has another bigger crisis. And it''s #MATTMASIN2012'), (3103, 765, 'Johore, Malaysia', 'Guess what it is... http://t.co/h1b9BQ15'), (3104, 250, 'Johor Bahru, Johore', '@Zhaf_AW HAHAHAH NICE'), (3105, 557, 'Johore, Malaysia', '@JaslynGoh sorry ah! nope. only ate ONCE, seafood ramen. everything will~'), (3106, 250, 'Johor Bahru, Johore', '@Zhaf_AW @anchorswithin HAHAHAA YOU GUYS SHOULD SELL POCONG TEES.'), (3107, 250, 'Johor Bahru, Johore', '@WanieSyzwni @jetaimebabyy HAHAAHA'), (3108, 520, 'Pontian, Johore', 'iyek iyek , haha , kalau tak gula yang tengok , mesti daddy gula yang tengok , daddy gula kan ada fb , hikhik :D'), (3109, 310, 'Johore, Malaysia', 'I''m at Central Sikh Temple (Singapore, Singapore) http://t.co/79jYBSsH'), (3110, 507, 'Johor Bahru, Johore', 'The fact that I still try to get some sleep even tho I''m awake as fuck is testament to my body clock not being too screwed'), (3111, 766, 'Singapore', '@Leoric87 Realized this is quite an entertaining tweet though... ^_^'), (3112, 250, 'Johor Bahru, Johore', '#MATTMASIN2012 confirm ikut Marilyn Masin tapi fail pasal mulot bau ikan asin letak butter.'), (3113, 310, 'Johore, Malaysia', 'I''m at Whampoa Heights (Whampoa, Singapore) http://t.co/4OHkKlIH'), (3114, 66, 'Malaysia', 'อยากจับกด @zaynmalik'), (3115, 742, 'Kota Tinggi, Johore', 'Droggy!!!'), (3116, 66, 'Malaysia', '@Namhompuc กูจะส่งคิตตี้ไป'), (3117, 250, 'Johor Bahru, Johore', 'Butter squid sume pakai gigi #MATTMASIN2012 . @missvouxiektty'), (3118, 322, 'Johor Bahru, Johore', 'Wow Chelsea and Real Madrid scored at the same time.'), (3119, 460, 'Johor Bahru, Johore', '0413hrs.... Chronic moments at work. :|'), (3120, 750, 'Johor Bahru, Johore', '@EmiliaMathers @Pussycatdrools set go after or before we crash bangkok in September.'), (3121, 250, 'Johor Bahru, Johore', '“@Zhaf_AW: Chelsea please win for #MATTMASIN2012 movement!” go chelsea!'), (3122, 250, 'Johor Bahru, Johore', '@missvouxiektty HAHHAAHAHAHA'), (3123, 761, 'Singapore', '@JesSAYca the doctors will give you more than you need though! thailand/phillipines/malaysia. don''t get jap e or rabies vaccine unless free'), (3124, 767, 'Johor Bahru, Johore', 'Complicated feel'), (3125, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa jkm . Mate cannot tahn'), (3126, 509, 'Johor Bahru, Johore', '@JisforJoyce hey~ you alright? What happened?? Chill k.'), (3127, 767, 'Johor Bahru, Johore', 'Nice goal from drogba'), (3128, 509, 'Johor Bahru, Johore', '@OnlyNoah @dee_kosh haters are actually fans. They spend so much time stalking you to give suggestions to "improve" :P'), (3129, 507, 'Johor Bahru, Johore', '@Netteallica are you doing your homework'), (3130, 689, 'Malaysia', 'เลิกเที่ยวก็กิน @ ราดหน้า โกฉ่อน http://t.co/cUKzaG7X'), (3131, 761, 'Singapore', '@JesSAYca don''t need no vaccines for singapore so you don''t have to tell them. rabies vaccine is shit any way, £105 for an extra 24hrs'), (3132, 705, 'Johore, Malaysia', 'everyone wants the truth\n\nbut no one wants to be honest'), (3133, 705, 'Johore, Malaysia', '“The original definition of courage is to tell the story of who you are with your whole heart.”'), (3134, 768, 'Johore, Malaysia', 'Is this only a #CaseStudy?'), (3135, 520, 'Pontian, Johore', 'haha , darling dah ada capital s , gula ada gula je , gedittttttttttttttttttttttttttttttttttt , heee :D'), (3136, 705, 'Johore, Malaysia', '“6 keys to a great relationship: friendship, freedom, honesty, trust, understanding, and communication.”'), (3137, 769, 'Johore, Malaysia', 'I''m at 333 Bak Kut Teh (Singapore, SG) http://t.co/Exft5hrX'), (3138, 268, 'Johore, Malaysia', 'lol listening to Gwen Stefani''s 4 in the mornin'' at 4.18am'), (3139, 507, 'Johor Bahru, Johore', 'Less than 5 hours of sleep is sad, 6 is fine, 7 is good, 8 is great, 9 is awkward, 10 is fantastic, 11 gets weary, 12 and beyond: holidays'), (3140, 399, 'Johor Bahru, Johore', 'Fuck off you fucking desperate hoe what the fucking fuck you want?'), (3141, 649, 'Johor Bahru, Johore', '@ChervinaT Come eat :D'), (3142, 770, 'Johor Bahru, Johore', 'Sap Path. I''m back. Lol. (at 219 Bukit Panjang, Petir Rd) — http://t.co/LQ24UsHS'), (3143, 399, 'Johor Bahru, Johore', 'All these desperate whores making my life difficult.'), (3144, 507, 'Johor Bahru, Johore', '@Netteallica no LOL I was testing if i could bitch at you for complaining about your homework when you''re awake at 4am but not doing them.'), (3145, 56, 'Johor Bahru, Johore', 'Selamat malams'), (3146, 705, 'Johore, Malaysia', 'The bad thing about falling into pieces is that it hurts.È good thing about it is that once ur lying you’ve got nothing left to protect,'), (3147, 268, 'Johore, Malaysia', 'haiiii'), (3148, 520, 'Pontian, Johore', 'http://t.co/KHYcEBWQ'), (3149, 771, 'Johore, Malaysia', 'I''m at Orchard Hotel Singapore (Singapore, Singapore) http://t.co/xpQFD174'), (3150, 268, 'Johore, Malaysia', 'nak pergi dapur tapi malas.........ok tak sebenarnye takut je'), (3151, 507, 'Johor Bahru, Johore', 'I try for between 8-10 hours of sleep every day, so I''m still doing pretty well. 12 hours of sleep in past holidays were depressing'), (3152, 705, 'Johore, Malaysia', 'true love is handing someone a gun and letting them point it to your head beliving they wont pull the trigger'), (3153, 507, 'Johor Bahru, Johore', '@Netteallica wa still got hmph at the end act cute sia'), (3154, 772, 'Johor Bahru, Johore', 'Had a bad dream .. Idk ... It''s really weird since after I got the blue black then when I woke up I can''t sleep Now at all .. Feelinweird'), (3155, 546, 'Singapore', '@rydelR5 @rikerR5 @rockyR5 @rylandR5 @rossR5 You guys having fun there ?'), (3156, 268, 'Johore, Malaysia', '@frdynsz sigh #teampenakut HAHAHAH'), (3157, 507, 'Johor Bahru, Johore', 'Okay my grammar is starting to go haywire I should go get some sleep now let''s hope I wake up between 1 to 2'), (3158, 772, 'Johor Bahru, Johore', 'Tears flowing uncontrollably for no reason gosh I''m worried D;'), (3159, 773, 'Johor Bahru, Johore', '@asikmohamed hahaha lol. The only thing cheap in Singapore is electronics. Other than that...'), (3160, 399, 'Johor Bahru, Johore', 'Sick and tired of being the nice girl and in the end I get pushed all over. Fuck, it’s time to get nasty.'), (3161, 705, 'Johore, Malaysia', 'How far are you willing to go...\n\nTo show the person you care about the most what they mean to you…..'), (3162, 774, 'Johore, Malaysia', 'I''m at Phuture (Singapore, Singapore) w/ 4 others http://t.co/TkNvbpvM'), (3163, 66, 'Malaysia', '@Namhompuc lส่งมาขวางทาง'), (3164, 520, 'Pontian, Johore', 'haha , hweeeeeeeeeee mana ada mana ada , haha , jelly tandanya sayang , haha , ada org sayang gula lah :D hikhik :D'), (3165, 268, 'Johore, Malaysia', 'kuatkan iman jap. i can do this. haus tak leh tahan. x,x'), (3166, 705, 'Johore, Malaysia', 'I don''t think I could ever stab someone. I mean, let''s be honest. I can barely get the straw through the Capri Sun.'), (3167, 775, 'Johor Bahru, Johore', 'Woke up suddenly at 4am to write an idea. Love spontaneous creativity. Brain never sleeps.'), (3168, 776, 'Plentong, Johor Bahru', 'I''m at Homee http://t.co/6tDusMGu'), (3169, 645, 'Johore, Malaysia', 'I''m at Resort Live Band Disco http://t.co/R1CMEB2P'), (3170, 775, 'Johor Bahru, Johore', 'I just ousted @m3rryc4rous3l as the mayor of 辛福利 Wanton Mee @ Sunshine Place on @foursquare! http://t.co/HmA3EoXy'), (3171, 399, 'Johor Bahru, Johore', 'Sick and tired of being nice and in the end I get pushed all over. Fuck, it’s time to get nasty to those who treat me like bullshit.'), (3172, 520, 'Pontian, Johore', 'hikhik , sayang gula jugak lahh sayang gula jugak lahh , gula cengeng punggg , haha :D'), (3173, 777, 'Singapore', 'If a big fat man comes in your room late at night and wants to pack you in his bag,dont worry.I told santa I want you for Christmas..#sweet'), (3174, 778, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) http://t.co/axF8uaYf'), (3175, 705, 'Johore, Malaysia', 'We wake up from sleep by the will of Allah, He alone, restores our souls to us &amp; it is He to Whom all thanks are due.\n\n#Alhamdulillah'), (3176, 520, 'Pontian, Johore', 'haha , elehh haha , tadi ma balik joho nangis tak ? haha , gula cengeng eeeee haha :D'), (3177, 779, 'Pulai, Johor Bahru', 'Packing (@ Taman Sutera Kuning) http://t.co/E4XdF1Ky'), (3178, 780, 'Johor Bahru, Johore', 'I''m at Cassandra Cassy Lee''s Crib http://t.co/yrlFJpiw'), (3179, 781, 'Johore, Malaysia', '@rince06 tsk!!!'), (3180, 643, 'Johor Bahru, Johore', 'Haiyo so slow this girl.'), (3181, 766, 'Singapore', '"A hug is the perfect gift--one size fits all, and nobody minds if you exchange it." -Ivern Ball'), (3182, 520, 'Pontian, Johore', 'haha , eceh eceh , sejak bila gula dah jadi kuat ni ? hikhik :D'), (3183, 782, 'Johore, Malaysia', '@ThatSunshineLuv haha cool, even tho I actually forgot which day was asking... Hehe :)'), (3184, 781, 'Johore, Malaysia', 'should i dye/highlight my hair?'), (3185, 783, 'Johor Bahru, Johore', 'AISAY. RYAN GOT GIRL NUMBER !'), (3186, 784, 'Johor Bahru, Johore', 'thank u silence.. ♫ Thank U by @morissette (at Under The Lights) — http://t.co/6Jzpf0Uj'), (3187, 710, 'Senai Kulai, Kulai Jaya', '@AthirahAzeman chelsea leading 1-0 ni...'), (3188, 710, 'Senai Kulai, Kulai Jaya', '@Liana_Nabiha esok susah bangun...'), (3189, 785, 'Johore, Malaysia', 'I''m at The Butter Factory (Singapore) w/ 4 others http://t.co/bMoXZF4N'), (3190, 761, 'Singapore', '@JesSAYca no just dont get a rabies injection you don''t need it'), (3191, 66, 'Malaysia', '@Namhompuc เร้อะะ'), (3192, 520, 'Pontian, Johore', 'haha , asyik kenakan gula jeeee , amalina darling saya number 1 . :)'), (3193, 786, 'Senai Kulai, Kulai Jaya', '"@FrankIero: And ''POoF''... Like that he was gone." Yes and everyone also gone..'), (3194, 787, 'Johor Bahru, Johore', 'I''m at Blk 510 Jelapang Rd (Sg, Sg) http://t.co/AvkOs9mo'), (3195, 788, 'Johor Bahru, Johore', 'Its 24 degrees celcius. http://t.co/RyXmx1Am'), (3196, 405, 'Johor Bahru, Johore', '@saapdydi abg aku cakap dia tk suke Kau....'), (3197, 754, 'Johor Bahru, Johore', 'I''m at Duty Free Shop T1 Departure http://t.co/OUmjzIg1'), (3198, 520, 'Pontian, Johore', 'saya rasa nak makan gula . haha'), (3199, 789, 'Johore, Malaysia', 'Im always thinking far. But does it really help the present?'), (3200, 790, 'Johore, Malaysia', 'I''m at Club NaNa (Singapore, Singapore) w/ 10 others http://t.co/5BA23shz'), (3201, 788, 'Johor Bahru, Johore', 'I feel like i''m in Cameron Highlands'), (3202, 124, 'Johor Bahru, Johore', 'Drinking Vico now . I feel much better .'), (3203, 791, 'Johore, Malaysia', 'I just ousted Roger Y. as the mayor of Regent Park Condominium on @foursquare! http://t.co/WVxM5dkc'), (3204, 792, 'Johore, Malaysia', 'I''m at Cameron Singapore http://t.co/3Plt7KoH'), (3205, 530, 'Johor Bahru, Johore', 'I''m at 487 Yio Chu Kang Road http://t.co/leQGuM4F'), (3206, 793, 'Johor Bahru, Johore', 'I just ousted @starrybells as the mayor of Boundary Road on @foursquare! http://t.co/4aioaZ8g'), (3207, 792, 'Johore, Malaysia', 'I''m at Canteen @ Cameron http://t.co/uYGDmuif'), (3208, 789, 'Johore, Malaysia', 'In the end, i worry too much. That all the what ifs happened. Fuck up feeling alright. Thats why i cant sleep sith all the thoughts.'), (3209, 782, 'Johore, Malaysia', '@ThatSunshineLuv oh.and btw, y R U awake thus early?? O.O'), (3210, 405, 'Johor Bahru, Johore', '@saapdydi lol!!! Dia cakap sal hari tu lepak aku tkde, Abeh Kau buat muka step....'), (3211, 520, 'Pontian, Johore', 'haha , habis tu gula asyik kenakan gula jek , geram pung geram , haha :D'), (3212, 66, 'Malaysia', '@Namhompuc talking wit finnish friend'), (3213, 611, 'Tebrau, Johor Bahru', 'Half time, CHE 1 - 0 NAP'), (3214, 674, 'Kota Tinggi, Johore', 'Don''t leave someone just because you argue a lot. Arguing is the key to fixing all of your problems &amp; it shows that you both actually care.'), (3215, 476, 'Johor Bahru, Johore', 'I can never find someone like you again'), (3216, 643, 'Johor Bahru, Johore', 'I feel guilty that I''m not doing anything. :('), (3217, 727, 'Johore, Malaysia', 'I''m at Shaun''s Urban Jungle http://t.co/Vj955Vxl'), (3218, 310, 'Johor Bahru, Johore', 'I''m at 7 Eleven http://t.co/0SnKJ8Ae'), (3219, 310, 'Johor Bahru, Johore', 'I''m at Monkey''s Lair http://t.co/r5xHeQn9'), (3220, 702, 'Johore, Malaysia', 'i don''t smoke... http://t.co/igvHspbu'), (3221, 66, 'Malaysia', '@Namhompuc his bro very handsome'), (3222, 520, 'Pontian, Johore', 'kenapa nak mention pasal dia gula ? gula cuma scandal dia je kan :('), (3223, 794, 'Johor Bahru, Johore', 'Bye bye Singapore again!! (@ Terminal 1 w/ 2 others) http://t.co/MWgPC47T'), (3224, 795, 'Kota Tinggi, Johore', 'I''m at Bigboy Bedroom~ (Singapore) http://t.co/sk0OEYg4'), (3225, 796, 'Johor Bahru, Johore', 'I''m at 富力院b2a栋2207号 http://t.co/QgthEhfO'), (3226, 738, 'Johor Bahru, Johore', 'Really need to sleep now'), (3227, 66, 'Malaysia', 'ไม่นอนแล้ววว เด่วพรุ่งนี้ตื่นสาย โต้รุ่งๆๆ ค่อยไปนอนในเครื่อง'), (3228, 782, 'Johore, Malaysia', '@ThatSunshineLuv way did U dream about? :P if U wanna slp again, just U no, count sheep, or knock ur head till u blackout, hehehe'), (3229, 797, 'Kota Tinggi, Johore', 'Time for a change,im back peeps@-/:'), (3230, 124, 'Johor Bahru, Johore', 'Gonna sleep late today . Hisap rokok sekejap , then main game kat iphone .'), (3231, 761, 'Singapore', '@KingBone9 what the fuck mayn'), (3232, 17, 'Johor Bahru, Johore', 'Walking to khatib.... (@ Yishun MRT station WT Berth) http://t.co/DecMYHSW'), (3233, 17, 'Johor Bahru, Johore', 'I just became the mayor of Yishun MRT station WT Berth on @foursquare! http://t.co/b2gjf9Xs'), (3234, 798, 'Johor Bahru, Johore', 'going to bed soon'), (3235, 66, 'Malaysia', 'เมื่อไหร่ฟินแลนด์จะปิดเทอม'), (3236, 432, 'Johore, Malaysia', 'Fuck I''m in the most awesomest cab ever with @tttammyyy!!!!'), (3237, 520, 'Pontian, Johore', 'kenapa suddenly kita perlu macam ni :('), (3238, 799, 'Johor Bahru, Johore', 'Time to sleep! (@ Blk 304 Bukit Batok West Ave 2) http://t.co/ehYfwXyF'), (3239, 797, 'Kota Tinggi, Johore', '@dee_kosh too much vodka redbull'), (3240, 761, 'Singapore', '@KingBone9 i did too. you have still not fulfilled my request of sending me more internet'), (3241, 797, 'Kota Tinggi, Johore', '@dee_kosh alright see u next week bro'), (3242, 782, 'Johore, Malaysia', '@ThatSunshineLuv hmmhmm.. Vr de interesting, so it had a bad E since it woke U up??'), (3243, 800, 'Johor Bahru, Johore', '@_BubbleB0y_ i have no idea. He looks like a teenager frm his dp.'), (3244, 782, 'Johore, Malaysia', '@ThatSunshineLuv ending*'), (3245, 520, 'Pontian, Johore', 'gula bukan ade ape ape pun dgn dia :('), (3246, 66, 'Malaysia', '@Namhompuc มันเลิกกะแฟนแล้วด้วยยย'), (3247, 702, 'Johore, Malaysia', 'it wasn''t tiring but we''re dying! @ One Fullerton http://t.co/Ucz39klj'), (3248, 800, 'Johor Bahru, Johore', 'He''s not on my friend list on fb, and he''s from serangoon ? Wonder who...'), (3249, 520, 'Pontian, Johore', 'awak kena percaya kita , awak tak nampak apa dalam hati kita , awak jangan marah-marah lagi , saya takut :('), (3250, 778, 'Johor Bahru, Johore', 'Need to replenish my energy for later.. (@ Too Much Swagness) http://t.co/vGGFrfhN'), (3251, 735, 'Johore, Malaysia', 'I''m at Grand Hollywood @ clarke Quay http://t.co/fTu1CnY7'), (3252, 802, 'Johore, Malaysia', 'I''m at Rebel/Zirca/Groove (Singapore) http://t.co/HNBxyrrA'), (3253, 803, 'Johore, Malaysia', 'Just when I thought that I had sorted my random day rhythm problem. :$'), (3254, 405, 'Johor Bahru, Johore', '@saapdydi yg hari tu Kau Haikal fey nk matau rokok. Dah check dm?'), (3255, 802, 'Johore, Malaysia', 'I''m at Zirca &amp; Rebel w/ 2 others http://t.co/NZC5Zmz1'), (3256, 668, 'Johore, Malaysia', 'Just stfu, thanks~'), (3257, 802, 'Johore, Malaysia', 'I''m at ZIRCA Mega Club (Singapore, Singapore) w/ 9 others http://t.co/OZaK1KAq'), (3258, 803, 'Johore, Malaysia', 'People taught to consume will consume anything, unable to create and initiate: goods, services and any other resource.'), (3259, 546, 'Singapore', 'I''m bored.'), (3260, 802, 'Johore, Malaysia', 'I''m at Rebel Boutique Club (Singapore, Singapore) w/ 10 others http://t.co/JMEyWZoD'), (3261, 804, 'Johore, Malaysia', 'Dear god, why you no make alcohol a good thing for body, everytime i drank that i went Gear 2nd and knocked out....sincerely, me.'), (3262, 782, 'Johore, Malaysia', '@ThatSunshineLuv oh the kick, hahaha :D who is this "guy" U speak off then? O_O'), (3263, 802, 'Johore, Malaysia', 'I''m at UE Bak Gu Teh w/ @damourcaelyn http://t.co/UpNUovYZ'), (3264, 803, 'Johore, Malaysia', '@yennietenten yes, it''s a Dropbox alternative. DM me your email address.'), (3265, 782, 'Johore, Malaysia', 'don''t drag me past..'), (3266, 805, 'Johor Bahru, Johore', 'I reAlly want to have a great time with you like how u are with other people too :/'), (3267, 800, 'Johor Bahru, Johore', '@NiallOfficial why are you cute? #askniall'), (3268, 90, 'Johor Bahru, Johore', 'I''m at ChangiAirport T3 (Singapore) http://t.co/Blkt95mZ'), (3269, 520, 'Pontian, Johore', 'hee :) olive you gula , dah tak takut dah , tadi je , hee &gt;&lt;'), (3270, 754, 'Johor Bahru, Johore', 'Long queue. Frog. (@ Gate D42) http://t.co/d7SpRm0G'), (3271, 806, 'Johore, Malaysia', '"i miss doing the most fun thing with him. ... that doing is we can have it always without laughing!" (:'), (3272, 807, 'Johor Bahru, Johore', 'I''m at Darren''s Top Secret Hideout http://t.co/Bm05jr7t'), (3273, 808, 'Johore, Malaysia', 'Prison breaking is keeping me from sleeping -.-'), (3274, 809, 'Johor Bahru, Johore', 'I''m at LuluKoh Land (Singapore) http://t.co/bIu3k7kd'), (3275, 809, 'Johor Bahru, Johore', 'I''m at Luluk land http://t.co/K3LRow1B'), (3276, 179, 'Johor Bahru, Johore', '@JasonMercier don''t be an ass to your fans on twitter dude'), (3277, 810, 'Johor Bahru, Johore', 'I''m at 107 (MSCP) (Singapore, Singapore) http://t.co/90lwwbnK'), (3278, 810, 'Johor Bahru, Johore', 'I''m at Home Sweet Home (Singapore, Singapore) http://t.co/G5r2vilO'), (3279, 520, 'Pontian, Johore', 'oliveyouuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuuu :) , sorry juga sebab saya gula jadi jealous , lepas ni tak buat lagi ya gula ya :)'), (3280, 106, 'Johor Bahru, Johore', 'I''m at ChangiAirport T3 w/ @junxianb @pampifartz http://t.co/k2pDoRJc'), (3281, 782, 'Johore, Malaysia', '@ThatSunshineLuv oh haha , that isn''t so bad..? Is it? ;O'), (3282, 546, 'Singapore', 'Life without Lela. Boring.'), (3283, 79, 'Johore, Malaysia', 'Al like KO alr.. How sio?'), (3284, 594, 'Johore, Malaysia', 'Marilyn Manson at 5am. Not your typical energiser bunny but it works for me! Good Morning sleepyheads!'), (3285, 812, 'Pulai, Johor Bahru', 'Siot @faizpazanon,siap text nana suruh aku drive.wakaka'), (3286, 87, 'Johor Bahru, Johore', 'I''m dead tired'), (3287, 813, 'Johor Bahru, Johore', 'I''m at  sweet  (Singapore, Singapore) http://t.co/84yvTwzQ'), (3288, 87, 'Johor Bahru, Johore', 'There is no bus-.-'), (3289, 813, 'Johor Bahru, Johore', 'I''m at Ahxi''s bed  (Dreamy Land, ) http://t.co/fRLdOZJE'), (3290, 87, 'Johor Bahru, Johore', 'I wana sleep gosh!!'), (3291, 642, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) http://t.co/VzNWliop'), (3292, 782, 'Johore, Malaysia', '@ThatSunshineLuv just being curious for everything, hehe :P'), (3293, 87, 'Johor Bahru, Johore', 'I guess I''ll call my dad'), (3294, 814, 'Johor Bahru, Johore', 'My ahmad gave me a wake up call but where is he?????'), (3295, 520, 'Pontian, Johore', 'jealous pun best , haha , gula neh , serius tak da , kongkong la , dah lame tak rase kena kongkong nih tahu gula :)'), (3296, 815, 'Johor Bahru, Johore', 'I''m at Alicia''s Crib http://t.co/TFDOczkl'), (3297, 816, 'Kota Tinggi, Johore', '@DavidaBeyersdor prettty'), (3298, 817, 'Johore, Malaysia', 'My heart nearly drop'), (3299, 432, 'Johor Bahru, Johore', 'I''m at Blk 259 Bukit Batok East Ave 4 (Singapore, Singapore) http://t.co/YDfdAOsH'), (3300, 816, 'Kota Tinggi, Johore', 'Y does my dad always wake me up too early...ywwnz!'), (3301, 87, 'Johor Bahru, Johore', 'In a middle of nowhere'), (3302, 520, 'Pontian, Johore', 'ape la thrill-thrill , ingat macam movie ea gula ada thrill thrill ? haha :)'), (3303, 106, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/RVO68n7q'), (3304, 818, 'Johor Bahru, Johore', 'Levelled on Aggregate now.. C''mon Chelsea!! C''mon Chelsea!!C''mon Chelsea!!'), (3305, 90, 'Johor Bahru, Johore', 'I''m at McDonald''s w/ @pampifartz @alyyybaba http://t.co/rPDGkGcw'), (3306, 702, 'Johore, Malaysia', '@130bs i can''t follow you.'), (3307, 819, 'Johore, Malaysia', '@jamzxz Party girl.. saw you doing your thang.. haha.'), (3308, 782, 'Johore, Malaysia', '@ThatSunshineLuv why don''t U try sleep back again? U could use the sleep :]'), (3309, 232, 'Johore, Malaysia', 'ひとまずのやりきった感。ねよう。'), (3310, 520, 'Pontian, Johore', 'haha , biar la perfect , baru la macam lagu perfect two , hikhik :D'), (3311, 17, 'Johor Bahru, Johore', 'I''m at Coffee shop @ Yishun 618 (Singapore, Singapore) http://t.co/ESFDi5CQ'), (3312, 17, 'Johor Bahru, Johore', 'I''m at Khoo Teck Puat Hospital (KTPH) (Singapore, Singapore) http://t.co/GCmtxRSC'), (3313, 812, 'Pulai, Johor Bahru', 'RT @ullymohamad: “@John_Hafiz: Selamat malam orang-orang yang I minat tapi segan nak cakap.” : #twtdown'), (3314, 17, 'Johor Bahru, Johore', 'I''m at Khatib MRT Station (NS14) (Singapore, Singapore) http://t.co/IxGFmK2j'), (3315, 820, 'Singapore', 'I tried so hard, and got so far, but in the end, it doesn''t even matter'), (3316, 239, 'Johore, Malaysia', 'I''m at Club NaNa (Singapore, Singapore) w/ 9 others http://t.co/uCDzYarl'), (3317, 819, 'Johore, Malaysia', '@Kernengzxc @YapWeiLiaNg Dont get addicted ah.. haha'), (3318, 782, 'Johore, Malaysia', '@ThatSunshineLuv but its the holiday, surely U would just wanna lay low and chill off :D'), (3319, 755, 'Johore, Malaysia', 'Goodbye Cairnhill ''chalet''!!'), (3320, 520, 'Pontian, Johore', 'manada manusia perfect haha , cuma kita je yang buat diri kita ni perfect dengan ada nya orang yang boleh buat kita sengih-2 , haha :D'), (3321, 124, 'Johor Bahru, Johore', 'RT “@iSexstrology: #Sagittarius are very blunt. They''ll state the truth just to set the record straight.”'), (3322, 755, 'Johore, Malaysia', 'LF112 standby at Cairnhill firepost completed. \nLF112 returning to Central fire station.'), (3323, 821, 'Johore, Malaysia', 'Letter 22: Trapped but Calm (Yeah, are you? Find out in this letter)\nhttp://t.co/2rD25zlr #dreams'), (3324, 124, 'Johor Bahru, Johore', 'I''m the only one awake here ?'), (3325, 822, 'Kota Tinggi, Johore', 'Just came back from keith chalet. (@ Home Sweet Home!) http://t.co/jCWSD2AV'), (3326, 823, 'Kota Tinggi, Johore', 'Yawn'), (3327, 824, 'Malaysia', 'เส้นทางสู่ความชิล (@ ท่าเทียบเรือปากบารา) http://t.co/38lO2QRR'), (3328, 17, 'Johor Bahru, Johore', 'I''m at Gong Cha 贡茶 (Singapore, Singapore) http://t.co/VGcD5ebo'), (3329, 520, 'Pontian, Johore', 'hee kan kan :) gula pun macam tu juga , sengihhh je bila tengok muka bulat pung . haha :)'), (3330, 546, 'Singapore', '@1jamiebell''s voice in Tintin........... melts.'), (3331, 17, 'Johor Bahru, Johore', 'I just ousted Wilson T. as the mayor of Kopitam Sun Plaza on @foursquare! http://t.co/pugfPIRz'), (3332, 17, 'Johor Bahru, Johore', 'I''m at Kopitam Sun Plaza http://t.co/DnV1svc0'), (3333, 782, 'Johore, Malaysia', '@ThatSunshineLuv oh dance in the before week? WoW, haha well should be fun for U, since U love dancing :)'), (3334, 17, 'Johor Bahru, Johore', 'I''m at Sembawang MRT Station (NS11) (Singapore, Singapore) http://t.co/yAFDWuwa'), (3335, 87, 'Johor Bahru, Johore', 'I\nNeed to was up'), (3336, 825, 'Johore, Malaysia', 'Charged to experience! Sleepy head. Zzzzzzzz.'), (3337, 520, 'Pontian, Johore', '@chelynaaa bulat la , bulat macam ini --&gt; O , haha :D'), (3338, 87, 'Johor Bahru, Johore', 'Bus is Gona take 27 mind'), (3339, 87, 'Johor Bahru, Johore', 'Why?? Shit la fetch me from interchange'), (3340, 520, 'Pontian, Johore', 'bulat-bulat , melawan yeh , haha :p'), (3341, 87, 'Johor Bahru, Johore', 'Yawn''!'), (3342, 814, 'Johor Bahru, Johore', 'My ahmad driving at 120km/hr.'), (3343, 819, 'Johore, Malaysia', '@joeypinkk you can do it !'), (3344, 826, 'Johor Bahru, Johore', 'I just ousted Aruand k. as the mayor of Amk Community Hospital on @foursquare! http://t.co/LuNiHqbn'), (3345, 826, 'Johor Bahru, Johore', 'I''m at Amk Community Hospital http://t.co/Hb2YQpm5'), (3346, 826, 'Johore, Malaysia', 'I''m at Mitsubishi Motors http://t.co/xvqgFyQV'), (3347, 826, 'Johor Bahru, Johore', 'I''m at Financial Hub @ Blk 603 http://t.co/6PX56x7b'), (3348, 520, 'Pontian, Johore', 'haha , mana boleh , tak undi lagi , haha :D'), (3349, 827, 'Johor Bahru, Johore', 'Seh couple having bfast. (@ BURGER KING®) http://t.co/BPwqci2d'), (3350, 520, 'Pontian, Johore', 'haha, yelah-yelah, majoriti undi bulat, yay bulat bulat, haha :D'), (3351, 828, 'Johore, Malaysia', 'Alone with ma girl~ (@ Hang Out @ 627) http://t.co/AqoTFzzv'), (3352, 742, 'Kota Tinggi, Johore', 'Come on...!'), (3353, 829, 'Senai Kulai, Kulai Jaya', 'Ohayo'), (3354, 830, 'Johore, Malaysia', 'I''m at St. George''s Road (Singapore, Singapore) http://t.co/4mIrwVYY'), (3355, 831, 'Johore, Malaysia', 'I''m at Geylang Serai Market &amp; Food Centre (Singapore, Singapore) http://t.co/sMtck1Re'), (3356, 699, 'Johor Bahru, Johore', 'I''m at Seletar East Camp Alpha Company (Singapore, Singapore) http://t.co/w7Z7pqH2'), (3357, 830, 'Johore, Malaysia', 'I''m at St George''s Road (Singapore, Singapore) http://t.co/5eVQ8Ys1'), (3358, 179, 'Johor Bahru, Johore', 'Siao liao, gonna wake up at 8 today'), (3359, 669, 'Johore, Malaysia', 'I''m at Clementi Park Condominium (Clementi, Singapore) http://t.co/AmpVYCLE'), (3360, 823, 'Kota Tinggi, Johore', '25 degrees. It seems chilly. Long day ahead..'), (3361, 832, 'Johor Bahru, Johore', 'Wakhirnya bisa OL juga!!! XL emak menyelamatkankuuuhh *monyong http://t.co/dzJYp8u3'), (3362, 520, 'Pontian, Johore', 'haha , yek la, indah la, sampai ngigau-ngigau , HAHA :D'), (3363, 833, 'Johor Bahru, Johore', '@ImpaledHart O.o what happened?'), (3364, 699, 'Johor Bahru, Johore', 'At Cookhouse — http://t.co/OijqNsmg'), (3365, 834, 'Johor Bahru, Johore', 'I just ousted Kenneth L. as the mayor of NTUC FairPrice @ Bishan North on @foursquare! http://t.co/s2MP7IDO'), (3366, 834, 'Johor Bahru, Johore', 'I just ousted Sunny B. as the mayor of Kodak @ Bishan North Shopping Mall on @foursquare! http://t.co/9E4UrsHF'), (3367, 835, 'Johor Bahru, Johore', 'Turning in now going ice skating tmr hope I don''t fall on my butt.! :( (@ Yixin''s Crib.!!! ) http://t.co/BCuqf3PD'), (3368, 691, 'Johore, Malaysia', 'I''m at Blk 45 sims drive (Singapore) http://t.co/8ptsgCqT'), (3369, 836, 'Johor Bahru, Johore', 'Alhamdullillah diatas rezeki pemberianNYA.. Syukur..'), (3370, 294, 'Plentong, Johor Bahru', 'Mata aku beralih ke Match between Che and Napoli . #TeamNapoli'), (3371, 837, 'Johor Bahru, Johore', 'I just ousted @benjamintierra as the mayor of Hougang Point 6 Steps on @foursquare! http://t.co/zApn39jv'), (3372, 837, 'Johor Bahru, Johore', 'I just ousted @likeanaise as the mayor of Terrence Red Light District on @foursquare! http://t.co/4By2kDnc'), (3373, 838, 'Senai Kulai, Kulai Jaya', '@alyahassan larh,dah jadi pembuli jalananan ke'), (3374, 839, 'Johor Bahru, Johore', 'Napoli 4:3:3 Sovereign fc 4:3:3'), (3375, 840, 'Johor Bahru, Johore', '@Ashyylee again! why keep Naomi neo me siol! :@'), (3376, 520, 'Pontian, Johore', 'ngigau nak tweet-tweet dengan gula, haha :)'), (3377, 294, 'Plentong, Johor Bahru', '@atennawwarah Johor Bahru for Awesomers :)'), (3378, 840, 'Johor Bahru, Johore', '@JustZavier finally &lt;3\nI lost to Germaine @germmmm'), (3379, 840, 'Johor Bahru, Johore', 'Please drag the game!\nI wanna see a Penalty shoot out ! :)'), (3380, 546, 'Singapore', '''A man has been shot at our doorsteps !'' ''Not again.'''), (3381, 841, 'Plentong, Johor Bahru', 'With Amier Fazly and I.K (@ Yard''s Mansion Resort&amp;Park IlI) http://t.co/3AD4cdDW'), (3382, 576, 'Johor Bahru, Johore', 'Jerk'), (3383, 842, 'Johor Bahru, Johore', '“@Jiaaaaabao: @WorldwithShades Someone should be superrrrrrrrrrrrrrrrrr happy right now? Am I right? :P”'), (3384, 812, 'Senai Kulai, Kulai Jaya', 'Sampai JB gak alhamdulillah.'), (3385, 842, 'Johor Bahru, Johore', '@Jiaaaaabao YESSSSSS :DD'), (3386, 843, 'Johor Bahru, Johore', 'One more day ... &gt;.&lt;'), (3387, 844, 'Johor Bahru, Johore', 'Allah ma''i'), (3388, 845, 'Johore, Malaysia', '@elenaandaya @hungryalien thanks ms elena! also, boyfriending.'), (3389, 846, 'Johor Bahru, Johore', 'Full body aching after sleeping..u noe how tire this job is??'), (3390, 520, 'Pontian, Johore', 'heee, iye-iyek , gula pun dah merasa ni matanya, huhu'), (3391, 847, 'Johor Bahru, Johore', '@inexpectatus'), (3392, 576, 'Johor Bahru, Johore', 'Everyone seems to be having a fking attitude problem . Well excuseeeee me -.-'), (3393, 848, 'Johore, Malaysia', 'It takes 2 to tango.'), (3394, 839, 'Johor Bahru, Johore', 'Torres pls score:(!'), (3395, 849, 'Johor Bahru, Johore', 'I didnt know online shopping is very tiring as well. My back hurts sitting for like 3 hrs browsing just what to buy.'), (3396, 848, 'Johore, Malaysia', 'Is twitter a app to vent anger ?'), (3397, 849, 'Johor Bahru, Johore', 'I didnt know online shopping is very tiring as well. My back hurts sitting for like 3 hrs browsing just what to buy.'), (3398, 848, 'Johore, Malaysia', 'Is twitter a app to vent anger ?'), (3399, 847, 'Johor Bahru, Johore', 'I get jealous, I get mad, I get worried, I get curious. But that''s only because I love you so much and I don''t wanna lose you.'), (3400, 848, 'Johore, Malaysia', '@gavinweisheng who ?!? Chillax.'), (3401, 847, 'Johor Bahru, Johore', 'I hate that feeling you get in your throat when you''re trying to talk when you''re about to cry.'), (3402, 820, 'Singapore', 'I''m #StronglyAttractedTo a nice smile (:'), (3403, 848, 'Johore, Malaysia', 'Son of a gun.'), (3404, 742, 'Kota Tinggi, Johore', 'Please don''t let it go to penalties...'), (3405, 850, 'Kota Tinggi, Johore', 'At Blk 112 Jurong East Street 13 — http://t.co/wK2ebMNg'), (3406, 848, 'Johore, Malaysia', 'Throwing peanuts in club is fun dough.'), (3407, 851, 'Johor Bahru, Johore', 'Well all I can say is you better get your reason ready for waking up me at 5 am. You are known for your lame-ness.'), (3408, 844, 'Johor Bahru, Johore', 'kita takkan pernah rase bersyukur klaw takde masalah kt dunia ni.'), (3409, 852, 'Johore, Malaysia', '“@MaVicky04: sarah with her parents parang sa Hongkong i2 db don din c Ge yesterday hehehe http://t.co/XvYx9pUG”Korek mama!!! Good morning!'), (3410, 853, 'Johore, Malaysia', 'Did the right thing.'), (3411, 848, 'Johore, Malaysia', 'HSH. (@ Blk 5 Banda Street) http://t.co/v1MFforF'), (3412, 849, 'Johor Bahru, Johore', 'Thats it. Items ordered, awaiting confirmation and poooof! Items will be delivered within 5-10 working days.. Time run quick pls!!'), (3413, 848, 'Johore, Malaysia', 'My bed miss me.'), (3414, 847, 'Johore, Malaysia', 'In a another life i wud be ur girl'), (3415, 854, 'Johor Bahru, Johore', 'Time check!! I still left 3 1/2 hrs of sleep left.. Ogl training suck!'), (3416, 848, 'Johore, Malaysia', 'I wanna see brief case full of cash in it when I wake up please ?!?!'), (3417, 849, 'Johor Bahru, Johore', 'New dresses and new shoes on standby. (((;'), (3418, 844, 'Johor Bahru, Johore', 'Setiap benda yangberlaku ada hikmahnya.'), (3419, 848, 'Johore, Malaysia', '@gavinweisheng sure.'), (3420, 855, 'Riau, Indonesia', '@ieka_kanza hhahha. . gK peRLu 1 kaRung kha. . sLembar ceK yg berniLai 5.jta aja cKup. . :D'), (3421, 742, 'Kota Tinggi, Johore', 'Ivanovic!!!!!!'), (3422, 520, 'Pontian, Johore', 'ha aa , gula tunggu ni , gula esok working kn ? :D'), (3423, 856, 'Johor Bahru, Johore', 'papasok na... ang hirap umalis #tanginabro #gottawork'), (3424, 294, 'Plentong, Johor Bahru', 'Erk. boleh gol pulak chelsea ._.'), (3425, 855, 'Riau, Indonesia', '@WullanRaTu @sheemeli hhehhehhiihhiii . . amaN skuL Land?'), (3426, 857, 'Johore, Malaysia', 'Need a holiday! Bora bora I want to go'), (3427, 840, 'Johor Bahru, Johore', 'No penalty shoot out :('), (3428, 839, 'Johor Bahru, Johore', 'Drogba world class:)!'), (3429, 78, 'Johore, Malaysia', '@JosephhJosephh my shi fu say no pain no muay Thai abit lame luh but truth luh. Rmb ;P'), (3430, 849, 'Johor Bahru, Johore', 'Its time to gala next week!! Okay, its being put into consideration actually as promises made to myself abt partying.'), (3431, 87, 'Johor Bahru, Johore', 'Finally 168 u ate here!!!!!!!!!!'), (3432, 87, 'Johor Bahru, Johore', 'Hungary'), (3433, 852, 'Johore, Malaysia', '@MaVicky04 hahaha! Naiisip ko LNG po Kasi d b nagpost din si YJV ng pics Nola kahapon :) n NSA HK n sila #adiklang talaga...'), (3434, 755, 'Johore, Malaysia', 'Ok LF cannot start..'), (3435, 87, 'Johor Bahru, Johore', 'Only got 4 bucks leh'), (3436, 520, 'Pontian, Johore', 'alah tiga hari je pung , ta lama pung , hikhik :D'), (3437, 839, 'Johor Bahru, Johore', 'El lino pls score!!'), (3438, 755, 'Johore, Malaysia', '@shanbabyshan haha!! You go girl!!'), (3439, 832, 'Johor Bahru, Johore', 'Ogah ah :D kecuali kalo situ yg traktir RT @PanZieVisualkei: ama isi''y laah :3 RT @achiiinta Kotaknya doang ya x3 ... http://t.co/VH02WQyt'), (3440, 17, 'Johor Bahru, Johore', 'I''m at Bukit Batok MRT Station (NS2) (Singapore, Singapore) http://t.co/OGmfM1SL'), (3441, 87, 'Johor Bahru, Johore', 'Damn cold'), (3442, 425, 'Kota Tinggi, Johore', 'Still awake!! Muahahahaah'), (3443, 87, 'Johor Bahru, Johore', 'Shivering!!!'), (3444, 17, 'Johor Bahru, Johore', 'I''m at 7-Eleven (Singapore) http://t.co/G8uCUCwk'), (3445, 87, 'Johor Bahru, Johore', 'Hu won\nAh ?? EPL'), (3446, 17, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/RI0uwPIZ'), (3447, 858, 'Johore, Malaysia', 'Woke up with my bro... Shall sleep after breakfast'), (3448, 87, 'Johor Bahru, Johore', 'Bus filled with males feel weird'), (3449, 832, 'Johor Bahru, Johore', 'Diculik mah kaga, cuma miskin koneksi euy RT @asepp11: @achiiinta duh yang mau liburan hati hati diculik tanteu :) http://t.co/KPxLIKAm'), (3450, 87, 'Johor Bahru, Johore', 'Omg he looks like a pedo'), (3451, 859, 'Johor Bahru, Johore', 'Zzzzzzzzzzzzzzzzzzzzzzzzzzz (@ Bus Stop 46779 (Admiralty Station)) http://t.co/79HjROdt'), (3452, 860, 'Johor Bahru, Johore', 'I''m at My CoolinG BED&lt;3 (Singapore) http://t.co/mihWULdH'), (3453, 520, 'Pontian, Johore', 'eh 4 hari pula , ha yelah-yelah :) mornight gula , oliveyou gula :)'), (3454, 849, 'Johor Bahru, Johore', 'Goodnight tweeties! Happy working to all the morning shifts dudes and dudettes. Im getting my happy sleep now. ((:'), (3455, 839, 'Johor Bahru, Johore', 'Come on Torres!!! What kind of shot is that?!'), (3456, 861, 'Johore, Malaysia', 'I''m at Overhead Bridge @ Bus Stop 05199 http://t.co/yjiXKHy2'), (3457, 425, 'Kota Tinggi, Johore', 'Ilovemightshift'), (3458, 425, 'Kota Tinggi, Johore', 'Night*'), (3459, 832, 'Johor Bahru, Johore', 'Kaki gue masih sakit gr2 kemaren naek kereta. Serasa naik busway boo http://t.co/aGcfVYI0'), (3460, 852, 'Johore, Malaysia', '“@LheaM28: @juggle_iamfree @alfonbel @mavicky04 @krztine_426 @biebiewan @atingngpex @siangieako @AshRald @chad41988 good morning! GV'), (3461, 90, 'Johor Bahru, Johore', 'I''m at Terminal 2 Departure Hall (Singapore, Singapore) http://t.co/pIdHgBUq'), (3462, 97, 'Plentong, Johor Bahru', 'I''m at Jabatan Pendaftaran Negara (Pasir Gudang, Johor) http://t.co/kbXeR4t7'), (3463, 97, 'Plentong, Johor Bahru', 'I just ousted Tanpa N. as the mayor of Jabatan Pendaftaran Negara on @foursquare! http://t.co/3KVN3PBI'), (3464, 576, 'Johor Bahru, Johore', 'Nights.'), (3465, 97, 'Plentong, Johor Bahru', 'I''m at Personal Jamming Studio (Pasir Gudang, Johor) http://t.co/kdBSgzM2'), (3466, 106, 'Johor Bahru, Johore', 'I''m at Terminal 2 Departure Hall w/ @junxianb @pampifartz http://t.co/6tQX4T8K'), (3467, 97, 'Plentong, Johor Bahru', 'I''m at Kugiran D''Tepi Tembok (Pasir Gudang, Johor) http://t.co/sKJZH3dH'), (3468, 862, 'Johore, Malaysia', 'I''m at The Sun Coffee Planet (Singapore, Singapore) http://t.co/KwvvcuMn'), (3469, 863, 'Johor Bahru, Johore', '@babyC4ndy STArt camp packing list... check your email Candy XD http://t.co/1orYBdvU'), (3470, 742, 'Kota Tinggi, Johore', 'Torres has gone a full day(24 hours) on the pitch for Chelsea without scoring :|'), (3471, 78, 'Johore, Malaysia', '@JosephhJosephh ummm ... I think i free go.find you we train together :) very long never wear my gear liao.'), (3472, 239, 'Johore, Malaysia', 'I''m at 126 (搵到食) Eating House (Singapore, Singapore) http://t.co/4Vxc2AWl'), (3473, 864, 'Johor Bahru, Johore', '“@AnilGujaraTi: I was at the ATM yesterday and an old lady asked me to help check her balance.. So I pushed her over.”'), (3474, 865, 'Johor Bahru, Johore', 'Yes!!!i actually miss u badly but i have to stand firm with my decision. Coz u hav been hurting me soooo much.'), (3475, 866, 'Tanjong Kupang, Johor Bahru', '@aenjohari @FarhanaJohari @noorfaraaida ok,akan ku delete no maxis mu http://t.co/glasbPqO'), (3476, 867, 'Johor Bahru, Johore', 'I''m at Pending LRT Station (BP8) (Singapore, Singapore) http://t.co/NjTU8iXK'), (3477, 868, 'Johore, Malaysia', 'I have completely given up hope to communicate with my Teacher-in-charge! It is hopeless when she is not flexible and not supportive!'), (3478, 869, 'Singapore', 'Torres is running like a headless chicken.'), (3479, 148, 'Johor Bahru, Johore', '@hollyporks hehe not planning to go home alr?'), (3480, 148, 'Johor Bahru, Johore', '*scared*'), (3481, 870, 'Kota Tinggi, Johore', 'I''m at Outdoor Smoking area @ Budget Terminal (Singapore) http://t.co/bGrDEYGZ'), (3482, 871, 'Johor Bahru, Johore', 'Come on Chelsea !!'), (3483, 872, 'Johore, Malaysia', '@Brabioweb 初めまして。シンガポールの現地法人で試しに使っています。英語バージョンは今後リリースされませんか?今後、社内で検討したく。よろしくお願いします。'), (3484, 836, 'Johore, Malaysia', 'Heart very heavy..... Head getting heavier....'), (3485, 865, 'Johor Bahru, Johore', 'Your heart doesn''t belongs to me anymore n that''s y we cant b together anymore. Jus let it b n move on with our new life.'), (3486, 869, 'Singapore', 'Chelsea sacked AVB and they got through to Champions league quarter finals. They must be thinking "Yeah we did the right thing!"'), (3487, 839, 'Johor Bahru, Johore', 'Well deserve win chelsea job well done:)!'), (3488, 869, 'Singapore', 'No questions about Chelsea''s fight back. It was brilliant.'), (3489, 873, 'Johor Bahru, Johore', 'wakeup in the morning, feeling all soo HUNGRYY!!! #Fact'), (3490, 874, 'Johor Bahru, Johore', 'Whoever said that chelsea are gone case this year, time to sit up and be afriad.'), (3491, 875, 'Johor Bahru, Johore', 'Early in the morning:('), (3492, 865, 'Johor Bahru, Johore', 'Sincerely I still love n miss u sooo much !!!'), (3493, 876, 'Johor Bahru, Johore', '@NabilahAnwar LOL.'), (3494, 876, 'Johor Bahru, Johore', '@shaojingloves1D haha. :3'), (3495, 877, 'Johore, Malaysia', 'wake up now! (@ Marina South) http://t.co/KYh4O17P'), (3496, 864, 'Johor Bahru, Johore', '“@justinlbieIber: I''ll personally follow the first 65 that follows @girlnotes for me. HURRY! Only 65 ;)”'), (3497, 439, 'Johor Bahru, Johore', '@diana_hyper18 Bestfrenzz!;)'), (3498, 43, 'Johore, Malaysia', '#KTBFFH RT@chelseafc: Last English team in the Champions League. Congrats Chelsea!!!! #CFC'), (3499, 820, 'Singapore', 'Return of #TheVampireDiaries hell yeah!! I''m soooo excited! i miss my Damon &lt;3 #TVD'), (3500, 878, 'Johor Bahru, Johore', 'Do re mi cuy http://t.co/md2sDjEV'), (3501, 879, 'Johor Bahru, Johore', 'I''m at Tampines MRT Station (EW2/DT32) (Singapore, Singapore) w/ 2 others http://t.co/q6Bk4yjK'), (3502, 871, 'Johor Bahru, Johore', 'What ? Cavani ? Lavezzi ? Hamsik ? hahah !!'), (3503, 880, 'Malaysia', 'In the car, going to school for homework.'), (3504, 63, 'Johor Bahru, Johore', 'Done with Subuh.'), (3505, 882, 'Johor Bahru, Johore', 'Wtf chelsea thru. Torres sucks btw.'), (3506, 606, 'Johor Bahru, Johore', 'On the way to workkkkkkkk.'), (3507, 606, 'Johor Bahru, Johore', '@whoderbusterds i know la. Sheesh'), (3508, 883, 'Johor Bahru, Johore', '@DevyaahN @sitiDANIAL @beautillusion @MazmallowChoo my place would be awesome'), (3509, 611, 'Tebrau, Johor Bahru', 'Menang! Chelsea menang! Chelsea menang! Cuma nak bagitau... Chelsea menang dan layak ke suku akhir.. Wooohh!'), (3510, 884, 'Johor Bahru, Johore', 'I wonder how fast I would be on my bike if I cut my weight down to 70kg'), (3511, 598, 'Johor Bahru, Johore', 'Okay is going 6.30 am. Time for bed. (:'), (3512, 885, 'Johor Bahru, Johore', 'Gd morning! ^^ (at Seletar Airport) — http://t.co/zAmZAtRQ'), (3513, 78, 'Johore, Malaysia', '@JosephhJosephh : D'), (3514, 606, 'Johor Bahru, Johore', 'Turn up the musiccccccccxxxx'), (3515, 871, 'Johor Bahru, Johore', 'Chelsea are through to the quarter finals of the UCL !! ^^'), (3516, 63, 'Johor Bahru, Johore', 'I know you , you or you are still sleeping. Wake up for your Creator.'), (3517, 698, 'Johore, Malaysia', 'Good mooooorning everyone. :D'), (3518, 886, 'Plentong, Johor Bahru', '@MohdHafizul16 Haha Inavoic score aku terloncat loncat lah sial!'), (3519, 606, 'Johor Bahru, Johore', '#np turn up the music - chris brown'), (3520, 864, 'Johor Bahru, Johore', '@genevieveQuah 165 132 and 74 went away without us :('), (3521, 887, 'Johor Bahru, Johore', 'I''m sorry'), (3522, 887, 'Johor Bahru, Johore', 'Why am I is such an idiot ? Keep make ppl angry'), (3523, 888, 'Johore, Malaysia', 'Yay (at True Fitness) — http://t.co/Xh8YXrPW'), (3524, 63, 'Johor Bahru, Johore', 'Goin to pusara aman with daddy later. Gotta get some more sleep or I''ll be sleeping there with them. ;3'), (3525, 865, 'Johor Bahru, Johore', 'The fact is we can never b together anymore. Please move n go away from us. We need our own space we hav enuf!!!'), (3526, 864, 'Johor Bahru, Johore', 'HI PEOPLE DON''T YOU FIND RAYMOND LAM HOT????'), (3527, 889, 'Johor Bahru, Johore', 'Yawnnn 1 more day to Pulau Tinggi !!!!'), (3528, 876, 'Johor Bahru, Johore', 'Omg I can''t believe I''m so hyper early in da morninggggggg .'), (3529, 266, 'Johor Bahru, Johore', 'You''re so inconsiderate'), (3530, 890, 'Johore, Malaysia', 'Waseh,train only available until dhoby ghaut.so am I suppose to walk to outram park?lol wish me luck can reach on time -.-'), (3531, 876, 'Johor Bahru, Johore', 'Tata. Imma go get ready! :D'), (3532, 820, 'Singapore', 'THIS THIS THIS! RT @Laughbook: That person in your class who thinks they are Albert Eistien. Calm DOWN'), (3533, 830, 'Johore, Malaysia', 'I''m at Boon Keng MRT Station (NE9) (Singapore, Singapore) http://t.co/fLcf0Ghs'), (3534, 891, 'Johor Bahru, Johore', 'Think I miss Taiwan. Last night had dreamt that I was at Taiwan shopping and enjoying their food haha!'), (3535, 892, 'Johor Bahru, Johore', '@JOSHFLIP1989 check this out. http://t.co/2vUtRELq'), (3536, 864, 'Johor Bahru, Johore', 'The day I first met you, you told me you''d never fall in love ~'), (3537, 893, 'Johor Bahru, Johore', 'I''m at •My Disastrous Mosh Pit!• (Singapore, Singapore) http://t.co/CjplDPca'), (3538, 887, 'Johor Bahru, Johore', '@KeithLightbody for you all is happy but for other I make them angry'), (3539, 886, 'Plentong, Johor Bahru', 'Chelsea overcame a 3-1 deficit to beat Napoli 4-1 after extra-time and qualify for the quarter-finals of the Champions League'), (3540, 886, 'Plentong, Johor Bahru', 'Chelsea overcame a 3-1 deficit to beat Napoli 4-1 after extra-time and qualify for the quarter-finals of the Champions League.'), (3541, 832, 'Johor Bahru, Johore', 'Bikin kopi enak nih kayanya :) http://t.co/FnPUw1B9'), (3542, 894, 'Kota Tinggi, Johore', 'Erm...seriously can I cope ?!?new jobs'), (3543, 892, 'Johor Bahru, Johore', '@JOSHFLIP1989 yea.'), (3544, 896, 'Johor Bahru, Johore', 'wrong terminal HAHAHA taking skytrain to T3 now :P (@ Terminal 1 w/ 10 others) http://t.co/WEA1Auxh'), (3545, 886, 'Plentong, Johor Bahru', 'Chelsea overcame a 3-1 deficit to beat Napoli 4-1 after extra-time and qualify for the Quarter Finals of the Champions League.'), (3546, 318, 'Plentong, Johor Bahru', '@najjyhah hahah tgh kire kambem smalam ..kije2 .sje je tdo lewat :)'), (3547, 897, 'Johor Bahru, Johore', 'I''m at Hwi Yoh Ville (Residents'' Committee) (Serangoon North, Singapore) http://t.co/r6PmDfjV'), (3548, 898, 'Johor Bahru, Johore', 'First time gua keluar siangg :))'), (3549, 897, 'Johor Bahru, Johore', 'I''m at Contact 123 IT Centre (Serangoon North, Singapore) http://t.co/Yxua68zr'), (3550, 899, 'Johore, Malaysia', '@yuriNkkhim is Naruto wad you do during holiday? Do something meaningful!! Lols!:P'), (3551, 5, 'Johor Bahru, Johore', 'Crazy day for $APPL. http://t.co/brzodWn3'), (3552, 900, 'Johore, Malaysia', 'Morning tweeps'), (3553, 901, 'Johor Bahru, Johore', '@_xiaozhu_ never see before. Elvin Ng right? But I nv watch yesterday''s episode'), (3554, 897, 'Johor Bahru, Johore', 'I''m at Field In Front of Alvin''s (FIFA) (Singapore, Singapore) http://t.co/OuHooVfZ'), (3555, 890, 'Johore, Malaysia', 'Dear train,I know you are going to terminate at dhoby ghaut,so pls be faster,don''t stop and stop\nIn the middle!!'), (3556, 832, 'Johor Bahru, Johore', '@Azh_Man bb nyokaaaap, xl gratis roaming 4hari T___T hp gue cm dipake gaming doang wokwokwok http://t.co/fCfRk9rQ'), (3557, 902, 'Johor Bahru, Johore', 'Well done chelsea :D!!'), (3558, 903, 'Johore, Malaysia', 'I have to keep the ball rolling.. #Momentum'), (3559, 897, 'Johor Bahru, Johore', 'I''m at FIFA @ Serangoon North Ave 1 (Singapore, Singapore) http://t.co/V0TbDGHQ'), (3560, 5, 'Johor Bahru, Johore', '@echoz @isnav has a hard time to manage them too. I think I''m scratching the surface only. :('), (3561, 895, 'Johor Bahru, Johore', 'Aiyo sit beside this two fattyboom'), (3562, 904, 'Johor Bahru, Johore', 'I''m at Bus Stop 62131 (Serangoon Station) (Singapore, Singapore) http://t.co/vdwN4sAl'), (3563, 832, 'Johor Bahru, Johore', 'Kalo sampe ada gue bawa tu ke jakarta LOL RT @Azh_Man: @achiiinta sop buntut singa jg boleh http://t.co/lHXLbvUc'), (3564, 280, 'Johor Bahru, Johore', 'Morning~'), (3565, 63, 'Johor Bahru, Johore', 'An old friend of mine appeared in my dream today. ;'')'), (3566, 280, 'Johor Bahru, Johore', '@Nicolecheeze Oo I see . Thanks'), (3567, 280, 'Johor Bahru, Johore', '@claireee_zq I also dk leh(: goodmorning(:'), (3568, 87, 'Johor Bahru, Johore', 'Waiting for dad at interchange'), (3569, 87, 'Johor Bahru, Johore', 'He is here finally'), (3570, 318, 'Plentong, Johor Bahru', '@spe3rk oh dkpo2 ..tetido doh smale :)'), (3571, 668, 'Johore, Malaysia', 'Wanna fucking cry my heart out seriously'), (3572, 280, 'Johor Bahru, Johore', 'RT“@abcde_lena: Wonder how people survive sleeping in aircon, so god damn cold. Brrrrrr.”'), (3573, 87, 'Johor Bahru, Johore', 'Shit here comes the lecture'), (3574, 906, 'Johor Bahru, Johore', 'Dumb larh u guys -.-" u wake up ur ppl problem larh wake oth ppl for fk?! Shine torchlight somemore larh c if i smack u anot:)'), (3575, 897, 'Johor Bahru, Johore', 'I''m at Choh Dee Place @ Blk 147 http://t.co/wTJ664rh'), (3576, 87, 'Johor Bahru, Johore', 'Gona go take a quick shower and go to bed :D'), (3577, 892, 'Johor Bahru, Johore', '@JOSHFLIP1989 http://t.co/dsZZ5cLe'), (3578, 907, 'Kota Tinggi, Johore', 'I''m at Budget Terminal Departure Hall (Singapore, Singapore) w/ 4 others http://t.co/AJ2GC2A4'), (3579, 908, 'Johor Bahru, Johore', 'RT "@WhatTheFFacts: Women who shave their genitals more tend to love them more too."'), (3580, 640, 'Johor Bahru, Johore', 'I''m at Terminal 2 (Singapore, Singapore) w/ 4 others http://t.co/raR9AO5a'), (3581, 909, 'Johor Bahru, Johore', '@sugarndcoffee panget ka din!! Andito na ako. HAHAHA.. Uy!!!!'), (3582, 867, 'Johore, Malaysia', '" mownink~ " (at @royalplazatweet) [pic] — http://t.co/aFdDDSxX'), (3583, 910, 'Johor Bahru, Johore', 'NEL service from Dhoby Ghout to Habourfront is down due to power failure.'), (3584, 280, 'Johor Bahru, Johore', 'I manage to wake up&lt;3'), (3585, 867, 'Johore, Malaysia', 'I''m at Royal Plaza on Scotts (Singapore) http://t.co/vNHjSJCK'), (3586, 280, 'Johor Bahru, Johore', '@toryijie TOR haven''t sleep uh?'), (3587, 896, 'Johor Bahru, Johore', '^^ wheeeeee~ checking in now! (@ Terminal 3 w/ 15 others) http://t.co/TXhCBnZd'), (3588, 911, 'Johor Bahru, Johore', '@widya_li mate..:tu jawabannya easter ya.. Wa blom siap gambar n ketekan done pula -.-'), (3589, 912, 'Johore, Malaysia', 'Going out at this time reminds me of secondary school days. Le sigh. (@ Blk 54 Telok Blangah Heights) http://t.co/6NFTA0gf'), (3590, 913, 'Plentong, Johor Bahru', 'morning guys~~'), (3591, 280, 'Johor Bahru, Johore', '@toryijie haha samesame! Y so early?'), (3592, 914, 'Kota Tinggi, Johore', '@A_PangPang @shasomerhalder @syznrzhr @kangaroorj @azfargh where to download?'), (3593, 900, 'Johore, Malaysia', 'FIFA stole football, premier league chief''s latest comment #excellent #Blatter'), (3594, 915, 'Johor Bahru, Johore', '@TagoFabic something wrong with streaming ng RX? kahapon pa po offline e.... :('), (3595, 916, 'Singapore', '@dealwithANNE hehe sa UST ka ba mama?? Wat course mo?'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (3596, 917, 'Johor Bahru, Johore', 'I''m really good. Trust me, I no butterfly'), (3597, 280, 'Johor Bahru, Johore', '@toryijie not tired uh tor'), (3598, 918, 'Johor Bahru, Johore', 'With Nadrah and Syahidah (: (at Berth 4 Bus 969) — http://t.co/xIlLFwKT'), (3599, 895, 'Johor Bahru, Johore', 'That mood where you just feel upset for no reason'), (3600, 919, 'Johor Bahru, Johore', 'naik basikal tgk2 org, kan da jatuh.. macam2 hal.'), (3601, 915, 'Johor Bahru, Johore', 'Wala pa ring RX....ayaw magload ng streaming! Other stations can! Waaaa!!! #rx931 #TheMorningRush'), (3602, 915, 'Johor Bahru, Johore', '@PauloRoot kay @thou_ism na lang kaya tyo mangutang...may raket e...heheheh!'), (3603, 280, 'Johor Bahru, Johore', '@toryijie you yesterday what time sleep?'), (3604, 921, 'Johore, Malaysia', '@Syikattackz yr sis added her on fb...'), (3605, 908, 'Johor Bahru, Johore', 'My throat hurts, my nose is blocked. These are the symptoms that usually leads me to fever. Damn. Get well soon sistar! (pathetic much?)'), (3606, 895, 'Johore, Malaysia', 'Matching couple both fattyboom'), (3607, 915, 'Johor Bahru, Johore', '2 days na lang! #HBD'), (3608, 922, 'Kota Tinggi, Johore', 'At Ward 34 @ CGH — http://t.co/J5hEQICc'), (3609, 904, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 147 (Singapore) http://t.co/YwxIQJHQ'), (3610, 923, 'Indah Shopping Centre, Pulai', 'I''m at AEON Bukit Indah Shopping Centre (Johor Bahru, Johor) http://t.co/1NHYhDrn'), (3611, 908, 'Johor Bahru, Johore', 'Back to base now. Goodmorning'), (3612, 924, 'Johor Bahru, Johore', '@RomanticIsland @jszeee @sugarified I''m xiiaocutiepiex33!'), (3613, 87, 'Johor Bahru, Johore', 'Just reached home'), (3614, 925, 'Johore, Malaysia', 'Sunrise! (@ VivoCity) http://t.co/5mMPpiVX'), (3615, 668, 'Johore, Malaysia', 'Can someone bring me to a beach? Any beach will do as long as there is no one around. Just by myself. I wanna scream out loud so badly'), (3616, 926, 'Johor Bahru, Johore', '@ZS_Tan what you drawing sia/? @( ̄- ̄)@'), (3617, 923, 'Pulai, Johor Bahru', 'I''m at Tesco ( Bukit Indah ) http://t.co/W9eqPowX'), (3618, 927, 'Johore, Malaysia', 'RT @chelseafc: Last English team in the Champions League. Congrats Chelsea! #CFC(SL)'), (3619, 923, 'Pulai, Johor Bahru', 'I''m at Giant bukit indah (Johor) http://t.co/EcP4xBKs'), (3620, 928, 'Kota Tinggi, Johore', 'Rise and shine :)'), (3621, 929, 'Johor Bahru, Johore', 'mac breakfast with @fattyleongy :-) (@ McDonald''s) http://t.co/4iSbXdWo'), (3622, 930, 'Johor Bahru, Johore', '@CherylGoodGirl shy :$'), (3623, 898, 'Johor Bahru, Johore', 'Bismillah'), (3624, 931, 'Johor Bahru, Johore', '@Shermainezxc the worldcup'), (3625, 546, 'Singapore', '@1jamiebell Happy birthday Jamie !'), (3626, 668, 'Johore, Malaysia', 'Feeling really terrible inside.. Hate myself hate myself hate myself hate myself fucking hate myself to the fucking core!!!'), (3627, 201, 'Johore, Malaysia', 'I''m at Rebel Boutique Club (Singapore, Singapore) http://t.co/rIIIUjZJ'), (3628, 932, 'Johor Bahru, Johore', '@LeMetroSexy haha! Since when I''m not nice to you? :O'), (3629, 828, 'Johor Bahru, Johore', 'I''m at Adeline''s home! ^^ http://t.co/0v3DhKwU'), (3630, 933, 'Johor Bahru, Johore', 'I''m at Block 304A Anchorvale Link http://t.co/GX0D9GbH'), (3631, 934, 'Johor Bahru, Johore', 'Let''s get up and go to work. :( I''m so tiredddddd. @jowenn'), (3632, 820, 'Singapore', 'Undardag ch boloosoi do!!'), (3633, 932, 'Johor Bahru, Johore', '@LeMetroSexy I''ve tried my best. :x hahaha! But at least in faithful. No? :O'), (3634, 313, 'Johor Bahru, Johore', 'Everyone goes to school except me'), (3635, 935, 'Johor Bahru, Johore', 'Sometimes you have to go away &amp; make them miss you.”'), (3636, 935, 'Johor Bahru, Johore', 'Falling in love with you is the second best thing that has ever happened to me. Finding you is the first.'), (3637, 864, 'Johor Bahru, Johore', '@Desmondtan12 cause not late:)'), (3638, 937, 'Kota Tinggi, Johore', 'I AM AT CHANGI AIRPORT'), (3639, 938, 'Johor Bahru, Johore', 'Just woke up. Dont worry :) im not\nLate :p 9.30 starts lesson'), (3640, 939, 'Johore, Malaysia', 'Original Pic By @inhil_community #inhil_community #ic_imageshare_mar15 #hdr #hdroftheday @ @inhil_community http://t.co/L9xdCzuA'), (3641, 913, 'Plentong, Johor Bahru', 'i am good girl :)'), (3642, 940, 'Kota Tinggi, Johore', 'Usually taking less than half the time to travel, I spend double due to road hoggers on the fast lane. #SillyPoore #ThatsWhatIPayRoadtaxFor'), (3643, 941, 'Johore, Malaysia', 'Ada brani nk.mason? (@ Brani Gate 2) [pic]: http://t.co/vwWdqe4H'), (3644, 890, 'Johore, Malaysia', '@appleyiong on the way to outram park.take east west line'), (3645, 942, 'Johor Bahru, Johore', 'Good morning ;D'), (3646, 668, 'Johore, Malaysia', 'If only I don''t exist.. How great things would be for you~'), (3647, 943, 'Restoran Sayed, Pulai', 'Breakfast (@ Restoran Sayed 24 Jam) [pic]: http://t.co/xmspuFrW'), (3648, 935, 'Johor Bahru, Johore', 'Relationships require 5 simple things : honesty , communication , faithfulness , trust and love . If you lack any of these you have nothing.'), (3649, 919, 'Johor Bahru, Johore', '@aljaru93 Zul!!!!!!!!!!'), (3650, 637, 'Johore, Malaysia', '안녕하세요~ 오늘(15)은 전국이 대체로맑고, 한낮에는 포근할것으로 보입니다. 낮 최고기온은 서울11도, 부산·대전13도, 광주15도 등으로 대부분지역이 10도를 웃돌겠습니다. (via @kbsnewstweet)'), (3651, 618, 'Kota Tinggi, Johore', 'Breakfast -.- (@ McDonald''s) http://t.co/5cH4ZMCX'), (3652, 944, 'Plentong, Johor Bahru', '⌣̊┈̥-̶̯͡♈̷̴✽┈┈┈┈┈┈┈┉┓⁰┆  Ĝöõđ morning ⁰└┈┈┈┈┈┈┈┈⌣̊┈̥-̶̯͡♈̷̴✽̶ (@ Erica''s Crib :)) http://t.co/H3pLgTt5'), (3653, 890, 'Johore, Malaysia', '@appleyiong Yalo...will be late a bit'), (3654, 668, 'Johore, Malaysia', '#ThingsIWantToDo Erase part of my memory'), (3655, 944, 'Plentong, Johor Bahru', 'I''m at Tilam hempuk n bantal busuk best!! http://t.co/5hH45C7B'), (3656, 945, 'Johor Bahru, Johore', 'Righteousness... Allah only ask that we try..,'), (3657, 944, 'Plentong, Johor Bahru', 'I''m at Erica''s room http://t.co/cDJT8cKj'), (3658, 946, 'Johor Bahru, Johore', 'Gd Morning..Now at Bus Stop..Odw Meeting Syahirah Now..But Still Tired..'), (3659, 931, 'Johor Bahru, Johore', '@Shermainezxc u draw the Worldcup'), (3660, 385, 'Johor Bahru, Johore', '@QantasAirways Can you tell me how much it is to pay for it please? Girl at the check in desk couldn''t say. Tired and cold! Need it. QF0032.'), (3661, 385, 'Johor Bahru, Johore', '@QFcustomercare Can you tell me how much it is to pay for it please? Girl at the check in desk couldn''t say. Tired and cold! Need it. QF0032'), (3662, 890, 'Johore, Malaysia', '@appleyiong up to her la.dont bother ald'), (3663, 947, 'Tebrau, Johor Bahru', '@pekaponrin_ same here'), (3664, 948, 'Johor Bahru, Johore', 'If you know your history, you will know where you come from.'), (3665, 949, 'Johor Bahru, Johore', ':) (@ Mandai Lake) http://t.co/HmL3r4df'), (3666, 950, 'Johor Bahru, Johore', '@JonathanGWJ hahah,GG!'), (3667, 919, 'Johor Bahru, Johore', 'Really asking for it.'), (3668, 942, 'Johor Bahru, Johore', 'Idk why I woke up sooooo early these days..'), (3669, 928, 'Kota Tinggi, Johore', 'Sian got training later :('), (3670, 951, 'Johor Bahru, Johore', 'What to eat Fpr breakfast ley??'), (3671, 898, 'Johor Bahru, Johore', 'If i die young'), (3672, 952, 'Johor Bahru, Johore', 'I''m at Good Morning  (Singapore) http://t.co/6rMFUJXt'), (3673, 280, 'Johor Bahru, Johore', '@toryijie so late uh'), (3674, 927, 'Johore, Malaysia', 'Woke up with a great news, Chelsea are through to the next round. Just knew they could get the job done at Stamford Bridge! What a comeback!'), (3675, 953, 'Johor Bahru, Johore', '“@SayingsForGirls: If you friend request me on facebook and your profile picture is a car, I will assume you''re a transformer.!”'), (3676, 923, 'Plentong, Johor Bahru', 'I''m at Parking JPN Johor http://t.co/P1HUnKSq'), (3677, 830, 'Johore, Malaysia', 'I''m at CPF Building (Tanjong Pagar, Singapore) http://t.co/hKNKYMse'), (3678, 954, 'Johor Bahru, Johore', 'I''m at NTI Food Court (Singapore, Singapore) http://t.co/8Dt5Ufpu'), (3679, 955, 'Tebrau, Johor Bahru', '@nfal_ contoh anak terbaik'), (3680, 280, 'Johor Bahru, Johore', '@toryijie not as late as me uh. HAHAHAHA'), (3681, 955, 'Tebrau, Johor Bahru', '@_niyi but need to pay eh :('), (3682, 241, 'Johore, Malaysia', '@kam_carrotcake but I don''t. Haha!!'), (3683, 898, 'Johor Bahru, Johore', 'Another guy came to me and said "can help me buy ciqq"\n\nMuka aku muka apa sia?'), (3684, 956, 'Pontian, Johore', 'I''m at Penhujung Benua asia http://t.co/7LSeQsoh'), (3685, 957, 'Singapore', 'Nobody has a perfect life. Everybody has their own problems. Some people just know how to deal with it in a perfect way.goodmorning!'), (3686, 266, 'Johor Bahru, Johore', 'When you''re on this planet, surviving is one thing.. Living on it is the one that counts..'), (3687, 913, 'Plentong, Johor Bahru', 'mulakan pagi anda dgn kemarahan &gt;.&lt;'), (3688, 958, 'Johor Bahru, Johore', 'Damn cold in the morning....'), (3689, 959, 'Johore, Malaysia', '6 More Hours To Jet Lag ^;^'), (3690, 241, 'Johore, Malaysia', 'Idk either I''m early or late. Hmmmmmmhs. (@ Boon Keng MRT Station (NE9)) http://t.co/kudPhPhf'), (3691, 668, 'Johore, Malaysia', 'Got the urge.. After so many years'), (3692, 960, 'Johore, Malaysia', 'Oh Gosh nel line spoil this time 6 hours'), (3693, 955, 'Tebrau, Johor Bahru', 'There''re birds singing just outside my window.'), (3694, 961, 'Senai Kulai, Kulai Jaya', 'I''m at K10 (Universiti Teknologi Malaysia, Johor Bahru) http://t.co/oKp3Lx4c'), (3695, 955, 'Tebrau, Johor Bahru', 'Birds can sing? Hahahahaha ok.'), (3696, 963, 'Johor Bahru, Johore', '@chewyqiuli thanks! =)'), (3697, 962, 'Johor Bahru, Johore', 'Office uat kt town area tkle ke??leceh seh kt kovan..haiyo!'), (3698, 900, 'Johore, Malaysia', '“@empireofthekop: Liverpool F.C.''s birthday is tomorrow 120 years old #History” happy birthday'), (3699, 241, 'Johore, Malaysia', 'NGANTOK! NGANTOK! NGANTOK!!! :''('), (3700, 955, 'Tebrau, Johor Bahru', 'The little things that make life great.'), (3701, 923, 'Plentong, Johor Bahru', 'I''m at Lobi JPN Johor [pic]: http://t.co/pvBXjbCF'), (3702, 271, 'Johor Bahru, Johore', 'I just ousted ® ℳiḉḧᾰέḷ ☮ © ║█║▌║█║▌│║▌█║▌║ as the mayor of Yew Tee Education Centre on @foursquare! http://t.co/fV1Fjc2t'), (3703, 962, 'Johor Bahru, Johore', 'Im awake at this tyming and getting prepare..again and again and again!wei i werk retail nt office hr tao!tyme gnie utk tdo!'), (3704, 965, 'Johor Bahru, Johore', '#Bismillahirrahmanirrahim~ moga hari ini lebih baik dari semalam. :)'), (3705, 933, 'Johor Bahru, Johore', 'I''m at Multi Storey Carpark at Block 304 http://t.co/P7oSImbo'), (3706, 966, 'Johor Bahru, Johore', 'It''s D-Day!!'), (3707, 563, 'Johor Bahru, Johore', 'Having chest pain at this hour.. It''s killing me...'), (3708, 967, 'Kota Tinggi, Johore', 'Pagiiiiiii http://t.co/wcPB60zA'), (3709, 241, 'Johore, Malaysia', 'I need get a nap in the bus later on. :''('), (3710, 888, 'Johore, Malaysia', '@arenneraCenter thats for 2013 Lol'), (3711, 898, 'Johor Bahru, Johore', 'Daddy pay day...SO where is my money ??'), (3712, 931, 'Johor Bahru, Johore', 'so what if Chelsea wins???its noy even the finals:)'), (3713, 898, 'Johor Bahru, Johore', '$$$$$'), (3714, 965, 'Johor Bahru, Johore', '@shahriman90 ni dh tido ke blum ni man? @zahira95 morning...awal da b''tweet cik zaza? hee~'), (3715, 668, 'Johore, Malaysia', 'It''s not working. I don''t feel any better. I that''s it. Bye twitter for now. Bye world. Bye everyone.'), (3716, 931, 'Johor Bahru, Johore', 'doin hw later'), (3717, 962, 'Johor Bahru, Johore', '@wawakardashian hahaha!this part really funny!hahaha'), (3718, 892, 'Johor Bahru, Johore', '@555BarcaBoy555 thanks a lot bro.'), (3719, 968, 'Johor Bahru, Johore', 'Technical fault at NEL: Dobhy n HBF service is temp suspended'), (3720, 969, 'Johor Bahru, Johore', 'I''m at Cardiff Court (busstop 66031) http://t.co/U7jdtXFS'), (3721, 970, 'Johore, Malaysia', 'Tireddddd'), (3722, 971, 'Johor Bahru, Johore', '“@XSTROLOGY: #Taurus loves to dance!” - Yay :D'), (3723, 972, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 3 others http://t.co/jvREoq6V'), (3724, 668, 'Johore, Malaysia', 'Ignoring everything &amp; everyone until later perhaps.'), (3725, 931, 'Johor Bahru, Johore', 'congrats Chelsea football club,hope u lose'), (3726, 900, 'Johore, Malaysia', 'Lots of tweets (birdsong) outside, it is not even the noisy koel #asiankoel #noisybirdinSG'), (3727, 973, 'Johor Bahru, Johore', 'I think back.... And i was like oh god why.'), (3728, 896, 'Johor Bahru, Johore', 'dun have mood to eat liao -.- (@ Krisflyer Lounge T3) http://t.co/5LnUdWVS'), (3729, 971, 'Johor Bahru, Johore', '“@XSTROLOGY: #Aries element is Fire.” - Buuuurrnnn beeeetchesss'), (3730, 923, 'Plentong, Johor Bahru', 'I''m at Jabatan Pelajaran Johor (Johor Bahru, Johor) http://t.co/k1fGmlB5'), (3731, 974, 'Johore, Malaysia', 'OMG FUCKING FREEZING IN THE AVA ROOM AND OUT!'), (3732, 975, 'Johor Bahru, Johore', 'Oh dear!NEL power disruption @ Outram Stn.I hope the OCS team able to rectify it asap.Ystrdy my mngr gt a promotion &amp; tdy disruption. TSK3'), (3733, 913, 'Plentong, Johor Bahru', 'i need energy !!'), (3734, 976, 'Johor Bahru, Johore', 'It''s been awhile and I sure miss this place. (@ Little Guilin (小桂林)) [pic]: http://t.co/7uiY335h'), (3735, 933, 'Johor Bahru, Johore', 'I''m at Anchorvale 303 Food Court (Sengkang, Singapore) http://t.co/YuW3Tbpf'), (3736, 879, 'Johore, Malaysia', 'I''m at 41 Craig Road http://t.co/FGRRkceu'), (3737, 977, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 4 others http://t.co/OpH4Gp6J'), (3738, 973, 'Johor Bahru, Johore', '@IM8TEEN @maggyths wah kimpang &lt;/3'), (3739, 978, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) http://t.co/0gwDXrDb'), (3740, 933, 'Johor Bahru, Johore', 'I''m at Econ mini mart @ anchorvale link http://t.co/KahCKRXX'), (3741, 955, 'Tebrau, Johor Bahru', '@onedanceforever woah you''re awake. Good morning! C:'), (3742, 979, 'Kota Tinggi, Johore', 'I love u'), (3743, 973, 'Johor Bahru, Johore', 'Okay i really hope nothing happen. Ohmy.'), (3744, 971, 'Johor Bahru, Johore', 'I thought 3 of us itself was too much of a hassle. Now no.4 comes in. When will this shit end man. Get out of my territory beeeetchesss.'), (3745, 959, 'Johore, Malaysia', 'Aww Thanks Girlfriend .. I Will Miss U N Will Always Think About u Girlfriend Muahhhh :)...'), (3746, 980, 'Johor Bahru, Johore', 'I''m at Study Study~ :b http://t.co/MuGgMVGr'), (3747, 981, 'Johor Bahru, Johore', 'I''m at Pasir ris drive 6 http://t.co/l6MLpJgv'), (3748, 981, 'Johor Bahru, Johore', 'I just ousted @fernandohilmi as the mayor of Pasir ris drive 6 on @foursquare! http://t.co/tfB34hOR'), (3749, 955, 'Tebrau, Johor Bahru', '@Soberforever HAHA singgah JB beli burger ramly.'), (3750, 973, 'Johor Bahru, Johore', 'Hope that my family in japan will be safe... :('), (3751, 981, 'Johor Bahru, Johore', 'I''m at block 454 pasir ris drive 6 http://t.co/RMC2yF5h'), (3752, 603, 'Kota Tinggi, Johore', 'Ok am wide awake... Am nervous but he is the one taking the test.... O Allah pls let him pass... (at My Sanctuary...) — http://t.co/XtIFBlId'), (3753, 982, 'Johore, Malaysia', 'ecp chalet. http://t.co/zGkYQbb1'), (3754, 980, 'Johor Bahru, Johore', 'I''m at Joyce''s Awesome Thinking Bedroom http://t.co/F3N4PrXA'), (3755, 897, 'Johore, Malaysia', 'I''m at Boon Wah Family Restaurant at Blk 304 Ubi Ave 1 http://t.co/5bKJIyU3'), (3756, 983, 'Malaysia', 'อรุณสวัสดิ์ยามเช้า วันพฤหัสบดี ครับ (@ 94 FM CLUB) http://t.co/1EyHaQgl'), (3757, 984, 'Johor Bahru, Johore', 'Morning all!! Got an early Birthday Present ..PS3 woohoo . It''s now complete http://t.co/S7LNkpGW'), (3758, 973, 'Johor Bahru, Johore', 'Earthquake hit fukushima ytd.. 6.8magnitude!'), (3759, 980, 'Johor Bahru, Johore', 'I''m at Piggybed! &lt;3 http://t.co/3PIBOzq2'), (3760, 985, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) http://t.co/CCJOYId0'), (3761, 986, 'Johor Bahru, Johore', '@special1004 @shfly3424 @donghae861015 @AllRiseSilver reached Vietnam already?!'), (3762, 987, 'Johore, Malaysia', 'Ego ruins everything.. N yes i dreamt bout u..makes me weak wen u texted me'), (3763, 834, 'Johore, Malaysia', 'I just became the mayor of Water works @Science Centre Singapore on @foursquare! http://t.co/yZEBLsHq'), (3764, 965, 'Johor Bahru, Johore', '@shahriman90 oo..then x yah tido la..trus study.. hehe. @zahira95 zaza mesti penat..yela, bru trun flight.'), (3765, 942, 'Johor Bahru, Johore', 'Fuck pimples. Urgh ..'), (3766, 889, 'Johore, Malaysia', 'To people that are saying T-ara''s lovey dovey is a ripoff from lmfao, can u do a better job? If no, stfu'), (3767, 897, 'Johore, Malaysia', 'I''m at Fei Fei Coffeshop (Singapore) http://t.co/lOv9TBDH'), (3768, 904, 'Johor Bahru, Johore', 'I''m at Outside XMSODAC!  http://t.co/jbaTmyjr'), (3769, 988, 'Kota Tinggi, Johore', 'Good morning =) (@ Recharge My Energy^^) http://t.co/KUl2iCNj'), (3770, 989, 'Kota Tinggi, Johore', 'I''m at Kaki Bukit Centre (SAF) (Singapore) http://t.co/uUNMVLyj'), (3771, 990, 'Johor Bahru, Johore', '@wishinuponestar no why.. Juz deactivate lor.. Anyway we Knnbccbhgg grp can contact each other directly.. No diff la'), (3772, 991, 'Johor Bahru, Johore', '“@KennyHoopla: You can''t start the next chapter in life if you keep re-reading the last one.”'), (3773, 897, 'Johore, Malaysia', 'I''m at Tai Chong Kok (Singapore, Singapore) http://t.co/wzzGDk57'), (3774, 992, 'Johor Bahru, Johore', 'I''m gonna be rich boy after holiday.!:)'), (3775, 993, 'Johor Bahru, Johore', 'I''m at Singapore Turf Club (Singapore, Singapore) http://t.co/6FGObrvu'), (3776, 994, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/yKXFcQYi'), (3777, 995, 'Riau, Indonesia', 'hahahaha\nCHELSEA VS NAPOLI = 4 - 1\nmati lah ang napoli :D\nmakanya jadi TIM jangan SOK!'), (3778, 955, 'Tebrau, Johor Bahru', 'I need a good game to play on my phone so i won''t get bored on the plane later sigh.'), (3779, 932, 'Johor Bahru, Johore', 'Should I play ball on sat? Recently my hands are itchy. :O'), (3780, 991, 'Johor Bahru, Johore', '“@Cobzay: No one deserves to be treated like shit.”'), (3781, 996, 'Johor Bahru, Johore', 'Purple line down..'), (3782, 995, 'Riau, Indonesia', 'Keep spirit The blues ;;)'), (3783, 997, 'Johor Bahru, Johore', 'I''m at 836 Yishun Street 81 http://t.co/YLbrIPH2'), (3784, 998, 'Johor Bahru, Johore', '6 hrs train disruption!!! (@ Circle Line Towards Habourfront) [pic]: http://t.co/u8tT4JbX'), (3785, 987, 'Johore, Malaysia', 'The moment when you burst out crying &amp; you realize that no one knows how unhappy you are... &lt;/3'), (3786, 991, 'Johor Bahru, Johore', 'Mornninggg :D'), (3787, 955, 'Tebrau, Johor Bahru', 'Sigh all so boring. I need to jailbreak my phone la.'), (3788, 45, 'Johor Bahru, Johore', 'Thinking bout it, I think I''m rly lucky. Everytime someth bad happens, My awesome friends to b there for me :) I luv my lyfe:)'), (3789, 999, 'Johore, Malaysia', '@DerickTetsuya ya tmr HMS have... I think SOE don''t have ba??'), (3790, 1000, 'Kota Tinggi, Johore', 'The pain just won''t away, have been living on painkiller for almost 2 weeks'), (3791, 45, 'Johor Bahru, Johore', '@wynnneo haha ok;) so how? Thurs u still gg?'), (3792, 995, 'Riau, Indonesia', 'saabaar :D RT @wiendyindriati : Pagi ni.smua gag lg kyk dulu.smoga kta kuat jalaninnya yaa :'')'), (3793, 1001, 'Johor Bahru, Johore', 'Feels good to be early today. What have I eaten?! @ Block 608 http://t.co/IXsJctGy'), (3794, 999, 'Kota Tinggi, Johore', 'Damn it woke up and I''m so tired'), (3795, 1002, 'Indonesia', 'Good Morning Everybody'), (3796, 266, 'Johor Bahru, Johore', 'I''ve found the reason why i wanna get inked'), (3797, 1003, 'Plentong, Johor Bahru', 'sobahan nur. selamat pagi. http://t.co/bLxeD03f'), (3798, 1004, 'Johore, Malaysia', 'Going to Mac before I go to hell.'), (3799, 1005, 'Johor Bahru, Johore', 'Omw to school (@ Bus Stop 64029 (Opp Blk 458)) http://t.co/zKkySqu5'), (3800, 1006, 'Johor Bahru, Johore', 'Untuk Adam | http://t.co/AtBoTzZZ discover the beauty of islam http://t.co/Q8fJWIxF via @aeyiedotcom'), (3801, 1007, 'Johor Bahru, Johore', 'I''m at St. Hilda''s Secondary School (Singapore) http://t.co/JJQQrvxC'), (3802, 1008, 'Johore, Malaysia', '@taeyoung_2612 im 16. Your name dont sound like you r from vietnam though.'), (3803, 995, 'Riau, Indonesia', 'Belajar dulu :D'), (3804, 1009, 'Malaysia', '@Earning_EN //ค๊า'), (3805, 1010, 'Johor Bahru, Johore', 'I''m at Singapore Sports School (Singapore, Singapore) http://t.co/LsZEQrAb'), (3806, 955, 'Tebrau, Johor Bahru', 'I dare you to move.'), (3807, 123, 'Johor Bahru, Johore', '@_yshan Lol so funny can that one really fail until so epic. Haha @NINGZzhi'), (3808, 1011, 'Johor Bahru, Johore', 'On my way to work, but I''m late!! Forgot to set alarm!!! Damn late'), (3809, 280, 'Johor Bahru, Johore', 'So early~ (@ Soon Kee Teochew Porridge) http://t.co/Iib8Enbe'), (3810, 1012, 'Johore, Malaysia', 'I''m at CHIJ Secondary (Toa Payoh) (Singapore) http://t.co/FWq1I3EQ'), (3811, 146, 'Pulai, Johor Bahru', 'Morning twitter land boo~ ♥♥ big hugs...'), (3812, 1013, 'Johor Bahru, Johore', 'Breakfast~ (@ Burger King) http://t.co/RPllVRlp'), (3813, 1014, 'Johor Bahru, Johore', '@ivalicious_ you! Yesterday you go school dentist right??'), (3814, 432, 'Johor Bahru, Johore', 'Sleep!! (@ My Room) http://t.co/CUi3Hz2x'), (3815, 1009, 'Malaysia', 'มอนิ่งค๊าาา ชาวร็อคคิตตี้ http://t.co/OX9kken7'), (3816, 1015, 'Johor Bahru, Johore', '@BroEliSoriano good morning po bro Eli bago po akong kapatid na nabautismuhan po nitong 10 po ng march :-) nagpapasalamat po ako sa Diyos'), (3817, 1016, 'Kota Tinggi, Johore', 'good morning :) #morning #hellothere @ jurong east st13 blk 108 http://t.co/gHE3hXaz'), (3818, 266, 'Johor Bahru, Johore', 'I''m at (43489) Opp Blk 315. (Singapore) http://t.co/ia1q24qk'), (3819, 1017, 'Johor Bahru, Johore', 'early in the morning my mood was spoilt by my brother.'), (3820, 1018, 'Johor Bahru, Johore', 'I''m at Bus-stop 46659 (opp blk 550) http://t.co/QH9k3iAO'), (3821, 1019, 'Johor Bahru, Johore', '@Lildivaonline anu stop blabbing out to twitter :P'), (3822, 1020, 'Johor Bahru, Johore', '@huiling1019 what happens?'), (3823, 979, 'Kota Tinggi, Johore', 'Time to sleep! I hope tomorrow I wake up I could just hold ur hand again. I didnt know I could actually have the guts to do that!'), (3824, 962, 'Johor Bahru, Johore', 'Heard tat mrt purple line is delay for 6hrs??cmne aku nk gi office???!!??!??!!'), (3825, 1021, 'Johor Bahru, Johore', 'Snap NEL shuttles (@ SMB17M Service 190) http://t.co/qa8DCLfI'), (3826, 1022, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) http://t.co/0XQE12UM'), (3827, 1014, 'Johor Bahru, Johore', '@ivalicious_ what clothes you use?? Uniform ah??'), (3828, 1023, 'Johor Bahru, Johore', 'I''m at  Bus Stop B05 Woodlands Circle (46841) http://t.co/NYTL1zg8'), (3829, 973, 'Johor Bahru, Johore', 'Dammit.'), (3830, 1024, 'Kota Tinggi, Kota Tinggi', 'Menunggu geng2 yg lain utk ride ke jeram .. Semoga perjalanan kami selamat sampai pergi dan blk .. (@ Soufi Clothing) http://t.co/WdFl3Enu'), (3831, 955, 'Tebrau, Johor Bahru', '@onedanceforever eh how you know. Yup yup!'), (3832, 915, 'Johor Bahru, Johore', 'No train service from Dhoby to Harbour...'), (3833, 1025, 'Johor Bahru, Johore', 'The days seem like they''re just flying past...'), (3834, 973, 'Johor Bahru, Johore', 'On my way to schooooollll. :|'), (3835, 900, 'Johore, Malaysia', '@empireofthekop @richard_buxton_ it was going downwards'), (3836, 955, 'Tebrau, Johor Bahru', '@ZainulBonito at about 8pm.'), (3837, 1026, 'Johor Bahru, Johore', 'In Taxi OTW to school for training:)'), (3838, 914, 'Kota Tinggi, Johore', '@rubeccawyx dont have lol'), (3839, 969, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) http://t.co/sMi4Z3vF'), (3840, 862, 'Johore, Malaysia', 'I''m at Mustafa Centre (Singapore) http://t.co/WzzggWyh'), (3841, 876, 'Johor Bahru, Johore', 'Gg to sch with @sodaloverxc . ^.&lt;'), (3842, 915, 'Johor Bahru, Johore', 'No Train Service http://t.co/Zwtqx4Ub'), (3843, 925, 'Riau, Indonesia', 'I''m at Broadway@Sentosa http://t.co/ZEr9NFWy'), (3844, 1027, 'Johor Bahru, Johore', '@Haikhal_Piliang hahahaha http://t.co/0mOVYc9O'), (3845, 1028, 'Johore, Malaysia', 'I''m at 9 Old Toh Tuck Rd Kim Soon Lee (Singapore) [pic]: http://t.co/SyXaUohw'), (3846, 1026, 'Kota Tinggi, Johore', '@BEASTSTORY I live everyone from B2ST and in UKISS my bias is Kevin:)'), (3847, 876, 'Johor Bahru, Johore', 'I''m so hyper!!! &gt;&lt;'), (3848, 1029, 'Plentong, Johor Bahru', 'GoodMorning =) Part2... Yeah, goodluck!!'), (3849, 820, 'Singapore', 'Oh it''s been a loooong night, okay goodnight/morning! (:'), (3850, 955, 'Tebrau, Johor Bahru', '@ZainulBonito hahaha i will and i''ll try!'), (3851, 876, 'Johor Bahru, Johore', 'Or... Hyperventilating? I''m actually scared that I forgot to bring some books or something. '), (3852, 1030, 'Johore, Malaysia', 'Train problem had been occurred in Douby Ghout recovery time took 6 hrs and I hope that I won''t be late to school that all'), (3853, 933, 'Johor Bahru, Johore', 'I''m at Tampines Expressway (TPE) (Singapore, Singapore) http://t.co/FWPaARTC'), (3854, 1031, 'ITG Electronics, Tebrau', 'Woot3x »_« (@ ITG Electronic Sdn Bhd) http://t.co/Ws4fTsze'), (3855, 1015, 'Johor Bahru, Johore', 'Kaka Antok naman'), (3856, 900, 'Johore, Malaysia', 'Has someone stolen all the SG buses? #missingbus'), (3857, 964, 'Johore, Malaysia', 'Sleepy , puffy eye .. Sigh'), (3858, 834, 'Johore, Malaysia', 'I just ousted Angie Gigi V. as the mayor of Annexe Hall 1, Singapore Science Centre on @foursquare! http://t.co/ZrFbGJiI'), (3859, 1030, 'Johore, Malaysia', 'Fuck my Life today'), (3860, 1032, 'Singapore', 'Bugis later ;B'), (3861, 88, 'Johor Bahru, Johore', 'morning peeps !!!!'), (3862, 1033, 'Johor Bahru, Johore', 'Need to cut my nails. Getting dangerously long...'), (3863, 1034, 'Johor Bahru, Johore', 'I just became the mayor of 268C Punggol Sapphire on @foursquare! http://t.co/gwzFzBiI'), (3864, 1022, 'Kota Tinggi, Johore', 'I''m at Bus Stop 22501 http://t.co/GhoDM90s'), (3865, 1035, 'Johor Bahru, Johore', '@fangling98 angie! Hello! Rachel tsing''s in school alr! And i''m on the way to sch'), (3866, 1036, 'Johore, Malaysia', 'No queue outside e building (@ Immigration &amp; Checkpoints Authority) http://t.co/GNLkyc2I'), (3867, 1037, 'Johor Bahru, Johore', '@Arkiztah hahaha. Normal lang yan. Dont push yourself. Kase pag lalo mong pinupush e lalong di papasok sa isip mo yung inaaral mo.'), (3868, 1038, 'Johore, Malaysia', 'I have a very bad dream yesterday,it was scary....'), (3869, 1014, 'Johor Bahru, Johore', '@ivalicious_ okay can.'), (3870, 1039, 'Johor Bahru, Johore', 'I''m at Hup Choon Eating House [pic]: http://t.co/tfKxpN0T'), (3871, 900, 'Johore, Malaysia', 'Is there anything more satisfying than scratching an insect itch? #SGlife'), (3872, 313, 'Johor Bahru, Johore', 'Knn! Got 1 girl cheat my eye. Dp so like chio end up is my upstair neighbour last time very fat wan! Knn fml! Fyi i dont @ girls.'), (3873, 1040, 'Johore, Malaysia', '@vazhapadi I think bengalese have this power hungry Somnath,now trivedi !'), (3874, 1041, 'Plentong, Johor Bahru', 'On my way to singapore:) (@ Imigresen Malaysia Checkpoint) http://t.co/vzNLR4OJ'), (3875, 1042, 'Johore, Malaysia', '“@DailyGirlSaying: My belly when i stand: ) . ( my belly when i sit: ( . ) ....” hahas &gt;.&lt;'), (3876, 313, 'Johor Bahru, Johore', 'Aku tak makan breakfast'), (3877, 1036, 'Johore, Malaysia', 'Sian too early seh ! (@ ICA Building @ Passport Unit Lvl 2) http://t.co/GwDlFEcs'), (3878, 1029, 'Plentong, Johor Bahru', 'Please jangan mengantuk..'), (3879, 1043, 'Johor Bahru, Johore', 'Ffirst day with yatti alone! but i must smile for momy n papih to keep on shine as borne... (at Regent Heights) [pic] — http://t.co/HLBBghZT'), (3880, 1044, 'Johore, Malaysia', '@milkycat75 \nGambateh!! Take care!!!'), (3881, 855, 'Riau, Indonesia', '@sheemeli @WullanRaTu Azzee . #bukguRumeLiLahjagooLaLokdaaaNk'), (3882, 955, 'Tebrau, Johor Bahru', '@onedanceforever ohhhh hehe thanks. And when are you coming back?'), (3883, 1045, 'Plentong, Johor Bahru', 'Selamat pagi semua...\nHati berbunga2 ^__^'), (3884, 1046, 'Johore, Malaysia', 'I''m at Food Court 3 (Dover, Singapore) http://t.co/mlFUjLA1'), (3885, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff can the real slim shady please stand up? I repeat, can the real slim shady please stand up? XD takpe, tidur awal itu bagus. :3'), (3886, 1037, 'Johor Bahru, Johore', '@Arkiztah basta mag-alot ka ng oras sa isang araw. Maski 2hrs na reading sa gabi. Habang malayo pa ang board. March palang nman.'), (3887, 1019, 'Johor Bahru, Johore', '@Lildivaonline anu stop killing ppl :P hehehe'), (3888, 1037, 'Johor Bahru, Johore', '@mariaclavel okay. ;)'), (3889, 832, 'Johor Bahru, Johore', 'Lapeeerrrr *ngulet http://t.co/e9VZMtiy'), (3890, 1037, 'Johor Bahru, Johore', '“@mariaclavel: Arch. @panky_associate panks will send it tomorrow na lang..late na ako nakauwi.. :)” -- okay ;)) ill be waiting ;))'), (3891, 1045, 'Plentong, Johor Bahru', '@Umieaida selamat pagi kak umie'), (3892, 967, 'Kota Tinggi, Johore', 'I''m at Middle Of The Ocean (Unknown) http://t.co/Nz75KyEt'), (3893, 1029, 'Plentong, Johor Bahru', '@mryangys suddenly macam malas nak gi final.. haha'), (3894, 1048, 'Johor Bahru, Johore', 'I am who I am. Your approval is neither desired nor required..'), (3895, 1023, 'Johor Bahru, Johore', 'I''m at Admiralty MRT Station (NS10) w/ @wongtc89 http://t.co/0FeDtjHg'), (3896, 1019, 'Johor Bahru, Johore', '@Lildivaonline anu.. Stop imitating me.!'), (3897, 1049, 'Johore, Malaysia', 'hello peeps.hehe'), (3898, 88, 'Johor Bahru, Johore', 'that is not the way how a brother treats his own sister....'), (3899, 844, 'Johor Bahru, Johore', 'mandi ah. kul 8.45 da kene kuar. hahaha'), (3900, 1050, 'Johor Bahru, Johore', 'Morning!! Gonna haf breakfast wif my colleges  then off to course @ KLC. Weeee!'), (3901, 1051, 'Johor Bahru, Johore', 'Don''t forget about me. Don''t forget where I''ll be.'), (3902, 935, 'Johor Bahru, Johore', 'When a girl is staying silent, she''s either crying inside, tired of lies, falling apart, or all of the above.'), (3903, 1052, 'Johor Bahru, Johore', '@HyyeeeEuunnn96 @ieatpohtahtoes yaaaaaa !!!!! Look damn like JB !!'), (3904, 5, 'Johor Bahru, Johore', 'Context RT @asymco: Apple''s market value today increased by more than one Nokia.'), (3905, 546, 'Singapore', 'Meeting @fizRedstic later :D'), (3906, 1019, 'Johor Bahru, Johore', '@Lildivaonline poda loosu :P'), (3907, 1030, 'Johore, Malaysia', 'Will be enjoying my ride from douby to ccck sleep on train first'), (3908, 1029, 'Plentong, Johor Bahru', '@mryangys sudah sudah.. bila kau kejut?'), (3909, 231, 'Johor Bahru, Johore', 'Feel really wasted last night..'), (3910, 1049, 'Johore, Malaysia', '@CikguWASyawal hahahaha..ha amni dahh bersemangat dahh tuhhh nk men bowling..pe lagy ajar lah ckgu.hehehe'), (3911, 1053, 'Johor Bahru, Johore', 'Working ! :( (@ Blk 150A Bishan Street 11) http://t.co/Qv4HDMGq'), (3912, 900, 'Johore, Malaysia', 'All the buses running down the northern bit of tanjong katong head east, except one that heads towards the city! #dulltweetscontinue'), (3913, 1054, 'Johore, Malaysia', 'Attention Please, North East Line from Dhoby Ghaut and Harbourfront stations has disrupted... Please take the Free shuttle bus service.'), (3914, 1055, 'Johore, Malaysia', 'I''m at United World College of South East Asia (Dover Campus) (Dover, Singapore) http://t.co/67KsSejL'), (3915, 231, 'Johor Bahru, Johore', 'I''m sorry to say,.. You didn''t leave a good impression to me..'), (3916, 546, 'Singapore', 'Gleeks Love Chris Colfer.'), (3917, 88, 'Johor Bahru, Johore', 'i keep asking for his forgiveness even i know that is not my fault... pity me ;''('), (3918, 1056, 'Johor Bahru, Johore', 'Morning world. Tired sia'), (3919, 1057, 'Johor Bahru, Johore', '@xEDVARGASx HAHA'), (3920, 913, 'Plentong, Johor Bahru', 'i''m getting bored~'), (3921, 1058, 'Riau, Indonesia', 'Selamat Pagi Kota Batam @bataminfo'), (3922, 88, 'Johor Bahru, Johore', '@faizsmkbsd1 hi bro..awal bgun???'), (3923, 1059, 'Johor Bahru, Johore', 'I''m at 332 yishun ring road http://t.co/95Wtxg5f'), (3924, 1056, 'Johor Bahru, Johore', '@simontay78 ^_^ always look on the bright side.'), (3925, 1045, 'Plentong, Johor Bahru', '@IslamicThinking وعليكم السلام ورحمة لله وبركته'), (3926, 1005, 'Johor Bahru, Johore', 'Train stopping at Dhoby Ghaut only... Luckily... (@ Hougang MRT Station (NE14) w/ 2 others) http://t.co/4QbuPfzj'), (3927, 1060, 'Riau, Indonesia', '@Lalaelhabsyii udah tuh...silahkan me-retweet ria (ง''̀⌣''́)ง'), (3928, 900, 'Johore, Malaysia', 'For the last tweet I had my dweeb hat on #sgbuses'), (3929, 1048, 'Johor Bahru, Johore', 'New beginning.. New friends.. New Career... New lappy.... Loving every minute..'), (3930, 1059, 'Johor Bahru, Johore', 'Just woke up:/ (@ Ahm''s Crib) http://t.co/wbEsYMI5'), (3931, 1061, 'Malaysia', 'AaAaAAaA,.. ujaaann laagiii duuun... &gt;_&lt;'), (3932, 546, 'Singapore', 'I miss boyfriend. He seems like he''s having fun there.'), (3933, 1052, 'Johor Bahru, Johore', 'Trains disrupted again /; hope it would be fine );'), (3934, 1055, 'Johore, Malaysia', 'I''m at Humanities Block @ UWCSEA (Singapore) http://t.co/D15GfLlC'), (3935, 1060, 'Riau, Indonesia', 'kebiasaan pagi yang paling gak aku suka. masih ngantuk,tapi harus buru2 ke kamar mandi...(⌣_⌣”)˚◦°•huffff•°◦˚(―˛―)'), (3936, 1052, 'Johor Bahru, Johore', 'Lips damn red. Fml.'), (3937, 1029, 'Plentong, Johor Bahru', '@mryangys okay takpe, aku dah pun kejutkan dia.. kau kejut call apa??'), (3938, 88, 'Johor Bahru, Johore', '@faizsmkbsd1 wakakaka..bnyak la kau pnya lelaki sejati kan.... da breakfast lom ??'), (3939, 955, 'Tebrau, Johor Bahru', '@onedanceforever what time! Coz my flight is tonight too haha.'), (3940, 1062, 'Johor Bahru, Johore', 'I''m at Bus stop Blk 932 Jurong West St 91 #27131 (Singapore, Singapore) http://t.co/nyeIAtfM'), (3941, 1063, 'Kota Tinggi, Johore', 'I''m at 祥祥 の 家!  http://t.co/lnHAd7FZ'), (3942, 955, 'Tebrau, Johor Bahru', 'Salvation is here'), (3943, 1064, 'Johor Bahru, Johore', '@Joysfoo oic...'), (3944, 1065, 'Johor Bahru, Johore', 'Morning, at le bus stop now'), (3945, 1066, 'Kota Tinggi, Johore', 'Good Morning. Surprise to all that i''m awake at this hour with my stomach screaming for... (at Fann Shakebutt''s Crib) — http://t.co/9VmgBAqU'), (3946, 1029, 'Plentong, Johor Bahru', 'Damn, sleepy.. Please please jangan mengantuk jap lagi..'), (3947, 1067, 'Johore, Malaysia', 'I''m at Singapore Dragon Boat Association (Singapore, Singapore) http://t.co/6MokjFwZ'), (3948, 15, 'Johor Bahru, Johore', 'So freaking tired....'), (3949, 1037, 'Johor Bahru, Johore', '@Arkiztah habang nanonood ka isulat mo yung nirereview mo sa yellow paper at gawen mong reviewer. Feeling ko effective yun. ;))'), (3950, 1056, 'Johor Bahru, Johore', 'Love our world class transport system. NEL is dead again so go take a bus or cab if required #SMRT #fb'), (3951, 1065, 'Johor Bahru, Johore', 'Always double deck'), (3952, 913, 'Plentong, Johor Bahru', 'i''m not sleeping in the whole night~~..wOw!!'), (3953, 1049, 'Johore, Malaysia', 'k lagy bpe ary nk nek skola..yeppppyyyy.hahaha'), (3954, 900, 'Johore, Malaysia', 'MRT disruption on north east line, there will be angst and abuse'), (3955, 1068, 'Johor Bahru, Johore', 'I''m at 2nd Cd Division http://t.co/x2wbEzEW'), (3956, 1069, 'Johor Bahru, Johore', '“@factsonfemales: Don''t walk in front of me; I may not follow. Don''t walk behind me; I may not lead. Just walk beside me and be my friend.”'), (3957, 181, 'Johore, Malaysia', 'Good morning'), (3958, 1070, 'Johore, Malaysia', '@rxtmr masaya ako dahil nakapag trabaho ako sa ibang bansa. Malungkot ako dahil malayo ako sa family ko. #TheMorningRush'), (3959, 1018, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 2 others http://t.co/nqlFmCrr'), (3960, 88, 'Johor Bahru, Johore', 'sejuknya..kalau sambung tido ni sure besttt'), (3961, 1071, 'Johor Bahru, Johore', 'Zzz they haven''t send me the tournament schedule how they expect us to play?!'), (3962, 1003, 'Plentong, Johor Bahru', 'hectic ;'')'), (3963, 1072, 'Johor Bahru, Johore', '@Zongxiannn zx ur dp look so "young"! Lolol'), (3964, 1060, 'Riau, Indonesia', '@Lalaelhabsyii eeehh..ente belum foolback ane y??'), (3965, 1073, 'Malaysia', '“@PuTaKun: RT @SANGEAMSRI: @PuTaKun พี่พีท ฝันดีคะ ,,บอกตอนนี้ยังทันไม๊นะ55.// ไม่ทันแล้วหละ 55”,,555อรุณสวัสดิ์แทนละกันเนาะ^^'), (3966, 88, 'Johor Bahru, Johore', '@faizsmkbsd1 hahaha...mmg satu hari suntuk la kau kelaparan cm tu...'), (3967, 1029, 'Plentong, Johor Bahru', '@mryangys ohh okay okay,'), (3968, 1056, 'Johor Bahru, Johore', '@roycheong1 who is the new CEO? Is he drawing $1000 per mth?'), (3969, 1029, 'Plentong, Johor Bahru', '@farhanaafadzli uisshh jgn jgn...'), (3970, 1056, 'Johor Bahru, Johore', '@roycheong1 oh, morning ^_^'), (3971, 1071, 'Johor Bahru, Johore', '@IzzahAzman lol! Such a sweet parents haha!!'), (3972, 1071, 'Johor Bahru, Johore', '@XiaoBoiTan going jail?'), (3973, 1074, 'Johore, Malaysia', 'Shag faces everywhere.'), (3974, 1075, 'Johor Bahru, Johore', 'I''m at Marsiling Road Block 137 (Singapore, Singapore) http://t.co/vdbHdGij'), (3975, 1029, 'Plentong, Johor Bahru', '@FarahRoss yes.. first paper harini.. aha,'), (3976, 900, 'Johore, Malaysia', '@SarcyBStard good morning, glad I survived the cull'), (3977, 901, 'Johor Bahru, Johore', '“@luvverlyn: How I Do My Eyebrows? http://t.co/mqa7zTGK” how I do it too!'), (3978, 1076, 'Johore, Malaysia', 'So early today! (@ Chij St Theresa''s Convent) http://t.co/3J0dOTBm'), (3979, 898, 'Johor Bahru, Johore', 'Train spore dah mcm kat jepun'), (3980, 1071, 'Johor Bahru, Johore', '@YueZiMinnnn_ you need a morning call?:)'), (3981, 1077, 'Johor Bahru, Johore', 'Morning'), (3982, 1078, 'Johore, Malaysia', 'I''m at ITE College East (Singapore, Singapore) http://t.co/Z3UWEN2X'), (3983, 105, 'Johor Bahru, Johore', 'good morning everybody. its thursday! mid of the week and mid of the month :)'), (3984, 371, 'Tanjong Kupang, Johor Bahru', '@eejamirmo lepaiih jgk chelsea ko'), (3985, 900, 'Johore, Malaysia', 'Less kids on the buses, but some, are some schools off whilst others are not?'), (3986, 1017, 'Johor Bahru, Johore', 'the leaat i could do for my mother is to help her buy things.'), (3987, 1079, 'Johore, Malaysia', 'check-out. (@ The Gallery Hotel) http://t.co/4ruLCdwa'), (3988, 1080, 'Johore, Malaysia', '@renebouw D8 ik al..........'), (3989, 1070, 'Johore, Malaysia', '@rxtmr masaya ako dhil single ako, i cn do anythin l, go anywhere. Malungkot ako dhil i cn go anywhere and no one wud care #TheMorningRush'), (3990, 1017, 'Johor Bahru, Johore', 'it just hurts when i always see my mother shouting at my brothers. a hug to her just now make me feel much better. '), (3991, 1081, 'Malaysia', 'ใส่บาตร (@ ตลาดโก้งโค้ง หาดใหญ่) http://t.co/0PGkeUvV'), (3992, 912, 'Johor Bahru, Johore', 'Waiting for this elena! :D (@ Bishan MRT Interchange (NS17/CC15) w/ 2 others) http://t.co/h6fipJtN'), (3993, 1056, 'Johor Bahru, Johore', '@roycheong1 not sure. Maybe no 1 dare to take tat hot seat .'), (3994, 55, 'Johore, Malaysia', 'Could be sleeping in this excellent weather. But no, i am on my way to school for training. Shoot me.'), (3995, 933, 'Kota Tinggi, Johore', 'I''m at Changi General Hospital (CGH) (Singapore, Singapore) http://t.co/R9XLk6gR'), (3996, 1082, 'Johor Bahru, Johore', 'I forgot to comb my hair yesterday. Still getting used to straight hair!'), (3997, 1069, 'Johor Bahru, Johore', 'Didn''t sleep well these days. So tired. I need to sleep earlier tonight.'), (3998, 1029, 'Plentong, Johor Bahru', '@FarahRoss ya ya, hopefully.. thanks yee..=) hehe'), (3999, 1083, 'Johor Bahru, Johore', '@ian_suffian yelahhhhh.dh jumpe jersi'), (4000, 965, 'Johor Bahru, Johore', '#Alhamdulillah. seronok bila dgr dari Ibu adik makin sembuh~'), (4001, 1084, 'Malaysia', 'morning! (@ Muara Baroid office/warehouse) http://t.co/ca5hEj6h'), (4002, 1085, 'Johore, Malaysia', 'Wow i slept 11hrs! (@ FMC Technologies) http://t.co/V4Oby9x6'), (4003, 933, 'Kota Tinggi, Johore', 'I''m at CGH Taxi Stand @ Lobby B http://t.co/6GhJNh6Z'), (4004, 1086, 'Johor Bahru, Johore', 'I''m at Blk 156 7-ELEVEN (Singapore) http://t.co/R7oxXQtt'), (4005, 1087, 'Johor Bahru, Johore', '@eeshawn 650, yea it''s the one touch. Manual focus just turn the big knob lor. But it also can AF on d90. :)'), (4006, 1088, 'Johor Bahru, Johore', 'It feels good to be back in Singapore!!! (@ Terminal 3 w/ 14 others) http://t.co/rOPhwYtg'), (4007, 88, 'Johor Bahru, Johore', '@faizsmkbsd1 tau pun kau..ye la nak tunggu aq pegi KL je da brapa jam..x ke kau kebulur mcm org kat afrika selatan tu'), (4008, 1049, 'Johore, Malaysia', 'perlu ke ko nk ingat kat org yg dahhhh buang+hina ko mcm sampahhh..errrr'), (4009, 1089, 'Johore, Malaysia', 'I''m at CHIJ Secondary (Toa Payoh) w/ @victoriaaaaatwl http://t.co/ksMMY1De'), (4010, 1090, 'Johor Bahru, Johore', '涼しいのに蒸し暑い'), (4011, 1091, 'Johore, Malaysia', 'Morningmorning received text from manager saying I''ll be working on weekends. That''s it. BURN! I can''t go out with my baby. Sucks!!!! =''('), (4012, 1056, 'Johor Bahru, Johore', '@thisisjeffrey oh... Haha but then again, it''s all the same to me. #SBS or #smrt private but not really, 2 names but still e same.'), (4013, 1092, 'Johore, Malaysia', 'Save me...'), (4014, 889, 'Johore, Malaysia', 'I''m at Work, Work... (Singapore) http://t.co/Fcde4yCz'), (4015, 1093, 'Johor Bahru, Johore', 'I''m at Bus Stop 76429 http://t.co/9fh9hHnP'), (4016, 897, 'Johore, Malaysia', 'I''m at Ubi Techpark (Singapore, Singapore) http://t.co/MfsrRiZL'), (4017, 898, 'Johor Bahru, Johore', 'Macam chibai la tolak2 ....aku tolak jatuh kang korang _I_'), (4018, 889, 'Johore, Malaysia', 'I''m at Working Time http://t.co/VMnMCNol'), (4019, 802, 'Johor Bahru, Johore', 'I''m at Yourmum''s Land ⛄ http://t.co/gZPNeG9Q'), (4020, 1060, 'Riau, Indonesia', '@Lalaelhabsyii sebenernya gak pengen banget,tapi ya udah deh...pakek batik gak??'), (4021, 889, 'Johore, Malaysia', 'I''m at Seng Kee Logistics Hub (Singapore, Singapore) http://t.co/DTc0PEEA'), (4022, 1094, 'Plentong, Johor Bahru', '@AyuBusri,\n\n Apa tajuk lagu Yuna yg ko minat 2 ??'), (4023, 1095, 'Johor Bahru, Johore', '@mairaaww buat bodoh je. :)'), (4024, 1004, 'Johor Bahru, Johore', '@YrUglyFace don''t go then I kana a lot shit, holiday also not holiday le ._.'), (4025, 897, 'Johore, Malaysia', 'I''m at Fire Command Centre @ Ubi Techpark (Ubi, Singapore) http://t.co/Hma1cYqO'), (4026, 1086, 'Johor Bahru, Johore', 'I''m at Blk 165 @ Simei Road (Singapore, Singapore) http://t.co/jeqsJzCv'), (4027, 900, 'Johore, Malaysia', '@empireofthekop I had a ZX81 with a 16k RAM pack #great now my son wants an iPad #heshavingalaugh'), (4028, 1096, 'Malaysia', 'Breakfast time (@ ตลาดนัดยี่งอ) [pic]: http://t.co/Bl6Uio8V'), (4029, 1039, 'Johor Bahru, Johore', 'I''m at Sunchuan Construction &amp; Engineering Pte Ltd (Singapore) http://t.co/s3CFultf'), (4030, 889, 'Johore, Malaysia', 'I''m at Senkee Logistics Hub http://t.co/PrJFToOn'), (4031, 1056, 'Johor Bahru, Johore', '@dizryl Tx dear ^_^ u r e 2nd person to bring that up to me.'), (4032, 901, 'Johor Bahru, Johore', '@luvverlyn I think it''s good!! The colour is quite nice. But I see ur one like also quite good. So not sure if it''s worth paying extra'), (4033, 802, 'Johor Bahru, Johore', 'I''m at The Awesome Room  (Singapore) http://t.co/AWnfzTWG'), (4034, 1029, 'Plentong, Johor Bahru', 'Aku ingatkan kat genting tadi.. Hahaha,'), (4035, 802, 'Johor Bahru, Johore', 'I''m at Awesome Bedd!  http://t.co/EMHBaKx2'), (4036, 1019, 'Johor Bahru, Johore', '@Lildivaonline hahahahaha.... Btw u watched Nijangal???'), (4037, 1097, 'Plentong, Johor Bahru', '@HemoHemoHemo92 hahaha tau pn takot..h0h0h0h000'), (4038, 897, 'Johore, Malaysia', 'I''m at MCST 2719 Office (Ubi, Singapore) http://t.co/k7X1qMBD'), (4039, 1005, 'Johor Bahru, Johore', 'I''m at Serangoon MRT Interchange (NE12/CC13) (Singapore, Singapore) http://t.co/6o6GNCYx'), (4040, 271, 'Johor Bahru, Johore', 'I just ousted ® ℳiḉḧᾰέḷ ☮ © ║█║▌║█║▌│║▌█║▌║ as the mayor of Double One Minimart on @foursquare! http://t.co/KMn9rO3e'), (4041, 1086, 'Johor Bahru, Johore', 'I''m at Sweet  http://t.co/bh5uimxo'), (4042, 901, 'Johor Bahru, Johore', '@luvverlyn easy to comb and quite neat. Last whole day too!'), (4043, 1070, 'Johore, Malaysia', '@aieklips @delamarrx931 @ginoboi @chicogarcia @marcopyo helloooo!!! Good morning #Rusherfriends'), (4044, 1098, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/xIsWdmtC'), (4045, 897, 'Johore, Malaysia', 'I''m at Kopitiam (Singapore, Singapore) http://t.co/Wp56f7c4'), (4046, 900, 'Johore, Malaysia', 'Who else had a Sinclair ZX81? #ancientcomputing'), (4047, 1099, 'Johor Bahru, Johore', 'Im at Macdonalds with yuen and isabel. (@ McDonald''s) http://t.co/NyUltkBD'), (4048, 1097, 'Plentong, Johor Bahru', '@Missyaya93 same2 diterime :)'), (4049, 1100, 'Johor Bahru, Johore', 'The pick up is late... (@ Yew Tee MRT Station (NS5) w/ 5 others) http://t.co/fRHig50G'), (4050, 1101, 'Johor Bahru, Johore', 'Only had 5 hours of sleep &gt;.&lt;'), (4051, 1103, 'Johor Bahru, Johore', 'Seems that this year will still be the same as last few years. Shitty as always. FML.'), (4052, 1045, 'Plentong, Johor Bahru', '@elmiza amboii...mcm marah je haha~'), (4053, 1104, 'Johor Bahru, Johore', 'Jus wake up now prepare and go sch'), (4054, 1004, 'Johor Bahru, Johore', '@YrUglyFace fuck that shit lol.'), (4055, 1070, 'Johore, Malaysia', '@edcalaycay @jrhyan @kitritche @choovlet @jedi_master0706 @djgambit paulit ulit dapat #rusherfriend? Hehe magandang umaga.'), (4056, 1092, 'Johore, Malaysia', 'VOTE FOR MY FRIEND PLS http://t.co/QzGkzUfY JUST LOOK FOR Bangkok Jesus. THANK YOU'), (4057, 1056, 'Johor Bahru, Johore', 'Since ppl r tellin me tat #NEL belongs to #SBS , I supposed ther wldn''t b special text service for #SMRT cab drivers this round .'), (4058, 1105, 'Singapore', 'off to some shooting training at Singapore Discovery Centre. will be back soon!'), (4059, 1045, 'Plentong, Johor Bahru', '@shafiqaibrahim ko mabok pika???astaghfirullahalazimm haha~'), (4060, 1070, 'Johore, Malaysia', '@jrhyan @edcalaycay @kitritche @choovlet @jedi_master0706 @djgambit may strike ngayon?!? Ingat #rusherfriend magandang umaga!'), (4061, 88, 'Johor Bahru, Johore', 'celik mata je perut aq da mula mnx makan...'), (4062, 965, 'Johor Bahru, Johore', '@EzartDmitry ada lagi. awak free bila?'), (4063, 1106, 'Johore, Malaysia', 'I''m at Transware Distribution http://t.co/TsFwbfd8'), (4064, 1022, 'Johore, Malaysia', '@badboymanialong haha...'), (4065, 1107, 'Johor Bahru, Johore', 'I''m at Singapore Sports School w/ @xiaoweii http://t.co/KlsDJcJ2'), (4066, 901, 'Johor Bahru, Johore', '@luvverlyn bt e colour doesn''t appear as light as my sis''s cos my brows are darker and thicker.'), (4067, 1108, 'Johor Bahru, Johore', 'I think this is the only productive day I''ve had since my o lvl days .. #fml'), (4068, 1008, 'Johore, Malaysia', '@taeyoung_2612 ok minyoung :) we dont go by grade here. I am in secondary school. Sec 4.'), (4069, 1045, 'Plentong, Johor Bahru', '@PustakaCinta pagi'), (4070, 1109, 'Johor Bahru, Johore', 'Morning tweethearts! :D'), (4071, 1110, 'Johore, Malaysia', 'I''m at Canon Singapore IT Division http://t.co/qAkLSFZb'), (4072, 1080, 'Johore, Malaysia', '@renebouw @egelten Light zeker!!!!!!!!!!!!!'), (4073, 1111, 'Senai Kulai, Kulai Jaya', 'I''m at Pejabat HEMA,UTM Johor Bahru, Johor (Johor Bahru, Johor) http://t.co/co0uK6w6'), (4074, 1070, 'Johore, Malaysia', '@edcalaycay @kitritche @choovlet @jrhyan @jedi_master0706 @djgambit kakagising lang #rusherfriend kailangan ng magmadali. Hehe. Lalalalala'), (4075, 1103, 'Johor Bahru, Johore', 'Birthdays coming soon and as always nothing. I have NEVER tasted any birthday surprise, presents, party, NONE! I feel sad.'), (4076, 1112, 'Johor Bahru, Johore', 'Tired and lazy , yet still need to go sch to finish up my works and pass it up.'), (4077, 1056, 'Johor Bahru, Johore', '@dizryl u too ^_^'), (4078, 1113, 'Johor Bahru, Johore', 'Super duper early with the girls. Last day of schl, let''s make this count. http://t.co/vThHJXx7'), (4079, 1114, 'Johore, Malaysia', 'I''m at Botanic Gardens MRT Station (CC19/DT9) (Singapore, Singapore) http://t.co/cqPZvdYl'), (4080, 1004, 'Johor Bahru, Johore', '@YrUglyFace don''t need it but thanks.'), (4081, 1008, 'Johore, Malaysia', 'Unlucky like fuck!'), (4082, 1045, 'Plentong, Johor Bahru', '@azizi_zain slamat pg brada bob,..'), (4083, 1029, 'Plentong, Johor Bahru', 'Nescafe Mild... #HALUUUSSSSS......'), (4084, 1094, 'Plentong, Johor Bahru', '@AyuBusri Asal heart ??'), (4085, 1115, 'Johore, Malaysia', 'I''m at Street Soccer @ 6, Marine Terrace (Singapore, Singapore) http://t.co/ctIR8OmH'), (4086, 1116, 'Johore, Malaysia', 'I''m at Blk 151 Bedok Reservoir Rd CoffeeShop (Singapore) http://t.co/1uzYOBZg'), (4087, 88, 'Johor Bahru, Johore', 'msg from ''unknown'' morning...jangan lupa solat 5 waktu tau..kbe... walaweii..time kasih sebab ingtkan...even aq x knl kau sape....'), (4088, 1117, 'Johore, Malaysia', 'SAFMC Cat E (at Annexe Hall 1, Singapore Science Centre) — http://t.co/TMfiHA4q'), (4089, 1118, 'Johor Bahru, Johore', '@Melisa0618 @Wiji93_ @wi2_n @aniasrani @sara_adeenda @ani_hanifah05 @shia_libra @me_intanviolita morning Mel and all,have a gd day to all.'), (4090, 1095, 'Johor Bahru, Johore', '@mairaaww ok ok. Chillax uh. ^^'), (4091, 1119, 'Johor Bahru, Johore', '@NaOHzifii_ RT @Retwittings: Mention a friend who is your Robin if you are Batman.'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (4092, 999, 'Kota Tinggi, Johore', '@DerickTetsuya oh we have... :/'), (4093, 1090, 'Kota Tinggi, Johore', '@horiekko ちょっと動くと汗が出るんです…'), (4094, 1120, 'Plentong, Johor Bahru', 'Hahah RT @Shffy: Pagi ini aku telah menggajahkan subuh aku. Haha okbai.'), (4095, 965, 'Johor Bahru, Johore', 'Lebih baik meninggalkan "sesuatu" demi Allah,daripada meninggalkan Allah demi "sesuatu"~'), (4096, 1121, 'Johor Bahru, Johore', '@HamzahKent ask her the money first.. She hv to take her own room'), (4097, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff but em is a bit mean. He likes to bash people. Asyik cari gaduh jea. Tp dia sayang anak dia, and that''s too sweet :3 #cair'), (4098, 653, 'Johore, Malaysia', 'The shirt I''m wearing is 1/2 size oversize... Dunno why my mum ironed it out of the many shirts I have, dunno why I bought it either'), (4099, 740, 'Johor Bahru, Johore', '@BabyCherLloyd morning to u too :)'), (4100, 1120, 'Plentong, Johor Bahru', 'Salam *hulur tangan* RT @dattadatdat: salam..'), (4101, 898, 'Johor Bahru, Johore', '@LittleMousyy orang kalau tolak..tolak balik jeee'), (4102, 1123, 'Johor Bahru, Johore', 'Otw to KK Hospital (:'), (4103, 1124, 'Johore, Malaysia', '@ginoboi masaya ako kc I''m reaching d success I want, malungkot ako kc I don''t have someone to share it with. #themorningrush #Top10 @rxtmr'), (4104, 1125, 'Johor Bahru, Johore', '@Ash_Meer hi I don''t get the pi thingy.'), (4105, 1017, 'Johor Bahru, Johore', 'the escalator near 912, 911 &amp; 962 brings back primary school memories.. :'').naturally, i smiled '), (4106, 1003, 'Plentong, Johor Bahru', 'must have toy in school days ;) http://t.co/I3zJVmRf'), (4107, 1126, 'Johor Bahru, Johore', 'I''m at 2nd Div SCDF http://t.co/iB3OEM05'), (4108, 1120, 'Plentong, Johor Bahru', 'Gemoninggggg'), (4109, 1070, 'Johore, Malaysia', '@OscarDelaHopia @rxtmr ay sauce! #masterrusher strikes again! Ahaha. Good morning master ODH! Happy Thursday!'), (4110, 900, 'Johore, Malaysia', '@SarcyBStard just starting'), (4111, 973, 'Johor Bahru, Johore', '@MelsonCWJ you jealous right? Go find your one lah :b'), (4112, 915, 'Johor Bahru, Johore', '@vee_happy They said it''s only purple...'), (4113, 915, 'Johor Bahru, Johore', '@JeffersonPacey anong sakit? get well soon! rest well!'), (4114, 1103, 'Johor Bahru, Johore', 'I hate my birthday. Didnt grew up like how a normal kid does. Lifting too much burden and pain till im drown in depression. Oh woes is me.'), (4115, 915, 'Johor Bahru, Johore', '@vee_happy That I''m not sure....'), (4116, 1127, 'Singapore', '@brxwneyedgirl oky!!'), (4117, 1128, 'Johor Bahru, Johore', 'I''m at Tampines MRT Station (EW2/DT32) (Singapore, Singapore) w/ 7 others http://t.co/odWXiMNf'), (4118, 1129, 'Johor Bahru, Johore', '@Sheenawesome haha so cute:p &lt;3'), (4119, 1095, 'Johor Bahru, Johore', 'Expect the unexpected.'), (4120, 1008, 'Johore, Malaysia', 'Im always being so ''lucky'' . Like seriously.'), (4121, 1130, 'Johor Bahru, Johore', 'How is it that no matter how early I''m up, I still tend to leave the house late?'), (4122, 1092, 'Kota Tinggi, Johore', 'NEL DOWN!'), (4123, 1131, 'Johor Bahru, Johore', 'Hope today''s practise will be perfect! Wooooo~~'), (4124, 1129, 'Johor Bahru, Johore', '@Sheenawesome SHEENA NG WHO SAY CAN SLEEP SO LATE??!'), (4125, 1094, 'Plentong, Johor Bahru', '@AyuBusri Tak paham..'), (4126, 1132, 'Singapore', 'CHELSEA!!!!!! TO THE UCL!!!'), (4127, 969, 'Johore, Malaysia', 'I''m at Inland Revenue Authority of Singapore http://t.co/pZvF8sXI'), (4128, 951, 'Johor Bahru, Johore', 'Lor mee for breakfast. ^^'), (4129, 1129, 'Johor Bahru, Johore', 'Hand cramp....'), (4130, 1065, 'Johor Bahru, Johore', '#nowlisteningto Maroon 5 - GoodNightGoodnight'), (4131, 1030, 'Johor Bahru, Johore', 'Think will be late it''s 41 already :-('), (4132, 1133, 'Tebrau, Johor Bahru', 'RT @reuters: Bank of America&amp;#39;s stock soars after passing stress test http://t.co/cemsRaih'), (4133, 1045, 'Plentong, Johor Bahru', '@shafiqaibrahim hahaha~ sengal...'), (4134, 1134, 'Johor Bahru, Johore', 'I just ousted Lim N. as the mayor of Keat hong camp smaller Canteen on @foursquare! http://t.co/ertbBbDZ'), (4135, 1134, 'Johor Bahru, Johore', 'Breakfast! (@ Keat hong camp smaller Canteen) http://t.co/6ciu4a8y'), (4136, 1135, 'Johor Bahru, Johore', '@seeshi yay!!!!!'), (4137, 1136, 'Johore, Malaysia', 'You are close to me doesn''t mean you know everything about me.'), (4138, 1137, 'Tebrau, Johor Bahru', 'Darling don''t be afraid I''ve loved you for a thousand year'), (4139, 1121, 'Johor Bahru, Johore', '@HamzahKent u hv to ask other''s opinion.. I dun mind..'), (4140, 1138, 'Johore, Malaysia', 'Report: 51% of web site traffic is ''non-human'' and mostly malicious http://t.co/sTYcL6o1'), (4141, 1139, 'Johore, Malaysia', '@Danivaaffan unyyuuuuu I am so exciteeed. Aku pake emirates and I''ll be there on the 29th march malem :) yay yay yay!!!'), (4142, 1140, 'Johor Bahru, Johore', '@AriesInTransyl @thiveebeanie idiot see now till you tell me I can''t be in peace and work!!!!!!'), (4143, 1005, 'Johore, Malaysia', 'I''m at MacPherson MRT Station (CC10/DT26) (Singapore) http://t.co/R2iDL6qo'), (4144, 1141, 'Kota Tinggi, Johore', 'now that you''re gone, i can''t cry hard enough.'), (4145, 1045, 'Plentong, Johor Bahru', '@elmiza haaa tu baru betol haha~\nMcm td tu ganaz sgt hehe~'), (4146, 1142, 'Johore, Malaysia', 'Sian gonna ps later-.-'), (4147, 915, 'Johor Bahru, Johore', '@TagoFabic salamat kuya!'), (4148, 1137, 'Tebrau, Johor Bahru', 'I''ll be brave and I won''t let anything standing in front of me take away'), (4149, 932, 'Johor Bahru, Johore', 'Off to work! http://t.co/kN8ugogc'), (4150, 1047, 'Plentong, Johor Bahru', 'So the US fans are begging the boys to go back to the UK... THAT''S CRAZY. But makes sense. #1DToStayInEngland #1DFamilyNOTNickFamily'), (4151, 1143, 'Johore, Malaysia', 'Shitsss I''m late late late. Whatsapp with the train services again'), (4152, 1137, 'Tebrau, Johor Bahru', 'One step closer...'), (4153, 1144, 'Plentong, Johor Bahru', 'Selamat siang! (@ Taman Pelangi) http://t.co/TfUmal3i'), (4154, 1145, 'Johor Bahru, Johore', 'The feeling of wanting to Shit but is unable to -.- LOLZ'), (4155, 1070, 'Johore, Malaysia', '@rxtmr masaya ako dahil uuwi nko aftr a year. Malungkot ako dhil babalikan ko nanaman yung dahilan kung bakit tumakas ako #TheMorningRush'), (4156, 1147, 'Johor Bahru, Johore', '@Hyclipse007 but it''s fun!'), (4157, 1069, 'Johor Bahru, Johore', '“@Palidan: "Watch what people are cynical about, and one can often discover what they lack." Gen. George S. Patton”'), (4158, 1094, 'Plentong, Johor Bahru', '@AyuBusri Ok..'), (4159, 1005, 'Johore, Malaysia', 'I''m at ITE College Central (MacPherson) (Singapore, Singapore) http://t.co/ggcOxy1H'), (4160, 1148, 'Johore, Malaysia', 'leggo! (@ Kallang Netball Centre) http://t.co/MB3Fg3XC'), (4161, 1029, 'Plentong, Johor Bahru', 'Ic? Check!! MatrikCard? Check!! Slip? Check!! Okay then, I''m ready! *macamFirstTimeJawabExamPulak.. Hahah'), (4162, 1144, 'Plentong, Johor Bahru', 'School baik2 ya syg. (@ Sri Kamariah Kindergarten) http://t.co/HP6QClvk'), (4163, 349, 'Johore, Malaysia', '@Charmiann haha ya lorhh, just that I don''t like that their door, don''t have lock :/'), (4164, 1149, 'Johor Bahru, Johore', 'F''ing SBS!'), (4165, 1150, 'Plentong, Johor Bahru', 'Morning world^.^why so jamzz'), (4166, 1045, 'Plentong, Johor Bahru', '@elmiza amboi ayat,stim2 ngantok ea,mcm best je ayat tu haha~'), (4167, 1029, 'Plentong, Johor Bahru', '@mryangys tiduuuurr tiduurrrrrrrrr'), (4168, 1151, 'Johor Bahru, Johore', 'I''m at Diethelm Keller Aviation Pte Ltd http://t.co/Zh6p9BSp'), (4169, 915, 'Johor Bahru, Johore', '@vee_happy you''re welcome van! no prob! tc! good morning!'), (4170, 1152, 'Johor Bahru, Johore', 'Heading to work...'), (4171, 1146, 'Johor Bahru, Johore', 'I''m lovin this twilight ☺'), (4172, 1147, 'Johor Bahru, Johore', 'Early in the morning, run 30 min. Wow.'), (4173, 965, 'Johor Bahru, Johore', '@EzartDmitry yup2.akak free. pkul berapa? skrg ke?'), (4174, 900, 'Johore, Malaysia', 'You know you are early when the coffee shop last to turn the machine on before they serve you #doubleespresso'), (4175, 1153, 'Johore, Malaysia', '@iloveedwards - no good news ba?'), (4176, 965, 'Johor Bahru, Johore', 'kata org diam erti setuju. tapi diam dlm definisi sy adalah rajuk dan tanda protes~'), (4177, 1154, 'Johor Bahru, Johore', 'Taking space cab to HTA !!:P'), (4178, 1019, 'Johor Bahru, Johore', '@Lildivaonline exactly!! She''s a bitch...!'), (4179, 901, 'Johor Bahru, Johore', '@luvverlyn shade 1 is the lightest?'), (4180, 1137, 'Tebrau, Johor Bahru', 'I''ve love you for a thousand year and I''ll love you for a thousand more'), (4181, 1155, 'Johor Bahru, Johore', 'I''m at Canteen http://t.co/k53PRNgL'), (4182, 913, 'Plentong, Johor Bahru', 'hungry...wanna breakfast :)'), (4183, 239, 'Johore, Malaysia', 'I''m at Springvale Condominium @ Siglap http://t.co/8ZOgvjto'), (4184, 898, 'Johor Bahru, Johore', '@LittleMousyy ah biarkan...'), (4185, 88, 'Johor Bahru, Johore', 'adam johanz http://t.co/XWUgFjPH'), (4186, 239, 'Johore, Malaysia', 'I''m at Rachel''s house  http://t.co/hJ4327Sl'), (4187, 1156, 'Pulai, Johor Bahru', 'Siap bekal, @zuelizry kalau tak bawak balik lagi mangkuk dgn beg, esok bawal bekal dalam polisterin je...'), (4188, 901, 'Johor Bahru, Johore', 'Wah! Why the lrt took such long time to reach cck today'), (4189, 1157, 'Tebrau, Johor Bahru', 'Trying to step like a shuqun sec student\n:3'), (4190, 239, 'Johore, Malaysia', 'I''m at 907 East Coast Road http://t.co/oLdpTmhQ'), (4191, 900, 'Johore, Malaysia', '@empireofthekop topless babes on Crosby Beach? Or crusty grannies'), (4192, 1158, 'Johore, Malaysia', 'I love mornings. Cool weather with light breeze with @Radio_913. Great way to start the day. Makes me smile. ☺'), (4193, 1145, 'Johor Bahru, Johore', 'The wth moment when someone foreign pronunciate tampines as tam pines-.- the fuq...'), (4194, 1159, 'Johore, Malaysia', 'I''m at Bus Stop 52271 (Jackson Square) (Singapore, Singapore) http://t.co/rkCcFe3H'), (4195, 1121, 'Johor Bahru, Johore', '@HamzahKent yeah... Tok mudim nk sunatkan org'), (4196, 1160, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 15 others http://t.co/hUUDcE3n'), (4197, 1045, 'Plentong, Johor Bahru', '@elmiza huh cara la beb haha~'), (4198, 1161, 'Johore, Malaysia', 'i realized i love getting bags without zips. even if there were zips, i wouldn''t zip.'), (4199, 1065, 'Johor Bahru, Johore', 'Helena beats'), (4200, 1003, 'Plentong, Johor Bahru', 'chef wan father''s said that his father didn''t like his son to spent most of his time at kitchen, afraid that he will become a faggot. hoho'), (4201, 1162, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) w/ 2 others http://t.co/amVGq3eC'), (4202, 1094, 'Plentong, Johor Bahru', 'Not so smooth traffic at Tebrau H''way heading JB around Psr Borong Pandan.\n Take note.\n\n#JBTU'), (4203, 446, 'Johore, Malaysia', 'So tired ..'), (4204, 1163, 'Johor Bahru, Johore', 'I should die... I slept for 7hrs ... #FML'), (4205, 1164, 'Johor Bahru, Johore', 'Feeling not well today. 2 working days to go. Let''s do this!'), (4206, 1141, 'Johore, Malaysia', '@chinterugenie goodmorning ganda!'), (4207, 1070, 'Johore, Malaysia', '@rxtmr masaya ako ksi im d life of d party, malungkot ako ksi no one notices the tracks of my tears but me. #TheMorningRush @ginoboi'), (4208, 1029, 'Plentong, Johor Bahru', '@mryangys ahh mmg aku jawab pun.. :)'), (4209, 446, 'Johore, Malaysia', '@jennifertehjw semo si antm?'), (4210, 1141, 'Johore, Malaysia', '@crazYzhi3zs tse! haha'), (4211, 1158, 'Johore, Malaysia', '#nowplaying Summer Paradise by Simple Plan from @Radio_913'), (4212, 1165, 'Johor Bahru, Johore', 'Chelsea made a great comeback. All the best for the next stage Les Blues'), (4213, 1156, 'Senai Kulai, Kulai Jaya', 'Teringin nasi lemak lak'), (4214, 1127, 'Singapore', 'hi i just woke up'), (4215, 1166, 'Johor Bahru, Johore', '@snsfq lmaos.. U gonna consume them?! Hahhaa..'), (4216, 1167, 'Pulai, Johor Bahru', 'I''m at mcdonald taman sutera http://t.co/Wia7jdbT'), (4217, 1132, 'Singapore', 'Later at 10 go jogging....'), (4218, 1094, 'Tebrau, Johor Bahru', 'Morning 2 #JBTU !!\n\n B-)'), (4219, 892, 'Johor Bahru, Johore', '@555BarcaBoy555 bro check ur you tube inbox it''s urgent.'), (4220, 1069, 'Johor Bahru, Johore', 'When it reach the peak eventually it will go all the way down. The market trend now is sliding..'), (4221, 1168, 'Johore, Malaysia', '@JoanneKXY Happy Birthday JoAnne Kiong!! Hot n pretty Mama !'), (4222, 1169, 'Johor Bahru, Johore', 'Soccer training agn....'), (4223, 1019, 'Johor Bahru, Johore', '@Lildivaonline now what is the episode no. ???'), (4224, 1127, 'Singapore', 'my stomach feels like shit, my head feels like shit, my body feels like shit, i feel like shit'), (4225, 1170, 'Johore, Malaysia', 'I''m at ITE College East w/ @dorkyyoong http://t.co/jcViyfAz'), (4226, 1049, 'Johore, Malaysia', 'pagy yg mmbsankn oke.'), (4227, 1121, 'Johor Bahru, Johore', '@HamzahKent ok... Nanti aku nk naik bulan'), (4228, 1141, 'Johore, Malaysia', 'im sad, hurt, angry, mad, disappointed. But you know what? I''ll put on a happy face and move on. It will hurt but I will survive.'), (4229, 1019, 'Johor Bahru, Johore', '@Lildivaonline Ikr!!! It''s becoming dramatic..!!!'), (4230, 1171, 'Johor Bahru, Johore', 'I''m at Civil Defence Academy (Singapore, Singapore) http://t.co/4IDfpsBx'), (4231, 1160, 'Johor Bahru, Johore', 'At Changi Airport Terminal 1 — http://t.co/r35Cdns9'), (4232, 15, 'Johor Bahru, Johore', '@Lynn_Fuschia haha...let''s do tat together ....freaking tired'), (4233, 1127, 'Singapore', 'im such in a bad shape sia. just when im ready to get some cash on my hands.'), (4234, 933, 'Johor Bahru, Johore', 'I''m at Braddell Road Exit http://t.co/chXohkAs'), (4235, 1172, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 16 others http://t.co/ZcsOCKtb'), (4236, 1173, 'Johore, Malaysia', 'Poorman''s Grave ♫ Poorman''s Grave by Eraserheads (at Delta Swimming Complex) — http://t.co/nCl0M0fB'), (4237, 1166, 'Johor Bahru, Johore', '@snsfq ikr!'), (4238, 1174, 'Johor Bahru, Johore', 'Zzzzz (@ Jelapang LRT Station (BP12)) http://t.co/BBauMLHn'), (4239, 1094, 'Tebrau, Johor Bahru', 'Just checked in at Tmn Molek..'), (4240, 1070, 'Johore, Malaysia', '@rxtmr masya ako kc u made me feel loved, wantd, cared for. I was trilled when u askd me to marry u. Malungkot ako ksi lahat yn, past tense.'), (4241, 1141, 'Johore, Malaysia', '@chinterugenie im getting better dear, no worries. musta kna sis?'), (4242, 1004, 'Johor Bahru, Johore', '@YrUglyFace dafuq'), (4243, 1143, 'Johore, Malaysia', 'Hopefully, my phone and mac are able to last me the whole day. NOT'), (4244, 1175, 'Kota Tinggi, Johore', 'I''m at Budget Terminal (Singapore, Singapore) w/ 3 others http://t.co/70DQNSbl'), (4245, 1002, 'Indonesia', 'Manetek ilu mi,\nLao paborhathon au,\nGomos di tiop ho,\nJari ni tanganki,\nLaos didok ho tu au,\nHolong roham di au, #BungaHarotas'), (4246, 1176, 'Johor Bahru, Johore', 'At Yusof Ishak Secondary School — http://t.co/fQWg0Vgt'), (4247, 1121, 'Johor Bahru, Johore', '@HamzahKent hahaha!!! Yeah!!!'), (4248, 874, 'Johor Bahru, Johore', '@Aswadyelnino morning abg!!'), (4249, 653, 'Johor Bahru, Johore', 'Sleeve keeps slipping down nbcb'), (4250, 1177, 'Johor Bahru, Johore', 'Sick today :/ (@ Blk 726 Tampines St 71) http://t.co/5sGrS0iI'), (4251, 965, 'Johor Bahru, Johore', '@EzartDmitry ok2..blh. m21 k.'), (4252, 1178, 'Johore, Malaysia', 'Do NOT screw around with nature !!!! http://t.co/WWOsiR8G'), (4253, 1179, 'Johor Bahru, Johore', 'I''m at Yew Tee MRT Station (NS5) (Singapore, Singapore) w/ 5 others http://t.co/n2jzLsvc'), (4254, 1180, 'Tebrau, Johor Bahru', '@Muuunchh12 ay gnun ba he tek ker'), (4255, 1064, 'Johor Bahru, Johore', '핫핫핫 finally can dl le can watch le happy max♪~(´ε` )'), (4256, 1181, 'Johor Bahru, Johore', 'Tired.. Le sigh-__- (@ Cheers) http://t.co/mScplJVr'), (4257, 900, 'Johore, Malaysia', '@SarcyBStard it is Thursday morning, 7:50am in Singapore and its not raining'), (4258, 1062, 'Kota Tinggi, Johore', 'I''m at Boon Lay Bus Interchange (Singapore, Singapore) http://t.co/bqGb98Wg'), (4259, 1182, 'Senai Kulai, Kulai Jaya', 'I''m at C08 http://t.co/7U1xH48W'), (4260, 1183, 'Johor Bahru, Johore', 'Breakfast with wife (@ Boon Lay Place Market &amp; Food Centre) http://t.co/NOuPnmAT'), (4261, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff a''ah, cair. U MAD? Hahaha. Yelah, nampak dia sayang sangat nan anak dia tu. Haishh, maka beruntunglah XD'), (4262, 563, 'Johor Bahru, Johore', 'Hardly breath... Maybe I''m dying soon?'), (4263, 1184, 'Johore, Malaysia', 'I''m at Bus Stop 84051 (Bedok Sports Complex) (Singapore) http://t.co/6DvIQKQ4'), (4264, 200, 'Johor Bahru, Johore', 'I bet my mood today not good?'), (4265, 1185, 'Johor Bahru, Johore', 'My sleepy face~ (-。-; @ Yishun St 81 http://t.co/jlhJVQOZ'), (4266, 1186, 'Johor Bahru, Johore', 'Took cab down and almost left my phone in the cab omg. (@ Home Team Academy) http://t.co/TTDZcFnu'), (4267, 1002, 'Indonesia', 'Aha labana sai rap hita nadua\nMolo soboi be dos rohatta hasian,\nTumagon ma hita marsirang hasian\nUnang bagas haccit ni roha #SirangPeTaho'), (4268, 1187, 'Johor Bahru, Johore', '@LIYANAos hi baby. Enjoy your trip there and shop till you drop k? And you should know that ill be here waiting for you. I love you too. ❤'), (4269, 1188, 'Johor Bahru, Johore', '@143redangel congratulations po! U really deserved it!'), (4270, 1094, 'Plentong, Johor Bahru', 'Ada bunting di Tmn Molek:\n\nBN Milik Semua. Btol ke ?? Bkn milik bapak/sedara-Mara mereka ka ??'), (4271, 1189, 'Johor Bahru, Johore', 'Lol @nonatya: Baru bangun liat score Chelsea menang 4-1!!! Tuhaann.. Terimakasih pagi2 udah denger kabar bagus!! Matteo u''r the best! Muach'), (4272, 1190, 'Johor Bahru, Johore', 'Feels like winter siah ⛄⛄⛄'), (4273, 1137, 'Tebrau, Johor Bahru', 'Think again, where were you when I need you? Hah'), (4274, 1001, 'Johor Bahru, Johore', 'Ones a Day, 5 Days a Week (@ Singapore Changi Airport) http://t.co/hkAS67d6'), (4275, 1189, 'Johor Bahru, Johore', 'El nino gagal score :(( @nonatya: Napoli kalah agregat!!! Yes yes yes yes...!!! Hahahaa seneng bgt ini gue pagi pagi :D”'), (4276, 1191, 'Johore, Malaysia', 'I just ousted @billysoh as the mayor of TanjongRhu Park on @foursquare! http://t.co/6HyQb3RH'), (4277, 900, 'Johore, Malaysia', '@jeremy_sg I am not worthy, the 81 was traded for an Amstrad I shared with my brothers'), (4278, 1137, 'Tebrau, Johor Bahru', 'Now think back, hasn''t I been there for you even if you don''t need me?'), (4279, 1192, 'Johor Bahru, Johore', 'It''s a Thursday morning where I have to represent my technical change in a meeting today and there''s a train fault between Dhoby and HBF!'), (4280, 263, 'Tebrau, Johor Bahru', 'Goodmorning'), (4281, 1193, 'Johore, Malaysia', 'Band camp from 8-6... Let''s go!! (@ SCGS Band Room) http://t.co/BdIi5nMc'), (4282, 1019, 'Johor Bahru, Johore', '@Lildivaonline okie dear... Nitey nitez...'), (4283, 1137, 'Tebrau, Johor Bahru', 'Now, think before you act. I don''t know why I''m bringing this shit up'), (4284, 1141, 'Johore, Malaysia', '@chinterugenie what happened to u sis?'), (4285, 1017, 'Johor Bahru, Johore', 'i don''t like overly neat hair. too... neat LOL.'), (4286, 1194, 'Singapore', 'just bathed FREEZING ;3'), (4287, 1153, 'Johore, Malaysia', '@iloveedwards - nakakaluha nga...no summer event/ outing too?'), (4288, 1137, 'Tebrau, Johor Bahru', 'Shall just shut myself up now.'), (4289, 263, 'Tebrau, Johor Bahru', '@MamanThor @Wansewel gila'), (4290, 1157, 'Tebrau, Johor Bahru', 'Working :/'), (4291, 1141, 'Johore, Malaysia', '@JoanneSings ihh ate joan, kc nman. hays.'), (4292, 1166, 'Johor Bahru, Johore', 'An apple a day, keeps the doctor away? Sincerely, what bout orange?'), (4293, 1141, 'Johore, Malaysia', '@detective_KENan nhanap ba?'), (4294, 1023, 'Johore, Malaysia', 'I''m at Toa Payoh MRT Station (NS19) (Singapore, Singapore) http://t.co/7ucNWRPK'), (4295, 962, 'Johor Bahru, Johore', 'Ooooo0 pakai bulu mate fake nie mate aku berat,.'), (4296, 1195, 'Plentong, Johor Bahru', 'I''m at Tapak Perkhemahan Pusat Kokurikulum Kem Tasek Utara http://t.co/nfP1x0V8'), (4297, 1196, 'Johor Bahru, Johore', '@junsui_kokoro u can mah?'), (4298, 1197, 'Johore, Malaysia', 'Great.. I hoped to go to work early to clear work n gonna be late thnx to a delay on NEL..-.-"'), (4299, 972, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 16 others http://t.co/j38ROvaj'), (4300, 1198, 'Johor Bahru, Johore', 'I''m at Bukit View Secondary School (Singapore, Singapore) http://t.co/cjOqOs2G'), (4301, 1094, 'Plentong, Johor Bahru', 'Jap, AKU sanggup Patah-balik semata2 NAK snap &amp; buktikan. Ok ??'), (4302, 1098, 'Johore, Malaysia', 'I''m at Certis CISCO Security Pte Ltd (Singapore) http://t.co/fjO7PNak'), (4303, 1199, 'Johore, Malaysia', 'Wana hide under my blanket and not doing anything.'), (4304, 1047, 'Plentong, Johor Bahru', 'Migraines in the morning... #penghapusdosa'), (4305, 1200, 'Tebrau, Johor Bahru', 'JPJ test. Bismillah... (@ Pusat Latihan Memandu Intensif (PLMI)) http://t.co/zVaYlVYU'), (4306, 1141, 'Johore, Malaysia', '“@JoanneSings: Excited for the 16th!” ako din ate naeexcite for you!'), (4307, 1201, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Bus 903 (Singapore) http://t.co/cOq4Zhdt'), (4308, 1202, 'Johore, Malaysia', '#TheAwkwardMoment when u bring your charger everywhere but left the phone at home..'), (4309, 1197, 'Johore, Malaysia', '@dSolitude where r u going?'), (4310, 932, 'Johor Bahru, Johore', 'My shirt is damn freaking loose.'), (4311, 900, 'Johore, Malaysia', '@SarcyBStard indeed'), (4312, 263, 'Tebrau, Johor Bahru', 'Hmmm malasnye nak pergi sekolah. '), (4313, 1122, 'Johore, Malaysia', 'Repair will take 6 hours, starting at 6am. #kaloka!'), (4314, 859, 'Johore, Malaysia', 'taik la!!! (@ Keppel Shipyard Ops Room (benoi)) http://t.co/sBtHeTUh'), (4315, 1203, 'Johore, Malaysia', 'I''m at Housing Development Board Bedok Branch http://t.co/2TE6NMtU'), (4316, 1166, 'Johor Bahru, Johore', 'Faster tomolo lehh.. I want to climb!!!'), (4317, 1204, 'Johore, Malaysia', '#bussen rijden standaard te snel en wie heeft een #gordel om ? Zielig voor deze #kinderen'), (4318, 1197, 'Johore, Malaysia', '@ahjoyjoy feeling old liao bo?..:p'), (4319, 1196, 'Johor Bahru, Johore', 'Walaoo... 4.5 hrs of sleep... Pls I''m not handling the likes of pri sch kiddios'), (4320, 1205, 'Johore, Malaysia', 'In cab now.... Über cold'), (4321, 1141, 'Johore, Malaysia', '@JoanneSings ppatatoo ka ate? gusto ko din! hahahaha'), (4322, 1206, 'Johor Bahru, Johore', 'I''m at South View LRT Station (BP2) (Singapore, Singapore) http://t.co/UiIoieTp'), (4323, 288, 'Johore, Malaysia', 'I''m at Broadrick Secondary School http://t.co/yuhvd5qW'), (4324, 1207, 'Johore, Malaysia', 'I''m at Safari House Preschool http://t.co/nU9fIjYx'), (4325, 1208, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange (Singapore) http://t.co/9M5vOOpv'), (4326, 1003, 'Plentong, Johor Bahru', 'konon2 ta nak donlot byk apps. tengok2 jek dah 70 apps dah di donlot. hoho'), (4327, 1209, 'Johor Bahru, Johore', '@Sexanaid I have been hooked to that song the whole week!'), (4328, 1210, 'Johore, Malaysia', 'A great view from the Marina Bay Skypark. http://t.co/B6rOH3UP'), (4329, 1211, 'Plentong, Johor Bahru', 'I''m at Malaysia Marine &amp; Heavy Engineering Sdn Bhd (Pasir Gudang, Johor) http://t.co/kDxmTsKb'), (4330, 933, 'Kota Tinggi, Johore', 'I''m at Toa Payoh Rise (Toa Payoh Rise) http://t.co/jKWw5TTA'), (4331, 1141, 'Johore, Malaysia', '@jordsD whats with friday? haha'), (4332, 1212, 'Senai Kulai, Kulai Jaya', 'Engineering economic (@ FKM UTM) http://t.co/x0aKHqn4'), (4333, 53, 'Johor Bahru, Johore', ': GOOD MORNING! ☀'), (4334, 1140, 'Johor Bahru, Johore', '@kickassredlips I feel you babe.,'), (4335, 1213, 'Johor Bahru, Johore', 'Feels great after having a nice looooooong sleep'), (4336, 1141, 'Johore, Malaysia', '@chinterugenie baligtad nman sken sis.'), (4337, 933, 'Kota Tinggi, Johore', 'I''m at Lighthouse School (Singapore) http://t.co/ZWBWtwNY'), (4338, 1214, 'Johore, Malaysia', 'RT @pukha: Happy birthday bang @faredzaikhmal !! Wish you all the best yaaaaaa'), (4339, 1215, 'Johore, Malaysia', 'Buying breakfast.'), (4340, 1216, 'Malaysia', 'ตื่นเช้ามาออกกำลังกาย เพื่อสุขภาพที่ดีกันนะ (@ The Gym) http://t.co/okBXu2D1'), (4341, 913, 'Plentong, Johor Bahru', 'oh no..ompuan nok dr korea mdh cmtok ngn aku tek ''i think you like k-pop star..haha:)'' -__- tetak gk nya ya..huh'), (4342, 931, 'Johor Bahru, Johore', '@PARABABA '), (4343, 742, 'Kota Tinggi, Johore', 'Official bedtime is now 8am...'), (4344, 901, 'Johor Bahru, Johore', '@luvverlyn oh! That shade looks really light!'), (4345, 1217, 'Johore, Malaysia', 'So tired.. walking with eyes closing..'), (4346, 929, 'Johor Bahru, Johore', 'I''m at West Spring Secondary School (Singapore) http://t.co/Ytxw2INp'), (4347, 933, 'Kota Tinggi, Johore', 'starting work soon~~ (@ Braille Production Unit (BPU) @ Lighthouse School) http://t.co/fEYuHa8M'), (4348, 1210, 'Johore, Malaysia', 'http://t.co/btYvO6Cn'), (4349, 1218, 'Johore, Malaysia', 'I''m at Fairfield Methodist School (Secondary) Parade Square http://t.co/X8B4v4Gk'), (4350, 1219, 'Johore, Malaysia', 'Good morning Singapura! Tomorrow''s Fridaaaaaay! Yay! #ThankYouLord'), (4351, 1140, 'Johor Bahru, Johore', 'Late for work'), (4352, 1220, 'Tebrau, Johor Bahru', 'Breakfast w @FarahaniNoh (@ McDonald''s) http://t.co/AeL4jYPL'), (4353, 1221, 'Tebrau, Johor Bahru', 'I''m at Rohde&amp;Schwarz http://t.co/GZ0HGh4r'), (4354, 838, 'Senai Kulai, Kulai Jaya', '@alyahassan biasela jln psir gudang kan jem pgi2'), (4355, 1223, 'Plentong, Johor Bahru', 'The best thing about twitter is that it cant "tweet"'), (4356, 263, 'Tebrau, Johor Bahru', ''), (4357, 1141, 'Johore, Malaysia', 'bakit ganun? parang feeling ko lahat ng quotations na pinopost dito sa twitter para saken? ayayay!'), (4358, 1224, 'Johore, Malaysia', 'The first timr in my entire life I got here at 8 o''clock in the morning! Wohoa! (@ ERC Institute) http://t.co/3N7rCDW6'), (4359, 1211, 'Plentong, Johor Bahru', 'I''m at OSX3 FPSO Turret Mooring Project http://t.co/4c229nfr'), (4360, 1225, 'Kota Tinggi, Johore', 'Zzzzz (@ Jurong East St 21) http://t.co/SVWQ3EWF'), (4361, 1226, 'Johore, Malaysia', 'I''m at Inland Revenue Authority of Singapore http://t.co/71ngs1xB'), (4362, 1159, 'Johor Bahru, Johore', 'I''m at Bishan Bus Interchange (Singapore, Singapore) http://t.co/uAgkHOcr'), (4363, 63, 'Johor Bahru, Johore', 'Going to the graves rn. Them to johor. Yay!'), (4364, 1227, 'Johor Bahru, Johore', 'Student pass is expiring!!! No more concession after March... No more student meal... :/'), (4365, 1228, 'Plentong, Johor Bahru', 'SINGLE IS SIMPLE xD'), (4366, 1229, 'Johor Bahru, Johore', 'It''s not even 8 and I''m in school already.'), (4367, 974, 'Johore, Malaysia', '@nredberry I know right. Freezing cold.'), (4368, 1166, 'Johor Bahru, Johore', 'Early morning my stomach got egg (Y)'), (4369, 1060, 'Riau, Indonesia', '@Lalaelhabsyii ╋╋ム ╋╋ム ╋╋ム =)) ╋╋ム ╋╋ム=)) kiraiiin'), (4370, 1230, 'Singapore', '@dhesha tawwah......pintarnya'), (4371, 1231, 'Johor Bahru, Johore', 'Hope everything''s gonna be alrite..'), (4372, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff ''maka beruntunglah'' XD awak yang ajar. Hahaha #fastlearner'), (4373, 1003, 'Plentong, Johor Bahru', 'Aku rasa chef wan ni banyak cakap. Eh tak, die terlebeh byk cakap sampaikan host tv ni terdiam. haha'), (4374, 1232, 'Johore, Malaysia', '@kittenswithguns @greenie_leena haish . Just feeling down with rs .'), (4375, 1233, 'Johor Bahru, Johore', 'SHAG TTM! Gonna study alone. Hope it''s productive!'), (4376, 1234, 'Johor Bahru, Johore', 'Hope today end early'), (4377, 45, 'Johor Bahru, Johore', 'Oh god... How do i get to parkway.....'), (4378, 263, 'Tebrau, Johor Bahru', 'Hm 8:30 boleh siap. Class start pukul 10 ishhhhh'), (4379, 288, 'Johore, Malaysia', 'I''m at 3a4 w/ 2 others http://t.co/tDzrRC8X'), (4380, 1235, 'Johor Bahru, Johore', 'The homework is bullshit'), (4381, 1236, 'Johore, Malaysia', 'I think I''m sick... :/'), (4382, 1237, 'Johor Bahru, Johore', 'North east line dhoby to harbourfrlnt is down.'), (4383, 1238, 'Malaysia', 'Unofficial PS block :-P (with @N2109 at Pte Meragang Cafeteria) — http://t.co/GgwhCxF6'), (4384, 1195, 'Esso - Lebuhraya Tebrau 1, Plentong', 'I''m at Esso, LebuHraya TebraU http://t.co/HwXdhS3A'), (4385, 1239, 'Johor Bahru, Johore', 'On my way to school~  (@ Kwangie’s Dancing Shoe) http://t.co/UaIdCheb'), (4386, 915, 'Johore, Malaysia', '13 train stops from Serangoon to Labrador Park then have to take a looooong walk towards office? Good luck! Oh what a Thursday...'), (4387, 1030, 'Johor Bahru, Johore', 'One mre stop to school'), (4388, 1240, 'Johor Bahru, Johore', 'I''m at Bus Stop 43681 (Bukit Batok Home For The Aged) (Singapore) http://t.co/FCNs0Zfr'), (4389, 1241, 'Kota Tinggi, Johore', 'I''m at Bukit Timah Primary School (Singapore, Singapore) http://t.co/m9NgxSpr'), (4390, 653, 'Johor Bahru, Johore', 'Lol at all the people blaming SMRT for NEL breakdown.'), (4391, 1242, 'Johore, Malaysia', 'Morning :D'), (4392, 1205, 'Johore, Malaysia', 'Arrived.... OMFGGGGG classs'), (4393, 1243, 'Johor Bahru, Johore', 'I''m at Superman''s House (Singapore, Hougang) http://t.co/UOtgfzZ5'), (4394, 1244, 'Johore, Malaysia', 'I''m at Cheers @Balestier (Singapore) http://t.co/NaNXBlIP'), (4395, 1245, 'Johor Bahru, Johore', 'Long Day Today (@ IMG Media Sport Production) http://t.co/W8qWMGoG'), (4396, 1246, 'Johor Bahru, Johore', '@ariasaysrelax @lipswillcollide @shaozzx @lyishuan talk about getting high in the shower...and yes please!!!'), (4397, 1242, 'Singapore', '@vanessachewyou Actually it was yesterday. :/'), (4398, 1247, 'Senai Kulai, Kulai Jaya', 'I''m at Faculty of Mechanical Engineering,UTM Skudai http://t.co/5glsrVmQ'), (4399, 1243, 'Johor Bahru, Johore', 'I''m at Bus Stop 63221 (Kovan Hub) (Hougang, Singapore) http://t.co/FonqpX8A'), (4400, 1069, 'Johor Bahru, Johore', 'Do not expect ppl to be good to u, do till ppl thinks that u r good.'), (4401, 900, 'Johore, Malaysia', '@JEDBP was there a football match last night / this morning? Did your £5 striker score?'), (4402, 354, 'Johore, Malaysia', '@satinepastel @y0ungyang @_spike08_ @darcheinjhel @binatangdaddy @HagardHAGRID @Nice_Cox @earls04t @Neelia2 @dynegirl @wizhart gd morning!'), (4403, 1248, 'Johor Bahru, Johore', 'haha! i missed my bus stop because of i can''t stop watching #ellendegeneres.'), (4404, 1249, 'Johor Bahru, Johore', '@KhalishJamin asshole, leave never tell me. http://t.co/uNvD7mAF'), (4405, 915, 'Johore, Malaysia', '@Zierlak @mattmamba so tough!'), (4406, 1250, 'Johore, Malaysia', 'Good morning sg! Listening to Good Times with @JimSieczka on the line. Nice @djmotwister'), (4407, 1251, 'Johor Bahru, Johore', 'At admiratly waiting for shuttle bus to workplace ~'), (4408, 1210, 'Johore, Malaysia', 'Managed to borrow a tripod here!! http://t.co/n1BEBbgF'), (4409, 1252, 'Senai Kulai, Kulai Jaya', 'Kelas2 (@ Fakulti Kejuruteraan Elektrik) http://t.co/l5MHKNjc'), (4410, 1002, 'Indonesia', 'Oh Tuhan … Molo tung na lilu pe au,\nTongtong ma au tahiti, tu dalan Mi,\nTongtong ma au ramoti, di nasa langkangki.'), (4411, 1253, 'Malaysia', 'I''m at แยกศรีภูวนารถ | Sriphuwanart Intersection (Hatyai, Songkhla) http://t.co/hDU6epPA'), (4412, 1254, 'Johor Bahru, Johore', 'I''m at Carena''s crib http://t.co/Cj3Q9EGP'), (4413, 1255, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 4 others http://t.co/FggnPlaR'), (4414, 1256, 'Johor Bahru, Johore', 'TodA was a hell of a day woww'), (4415, 1257, 'Johor Bahru, Johore', 'Early morning saw smtg disgusting. Damn!'), (4416, 1258, 'Johor Bahru, Johore', 'Dont understand guys! Why on earth would u spray ur perfume that much that i could even smell it from the bathroom!! Sickening!!'), (4417, 1129, 'Johor Bahru, Johore', 'I''m at The Crab Specialist (Singapore) http://t.co/ximxX8zV'), (4418, 1259, 'Johore, Malaysia', 'Happy Ides of March!!! (@ MBS Orchid Suite) [pic]: http://t.co/v01FQCvV'), (4419, 1260, 'Plentong, Johor Bahru', 'slmat pagi!! Mulakan hari anda dgn Bismillah dan Senyuman :D'), (4420, 1129, 'Johor Bahru, Johore', 'I''m at Bus stop 44511 (Blk 289) (Singapore) http://t.co/NBy866Gi'), (4421, 900, 'Johore, Malaysia', '@JEDBP apologies, congrats on the win'), (4422, 1261, 'Johor Bahru, Johore', 'its thursday! off to work.'), (4423, 1262, 'Riau, Indonesia', '@apriliokevin fo;;ow back ya kev..'), (4424, 1228, 'Plentong, Johor Bahru', '♥ kebanyakan perempuan suka lelaki yang kelakar . bukan yang asekk nak control machoo je depan orang . ♥'), (4425, 1094, 'Plentong, Johor Bahru', '@NapsterRinji Bunting lah..'), (4426, 1047, 'Plentong, Johor Bahru', 'Mr Gastric shows up after being gone for a long time. And just when I''m about to go out with my family. #trollgastric http://t.co/TirSXaOt'), (4427, 1263, 'Johore, Malaysia', '@abyfaizurah Sorry late reply. Next friday 3 to 6pm ;))'), (4428, 1264, 'Johor Bahru, Johore', 'OMGGGGG! CHELSEA BEAT NAPOLI ! AMAZING COMEBACK. IM CRYING NOW SO HAPPY OMG'), (4429, 1266, 'Kota Tinggi, Johore', 'Alrighty, so site inspection at 2:00 later, and taking a half day off tomorrow. This week is passing too quick.'), (4430, 1267, 'Plentong, Johor Bahru', 'I''m at Natoleo (Pasir Gudang, Johor) http://t.co/uwwSfj9U'), (4431, 1268, 'Johor Bahru, Johore', '“@iamkeechun: RT @allkpop: Super Junior’s Eunhyuk is the next victim of Shindong’s missile http://t.co/fd0jRfLp”'), (4432, 1123, 'Johore, Malaysia', 'OMG. Finally touched down at Novena. I was suffocating in the MRT standinfmg for the past 40-50mins --'''''), (4433, 1248, 'Johor Bahru, Johore', 'haha! i missed my bus stop ''coz i can''t stop watching #ellendegeneres. funny!'), (4434, 1246, 'Johor Bahru, Johore', 'What time result coming out ah???'), (4435, 1065, 'Johore, Malaysia', 'Maybe what you see it''s never what you''re getting'), (4436, 1269, 'Johor Bahru, Johore', '@RinnieSquichy1 okay eating Ice-cream now!'), (4437, 1270, 'Johor Bahru, Johore', 'I''m at TheJoster''s Nest http://t.co/vVkRNKjI'), (4438, 1271, 'Johore, Malaysia', 'Kaya and butter toast @ Ya Kun http://t.co/KAr8c9hq'), (4439, 1272, 'Plentong, Johor Bahru', 'Damn! Ttgl hp keja kt rumah plk... (@ alpha sales &amp; services sdn. bhd, taman molek) http://t.co/yNfVtaxE'), (4440, 241, 'Johore, Malaysia', 'EVENT! Aiyahhhhh. Ngantok lah. (@ ITE College East) http://t.co/X7vCn28O'), (4441, 244, 'Johore, Malaysia', '@marvinsaw i lovvveettt!!!! hehe'), (4442, 1273, 'Johore, Malaysia', 'Lord please give me 20 million patience today....'), (4443, 1274, 'Johor Bahru, Johore', 'Just another day. Another airline. View from atop - seas and clouds, snoring co-passengers and airline food. http://t.co/v04bQiqS'), (4444, 1275, 'Senai Kulai, Kulai Jaya', 'I''m at Panasonic System Networks, Senai w/ 3 others http://t.co/Hzwu6W04'), (4445, 923, 'Plentong, Johor Bahru', 'I''m at Sektor Pengurusan Maklumat JPN Johor http://t.co/aRUdeFeL'), (4446, 446, 'Johore, Malaysia', '@KaendiiArc i dont comb also'), (4447, 1275, 'Senai Kulai, Kulai Jaya', 'Malas! (@ R&amp;D FE Panasonic System Networks Sdn. Bhd.) http://t.co/gPVO72EQ'), (4448, 1118, 'Johor Bahru, Johore', '@Melisa0618 @Wiji93_ @wi2_n @aniasrani @sara_adeenda @ani_hanifah05 @shia_libra @me_intanviolita morning Mel and all,hv a gd day to u all.'), (4449, 1065, 'Johore, Malaysia', '@Agnusco543 @free_disney _|_'), (4450, 938, 'Johor Bahru, Johore', 'On my way to woodlands inter then maybe take 969 or 168 &gt;.&lt;'), (4451, 1276, 'Johore, Malaysia', 'I''m at Invista Singappre http://t.co/sLBqMYQI'), (4452, 1277, 'Hotel Grand Paragon, Plentong', 'Hantar ayah pergi meeting. (@ Grand Paragon Hotel, Johor Bahru) http://t.co/ZQlwRQ18'), (4453, 915, 'Johore, Malaysia', 'Perstaym... (@ Pasir Panjang Circle Line) http://t.co/5twsEyok'), (4454, 1264, 'Johor Bahru, Johore', 'Last English Team left in the Champions League. Amazing 4-1 win over Napoli with an aggregate win of 5-4'), (4455, 1129, 'Johor Bahru, Johore', 'I''m at Bus Stop 44569 (Blk 295) http://t.co/Fji2aMEL'), (4456, 1206, 'Johor Bahru, Johore', 'I''m at Jelapang LRT Station (BP12) (Singapore, Singapore) w/ 3 others http://t.co/BZALESG6'), (4457, 1056, 'Johore, Malaysia', '@thisisjeffrey ya Loh. Sianz'), (4458, 1278, 'Kota Tinggi, Johore', 'Lift stops at the third floor and a young guy walks in. Are you kidding me?'), (4459, 1279, 'Johor Bahru, Johore', '#StronglyAtttactedTo cute girls'), (4460, 1280, 'Plentong, Johor Bahru', 'Dora The Explorer. There''s a singing map. "I''m the map, i''m the map!"'), (4461, 1159, 'Johor Bahru, Johore', 'I''m at ITE College Central (Bishan Campus) w/ @kityix @meredith_lim http://t.co/FCdFmUEj'), (4462, 1228, 'Plentong, Johor Bahru', 'yang jahatt tak selamanyeee jahatt kans ? kbaii ♥'), (4463, 1094, 'Plentong, Johor Bahru', 'Ini buktinya: http://t.co/k4LQXRQG'), (4464, 1281, 'Johore, Malaysia', '@hellokitten21 brace your selves! http://t.co/BaANUuNz'), (4465, 1279, 'Johor Bahru, Johore', '#StronglyAtttactedTo people who smells nice ^^'), (4466, 1153, 'Johore, Malaysia', '“@jeffwar314: @iloveedwards @giokalaw edward wala na summer event? Kala ko merun me email blasts na??” - meron daw pati sportsfest :)'), (4467, 1162, 'Johore, Malaysia', 'I''m at ITE College East (Singapore, Singapore) w/ 4 others http://t.co/RMkKwV4F'), (4468, 1252, 'Senai Kulai, Kulai Jaya', 'Bsama retis..LOLOL (@ DK4 P19 w/ @shashaz9) http://t.co/ALQt9eaP'), (4469, 263, 'Tebrau, Johor Bahru', '@P0NT14N4K wtf gang kau pe?'), (4470, 446, 'Johore, Malaysia', 'Chelsea won , 5-4 on agg !'), (4471, 187, 'Johor Bahru, Johore', '“@ihatequotes: There are always things money can''t buy. They called trust, sincerity, and time. #ihatequotes”'), (4472, 1282, 'Johore, Malaysia', 'I''m at ITE College East (Singapore, Singapore) w/ 5 others http://t.co/JX0hryUm'), (4473, 446, 'Johore, Malaysia', '@KaendiiArc semo sia ):'), (4474, 1162, 'Johore, Malaysia', 'I''m at School Of Applied Health Sciences @ ITE College East http://t.co/poqXk67f'), (4475, 1001, 'Johore, Malaysia', 'Grabbin'' a dose. (@ Starbucks) [pic]: http://t.co/r4fnHc6U'), (4476, 1283, 'Kota Tinggi, Johore', '@Ryugiiii At Aquila I say hi to you you never hi back one LOl'), (4477, 1264, 'Johor Bahru, Johore', 'WAY TO GO BLUES @LightninStreak: @LenerDee MY PREDICTIONS WERE CORRECT'), (4478, 1162, 'Johore, Malaysia', 'I''m at Technical Block @ ITE College East http://t.co/PYKCVGvk'), (4479, 1284, 'Johor Bahru, Johore', 'I''m at Bus Stop 64051 (Blk 465A) (Singapore) http://t.co/v9d07bbV'), (4480, 1285, 'Johore, Malaysia', 'I''m at Commonwealth MRT Station (EW20) (Singapore, Singapore) http://t.co/Uo2lbrtA'), (4481, 1286, 'Johore, Malaysia', 'gd morning'), (4482, 33, 'Johor Bahru, Johore', '6hrs of sleep == … Going prepare now and go simei ite shag ..'), (4483, 1093, 'Johore, Malaysia', 'I''m at Sheng Siong Supermarket (Singapore, Singapore) http://t.co/SQ0eBnc3'), (4484, 1287, 'Johore, Malaysia', 'I''m at Bus Stop 11189 (Blk 43) (Singapore, Singapore) http://t.co/9TybXMnt'), (4485, 1251, 'Johor Bahru, Johore', 'Don’t ruin today by remembering yesterday’s problems .'), (4486, 1288, 'Johore, Malaysia', 'I''m at Singapore Discovery Centre (Singapore, Singapore) http://t.co/p6LzmNns'), (4487, 1289, 'Johore, Malaysia', 'http://t.co/FTWaos1p'), (4488, 263, 'Tebrau, Johor Bahru', '@smnanh yeah why?'), (4489, 1094, 'Plentong, Johor Bahru', 'Sapa dpt kontrak sewa tapak, sewa pokok, buat bunting, paku zink, plan buat bunting ?? Berapa kos Nya ?? Adakah belasan/puluhan ribu ??'), (4490, 1129, 'Johor Bahru, Johore', 'Ning na bu eh!! Bus so slow!!'), (4491, 1290, 'Johor Bahru, Johore', 'I''m at Republic of Singapore Air Force Museum (Singapore, Singapore) http://t.co/MsbIidVN'), (4492, 1291, 'Johor Bahru, Johore', 'Back to my normal life again.... ^^'), (4493, 1292, 'Kota Tinggi, Johore', 'Awesome!! In the early morning, 987fm has tuned in clubbing songs to make up my day!! Awesome!'), (4494, 1264, 'Johor Bahru, Johore', 'Going to table tennis now in extremely good mood'), (4495, 1293, 'Johor Bahru, Johore', 'Knnnnn chaogeng backache si bo. _|_'), (4496, 1294, 'Johore, Malaysia', 'I''m at MDIS UniCampus w/ @tammieleanne http://t.co/3SVK8KVZ'), (4497, 1295, 'Johore, Malaysia', '14 pls faster!!! (at Bus Stop 84231 (Blk 85)) — http://t.co/46o5GuN5'), (4498, 1296, 'Johore, Malaysia', 'for a happy morning! (@ The Coffee Bean &amp; Tea Leaf) http://t.co/tbRPwfJc'), (4499, 368, 'Senai Kulai, Kulai Jaya', 'I just ousted @shaqeel as the mayor of Restoran DS Cafe on @foursquare! http://t.co/Cd5dLpwS'), (4500, 1095, 'Johor Bahru, Johore', '@RiveraYasminx yasmin, kau kenal nadiah? :o'), (4501, 12, 'Plentong, Johor Bahru', '@nqbznx kiwak gila siak tu dm!!!!'), (4502, 263, 'Tebrau, Johor Bahru', '@P0NT14N4K pergi. Kau?'), (4503, 1254, 'Johor Bahru, Johore', 'I''m at Keat Hong LRT Station (BP3) (Singapore, Singapore) http://t.co/4GP2dT3o'), (4504, 988, 'Kota Tinggi, Johore', 'Bus oh bus where are u? (@ Jurong Point w/ 2 others) http://t.co/NHH3MRTC'), (4505, 1297, 'Johore, Malaysia', 'Oh please Singapore! Not again! http://t.co/jxhhiLpv'), (4506, 1298, 'Plentong, Johor Bahru', 'sumpah ! aq benci :p'), (4507, 12, 'Plentong, Johor Bahru', 'Good morning. ♥'), (4508, 1289, 'Johore, Malaysia', '@sgentrepreneurs We help businesses generate leads via fb, google n Utube. Click 2 find out more. http://t.co/FTWaos1p'), (4509, 1292, 'Johor Bahru, Johore', '@hevi_xueling hope that it will happen on weekend too!! Sleep more !'), (4510, 1156, 'Tebrau, Johor Bahru', 'Kalau la ada nasi lemak drive tru...'), (4511, 1293, 'Johor Bahru, Johore', 'Knnnnnn chaogeng sibo, spoil my day. _|_'), (4512, 43, 'Johore, Malaysia', '@Sarcasskitten @BlissfuLiz me too san..'), (4513, 1254, 'Johor Bahru, Johore', 'I''m at South View LRT Station (BP2) (Singapore, Singapore) http://t.co/9UIRnApf'), (4514, 1244, 'Johore, Malaysia', 'I''m at Bus Stop 50221 (Opp Balestier Twrs) (Singapore) http://t.co/WT1qg9kt'), (4515, 1299, 'Johor Bahru, Johore', 'Walao why my dad drive so fast?...'), (4516, 1156, 'Tebrau, Johor Bahru', '@mira_army bihun siam je...'), (4517, 1153, 'Johore, Malaysia', '@iloveedwards - that''s good naman pala :)'), (4518, 1199, 'Johore, Malaysia', '@tannshushu opps! Jus saw this :/ see u at flaunt it!'), (4519, 263, 'Tebrau, Johor Bahru', '@smnanh hm ss bukan dalam class ke?'), (4520, 1158, 'Johore, Malaysia', 'Work (@ Delta Air Lines Singapore) http://t.co/sFu1cXeY'), (4521, 961, 'Senai Kulai, Kulai Jaya', 'Differential Equation (@ Fakulti Kejuruteraan Mekanikal) http://t.co/Z0Uj5TEX'), (4522, 1187, 'Johor Bahru, Johore', '@geekkuznuhraq she''s off to kl! Hehe'), (4523, 1094, 'Plentong, Johor Bahru', 'Lg 1 terlupa:\n\nSapa dpt utk pakukan bunting 2 kat pokok ??'), (4524, 1287, 'Johore, Malaysia', 'I''m at SBS bus Service 198 http://t.co/Pmrm9BQJ'), (4525, 1229, 'Johor Bahru, Johore', '@MazriIsmail because of the laptop I come early... But still cannot register!.'), (4526, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff Si handsome tu memanglah. Dia punya rap cool. Dan senyum dia comel. Dan dia tinggi. Dan comel. *__* #TeamDrizzy'), (4527, 1264, 'Johor Bahru, Johore', 'Both my teams got through yesterday''s Champions League. Real Madrid and Chelsea way to gooooo'), (4528, 1300, 'Johor Bahru, Johore', '@JicaJesEca yup jess.. Dto nq nung tueday :-)'), (4529, 1301, 'Johore, Malaysia', 'Why my friend go create a group at Facebook ''People''? LOL'), (4530, 1156, 'Tebrau, Johor Bahru', '@mira_army air tangki tu...jap lagi kering la.=p'), (4531, 1302, 'Senai Kulai, Kulai Jaya', 'I just ousted @shashaz9 as the mayor of Fakulti Kejuruteraan Elektrik on @foursquare! http://t.co/CbGDxKSb'), (4532, 151, 'Johor Bahru, Johore', 'I''m at The Centris executive apartment (Singapore) http://t.co/za9nQeyt'), (4533, 1303, 'Johor Bahru, Johore', 'I''m gonna fail. Sigh.'), (4534, 263, 'Tebrau, Johor Bahru', '@P0NT14N4K jgn lupa pakai tudung nanti. Sehati sejiwa dgn kau punye gang'), (4535, 1304, 'Johore, Malaysia', 'I''m at Naigai Nitto Bldg http://t.co/GgR5sll0'), (4536, 1305, 'Johore, Malaysia', 'Good morning! :) Lovely Thursday! (:'), (4537, 1302, 'Senai Kulai, Kulai Jaya', 'Tetap mai awaiwlaupundr xdak (@ P18 FKE, UTM) http://t.co/FSbUnMOL'), (4538, 263, 'Tebrau, Johor Bahru', '@smnanh ohhhhh goodluck eh anith haha'), (4539, 1129, 'Johor Bahru, Johore', 'I''m at Bus Stop 44451 (Blk 224) (Singapore) http://t.co/PIQ34Y9o'), (4540, 1047, 'Plentong, Johor Bahru', 'MY TIMELINE DEAD. ARGH.'), (4541, 1306, 'Johore, Malaysia', '@ronniechengg the strawberry one is nicer :)'), (4542, 834, 'Johore, Malaysia', 'I just ousted Angie Gigi V. as the mayor of Planet Shark - Predator or Prey on @foursquare! http://t.co/gtJyQcpX'), (4543, 12, 'Plentong, Johor Bahru', '@ramonaabdul Amin.:)'), (4544, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at Senai International Airport (JHB) (Senai, Johor) w/ 3 others http://t.co/NyX6qMyo'), (4545, 1308, 'Plentong, Johor Bahru', '@ZuL__Yusri selangor kat klang...awk pon selangor gak kan??kat mne ??'), (4546, 1303, 'Johor Bahru, Johore', '@heartands0ul yes jiejieeeee): stress :/'), (4547, 900, 'Johore, Malaysia', '@JEDBP we will have him back in exchange for the geordie donkey and Charlie Adam? Employ the only man that can motivate him, sorted #Rafa'), (4548, 1309, 'The Puteri Pacific, Plentong', 'Sumptuous Buffet Breakfast (@ The Puteri Pacific Hotel) http://t.co/cYqfGqnL'), (4549, 1094, 'Plentong, Johor Bahru', 'Duit sapa agaknya EH ?? Cube korang renung2kan b4 pangkah dacing time PRU 13.\n ;)'), (4550, 1310, 'Johor Bahru, Johore', '@shawtypearl Hees. ((:'), (4551, 1311, 'Johor Bahru, Johore', 'I just became the mayor of HTA Everest Room on @foursquare! http://t.co/aGX2Q7qH'), (4552, 1311, 'Johor Bahru, Johore', 'I''m at HTA Everest Room http://t.co/2kgGzoQW'), (4553, 368, 'Senai Kulai, Kulai Jaya', 'I just ousted Dayang L. as the mayor of KRP on @foursquare! http://t.co/xhu43h2R'), (4554, 1262, 'Riau, Indonesia', 'Pagi" dha buka twitter n'' fb...\nhahaha..\nLawak'), (4555, 1312, 'Johore, Malaysia', 'Hello, hello, hello'), (4556, 1313, 'Johore, Malaysia', 'Work work work! ;) (@ Inland Revenue Authority of Singapore w/ @lizxahmad) http://t.co/H5S7bVNl'), (4557, 1314, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 5 others http://t.co/muiEX4Au'), (4558, 1315, 'Johore, Malaysia', 'I''m at Global Knowledge (Singapore, Singapore) http://t.co/DGngcPKP'), (4559, 1229, 'Johor Bahru, Johore', '@MazriIsmail haven finish setup. LOl I also know...'), (4560, 12, 'Plentong, Johor Bahru', 'My school holidays have started! Yay!!'), (4561, 1316, 'Singapore', '@arumrachma gak juga sih gimana ya kita kalo nemu kertas bagus ya tulis tangan :o'), (4562, 1317, 'Johor Bahru, Johore', 'Waiting for bus like waiting for pigs to fly .'), (4563, 1318, 'Johore, Malaysia', 'Have you participated in the #InstantPower giveaway? http://t.co/BTd6Jcfn'), (4564, 1320, 'Johor Bahru, Johore', '“@SMRT_Singapore: (SBST)No train service on Northeast line between Dhoby Ghaut and HarbourFront. Please take free bus bridging services.”'), (4565, 1219, 'Johore, Malaysia', 'I wanna feel your heartbeat. #NowPlaying Maroon 5 - I Can''t Lie'), (4566, 1019, 'Johor Bahru, Johore', 'Lolzzz not only I woke up early... But got ready for work early and left early.... :P'), (4567, 1195, 'Plentong, Johor Bahru', 'I''m at IFCA System (Johor Bahru) http://t.co/tlIhTGoR'), (4568, 942, 'Johor Bahru, Johore', 'Done bathing!'), (4569, 1321, 'Johor Bahru, Johore', 'I''m in Singapore ... ~~~ (@ Woodlands Checkpoint (Causeway) w/ 7 others) http://t.co/ffVXs0Ey'), (4570, 1072, 'Johor Bahru, Johore', '@FengYingg @Zongxiannn ikr? Hahhhaa'), (4571, 1322, 'Johore, Malaysia', 'I''m at Bus Stop 07529 (bef Sim Lim Tower) (Rochor, Singapor) http://t.co/MzlSEriL'), (4572, 1300, 'Johor Bahru, Johore', 'Goodmorning :-)'), (4573, 874, 'Johor Bahru, Johore', '@Aswadyelnino ouch! That hurts... sighhh'), (4574, 1187, 'Johor Bahru, Johore', '@geekkuznuhraq hahahaha! I cant promise that. In fact, i already start to miss her! Hahahahahah'), (4575, 1318, 'Johore, Malaysia', 'I don''t understand why they can''t automatic refund your trip fare to your EZ Card BUT they can auto top-up.'), (4576, 1308, 'Plentong, Johor Bahru', '@ieha63 such a beatifull day..love every morning when i''m wake...nobody make blurry face..yakkkkkssss...'), (4577, 446, 'Johore, Malaysia', '@QiiuYann never wait for me !!!'), (4578, 1030, 'Johor Bahru, Johore', 'Faster faster 3 more stop reaching liao'), (4579, 1324, 'Plentong, Johor Bahru', 'I''m at traffic light tampoi / kg melayu majidee (johor bahru, johor) http://t.co/Azn0BMJF'), (4580, 1325, 'Johor Bahru, Johore', 'I''m at Serangoon Gardens (Singapore, Singapore) http://t.co/Sskh99fZ'), (4581, 1020, 'Johore, Malaysia', '@huiling1019 take care ya!'), (4582, 980, 'Johor Bahru, Johore', 'I''m at Mummy And Daddy''s Room :p http://t.co/pvJ6eaSR'), (4583, 1326, 'Johor Bahru, Johore', 'I''m at Sembawang MRT Station (NS11) (Singapore, Singapore) w/ 3 others http://t.co/BQVJ68CW'), (4584, 1095, 'Johor Bahru, Johore', 'Girls from business course look at me. XD I just listen to my music n walk away cause they were giggling. :o'), (4585, 1327, 'Johore, Malaysia', '@HanHoney230 @sya_miza @syaf_syafiqah @roszalina_ina mizaaa miz u camna best x kat sana'), (4586, 1328, 'Kota Tinggi, Johore', '#StronglyAttractedTo girls with long center-part hair .'), (4587, 1300, 'Johor Bahru, Johore', 'Hello Philippines.. Hows the weather?? Good morning world :-)'), (4588, 1019, 'Johor Bahru, Johore', 'How there is always something which will stop...!!! The bus is full and I need to get into another bus...!!'), (4589, 1128, 'Johor Bahru, Johore', 'I''m at Panalpina World Transport On 6 Continents (Singapore, Singapore) http://t.co/CY7YhvVQ'), (4590, 1254, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 6 others http://t.co/5T4ss3lK'), (4591, 1329, 'Johore, Malaysia', 'W dunmanians :-) (@ Auditorium@ACS(I)) http://t.co/RFZDWGQf'), (4592, 1011, 'Johore, Malaysia', 'Thought will be late for work, but lucky my hubby drive me to work, so happy❤❤❤'), (4593, 1024, 'Kota Tinggi, Kota Tinggi', 'Seorang pengayuh tewas !! Adoii .. Muntah di tepi jalan .. (@ Simpang kilang lukut) [pic]: http://t.co/hHsHdiL7'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (4594, 1330, 'Johor Bahru, Johore', 'I''m at Jelapang LRT Station (BP12) w/ @ckytveryshiny http://t.co/ITbeAibe'), (4595, 1112, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 74 (Singapore) http://t.co/dZdTFZmz'), (4596, 1331, 'Johor Bahru, Johore', '@haffizanhazwan Yap that''s me...Hahaha...Like a boss...'), (4597, 1228, 'Plentong, Johor Bahru', 'Now, wat should i do???????? :)'), (4598, 1332, 'Senai Kulai, Kulai Jaya', 'Werkkkk (@ Crashie Terminal (HEMA)) http://t.co/L3yZAcVY'), (4599, 1333, 'Johor Bahru, Johore', 'Sweet dreams. @Dear_Insaniity @KittennyScars #lazyness http://t.co/T6DknAZa'), (4600, 1334, 'Johor Bahru, Johore', 'I''m at Schenker Singapore (Changi, Singapore) http://t.co/8pgRK8br'), (4601, 1316, 'Singapore', '@arumrachma oh iyadong *sombong fisika kita belum ngerjain -_-'), (4602, 1264, 'Johor Bahru, Johore', 'Very good performance by Chelsea just now. Quarter Finals of Champions League here we come!'), (4603, 1335, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange (Singapore, Singapore) w/ 7 others http://t.co/2XW2hbGc'), (4604, 1336, 'Johore, Malaysia', 'Y this week I feel so tired.. Lol.. Lazy to work.. (@ Bus Stop 52321) http://t.co/qjCGnwEn'), (4605, 12, 'Plentong, Johor Bahru', 'RT @fxckingoblin: #love4locals'), (4606, 1095, 'Johor Bahru, Johore', '@aloisI_Hanielie hi there. :o are ya new to twitter? o.o'), (4607, 1337, 'Johore, Malaysia', '"Berpijak dibumi yang Nyata- terAsing dibumi Sendiri"-'), (4608, 1338, 'Johore, Malaysia', 'IMG. this is it! (@ Kallang Netball Centre ) http://t.co/K7yS1ihy'), (4609, 1243, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 113 (Singapore, Singapore) http://t.co/NBfXMvEs'), (4610, 1262, 'Riau, Indonesia', 'Heemzzz...\napha susah''a ngmng..\nneLphon gk prnh xmx gk prnh...\n\n:: aku gk punya "HP" ..\njiiiiiaaaaaaaaaaaaah..\nLawak..'), (4611, 1339, 'Johor Bahru, Johore', 'http://t.co/wEnx5MJq'), (4612, 1340, 'Johor Bahru, Johore', 'I''m at Northland Secondary School (Singapore, Singapore) http://t.co/cMU4g4dj'), (4613, 1341, 'Tebrau, Johor Bahru', 'What the shit, father driving me to school now .'), (4614, 263, 'Tebrau, Johor Bahru', 'RT @smnanh: @AMIRA26472 haha yeah hopefully dickson ada sebelum aku datang.'), (4615, 1342, 'Plentong, Johor Bahru', 'Salam and gud morning..heading to mmhe..'), (4616, 1343, 'Johor Bahru, Johore', 'For #London2012 BBC will broadcast 24 simultaneous live HD web streams &amp; produce a web page for every athlete http://t.co/v0MFVTY4'), (4617, 1320, 'Johor Bahru, Johore', '@TODAYonline: Train disruption between Dhoby Ghaut, Harbourfront on NE line could last up to 6 hours, says SBS Transit http://t.co/WSVxV946'), (4618, 1156, 'Tebrau, Johor Bahru', 'Ada piring? ekeke'), (4619, 1316, 'Singapore', 'mimpi "@arumrachma Ciye yang lagi di singapore @Helloimindah'), (4620, 1344, 'Johore, Malaysia', 'So many people dragging their luggages, I wanna get out of SG too.. The question: Do I have the time?'), (4621, 1345, 'Johor Bahru, Johore', '@WinniePooh_you haha of cos can la!! ^^'), (4622, 1341, 'Tebrau, Johor Bahru', 'Argh, I don''t want to go back school now ! It''s freakibg holiday bitch !'), (4623, 1346, 'Johore, Malaysia', 'Good morning, World! @ Timber Wolf Studios http://t.co/MZm8D9Fo'), (4624, 1141, 'Johore, Malaysia', 'lead me Lord.'), (4625, 1156, 'Tebrau, Johor Bahru', '@junejdin oi jeles!'), (4626, 263, 'Tebrau, Johor Bahru', 'Hm i''m just gonna wear specs today'), (4627, 1331, 'Johor Bahru, Johore', 'Good the mornings...'), (4628, 1347, 'Johor Bahru, Johore', 'No train service on NEL between Dhoby Ghaut &amp; Harbour Front,will be down for six hours.Free shuttle bus services running between the station'), (4629, 1348, 'Johor Bahru, Johore', 'I''m at Nyp Sit Fyp Lab (Singapore) http://t.co/IgNZp8Io'), (4630, 1349, 'Johor Bahru, Johore', 'Good morning world! !Hope to meet u somewhere.. Say hi to u jiu ok le &lt;3'), (4631, 1350, 'Balai Polis, Plentong', 'I''m at Balai Polis @ Johor Jaya (Johor Bahru, Johor) http://t.co/rtijBN8R'), (4632, 1345, 'Johor Bahru, Johore', 'Good morning!!! ^^'), (4633, 1187, 'Johor Bahru, Johore', '@geekkuznuhraq okay okay dah. Jangan kacau! Hahahaha'), (4634, 1351, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 19 others http://t.co/boOy56pT'), (4635, 1065, 'Johore, Malaysia', '@mateen95 @syafiiieeq I needa to some piping thingy'), (4636, 1352, 'Plentong, Johor Bahru', 'Mate of mate..zzzz (@ Klinik Kesihatan Ibu Anak) http://t.co/FH6ncr2z'), (4637, 1353, 'Senai Kulai, Kulai Jaya', 'Separation 2 (@ N29, Fakulti Kejuruteraan Kimia) http://t.co/osjZHJGn'), (4638, 1354, 'Johor Bahru, Johore', 'Hihi morning ^_^'), (4639, 1264, 'Johor Bahru, Johore', 'Feel like taking a cab to school. The buses that arrive all are full and they don''t stop for me. Zzz i dont want to be late'), (4640, 1001, 'Johore, Malaysia', 'Empty. (@ The Signature w/ 2 others) [pic]: http://t.co/JN9kZuWq'), (4641, 1355, 'Johore, Malaysia', '@burnflare half. Half still blurry'), (4642, 1335, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 4 others http://t.co/NUKiZ2hK'), (4643, 856, 'Johore, Malaysia', 'its too quiet here, my two buddies went on leave for the rest of the week. antahimik! #antok'), (4644, 1356, 'Johore, Malaysia', '#ki2012 so excited for the second day of conference! first day was just awesome. God is awesome!'), (4645, 705, 'Johore, Malaysia', 'It''s hard to completely stop loving someone after so much time has been invested. It hurts so much to just give it all up.'), (4646, 475, 'Johore, Malaysia', 'I''m at CED @ HQ SCDF http://t.co/RsQ5uBPa'), (4647, 266, 'Johor Bahru, Johore', 'I''m at Assumption English School (Singapore, Singapore) http://t.co/ojQVX0rs'), (4648, 238, 'Johor Bahru, Johore', 'Don''t tell me I can''t get back to zzzz already hor .'), (4649, 1357, 'Johor Bahru, Johore', '#nowplaying Lady Gaga- Judas'), (4650, 932, 'Johor Bahru, Johore', 'I look some giggolo with the loose shirt on. -_-'), (4651, 962, 'Johor Bahru, Johore', 'Ngantok!*yawn*'), (4652, 1264, 'Johor Bahru, Johore', 'Happy mood. #bluepride. Gonna off my 3G now and wait for the bus to save battery. Long day ahead ~'), (4653, 1018, 'Johore, Malaysia', 'I''m at CIMB Bank @ Singapore Land Tower http://t.co/K9uxRxeT'), (4654, 919, 'Johor Bahru, Johore', '@Zaima_Bakar a''ah seh.. mcm tak pernah tgk org gitu... haha!'), (4655, 856, 'Johore, Malaysia', 'heat vs bulls! #LETSGOHEAT #LETSGOBULLS'), (4656, 1219, 'Johore, Malaysia', 'Good morning @inkglobal :) (@ Ink) http://t.co/r0sFdgRR'), (4657, 475, 'Johore, Malaysia', 'I''m at HQ SCDF / Paya Lebar Fire Station (Ubi, Singapore) http://t.co/Sjkp9aNO'), (4658, 1094, 'Plentong, Johor Bahru', 'My breakfast consist mee siam goreng with kepala otak, telor mata, kopi kurang manis &amp; SUARA KEADILAN.\n ;) http://t.co/tzrDp1nW'), (4659, 1240, 'Johor Bahru, Johore', 'I''m at The Red Bench http://t.co/w9zo1DVF'), (4660, 1358, 'Johore, Malaysia', '@BBCNews this is awesome'), (4661, 1359, 'Johor Bahru, Johore', 'baru nak bersemangat bekerja. nak terberrry pulak !'), (4662, 1264, 'Johor Bahru, Johore', 'Kay bus arrived at last.'), (4663, 1130, 'Johor Bahru, Johore', '@faz_in_boots it''s a cosmic issue. Let''s stay outa it. Ha ha.'), (4664, 1298, 'Plentong, Johor Bahru', '@Nadott_Dottt mane kaw menghilang?'), (4665, 1240, 'Johor Bahru, Johore', 'Good Morning:) (@ PastaMania) http://t.co/U0m4VmHW'), (4666, 1360, 'Johor Bahru, Johore', 'Finally, after a 1.5 hours journry (@ Republic Polytechnic (RP) w/ 5 others) http://t.co/aKnzl63U'), (4667, 1361, 'Johor Bahru, Johore', 'Chelsea win napoli !!!!'), (4668, 1362, 'Johore, Malaysia', 'Going home early in the morning and coming back later! (@ Bus Stop 16199 (NUS Fac Of Design And Envt)) http://t.co/yDx4Roih'), (4669, 1054, 'Johore, Malaysia', '@mrbrown not power supply, smoke detected in the tunnel I guess'), (4670, 1363, 'Johor Bahru, Johore', '@XifyII Ohh I can take the circle line from serangoon. Thanks! :)'), (4671, 1364, 'Johore, Malaysia', 'I''m so fuckin sleepy! Kill me!!'), (4672, 1354, 'Johore, Malaysia', 'Haha.... So happy increase pay Liao ^_^'), (4673, 1365, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/AnyNqauU'), (4674, 1366, 'Johore, Malaysia', '@dreytay seems like a power outrage at outram. Said to last about six hours.'), (4675, 1094, 'Plentong, Johor Bahru', 'Just checked in at Sensation.'), (4676, 1364, 'Johore, Malaysia', 'fck up“@STcom: From SBST - No train service on Northeast line between Dhoby Ghaut and HarbourFront. Please take free bus bridging services.”'), (4677, 1243, 'Johor Bahru, Johore', 'I''m at Paya Lebar Methodist Girls'' School (Secondary) http://t.co/4bzjEPmR'), (4678, 926, 'Johor Bahru, Johore', 'In bored... reaching school soon.. need to be un-jobless soon. TO THROW THE HE''LL SHOES AWAY AND GET MY DREAM SHOES'), (4679, 915, 'Johore, Malaysia', '@TagoFabic nasa office na. mamyayang lunch try ko pro na download ko na....hhehehe! thanks!'), (4680, 705, 'Johore, Malaysia', 'Sometime giving up its the only thing you have to do when the thing is not worth it anymore'), (4681, 1054, 'Johore, Malaysia', '@WJLikesBusMrt I going there at 11am lol'), (4682, 898, 'Johor Bahru, Johore', 'Banyak da jadi mak .'), (4683, 1314, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 6 others http://t.co/1Ey5WGAj'), (4684, 1367, 'Johor Bahru, Johore', 'I''m at Block 6 Room 6411 @ ITE College West (CCK Campus) w/ @hilmiwikit http://t.co/S42cmYye'), (4685, 915, 'Johore, Malaysia', '@JeffersonPacey rest! hehehe!'), (4686, 1284, 'Johor Bahru, Johore', 'I''m at CHIJ St. Joseph''s Convent (SJC) w/ @jimmychoooo http://t.co/k0rzEu2E'), (4687, 1094, 'Plentong, Johor Bahru', 'Ha ha ha.. Very funny !! Who gets the contract ?? http://t.co/jAk0hSEj'), (4688, 263, 'Tebrau, Johor Bahru', 'Don''t make promises you can''t keep.'), (4689, 1368, 'Johore, Malaysia', 'Stocktake (@ Salvatore Ferragamo) http://t.co/shrCgSNi'), (4690, 1141, 'Johore, Malaysia', '@JoanneSings u''ve been through this db? hays. ou nga. kaya ko to!'), (4691, 1207, 'Johore, Malaysia', 'I''m at MAPS Offshore Workshop http://t.co/eRQtfzDZ'), (4692, 900, 'Johore, Malaysia', '@JEDBP I will do the Chelsea job, badly for 2 months, walk off into the sunset with millions, easy get rich quick scheme ever devised'), (4693, 889, 'Johore, Malaysia', 'I''m at The Cafe Lobby @ Tuas (Singapore) http://t.co/A26Xgxzp'), (4694, 1095, 'Johor Bahru, Johore', '@RiveraYasminx lol. Nvm then. xD'), (4695, 1369, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 7 others http://t.co/RU3UHuND'), (4696, 874, 'Johor Bahru, Johore', 'Somehow, i look to find a reason to believe.'), (4697, 889, 'Johore, Malaysia', 'I''m at Nippon Express (S) Plt Ltd (Singapore, Singapore) http://t.co/4MaielVU'), (4698, 1343, 'Johor Bahru, Johore', 'RT“@TIME: Can Britannica survive online? Will anyone stop reading Wikipedia long enough to care? | http://t.co/OYC8L86d (via @Techland)”'), (4699, 1112, 'Johor Bahru, Johore', 'I just ousted @darrylong as the mayor of Bus Stop 64079 (Punggol Park) on @foursquare! http://t.co/wTKgM7Jo'), (4700, 1112, 'Johor Bahru, Johore', 'I''m at Bus Stop 64079 (Punggol Park) (Singapore, Singapore) http://t.co/gZxWbiIY'), (4701, 1370, 'Johor Bahru, Johore', '@RandomOptimism @mixanji @beforeitallends you are a bitch.'), (4702, 1104, 'Johor Bahru, Johore', '@JiaWeiKISIAO u gt late?'), (4703, 1371, 'Johore, Malaysia', '@sharon_cuneta12 just watched Viva Movie "Oras-Oras Araw-Araw",alam ko Mega lahat sila mahal mo kaya masakit!Be strong'), (4704, 453, 'Johor Bahru, Johore', 'I''m at *~In The Toilet~* http://t.co/ygl8s6qX'), (4705, 1094, 'Plentong, Johor Bahru', 'Ballon.. Who gets the contract ?? http://t.co/9GYaPU9f'), (4706, 1287, 'Johore, Malaysia', 'I''m at Bus Stop 10139 (Blk 1) (Singapore, Singapore) http://t.co/E0FSiZME'), (4707, 453, 'Johor Bahru, Johore', 'I''m at *~My Lo•Ve•Ly BeD~* (Singapore) http://t.co/PW6X8J5M'), (4708, 900, 'Johore, Malaysia', '8:24, how can my desk be such a mess already?'), (4709, 915, 'Johore, Malaysia', 'Touchdown! (@ Jerome''s Lair) http://t.co/oGKwuBVS'), (4710, 1372, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 9 others http://t.co/qT6DTHFK'), (4711, 1373, 'Tanjong Kupang, Johor Bahru', 'I''m at Port of Tanjung Pelepas (Gelang Patah, Johor) http://t.co/WCptiQnt'), (4712, 1310, 'Johor Bahru, Johore', '@shawtypearl Yeap. ((:'), (4713, 1374, 'Johor Bahru, Johore', 'In life, everything must be fine tuned. Yesterday woke up at 730am, a tad late, today 715am, a tad early. Tomorrow; 722am!'), (4714, 1114, 'Johore, Malaysia', 'I''m at National Junior College (Singapore, Singapore) http://t.co/OyeANkRT'), (4715, 1120, 'Tebrau, Johor Bahru', '@julehaaripen selamat pagi cik kira kira'), (4716, 1375, 'Johore, Malaysia', 'So close to the weekend but yet so far....'), (4717, 1376, 'Johor Bahru, Johore', 'Good morning ppl!! I''m heading to the men in blue haven! Exciting. Not expecting to see a lot, but it''s ok. Just going there excites me alr!'), (4718, 306, 'Johor Bahru, Johore', 'I just ousted JL l. as the mayor of 7-11 @ Lot 1 Shopper''s Mall on @foursquare! http://t.co/YcozU0IV'), (4719, 1271, 'Johore, Malaysia', 'Half boiled eggs @ Ya Kun Toast @ Far East Square http://t.co/hag1FS3M'), (4720, 705, 'Johore, Malaysia', 'Dear Cupid stop shooting me on the butt sincerely I''m not in love'), (4721, 906, 'Johor Bahru, Johore', '12 mins to rest:)'), (4722, 900, 'Johore, Malaysia', '@JEDBP not heard back then?'), (4723, 904, 'Johor Bahru, Johore', 'I''m at The Bus! http://t.co/gbByNdvp'), (4724, 1375, 'Johore, Malaysia', 'Had nearly 10 hours sleep last night\nAnd im still so tired :/'), (4725, 1377, 'Johor Bahru, Johore', 'Zz I think I missed the bus ... Gotta have to wait zzZ .'), (4726, 1378, 'Johor Bahru, Johore', 'I''m at Bus stop @ 301D Anchorvale Link (Sengkang, Singapore) http://t.co/GO7Bc76L'), (4727, 1379, 'Johor Bahru, Johore', 'I''m at CHIJ St. Joseph''s Convent (SJC) (Singapore, Singapore) w/ 5 others http://t.co/j7qtOuuy'), (4728, 1264, 'Johor Bahru, Johore', 'Lolwhut. The person beside me is 9GAGing. I was so happy that i forgot to 9GAG today LOL'), (4729, 1380, 'Johore, Malaysia', 'I so hate your classes! But in order to set a record for not skipping school @ all for an entire semester... I will!'), (4730, 1363, 'Johor Bahru, Johore', '@cindyh_xy @yiyong92... Cindy emo till go study at hogwarts..'), (4731, 1381, 'Tebrau, Johor Bahru', 'I''m at Central Reg Counter @ Hospital Sultan Ismail (Johor Bahru) http://t.co/jjrCHV3u'), (4732, 1382, 'Johor Bahru, Johore', 'Waking up to these on my table. I love my mum so cute http://t.co/TA4eE8TD'), (4733, 965, 'Johor Bahru, Johore', '@Cik_Ninie #Alhamdulillah. sume sihat~ :)'), (4734, 1301, 'Johore, Malaysia', 'Morning!'), (4735, 1383, 'Johore, Malaysia', '@njyo send me one -Ii pay for gmail, dun mind free'), (4736, 1384, 'Johor Bahru, Johore', 'Did Torres actually play well ytd?'), (4737, 1363, 'Johor Bahru, Johore', '@beingsorandom Alright!'), (4738, 1385, 'Johor Bahru, Johore', '@SandraJeane what?!'), (4739, 1037, 'Singapore', '@archdonski mamamatay sya diba??? ayan yata yung may yelo??'), (4740, 1300, 'Johor Bahru, Johore', 'Ohhh theres a lot of #kpop fans near Johor ehh.. Just saw them @foursquare'), (4741, 1386, 'Johor Bahru, Johore', '#nowplayinginmyhead one thing from awesome one direction...'), (4742, 1013, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 9 others http://t.co/Moxc4D1k'), (4743, 1387, 'Johore, Malaysia', '@JayEAreEmAiAndE http://t.co/9opxWCys'), (4744, 1316, 'Singapore', '@arumrachma gatau jam berapa sekiyenge bae lah -_-'), (4745, 1388, 'Johore, Malaysia', 'I''m at Brighton Montessori (Singapore, Singapore) http://t.co/JZlWo5gB'), (4746, 1389, 'Johor Bahru, Johore', 'Busy busy day (@ Thomson Plaza) http://t.co/dRxrC80b'), (4747, 1390, 'Johor Bahru, Johore', 'You''re emo-ing to attract attention. Bitchbplease, idk about the rest you ain''t getting mine.'), (4748, 1316, 'Singapore', '@arumrachma mau oleholeh apa ? patung singa ?'), (4749, 1391, 'Tebrau, Johor Bahru', 'I''m at Plus Office http://t.co/zIYRAwdg'), (4750, 1392, 'Johor Bahru, Johore', 'I''m at Bukit Batok MRT Station (NS2) (Singapore, Singapore) w/ 5 others http://t.co/QUbfCBE4'), (4751, 1393, 'Johore, Malaysia', 'Pre-interview jitterbugs @ Tan Tock Seng Hospital (TTSH) http://t.co/cNF3JQVc'), (4752, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae black is much better cuz he looks more relaxed and composed. Think cuz u used to his blonde hair.'), (4753, 1386, 'Johor Bahru, Johore', 'Omgeee.. Lucky tomorrow got. No training'), (4754, 280, 'Johor Bahru, Johore', 'I''m at Excel Hardware Pte Ltd http://t.co/2Okn9hiY'), (4755, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae but oh we''ll everybody have their ow preferences haha'), (4756, 594, 'Johore, Malaysia', 'Sometimes I sit here minding my own business and somehow I tend to check back wether I''m dreaming or not?!'), (4757, 1395, 'Johor Bahru, Johore', 'I''m at Bus Stop 56209 @ Before Thomson Hills http://t.co/LzYSFKoL'), (4758, 1396, 'Johore, Malaysia', 'SAP: SAP Mobility Strategy Consultant ( #Singapore ) http://t.co/Yhtryu1w #BusinessMgmt #sap #sapjobs #Job #Jobs #TweetMyJobs'), (4759, 1396, 'Johore, Malaysia', 'SAP: Partner Account Manager / Director - IBM ( #Singapore ) http://t.co/ARdUTUMU #Sales #sap #sapjobs #Job #Jobs #TweetMyJobs'), (4760, 1396, 'Johore, Malaysia', 'SAP: Senior Industry Advisor, Tax and Revenue - APJ ( #Singapore ) http://t.co/3LWbkytk #BusinessMgmt #sap #sapjobs #Job #Jobs #TweetMyJobs'), (4761, 1397, 'Johore, Malaysia', 'I''m at Kim Hock Corporation Pte Ltd http://t.co/Qv6hj5cI'), (4762, 897, 'Johore, Malaysia', 'I''m at D''Light Assc Pte Ltd @ Ubi Techpark (Singapore, Singapore) http://t.co/NX6o6VCa'), (4763, 1387, 'Johore, Malaysia', '@yiyunT_yyT I miss you too'), (4764, 1398, 'Johore, Malaysia', 'Breakfast with friend. (@ Bugis) http://t.co/XNvL0aNl'), (4765, 1285, 'Johore, Malaysia', 'I''m at Tanjong Pagar MRT Station (EW15) (Singapore, Singapore) http://t.co/veLQPYJW'), (4766, 1399, 'Johore, Malaysia', 'You PMS Like a bitch .'), (4767, 1400, 'Johor Bahru, Johore', '@jeslynLHJ i tot he wld miss sukira like crazy... We were debating he was probably bz with his personal life or bz chorepgraphing/composing'), (4768, 1343, 'Johor Bahru, Johore', 'RT“@MotherNatureNet: One of the kids we highlighted at the Intel Science Fair ends up winning the whole thing http://t.co/rgyln7X9 $100,000!'), (4769, 1400, 'Johor Bahru, Johore', '@jeslynLHJ for the end of yr album'), (4770, 1401, 'Plentong, Johor Bahru', 'Thursday already!!!!! (@ My Office) [pic]: http://t.co/rlzzCArs'), (4771, 1402, 'Johor Bahru, Johore', 'I''m at Tampines Secondary School (Singapore, Singapore) http://t.co/6TU2alke'), (4772, 1118, 'Johor Bahru, Johore', 'RT @Batassenja: Penantian ini tak berujung ketika sebuah hati memutuskan pergi..."'), (4773, 1403, 'Johor Bahru, Johore', 'late yata ulit ako... (@ Khatib MRT Station (NS14) w/ 2 others) http://t.co/TlwcGe2m'), (4774, 1260, 'Plentong, Johor Bahru', '@sheila_rahim @Zura_Zainal @qasehmaryam @pman_tnt yelah.. Selamat bermain dgn shredder jge ye.. Wªќ ªќ ªќ ªќ ªќ ª‎​ wªќ ªќ ªќ ªќ ªќ ª'), (4775, 1404, 'Johore, Malaysia', 'Workshop , a.k.a lecture for 4 hours . Sien.'), (4776, 1405, 'Johor Bahru, Johore', 'I got pranked called yesterday, but YiLin and Amos helped me to "settle". LOL.'), (4777, 1406, 'Johore, Malaysia', '@chocorangel scrabble:)'), (4778, 1407, 'Johor Bahru, Johore', 'No, I don''t want it, alright? Fuck off! You''ve made it too hard, No mountain is this hard, it''s just not realistic! @LeeTowers43'), (4779, 1129, 'Johor Bahru, Johore', 'I''m at Co-op ITE CCK College West (Singapore) http://t.co/eFLiNqOy'), (4780, 1404, 'Johore, Malaysia', '@LalaTheFatNerd GOOOD MORNING !'), (4781, 1386, 'Johor Bahru, Johore', 'So training start at 8:30 am'), (4782, 1405, 'Johor Bahru, Johore', 'All the vulgarities fly out. xD'), (4783, 1408, 'Johore, Malaysia', '"Most people spend their time trying to find someone to sleep with instead of finding someone worth waking up to.."\nmorning thursday! :)'), (4784, 1129, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria (Singapore, Singapore) w/ 2 others http://t.co/C0ZOZGRd'), (4785, 926, 'Johor Bahru, Johore', '@JustinaMeow are you buying the encore lens?'), (4786, 1399, 'Johore, Malaysia', 'Gosh .'), (4787, 1409, 'Johore, Malaysia', 'I''m at Tiong Bahru Market &amp; Food Centre (Singapore, Singapore) http://t.co/yxUluGAe'), (4788, 1410, 'Johor Bahru, Johore', 'I need to THINK POSITIVE!!!'), (4789, 1141, 'Johore, Malaysia', '@JoanneSings sana nga ganun kadali. tssssssss!'), (4790, 1129, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 10 others http://t.co/apIYlZSn'), (4791, 1411, 'Plentong, Johor Bahru', ' (@ Home Home) http://t.co/uO4bsHoy'), (4792, 594, 'Johore, Malaysia', 'Coz if sitting down MMOB is a dream, then k am in deep shit! And that''s very bad...'), (4793, 1141, 'Johore, Malaysia', '@detective_KENan nu ba yan oh! haha'), (4794, 1384, 'Johor Bahru, Johore', 'Got up this morning feeling feverish but still went to work.'), (4795, 1412, 'Johore, Malaysia', '아파요. http://t.co/ves4ackb'), (4796, 1413, 'Johor Bahru, Johore', 'Day 9..'), (4797, 1414, 'Johor Bahru, Johore', 'Morning all! I won''t be playing draw something at work today or tweet or whatsoever. Will be at woodlands branch today!'), (4798, 1415, 'Johor Bahru, Johore', 'I''m at Im on the highway http://t.co/r5XsyCGs'), (4799, 1384, 'Johor Bahru, Johore', 'Now my nose is pouring. :('), (4800, 1416, 'Johor Bahru, Johore', 'Cloudy Thursday Morning~ @ Changi International Airport (SIN) http://t.co/fhW2sK3F'), (4801, 1404, 'Johore, Malaysia', '@AyeeDynamica I thought Mr Pan said that if you don''t go for one training , you can go for the rest ?'), (4802, 1417, 'Johor Bahru, Johore', 'I''m at Tampines Safra http://t.co/Kdyxcrvs'), (4803, 1301, 'Johore, Malaysia', 'Later got match! Woots Woots!'), (4804, 1418, 'Kota Tinggi, Johore', '“@autocorrects: I wish tweeting could burn calories. :''(”'), (4805, 906, 'Johor Bahru, Johore', '@IAm_A_HumjiDog yarh lorh sec 2 camp laser si bei duo'), (4806, 1419, 'Johore, Malaysia', 'I''m at CEVA Freight (Singapore) Pte Ltd http://t.co/fyl5MCx3'), (4807, 1420, 'Johor Bahru, Johore', 'My holiday ends today? Hmm. Tmr still got cca &amp; cs :/'), (4808, 1421, 'Singapore', 'when was the last time I woke up to see direct sunlight in the early morning :/'), (4809, 1363, 'Johor Bahru, Johore', 'Wth miss 5 trains alr, cfm late... Tuck yew la'), (4810, 965, 'Johor Bahru, Johore', '#np Stacy - Pelangi Senja'), (4811, 1422, 'Johore, Malaysia', 'Looking at the queue outside my office. *shakes head*poor ppl waiting for shuttle bus due to train probs yet.again..'), (4812, 1423, 'Johor Bahru, Johore', 'Bus why uno come'), (4813, 1424, 'Johor Bahru, Johore', 'Headache.ah.'), (4814, 1418, 'Kota Tinggi, Johore', '“@TheseDamnQuote: Five lies girls tell: 1) I''m fine. 2) I''m not jealous. 3) I''m over him. 4) Sure we can be friends. 5)I''m not mad.”'), (4815, 1167, 'Pulai, Johor Bahru', 'I''m at Taman Ungku Tun Aminah Skudai Johor (Johor Bahru, Johor) http://t.co/8zR6EoZP'), (4816, 1425, 'Johore, Malaysia', '@HiltonHHonors Business. Always business...\nBut hey, I''m likely to hit diamond this year.'), (4817, 17, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 6 others http://t.co/0sGNl5mx'), (4818, 1129, 'Johor Bahru, Johore', 'Ding ding ding ding!!!! Batok station got taiji!'), (4819, 1387, 'Kota Tinggi, Johore', 'I wish I was your Amaths homework. I would be really hard, and you would be doing me on your table.'), (4820, 1426, 'Johore, Malaysia', 'I''m rather, sleepy.'), (4821, 1270, 'Johor Bahru, Johore', 'I''m at CHIJ St. Joseph''s Convent (SJC) w/ @jimmychoooo @flyingundies @seoyeonn96 @prissygoescrazy http://t.co/DJGOBuaf'), (4822, 587, 'Johore, Malaysia', 'I just ousted Jonathan Y. as the mayor of Comics Connection on @foursquare! http://t.co/vdmw9I7S'), (4823, 906, 'Johor Bahru, Johore', '@michelle_luveu mine -.-"'), (4824, 17, 'Johor Bahru, Johore', 'I''m at NSL - SMRT Trains http://t.co/3e4lPZwA'), (4825, 17, 'Johor Bahru, Johore', 'I just became the mayor of NSL - SMRT Trains on @foursquare! http://t.co/Mqf7EKYH'), (4826, 1427, 'Pulai, Johor Bahru', '@levasko put on 2 blanket still cold.'), (4827, 587, 'Johore, Malaysia', 'I just ousted Jonathan Y. as the mayor of Kitchen Fridge on @foursquare! http://t.co/JuCT7hvy'), (4828, 1384, 'Johor Bahru, Johore', 'Help me through today.'), (4829, 1428, 'Malaysia', 'I''m at Hat Yai International Airport (HDY) ท่าอากาศยานนานาชาติหาดใหญ่ (Hat Yai, Songkhla) http://t.co/VFQn1RWB'), (4830, 1429, 'Senai Kulai, Kulai Jaya', 'Leadership class. (@ N24) http://t.co/dRfjxycJ'), (4831, 1430, 'Riau, Indonesia', '@sidiqchaniago foolback bang :)'), (4832, 1431, 'Johore, Malaysia', 'Out of office for the day... (at Matrix Auditorium @ Biopolis) — http://t.co/zuw6QxDO'), (4833, 1432, 'Johor Bahru, Johore', 'Hope mummy wont call back home this.morning . if not she will nag at me for not staying at home .'), (4834, 1433, 'Johor Bahru, Johore', '@isabelleORtea haha nice'), (4835, 1363, 'Johor Bahru, Johore', '@XifyII Waaa sian late le. Train totally cannot go in..'), (4836, 1434, 'Johore, Malaysia', 'I''m nt a morning person.. -__-'), (4837, 1022, 'Johore, Malaysia', 'I''m at Libra 2002 Pte Ltd http://t.co/GJAqzOoj'), (4838, 1435, 'Johor Bahru, Johore', '@aininoo Zzz I can''t go plus sway sway the court can''t book too . Hehe xp .'), (4839, 1432, 'Johor Bahru, Johore', 'Gonna bribe my bro'), (4840, 1436, 'Johor Bahru, Johore', 'I''m at Peicai Secondary School w/ 2 others http://t.co/RVmHuJ51'), (4841, 460, 'Johor Bahru, Johore', 'Finally.. Holiday mood!! 6 days im free beybeh!!'), (4842, 1437, 'Johor Bahru, Johore', 'I need to bathe like now. damn. just couldn''t get my ass out of bed'), (4843, 1418, 'Johor Bahru, Johore', '“@FunnyEvil: Yawning is your body''s way of saying 20% of battery remaining.”\nAlmost depleted today..'), (4844, 942, 'Johor Bahru, Johore', 'Gonna meet @YanaDeCruz by 1pm at McDonald Interchange (; going to pasir ris!'), (4845, 1438, 'Singapore', 'selamat jalan,,,smoga kmu selalu di dalam lindunganNYA,,,hati -hati,,,,'), (4846, 1439, 'Johore, Malaysia', 'Asked to be a sister again on ppls wedding is so excited.'), (4847, 1421, 'Singapore', '@prissyyyyyy they haz free buses between stops'), (4848, 1244, 'Johore, Malaysia', 'I''m at 观音堂佛祖庙 Kwan Im Thong Hood Cho Temple (Singapore, Singapore) http://t.co/vlex1MQH'), (4849, 998, 'Riau, Indonesia', 'I''m at Universal Studios Singapore Hollywood Office A http://t.co/rMH0o0eq'), (4850, 998, 'Riau, Indonesia', 'I just ousted @kampong_boy1 as the mayor of Universal Studios Singapore Hollywood Office A on @foursquare! http://t.co/7XWqyUKm'), (4851, 1440, 'Johore, Malaysia', 'Morning run! (@ Trellis Towers Gym) http://t.co/dzpn8FCE'), (4852, 1441, 'Johore, Malaysia', 'Divine intervention to stop price hikes #SMRT'), (4853, 1442, 'Johor Bahru, Johore', 'I cant sleep well last night. Some matrep and minah call me alot of time because they are not happy with me.'), (4854, 1399, 'Johore, Malaysia', 'You ditched my best friend and you want her back , I never see such a guy like you .'), (4855, 1418, 'Johor Bahru, Johore', '“@TODAYonline: Train disruption between Dhoby Ghaut, Harbourfront on NE line could last up to 6 hours, says SBS Transit http://t.co/y1v3Cced'), (4856, 1129, 'Johor Bahru, Johore', '@JarlFartacus idk lolol'), (4857, 1443, 'Johore, Malaysia', 'So.. Freaking.. Tired..'), (4858, 1444, 'FSM Danga Bay, Plentong', 'I''m at Danga Bay (Johor Bahru, Johor) http://t.co/NxP40xkm'), (4859, 344, 'Johor Bahru, Johore', 'Makan nasi sambal goreng (@ Teck Whye Ave, Blk 2) [pic]: http://t.co/RyKcaCpJ'), (4860, 1445, 'Johor Bahru, Johore', 'Mum told me that tdy got no train towards orchard frm green line. So i rush myself to take bus -.-'), (4861, 1433, 'Johor Bahru, Johore', 'a good thursday :)'), (4862, 1141, 'Johore, Malaysia', '@detective_KENan emo girl tlaga? haha'), (4863, 1343, 'Johor Bahru, Johore', 'The digital toll: shld the passing of the print version of Encyclopaedia Britannica be mourned? http://t.co/s1znHVQu'), (4864, 1446, 'Malaysia', 'Breakfast (ˆ▽ ˆ )‎​ (@ Starbucks Coffee Graha Niaga) http://t.co/yQitiEHE'), (4865, 1444, 'Plentong, Johor Bahru', 'I''m at Iskandar Regional Development Authority (IRDA) (Johor Bahru, Johor) http://t.co/jtrveQHQ'), (4866, 1447, 'Senai Kulai, Kulai Jaya', 'english class cancel ^.^ (@ Meja Q, Fundamental Studio, FAB B02, UTM) http://t.co/32c15ejf'), (4867, 1448, 'Johor Bahru, Johore', '@veronica_eng 1 more day to go! Jiayou!'), (4868, 1264, 'Johor Bahru, Johore', 'LOL the whole back row of my bus using iPhones while the front rows are using Galaxy S II or Note'), (4869, 1396, 'Johore, Malaysia', 'SAP: Industry Advisor, Finance &amp; Public Admin - APJ ( #Singapore ) http://t.co/VCSNBGjK #BusinessMgmt #sap #sapjobs #Job #Jobs #TweetMyJobs'), (4870, 1396, 'Johore, Malaysia', 'SAP: Partner Account Manager / Director - Accenture ( #Singapore ) http://t.co/uZqtHjrG #Sales #sap #sapjobs #Job #Jobs #TweetMyJobs'), (4871, 1396, 'Johore, Malaysia', 'SAP: Partner Account Manager - APJ ( #Singapore ) http://t.co/ZX3WyyHk #Sales #sap #sapjobs #Job #Jobs #TweetMyJobs'), (4872, 1449, 'Johore, Malaysia', '@chingalingling happy birthday amelia:)'), (4873, 637, 'Johore, Malaysia', '@Pornsak_P Haha KFC... But I still prefer McDonalds breakfast...'), (4874, 1450, 'Johore, Malaysia', 'Super extremely hate smoker now !'), (4875, 1445, 'Johor Bahru, Johore', 'My hair is in such a mess!!!'), (4876, 1451, 'Johore, Malaysia', '2nd day training! Good morning folks! (@ RSI Kallang) http://t.co/ltrlIAg7'), (4877, 1452, 'Kota Tinggi, Johore', '@RyannnnnW HELLO'), (4878, 1453, 'Johor Bahru, Johore', 'The MRT smelled like a barn this morning.'), (4879, 1433, 'Johor Bahru, Johore', '@charifioud4 hmmmm'), (4880, 1387, 'Johore, Malaysia', '@angxinyeez coffee is bad for health'), (4881, 1412, 'Johore, Malaysia', '일어나 싶지잖아. 날씨가 추워있다. http://t.co/rBE4rVZZ'), (4882, 1430, 'Riau, Indonesia', '@RickyLagie follback ya bg :)'), (4883, 1399, 'Johore, Malaysia', '@LeticiaBongnino Your tweets are kinda true and funny ;P'), (4884, 503, 'Plentong, Johor Bahru', 'I just ousted Ashraf A. as the mayor of Mercedes-Benz Autohaus - NZ Wheels on @foursquare! http://t.co/V6Lf0zM9'), (4885, 503, 'Plentong, Johor Bahru', 'Amek document insurance :) (@ Mercedes-Benz Autohaus - NZ Wheels) http://t.co/gwexStet'), (4886, 1454, 'Johor Bahru, Johore', 'Life skills lesson now. (@ class 1214 @ ite college west) http://t.co/BOZYRYfu'), (4887, 1430, 'Riau, Indonesia', '@yulieLestary follback kak :)'), (4888, 1455, 'Johore, Malaysia', 'I''m at Shelton International College &amp; High School (Singapore) http://t.co/cRQVPlFG'), (4889, 1144, 'Pulai, Johor Bahru', 'Here. (@ Nusajaya Centre) http://t.co/YVDjQNdZ'), (4890, 1430, 'Riau, Indonesia', '@mrprakarsa follback ya bg :)'), (4891, 1343, 'Johor Bahru, Johore', '@VoodooWanker after @RealTimeWWII now it''s @titanicrealtime'), (4892, 1335, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 6 others http://t.co/5IPeA3rS'), (4893, 1456, 'Johor Bahru, Johore', 'Hi grandma I m i s s y o u ♡ (@ Kong Meng San Phor Kark See Monastery (光明山普觉禅寺 Bright Hill Temple)) http://t.co/M3z5O22H'), (4894, 1457, 'Kota Tinggi, Johore', 'OMG! OMG!! So excited!! Going to universal studios with my cousins today!!! :D but I''m scared to ride the roller coaster ._.'), (4895, 1458, 'Johore, Malaysia', 'Well done ! Purple line is down !'), (4896, 1261, 'Johor Bahru, Johore', '@jwNite LOL! who more slack den me?'), (4897, 1283, 'Johor Bahru, Johore', 'Yes RT @GeminiSignz: #Gemini cannot be with you if you don''t understand their sense of humor. They (cont) http://t.co/hG5ScFLw'), (4898, 1244, 'Johore, Malaysia', 'I''m at Fortune Centre http://t.co/jgREblBK'), (4899, 1459, 'Tebrau, Johor Bahru', '@JtangYanyan dunno yet..'), (4900, 239, 'Johore, Malaysia', 'I''m at Rachel''s Comfy Bed  http://t.co/aeOSzDFK'), (4901, 1460, 'Johor Bahru, Johore', 'I''m at Sun Plaza (Singapore, Singapore) http://t.co/mYNAtKcv'), (4902, 962, 'Johor Bahru, Johore', '@madinaHawa where''s ur hp?ane kakak ltk?in the car?or kt umah?'), (4903, 1461, 'Johore, Malaysia', 'London choco roll for breakfast !'), (4904, 1462, 'Johore, Malaysia', '@ailengmiao omg yr car really caught fire? I tot play play tim. U allright?'), (4905, 1463, 'Johor Bahru, Johore', 'I''m at Blk 20 Marsiling Lane Hawker Centre http://t.co/z6SMJtf0'), (4906, 1464, 'Johor Bahru, Johore', '@janainey lol hahaha'), (4907, 1420, 'Johor Bahru, Johore', 'I''m at 782A Carpark http://t.co/JJiOCT1x'), (4908, 1070, 'Johore, Malaysia', '@JeDi_maSter0706 ang hirap basahin! Mabuti nalang, It''s a beautiful Thursday morning, and so am I. Hahaha. Happy hwebes #rusherfriend'), (4909, 280, 'Johor Bahru, Johore', 'What I can help. Nothing :/'), (4910, 1465, 'Johor Bahru, Johore', 'I''m at South View LRT Station (BP2) (Singapore, Singapore) http://t.co/CQ7pJmMo'), (4911, 1318, 'Johore, Malaysia', 'Looking forward to i Light tonight http://t.co/JMsjaioG'), (4912, 1415, 'Johor Bahru, Johore', 'I''m at Home Team Academy (Singapore) w/ 2 others http://t.co/f37a48Sx'), (4913, 1466, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 12 others http://t.co/v8h6Xm4q'), (4914, 1300, 'Johor Bahru, Johore', 'Good morning....woah..i had a very scary dream... A dog bit a girl.. Huhuh'), (4915, 1330, 'Johor Bahru, Johore', 'I''m at Teck Whye LRT Station (BP4) (Singapore, Singapore) http://t.co/adBKAk4c'), (4916, 342, 'Johor Bahru, Johore', '@klarycelim ah I miss youuu!&gt;&lt;'), (4917, 1374, 'Johor Bahru, Johore', 'If you look up the word "Fail" in the dictionary, you would find "See also: Singapore rail transit system".'), (4918, 1387, 'Johore, Malaysia', '@kellybellywah cranky cranky cranky'), (4919, 1467, 'Plentong, Johor Bahru', '@polmalham yeah'), (4920, 1363, 'Johor Bahru, Johore', '@XifyII ya still stuck at Kovan... 30 min liao zzz'), (4921, 1468, 'Johore, Malaysia', 'Burning the candles at both ends :/'), (4922, 962, 'Johor Bahru, Johore', '@madinaHawa i oready dm u kak airah number..received?'), (4923, 1091, 'Johore, Malaysia', 'Put every single blames on me. EVERY SINGLE THINGS all my fault okay. All mine!!!!!!!!!!!!!!!! =''('), (4924, 1469, 'Singapore', 'Today is an important day for STI'), (4925, 1470, 'Johore, Malaysia', 'Gd morning! It''s Thursday! 1 more day to Friday.:) dress to work http://t.co/t6kPSzZF'), (4926, 45, 'Johor Bahru, Johore', 'Freezing on bus 10:( should''ve brought a jacket:/'), (4927, 1471, 'Johore, Malaysia', 'Tired as balls URGHHHHH.'), (4928, 1387, 'Johore, Malaysia', '@kellybellywah you noob'), (4929, 1472, 'Singapore', 'WOooo Early morning see so many LT''s nice pic... !!!!!'), (4930, 1326, 'Kota Tinggi, Johore', 'I''m at Braddell MRT Station (NS18) (Singapore, Singapore) http://t.co/zrj0YD6O'), (4931, 1473, 'Kota Tinggi, Johore', '@Gotnoname96 that''s cause I connect the phone to my speakers okay! And everybody awake le so I half awake liao'), (4932, 1120, 'Tebrau, Johor Bahru', 'Sila sarapan utk kali ke dua RT @ikawonG: Dah sarapan keluar balik , then lapar balik'), (4933, 1473, 'Kota Tinggi, Johore', '@Gotnoname96 COUNCIL WHAT!'), (4934, 1261, 'Johor Bahru, Johore', '@jwNite lol. ok ma extra $13?'), (4935, 1363, 'Johor Bahru, Johore', '@XifyII hope so :)'), (4936, 1211, 'Plentong, Johor Bahru', 'I''m at QHSE Dept, MMHE. (Pasir Gudang, Johor) http://t.co/GMSnTkLc'), (4937, 1385, 'Johor Bahru, Johore', 'And I thought the North-East Line was the only stalwart.... Looks like it has failed us too.'), (4938, 1474, 'Johor Bahru, Johore', '@lollidellalove you lead well!! we love you(: &lt;3'), (4939, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at Plaza Tol Skudai http://t.co/rB9CIRBg on @footfeedapp'), (4940, 1476, 'Johor Bahru, Johore', '@pmonsale @lengfran @poppybitch @irincarla @mitchcortado morning!'), (4941, 1477, 'Plentong, Johor Bahru', 'I just ousted Tanpa N. as the mayor of PIZZA HUT TMN BUKIT DAHLIA on @foursquare! http://t.co/DOSy8xxm'), (4942, 45, 'Kota Tinggi, Johore', 'Been there &amp; done that :/ RT @ohgirlphrase: Don''t let loneliness drive you back into the arms of someone you know you don''t belong with.'), (4943, 1478, 'Malaysia', '"หาดใหญ่สวัสดี"วันนี้วันพระ "อ่าน-คิด-พูด-เขียน" อยู่ในกรอบความดี'), (4944, 1479, 'Johore, Malaysia', 'Oscar-Winning Producer of ''Schindler''s List'' on sickly America http://t.co/HLVEVsX3 #fb'), (4945, 1480, 'Kota Tinggi, Johore', 'Woke up bcoz of a stomach ache -.-'), (4946, 1385, 'Johor Bahru, Johore', 'And why are all these disruptions occurring during peak hours??'), (4947, 1481, 'Johor Bahru, Johore', 'I''m at Metropolitan YMCA Child Care &amp; Development Centre (Simei Branch) (Singapore) http://t.co/N8MsCV5h'), (4948, 853, 'Johore, Malaysia', '@leejiee ok shorrrrrrrrrrty!'), (4949, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at taman technology Johor http://t.co/rzPyUYG9 on @footfeedapp'), (4950, 1482, 'Johor Bahru, Johore', 'Now in Singapore. One more big flight. (at Hbs T3 OS1) — http://t.co/8PSyYTsT'), (4951, 1483, 'Singapore', '@ShakRoRo ytd... we late.. today u late... stupid SMRT'), (4952, 1418, 'Johor Bahru, Johore', '“@HuffPostTech: If you already own an iPad 2, should you upgrade to the new iPad? http://t.co/cAd81diH”\nThinking..'), (4953, 1484, 'Johor Bahru, Johore', '@nabit_bits hahaha same here!'), (4954, 1485, 'Johore, Malaysia', 'How about a morning coffee in da shipyard? (@ Jurong Shipyard Ptd Ltd (Jalan Samulun)) [pic]: http://t.co/HnNXxWhO'), (4955, 1486, 'Johore, Malaysia', 'Attending course... Boring! (@ Cairnhill Community Club) [pic]: http://t.co/qKhhBym3'), (4956, 1487, 'Johore, Malaysia', 'Masih ... Ngantuk ... Bangeett .. '), (4957, 1488, 'Plentong, Johor Bahru', 'longboardism: The ALL NEW 2012 Rayne Supreme and Rival http://t.co/hFl2Qjjr”'), (4958, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at Seagate JBS http://t.co/GIvYpEWu on @footfeedapp'), (4959, 1489, 'Johor Bahru, Johore', '@0x1f1f n god bless India... Let the accidents occur n let ppl die. Aam aadmi perhaps worth of this only'), (4960, 641, 'Johore, Malaysia', 'Good morning! ☀'), (4961, 1330, 'Johor Bahru, Johore', 'I''m at ITE College West w/ @snsfq http://t.co/VLxkVZNR'), (4962, 962, 'Johor Bahru, Johore', '@madinaHawa dont panic..juz nw u watsapp is the last thing kn u do wit hp?den tat tyme where u at?'), (4963, 1305, 'Johore, Malaysia', '@laurenarielle awts! Sayang naman yung chance neng!'), (4964, 17, 'Johor Bahru, Johore', 'I''m at Marsiling MRT Station (NS8) (Singapore, Singapore) w/ 6 others http://t.co/0SYzorEo'), (4965, 1490, 'Johore, Malaysia', 'Happy Pi Day ♥!'), (4966, 1491, 'Kota Tinggi, Johore', 'So sleepy..-.-\nShould just sleep on the ferry later..'), (4967, 1492, 'Johore, Malaysia', 'haven''t woken up with texts from you since 2 years ago hahahhhaah brings back so much memories'), (4968, 1261, 'Johor Bahru, Johore', '@jwNite me ah? deployment and their extra allowance.'), (4969, 1254, 'Johor Bahru, Johore', 'I''m at Hillgrove Secondary School (Singapore, Singapore) http://t.co/yrCP1vV9'), (4970, 1493, 'Johor Bahru, Johore', 'What doesn''t kill you makes you stronger...'), (4971, 1494, 'Johore, Malaysia', '@izanneashley wala pa.. Reaching orchard p lang.. Train trouble sa purple line :('), (4972, 123, 'Johore, Malaysia', '@hhazel1025 lol he always spam one so okay one lol'), (4973, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at Taman Aman Senai http://t.co/4iYu5r2G on @footfeedapp'), (4974, 1495, 'Johore, Malaysia', '@nabellaisml @mdruzaini_ hello role early morning already so noisy.. Please eh no personal issues .. Here..'), (4975, 1496, 'Johore, Malaysia', 'Gonna spend my two weekends in the shrine this week. (at Arena Country Club) — http://t.co/YpTsDxwa'), (4976, 991, 'Johor Bahru, Johore', 'OMG WATCHING DREAM HIGH 2 and being embarrassed LOL SO CUTE SIA SHE XD'), (4977, 1345, 'Johor Bahru, Johore', '@WinniePooh_you haha your head la ^^'), (4978, 1488, 'Plentong, Johor Bahru', '@Alina_Amin huh? when?'), (4979, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at NIOSH http://t.co/E4tsPxD5 on @footfeedapp'), (4980, 1480, 'Kota Tinggi, Johore', '@HITAAAAAAM LOL cfm u all get ranks and badges before sec1 lah. If not look weird rite. XD'), (4981, 1497, 'Johor Bahru, Johore', 'Morningggggg!'), (4982, 1449, 'Johore, Malaysia', '@chingalingling haha what''s with the yay? Hahahaha'), (4983, 1484, 'Johor Bahru, Johore', '@hotfm976 waktu gigi susu tumbuh mmng saket tahan dari US smpi SG, smpi SG tk nk cabot bkn pasal takot tapi sayang nk cabot gigi tu...'), (4984, 1458, 'Johore, Malaysia', '@SadLifeLa LOL no free bus ride I think ! Nvm I went for circle line all the way !'), (4985, 1490, 'Johore, Malaysia', 'Jesus Christ #StronglyAttractedTo'), (4986, 962, 'Johor Bahru, Johore', '@madinaHawa i tried to call ur hp ehk?'), (4987, 1498, 'Kota Tinggi, Johore', 'I''m at MediaCorp Y.E.S. 93.3FM Studio http://t.co/T7eOr0Tz'), (4988, 1326, 'Kota Tinggi, Johore', 'I''m at Yellow Pages Building (Singapore) http://t.co/lYiOqRf8'), (4989, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at Taman Teknologi Johor http://t.co/RTMCQYEO on @footfeedapp'), (4990, 1494, 'Johore, Malaysia', '@izanneashley nye ngayon ko lng nbasa.. Wala ulan sa sengkang :)'), (4991, 1458, 'Johore, Malaysia', '@TanKaiSong LOL same la bad services lol !'), (4992, 1488, 'Plentong, Johor Bahru', 'ceria dunia hari ni .. hahahaha -&gt;“@alyatajam: Selamat pagi dunia”'), (4993, 1305, 'Johore, Malaysia', '3 hrs of sleep everyday for this week is not good! Pag may chance ako matulog, buong maghapon akong tutulog. Can''t wait for weekend!'), (4994, 1499, 'Johore, Malaysia', 'Morning nutrition! (@ Killiney Kopitiam) [pic]: http://t.co/R24iL87p'), (4995, 900, 'Johore, Malaysia', '@adppott @jedbp @amyinasia @soozm 4 more years, personalised employment pass, Sometimes I celebrate, sometimes I commiserate #SGlife'), (4996, 914, 'Johore, Malaysia', 'Arts workshop time :)'), (4997, 962, 'Johor Bahru, Johore', '@madinaHawa i tink umah arh..u take car ryte?tkkn ilang..its either hm or car..'), (4998, 1179, 'Johore, Malaysia', 'I''m at Bus Stop 50038 (Novena MRT) (Singapore) http://t.co/VRaC8U3Z'), (4999, 1500, 'Johor Bahru, Johore', 'b2 (@ Terminal 3 w/ 16 others) [pic]: http://t.co/sdSYj9hl'), (5000, 1501, 'Johor Bahru, Johore', 'morning tlist friends. ʕ´・ᴗ・`ʔ'), (5001, 1330, 'Johor Bahru, Johore', 'I''m at ITE College West @ 5212 http://t.co/hn8krJuU'), (5002, 1502, 'Johore, Malaysia', 'Wha what mee goreng is that so spicy¡¡ SOMEMORE I PUT TABASCO OHNOO'), (5003, 1503, 'Johor Bahru, Johore', 'I''m at Jurong West Street 52 http://t.co/lkobXP54'), (5004, 1504, 'Plentong, Johor Bahru', 'Heyy morning! :) (@ NE''s Awesome Cribbb!) http://t.co/6dXRswbB'), (5005, 1505, 'Johore, Malaysia', 'View of the alma mater from above. @ Fitness First http://t.co/zzRwaHyf'), (5006, 1506, 'Kota Tinggi, Johore', 'sawadika~ haha.. see u SG on Monday. (with Sharin, Ari Yani, and 3 others at @fansofchangi) — http://t.co/mT8ScDu9'), (5007, 280, 'Johor Bahru, Johore', 'So tired :('), (5008, 1341, 'Tebrau, Johor Bahru', 'I''m such a poor boy, need to wait for my Bestie to reach . I under such a cold, chilling weather .'), (5009, 1395, 'Johor Bahru, Johore', 'I just ousted Paul Joseph D. as the mayor of SMRT Buses: Bus 855 on @foursquare! http://t.co/nDnNNzs8'), (5010, 1395, 'Johor Bahru, Johore', 'Heading 2 the workplace now (@ SMRT Buses: Bus 855) http://t.co/CumftK19'), (5011, 1507, 'Malaysia', 'I''m at Coffee Saitong (อ.หาดใหญ่, จ.สงขลา) http://t.co/jlCJaqyz'), (5012, 33, 'Johor Bahru, Johore', '@TKPliciouness Thanks !! And you still everyday night life ??'), (5013, 1508, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) (Singapore, Singapore) w/ 10 others http://t.co/4KHQbFSd'), (5014, 1238, 'Malaysia', 'Ini padang bola.. Best punya! (at PTEM Library) [pic] — http://t.co/vepSjtZ8'), (5015, 1509, 'Johor Bahru, Johore', 'Ugh. :@'), (5016, 1510, 'Johor Bahru, Johore', '#SMRT should get their act together, train fault and breakdown every other day'), (5017, 1502, 'Johore, Malaysia', 'I got a feeling you wont reply ohno'), (5018, 1472, 'Singapore', '@Ruiiroro @ShakRoRo NEL is SBS prob liao ahahahah!! enjoy shakwon !!'), (5019, 1511, 'Johor Bahru, Johore', '@iM_Presss lol. missing him already??'), (5020, 1511, 'Johore, Malaysia', '@iM_Presss what time??'), (5021, 1512, 'Johore, Malaysia', 'should declare PH whenever train breakdown '), (5022, 1507, 'Malaysia', 'I''m at Build Shop (อ.หาดใหญ่, จ.สงขลา) http://t.co/qhkA7vJH'), (5023, 1509, 'Johor Bahru, Johore', '_|_'), (5024, 1497, 'Johor Bahru, Johore', 'Woke up cause some idiot sms me and tried to prank me but failed horribly. @superbi98 @Tomato_boyboy'), (5025, 1513, 'Johore, Malaysia', 'I''m at SBS Svc 145 http://t.co/SVSAJppp'), (5026, 1514, 'Johor Bahru, Johore', 'Luckily I cabbed hm. No train service between harbourfront and dhoby ghaut. (@ Hidaayaah''s Crash Pad. ) http://t.co/YdMRQpuG'), (5027, 1488, 'Plentong, Johor Bahru', 'ok mission ari ni siapkn keje awal... mood -&gt; nk g langsai hutang'), (5028, 1515, 'Johor Bahru, Johore', 'I''m at MOE Jalan Bahtera Adventure Center http://t.co/HWSRJNYD'), (5029, 1516, 'Johor Bahru, Johore', 'I''m at ASE Singapore http://t.co/WRcAElsk'), (5030, 1509, 'Johor Bahru, Johore', 'What a joke to start my day.'), (5031, 1517, 'Johor Bahru, Johore', '@mimymarizd last day keje? esok ?'), (5032, 1507, 'Malaysia', 'I''m at Maam Record (Hat Yai, Songkhla) http://t.co/JJ7sdapD'), (5033, 1518, 'Johore, Malaysia', 'At Coffee And Toast @Raffles Exchange — http://t.co/bX7m5VGK'), (5034, 1310, 'Johor Bahru, Johore', '@shawtypearl The train will be delayed for about 6hrs.'), (5035, 1266, 'Johore, Malaysia', 'Achievement Unlocked : "Shit Chaser"\nLook for work when there isn''t any, gets menial tasks instead.'), (5036, 1255, 'Johor Bahru, Johore', 'I''m at Chung Cheng High School (Yishun) (Singapore, Singapore) http://t.co/M7u1EJPm'), (5037, 1519, 'Johore, Malaysia', 'I''m at Raffles Girls'' School (Secondary) (Singapore, Singapore) http://t.co/APIfLNta'), (5038, 458, 'Malaysia', 'ตื่นแล้ว'), (5039, 1520, 'Johore, Malaysia', '@ryanbigg Frontier Airlines sounds like a airline from a cartoon. Good choice.'), (5040, 1458, 'Johore, Malaysia', '@TanKaiSong LOL imagine too much, if they did that they''ll be sued !!'), (5041, 1163, 'Johore, Malaysia', 'I''m at Hitachi Elevator Building (Singapore) http://t.co/DyyKeIlW'), (5042, 1363, 'Johor Bahru, Johore', 'Taxi stand also full =.= cycle to serangoon sua..... Tuck yew -.-'), (5043, 1488, 'Plentong, Johor Bahru', '@Alina_Amin dammmit...!! aku baru nk google hehehe.. ok thanX'), (5044, 1521, 'Johor Bahru, Johore', 'Just woke up and alr mugging. Screw block tests'), (5045, 1507, 'Malaysia', 'I''m at Maam''s Plantation http://t.co/wlaB5x93'), (5046, 261, 'Johor Bahru, Johore', 'I''m at SAFRA Yishun Country Club (Singapore) http://t.co/Yn2b94I2'), (5047, 868, 'Johore, Malaysia', '“@BNPPARIBASOPEN: UPSET WATCH: Tomaz Bellucci (BRA) takes the first set 6-3 over 3-time champ and No.3 Roger Federer. #bnppo12” FEDERER!!!!'), (5048, 814, 'Riau, Indonesia', 'I just sent 400 odd newspaper. It is really a pain and sweat.'), (5049, 962, 'Johor Bahru, Johore', '@madinaHawa k..btw i call ur hp tk dpt..u wait ehk i ask hym..'), (5050, 261, 'Johor Bahru, Johore', 'I''m at Nurture Stars http://t.co/3ToTLkXf'), (5051, 1522, 'Johor Bahru, Johore', 'How do you always know the right words to say? &lt;3'), (5052, 1523, 'Pulai, Johor Bahru', 'Hahaha I sound #LikeaBoss #LikeaLouSai'), (5053, 986, 'Singapore', '@Pornsak_P Wow... KFC''s fried chicken for Breakfast~~~'), (5054, 1517, 'Johor Bahru, Johore', 'esok ke Melaka tak pyh dtg keje yahooo'), (5055, 1206, 'Johor Bahru, Johore', 'I''m at West Spring Secondary School w/ @foreveryoursxx3 http://t.co/GGFOAQbL'), (5056, 1345, 'Johor Bahru, Johore', '@AngelicaaSaysHi xmm!!! Morning!! ^^'), (5057, 1524, 'Johor Bahru, Johore', '@1DiQuote nope i''m going malaysia'), (5058, 88, 'Johor Bahru, Johore', 'breakfast : nasi lemak and ayam goreng'), (5059, 17, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 4 others http://t.co/Ju1Rh2hC'), (5060, 1502, 'Johore, Malaysia', 'Hey the 3G is quite fast huh. BUT IN THE MORNING ONLY.'), (5061, 1525, 'Johore, Malaysia', 'I''m at Nanyang Old Coffee 南洋老咖啡 (Singapore) http://t.co/pfAavp9v'), (5062, 1192, 'Johore, Malaysia', '@undermysombrero True. So he wasn''t sanctioned?'), (5063, 1526, 'Johor Bahru, Johore', 'It''s Thursday! Hope everything go smoothly today!'), (5064, 1527, 'Johore, Malaysia', '#476\nI feel awesome with my new phone'), (5065, 1244, 'Johore, Malaysia', 'I''m at Four Season Coffee &amp; Bread (Singapore, Singapore) http://t.co/DPq3ShDL'), (5066, 1507, 'Malaysia', 'I''m at ร้านอาหารเนินขุนทอง http://t.co/taXipSv5'), (5067, 17, 'Johor Bahru, Johore', 'I''m at Woodlands Xchange http://t.co/veFGo7tv'), (5068, 1433, 'Johor Bahru, Johore', '@isabelleORtea umagang umaga pinapatawa mq hehe o nga nmn malaki ulo nya :) lam mo fil q lng,gs2 lng nla pg uspn ya gnun xa now hehe gimmick'), (5069, 1528, 'Plentong, Johor Bahru', 'I''m at Hipercom Distribution Sdn. Bhd. (Permas Jaya, Johor Bharu, Johor) http://t.co/c28GzH6P'), (5070, 1524, 'Johor Bahru, Johore', 'asking dad whether i can buy season 1 prettty little liars later'), (5071, 1529, 'Johore, Malaysia', 'you know that there''s no one except you who understands me.'), (5072, 17, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange (Singapore, Singapore) w/ 3 others http://t.co/UDqQpnd0'), (5073, 1335, 'Johor Bahru, Johore', 'I''m at Teck Whye LRT Station (BP4) (Singapore, Singapore) w/ 2 others http://t.co/mwNXJZe8'), (5074, 1343, 'Johor Bahru, Johore', 'Fish that swallowed a pterosaur that swallowed a fish http://t.co/wy22SX7B'), (5075, 1483, 'Singapore', '@Aiiroro @ShakRoRo oh izit... SBS .. Shakwon fav~!! haha'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (5076, 1120, 'Tebrau, Johor Bahru', 'Tak mandi lettew. Oh lupa, selangor kan xde air. Kbai RT @rucabella: Cuace nmpk mendung but I''m sweating.. #sigh'), (5077, 1335, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 14 others http://t.co/fBdPUdv6'), (5078, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at Plaza Tol Kulaijaya http://t.co/LfaSuPYN on @footfeedapp'), (5079, 1530, 'Johor Bahru, Johore', 'Hi! Today I got good dream!'), (5080, 1238, 'Malaysia', 'Got nothing better to do:-( (at PTEM Library) [pic] — http://t.co/lV5oWuWr'), (5081, 123, 'Johore, Malaysia', 'Colleague scold me never wait for her go refill water lol zz'), (5082, 1531, 'Johor Bahru, Johore', 'Waiting for my classmate....'), (5083, 1532, 'Johore, Malaysia', 'Now I know the reason why I woke up earlier. No train services between DG &amp; HF'), (5084, 1533, 'Johore, Malaysia', 'Honest to self: i cant use instagram cause i''ll obsess, waste time, and succumb to posting for self-promotion and not edification'), (5085, 1507, 'Malaysia', 'I''m at ร้านเนินขุนทอง (Hat Yai, Thailand) http://t.co/rybKLaMt'), (5086, 1524, 'Johor Bahru, Johore', '@Criss_YoonYul good morning sandra ((:'), (5087, 1384, 'Johor Bahru, Johore', 'Super tired.'), (5088, 1534, 'Johore, Malaysia', 'I''m at National Junior College (Singapore, Singapore) http://t.co/u7AW6rSd'), (5089, 1530, 'Johor Bahru, Johore', 'Good weather = good dream.'), (5090, 1264, 'Johor Bahru, Johore', 'Reached RV bus stop. Go for table tennis till 1030 then go my class outing :D'), (5091, 1523, 'Senai Kulai, Kulai Jaya', '@maddijanemusic me'), (5092, 1535, 'Plentong, Johor Bahru', 'keje keje. haha (@ sime darby engineering yard development department) http://t.co/nwv00NEK'), (5093, 72, 'Johor Bahru, Johore', 'Sagwa mo!'), (5094, 1536, 'Johor Bahru, Johore', 'Just woke up ............'), (5095, 1537, 'Johor Bahru, Johore', 'Smrt Crap-ping again!'), (5096, 1538, 'Plentong, Johor Bahru', 'Today company is newly opened, must be a tired day ....early morning everyone =)'), (5097, 1377, 'Johor Bahru, Johore', 'Zzz bus haven come Wth. So long -.-'), (5098, 1264, 'Johor Bahru, Johore', 'Okay 2L perps see you later :3'), (5099, 1527, 'Johore, Malaysia', '#486\nI feel awesome with my new phone'), (5100, 1472, 'Singapore', '@Ruiiroro @ShakRoRo yes yes .. the one she drew for u .. n we tot is SB sian.. buahahaha !!!'), (5101, 1539, 'Johore, Malaysia', 'Whoa.. really? "@Forbes: If you want to have a happy marriage, you need a busy job. http://t.co/kJ3gnMTv"'), (5102, 1540, 'Johore, Malaysia', 'Morning!'), (5103, 1541, 'Johor Bahru, Johore', '@hweeified Slowpoke lar lol...you super random haha'), (5104, 1542, 'Johore, Malaysia', 'I''m at Institute of Adult Learning http://t.co/5HkOGVHT'), (5105, 159, 'Johor Bahru, Johore', 'Had a quick-scrambled eggs for breakfast earlier. Now I''m craving for more on my way to work. :('), (5106, 1264, 'Johor Bahru, Johore', 'Table Tennis timeee. Bye twitter'), (5107, 1543, 'Johor Bahru, Johore', '@shojem05 @chungxuan ate, wala!T_T trust me!:) HAHAHAHAHAHA!&gt;_&lt; ~nakakaiyak na thought yan..;"('), (5108, 1544, 'Plentong, Johor Bahru', 'with @izz_akmal.... letsss kijew (@ Gudang 9A) http://t.co/nWcG0iAQ'), (5109, 1488, 'Plentong, Johor Bahru', 'pagi2 bute fax machine ni buat hal.. aku nk cepat la mangkuk!!!'), (5110, 1545, 'Johor Bahru, Johore', '1st stop- Anderson 2nd stop- CHS :)'), (5111, 1546, 'Johor Bahru, Johore', 'Woke up early today!'), (5112, 1472, 'Singapore', '@ShakRoRo @Ruiiroro u won''t become sandwich .. u will become paper. hahaha!!'), (5113, 1547, 'Johore, Malaysia', 'I''m at Ocbc centre @ chulia street http://t.co/6bRdkvQR'), (5114, 1548, 'Johor Bahru, Johore', 'I''m at school! (@ Hai Sing Catholic) http://t.co/izr4Psi4'), (5115, 1549, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 20 others http://t.co/oAL0r6RL'), (5116, 1550, 'Kota Tinggi, Johore', 'I''m at Bus Stop 21601 Blk 357 Yung An Rd http://t.co/mHetNzFP'), (5117, 962, 'Johor Bahru, Johore', '@madinaHawa i call hym no ans..watsapp pn blm bace..'), (5118, 1531, 'Johor Bahru, Johore', 'What will teacher do today?'), (5119, 1093, 'Johor Bahru, Johore', 'I''m at DHL Global Mail SEA http://t.co/pWehdUUc'), (5120, 1541, 'Johor Bahru, Johore', 'Gotta fix that 60%RT @DimeUpdate: Hornet are up 34-23 on the Lakers at home 3 minutes into the second quarter thanks to 60% shooting so far.'), (5121, 1540, 'Johore, Malaysia', '@RishabhKoradia7 who?'), (5122, 1438, 'Singapore', 'jaga hati dan jaga mata hanya untukku,,,,,,,,,,,,,,,,'), (5123, 1488, 'Plentong, Johor Bahru', 'hahahaha siot arr lu beb!!“@raksasagondrong: @Alina_Amin @tajam_alya hahahahaha.. Sy dah tau fake..”'), (5124, 1551, 'Johore, Malaysia', '@MaVicky04 @atingngpex @krztine_426 @wendydcruz @lheam28 @juggle_iamfree @alfonbel @biebiewan @siangieako @ashrald gud am mga mare!'), (5125, 1044, 'Johore, Malaysia', '@BoAkwon \nGood luck!!!!^^'), (5126, 1552, 'Johore, Malaysia', 'And I can''t believe I thought the shuttle bus would be fast. HA HA HA HA.'), (5127, 1553, 'Johor Bahru, Johore', 'Hey ho, let''s go! @ Blk 734A Carpark http://t.co/FcLPxRA9'), (5128, 1554, 'Tebrau, Johor Bahru', 'med. check-up :) (@ Hospital Sultan Ismail, Johor Bahru) http://t.co/aQfMisl0'), (5129, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at R&amp;R KulaiJaya (North Bound) http://t.co/8RAKwl4W (Lebuhraya Utara Selatan, Kulai) on @footfeedapp'), (5130, 1555, 'Plentong, Johor Bahru', 'tak tau nk menggambarkan perasaan skrg ni..sedih, gembira, takut...'), (5131, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at Hentian KulaiJaya http://t.co/7GkGvpBE on @footfeedapp'), (5132, 1483, 'Singapore', '@Aiiroro @ShakRoRo whahaha.. ya lor ya lor.... so funny...'), (5133, 1551, 'Johore, Malaysia', '@biebiewan @siangieako @atingngpex @krztine_426 @wendydcruz @lheam28 @juggle_iamfree @alfonbel @mavicky04 @ashrald maulan n morning'), (5134, 1556, 'Singapore', '@syafiqSMS u want to meet us at dance studi later at gek poh?'), (5135, 1557, 'Johor Bahru, Johore', 'with Arfah Myiesha! @ Terminal 1 http://t.co/QEhCznU4'), (5136, 1558, 'Pulai, Johor Bahru', 'SOM Youth Camp (1st Night) @ Skudai Harvest Church http://t.co/IWW1V8c4'), (5137, 1559, 'Johor Bahru, Johore', '@erbalauag anong username mo'), (5138, 1475, 'Senai Kulai, Kulai Jaya', 'I just checked in at Shell http://t.co/RsFkWxlr on @footfeedapp'), (5139, 1560, 'Plentong, Johor Bahru', 'Good Moringggggg!! ;-)'), (5140, 1305, 'Johore, Malaysia', '@MissCuerdo kow! kasarap naman noon, tig 3 lang ako daily eh mommy.'), (5141, 1561, 'Malaysia', 'มื้อเช้าแบบแฮงค์ ๆ (@ Coca-Cola - HaadThip Public Company Limited) http://t.co/6RLMd2aA'), (5142, 1562, 'Kota Tinggi, Johore', '@evashinjirei for bus. Just bought MacBook so no $ for ipad'), (5143, 371, 'Tanjong Kupang, Johor Bahru', 'Monin folks'), (5144, 1543, 'Johor Bahru, Johore', '@FTsw5 ^_^ Thank you unnie!^_____^ Fighting!^_^'), (5145, 1305, 'Johore, Malaysia', '@rachel_alina @jeffreyparan nasiraan na naman?'), (5146, 1563, 'Johore, Malaysia', 'NEL: no trains from dhoby ghaut to habourfront. Trains rather slow moving. Will stop longer at stations starting from woodleigh.'), (5147, 1560, 'Plentong, Johor Bahru', 'I dreamt of TAYLOR LAUTNER !!!! Weeeee!! ;-)'), (5148, 1564, 'Johor Bahru, Johore', 'On my way to boring school!'), (5149, 1565, 'Singapore', '@Jazpster egg on top?'), (5150, 1566, 'Johor Bahru, Johore', 'Going to NTUC... Grocery shopping... LOL'), (5151, 1548, 'Johor Bahru, Johore', 'Chem lesson till 10~'), (5152, 1112, 'Johor Bahru, Johore', 'I''m at Serangoon Secondary School (Singapore, Singapore) http://t.co/Q7lMjqdc'), (5153, 1567, 'Johore, Malaysia', 'Wahh long time no see, dia sudah hampir jadi :'') (at Khaya Angsana NUS University Town) [pic] — http://t.co/jThX7SI1'), (5154, 305, 'Johor Bahru, Johore', 'I''m at James Cook University http://t.co/xujRhvwO'), (5155, 949, 'Johor Bahru, Johore', 'Accident D: (@ Lentor Ave) http://t.co/bFvlxI08'), (5156, 1543, 'Johor Bahru, Johore', '@loulee93 magandang umaga!^__^'), (5157, 1112, 'Johor Bahru, Johore', 'I''m at C&amp;T Lab @ Serangoon Sec w/ @yaoweicanfly http://t.co/UENLfelh'), (5158, 1551, 'Johore, Malaysia', '@WeLoveYouSarahG sna mgbantay c baby boy.. hehe'), (5159, 1517, 'Johor Bahru, Johore', '@mimymarizd same la..tomorrow bru nk jmpe..tp dia nk jmpe ptg kul 2.45pm'), (5160, 1194, 'Singapore', 'cant stop sneezing :o'), (5161, 1420, 'Johor Bahru, Johore', 'Ock!:) (@ Caltex) http://t.co/MIrM9q5p'), (5162, 1208, 'Johore, Malaysia', 'I''m at West Coast Recreation Centre (Singapore, Singapore) http://t.co/Ofpe1uHg'), (5163, 1120, 'Tebrau, Johor Bahru', 'Paten oh Paten..'), (5164, 1568, 'Johor Bahru, Johore', 'At @fansofchangi — http://t.co/2fyZe9un'), (5165, 1569, 'Johor Bahru, Johore', 'Just left home ngantok pee'), (5166, 1511, 'Johore, Malaysia', 'Effing tired and peeved.. Not a great start 2e day! But m thankful for being blessed w/ another day.. Contradicting? Its e lack of slp! Lol.'), (5167, 1530, 'Johor Bahru, Johore', 'So cold )'':'), (5168, 1044, 'Johore, Malaysia', '"all the best to me!!! Wake-Up, S.L.Y!!!!\n( ̄^ ̄)ゞ…"'), (5169, 1570, 'Plentong, Johor Bahru', 'baru dapat chech in pasal #smaryphone gua tak boleh kesan diri sendiri tadi (@ Uyemura (M) Sdn Bhd) http://t.co/GWnC9sfj'), (5170, 1037, 'Johore, Malaysia', '@annepangan @aytell @chekvillegas @jinkyoliveros @iamgelern @lheandrea -- wow i belong!!! ;)) mwah to all girlfriends ;))) #weruntheworld'), (5171, 1571, 'Senai Kulai, Kulai Jaya', 'Today is our boss last day. :('), (5172, 17, 'Johor Bahru, Johore', '4 person onboard haha.... Nel disruption love u (@ SBS9229A 161) http://t.co/U4RsM6J6'), (5173, 17, 'Johor Bahru, Johore', 'I just became the mayor of SBS9229A 161 on @foursquare! http://t.co/BtsiyH1j'), (5174, 962, 'Johor Bahru, Johore', '@madinaHawa u oready called kak airah?'), (5175, 1543, 'Johor Bahru, Johore', 'Im starting to like Bomi for Minhwan..:D He seemed to like her so much..:D'), (5176, 1572, 'Johor Bahru, Johore', 'Having Breakfast... which i havent had for a long.... longggggggg time (@ RamenPlay / Toast Box) http://t.co/gcZ5MwIr'), (5177, 1573, 'Johor Bahru, Johore', 'Zzz the train machiam ..'), (5178, 1574, 'Johore, Malaysia', '“@MuhaHasan: Because convenience doesn''t preclude kindness..” #eaaaa'), (5179, 1575, 'Johore, Malaysia', 'I''m at Fairfield Methodist School (Secondary) w/ @anaissexay http://t.co/UEaZbfQn'), (5180, 1326, 'Kota Tinggi, Johore', 'I''m at Kueh Bakery http://t.co/6skM1qOV'), (5181, 1576, 'Johor Bahru, Johore', 'I''m at ITE College West w/ @pollutedpanda @cosymossie http://t.co/hS19pw7W'), (5182, 70, 'Johor Bahru, Johore', '@merxhjxmbu good morning. How come you never sleep?'), (5183, 424, 'Johor Bahru, Johore', 'Off to work.'), (5184, 1577, 'Johore, Malaysia', 'Where is @brendafizzy ? (@ Bus stop 10299) http://t.co/UwPkrvDr'), (5185, 1578, 'Kota Tinggi, Johore', 'I''m at Bus Stop 42301 (Former Bt Batok Sec) (Singapore, SG) http://t.co/thkp16GR'), (5186, 1579, 'Johor Bahru, Johore', '@HakimPaisehZeru @ivanallalone @gregoryyanggogi @dydy_kairool no'), (5187, 1580, 'Kota Tinggi, Johore', 'Listening to canon and sleeping in th train omy to kallang for soccer:&gt;'), (5188, 1581, 'Johor Bahru, Johore', 'I''m at Terminal 1 w/ @nanaozu @ulhudaa [pic]: http://t.co/veLyTPHP'), (5189, 1404, 'Johore, Malaysia', '@LalaTheFatNerd 4.30pm =[ Lamer lagi . Asal ? Rindu aku ? *Wink Wink*'), (5190, 1582, 'Johore, Malaysia', '@jaynedraft ROARRRRRRR back (:'), (5191, 1530, 'Johor Bahru, Johore', '@uggene morning!! ^^ have a great day ahead!'), (5192, 1556, 'Singapore', '@syafiqSMS yeah, at 2 - 4 or 5, klu free..'), (5193, 1583, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 16 others http://t.co/CXJkAPHi'), (5194, 1266, 'Johore, Malaysia', '@subtleinsanity "here are 3000 forms to arrange and file, have fun!"\nAnyway, how''s your first few days as ''intern kez''? :)'), (5195, 1561, 'Malaysia', 'มื้อเช้า (with Santi at Coca-Cola - HaadThip Public Company Limited) — http://t.co/xMtJcE5l'), (5196, 1120, 'Tebrau, Johor Bahru', '@ikawonG fuyyyyooooo! Tahniah, boleh mengurangkan berat badan..heheh'), (5197, 1301, 'Johore, Malaysia', '@moneyfaced_ Aww thank you:D'), (5198, 1543, 'Johor Bahru, Johore', '@chungxuan magpakabait ka ha?!umuwi ka lang lagi sa dorm!:D'), (5199, 1404, 'Johore, Malaysia', '@AyeeDynamica Thats sad . =['), (5200, 1584, 'Johore, Malaysia', 'Planned to reach client''s placr at 930 n im so early.'), (5201, 1585, 'Kota Tinggi, Johore', 'I''m at Changi General Hospital (CGH) (Singapore, Singapore) w/ 2 others http://t.co/Aw2CYiiS'), (5202, 1120, 'Tebrau, Johor Bahru', 'Apa nama lagu AXL ni?'), (5203, 1586, 'Plentong, Johor Bahru', 'morning'), (5204, 70, 'Johor Bahru, Johore', '@merxhjxmbu haish. Say only soon eh you liar.'), (5205, 1343, 'Johor Bahru, Johore', 'Instead of a weding gift registry, here''s an idea, how about a honeymoon registry? http://t.co/zevAfiDH via @MotherNatureNet'), (5206, 70, 'Johor Bahru, Johore', '@hxnnybee thanks yo!'), (5207, 1587, 'Plentong, Johor Bahru', 'Ahhh siamah aink rek molRge hayoh wee ngaganggu....'), (5208, 88, 'Johor Bahru, Johore', 'i love #TheFellingiget when my phone is ringing and it is from you &lt;3'), (5209, 1588, 'Johor Bahru, Johore', 'Walking to sch (@ Blk 730, Yishun) http://t.co/Y3ehQGCg'), (5210, 1420, 'Johor Bahru, Johore', 'I''m at Springfield Secondary School (Singapore, Singapore) http://t.co/wjk98UaW'), (5211, 200, 'Kota Tinggi, Johore', '@Yuantingg rebound loh!'), (5212, 1037, 'Johore, Malaysia', '@annepangan @aytell @chekvillegas @jinkyoliveros chempre ako lang ang may malaking pepe! Irespeto nyo ako :))))))))'), (5213, 1589, 'Kota Tinggi, Johore', 'Assalamualaikum ! Goodmorning . Im awakeee (: http://t.co/90mp2GUL'), (5214, 1590, 'Johor Bahru, Johore', 'I need body massage http://t.co/w0QvxJ3v'), (5215, 1591, 'Johor Bahru, Johore', 'I just ousted @sgjl as the mayor of Jurong Police Divisional Headquarters on @foursquare! http://t.co/KAApQ2xD'), (5216, 1591, 'Johor Bahru, Johore', 'I''m at Jurong Police Divisional Headquarters w/ @sgjl http://t.co/DVJ6YpJ2'), (5217, 1091, 'Johore, Malaysia', 'It''s not funnny having to argue early morning. Is it fun making someone cry early morning? MML!'), (5218, 1592, 'Johor Bahru, Johore', ':-)'), (5219, 1593, 'Johor Bahru, Johore', 'I''m at ITE College Central (Yishun Campus) (Singapore, Singapore) w/ 2 others http://t.co/e7FnUbqR'), (5220, 1300, 'Johor Bahru, Johore', 'LadyGaga wiol be the first to use the MOA arena.. Shocks..'), (5221, 1594, 'Johore, Malaysia', '@meheartsanta lol, u got sign up GPRS where will poor connection! Don''t upload under tunnel in train though! I noe u like taking train alot!'), (5222, 1595, 'Johor Bahru, Johore', 'Oh oh'), (5223, 1574, 'Johore, Malaysia', 'Is there any other more serious issue in this Country rather than MRT disruption?'), (5224, 1596, 'Johore, Malaysia', 'I''m at United Square (Singapore, Singapore) http://t.co/2MgRYPPB'), (5225, 1597, 'Johore, Malaysia', 'Insisting on continuing and knowing your gonna get fucked over is not courage. It''s stupidity'), (5226, 1179, 'Johore, Malaysia', 'I''m at ITE College Central (Balestier Campus) (Singapore, Singapore) http://t.co/99n2OTq6'), (5227, 1391, 'Plentong, Johor Bahru', 'I''m at PPD Pasir Gudang http://t.co/Q3bsMq13'), (5228, 1594, 'Johore, Malaysia', '@meheartsanta ahahaha, so cute what!'), (5229, 1598, 'Johore, Malaysia', 'I''m at The Implant And Oral Surgery Centre @ Camden http://t.co/8s5xKPpk'), (5230, 1599, 'Johore, Malaysia', 'I''m at Buona Vista MRT Interchange (EW21/CC22) (Singapore, Singapore) w/ 4 others http://t.co/0aCuG9O2'), (5231, 697, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 2 others http://t.co/VSjjLHcO'), (5232, 1600, 'Johor Bahru, Johore', 'Train accident in #Singapore for the first time that I know of!'), (5233, 1601, 'Plentong, Johor Bahru', 'I''m at Balai Bomba Johor Bahru http://t.co/VPo7tbqb'), (5234, 1522, 'Johor Bahru, Johore', 'Today''s weather is even better! Still as cool, but dry!'), (5235, 458, 'Malaysia', '@PPrimo_cUte ปวดท้องเหมือนกันแฮะ'), (5236, 275, 'Johor Bahru, Johore', 'Just had my medication. (@ Chloe''s Kitchen) http://t.co/sHeymAir'), (5237, 1602, 'Johore, Malaysia', 'Nothing much to look forward except to move out..now I understand how u feel bro..'), (5238, 1327, 'Johore, Malaysia', '@Sya_miza kat bndung brpa hari mz? Puncak best x?'), (5239, 1603, 'Johore, Malaysia', 'I''m at Tangs Plaza http://t.co/Q3MOiMaK'), (5240, 45, 'Johore, Malaysia', 'Goshhh. My fingers are kind of numb :( shall reply all texts when I get down e bus :('), (5241, 1604, 'Johor Bahru, Johore', 'Keep your eyes, open...'), (5242, 1120, 'Tebrau, Johor Bahru', 'Sabar sabariah.'), (5243, 70, 'Johor Bahru, Johore', '@merxhjxmbu hais okay la. Talk to you later.'), (5244, 1605, 'Johore, Malaysia', 'I''m at Rise (Singapore) http://t.co/j2FJXpQo'), (5245, 1301, 'Johore, Malaysia', '@moneyfaced_ Okay'), (5246, 1554, 'Tebrau, Johor Bahru', 'Med.check-up (@ Hospital Sultan Ismail, Johor Bahru) http://t.co/7PKBaspc'), (5247, 1606, 'Johor Bahru, Johore', 'I''m at NCS Hub (Singapore) w/ 3 others http://t.co/hgg14TXR'), (5248, 1571, 'Senai Kulai, Kulai Jaya', 'He''s not wearing our uniform today. And packing his stuff.'), (5249, 1573, 'Johor Bahru, Johore', 'I have no chance of entering the mrt'), (5250, 1607, 'Johore, Malaysia', '@SandraSupreme shy laaa :p'), (5251, 1603, 'Johore, Malaysia', 'I''m at Tangs Ochard Staff Lounge http://t.co/hksDNZNw'), (5252, 1608, 'Malaysia', '@HormigaTubtim โอ้! ค่อยยังชั่ว~ ^^'), (5253, 1609, 'Plentong, Johor Bahru', 'I''m at Nusantara 707 Travel Services (Johor Bahru, Johor) http://t.co/uMK2df0I'), (5254, 1556, 'Singapore', '@syafiqSMS semua siapa?'), (5255, 1120, 'Tebrau, Johor Bahru', 'Apakah maksud perkataan canai dalm bahasa melayu?'), (5256, 1610, 'Johore, Malaysia', 'http://t.co/0KbXhbBM'), (5257, 72, 'Johor Bahru, Johore', '@anicohannamg sorry poh.. Hahah!'), (5258, 697, 'Johor Bahru, Johore', 'I''m at KFC (Singapore) http://t.co/SbFr13IS'), (5259, 1300, 'Johor Bahru, Johore', '@JicaJesEca eto im ok nmn.. Buti mabilis nanadjustmentnq.. Hehe.. Uo nmn kipointatz lng... Galingan ntn.. Heeehe'), (5260, 1611, 'Johore, Malaysia', 'RT @STcom: No NEL train service between Dhoby Ghaut, HarbourFront http://t.co/3v0CxscC'), (5261, 1612, 'Johor Bahru, Johore', 'I''m at Junyuan Secondary School (Singapore, Singapore) w/ 3 others http://t.co/ceaxhKzL'), (5262, 1610, 'Johore, Malaysia', 'http://t.co/RgxPDE8M'), (5263, 69, 'Johore, Malaysia', 'stengah gaji gone in one hour. :'') beli brg dapur,rokok,sarapan.. :'')'), (5264, 88, 'Johor Bahru, Johore', 'i miss my johanz lol....'), (5265, 1301, 'Johore, Malaysia', '@sskapa_unicorns LOL i lost your number.'), (5266, 1610, 'Johore, Malaysia', 'http://t.co/cNRMQG9Q'), (5267, 1613, 'Johore, Malaysia', 'I''m at Playground @blk 22 http://t.co/wHJiJQX1'), (5268, 1614, 'Johore, Malaysia', 'I love Your miracles signs and wonders, I want more of Your presence and an encounter with Your very Personhood. Come Holy Spirit! #ki2012'), (5269, 1550, 'Johor Bahru, Johore', 'I''m at Lakeside MRT Station (EW26) (Singapore, Singapore) w/ 3 others http://t.co/jVFlu2A6'), (5270, 70, 'Johor Bahru, Johore', 'Good morning! Off to KTPH.'), (5271, 1615, 'Singapore', '@tiffcorregidor okokie!! i''ll reply you in a while!! :)'), (5272, 1608, 'Malaysia', '@Creammy_TPK 55 ทำอะไรอยู่จ๊ะน้อง?'), (5273, 1616, 'Johore, Malaysia', '@aisyaharffn ya, insensitive like when they keep your flash drive for months?'), (5274, 1610, 'Johore, Malaysia', 'I just ousted @lkloveislouder as the mayor of Ngee Ann Polytechnic (NP) on @foursquare! http://t.co/o3uyWcRw'), (5275, 1617, 'Malaysia', 'Good morning #twitter'), (5276, 1327, 'Johore, Malaysia', '@Sya_miza tu pasal mz bnyk negeri akak prgi still love indo mkn best n their hospitality'), (5277, 1618, 'Tebrau, Johor Bahru', 'Jpj test! (@ Pusat Latihan Memandu Intensif (PLMI) w/ @adharose) http://t.co/EpyxFDG8'), (5278, 1003, 'Plentong, Johor Bahru', 'Untungla opis 3 min bule sampai'), (5279, 1091, 'Johore, Malaysia', 'Just SU and LMA!'), (5280, 313, 'Johor Bahru, Johore', 'Aka...What A Life'), (5281, 1619, 'Johore, Malaysia', 'ギリギリセーフ!遅刻しちゃダメだ。'), (5282, 1559, 'Johor Bahru, Johore', '@icohperello nagpass ka? Hehe. Ok. Lets start again.'), (5283, 1543, 'Johore, Malaysia', '@shojem05 HAHAHAHA!!! Di nga?!:O bakit pedobear????'), (5284, 1543, 'Johore, Malaysia', '@loulee93 hehehe!'), (5285, 1620, 'Johor Bahru, Johore', 'I''m at Fitness First (Singapore, Singapore) http://t.co/qD4K4kpD'), (5286, 69, 'Johore, Malaysia', 'haidil nan kakak maintain lah sial mintak aku duit jajan! abeh aku nk blanja ape ni mcm?!?!? hahaha'), (5287, 1621, 'Johore, Malaysia', 'I''m at Marina Bay Sands (Hotel) (Singapore, Singapore) http://t.co/WmiMKCPo'), (5288, 1472, 'Singapore', '@ShakRoRo @Ruiiroro u are not.. but after u being squeeze u will become one. hahahaa!!'), (5289, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff of course! Siapa lebih handsome? Drake kan? MESTILAH DRIZZY DRAKE XD *sorry lambat, solat dhuha kejap tadi'), (5290, 1622, 'Johore, Malaysia', 'ようやく部屋に入れた。。。 (@ Novetel Hotel) [pic]: http://t.co/eMJMD904'), (5291, 1623, 'Plentong, Johor Bahru', '"@tajam_alya: ceria dunia hari ni .. hahahaha -&gt;“@alyatajam: Selamat pagi dunia”" iya iyaaaalaaahh hihihi'), (5292, 1624, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore) http://t.co/3R6EyVjQ'), (5293, 938, 'Johor Bahru, Johore', 'Gonna forget about all the sadness yesterday ~ wanna have fun in school to release my sadness'), (5294, 1625, 'Johore, Malaysia', 'I''m at 28 Kallang Place (Kallang, Singapore) http://t.co/GzwW4iFj'), (5295, 1305, 'Johore, Malaysia', '@MissCuerdo work mommy tsaka napapatambay sa bahay.'), (5296, 672, 'Johor Bahru, Johore', 'Early morning just wake up already kena whack ! Knn !'), (5297, 147, 'Johor Bahru, Johore', 'Why does it still hurts :/ (@ Shazlyn''s Crib &lt;3) http://t.co/TRmVGoh8'), (5298, 1626, 'Johor Bahru, Johore', 'Flu D:'), (5299, 1517, 'Johor Bahru, Johore', '@mimymarizd esok pg sbb nad ptg so smpat la kalo nk blk pg esk ;)'), (5300, 1326, 'Kota Tinggi, Johore', 'I''m at Yellow Pages Building (Singapore) http://t.co/WIobgpSj'), (5301, 69, 'Johore, Malaysia', 'bersyukur lah aku at least belikan kakak rokok,haidil makan.. hais. kasi sikit nk bnyk. =.='), (5302, 1405, 'Johor Bahru, Johore', 'My hair super sayian mode again. HAHA.'), (5303, 1091, 'Johore, Malaysia', 'YOSTMMSAYOWRBOTPSIGY.WASLIAHN!'), (5304, 354, 'Johore, Malaysia', '@_spike08_ @powerfartgurl @lgtitular @poydavid @hypermarvs @hagardhagrid grabe! #AlamNa tuloy tuloy ang wet at talsikan hanggang umaga!'), (5305, 1266, 'Johore, Malaysia', '@subtleinsanity lolol, it is the little things; like the hard liquor in the pantry fridge with a stickie that says ''not for you'''), (5306, 1037, 'Johore, Malaysia', '@annepangan @aytell @chekvillegas @jinkyoliveros gaga!!! nasa batok ang pepe ko at nasa braso!!!!!!!! Ito kung ano ano iniisip mo!!!'), (5307, 88, 'Johor Bahru, Johore', 'Ya Allah lps makan ni rasa ngntuk la pulak... seriously, i can''t sleep last night... can''t stop thinking bout him'), (5308, 640, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) http://t.co/q26uIbDZ'), (5309, 1627, 'Johore, Malaysia', 'Magnetic nails polishes... http://t.co/Z8fEzl80'), (5310, 1543, 'Johore, Malaysia', 'I REALLY WANT TO BE WHERE YOU ARE..T_T @chungxuan'), (5311, 1003, 'Plentong, Johor Bahru', 'tumb in pastu kuar alek hoho'), (5312, 1517, 'Johor Bahru, Johore', '@suhailisumar ko dah la xde lemak mkin kuruih la nnt ;p'), (5313, 1628, 'Johore, Malaysia', 'I''m at Genneva @ Orchard Tower Rear Blk http://t.co/8fyi8cvC'), (5314, 1629, 'Johore, Malaysia', 'I''m at Clementi Town Secondary School (Singapore, Singapore) http://t.co/R3q6NoKz'), (5315, 1339, 'Johor Bahru, Johore', '@Angelaoinky Douglas see Kai cong'), (5316, 531, 'Johore, Malaysia', 'The mrt take so long to fucking close a door every stops -.- damn smrt !'), (5317, 980, 'Johor Bahru, Johore', 'I''m at Blk 404 BBQ Pit http://t.co/zKQaC8kI'), (5318, 948, 'Johore, Malaysia', 'U''d been v quiet again :('), (5319, 1630, 'Johore, Malaysia', 'Wtf. Somebody is already pissing me off early in the morning.'), (5320, 1631, 'Johore, Malaysia', 'I''m at Jurong East Temporary Bus Interchange (Singapore, Singapore) http://t.co/EXAxidI8'), (5321, 1632, 'Johore, Malaysia', 'MAMBO. @teepeeenn @deborahng @ Mambo Jambo http://t.co/m2rk9tfx'), (5322, 1094, 'Plentong, Johor Bahru', 'Alhamdulillah !!'), (5323, 1633, 'Johore, Malaysia', 'Mrt purple line http://t.co/sHBYUWKR'), (5324, 1634, 'Pulai, Johor Bahru', '@Kidofidodido ALAAAAAAAAAAAA APE BENDAAAAAAAA'), (5325, 1635, 'Johore, Malaysia', 'adaptability: change, or be changed'), (5326, 1629, 'Johore, Malaysia', 'I''m at Clementi Town@HALL http://t.co/CIAQaALR'), (5327, 69, 'Johore, Malaysia', 'oh aku blum tido dari smalam. mata zombi.. btw good morning! lama tak rasa suasana pagi!'), (5328, 1532, 'Johore, Malaysia', 'Haha 1st to reach the office'), (5329, 593, 'Johor Bahru, Johore', '@HuiminVenusie @itsfated09 both of you what time go down later?'), (5330, 313, 'Johor Bahru, Johore', 'Wtf..... Fb sot sot http://t.co/agEQn0wt'), (5331, 1047, 'Plentong, Johor Bahru', 'Can we fall one more timeee? Stop the tape and rewind oh. #1Dlyrics'), (5332, 1636, 'Johor Bahru, Johore', '@JJayLin :/ &gt; :| &gt; :)'), (5333, 1305, 'Johore, Malaysia', 'Can''t concentrate on work dahil sa sobrang kaantukan! :''('), (5334, 72, 'Johor Bahru, Johore', '@anicohannamg yeapp.. Dahil dito nagmumukang isip bata ako eh. Haha.. Zz.. Pero kasi ansaya ! Lalona''t alam kong ive been there, done that.'), (5335, 1637, 'Johore, Malaysia', 'Day 2. (@ Delta House) http://t.co/iQTSP03i'), (5336, 1404, 'Johore, Malaysia', '@LalaTheFatNerd ;S'), (5337, 1205, 'Johore, Malaysia', 'Omfg you needa shut up...'), (5338, 1638, 'Johor Bahru, Johore', 'On my way to work (@ SMRT Buses: Bus 961) http://t.co/594LkHdG'), (5339, 1543, 'Johore, Malaysia', '@chungxuan WHERE ARE YOU?:( I MISS YOU.'), (5340, 1639, 'Johore, Malaysia', 'Times: In today''s global business community, knowledge is power, timing is critical and context is everything.'), (5341, 1627, 'Johore, Malaysia', 'Mummy alway bought me awesome surprise... http://t.co/yed04yRT'), (5342, 1037, 'Johore, Malaysia', '@annepangan @aytell @chekvillegas @jinkyoliveros chige pag nakalabas ako ng 6pm.'), (5343, 1640, 'Johor Bahru, Johore', 'I''m at Canberra Secondary School (Singapore, Singapore) http://t.co/4UTzUbKC'), (5344, 1191, 'Johore, Malaysia', 'I just ousted Guojun T. as the mayor of King Avocado @ Alexandra Village on @foursquare! http://t.co/a35ko1DP'), (5345, 1641, 'Johore, Malaysia', 'I''m at Academy Of Singapore Teachers (AST) (Singapore) http://t.co/TmUcERkd'), (5346, 1075, 'Johor Bahru, Johore', 'I''m at Northland Secondary School (Singapore, Singapore) http://t.co/Tlf04EnB'), (5347, 1502, 'Johore, Malaysia', '@micklefickle WALAU HERE I LOOK LIKE GROUNDNUT LA'), (5348, 1120, 'Tebrau, Johor Bahru', '@ikawonG oh ye ke? Harap x kurus mcm bini popeye..hehhe'), (5349, 1642, 'Johor Bahru, Johore', 'Epic set up is epic http://t.co/xcmG8uQY'), (5350, 1191, 'Johore, Malaysia', 'I just ousted Guojun T. as the mayor of GNC LiveWell on @foursquare! http://t.co/vyuIHZ6E'), (5351, 88, 'Johor Bahru, Johore', 'i hope he''s not getting mad with me... i don''t mean it okey bro... ;''('), (5352, 1643, 'Johor Bahru, Johore', 'Morning peepoes (;'), (5353, 1091, 'Johore, Malaysia', 'Beribu sesalan. =''('), (5354, 1644, 'Johore, Malaysia', '@iamjober let''s play. - username - -MrsCharity'), (5355, 1559, 'Johor Bahru, Johore', '@icohperello hahaha. Hirap nga nyan. I understand. lol'), (5356, 1405, 'Johor Bahru, Johore', 'KAMEHAMEHAAAAA. &gt;:D'), (5357, 1645, 'Malaysia', '@tine221092 อื้ม ลูกกะตาเลย ยังไม่ได้หาหมอเลย กลัวๆๆๆๆ'), (5358, 1543, 'Johore, Malaysia', '@shojem05 oh..:D ahahahaha!!!!mamá na pala si minan..:/ mukha kc sila magkaedad..'), (5359, 1646, 'Johore, Malaysia', 'Long journey to ofc became longer.. #notrainservicefrdhobytoharbourfront #Again!'), (5360, 1647, 'Malaysia', 'I''m at โรงจอดรถแฟลต http://t.co/9tFQ8feT'), (5361, 1648, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore) http://t.co/1V7h2Cwx'), (5362, 1649, 'Johor Bahru, Johore', 'waiting alone!'), (5363, 1650, 'Johor Bahru, Johore', 'I''m at Serangon MRT Station http://t.co/yYfLOqlB'), (5364, 1603, 'Johore, Malaysia', 'I''m at BeautyHall L1 @ Orchard Tangs http://t.co/rZwPpkdi'), (5365, 1594, 'Johore, Malaysia', 'Not shuttle bus, is Saviour bus already! Got so many policemen escorting them at dhoby ghaut! http://t.co/fTmoJQvl'), (5366, 1643, 'Johor Bahru, Johore', 'I lost my tumblr account sia ):'), (5367, 1651, 'Johore, Malaysia', 'In school (@ Touch Youth Learning Centre) http://t.co/Nnr2Y7k2'), (5368, 1517, 'Johor Bahru, Johore', '@suhailisumar amek la.ak dh terlebih2 dah ni.. kan best kalo kurus cm ko..'), (5369, 1634, 'Pulai, Johor Bahru', 'Hahahaha bila dia cerita pasal kutu terus aku geli dengan budak tuhh @@'), (5370, 1603, 'Johore, Malaysia', 'I''m at Guerlain Boutique Counter @ TANGS Orchard http://t.co/97DW9aKT'), (5371, 1627, 'Johore, Malaysia', 'I am still thinking but if I bought her home... I might not have time for her... http://t.co/JOfcR2za'), (5372, 1652, 'Johor Bahru, Johore', 'I''m at Hitachi Square http://t.co/kfztILhm'), (5373, 1643, 'Johor Bahru, Johore', '@_CookieMonstah_ rawrzxc'), (5374, 1653, 'Johore, Malaysia', 'REMEDIAL BUT WHERE''s MR TOH o.O (@ Temasek Secondary Class 205 :D) http://t.co/cuwoTQ6g'), (5375, 1654, 'Johor Bahru, Johore', 'I''m at Bukit View Secondary School w/ @spadeofhades http://t.co/6imlR5SJ'), (5376, 1600, 'Johor Bahru, Johore', 'Looks like the whole Singapore travels by train and there is no space for 2 feet!!! 6th train to pass by and still struggling to get in!'), (5377, 1543, 'Johore, Malaysia', 'May traspo strike sa pinas?:o sana dito din!:p #nangarap'), (5378, 1649, 'Johore, Malaysia', 'its 9 already! Mr Tang haven''t reach.'), (5379, 1630, 'Johore, Malaysia', 'Kau nak buat camp kau buat sendiri la cb.'), (5380, 1405, 'Johor Bahru, Johore', 'Dragon Ball Z is still the most awesome shit. It made my childhood awesome. :D'), (5381, 1305, 'Johore, Malaysia', '“@iemaldia: Beware! Dangerous but Sweet. http://t.co/q9mz8wSJ” kulit tala ng picture na to!'), (5382, 1643, 'Johor Bahru, Johore', 'It''s 9AM! Okay.'), (5383, 1655, 'Johore, Malaysia', 'wake up too early, thanks to my throat pain :x'), (5384, 1656, 'Johore, Malaysia', 'I''m at HAIXIN''s Bed http://t.co/jKVaqxQL'), (5385, 1657, 'Senai Kulai, Kulai Jaya', 'I''m at FKM UTM (Johor Bahru, Johor) w/ 2 others http://t.co/HldnyX7q'), (5386, 1229, 'Johor Bahru, Johore', '@ATJY lol I got a p too but its present!.'), (5387, 1047, 'Plentong, Johor Bahru', 'That feeling when I ask Allah for guidance.'), (5388, 1658, 'Johore, Malaysia', 'I just became the mayor of 96D Jalan Senang on @foursquare! http://t.co/KPLfvZBi'), (5389, 1658, 'Johore, Malaysia', 'Work (@ 96D Jalan Senang) http://t.co/vnESYvNh'), (5390, 1659, 'Malaysia', 'วันนี้ไหว้พระพรหมครับ (@ Kimberly-Clark. Safeskin Thailand) [pic]: http://t.co/ma4GITex'), (5391, 281, 'Johor Bahru, Johore', 'I''m at Blk 404 Fajar Road (Singapore, Singapore) http://t.co/nEppQkut'), (5392, 1660, 'Johor Bahru, Johore', 'I''m at Westwood Ave Westville http://t.co/oLYCsS0o'), (5393, 1661, 'Johor Bahru, Johore', 'I just ousted Shahrin I. as the mayor of Blk 803 Yishun Ring Road on @foursquare! http://t.co/uUeJQjMo'), (5394, 1662, 'Johore, Malaysia', 'I''m at Bus stop 84119 @ Bedok South http://t.co/67QCmHqq'), (5395, 1663, 'Malaysia', 'Thx u RT @MissMarchelle: ♥RT @tikasiskatoday: Makasiiii RT @MissMarchelle: Happy bday @simonpurbababa partner of @tikasiskatoday Gbu'), (5396, 1363, 'Johor Bahru, Johore', '@XifyII transport minister'), (5397, 1661, 'Johor Bahru, Johore', 'I just ousted @sanjaytyseng as the mayor of Khatib Jetty on @foursquare! http://t.co/X4zFXL3p'), (5398, 1433, 'Johor Bahru, Johore', '@isabelleORtea tama!!ksalanan yn ng manager nya and also her dpt d xa punapayag ng gnyn.my patattoo2 pa xa..tlg lng ha hehe'), (5399, 1664, 'Malaysia', '@Ievrajiv haha...kmu itu trukk!!'), (5400, 1665, 'Plentong, Johor Bahru', 'Tweet me if I haven''t follow u.\nAct #likeanartist'), (5401, 1661, 'Johor Bahru, Johore', 'I just ousted Muhamad Z. as the mayor of Blk 800 Yishun Ring Road on @foursquare! http://t.co/PFRbrYlM'), (5402, 1635, 'Johore, Malaysia', 'the last time SMRT forget to indent cable ties.. this time round, SBST forget to buy batteries??? #whatcanbedonein6hours'), (5403, 1663, 'Malaysia', 'Thx u RT @dariagumulya: Wow! Happy belated bday, sim! RT @tikasiskatoday: Happy birthday for you, my @simonpurbababa. Wish u all the best'), (5404, 1120, 'Tebrau, Johor Bahru', 'Tipulahhh. Kau ni main hembus je "@EnchekSaril: Tebar kot. RT "AdaApaDgnDauz: Apakah maksud perkataan canai dalm bahasa melayu?""'), (5405, 1666, 'Johor Bahru, Johore', 'I''m at Bus Stop 54081 (Teck Ghee Court) (Singapore) http://t.co/rFsZSTzs'), (5406, 1363, 'Johor Bahru, Johore', 'Finally reached serangoon sweaty zzz.. Tuck yew la'), (5407, 1667, 'Johore, Malaysia', 'Russell Survey Indicates Wide Disparity between Advisors and Their ... http://t.co/zVfWGDxV #investing'), (5408, 1631, 'Johore, Malaysia', 'I''m at Jurong Regional Library (Singapore) http://t.co/hRYxj0Zd'), (5409, 1668, 'Johore, Malaysia', 'Fresh fruits and a small box of chocholate in my room :) #instagram #in @ Hotel Inter-Continental Singapore http://t.co/lC2ARM0X'), (5410, 1047, 'Plentong, Johor Bahru', 'And when is this following limit going to end?! :( I want to follow people back. #teamfollowback'), (5411, 1645, 'Malaysia', 'เครียด!!!! กลัวตาบอด!?!'), (5412, 1669, 'Johor Bahru, Johore', 'I''m at Anderson Secondary School (Singapore, Singapore) http://t.co/BWt8l5iH'), (5413, 72, 'Johor Bahru, Johore', '@anicohannamg eh kasi naman, pinatulan ako eh.. Bahala na kung magmuka akong bata, basta dimatatalo:) haha ive got cool proofs! Sry tlga ah!'), (5414, 962, 'Johor Bahru, Johore', '@madinaHawa ya i called cnnt get thru'), (5415, 69, 'Johore, Malaysia', 'mendak pe tkde org nk bobal nan aku.. sombongnya korang pagi2 buta gini..'), (5416, 965, 'Johor Bahru, Johore', 'WZH~'), (5417, 1670, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange (Singapore) w/ 2 others http://t.co/v8uqqQXg'), (5418, 1556, 'Singapore', '@syafiqSMS yeah, abg popular, susah sikit nk ajak..'), (5419, 56, 'Johor Bahru, Johore', 'Selamat pagy semua &lt;3'), (5420, 1283, 'Johore, Malaysia', 'Serious?! RT @sSiangchong: Wow. Tan Jia YAN is smoking now!?'), (5421, 1671, 'Johore, Malaysia', 'I''m at Alexandra Road (Singapore) http://t.co/GX9NVSyc'), (5422, 1096, 'Malaysia', 'ทำงาน (@ Narathiwat Airport (NAW) ท่าอากาศยานนราธิวาส) [pic]: http://t.co/OT7EbZAo'), (5423, 1630, 'Johore, Malaysia', 'We wanted to plan earlier but like the teachers were the one who keeps delaying it. Setan.'), (5424, 1672, 'Johore, Malaysia', 'วันนี้สอบอีกแล้ว'), (5425, 1673, 'Johor Bahru, Johore', 'I''m at Bus Stop 54221 (opp Ang Mo Kio Primary School) (Singapore, Singapore) http://t.co/idZV2SNB'), (5426, 167, 'Johor Bahru, Johore', 'Art again. Sigh'), (5427, 1594, 'Johore, Malaysia', '@teresawuu @MICHSEZ I''m not tiko! I''m hamsup! ;D~'), (5428, 1674, 'Johor Bahru, Johore', '@pranswa4 aq nmn kung san pede humingi ng kahoy panggatong namin..hahaha'), (5429, 1675, 'Johore, Malaysia', '@fluffywaffle ☀good day! ☀ enjoy!'), (5430, 354, 'Johore, Malaysia', '@_spike08_ tuloy tuloy n emo ito! #umeentrylang ? Di nga? Hmmmmm'), (5431, 1676, 'Johore, Malaysia', 'Zombie in action!'), (5432, 88, 'Johor Bahru, Johore', 'i HATE the feeling when i call him &amp; "The Number you have dialed is currently busy, please try again later"aku mcm nk cmpak sape yg call dia'), (5433, 362, 'Johore, Malaysia', 'Awake ! My laziness is fucking bullshit . I get lazier and lazier every day .'), (5434, 362, 'Johore, Malaysia', 'Shall bath now . Bye .'), (5435, 1677, 'Johor Bahru, Johore', 'I''m at ZHSS AVA Room http://t.co/Nw0p00gF'), (5436, 1530, 'Johor Bahru, Johore', 'What time meeting later on??'), (5437, 1630, 'Johore, Malaysia', 'And in the first place, I''m not the camp OIC for the sec 1 combine UG camp what.'), (5438, 1472, 'Singapore', 'Alice bo lai ah??'), (5439, 1040, 'Johore, Malaysia', '@joseph_selva It is ok !'), (5440, 1363, 'Johor Bahru, Johore', '@cindyh_xy Lol its hogwarts lei... U need a wand and the special will be revealed.'), (5441, 1678, 'Johore, Malaysia', 'I''m at SSH Corporation Ltd. http://t.co/jUrUyTPC'), (5442, 1530, 'Johor Bahru, Johore', 'What time meeting later on? @Lovedrugss'), (5443, 1679, 'Johore, Malaysia', 'Bz morning shift but got time to tweet! Lol..morning sunshine!! (:'), (5444, 1472, 'Singapore', '@JGshock annyeong Oppa !!!!'), (5445, 1680, 'Plentong, Johor Bahru', '#Gmorning!'), (5446, 1681, 'Johor Bahru, Johore', 'I''m sorry for everything; all that i did wrong.'), (5447, 1682, 'Johore, Malaysia', 'Having breakfast now^^gonna leave house soon to go hougang alone!'), (5448, 1601, 'Plentong, Johor Bahru', 'I''m at Akademi JPJ (Johor Bahru, Johor) http://t.co/HnsfZp1b'), (5449, 1683, 'Johor Bahru, Johore', 'So cold now ~'), (5450, 1684, 'Senai Kulai, Kulai Jaya', 'I''m at D10 (Johor Bahru, Johor) http://t.co/uXnhG95p'), (5451, 281, 'Johor Bahru, Johore', 'I''m at Bus Stop 44241 (Opp Lompang Road) (Singapore) http://t.co/7BUYLDhx'), (5452, 1685, 'Johore, Malaysia', 'Purple line down early in the morning? That''s what I heard from 2 ladies beside me.'), (5453, 1680, 'Plentong, Johor Bahru', 'Awesome Holy Spirit breakout session last night!'), (5454, 1686, 'Johore, Malaysia', '@RowdyBec tell me how you got into MMA? I''m based in Singapore training at Evolve MMA, but they don''t take their students too serious, ideas'), (5455, 1687, 'Senai Kulai, Kulai Jaya', 'I''m at Faculty of Chemical Engineering, Universiti Teknologi Malaysia http://t.co/mY5Na9Tv'), (5456, 1688, 'Johor Bahru, Johore', 'I''m at Sembawang MRT Station (NS11) (Singapore, Singapore) w/ 5 others http://t.co/dAMLVpFf'), (5457, 1676, 'Johore, Malaysia', '@chongtingting yea that is true!'), (5458, 965, 'Johor Bahru, Johore', '#np Rossa &amp; Taufik Batisah - Aku Bersahaja'), (5459, 1037, 'Johore, Malaysia', '@chekvillegas @annepangan @aytell @jinkyoliveros dumating na ba si merlat jinkidoo???'), (5460, 605, 'Pulai, Johor Bahru', '@izamrain aku da abis da. Hehe ang intern mane? Penang ke?'), (5461, 1689, 'Kota Tinggi, Johore', 'Blink blink.. Thursday already... :D'), (5462, 1690, 'Johor Bahru, Johore', '@jajareynoso hahaha! Uu! Sabi naman last time babantayan ka namin sa mid month.Hanggang next week!@melsckie @teresaermita @chechebureche16'), (5463, 935, 'Johor Bahru, Johore', 'Relationships aren''t perfect. What''s perfect is that you and I can go through anything and still stand strong together.'), (5464, 1691, 'Johore, Malaysia', 'Huat ah? (@ Sands Casino) http://t.co/uVhE3fu8'), (5465, 1630, 'Johore, Malaysia', 'Setan sia. What did I fucking do? if you think you know how to plan a camp, then plan it yourself la.'), (5466, 458, 'Malaysia', '@hong_sw ฮ่าๆๆๆ'), (5467, 33, 'Johor Bahru, Johore', '@TKPliciouness lol so good ... sit there got money . Only tired !'), (5468, 1664, 'Malaysia', 'Intro to Engineering...lecturer comel..ok smngt! Hahaha http://t.co/HFRA9s9A'), (5469, 965, 'Johor Bahru, Johore', '@aqibMarshal la..pepagi da frustrated ke? senyum2! (^__^)'), (5470, 69, 'Johore, Malaysia', '@maryisonfire hai mariana! selamat pagi! :P salam satu singapore!'), (5471, 458, 'Malaysia', '@Giift_sugar ใช่ๆๆ // ตอบช้ามากเลยเนอะ T^T'), (5472, 72, 'Johor Bahru, Johore', '@anicohannamg grrr!!!! \n\n\nHaha.... Cge na nga! Dahil kaibigan ka nya! Haaha.. Pero once na kumalas sya, game ulet ako dyan:) hahah!'), (5473, 1692, 'Tebrau, Johor Bahru', 'Electron-ic, harap2 ko adik beradik dengan Megatron &amp; Optimus Prime. barulah senang nak jawab kuiz nt.. =.="'), (5474, 1693, 'Johore, Malaysia', 'Morning Bfast! 2 Hashbrowns only.. @ Mc Donalds @ KKH http://t.co/PZQjXBaf'), (5475, 1694, 'Johor Bahru, Johore', '@bensohhh vodka glazed venison. Oh heaven!'), (5476, 1695, 'Johore, Malaysia', 'On course for tdy.. Please be good. @ Sony Ericsson @ SLF Building http://t.co/XpICWLvl'), (5477, 1683, 'Johor Bahru, Johore', 'Having piano lesson, so tired right now'), (5478, 1696, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) (Singapore, Singapore) w/ 13 others http://t.co/4gxRJK61'), (5479, 1124, 'Johore, Malaysia', '@powerfartgurl @darcheinjhel @specialistjoe @maan_taj @poydavid @lgtitular @hagardhagrid @tagofabic @sheelz_wb @marcoangara gud am'), (5480, 354, 'Johore, Malaysia', '@_spike08_ hahaha, galeng mo'), (5481, 458, 'Malaysia', '@Pich_D ฮ่าๆๆ'), (5482, 1697, 'Johore, Malaysia', 'I''m at Shaw House &amp; Centre (Singapore, Singapore) w/ 2 others [pic]: http://t.co/1u9djYuC'), (5483, 1557, 'Johor Bahru, Johore', 'Breakfast! (@ PappaMia) http://t.co/0BuPntTq'), (5484, 1239, 'Johore, Malaysia', 'I''m at ITE College East (Singapore, Singapore) w/ 14 others http://t.co/KhzRMDog'), (5485, 1124, 'Johore, Malaysia', '@erbalauag @d_maldeeto @edcalaycay @cesaralegro @ithechadm @iam_moony @giocenteno @juddahthegreat @akosimakoi gud am'), (5486, 1441, 'Johore, Malaysia', '@JJervenne @genisphoa yeah lo. I go also say hi only.'), (5487, 1680, 'Plentong, Johor Bahru', '#NowPlaying Once Again - Hillsong'), (5488, 1630, 'Johore, Malaysia', 'Fucking rude. I had to wake up reading a stupid text msg from you.'), (5489, 1124, 'Johore, Malaysia', '@d_maldeeto @edcalaycay @erbalauag @cesaralegro @ithechadm @iam_moony @giocenteno @juddahthegreat @akosimakoi morning'), (5490, 1327, 'Johore, Malaysia', '@Sya_miza x gi trans studio ?'), (5491, 1047, 'Plentong, Johor Bahru', 'If I''m LOUDERRR, would you see me? Oh Niall...'), (5492, 980, 'Johor Bahru, Johore', 'I''m at Bus Stop 44609 (Blk 408) http://t.co/8ntmPfM6'), (5493, 1124, 'Johore, Malaysia', '@darcheinjhel @specialistjoe @maan_taj @powerfartgurl @poydavid @lgtitular @hagardhagrid @tagofabic @sheelz_wb @marcoangara gud am'), (5494, 935, 'Johor Bahru, Johore', 'Sometimes, people run away to be alone but most of the time, people run away to see who would come after them.'), (5495, 1698, 'Plentong, Johor Bahru', 'selamat pagi sweety sweety semua ! :D'), (5496, 1699, 'Johore, Malaysia', '@Qianhui92 she''ll be fine(:'), (5497, 1700, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/UcUULNq3'), (5498, 1701, 'Plentong, Johor Bahru', 'I''m at Sekolah Temenggong Abdul Rahman 2 (Johor Bahru, Johor) http://t.co/pFHFAhFw'), (5499, 1124, 'Johore, Malaysia', '@coy_ko @dan2ec2c @powerfartgurl @juliebelnonato @gramargeekozoid @junsamboy @eatndrun @pamelaawesome @januarymae morning'), (5500, 1541, 'Johore, Malaysia', 'Lakers has gotta regroup for the 2nd half. They most definitely still can power themselves for e W. I never expect a single game to be easy.'), (5501, 1681, 'Johor Bahru, Johore', 'From now on, I''m just going to pretend that everything is alright, hold back the tears and walk away.'), (5502, 1124, 'Johore, Malaysia', '@junsamboy @powerfartgurl @juliebelnonato @gramargeekozoid @dan2ec2c @eatndrun @pamelaawesome @coy_ko @januarymae good am'), (5503, 1587, 'Plentong, Johor Bahru', 'Kohaku for sale... http://t.co/I4oGymGW'), (5504, 69, 'Johore, Malaysia', 'satu hari tak dgr @altimet rap kat 89.7 RiaFM tak sah.'), (5505, 1124, 'Johore, Malaysia', '@nel_alone @powerfartgurl @sheelz_wb @maan_taj @specialistjoe @poydavid @marcoangara @dadagwapo @hypermarvs @hagardhagrid @lgtitular gud am'), (5506, 1701, 'Plentong, Johor Bahru', 'I''m at Petronas Jalan Yahya Awal http://t.co/tihyR4K5'), (5507, 1336, 'Johore, Malaysia', 'Finally reach.. Late by 5 min.. Lol.. (@ Sin Thai Hin Building) http://t.co/Y4mnACHM'), (5508, 88, 'Johor Bahru, Johore', 'smbung ZZZZzzzz...feel very dizzy ;''('), (5509, 354, 'Johore, Malaysia', '@specialistjoe @_spike08_ agree ako dyan! Inuman n lng!'), (5510, 1124, 'Johore, Malaysia', '@TagoFabic @marcoangara @y0ungyang @powerfartgurl @maan_taj @hagardhagrid @specialistjoe @dadagwapo umaga Kay Ganda'), (5511, 1671, 'Johore, Malaysia', 'I''m at Alexandra Technopark Blk B w/ @7k3ela http://t.co/qR9BLVXu'), (5512, 1702, 'Johore, Malaysia', '@claudomez08 tell me about it. I''m late for half day course @ NACLI due to the train disruption. Haiz...'), (5513, 69, 'Johore, Malaysia', '@AliahWilliams actually kan aku nak kentot'), (5514, 1703, 'Plentong, Johor Bahru', '@WanAkhyar kalau lepas exam nak beli mknn.. nak kirim..'), (5515, 1704, 'Johor Bahru, Johore', 'I''m at Bus Stop 43691 (Blk 190) (Singapore) http://t.co/wnV5IRYR'), (5516, 1556, 'Singapore', 'Just remember, everything I do , it means well for you. I don''t waste people''s time for nothing.'), (5517, 1701, 'Plentong, Johor Bahru', 'I''m at Bangunan Baru PPD Johor Bahru http://t.co/8r6qYt7v'), (5518, 1705, 'Johor Bahru, Johore', 'I''m at Pasir Ris Bus Interchange (Singapore, Singapore) http://t.co/Ozkpb4Tm'), (5519, 1587, 'Plentong, Johor Bahru', 'Koromo for sale... http://t.co/ELk0Slly'), (5520, 41, 'Johore, Malaysia', 'Off to universal studios!!!'), (5521, 1643, 'Johore, Malaysia', '@_CookieMonstah_ i lazy arh. And i also forgot everything about tumblr /:'), (5522, 1706, 'Senai Kulai, Kulai Jaya', 'I''m at D10 w/ @firdaushahidan http://t.co/U3AswoJi'), (5523, 56, 'Johor Bahru, Johore', 'Paginye aku da bgn . Tido kul 4 lebh sey'), (5524, 1556, 'Singapore', '@syafiqSMS ler...'), (5525, 1701, 'Plentong, Johor Bahru', 'I''m at osman @ mydin http://t.co/IEcAwiAL'), (5526, 1707, 'Malaysia', '?????????'), (5527, 1091, 'Johore, Malaysia', 'I shall hold back everything that I seriously feel like letting out right now. I must control my temper. Relax,Durriah.'), (5528, 935, 'Johor Bahru, Johore', 'Talking about a past relationship doesnt mean you''re still stuck on it, sometimes its a reminder not to screw up again. LESSON LEARNED!'), (5529, 1706, 'Senai Kulai, Kulai Jaya', 'I just ousted @sayasham as the mayor of D10 Lecture Hall on @foursquare! http://t.co/H1RfZXXf'), (5530, 369, 'Plentong, Johor Bahru', 'Typography class. (@ Department Of Design and Visual Communication w/ @redzaz) http://t.co/5qzNj8hM'), (5531, 1003, 'Plentong, Johor Bahru', '@hassanazme hehe beli Bfast pastu balek semalam ;p'), (5532, 1045, 'Plentong, Johor Bahru', '@ghazafi pg2 da kene ludah..suweyyy!!!!'), (5533, 755, 'Johore, Malaysia', 'Ok can go home!!'), (5534, 965, 'Johor Bahru, Johore', '@aqibMarshal alamak, lebar sgt la plak senyumnye..mcm t''paksa la plak. hee~~'), (5535, 1664, 'Malaysia', '@ArifAhmads insyaallah..haha...morning!!! Xkje ini ali????'), (5536, 1708, 'Johor Bahru, Johore', 'I''m at BreadTalk / Toast Box (Singapore, Singapore) http://t.co/frPuzWoI'), (5537, 1529, 'Johore, Malaysia', 'i din''t know you would really leave.'), (5538, 1499, 'Johore, Malaysia', 'You might want to stay away from Orchard Road this morning. Traffic jam due to #NEL breakdown'), (5539, 1418, 'Johor Bahru, Johore', '“@ChrisPirillo: Best USB Adapter http://t.co/2gfr6UQn”'), (5540, 1587, 'Plentong, Johor Bahru', 'Koromo sangke maruten for sale... http://t.co/gKs2fGWo'), (5541, 1709, 'Senai Kulai, Kulai Jaya', 'I just ousted @fareenaasli as the mayor of Aero Lab FKM on @foursquare! http://t.co/4ktMY1yc'), (5542, 1709, 'Senai Kulai, Kulai Jaya', 'Design II class (@ Aero Lab FKM) http://t.co/XhvmYIzm'), (5543, 69, 'Johore, Malaysia', '@ImranAjmain agree! macam dulu at least ada on sunday, SelamatPagiSingapura right? skarang satu pun tkde. hais.'), (5544, 1710, 'Johore, Malaysia', 'I just ousted Chris C. as the mayor of Phillipines Embassy on @foursquare! http://t.co/7BnBQgwC'), (5545, 1711, 'Johore, Malaysia', 'I like story telling people'), (5546, 1676, 'Johore, Malaysia', '@Jojotanweee can''t follow!'), (5547, 1124, 'Johore, Malaysia', '@powerfartgurl @sheelz_wb @maan_taj @specialistjoe @poydavid @marcoangara @dadagwapo @hypermarvs @hagardhagrid @nel_alone @lgtitular am;)'), (5548, 1124, 'Johore, Malaysia', '@marcoangara @y0ungyang @powerfartgurl @maan_taj @tagofabic @hagardhagrid @specialistjoe @dadagwapo GV all'), (5549, 1124, 'Johore, Malaysia', '@Y0ungyang @powerfartgurl @maan_taj @marcoangara @tagofabic @hagardhagrid @specialistjoe @dadagwapo morning all'), (5550, 1124, 'Johore, Malaysia', '@dan2ec2c @powerfartgurl @juliebelnonato @gramargeekozoid @junsamboy @eatndrun @pamelaawesome @coy_ko @januarymae gud am'), (5551, 1124, 'Johore, Malaysia', '@sheelz_wb @maan_taj @specialistjoe @powerfartgurl @poydavid @marcoangara @dadagwapo @hypermarvs @hagardhagrid @nel_alone @lgtitular GV all'), (5552, 1712, 'Johore, Malaysia', 'I''m at Quest Lab @ Starhub Green (Singapore) http://t.co/sAFqScYd'), (5553, 1697, 'Johore, Malaysia', 'I''m at VOX LAB (Singapore) [pic]: http://t.co/OPXFwLPh'), (5554, 1713, 'Plentong, Johor Bahru', '@athirahdiyana tu maksud dia apa? hahahha'), (5555, 1707, 'Malaysia', 'ช็อคมั้ย กูช็อค -_-'), (5556, 1663, 'Malaysia', 'Mkussiiihhh RT @dpangesti: Hppy b''day simooonnn @tikasiskatoday: Happy birthday for you, my @simonpurbababa. Wish u all the best'), (5557, 1587, 'Plentong, Johor Bahru', 'http://t.co/SOL3TlzL'), (5558, 1714, 'Johor Bahru, Johore', 'I''m at Bukit Batok Driving Centre (BBDC) (Singapore, Singapore) http://t.co/1i7TSQjm'), (5559, 1715, 'Johor Bahru, Johore', '@chloeliting tingting sorry for the burnt on ur nose:('), (5560, 1716, 'Johore, Malaysia', '@dayahdior akk, xyah la susah2 nk bawa ole2 for us k...\nYg pentg ure here for Us!!!... \nSee u soon akk...'), (5561, 1717, 'Johore, Malaysia', 'Good moring!! Today got fine weather... (@ Icon Office) http://t.co/yYWH3Ifv'), (5562, 1718, 'Johore, Malaysia', 'I''m at Marina Bay Financial Centre (MBFC) Tower 2 (Singapore) w/ 2 others http://t.co/vZLIdkQz'), (5563, 1630, 'Johore, Malaysia', 'And I don''t think you''re aware of what''s actually going on.'), (5564, 69, 'Johore, Malaysia', '@maryisonfire abeh? salam satu malaysia? daulat tuanku? yang di-pertuan agung? hahahha'), (5565, 1472, 'Singapore', '@DOLroro ya ... noe le.. -_-!! dotz sio.. hahahaha!!'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (5566, 1719, 'Johore, Malaysia', 'I''m at LASALLE College of the Arts (Singapore, Singapore) http://t.co/w00Vci0D'), (5567, 72, 'Johor Bahru, Johore', '@anicohannamg hahaha! Sorry aman! Im only 18 ths yr so still young! Haha..! Okay, i give face to her. Cool?'), (5568, 1564, 'Johore, Malaysia', 'Omg! The uncle sitting beside me snore very loud!'), (5569, 1720, 'Johor Bahru, Johore', 'i hate you!!!inviting me den suddenly just for 1 sms,u left me alone!!! grrrrr!!!'), (5570, 1529, 'Johore, Malaysia', 'we fight over stupid things numerous times'), (5571, 1120, 'Tebrau, Johor Bahru', 'Jwpn kau mcm logik drpd chan RT @julehaaripen: Uli. Tepung yang diuli RT "AdaApaDgnDauz: Apakah maksud perkataan canai dalm bahasa melayu?"'), (5572, 69, 'Johore, Malaysia', 'mcm nk keluar la nari tapi tktau nk ke mana! hais.'), (5573, 1716, 'Johore, Malaysia', '@hazirahziey morggggg dikkkkkk.....'), (5574, 1721, 'Johore, Malaysia', 'Mrt shambles. Should rename the purple line the jubilee line.'), (5575, 1722, 'Johore, Malaysia', 'Strolling even though im late lol (@ The Clarence Ville) http://t.co/BkjOECoi'), (5576, 984, 'Johor Bahru, Johore', '@julieSofiyan oh thanks its not today .. 22 march ...people gave me present early je. .and insyallah Doakan ada jodoh'), (5577, 1723, 'Johore, Malaysia', 'To Gain Followers You Need Patients . BAHA . \n\n-❥Rawwrie(: ′'), (5578, 1643, 'Johore, Malaysia', '@_CookieMonstah_ moooooooooooozxc.'), (5579, 1724, 'Johore, Malaysia', 'RT @RickWarren: Wake up &amp; live- amazed at God''s goodness &amp; fascinated by all he''s created. Choose to live a wonder-filled life. Ps.8:3-4'), (5580, 1673, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) w/ 5 others http://t.co/ZzlRrH0g'), (5581, 1707, 'Malaysia', 'นอนไม่หลับมาสองวันเเล้ว เมื่อวานตื่นเจ็ดโมงใช่มั้ย วันนี้ตื่นตีห้า ตื่นเอง นอนต่อไม่ได้ ปวดหัวมาก'), (5582, 935, 'Johor Bahru, Johore', 'Be the girl you want your daughter to be. Be the girl you want your son to date. Be classy, anything but trashy.'), (5583, 1725, 'Johor Bahru, Johore', 'with @irfanjalil :D (@ 1502 @ Ite Cck) http://t.co/WRzcJNIg'), (5584, 1726, 'Johor Bahru, Johore', 'So the iPad is shipped. And this time it shipped from Apple''s Singapore warehouse instead of Shenzhen.'), (5585, 1727, 'Senai Kulai, Kulai Jaya', 'Makan makan makan... (@ S15 KTC) http://t.co/V1rr1dA5'), (5586, 845, 'Singapore', 'my morning view. not too bad, eh? http://t.co/kMIyA9TN'), (5587, 1723, 'Johore, Malaysia', 'FOLLOW ME , I FOLLOW BACK , OF CPURSE IF IT SAYS FORBIDDEN , IT''S not My Fault .\n\n-❥Rawwrie(: ′'), (5588, 1728, 'Johore, Malaysia', 'i slept at 7.30pm yesterday!'), (5589, 1327, 'Johore, Malaysia', '@Sya_miza tat time akak go pasar Baru x salah hotel ok c'), (5590, 1253, 'Malaysia', 'I''m at สี่แยกมหัศจรรย์ (Hat Yai, Songkhla) http://t.co/ZaWGat1i'), (5591, 1729, 'Johore, Malaysia', 'I''m at ITE Macpherson Campus (Singapore, Singapore) http://t.co/AYWYvALX'), (5592, 1120, 'Tebrau, Johor Bahru', '@pman_tnt smlm kita kene canai mula2..tp lepas tu kita canaikan dorg. Haha'), (5593, 1472, 'Singapore', '@GooRoro i watching with no sound now.. -_-!! pengs ~'), (5594, 1730, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 2 others http://t.co/xe04pCDD'), (5595, 965, 'Johor Bahru, Johore', '@zahira95 morning~~ oo.. TER ye? hehe.. lama tak nmpk zahira. :)'), (5596, 3, 'Plentong, Johor Bahru', 'Assalamualaikum!! Morning semua xx'), (5597, 56, 'Johor Bahru, Johore', 'Goodmorning beautiful &lt;3 @nanaSabrinaaa'), (5598, 1731, 'Singapore', 'I''m boredd!(:'), (5599, 1643, 'Johore, Malaysia', 'When i cough, it hurts. O:'), (5600, 1707, 'Malaysia', 'แบบนี้ควรรักษามั้ย เข้าโรงบาลสักสิบชาติ'), (5601, 1725, 'Johor Bahru, Johore', 'with @irfanjalil and @izztshrl (@ College West @ RM 1502) http://t.co/zUouTCdn'), (5602, 1732, 'Johore, Malaysia', 'Major human &amp; cars jam outside plaza Singapura. MRT down AGAIN.'), (5603, 1733, 'Johor Bahru, Johore', 'I''m at Bus Stop 28099 (Opp Lakeside Station) (Singapore) http://t.co/1utHrUdB'), (5604, 1037, 'Johore, Malaysia', '@jrhyan @satinepastel @_spike08_ @sheelz_wb @y0ungyang @darcheinjhel @nice_cox @neelia2 @dynegirl @wizhart - good morning guys and dolls :)'), (5605, 1630, 'Johore, Malaysia', 'Maybe I''m overreacting but fuck it la.'), (5606, 56, 'Johor Bahru, Johore', '@ManMathers where you?'), (5607, 1681, 'Johor Bahru, Johore', '@Joannaevangline right back at you.'), (5608, 1734, 'Johor Bahru, Johore', '1st thing Table Tennis.... (@ ITE College West w/ 19 others) http://t.co/o6G0iNGS'), (5609, 1643, 'Johore, Malaysia', 'Me and @_CookieMonstah_ talking random shits. AHAHA.'), (5610, 354, 'Johore, Malaysia', '@jrhyan good morning!'), (5611, 593, 'Johor Bahru, Johore', '@SugaryKittyx ya. After I go hospital.'), (5612, 1713, 'Plentong, Johor Bahru', '@athirahdiyana eh, samalah aku. hahaha'), (5613, 965, 'Johor Bahru, Johore', '@aqibMarshal oo..ok2..percaye2.. hehe~'), (5614, 1643, 'Johore, Malaysia', '@_CookieMonstah_ you help me larh. XD'), (5615, 1699, 'Johore, Malaysia', 'For the third time, i''ll be early for work LOL'), (5616, 1420, 'Johor Bahru, Johore', 'I''m at Springfield Secondary I&amp;I Room http://t.co/Jv8SCUAJ'), (5617, 1707, 'Malaysia', 'ข้าวก็กินไม่ลง วันนี้เกิดอะไรขึ้น - -'), (5618, 965, 'Johor Bahru, Johore', 'zikir pengubat jiwa~~'), (5619, 1701, 'Plentong, Johor Bahru', 'I''m at osman @ mydin http://t.co/x02X0rS0'), (5620, 1735, 'Johor Bahru, Johore', 'In Maths tuition with the deadliest beast @s2mmy_'), (5621, 1736, 'Johore, Malaysia', 'Kembali seperti dulu.. Walau suasana tak s''indah dulu...ƪ(♥•*⌣*•♥)ʃ http://t.co/b40qAUZ9'), (5622, 1643, 'Johore, Malaysia', '@_CookieMonstah_ nyeeeeeeeeeeeeh.'), (5623, 1737, 'Johore, Malaysia', 'I''m at Fortune Center (Singapore, Singapore) http://t.co/yXseA1UK'), (5624, 72, 'Johor Bahru, Johore', 'Kita mo yun? I give you sympathy. So i accept loss. Babyes!'), (5625, 63, 'Johor Bahru, Johore', '3 years alr and still well kept.'), (5626, 1738, 'Senai Kulai, Kulai Jaya', 'I''m at D10 Lecture Hall w/ @amar_gencos http://t.co/1NmKweli'), (5627, 1739, 'Johor Bahru, Johore', 'My phone takes old and easy games to a new level!! Mindsweeper and Sudoku addiction!!!!!!!'), (5628, 1681, 'Johor Bahru, Johore', '@Joannaevangline I''m not lame. I still can walk. :p'), (5629, 1634, 'Pulai, Johor Bahru', 'Klangit band Malaysia ? Pehal lagu mcm lagu indo -_-'), (5630, 1701, 'Plentong, Johor Bahru', 'I''m at Sri bendahara A Apartment Bukit Saujana (Johor) http://t.co/MeRfThdg'), (5631, 1737, 'Johore, Malaysia', 'I''m at Syam Corners Muslim Food http://t.co/ax6PdFzv'), (5632, 1037, 'Johore, Malaysia', '“@FunnyEvil: TEACHER:\nWhat comes after 69?\n\nSTUDENT:\nMouthwash.\n\nTEACHER:\nGet out.” \n\n-- this made my morning ;)))))'), (5633, 1643, 'Johore, Malaysia', '@_CookieMonstah_ nyeeeeeeeeeeeeeeeeeeehzxc.'), (5634, 1740, 'Johore, Malaysia', 'RT @STcom: NUS is 23rd best university in the world, NTU also moves up to the 81st to 90th band http://t.co/wXL2RAIK'), (5635, 1722, 'Johore, Malaysia', 'I''m at Queenstown Secondary School (Singapore) http://t.co/olD7zYah'), (5636, 927, 'Johore, Malaysia', 'I need to catch up with my...... Studies, I mean sleep. Haha nah just kidding!'), (5637, 1634, 'Pulai, Johor Bahru', 'TYPO Indon -_-'), (5638, 593, 'Johor Bahru, Johore', '@SugaryKittyx most prob evening?'), (5639, 1643, 'Johore, Malaysia', '@_CookieMonstah_ YEAY. :3'), (5640, 1741, 'Johore, Malaysia', '@RoseNatra yep.. Actually quite true..'), (5641, 1742, 'Johor Bahru, Johore', 'vice, nahawa yata ako!'), (5642, 1418, 'Johor Bahru, Johore', '“@ChrisPirillo: Here are some Windows 7 phones you can pick up today. http://t.co/5avyWyUJ”'), (5643, 1743, 'Plentong, Johor Bahru', 'I''m at Restoran Osman (Mydin) (Johor Bahru, Johor) http://t.co/B1yPo6Xz'), (5644, 1405, 'Johor Bahru, Johore', 'HAHHA. This morning''s hair style. :3 KAMEHAMEHAAAA! :D http://t.co/CfuMxFJr'), (5645, 965, 'Johor Bahru, Johore', 'Lailaha Illallah,, Muhammad Rasulullah~~'), (5646, 1327, 'Johore, Malaysia', '@Sya_miza hotel dekat tmpat sopping eh'), (5647, 1740, 'Johore, Malaysia', '@xavierlur New: It''s SBS transit''s turn'), (5648, 962, 'Johor Bahru, Johore', '@madinaHawa dun cry!u find way k..i were to abt to start my course..i ask jah help u k..nnt break tyme i tweet u..'), (5649, 1744, 'Johor Bahru, Johore', 'Tak boleh tahan the funeral at my void deck........ 4 days already.'), (5650, 1680, 'Plentong, Johor Bahru', 'Preparing the Stations of the Cross today.'), (5651, 1472, 'Singapore', '@GooRoro ya ya !!! Aaron handsome sio.. but i tot u will like the pretty wan... ur category wan.. hahaha!!! JR bad boy look, ah beng hahah'), (5652, 1745, 'Johor Bahru, Johore', 'Good Morning :)'), (5653, 1227, 'Johore, Malaysia', 'I hate being forced to do the things I don''t like. But I have to force myself to wake up every morning... :/ http://t.co/gtlmwPUl'), (5654, 1517, 'Johor Bahru, Johore', '@mimymarizd ade tp cm ssh je.mimy dh ade?'), (5655, 1021, 'Johor Bahru, Johore', 'I''m at C151 019/020 NSL http://t.co/sqRATeV5'), (5656, 1421, 'Singapore', 'when you''re in unfamiliar places, count on me through life''s changes~ #nowplaying'), (5657, 1746, 'Johore, Malaysia', 'Can''t wait to attack my fried beehoon breakfast! YUM.'), (5658, 69, 'Johore, Malaysia', 'apa yg bagus pasal sekolah? bagus sebab aku tau nari hari apa!'), (5659, 1517, 'Johor Bahru, Johore', '@WannHamasaki present next cls je ;p'), (5660, 1568, 'Johore, Malaysia', 'Kingdom Invasion Conference (at Singapore Expo Hall 1) [pic] — http://t.co/0CSqeahz'), (5661, 1589, 'Kota Tinggi, Johore', 'Its not my fault if I fell in love with you . You are the one who tripped me (:'), (5662, 1713, 'Plentong, Johor Bahru', '@athirahdiyana aku penat gila sampai tak igt aku mimpi apa. apa sey kau ni tiba2 mimpi aku pulak. hahahahahh'), (5663, 1566, 'Johor Bahru, Johore', 'Mac for breakfast :)'), (5664, 1643, 'Johore, Malaysia', 'Meowzxc here, woofzxc there. Everywhere wibbitwibbitzxc. (; @_CookieMonstah_'), (5665, 1253, 'Malaysia', 'I''m at สี่แยกโนรา | Nora Intersection (Hatyai, Songkhla) http://t.co/d5WxEGxR'), (5666, 1091, 'Johore, Malaysia', 'Crying will only make me feel better. But if bad things happen later,will I continue this tears? Hais'), (5667, 1418, 'Johor Bahru, Johore', '“@SMRT_Singapore: (SBST)No train service on Northeast line between Dhoby Ghaut and HarbourFront. Please take free bus bridging services.”'), (5668, 1517, 'Johor Bahru, Johore', '@suhailisumar sedut byk pn xpe ;p'), (5669, 1741, 'Johore, Malaysia', 'Me wants to go krabi.. Jom.. Anyone in?'), (5670, 1695, 'Johore, Malaysia', 'Ericsson. @ Sony Ericsson @ SLF Building http://t.co/guFpc7Gx'), (5671, 1740, 'Johore, Malaysia', '@lilrainbowsky why? ur ITP at where? u stay in east right?'), (5672, 1747, 'Johor Bahru, Johore', 'Mmm prataa (@ Dil ''B Restaurant) http://t.co/HTsnYn6i'), (5673, 1630, 'Johore, Malaysia', 'Dah, aku malas nak reply.'), (5674, 1420, 'Johor Bahru, Johore', 'All nt automatic one -.- done changing sit &amp; chat de wont auto warm up. Argh we grad le thy gt cramp nt our pasah le :x'), (5675, 1748, 'Tebrau, Johor Bahru', 'I''m at SUNWAY COLLEGE JOHOR BAHRU (Johor Bahru, Johor) http://t.co/zQpdoZdF'), (5676, 1405, 'Johor Bahru, Johore', 'Okay. Shall take a shower and get ready to go out~ :)'), (5677, 1749, 'Johore, Malaysia', 'I''m at Craftmark Pte. Ltd. (Ayer Rajah Crescent) http://t.co/ujypdPjn'), (5678, 1750, 'Johore, Malaysia', 'Is it just me or has this beer been completely restrained from what it once was? Where''s the Funk? Dog-Gone!! http://t.co/FKxEIQ97'), (5679, 1748, 'Tebrau, Johor Bahru', 'I''m at Courtyard @ Sunway Johor w/ @serhanchoo http://t.co/KwEBAZII'), (5680, 17, 'Johor Bahru, Johore', 'I''m at Bus Stop 65061 (Blk 298A) (Singapore, Singapore) http://t.co/HJ0oJJyQ'), (5681, 1745, 'Johor Bahru, Johore', '11.30 Tuition -.- haiss ..'), (5682, 1751, 'Johor Bahru, Johore', 'My small brother nvr failed make me smile!!!'), (5683, 1740, 'Johore, Malaysia', 'RT @JiajieSuarez7 Yawns.. I am so tired. So not looking forward to release of results..'), (5684, 965, 'Johor Bahru, Johore', 'jgn menilai seseorang dari luaran, kerna yg luaran itu belum pasti kesahihannya~'), (5685, 1752, 'Johore, Malaysia', 'I''m at Lkk Auto Consultants Pte Ltd (Singapore) http://t.co/2p5fK9b8'), (5686, 1753, 'Johor Bahru, Johore', 'I''m at Transport Hub East HQ(Selarang Camp) http://t.co/TNIRFFhi'), (5687, 832, 'Johor Bahru, Johore', 'Oke today we will go to Little India n patung singa muntah *goyang http://t.co/0dtMGhrA'), (5688, 1754, 'Johore, Malaysia', 'I''m at Cedar Girls'' Secondary School http://t.co/ILwoz1lf'), (5689, 1755, 'Kota Tinggi, Johore', 'Maths Olympiad Training.  (@ ~♡ ClassRoom ♡~) http://t.co/9Sc6PoGr'), (5690, 1630, 'Johore, Malaysia', 'Never try to piss me off early in the morning. Seriously.'), (5691, 1529, 'Johore, Malaysia', 'the more time passes, the more you get to know me, only disappointments will remain.'), (5692, 1740, 'Johore, Malaysia', 'RT @zacharydupuis Shoutout to my parents for making such an awkward and emotionally unstable kid lol'), (5693, 17, 'Johor Bahru, Johore', 'I''m at Bus Stop 65069 (Blk 190C) (Singapore, Singapore) http://t.co/kqIABs58'), (5694, 1118, 'Johor Bahru, Johore', '@Wiji93_ Ohaiyo,Ogenki desuka?'), (5695, 1756, 'Johor Bahru, Johore', 'ohh ~ holiday will the end ~ :{'), (5696, 959, 'Johore, Malaysia', 'Off To Airport :). Phuket Here I Come :).'), (5697, 1643, 'Johore, Malaysia', '@_CookieMonstah_ PEEEEEEEEEEEEEEKABOO. &lt;;'), (5698, 1757, 'Kota Tinggi, Johore', 'I''m at Hp Enterprise Services @ Jackson Square (Toa Payoh, Singapore) http://t.co/XRfpfwR1'), (5699, 1758, 'Johor Bahru, Johore', 'Waiting for our vessel ETA@10:00 (@ Sembawang Shipyard) http://t.co/u2FMgmNT'), (5700, 965, 'Johor Bahru, Johore', '@ielalias check??'), (5701, 17, 'Johor Bahru, Johore', 'I''m at CLAWED™ - Clement''s Depot (Singapore, singapore) http://t.co/Z5vnxi7x'), (5702, 1759, 'Johor Bahru, Johore', 'I''m at A.khan Royal Bed. http://t.co/06licH3a'), (5703, 1760, 'Tebrau, Johor Bahru', 'I''m at C13-113-02 (Johor) http://t.co/XSZ2E4j7'), (5704, 1761, 'Johore, Malaysia', 'Gonna try to chiong audi whole day today :&gt; i wannn level up!!'), (5705, 1681, 'Johor Bahru, Johore', '@Joannaevangline you first day know me uh?'), (5706, 1490, 'Johore, Malaysia', '@martinchia2000 Pi from e Mathematics. :)'), (5707, 1205, 'Johore, Malaysia', 'Damn girl you''re fat too, you don''t have a slim body, you say it as If your not. Time to look in the mirror Mann... Goshh realize... *ding2*'), (5708, 1124, 'Johore, Malaysia', '@powerfartgurl busy p din Lhen Pero it''s getting a bit slow na. Miss you. Si joe may sakit? @specialistjoe pagaling bossing.'), (5709, 1762, 'Plentong, Johor Bahru', 'I''m not strong enough to visit uncle alone,i guess i''ll wait for sis and we''ll go visit together... :('), (5710, 1748, 'Tebrau, Johor Bahru', 'I''m at Cafeteria@sunway College (Johor Bahru, Johor) http://t.co/lddZsSyN'), (5711, 1763, 'Indonesia', 'wkwkwk.., bisa jadi solusi nih.. RT @DeritaGlobal Gagal menjadi suami yang baik, Seorang Pria mencoba peruntungan menjadi istri yg baik'), (5712, 1764, 'Johor Bahru, Johore', 'Nk!! "@SarahhSuperGirl: Nugget nugget nugget."'), (5713, 1589, 'Kota Tinggi, Johore', 'Someday , someone will walk into your life and make you realise why it never worked out with anyone else .'), (5714, 1764, 'Johor Bahru, Johore', 'Nk!! "@SarahhSuperGirl: Nugget nugget nugget."'), (5715, 1091, 'Johore, Malaysia', 'I stay because I love. I stay because I care. I stay because I need. I stay because I believe. I stay because forever you.'), (5716, 1765, 'Senai Kulai, Kulai Jaya', 'I''m at Faculty of Science (Johor Bahru, Johor) http://t.co/hnropT0V'), (5717, 1766, 'Johor Bahru, Johore', 'Wushu competition (@ Edgefield Secondary School) http://t.co/TKx4394h'), (5718, 1767, 'Johore, Malaysia', 'Workworkwork. ƪ(´˛`“)┐ (@ Singapore Telecom Katong Exchange) http://t.co/PgRIWML6'), (5719, 1418, 'Johor Bahru, Johore', '“@ChrisPirillo: Live New iPad Unboxing http://t.co/HzSbY4Ts”'), (5720, 1490, 'Johore, Malaysia', 'Again! "@straits_times: #Singapore: No NEL train service between Dhoby Ghaut, HarbourFront http://t.co/vORjf9h4"'), (5721, 1205, 'Johore, Malaysia', 'You laugh as if you''re so perfect. Bitch please... Crack that mirror...'), (5722, 1768, 'Johor Bahru, Johore', 'Gd morning to everyone tweeting rite now...'), (5723, 1666, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Bus Interchange (Singapore, Singapore) http://t.co/n4sVkPJD'), (5724, 1761, 'Johore, Malaysia', 'Fuck. Its thursday #waloehhh holidays gonna end :('), (5725, 1643, 'Johore, Malaysia', '@_CookieMonstah_ SWAGZXC. XD'), (5726, 231, 'Johore, Malaysia', 'Jia you!! “@dudesndurets: hwaiting for the dance performance later!”'), (5727, 1681, 'Johor Bahru, Johore', '@Joannaevangline then you should know I''m like that what. Just wanted to entertain you..'), (5728, 1054, 'Johore, Malaysia', '@WJLikesBusMrt lol no need to say 2 times :P'), (5729, 3, 'Plentong, Johor Bahru', '@Chaaaaaaaq hey montok Where are you?'), (5730, 1002, 'Indonesia', '@RitaAcnes Bantu promosihon akun twitter hu on da ito ,,, Mauliate'), (5731, 1472, 'Singapore', 'Wa 2 group come out tog , confirm chaotic hahaha!! : [VID] Super Junior &amp; Beast came out from vietnam airport http://t.co/uPvgR5OD'), (5732, 1764, 'Johor Bahru, Johore', 'Good morning Twitter'), (5733, 1559, 'Johor Bahru, Johore', '@icohperello ano yung may man? Ano ung first word?'), (5734, 1769, 'Johor Bahru, Johore', 'Berengkett (@ Bus Stop 65019 (The Rivervale)) http://t.co/C22SuvP2'), (5735, 1762, 'Plentong, Johor Bahru', '“@ItsStewieGriffn: If I had Morgan Freeman''s voice I would sit in a corner and talk to myself for days.” @eeewenn you don''t even need that!'), (5736, 1418, 'Johor Bahru, Johore', '“@TechCrunch: The New iPad Makes Apple’s Tablet Domination Clearer Than Ever http://t.co/8JnCVbkY by @parislemon”'), (5737, 1517, 'Johor Bahru, Johore', 'breakfast 2 kpg nugget dh kenyang'), (5738, 1502, 'Johore, Malaysia', 'FUCK LA'), (5739, 1770, 'Johor Bahru, Johore', 'otw to school at fajar lrt now'), (5740, 1502, 'Johore, Malaysia', 'Fucker you only care bout them.'), (5741, 1472, 'Singapore', '@GooRoro ya got MV.. nah ~ http://t.co/RrzQ26hu'), (5742, 1764, 'Johor Bahru, Johore', 'West ham!!!!'), (5743, 1002, 'Indonesia', '@_sariaza Bantu promosihon akun twitter hu on da ito ,,, Mauliate'), (5744, 1589, 'Kota Tinggi, Johore', 'Dont force yourself to love , thats why its called falling in love you just fall (:'), (5745, 1771, 'Johor Bahru, Johore', 'I''m at Yakun Kaya Toast http://t.co/zW9Fgsxf'), (5746, 1772, 'Johore, Malaysia', 'I''m at Starbucks (Singapore, Singapore) http://t.co/X3xQqA7Q'), (5747, 1502, 'Johore, Malaysia', 'Thats why i hate being here. Fucker'), (5748, 1764, 'Johor Bahru, Johore', 'Later p.e .. Weeeeeee!!'), (5749, 1740, 'Johore, Malaysia', '@lilrainbowsky wah. then how? take circle line lol'), (5750, 1773, 'Johore, Malaysia', 'Good Morning!'), (5751, 1774, 'Tebrau, Johor Bahru', 'Control myself.. Stop Facebook and twitter for one day ;) \nWednesday my iPhone wil relax :)\nAfter 11.59pm I will stop ;)'), (5752, 1091, 'Johore, Malaysia', 'Silence is really killing me. Just tell me whatever you wish to do want to do expect to happen. Just tell me anything. =''('), (5753, 1770, 'Johor Bahru, Johore', '@TwittyBirdyBird aku nampak kau kat traffic light'), (5754, 1057, 'Johor Bahru, Johore', 'Just made an illegal u-turn when I''m supposed to make a right turnnnn. #badass'), (5755, 1212, 'Senai Kulai, Kulai Jaya', 'I''m at SUB UTM http://t.co/oTrZkyKA'), (5756, 1775, 'Johore, Malaysia', 'Morning:)'), (5757, 962, 'Johor Bahru, Johore', '@madinaHawa i call jah, @Khatijahjah die da bgn..she help u k..nnt i tweet u..tkmu cry tao..'), (5758, 1643, 'Johore, Malaysia', 'What should i have for my tumblr url? /:'), (5759, 1776, 'Malaysia', 'มาติวฮะ ! -___-'''' (@ Narathiwat School | โรงเรียนนราธิวาส) http://t.co/LJhOvN6k'), (5760, 3, 'Plentong, Johor Bahru', 'ready for netball yeehaa :-) http://t.co/0aC45q9Y'), (5761, 1778, 'Malaysia', 'อรุณสวัสดิ์ทุกๆๆคน!!!'), (5762, 672, 'Johor Bahru, Johore', 'HAHAHA !! Joke sia ! Playing blackjack and Truth or Dare :D'), (5763, 1418, 'Johor Bahru, Johore', '“@autocorrects: "Are you single?" - No, I''m plural. "I meant are you free this Friday?" - No, I''m f^cking expensive.”\nHahaaa..'), (5764, 280, 'Johor Bahru, Johore', 'Giddy :/'), (5765, 961, 'Restoran Ayub - Jalan Kebudayaan 3, Pulai', 'Roti kosong 1, roti cheese 1. (@ Restaurant Ayub w/ @haikaljamal91) http://t.co/HgeI59fF'), (5766, 1774, 'Tebrau, Johor Bahru', 'Finally I''m back :) \nIn jb now already ;)'), (5767, 855, 'Riau, Indonesia', '@WullanRaTu @sheemeli Azzeeh !! #semangatyahmahasiswa!!'), (5768, 1779, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) http://t.co/uWGOK6Pr'), (5769, 1780, 'Johore, Malaysia', 'Dalam mighrab cinta ku berdoa padanya.'), (5770, 1472, 'Singapore', '@GooRoro BUAHAHAA gu liang !? so funny... erm.. how does their cover look like.. funny la, we looking at diff source haa!! which one??'), (5771, 1781, 'Johore, Malaysia', 'I''m at HarbourFront Ferry Terminal (Singapore, Singapore) http://t.co/vGqrqa5X'), (5772, 1782, 'Johor Bahru, Johore', '早安! ☀'), (5773, 1327, 'Johore, Malaysia', '@Sya_miza kira mix with other group or mz fam je'), (5774, 1363, 'Johore, Malaysia', '@cindyh_xy =o That''s some wise and true words from a Cindy! You must be Snape''s daughter.. Mother of God =O'), (5775, 1770, 'Johor Bahru, Johore', 'first time aku gi sekolah pki jacket baru aku'), (5776, 1713, 'Plentong, Johor Bahru', '@athirahdiyana cite sikit mmpi kau tu. hahah'), (5777, 1467, 'Plentong, Johor Bahru', 'Selamat pg tuan ! @mikenakemane'), (5778, 1662, 'Johore, Malaysia', 'I''m at Bus Stop 85091 (Tanah Merah Station) (Singapore, Singapore) http://t.co/Ec5uCvpj'), (5779, 1153, 'Johore, Malaysia', '“@brycacatian: @giokalaw hahahaha! anong pasalubong ba? lol” - magnum...from the Philippines! Lol!'), (5780, 460, 'Johor Bahru, Johore', 'What could be more heavenly than beraking in ur own toilet with a stick of ciggy?? #anusgasm ar...'), (5781, 1783, 'Johor Bahru, Johore', 'Shall I sacrifice my K-Pop after my Exams ? Sigh ... I''m too addicted to them . Will think about it .... :)'), (5782, 1773, 'Johore, Malaysia', 'My planed failed!I woke up late to go to my mother work!But its ok,,,Btw its near -_-'), (5783, 1021, 'Johore, Malaysia', 'I''m at C151 107/108 http://t.co/KFi5w8rx'), (5784, 900, 'Johore, Malaysia', 'This piece of music is @British_Airways #coffeeshopmusic'), (5785, 1784, 'Johor Bahru, Johore', 'I''m at Chongfu School (Singapore) http://t.co/iyPyh4MT'), (5786, 1770, 'Johor Bahru, Johore', 'alamak lupa nak bawa hmwk'), (5787, 1662, 'Johore, Malaysia', 'I''m at Tanah Merah MRT Interchange (EW4) (Singapore, Singapore) w/ 4 others http://t.co/CNLwSrcV'), (5788, 460, 'Johor Bahru, Johore', '@fannshakebutt like thish. Hehe'), (5789, 889, 'Johore, Malaysia', '@angzixin eh what font you usingggg?'), (5790, 1664, 'Malaysia', '@Ievrajiv hahaha...dasarrrr!!!'), (5791, 1159, 'Johor Bahru, Johore', 'I''m at ITE Bishan B1-06 http://t.co/xVyhYCfl'), (5792, 1740, 'Johore, Malaysia', '@lilrainbowsky ohh icic.'), (5793, 1785, 'Johore, Malaysia', 'I''m at ITE College East (Simei, Singapore) w/ 4 others http://t.co/FdW2px4J'), (5794, 1786, 'Johore, Malaysia', 'What a thurs! Train breakdown, shoe spoil n wat''s next?'), (5795, 1120, 'Tebrau, Johor Bahru', '@pman_tnt sebab ada van persie dgn kita semalam...haha'), (5796, 200, 'Kota Tinggi, Johore', '@Yuantingg ohh! Later late for work uh?!'), (5797, 688, 'Johor Bahru, Johore', '@gdragonnnnn thats what u get for tonning .'), (5798, 1472, 'Singapore', '@GooRoro @DOLroro SAW !!!!! is Aron ... hahaha!!! tat time u also got say JR shuai haa!!'), (5799, 1673, 'Johore, Malaysia', 'I''m at Toa Payoh MRT Station (NS19) (Singapore, Singapore) w/ 2 others http://t.co/l2daGd4O'), (5800, 1787, 'Johor Bahru, Johore', 'With Hamzah and Rauuf!!! ^^ (@ McDonald''s) http://t.co/Bko2sQ8S'), (5801, 1788, 'Johor Bahru, Johore', '“Never give up on something you really want. It''s difficult to wait, but more difficult to regret.”'), (5802, 1774, 'Tebrau, Johor Bahru', 'I really can stop use Facebook and twitter for one day ;)'), (5803, 138, 'Plentong, Johor Bahru', 'Morninggggg :)'), (5804, 72, 'Johor Bahru, Johore', '@RhysSantiago @anicohannamg *lunok muna* *hinga ng malalim*..\nWHAT? Kanino?? Hahaha'), (5805, 1789, 'Johore, Malaysia', 'I''m at River View Hotel (Singapore, Singapore) http://t.co/fhN0aWfC'), (5806, 688, 'Johor Bahru, Johore', 'In the blardy freezing cold bus on the way to hougang :) ^_^'), (5807, 1790, 'Johore, Malaysia', '今日ジョナサンの33歳の誕生日。ジョナサンなぜかすごくウキウキして早起きしてた。こどもみたい笑。でも3年前は誕生日の1か月前からソワソワしてたから、それに比べると成長を実感。今日はおいしいものをつくってあげようーっと。'), (5808, 1791, 'Johor Bahru, Johore', '@debbiezlm so nice. Happened to snickers once but everyone ran away. Haha'), (5809, 56, 'Johor Bahru, Johore', '@ManMathers okay ;)'), (5810, 1615, 'Singapore', '@xnetzz LOL~ #NOWPLAYING 내꺼였는데 - 2AM'), (5811, 1792, 'Tebrau, Johor Bahru', '@Haikal_Iffat welcome back haikal :D'), (5812, 1793, 'Johore, Malaysia', 'Slides! Slides! Puro pagawa na lang ng presentation slides!!'), (5813, 1794, 'Johore, Malaysia', 'Morning! I can type fast because my thumb is injured'), (5814, 1762, 'Plentong, Johor Bahru', 'MEL coming up! Outstanding: picnic,USS,Genting trip. Planned: Chalet in May!'), (5815, 1655, 'Johore, Malaysia', '@brontechua no, afternoon shift :)'), (5816, 1490, 'Johore, Malaysia', 'My @Dior rosy glow blush arrived yesterday! ♥ http://t.co/NvxJoXst'), (5817, 1795, 'Johor Bahru, Johore', 'Prata for breakfast before we start the camp!(; @jolinrichelle (@ Pratas &amp; Curries) http://t.co/aDY0Kc7Y'), (5818, 1211, 'Plentong, Johor Bahru', 'I''m at Turret PMT Office (Pasir Gudang, Johor) http://t.co/8hRbfVIQ'), (5819, 1796, 'Johore, Malaysia', 'Taking a bus to work for the first time in 4 months. #baus'), (5820, 275, 'Johor Bahru, Johore', 'Having breakfast (@ Chloe''s Living Room) http://t.co/fnzCYSFV'), (5821, 1686, 'Johore, Malaysia', '@RowdyBec any suggestions for getting into MMA semi pro? I''m based in Singapore Evolve MMA, originally from Bris? Ideas??'), (5822, 1605, 'Johore, Malaysia', 'I''m at Tower 1 Marina Bay Sands Hotel (Singapore, Singapore) w/ 2 others http://t.co/2fO3faAH'), (5823, 1797, 'Johor Bahru, Johore', 'Better than expected.'), (5824, 1798, 'Senai Kulai, Kulai Jaya', 'I''m at Makmal Asas Remote Sensing, UTM (Johor Bahru, Johor) http://t.co/qQCEJXrc'), (5825, 1664, 'Malaysia', 'Comel nyeee bg lecture....haaaaa....haha'), (5826, 1748, 'Tebrau, Johor Bahru', '@EileenKyn HAHHAAA. WAH!!!'), (5827, 1799, 'Pulai, Johor Bahru', 'Yeaayy,dpat g kfc voucher!! (@ Maybank Skudai Branch) [pic]: http://t.co/gmSQrPmr'), (5828, 460, 'Johor Bahru, Johore', '@fannshakebutt hehehe'), (5829, 1800, 'Johore, Malaysia', '@fvckthatbitch'), (5830, 1707, 'Malaysia', 'ใกล้เกินไป.'), (5831, 1003, 'Plentong, Johor Bahru', 'hari ni saya nak bwat skrip yg tak siap2 yg sudah berusia 2 hari. pending work. "hari ni ta nak cakap dgn ko sbb na siapkan skrip" hoho'), (5832, 1801, 'Malaysia', '@SorayaZakaria benda tu maksudnya mag yg ade autograf tu ... jgn salah faham pulak ... hehe'), (5833, 1643, 'Johore, Malaysia', '@_CookieMonstah_ HAHAHA. YEAH~~'), (5834, 1802, 'Johore, Malaysia', 'SHIT OMG IM LATEEEEEEEEE HOW TO GO IN!!!!!!!!!!!!!!!! (@ Subordinate Courts) http://t.co/abQrtBCP'), (5835, 855, 'Riau, Indonesia', '@WullanRaTu iyo tuu Land,, hahhhaha. . ndaK laNd, yU sBuk syutiNg haRi Koo. .'), (5836, 909, 'Johor Bahru, Johore', '@Thirdy22 heller!!!'), (5837, 1803, 'Johore, Malaysia', 'I''m at Subway (Singapore) http://t.co/SqwMPZmw'), (5838, 1715, 'Johor Bahru, Johore', '2 hrs of sleep is atrocious. Omg @JessicaBunnyLiu happy girl energy'), (5839, 871, 'Johor Bahru, Johore', 'Just finished morning jog :)'), (5840, 1770, 'Johor Bahru, Johore', 'walking to school'), (5841, 1804, 'Plentong, Johor Bahru', 'assignment'), (5842, 1805, 'Plentong, Johor Bahru', 'Shopping in the airport :O (@ Changi Airport) http://t.co/VhkHRzii'), (5843, 1806, 'Johor Bahru, Johore', 'Ehubb punye parking seriously merepek gile'), (5844, 1124, 'Johore, Malaysia', '@powerfartgurl @specialistjoe haha boss Pagaling ka'), (5845, 1721, 'Johore, Malaysia', 'Where is the free bus? Poor day to attempt commute without my crutches'), (5846, 1550, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 3 others http://t.co/t1a1yrLc'), (5847, 1686, 'Johore, Malaysia', 'Back at work @MellorJ. Want to get back on the mat too @Eddie_Magician and back into the CrossFit box...'), (5848, 1495, 'Johore, Malaysia', '@MdRuzaini_ @nabellaisml dgr2 kau sorng kan at work nyeh nyeh nyeh...'), (5849, 1730, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 8 others http://t.co/r2vOsDrE'), (5850, 1421, 'Singapore', '@prissyyyyyy OFFICE CAT http://t.co/oLaGQIxS'), (5851, 1647, 'Malaysia', 'I''m at ห้องคลอด รพ.หาดใหญ่ (Hat Yai, Songkhla) http://t.co/t5j6uOYX'), (5852, 1740, 'Johore, Malaysia', '@xavierlur Ahh. I see. Seems like our transport minister needs to improve'), (5853, 1713, 'Plentong, Johor Bahru', '@athirahdiyana hahahha, apalah kau ni. igtkn jumpa kat luar ke kat mana. logiclah mimpi kau tu, pasal hari kan khamis. hahah'), (5854, 1327, 'Johore, Malaysia', '@Sya_miza best lah mcm tu kita mz suroh travel agent arrange kan lah ya x macet ke sana'), (5855, 1807, 'Johore, Malaysia', 'Watching toothfairy 2... (at Blk 339 Clementi Avenue 5) [pic] — http://t.co/COkhsFRF'), (5856, 1808, 'Johor Bahru, Johore', 'Somethings are meant to be mystified.. (@ OCBC Tampines Central 1) http://t.co/qTms96ZH'), (5857, 855, 'Riau, Indonesia', '@sharmacfree iyoo Mii?? Lah pai Ngawas buK guRuu wak Ko??'), (5858, 1788, 'Johor Bahru, Johore', '“@Bible_Time: In his heart a man plans his course, but the LORD determines his steps. -Proverbs 16:9”'), (5859, 1556, 'Singapore', 'Singapore fashion is lack of creativity.'), (5860, 1809, 'Pulai, Johor Bahru', 'I''m at Newcastle University Medical School http://t.co/2U6fXVH4'), (5861, 1801, 'Malaysia', '#loveyoulikealovesong http://t.co/5YP3MlXS'), (5862, 1810, 'Johore, Malaysia', 'I''m at YMCA Singapore (Singapore) http://t.co/NUNz8yte'), (5863, 926, 'Johor Bahru, Johore', '@jap_is_LoCoMoCO I don''t know. Ask syimah'), (5864, 1731, 'Singapore', 'Yeah man I''m the king\\m/ http://t.co/PLAtESxK'), (5865, 1811, 'Johore, Malaysia', 'due to a power suppy this is how it cause @ Plaza Singapura http://t.co/ooce6sKQ'), (5866, 1613, 'Johore, Malaysia', 'I''m at Playground At Blk 57, Jalan Bahagia http://t.co/cBDLqR01'), (5867, 1502, 'Johore, Malaysia', 'Why must i always be the good person -''-'), (5868, 1707, 'Malaysia', '네가 있는데 네가 없다'), (5869, 1172, 'Johor Bahru, Johore', 'I''m at Gate C25 (Singapore, Singapore) http://t.co/pZAtLliE'), (5870, 1744, 'Johor Bahru, Johore', 'I wished you''ll be the one i spend it with. But i doubt you even remember it.'), (5871, 1812, 'Plentong, Johor Bahru', '@zoulchong how"s ya pohpo?'), (5872, 1495, 'Johore, Malaysia', '@RebelliousAmiR oi I''m working man that''s so not cool'), (5873, 1773, 'Johore, Malaysia', '#nowplaying #socialempires'), (5874, 133, 'Johor Bahru, Johore', '“@STcom: No NEL train service between Dhoby Ghaut, HarbourFront http://t.co/CWK6jLDZ” WHAT. I NEED TO GET TO WORK.'), (5875, 1378, 'Johore, Malaysia', 'I''m at Oak3 Films (Singapore) http://t.co/fg04Y8I3'), (5876, 1517, 'Johor Bahru, Johore', '@mimymarizd yup..advisor kami same jgk ;) spe advisor mimy?'), (5877, 1813, 'Johore, Malaysia', 'Wtf. Sch reopen so fast gt IF&amp;A project n pretest to do liao :O confirm will fail want... :('), (5878, 138, 'Plentong, Johor Bahru', 'As usual waiting for azam pickup..'), (5879, 1556, 'Singapore', 'I rather go overseas to shop than buy clothes here. I hate being seen wearing the same with other Singaporean. #paiseh ttm'), (5880, 1814, 'Johore, Malaysia', 'Waiting for the computer to update... (@ SPH Media Centre w/ 3 others) http://t.co/SzCXlfk7'), (5881, 12, 'Plentong, Johor Bahru', 'Like you. HAHA. Oh tak eh? Lol RT @zikivanityteen: The feeling you get when a goodlooking/hot person follows you on twitter.'), (5882, 1530, 'Johor Bahru, Johore', '@Lovedrugss k'), (5883, 1815, 'Johore, Malaysia', 'Just sent a postcard from Sky Park @ Singapore Flyer, http://t.co/obSk5VES #hipster'), (5884, 1770, 'Johor Bahru, Johore', '@TwittyBirdyBird aku pun kat traffic light baru habis kerja'), (5885, 1502, 'Johore, Malaysia', 'Since everybody is like that, it makes bo diff to have another one what cb'), (5886, 1801, 'Malaysia', 'today is things you have to face it, make it #shine , morning all :)'), (5887, 1298, 'Plentong, Johor Bahru', '@Nadott_Dottt heee :D , lame x nmpak kaw on9 ? g mane?'), (5888, 1816, 'Plentong, Johor Bahru', 'I''m at Shell Permas Jaya (Johor Bahru, Johor., Malaysia) http://t.co/CM7A5vnV'), (5889, 1413, 'Johore, Malaysia', 'I wan to sleep.. Very sleepy'), (5890, 1764, 'Johor Bahru, Johore', 'Tomorrow is the last day of school before holiday..'), (5891, 965, 'Johor Bahru, Johore', 'sedang mengusahakan ''life''s schedule'' :)'), (5892, 1643, 'Johore, Malaysia', '@uhuhsiolz!! At Batam City Square, got this Hello Kitty restaurant! O: But it''s in Indonesia. /:'), (5893, 1502, 'Johore, Malaysia', 'Urgh fuck go tumblr see hyuk pix is so much better asshole'), (5894, 1002, 'Indonesia', 'Simalungun na tarkabari ijin do tano hatubuanki,\nsihol ma au mulak ku jin hutano hagodangan kin #Simalungun'), (5895, 1764, 'Johor Bahru, Johore', 'Tahan man,tahan'), (5896, 1818, 'Johor Bahru, Johore', 'Will it rain today?'), (5897, 1819, 'Johore, Malaysia', '@hamdeemuhdd hahahahah! Say sorry hazzeq'), (5898, 1707, 'Malaysia', '지독하게'), (5899, 1820, 'Johore, Malaysia', '@ulfaDHAH33 nth. tak confirm lg nie..'), (5900, 200, 'Kota Tinggi, Johore', '@Yuantingg ya loh, from station walk to your house, like long'), (5901, 1821, 'Johore, Malaysia', '@Im_Yasmiiin i nvr sing FRIDAY, i said Pie-Day.. =_="'), (5902, 1822, 'Johor Bahru, Johore', 'I''m at In front of computer ! http://t.co/GOoAXE64'), (5903, 12, 'Plentong, Johor Bahru', 'Having my breakfast with lil brother ♥♥♥ he is havin cereals. While im havin noodles.'), (5904, 1770, 'Johor Bahru, Johore', '@headshakeshakes masa tu kau main bola aku nengok kau asyik pegang kau nyer ankle jerr kan ??'), (5905, 1124, 'Johore, Malaysia', '@specialistjoe hamishu too boss joe. U feeling better na?'), (5906, 1692, 'Tebrau, Johor Bahru', '@ShukJasni eh? ya ka..? im newbie on twitter. xtahu sangat. notification xda langsung. kena check sendri. sedeyhhh'), (5907, 1823, 'Senai Kulai, Kulai Jaya', 'Having a talk about ''Road safety in Malaysia'' by Monash University''s Associate DIrector Jennie Oxley. [pic]: http://t.co/8u9PsCp9'), (5908, 1824, 'Johore, Malaysia', 'Getting locked out everyday; time to come in to work later. (@ Asia City Media Group (I-S Mag HQ)) http://t.co/4tXbPuOV'), (5909, 1825, 'Johor Bahru, Johore', 'No train service from Dhoby to hfrt! Shit la'), (5910, 1826, 'Johore, Malaysia', 'It''s sad if you''re a shop who has to blast pirated music (songs sung by imitators) #justsaying'), (5911, 1769, 'Johor Bahru, Johore', 'Transit (@ Bus Stop 63341, Opp Blk 709) http://t.co/XoslCFBH'), (5912, 1827, 'Johor Bahru, Johore', 'I''m at Land Transport Authority http://t.co/1T5ZDyle'), (5913, 1828, 'Johore, Malaysia', 'I''m at ESCO Audio Visual Pte Ltd http://t.co/ioJvBbck'), (5914, 3, 'Plentong, Johor Bahru', 'eh alaaahhh mana smua orangniii? :-('), (5915, 1829, 'Johor Bahru, Johore', 'I''m at RRRTF @ Paya Lebar Airbase http://t.co/iIbIBY0X'), (5916, 959, 'Johore, Malaysia', '@Missy_Seri Thanks Bestfriend :)...'), (5917, 1830, 'Johor Bahru, Johore', 'February 15, 2012 :('), (5918, 1310, 'Johor Bahru, Johore', '@shawtypearl Wah. Busted sia u. )):'), (5919, 1615, 'Singapore', '@xnetzz eh! all boxes...cant see..LOL!!'), (5920, 117, 'Johor Bahru, Johore', '@fakeyadam Tau takpe!'), (5921, 72, 'Johor Bahru, Johore', 'So what happened in the past happened already.. Sittin in the corner crying over it wont change it.. So get up and continue livin life.. :)'), (5922, 1124, 'Johore, Malaysia', '@specialistjoe @powerfartgurl awww take care boss.'), (5923, 1327, 'Johore, Malaysia', '@HanHoney230 Jom\nHan mmng best lah sana da gi 3 or 4 times da'), (5924, 12, 'Plentong, Johor Bahru', '@zikivanityteen I bet I''m not zhe only one who thinks so;)'), (5925, 1643, 'Johore, Malaysia', 'When i cough, it hurts, when it hurts, it hurts real bad.'), (5926, 1827, 'Johor Bahru, Johore', 'I''m at Land Transport Authority (Singapore) w/ 2 others http://t.co/dw30OBDv'), (5927, 1643, 'Johore, Malaysia', '@_CookieMonstah_ orh.'), (5928, 1662, 'Johor Bahru, Johore', 'I''m at Tampines MRT Station (EW2/DT32) (Singapore, Singapore) w/ 8 others http://t.co/Bl5nRs52'), (5929, 1831, 'Johor Bahru, Johore', 'I''m at 1623, ITE College West CCK http://t.co/MaoNgTqx'), (5930, 1832, 'Johor Bahru, Johore', '@cm_shoveryshort nope :( Sianz.'), (5931, 1801, 'Malaysia', '@CTNurhaliza11 tak sabar nk dgr ... hehe'), (5932, 1384, 'Johore, Malaysia', 'Train broke down'), (5933, 1384, 'Johore, Malaysia', 'Is there Pokemon on iPhone???'), (5934, 593, 'Johor Bahru, Johore', '@SugaryKittyx ok. Later then say lor.'), (5935, 1833, 'Johor Bahru, Johore', '@r4cha3l easy.....lol....'), (5936, 1024, 'Kota Tinggi, Kota Tinggi', 'Mandi manda (@ Jeram Hj Md Ahir) [pic]: http://t.co/toLJNv6o'), (5937, 1834, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) http://t.co/M8Xyhmtm'), (5938, 1788, 'Johor Bahru, Johore', '“@Bible_Time: In all your ways acknowledge him, and he will make your paths straight. -Proverbs 3:6”'), (5939, 3, 'Plentong, Johor Bahru', '@Rafidahfirdaus morning gorgeousss &lt;3'), (5940, 980, 'Johor Bahru, Johore', 'I''m at West Spring Secondary School (Singapore) w/ 4 others http://t.co/UYs9gt97'), (5941, 1835, 'Johore, Malaysia', '@bgenx hahaha giling lo dr dulu cinta milo!!!! Eh milo d sg lbi enak drpd yg di inod!'), (5942, 12, 'Plentong, Johor Bahru', 'Alhamdulillah for the cooling weather! ♥♥♥♥♥♥'), (5943, 1670, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) http://t.co/a6zSKlWB'), (5944, 1836, 'Johore, Malaysia', 'Last Day! (@ People''s Park Complex w/ 5 others) http://t.co/UbVFCNr1'), (5945, 1837, 'Malaysia', 'อดีตมันคือสิ่งที่ผ่านไปแล้ว แต่อนาคตมันคือสิ่งที่เราต้องเลือกเอง'), (5946, 1127, 'Singapore', 'i dunno why ive been listening to a lot of rock these days...hmmm so unlike me.'), (5947, 980, 'Johor Bahru, Johore', 'I''m at West Spring Sec - Outside Girl Guides Room w/ @foreveryoursxx3 http://t.co/umfYd6Ay'), (5948, 1832, 'Johor Bahru, Johore', '@kimjonqhyun as in go for one day only :x haiz, next time better beware of what we sign up for.'), (5949, 1430, 'Riau, Indonesia', 'aku titip ke kakak cantiiik :* (˘̩̩̩⌣ʃƪ)'), (5950, 1715, 'Johor Bahru, Johore', 'You will always have that annoying colleague or cousin who would like to use "boss in office" to wake u up in Morning when ya late. -.-'), (5951, 1838, 'Johore, Malaysia', 'Dali dali daliiii! (@ VOX LAB w/ @stefanovirgilli) [pic]: http://t.co/iqxc6yyD'), (5952, 1114, 'Johore, Malaysia', 'IVP outing :D (@ Fusionopolis w/ 3 others) http://t.co/jfvqpuax'), (5953, 1770, 'Johor Bahru, Johore', '@TwittyBirdyBird yes'), (5954, 1643, 'Johore, Malaysia', 'Will you be my super man?'), (5955, 1670, 'Johor Bahru, Johore', 'I''m at McDonald''s w/ @jamiieet http://t.co/TyRK75Ey'), (5956, 1153, 'Johore, Malaysia', '“@brycacatian: @giokalaw hahaha! jusko jan nlng ako bibili. lusaw na sa KL plang haha” - ikr! Enjoy KL but ul enjoy Sg more! Kelan ka dito?'), (5957, 965, 'Johor Bahru, Johore', '" jika cinta tak harus memiliki, mengapa rasa sakit?"'), (5958, 1699, 'Johore, Malaysia', 'Oh purple line broke down. Zzz.'), (5959, 1839, 'Johore, Malaysia', 'Just take the circle line. Haha! (@ Dhoby Ghaut Xchange w/ 2 others) [pic]: http://t.co/7t1f1iu2'), (5960, 1840, 'Johore, Malaysia', 'I''m at Tanah Merah Ferry Terminal (Singapore, Singapore) w/ 3 others http://t.co/BNCVtM1U'), (5961, 1841, 'Johor Bahru, Johore', 'Possible response by SMRT to this morning''s NEL disruption: HENG AH not us!!'), (5962, 1472, 'Singapore', '@GooRoro 야 !!!! tat time u only say u chop JR hor... then i say i see Aron first for the group so i choose him.. hahaha!!!'), (5963, 1002, 'Indonesia', 'Ijurmi ma da ito hasian\nnagulu di bajukki haholongan,\ntanda matama di au pargaulan\nalani so tarlupahon au be ho #TaxiParadep'), (5964, 1327, 'Johore, Malaysia', '@Sya_miza bln 6 x tau ni antara Aussie or indo but I would prefer indo lah'), (5965, 1748, 'Tebrau, Johor Bahru', 'I''m at Room 210 @ Sunway College (Johor Bahru, Johor) http://t.co/4aneWIBT'), (5966, 1842, 'Johore, Malaysia', 'Going to Batam for meeting. Have to skip golf this afternoon. Sorry guys! :( (@ HarbourFront Ferry Terminal) http://t.co/aRX8XMIO'), (5967, 1843, 'Johore, Malaysia', 'Breakfast - idiappam with sambar chutney + ginger tea with fresh milk... [pic]: http://t.co/MqKrNPEW'), (5968, 1827, 'Johor Bahru, Johore', 'I''m at LTA VTL Annex Building http://t.co/PLt7R38o'), (5969, 717, 'Riau, Indonesia', 'omongan lo gede''in.....\n''''otak'''' tu jalanin...!!!'), (5970, 1572, 'Johor Bahru, Johore', 'I''m at OCBC @ Bishan (Bishan, Singapore) http://t.co/fFbDYYwx'), (5971, 1844, 'Plentong, Johor Bahru', 'Sarapan di sini (@ Restoran Bumbu Asli) [pic]: http://t.co/aq7VOCWq'), (5972, 1472, 'Singapore', '@GooRoro @DOLroro gold hair wan is Baekho.. ^^'), (5973, 1538, 'Plentong, Johor Bahru', '@ckhq morning ,traffic jam again..omg'), (5974, 1845, 'Johor Bahru, Johore', 'Breakfast is the best meal of the day! (@ IKEA Restaurant) [pic]: http://t.co/H7cVwpxp'), (5975, 1124, 'Johore, Malaysia', '@marikthefox ok sure ;) have a great day'), (5976, 1028, 'Riau, Indonesia', 'Direct Discharging ......... (@ Singapore Brani Terminal) [pic]: http://t.co/jzX88l4v'), (5977, 1005, 'Johore, Malaysia', 'I''m at ITE MacPherson @ Class C401 http://t.co/0d2XbWc1'), (5978, 1846, 'Johore, Malaysia', '@mugunthkumar that''s fast &amp; smart move.'), (5979, 1662, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) w/ 4 others http://t.co/K7HLMcml'), (5980, 942, 'Johor Bahru, Johore', '@AllyErana jalan2 jerr.. nk ikut??'), (5981, 17, 'Johor Bahru, Johore', 'Nap nap (@ CLAWED™ - Clement''s Bed) http://t.co/5jg3nn24'), (5982, 965, 'Johor Bahru, Johore', 'nak rajin kan diri mkn ulam-ulaman &amp; minum air masak'), (5983, 1847, 'Johore, Malaysia', 'Agree (at Japanese Garden @ Yokogawa Roof Top) [pic] — http://t.co/TErFFuuc'), (5984, 1715, 'Johore, Malaysia', 'Worst weapon in the world wasnt the fist or equipment but our emotion.'), (5985, 1002, 'Indonesia', 'Au do naso jujur,\nau do nasala ito,\ndang hupaboa tu ho,\nnaso ho na parjolo #Pargabus'), (5986, 1833, 'Johor Bahru, Johore', 'NEL down. That''s it....'), (5987, 1490, 'Johore, Malaysia', '联合晚报 wrote: 『静思语』人与人相处,都是以声色互相对待。讲话是声,态度是色,因此与人讲话要轻言细语,态度要微笑宽柔。(证严法师)'), (5988, 1472, 'Singapore', '@ShakRoRo @GooRoro @DOLroro JR ~'), (5989, 1849, 'Tebrau, Johor Bahru', 'I''m at (@ Room106@ Sunway College) http://t.co/dnQ2rkF8'), (5990, 1850, 'Johor Bahru, Johore', 'Morning early twitters .'), (5991, 1788, 'Kota Tinggi, Johore', '“@VictoriaOsteen: Everything you need to be successful in your relationships &amp; in every area of your life is on the inside of you!”'), (5992, 965, 'Johor Bahru, Johore', '@zahira95 mlm?? bkn ptg ni ade klas NPS ke zahira?'), (5993, 1630, 'Johore, Malaysia', 'Going out to town later.'), (5994, 1851, 'Johore, Malaysia', 'I''m at Bus Stop 70019 @ Blk 125 http://t.co/FJNPY4Gs'), (5995, 1852, 'Johore, Malaysia', 'I''m at Fairfield Methodist School (Secondary) (Singapore) w/ 6 others http://t.co/4MC7U94H'), (5996, 1775, 'Johore, Malaysia', '@adiiJack HmmK ! Just smile lahh yerh'), (5997, 1853, 'Johore, Malaysia', 'I''m at Microsoft Singapore (Singapore) http://t.co/yP5A29Pa'), (5998, 1854, 'Plentong, Johor Bahru', 'matlab uit'), (5999, 458, 'Malaysia', 'รักวู รักแอล รักจอง รักชางมิน รักจินยอง รักชองดุง รักกยู รักยอลลี่ รักทุกคนว่างั้นเหอะ &lt; ทวิตดี 14241 &gt;'), (6000, 1851, 'Johore, Malaysia', 'I''m at Bus Stop 81099 (Singapore) http://t.co/WfJD87Eb'), (6001, 1854, 'Plentong, Johor Bahru', '#eh selamat pagi. :)'), (6002, 959, 'Johore, Malaysia', '@Luqman_Hakiiim Alif Tc Ok .. Will Try To Find u Somethig :)'), (6003, 1775, 'Johore, Malaysia', 'Lifeskills:)'), (6004, 1731, 'Singapore', 'Simsimi called me a booy-,-'''), (6005, 1850, 'Johor Bahru, Johore', 'Damn it ! Keep losing followers . Stoopid followers . -.-'), (6006, 159, 'Johore, Malaysia', 'NEL trains disrupt again. Think Singapore should make flying cars for the benefits of everyone.'), (6007, 1680, 'Plentong, Johor Bahru', '#NowPlaying Vanilla Twilight - Owl City'), (6008, 1855, 'Johore, Malaysia', 'Finally reach class... Stupid train disruption..'), (6009, 1856, 'Singapore', '@wilyaa proses bikinnya berapa hari ya?'), (6010, 1472, 'Singapore', '@GooRoro WTF is this !? ur GD hahaha!! http://t.co/Y4lUC7Nh'), (6011, 1835, 'Johore, Malaysia', '@satin_lily hahahahhaha using iphone makes u love siti even more!!! Chat with us u also write siti!! Lol'), (6012, 1857, 'Johore, Malaysia', 'I''m at Vocanic Office (Singapore, Singapore) http://t.co/4egV8MRF'), (6013, 965, 'Johor Bahru, Johore', 'alaaa... x dpt tgk #AtasNamaCinta mlm ni..'), (6014, 1858, 'Johor Bahru, Johore', '[UPDATE] class change to 1620 for life skill.'), (6015, 12, 'Plentong, Johor Bahru', 'RT @Laughbook: Google: "I have everything!" Facebook: "I know everybody!" (cont) http://t.co/mZzlrOna'), (6016, 1770, 'Johor Bahru, Johore', '@TwittyBirdyBird ah'), (6017, 1643, 'Johore, Malaysia', 'I don''t want you, i need you.♥'), (6018, 1859, 'Johor Bahru, Johore', 'Not gna go camp! Thx to some effed up tcher spoil my mood-.-'), (6019, 1801, 'Malaysia', '@iamshazwani selamat pagi #wanikerang hahahaha'), (6020, 12, 'Plentong, Johor Bahru', 'RT @zikivanityteen: I will never understand how somebody can not like The Arctic Monkeys'), (6021, 1860, 'Johor Bahru, Johore', 'Dah tak saket kpala , selsema Pulak..'), (6022, 458, 'Malaysia', 'วูชุดน่ารักจัง &gt;//&lt;'), (6023, 1856, 'Singapore', 'agree! apalagi setelah bos wandering around in twitter :| RT@horikitazzz @mrsanugrah never use your real name on social network site.'), (6024, 1850, 'Johor Bahru, Johore', 'i want become fat .'), (6025, 855, 'Riau, Indonesia', '@sharmacfree . . foLLbacK duNk saya . . #deRitajaDiifaNs'), (6026, 1472, 'Singapore', 'like crazy again... feng le ~ LOL~'), (6027, 965, 'Johor Bahru, Johore', '@zahira95 haaa...baru btul! haha..eh...zahira x amik klas petrochem ke?'), (6028, 1673, 'Johore, Malaysia', 'I''m at Toa Payoh Sports &amp; Recreation Centre http://t.co/VZ4O577K'), (6029, 1688, 'Johor Bahru, Johore', 'Whut (@ Boys'' Brigade &amp; Girls'' Brigade Campsite) http://t.co/UQtfByEP'), (6030, 1216, 'Malaysia', 'ออกกำลังกายเสร็จต้องหาไรบำรุงกันหน่อย (@ V.P. Garden Apartment) [pic]: http://t.co/nuQaMbbp'), (6031, 1705, 'Johor Bahru, Johore', 'I''m at Prison Link Centre (Changi Prison Complex) (Singapore, Singapore) http://t.co/bxsN96fj'), (6032, 12, 'Plentong, Johor Bahru', 'RT @_fadlyahmad: I know hips don''t lie... but aunty, you don''t have to use your butt to do all the blurting.'), (6033, 281, 'Johore, Malaysia', 'I''m at Bus Stop 12109 (Opp Ngee Ann Poly) (Singapore, Singapore) http://t.co/M889feSR'), (6034, 1788, 'Johor Bahru, Johore', '“Pray for your family, friends and loved ones and watch God move on their behalf. He will hear your prayers....#pray”'), (6035, 1862, 'Johore, Malaysia', 'It''s delaying at every stop!!!!!!!!'), (6036, 1863, 'Johor Bahru, Johore', '“@ItsLifeNotes: Truly great friends are hard to find, difficult to leave and impossible to forget.”'), (6037, 1835, 'Johore, Malaysia', '@bgenx even milo sachetan di supermarket jg lebi enak hahhahahahah'), (6038, 1707, 'Malaysia', '난 못난 사랑입니다 난못된 사랑입니다... \n웃게 할 자신도 없는데 그데를 갖길 원하는 그게 .....나죠'), (6039, 1864, 'Johor Bahru, Johore', '@WlZDOM followed you just so that sel would follow me back! ^^'), (6040, 1748, 'Tebrau, Johor Bahru', '@EileenKyn WALAO. what time''s flight????'), (6041, 1865, 'Johore, Malaysia', 'At Lhn Group @ 10 Raeburn Park — http://t.co/YMxqSMul'), (6042, 1866, 'Malaysia', 'Selamat Menjalankan Aktifitas.'), (6043, 832, 'Johor Bahru, Johore', 'Ayo tebak aku di mana *goyangdombret RT @Stoirme: @achiiinta lg d johar ye? ato dirumah aja ? ==, http://t.co/gubY36c5'), (6044, 1867, 'Plentong, Johor Bahru', 'morning. and I''m super sleepy today!'), (6045, 1868, 'Johor Bahru, Johore', 'Gl0omy thurzday m0rning..dw ma ulan na namn haizt.. (@ spankydudes crib &lt;3) http://t.co/HVX6tx7x'), (6046, 1850, 'Johor Bahru, Johore', 'i want become fat . ):'), (6047, 1850, 'Johor Bahru, Johore', 'i want become fat badly .'), (6048, 1002, 'Indonesia', 'Lebih baik meninggalkan "sesuatu" demi kebaikan,\ndaripada meninggalkan kebaikan demi "sesuatu".'), (6049, 1816, 'Plentong, Johor Bahru', 'I''m at Post Office Permas Jaya (Johor Bahru, Johor, Malaysia) http://t.co/Yh5fffxV'), (6050, 1713, 'Plentong, Johor Bahru', '@athirahdiyana ada siapa lagi dalam mimpi tu? hahah'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (6051, 1869, 'Pulai, Johor Bahru', 'Sy di sini pepagi ini.. http://t.co/HI9Q25IC'), (6052, 1430, 'Riau, Indonesia', 'Berhenti sakiti dirimu dgn selalu mengharapkannya, kamu bisa bahagia walau tanpanya :'')'), (6053, 1538, 'Plentong, Johor Bahru', '@ckhq ice lemon tea ..no cold one..haha thx'), (6054, 1114, 'Johore, Malaysia', 'I''m at Fusionopolis - Connexis North (Singapore, Singapore) http://t.co/XlybYMt4'), (6055, 1870, 'Johor Bahru, Johore', 'At Anchorvale Isles — http://t.co/7DmLtU4q'), (6056, 12, 'Plentong, Johor Bahru', '@zikivanityteen hahaha because you are good looking dude. Honest opinion.'), (6057, 58, 'Malaysia', '@Pw_npbb หายหาย'), (6058, 3, 'Plentong, Johor Bahru', '@Rafidahfirdaus hehe pergi pasar ehhhh :p haha'), (6059, 1864, 'Johor Bahru, Johore', '@slennagomez @girlnotes I followed qalifa and the girl notes woots :)'), (6060, 69, 'Johore, Malaysia', '@maryisonfire kroo krrooo'), (6061, 1850, 'Johor Bahru, Johore', 'Alaahaai pagi pagi dah gaduh .. haha'), (6062, 1871, 'Johore, Malaysia', '4th April will be the last day for me in Adidas. And I know I will miss all my colleagues &amp; all of the fun there.'), (6063, 1680, 'Plentong, Johor Bahru', '''As many times as I blink I''ll think of You.'''), (6064, 1715, 'Kota Tinggi, Johore', 'Now they luring me to reach office faster with new cute colleague. 人很不好。'), (6065, 1872, 'Johore, Malaysia', 'Now what to do today? Bored mode activated!'), (6066, 69, 'Johore, Malaysia', '@AliahWilliams dah kentot dah. cuma bau je tak sampai sana!'), (6067, 1873, 'Singapore', 'bawaannya malas....'), (6068, 1871, 'Johore, Malaysia', '1 year, 1 month &amp; 1 day, flies so fast ~'), (6069, 871, 'Johor Bahru, Johore', 'Drogba header was unstoppable !!'), (6070, 1707, 'Malaysia', '@ChainTANA ฉึกเชน -0-'), (6071, 1864, 'Johor Bahru, Johore', '@KenTan_CY Oh really? Do I? ^^'), (6072, 1874, 'Johore, Malaysia', 'Streaming @101jakfm sambil nongkrong Pagi di singapore :D (@ Marina Bay Park) http://t.co/CSwj6vfT'), (6073, 1875, 'Johor Bahru, Johore', 'I''m at ITE College West w/ @mehmehtee @gyhq http://t.co/KwknSIYm'), (6074, 226, 'Johore, Malaysia', 'so there is something happen to the mrt again, just wait for the complaints flooding in... #SGlife'), (6075, 1876, 'Johor Bahru, Johore', '#foreveralone'), (6076, 1833, 'Johor Bahru, Johore', 'Dylan sucks!!! And the bitch in cahoots with Dylan... Killer,!!!'), (6077, 1877, 'Johore, Malaysia', '@PhoneDoggy @cutyoursim but they don''t help 04.11.08!'), (6078, 965, 'Johor Bahru, Johore', '@zahira95 oo.. ingtkn amik..kite pun x amik gk..hehe..'), (6079, 1501, 'Johor Bahru, Johore', 'flu attack me again! ʕ•͡~•ʔ'), (6080, 963, 'Johor Bahru, Johore', '@stephhlalala @Mi55_J @rennetteyeo @DianaDeana lol! Then some of us need to dye our hair... Hehe...'), (6081, 1423, 'Johor Bahru, Johore', 'Finally an authentic singapore breakfast. Prata, noodles and grassjelly'), (6082, 1878, 'Johor Bahru, Johore', 'Day2 of my 4mths job:-) (@ Pecko electronics) http://t.co/hJFR5Fay'), (6083, 1878, 'Johor Bahru, Johore', 'I just became the mayor of Pecko electronics on @foursquare! http://t.co/SqVP48Bc'), (6084, 12, 'Plentong, Johor Bahru', 'I bet I''m not the only one who thinks that, @zikivanityteen is hot, or shall I say, good looking.'), (6085, 1879, 'Johor Bahru, Johore', 'is open but no doctors ... nice! (@ Esther Yeo Clinic) http://t.co/xM67Ntej'), (6086, 1864, 'Johor Bahru, Johore', '@JiayueCRAZYliao thx hun :) followed you back.'), (6087, 1713, 'Plentong, Johor Bahru', '@athirahdiyana hahah, perasan niiii. eh, aku nak keluar jap ni. aku bukan online pakai iPhone. hahah, byeeee'), (6088, 1472, 'Singapore', '@DOLroro @GooRoro hanoh ~ his teaser pic more handsome ~ jialat , i think of the gu liang part i still feel like laughing.. chou MX ..hahaha'), (6089, 458, 'Malaysia', 'วู้ดดี้ได้อีกกก ;)'), (6090, 1858, 'Johor Bahru, Johore', 'you know the rock thingy near the beach its BREAK WATER or WATER BREAKER ehk?'), (6091, 281, 'Johore, Malaysia', 'I''m at Ngee Ann Polytechnic (NP) (Singapore, Singapore) http://t.co/bhiPZULo'), (6092, 1880, 'Johore, Malaysia', 'I''m at Hilltop The Gym http://t.co/CLYuYgaj'), (6093, 1881, 'Johore, Malaysia', 'And suddenly the train stops..... What a start of a brand new week!! Huh.,'), (6094, 1882, 'Johor Bahru, Johore', 'I''m at Yio Chu Kang Sports &amp; Recreation Centre (Singapore, Singapore) http://t.co/68mWL0GW'), (6095, 1883, 'Johor Bahru, Johore', 'I''m at Bishan Park Secondary School (Singapore) http://t.co/ITHjkxMf'), (6096, 1509, 'Johor Bahru, Johore', '@TerrenceMclaren -.- . K . _|_. you''re already a pet please. Nb'), (6097, 1884, 'Tebrau, Johor Bahru', 'Jr x sht... (@ Klinik Elizabeth) http://t.co/0Dd1Merm'), (6098, 1872, 'Johore, Malaysia', '@msjenzzy wazup?!'), (6099, 1859, 'Johor Bahru, Johore', '@VANNNNNNS I''m fine! Ahahah. He just nw call my house kpkb when I sleeping-.-'), (6100, 1327, 'Johore, Malaysia', '@Sya_miza da tu da prgi 1997 hehehe b2 dgn hubby time 2 ni Kali nak go nak pakai travel agent if go sendiri leceh nak cari transport'), (6101, 1002, 'Indonesia', 'Ledy sarihon au ito,\nrohakki sai hot do tuho,\nLedy anju ma au ito,\nholongki holan diho,\nLedy oh ledy oh ledy #LEDY'), (6102, 1885, 'Johor Bahru, Johore', 'Just woke up and it is still early!'), (6103, 138, 'Plentong, Johor Bahru', 'Lagu mafa ni,sangat dy nak buat rolling in the deep version melayu..cewhhhh'), (6104, 1472, 'Singapore', '@GooRoro @DOLroro that hair style in trend now.. but Why ppl put that uncle with GD.. =.= BUAHAHAHA!! perverted scientist!!'), (6105, 1886, 'Johor Bahru, Johore', 'I ish so bery bery sad! (at SP Services @ New Tech Park) — http://t.co/HvaX1pKs'), (6106, 965, 'Johor Bahru, Johore', 'dah la..nk sambung ber-design la..'), (6107, 1864, 'Johor Bahru, Johore', '@JiayueCRAZYliao Oh and &lt;3 x 1000000000000000000000000 :)'), (6108, 1759, 'Johor Bahru, Johore', 'I''m at Bus Stop 66499 http://t.co/7QL0x5Rx'), (6109, 1887, 'Johor Bahru, Johore', '@Imaginatioxx still have half an hour'), (6110, 1888, 'Johore, Malaysia', 'It wld be really cool if phones really looked like that http://t.co/YHvUeKt1'), (6111, 531, 'Johore, Malaysia', 'NE tour with resilience -.- (@ The URA Centre) http://t.co/IxZQ4Yz0'), (6112, 1377, 'Johor Bahru, Johore', '@DreamHighFans hi can I request something as a fan of your page? Could maybe like upload onto a site or something'), (6113, 1877, 'Johore, Malaysia', '@CutYourSim if some sources are able to unlock, can we be notified to resubmit?'), (6114, 1889, 'Johor Bahru, Johore', '@YinAnne what happen'), (6115, 1890, 'Johore, Malaysia', 'Good luck sweetheart @Ameefoxxx for ur interview as a style advisor!=)'), (6116, 1891, 'Johore, Malaysia', 'Good Morning Thursday!! (@ Oscar''s Sidewalk Terrace) [pic]: http://t.co/zklotvkK'), (6117, 1816, 'Plentong, Johor Bahru', 'Morning peeps!! Have an awesome day ahead, remember today is thursday malam friday.. #mwhaha ☺♪♫ http://t.co/RqW5Y5Xu'), (6118, 1127, 'Singapore', '#nowplaying ruby - kaiser chiefs'), (6119, 1502, 'Johore, Malaysia', 'Df everything so cui'), (6120, 1253, 'Malaysia', 'I''m at ศรีตรังเนอสเซอรี่ (Hat Yai, Songkhla) http://t.co/ZhBewonC'), (6121, 12, 'Plentong, Johor Bahru', '@zikivanityteen oh please. Why would I wanna lie? Hahah. How others see you is sometimes waaaay different from how you see yourself yknow.'), (6122, 1377, 'Johor Bahru, Johore', '@DreamHighFans and compile all the Dream High 2 songs together? Thanks'), (6123, 1851, 'Johore, Malaysia', 'I''m at Aljunied MRT Station (EW9) (Singapore, Singapore) http://t.co/HjBm3o1q'), (6124, 1472, 'Singapore', '@GooRoro perverted scientist fashion hahaha!!'), (6125, 1864, 'Johor Bahru, Johore', '@IAmRachelAnne shit that''s freaking scary :O'), (6126, 1630, 'Johore, Malaysia', 'Omg no. My mum, aunt and cuzzies are going to town later also.'), (6127, 1850, 'Johor Bahru, Johore', '"@xoxAudreyHoey: I need sex in my life #teamfollowback #instantfollowback"'), (6128, 1850, 'Johor Bahru, Johore', '"@LTAsg: Accident on PIE towards Tuas before Bendemeer Rd with congestion till Paya Lebar Flyover. Avoid lane 5"'), (6129, 1892, 'Plentong, Johor Bahru', 'chaww . nak gerak skolah gotong-royong 5S &lt;3 HAHA'), (6130, 965, 'Johor Bahru, Johore', '@zahira95 haha.skrg fb dh jatuh nbo 2. twiter nbo 1.'), (6131, 1893, 'Johore, Malaysia', 'I''m at Marina Bay Sands (MICE) Expo &amp; Convention Center (Singapore, Singapore) http://t.co/pVIu1xsI'), (6132, 25, 'Johor Bahru, Johore', '@LegitlySolihin ala gurau pun tkle ke. Aku pun baik mcm biase.'), (6133, 1894, 'Plentong, Johor Bahru', '@FinieLou Happy Birthday &lt;3'), (6134, 1895, 'Johor Bahru, Johore', '@zhuangg @GloriaYanns you guya installed the NP software alr?'), (6135, 997, 'Johor Bahru, Johore', 'I''m at Bishan MRT Interchange (NS17/CC15) (Singapore, Singapore) w/ 3 others http://t.co/EySoYTSM'), (6136, 1721, 'Johore, Malaysia', 'This free shuttle bus is tremendous! Quicker than mrt. Should keep this a permanent fixture. #mrt'), (6137, 1896, 'Johor Bahru, Johore', 'Stuck at some ulu place in Ubin :/ http://t.co/miZrUfLm'), (6138, 1850, 'Johor Bahru, Johore', 'Omg me please be fat everyday please .'), (6139, 1430, 'Riau, Indonesia', 'pernahpernahpernah RT@MotivasiCintaku Pernah ngga kalian terjebak dalam cinta dua hati? #MotivasiCintaku'), (6140, 72, 'Johor Bahru, Johore', 'Listening to good songs on my iphone. So really making my morning.'), (6141, 934, 'Johore, Malaysia', 'We already have so much to do still they wanna add the workload, mark there mark here, mark yourself la! #period'), (6142, 69, 'Johore, Malaysia', '@maryisonfire doom pa chale doom pa cha le!'), (6143, 1650, 'Johore, Malaysia', 'I''m at Science Park 1 http://t.co/bblNPgsY'), (6144, 1731, 'Singapore', 'Dream about going to One Direction concert!\nHais I juz wish I didn''t woke up!:('), (6145, 1897, 'Johor Bahru, Johore', 'I''m at Bishan MRT Station (Singapore) http://t.co/fshD6Bkm'), (6146, 1898, 'Johore, Malaysia', '"People who create their own drama, deserve their own karma.” :)'), (6147, 1899, 'Johor Bahru, Johore', 'Ok i just scared myself white screen of death mbp 30 mins ago . Click 3 times still white. Than my batt charge 50 % than can startup'), (6148, 226, 'Johore, Malaysia', 'tonight gonna be a huge night for #MUFC ! is do or die time in #europaleague come on united!'), (6149, 1900, 'Johor Bahru, Johore', 'Game! Lepak! (: (@ Blk 350 Tampines Street 33) http://t.co/FlxN62dD'), (6150, 1318, 'Johore, Malaysia', 'Can''t wait for my new MBA to arrive, my MBP is so slow, Firefox (1 tab), Chrome (3 tabs), Skype, Terminal makes the CPU load @ 20% constant!'), (6151, 1739, 'Johor Bahru, Johore', '@lejia33 yes !! Haha I get up at 4:30 everyday for the past 11 to reach school on time^_^'), (6152, 186, 'Johor Bahru, Johore', 'Goodmorning hor !'), (6153, 1901, 'Johor Bahru, Johore', '@halima1101 hahahah.. Then who ah... I feel like looking at a specific latte.. =p'), (6154, 138, 'Plentong, Johor Bahru', '#Thefeelingiget oke am I just pronounce "the feeling giget.."'), (6155, 1472, 'Singapore', '@GooRoro @DOLroro is damn kong bu when close n look into his eyes. faintz.. too pretty liao.. hair stands. haa!! BAP tough &amp; funny haa!!'), (6156, 1843, 'Johore, Malaysia', 'Ah! No downside from where I am - liking it! Hell yeah! The Only way is up #WhereItBegan'), (6157, 1421, 'Singapore', '@vdawgthebeast lol nice mock la math god'), (6158, 1209, 'Johore, Malaysia', '@BaoBi_BaoBi hahahaha why your train so terrible one?'), (6159, 69, 'Johore, Malaysia', '@Aien_TW something bad? hahah bad mcm mana tu?'), (6160, 1899, 'Johor Bahru, Johore', 'I thought i going to die especially i nvr backup pub'), (6161, 1902, 'Johore, Malaysia', 'Still cant get it right in my mind...Is this for real? Feel my heartbeat!!'), (6162, 1253, 'Malaysia', 'I''m at สี่แยกโลตัส-ม.อ. http://t.co/n8uQL3jP'), (6163, 1460, 'Johore, Malaysia', 'Who''s in sch?! (@ MDIS UniCampus w/ 5 others) http://t.co/Pa45ckDE'), (6164, 1509, 'Johor Bahru, Johore', '@TerrenceMclaren kiss my lap chong Nb. Pet-.-'), (6165, 965, 'Johor Bahru, Johore', 'misi hari ni nk siapkan sub-topic market survey~ come on sulaiha, come on!!'), (6166, 1903, 'Johore, Malaysia', 'I shall start on the holiday homeworks. -sigh-'), (6167, 1259, 'Johore, Malaysia', 'Breakfast time. (@ RISE@Marina Bay Sands) http://t.co/1E6Hc7M7'), (6168, 1850, 'Johor Bahru, Johore', 'Hi budak budak college . Amcm korg skrg ? Haha .'), (6169, 1509, 'Johor Bahru, Johore', 'Zzzz'), (6170, 69, 'Johore, Malaysia', 'yuk bergoyang - @altimet on RiaFM'), (6171, 688, 'Johor Bahru, Johore', '@gdragonnnnn asking for trouble right haha .'), (6172, 25, 'Johor Bahru, Johore', '@ManMathers @Sam_Hayley17 korang 2 dh mcm gay boy sia. Pagi pagi slalu gi umah each other. Haha'), (6173, 1904, 'Johor Bahru, Johore', 'I''m at Ite College Central (Bishan) BEC http://t.co/aDdWB8vj'), (6174, 1901, 'Johor Bahru, Johore', '@halima1101 I like this quote by u... U got tell me b4 when I was in BMT!'), (6175, 1713, 'Plentong, Johor Bahru', '@athirahdiyana aku tak jadi keluar. hahha'), (6176, 1664, 'Malaysia', 'Booooooooooo!!!hahaha"@ArifAhmads: @queprince ada lg satu trtggl. Kacak dan bergaya. :8)"'), (6177, 1509, 'Johor Bahru, Johore', '_|_ =.= _|_'), (6178, 211, 'Plentong, Johor Bahru', 'Apa Benda La Si Michael Kors Ni Call Aku Pagi2 Camni..Nak Bagi Jam La Tu..'), (6179, 1819, 'Johore, Malaysia', '@hamdeemuhdd esh rabak! Hahaha yelah. last warning uh! Hahaha'), (6180, 1630, 'Johore, Malaysia', 'Memekaknye. Somebody is fighting in the morning. And it is the opposite block I think.'), (6181, 123, 'Johore, Malaysia', 'Lol OMG cannot stop laughing haha OMG my colleague just shoot my other colleague .and the thing is she always scold me I bully her lol'), (6182, 1905, 'Johor Bahru, Johore', 'I''m at Bus Stop 59399 (Opp Blk 367) (Yishun, Singapore) http://t.co/hCVayehx'), (6183, 1906, 'Johor Bahru, Johore', 'Lights, Camera, ACTION! @ Lobby Lounge Crowne Plaza Hotel Changi Airport http://t.co/oZtAha45'), (6184, 362, 'Johore, Malaysia', 'They say as you growing , You eat more but siallah ! I just eat I hungry ! Then I eat again , 1 hour hungry ! -.- ! Die can !'), (6185, 958, 'Johore, Malaysia', 'Freezing cold...'), (6186, 1529, 'Johore, Malaysia', 'will go for art at 2pm'), (6187, 1907, 'Johor Bahru, Johore', 'I need some GOOD VIBES today!!!'), (6188, 1363, 'Johore, Malaysia', 'Cheer up laa :) Not coming training tmr?'), (6189, 1120, 'Tebrau, Johor Bahru', '@pman_tnt kanz? Main simple touch je..br cr. Aku nk beli kasut mcm adik aku tu lah..ringan bhai'), (6190, 1908, 'Johor Bahru, Johore', 'Queue here is INSANE. (@ Sengkang Polyclinic (Singhealth)) http://t.co/oXxTFgQZ'), (6191, 1909, 'Plentong, Johor Bahru', 'I''m at JB Sentral (Johor Bahru, Johor) http://t.co/npOIgUyE'), (6192, 1899, 'Johor Bahru, Johore', 'Backing up now....'), (6193, 1910, 'Johor Bahru, Johore', 'I''m at Home Team Academy Blk 12A (Singapore) http://t.co/uHuY0FBB'), (6194, 1912, 'Johore, Malaysia', 'An app within an app! Wish us luck - really hope we secure this account! @ Tanjong Pagar MRT Station (EW15) http://t.co/dWT8qxIx'), (6195, 1835, 'Johore, Malaysia', '@bgenx byk koq, di cold storage ada koq dijual se pak gtu sachetan, macem2 jg milonya gatau bedanya apaan heheheh'), (6196, 1913, 'Plentong, Johor Bahru', '@CTNurhaliza11 kah..kah.. Kah.. Kelakar2. Ilang ngtk kawe. Hihi. Tq k.iti. Tq suria fm. Muahh.. :-)'), (6197, 97, 'Johore, Malaysia', 'I''m at Smoking Area, Keppel Shipyard (Tuas, Singapore) http://t.co/htTUpOcX'), (6198, 97, 'Johore, Malaysia', 'I just ousted Eric Y. as the mayor of Smoking Area, Keppel Shipyard on @foursquare! http://t.co/II1hi48c'), (6199, 1914, 'Pulai, Johor Bahru', 'Universal studio :D (@ singapore) http://t.co/KBUIbt6J'), (6200, 1915, 'Johor Bahru, Johore', 'Bored at national competition. :-('), (6201, 1916, 'Tebrau, Johor Bahru', 'Dah tolong buat lagi nak bising #haramjadah betul lah....'), (6202, 12, 'Plentong, Johor Bahru', '@zikivanityteen HHAHAHA trying to prove a point.'), (6203, 1643, 'Johore, Malaysia', '@_CookieMonstah_ not replying so i spamming (;'), (6204, 97, 'Johore, Malaysia', 'I''m at Keppel Shipyard Admin Block http://t.co/Mqshpa7e'), (6205, 123, 'Johore, Malaysia', 'Finally I can take off that back of being a bully already haha lol and all of us really lol damn loud'), (6206, 1918, 'Johore, Malaysia', '@PChristiany xbb smalem ud bbo pauu, d bukit batok ( pasti ga tau ) jauh dr kotaa ~'), (6207, 1601, 'Plentong, Johor Bahru', 'I''m at ONE Gym Muay Thai &amp; KickBoxing (Johor Bahru) http://t.co/xf3hF2zQ'), (6208, 1509, 'Johor Bahru, Johore', '@TerrenceMclaren .....'), (6209, 1919, 'Senai Kulai, Kulai Jaya', '@norbaayahreza hi..kenal saye x?'), (6210, 1920, 'Johore, Malaysia', 'Gotta remind myself to stop hunching when im tired'), (6211, 1850, 'Johor Bahru, Johore', '@JustHookup133 are you sure ?'), (6212, 1917, 'Johor Bahru, Johore', 'Sex! Lols!'), (6213, 25, 'Johor Bahru, Johore', '@ManMathers okay lah. I know both of u are bestfriends.'), (6214, 1157, 'Johor Bahru, Johore', 'So I''m like rotting here ._.'), (6215, 1327, 'Johore, Malaysia', '@Sya_miza Kira mz kt png book flight je ke?'), (6216, 460, 'Johor Bahru, Johore', '@fannshakebutt nanti kalau aku jumpe yang delicious2 aku update kau k? Heheheheh'), (6217, 1921, 'Johore, Malaysia', 'doin history project hais...'), (6218, 1472, 'Singapore', '@ShakRoRo @GooRoro @DOLroro BUAHAHAH !!! 好学不学,学my bad point..everyone also wan. hahahaha !!!'), (6219, 97, 'Johore, Malaysia', 'I''m at Keppel Tuas Superintendent Office http://t.co/TmREKmQl'), (6220, 1856, 'Singapore', '@leeRieke iki tentang opo? aku lali.. :))'), (6221, 1922, 'Johor Bahru, Johore', '@jasonhalago @jeddaumento @airni28 @garybeyds @richardperolina Nueva York..!'), (6222, 478, 'Johor Bahru, Johore', 'I think it''s coming!! I can feel it! Please don''t come on Friday.. I don''t wanna f\nDeal with u, it will make the cromps!'), (6223, 1923, 'Johor Bahru, Johore', 'I''m at Fatboy''s The Burger Bar Upper Thomson (Singapore) [pic]: http://t.co/vTu6V44I'), (6224, 1864, 'Johor Bahru, Johore', '@KenTan_CY your late every bloody freaking day. how awesome.'), (6225, 1662, 'Johor Bahru, Johore', 'I''m at Dunman Secondary School (Singapore, Singapore) http://t.co/Vs6bLiA3'), (6226, 1331, 'Johor Bahru, Johore', '@TasnimKun Hi...'), (6227, 1698, 'Plentong, Johor Bahru', '| engaged, pre wedding, n wedding. book us now ! http://t.co/bTOTokbU'), (6228, 1833, 'Johor Bahru, Johore', 'Xie langfeng rocks haha!!!!'), (6229, 1588, 'Johor Bahru, Johore', 'I''m at Yishun Secondary School w/ @xweedandcigs @yangdino http://t.co/Dcny9cTS'), (6230, 1924, 'Johor Bahru, Johore', '@niccc22 aunty brand !'), (6231, 1925, 'Johor Bahru, Johore', 'At ite bishaaaaan'), (6232, 1856, 'Singapore', '#np G-Dragon - Sonyeoniyeo'), (6233, 1472, 'Singapore', '@GooRoro @ShakRoRo @DOLroro i wan Aron as per initial choice hahaahah!!'), (6234, 1157, 'Johor Bahru, Johore', 'Why so boring ); alibaba'), (6235, 1926, 'Riau, Indonesia', '@cutory emang salah klo orang blg ori kurus :-|'), (6236, 1927, 'Johore, Malaysia', 'I don’t worry about terrorism. I am not married for'), (6237, 1517, 'Johor Bahru, Johore', '@mimymarizd aah kalo x mesti sme sbb kbykan yg sme company dpt adv sme jgk'), (6238, 1928, 'Johor Bahru, Johore', '#daddy is #sick .. #wawa naman .. #chubbyhubby #photoftheday #iphone4 @ Singaporeairlines t3 business class http://t.co/drgccdHc'), (6239, 1929, 'Johor Bahru, Johore', 'Otw to werk.... Hpfly tat fuck up face will b in gd mood today..'), (6240, 1819, 'Kota Tinggi, Johore', '@hamdeemuhdd hahahaha confirm pah??! Aku kasi sampai 1st april boleh???'), (6241, 1930, 'Johor Bahru, Johore', '@DANIEL__I__BUM who jun?? No la!'), (6242, 563, 'Johor Bahru, Johore', 'Chest pain.. Can''t sleep.. FML.'), (6243, 1931, 'Johor Bahru, Johore', '@nrlshzwni hahahha so cute la your mum'), (6244, 171, 'Johore, Malaysia', '@Bubunchan @miraachari wwwwaaa asyiknyaaa. Semangat bun. Harus menang ya.'), (6245, 1921, 'Johore, Malaysia', '@MrsVampireee have fun in sentosa every1'), (6246, 226, 'Johore, Malaysia', 'so there is something wrong w/ the other lane. so only 1 lane is operating..this is not good. how many times already? #SGlife'), (6247, 1763, 'Indonesia', '@pauldepe wkwkwk.., snde tanya..'), (6248, 12, 'Plentong, Johor Bahru', 'MOSQUITOES! I NO LIKE U. GO AWAY!!!!'), (6249, 1932, 'Johore, Malaysia', 'I''m at Marina at Keppel Bay (Singapore, Singapore) http://t.co/Yp14OYXP'), (6250, 965, 'Johor Bahru, Johore', '@zahira95 ehh...yeke? hee. fb kite dh post2..tgk2 cmtu je..komen2 sket dh.. huhu..'), (6251, 1483, 'Singapore', '@GooRoro @ShakRoRo @Aiiroro @DOLroro hey.. i like baekho leh'), (6252, 1919, 'Senai Kulai, Kulai Jaya', '@pianash yan, hang kat mane?'), (6253, 1283, 'Johor Bahru, Johore', 'Got. I woke you up. RT @Magggdalene: SERIOUSLY FML, nobody wake me up.'), (6254, 1850, 'Johor Bahru, Johore', 'Selamat pagi semua .'), (6255, 460, 'Johor Bahru, Johore', '@fannshakebutt pompan tu ish the up class breakfast k.. Hahahagag. Selera jap i, makes me hungry. Hahahahaha'), (6256, 171, 'Johore, Malaysia', '@elvypangaribuan @jillo_o hiburan d sini ga pake badut. Tp pake banji kw super dari thailand.'), (6257, 1933, 'Johor Bahru, Johore', 'I''m at Popeyes® Louisiana Kitchen (Singapore, Singapore) http://t.co/iISlQCib'), (6258, 1318, 'Johore, Malaysia', '@tserivdd quite far :('), (6259, 1864, 'Johor Bahru, Johore', '@KenTan_CY body slam ? Are you freaking serious.'), (6260, 1934, 'Johore, Malaysia', '#MRT #SGlife #michelleng #wedding #kenny #missal #romancatholic #hdb #city #urban #public #TweetBot http://t.co/6eDmN604'), (6261, 1318, 'Johore, Malaysia', '@sugahplume @sreneee cool see ya! =D'), (6262, 171, 'Johore, Malaysia', 'yoi~ “@elvypangaribuan: Jam sgini, lg d balkon.. Pasang lagu, bawa speaker kluar.. Dan cerita dimulai.. anjaninadya @jillO_o @jesszz_otto”'), (6263, 688, 'Johor Bahru, Johore', '@gdragonnnnn :)'), (6264, 1676, 'Johore, Malaysia', '@chongtingting hired driver?'), (6265, 1643, 'Johore, Malaysia', '@_CookieMonstah_ i no receive sialz. /:'), (6266, 313, 'Johor Bahru, Johore', '@_tohalvin nice dp :)'), (6267, 1935, 'Plentong, Johor Bahru', '@AinaDayana9 ouh hahah . Rindu kau jugakk ;)'), (6268, 281, 'Johore, Malaysia', 'I''m at GymWerkz (Singapore) http://t.co/W0bMxSsv'), (6269, 1936, 'Johore, Malaysia', 'I''m at Suyen''s crib ♡ http://t.co/bBUlyi2f'), (6270, 1931, 'Johor Bahru, Johore', '@aaaaapril the mrt cause a stir huh'), (6271, 1364, 'Johore, Malaysia', 'lol!“@BrunoMars: This is the painting in my hotel room.. What does this even mean?? http://t.co/Xe2hZ8yr”'), (6272, 1833, 'Johor Bahru, Johore', '@michelleneoys suay lor.....walao'), (6273, 1572, 'Johor Bahru, Johore', 'I''m at HDB Bishan Branch Office (Singapore, SG) http://t.co/n9DLxxmn'), (6274, 1927, 'Johore, Malaysia', 'Before marriage, a man declares that he would lay down his life to serve you; after marriage, he won’t even lay down his newspaper to talk'), (6275, 1613, 'Johore, Malaysia', 'I''m at Coffee Shop @block 74 http://t.co/50qr5K8O'), (6276, 1615, 'Singapore', '@xnetzz hahaha!! i see ~~ kkkkk...hmm..cos i see alot cm dp!! so i put maknae..so kiyo~~~ :D'), (6277, 1694, 'Johor Bahru, Johore', '@Ameliaayp oh harlo thanks for the follow :)'), (6278, 603, 'Kota Tinggi, Johore', 'Now am sleepy... While waiting for soulmate... Guess I''ll have a nap 1st can''t control my eye... (at My Sanctuary...) — http://t.co/FKe2PBnr'), (6279, 1909, 'Plentong, Johor Bahru', 'Breakpeshhh (@ KFC (24 hours) @ JB Central w/ @husnulabdullah) http://t.co/2M9Gnv7R'), (6280, 171, 'Johore, Malaysia', '@miraachari @bubunchan mmmaaaauuuu.. Kok kalian jago masak semua. Gue cuman bs buat tahu goreng doang..'), (6281, 1937, 'Johore, Malaysia', 'Gotta make\nPricing interesting so listening to amy winehouse this cloudy morning....'), (6282, 1890, 'Johore, Malaysia', '@Ameefoxxx :P'), (6283, 1938, 'Johor Bahru, Johore', 'I''m at Smrt Buses: Bus 67 http://t.co/jA9a3ppC'), (6284, 900, 'Johore, Malaysia', '“@EnjoyWineSg: @iChappers "Alcohol Free Day"... :)” how dull?'), (6285, 1939, 'Senai Kulai, Kulai Jaya', 'I''m at R&amp;R KulaiJaya (North Bound) (Kulai, Johor) http://t.co/OtDkV8I7'), (6286, 1940, 'Johor Bahru, Johore', 'I''m at In The Lrt http://t.co/2AqkFBWA'), (6287, 1941, 'Plentong, Johor Bahru', 'I''m at Marsah (Johor Bahru, Johor) http://t.co/OpkzrZGM'), (6288, 1942, 'Johore, Malaysia', 'Nice! Bus pun sampai! (@ Bus Stop 01311 @ Lavender Station) http://t.co/sL41Rote'), (6289, 1599, 'Johore, Malaysia', 'I''m at National University Hospital (NUH) (Singapore, Singapore) w/ 7 others http://t.co/FL7JzxE7'), (6290, 1043, 'Johore, Malaysia', '@AHAbroadband DAHSYAT!!! nomor AHA sy sudah aktif dah bisa buat call layaknya esia! thanks yak opa AHAbroadband!!!\nAHA memang DAHSYAAAAT!!!'), (6291, 1491, 'Johore, Malaysia', '@chersinn batam hehe..\nWanna go? :)'), (6292, 965, 'Johor Bahru, Johore', 'kebersihan itu kesukaan Allah.. **jom mengemas**'), (6293, 1943, 'Johore, Malaysia', 'I''m at HarbourFront Centre (Singapore) http://t.co/2vyvoInB'), (6294, 1944, 'Johor Bahru, Johore', 'I''m at ClubFITT Gym (Singapore, Singapore) http://t.co/oJ0ixT8z'), (6295, 1740, 'Johore, Malaysia', '@tanjiajun93 omg you like seyong?'), (6296, 1945, 'Johore, Malaysia', 'Leavin 4 Hantu...\nHope for good weather despite the forecasts...\n:DD @'), (6297, 1864, 'Johor Bahru, Johore', '@sujtinbieber I followed whatever sel suggested, but nt following wht you suggested. :D why? Cause I''ve alr followed them long before. :)'), (6298, 1157, 'Johor Bahru, Johore', 'Tummy ache );'), (6299, 12, 'Plentong, Johor Bahru', '#nowwatching back to the future. I''ve never ever watched this movie full in my almost 18 years of life. Even today.'), (6300, 1946, 'Johore, Malaysia', 'Wanna go home and play my nfs run :( (at SCDF HQ) — http://t.co/8zAZvONK'), (6301, 1184, 'Johore, Malaysia', 'I''m at ITE College East (Singapore, Singapore) w/ 15 others http://t.co/kjcY5Tqx'), (6302, 1472, 'Singapore', '@Ruiiroro @GooRoro @ShakRoRo @DOLroro haha oh ya hoh.. u mention before... Shak Ren is urs liao hahahah!! the most pretty wan ^^v'), (6303, 171, 'Johore, Malaysia', 'Good morning. Y U NO GIMME MORE TIME TO SLEEP?!'), (6304, 1947, 'Johore, Malaysia', 'I''m at HOMEZ http://t.co/Utl6DriD'), (6305, 1740, 'Johore, Malaysia', '@Sharmainetsy wah which station?'), (6306, 1948, 'Johore, Malaysia', 'I''m at Isetan Scotts (Singapore, Singapore) w/ 3 others http://t.co/551Q6mjC'), (6307, 1935, 'Plentong, Johor Bahru', '@AinaDayana9 kat rumah . Asal ?'), (6308, 1643, 'Johore, Malaysia', '@_CookieMonstah_ but i no receive sialz. :O'), (6309, 1949, 'Pulai, Johor Bahru', 'Cool down after had a heated arguement with celcom costumer service officcer (@ Restoran Habib Taman Tampoi Utama) http://t.co/vQFYaBC3'), (6310, 1950, 'Johor Bahru, Johore', '@AnaFanna ape nie... Notty...'), (6311, 226, 'Johore, Malaysia', 'funnily it always happen in the morning during peak hours when everyone is rushing to work. why never on a weekend? #mrtfail'), (6312, 1737, 'Johore, Malaysia', 'I''m at Nanyang Academy Of Fine Arts Campus 3 http://t.co/YDXI6M5M'), (6313, 25, 'Johor Bahru, Johore', '@ManMathers kalau boleh nk join. Tapi aku tk layak uh nk bestfriend ngan korang. Aku tahu aku sape.'), (6314, 1951, 'Johor Bahru, Johore', '“RT@MinJeong_0124: Tmrw is alr friday.. So fast ?!?!”'), (6315, 1952, 'Johor Bahru, Johore', 'I''m at Juma''en''s Home! http://t.co/AL3mEYlD'), (6316, 1953, 'Johor Bahru, Johore', '@SammmOpphx just being cheerful abt the point. Hehes. Btw ur l'), (6317, 1926, 'Riau, Indonesia', 'ngaku2 kurus, KASIAN -&gt;RT @cutory : @anggitarizki emang kurus ori \\(‾▿‾\\)┌(_o_)┐(/‾▿‾)/'), (6318, 1954, 'Johore, Malaysia', '@Deannatdx yeah I know right! Love you too! '), (6319, 1589, 'Kota Tinggi, Johore', 'I wanna bath first (:'), (6320, 1157, 'Johor Bahru, Johore', '“@TheBoysWho: Sometimes you don''t miss the person, you miss the memories you shared with them.”'), (6321, 1918, 'Johore, Malaysia', 'Molningg my dearest sisters , @HeLchan_ @echellechell @eunikerani @aprilliatjandra @evelyn_ipeh @lisyayaya @lisam... http://t.co/Pc3LY09Z'), (6322, 1744, 'Johor Bahru, Johore', 'I like Nu''est!'), (6323, 1950, 'Johor Bahru, Johore', 'Eating at 7-eleven... 2 hours no study'), (6324, 900, 'Johore, Malaysia', '@iChappers @enjoywinesg not had a drink since Sunday and that was only one beer'), (6325, 1956, 'Johor Bahru, Johore', 'Just came out from the doctor''s, took out my stitches today! :X (@ Mount Alvernia Hospital) http://t.co/gcfQJtA7'), (6326, 1957, 'Johor Bahru, Johore', 'I''m at PappaMia w/ @ulhudaa http://t.co/HBXnUJiJ'), (6327, 1792, 'Tebrau, Johor Bahru', '@frzmhdsllh morning fairuz :)'), (6328, 1713, 'Plentong, Johor Bahru', '@athirahdiyana sebab orang yang aku nak jumpa takde. hahaha, kau pergi lah mandi pastu study. haha, cantikkan ayat?'), (6329, 1405, 'Johor Bahru, Johore', 'MY JEANS ARE SO COLDDDDD.'), (6330, 1958, 'Johor Bahru, Johore', 'I''m at Pasir Ris Bus Interchange (Singapore, Singapore) http://t.co/UhJCE2Iy'), (6331, 1959, 'Johore, Malaysia', '@1DAmerica_x preach it'), (6332, 1954, 'Johore, Malaysia', '@supfaithhh okie dokie then!'), (6333, 12, 'Plentong, Johor Bahru', '@zikivanityteen how abt u try rt-ing it and see how many people agrees? You''ll nvr know. OR THEY ARE JUST SHY TO SAY. hahaha'), (6334, 1120, 'Tebrau, Johor Bahru', '@ashrdzn classmate kau umur berapa? 19?'), (6335, 1960, 'Senai Kulai, Kulai Jaya', 'Lets go FKM (@ Bus stop u5) http://t.co/PWXSsb0h'), (6336, 1157, 'Johor Bahru, Johore', 'Lack of nicotine . Gosh ... 12pm seem so far away ...'), (6337, 1405, 'Johor Bahru, Johore', 'Thanks to my air con. :p'), (6338, 1961, 'Plentong, Johor Bahru', 'saya sayang awak,,,,\nopssss,,,,,,'), (6339, 1962, 'Johore, Malaysia', '@jed_yuste goodmorning Hia!'), (6340, 1953, 'Johor Bahru, Johore', '@SammmOpphx Hehes. Just being cheerful abt ur point :D'), (6341, 715, 'Johore, Malaysia', 'I''m at RS Components @ IBP w/ @alyce_kathlyn http://t.co/uCivMJoz'), (6342, 1731, 'Singapore', 'Idk y now I''m argueing wif Simisim!Takde kerja siol!-,-'), (6343, 1963, 'Johor Bahru, Johore', '@CAguileraID @joshuajstrick @damonelliott yup after researching, thanks for info !'), (6344, 1668, 'Johore, Malaysia', 'Foooooood!!! :P (@ Toast Box) [pic]: http://t.co/r63kzDlJ'), (6345, 1964, 'Johore, Malaysia', 'No way out. @ Surrey Road http://t.co/bZlf9CTS'), (6346, 45, 'Johore, Malaysia', 'We were suppose to meet at 8 :p and it''s 945. What a joke :p'), (6347, 1850, 'Johor Bahru, Johore', 'Pkm kau uhh .'), (6348, 1405, 'Johor Bahru, Johore', '@Deeylahz yeah. Lol. :) I go out always wear jeans derhhh.'), (6349, 965, 'Johor Bahru, Johore', 'bila terfikir pasal grad, mesti akan ingat Ayah~ :('), (6350, 1965, 'Johore, Malaysia', '@LiyanaJasmay selamath pagi cool thursday johor'), (6351, 1966, 'Johore, Malaysia', 'RT@NotesOnGirls: True Friend: Cares like a mom, scolds like a dad, teases like a sister, irritates like a brother &amp;loves more than a lover'), (6352, 1967, 'Johor Bahru, Johore', 'Greece has become the freeloader surviving on unemployment handouts.'), (6353, 226, 'Johore, Malaysia', 'so now i have a take bus from dhoby ghaut to clarke quay...oh crap! i miss my shift work even more! now finally feel it! #mrtfail'), (6354, 460, 'Johor Bahru, Johore', '@fannshakebutt hahahahaha. And dirty too. @muzpsy mesti loike. Hahahahahaha'), (6355, 1820, 'Johore, Malaysia', 'RT @RiniAmiliaa Terharu dengan smash yg tk putus asa. Even sakit, still menjalankan tugas dgn baik. WHU!! :D'), (6356, 1850, 'Johor Bahru, Johore', '"@xohluv: #stronglyattractedto my boyfriend."'), (6357, 1731, 'Singapore', 'She didnt give me money!&gt;&lt;'), (6358, 1445, 'Johore, Malaysia', 'I dnt like to give ppl high hope. They will get disappointed.'), (6359, 963, 'Johor Bahru, Johore', '@stephhlalala @Mi55_J @rennetteyeo @DianaDeana lol. Maybe tie ur hair &amp; cut ur fringe short? =D'), (6360, 1833, 'Johor Bahru, Johore', '@michelleneoys u still jam at hougang??!!'), (6361, 1792, 'Tebrau, Johor Bahru', '@frzmhdsllh okay goodluck. Take your time :)'), (6362, 1162, 'Johore, Malaysia', 'I''m at Cafe 1 @ ITE College East (SM Campus) (Singapore) http://t.co/MD8iyRVV'), (6363, 1907, 'Johor Bahru, Johore', '“@TheseDamnQuote: It’s tough when someone special starts to ignore you, but it’s even tougher when you have to pretend that you don’t mind.”'), (6364, 12, 'Plentong, Johor Bahru', 'Everyone''s beautiful. ♥'), (6365, 1941, 'Plentong, Johor Bahru', 'I''m at Istana Besar Johor Bahru http://t.co/O0OywJqi'), (6366, 988, 'Johor Bahru, Johore', 'swimming time ^^ (@ School of Engineering @ ITE College West w/ 2 others) http://t.co/MZoWdwHm'), (6367, 72, 'Johor Bahru, Johore', 'Is anybody home ~ #np'), (6368, 1968, 'Kota Tinggi, Johore', '@LTAsg What LTA should really inform people of is the frickin long wait in the trains from Punggol to Dhoby Ghaut. 15 mins for two stops. GG'), (6369, 1959, 'Johore, Malaysia', 'i don''t know whats worse - waiting in anticipation for the results or looking at them when you JUST wake up'), (6370, 1643, 'Johore, Malaysia', '@_CookieMonstah_ O: you post my picture right? XD'), (6371, 1969, 'Johore, Malaysia', 'I''m loSt!!!! (@ Esso Petrol Station) http://t.co/GwGZuFd2'), (6372, 1043, 'Johore, Malaysia', 'pungut batu *rajam* @CecyLKawuN *rajam* \nada tertulis! jangan ada padamu pikiran ituh! BAAAAAHHHH!!!!'), (6373, 1127, 'Singapore', '#nowplaying Franz Ferdinand - Do You Want To'), (6374, 1192, 'Johore, Malaysia', 'The staff who is usually the latest to work is apparently the earliest.\n\nDespite train service disruption.\n\nSigh, the #irony of it all.'), (6375, 1970, 'Johor Bahru, Johore', 'Slide.. (@ Bright Bear Cave) http://t.co/ZgYQLlzv'), (6376, 1907, 'Johor Bahru, Johore', 'I need a true guy. One who looks tough, but won''t make me cry. And even when he''s with his boys, he still says "Babe, hold my hand.'), (6377, 1491, 'Johore, Malaysia', 'I feel bad, leaving all my undone hw behind.. :('), (6378, 1971, 'Johore, Malaysia', 'Heh! (@ Ite Simei) http://t.co/EggbrIJE'), (6379, 1483, 'Singapore', '@GooRoro @Aiiroro @ShakRoRo @DOLroro whaha.. izzit.. no wonder i choose him... JH alook like...'), (6380, 1860, 'Johor Bahru, Johore', 'I''m glad I came to Hillgrove and I''m glad you came to me when I was there. &lt;3'), (6381, 1972, 'Kota Tinggi, Johore', 'Nb -.- my phone used to be lots of msg now? Even one also dun have -.-'), (6382, 1918, 'Johore, Malaysia', '@andryngadimann happy birthdayy :D may God bless you, your family, your career, your relationship. Keep spirit to make your dream come true!'), (6383, 1850, 'Johor Bahru, Johore', 'Hmmmmm what to do this morning ? Soo boring ..'), (6384, 965, 'Johor Bahru, Johore', 'tidak!!!!!! mengapa mesti jatuh handphoneku syg??'), (6385, 1973, 'Johor Bahru, Johore', 'I''m at Block 106 Gangsa Road, Bukit Panjang (singapore, bukit panjang) http://t.co/m0A4tKZQ'), (6386, 1960, 'Senai Kulai, Kulai Jaya', 'Kelas solid dengan materials science dah tak pergi !'), (6387, 900, 'Johore, Malaysia', '@iChappers @enjoywinesg No problem'), (6388, 1132, 'Singapore', '#np Pokemon Emerald... #childhood'), (6389, 1931, 'Johor Bahru, Johore', 'So I heard the trains were fucking up a lot of people''s day this morning. Damn'), (6390, 1467, 'Plentong, Johor Bahru', '@mikenakemane sy dpt tahu..awak tiada di opis ye'), (6391, 1907, 'Johor Bahru, Johore', '“@TheseDamnQuote: I''d rather be beside you doing nothing, than away from you doing anything♥”'), (6392, 1972, 'Kota Tinggi, Johore', 'Wad i do? -.-'), (6393, 1556, 'Singapore', '#nowwatching Azura'), (6394, 1960, 'Senai Kulai, Kulai Jaya', 'Skrg tinggal kelas differential equation je'), (6395, 1643, 'Johore, Malaysia', '@_CookieMonstah_ LOL.'), (6396, 1974, 'Malaysia', 'ไปทำงาน (@ สนามกีฬาจิระนคร) [pic]: http://t.co/HU6mJtya'), (6397, 1692, 'Tebrau, Johor Bahru', '@ShukJasni now u tell me buddy? haha. rasa macam di pinggirkan dgn kwn2 lama. whhahha xda lah. ak ok jer. macam biasa. slim :p'), (6398, 1965, 'Johore, Malaysia', '@misha_zia @JasDeollll1991 oohhhh'), (6399, 288, 'Johore, Malaysia', 'I''m at Broadrick Foyer http://t.co/7DSZQcBW'), (6400, 1931, 'Johor Bahru, Johore', '@aaaaapril I heard. It''s now a viral . Chill'), (6401, 1643, 'Johore, Malaysia', '@uhuhsiolz everything all Hello Kitty one sial. The table the chair.'), (6402, 1935, 'Plentong, Johor Bahru', '@AinaDayana9 ouh kk . Seta . Kau ?'), (6403, 1975, 'Plentong, Johor Bahru', 'Kuat plak suara akak2 kerani ni bergosip.keje dh la byk ni.stress2!!'), (6404, 25, 'Johor Bahru, Johore', '@ManMathers hahaha! Okay can'), (6405, 1976, 'Johore, Malaysia', 'Things change, people change, but God remains.'), (6406, 1907, 'Johor Bahru, Johore', '“@pacosolt: "If you get a chance, Take it. . if it changes your life, Let it."”'), (6407, 1958, 'Johor Bahru, Johore', 'I''m at Pasir Ris MRT Station (EW1) (Singapore, Singapore) http://t.co/1ZbggRYj'), (6408, 1970, 'Johor Bahru, Johore', 'ECIC.. (@ Bus Stop 77211 (Blk 626)) http://t.co/xhz1NMlL'), (6409, 1850, 'Johor Bahru, Johore', '"Knowledge is power but action gets things done."'), (6410, 25, 'Johor Bahru, Johore', 'I wish i had plan on saturday. Wanna go out and release some stress'), (6411, 1977, 'Tebrau, Johor Bahru', 'tracking hsbb (@ TM Pandan) http://t.co/0HGeUCoU'), (6412, 1978, 'Johor Bahru, Johore', 'I''m at Yishun Secondary School w/ @xweedandcigs @jaacceelyn http://t.co/Xxebq8lm'), (6413, 1217, 'Johore, Malaysia', 'Sleeping aura is starting to fill me..'), (6414, 1954, 'Johore, Malaysia', 'I love you like a love song baby~~'), (6415, 1979, 'Johore, Malaysia', 'So fuckin sick and tired of work, can I not go to work? (at Haig Rd Blk 8) — http://t.co/KyLiiFWy'), (6416, 1980, 'Johore, Malaysia', 'I''m at Upper Boon Keng Road Market &amp; Food Centre (Singapore, Singapore) http://t.co/m7IYfqCI'), (6417, 1981, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 23 others http://t.co/w9927Z4Z'), (6418, 1931, 'Johor Bahru, Johore', '@markbonafide I''m your friend! Hahaahah'), (6419, 1740, 'Johore, Malaysia', '@tanjiajun93 wah i seldom seen a male k-idol''s fanboy that''s so extreme haha'), (6420, 1982, 'Johor Bahru, Johore', '@ahmerul boleh lambat sedikit'), (6421, 1713, 'Plentong, Johor Bahru', '@pinkJAMBOO apa la barang yang di carik sgt tu ek? carik la kat pasar karat. hahah'), (6422, 1983, 'Johore, Malaysia', '@CHRISTALLLLLL @kiyodu (@ YMCA Singapore w/ 3 others) http://t.co/UVoWNHmw'), (6423, 1976, 'Johore, Malaysia', 'Dont take what you cant give and dont give what you might regret.'), (6424, 1907, 'Johor Bahru, Johore', '“@FreddyAmazin: Every morning- ME: I really can''t stay. BED: But baby, it''s cold outside. :c”'), (6425, 1866, 'Malaysia', 'Jangan pernah lelah melakukan kebaikan, meski itu hanya hal yang kecil. Terkadang, hal kecil sekalipun mampu berikan bahagia di hati mereka.'), (6426, 1120, 'Tebrau, Johor Bahru', '@pman_tnt tulah..kita dah kene rolling team..mcm mggu ni lawan team A, mmgu depan B mggu depan lg C, br berkembang.'), (6427, 1517, 'Johor Bahru, Johore', '@mimymarizd jumpe smua skali kot rsenye. azreena same opis ngn mimy jgk eh..'), (6428, 1984, 'Plentong, Johor Bahru', 'nak tengok semua ceruk Pasir Gudang adalah disini :3 (@ Menara Tinjau MPPG) http://t.co/uGRX71eM'), (6429, 1985, 'Johor Bahru, Johore', 'On #NEL tannoy right now,Due to this breakdown,i guess there''s no way you folks are going to work now!*evil laugh* #justjoking'), (6430, 69, 'Johore, Malaysia', '@maryisonfire lagu hindustan! hehehehehehehh'), (6431, 1986, 'Plentong, Johor Bahru', '@ai_manz ko tu yg apxb...hahaha'), (6432, 672, 'Johor Bahru, Johore', 'From Truth or Dare become Punching Game . Now 3 of us have blue black on our arms :D'), (6433, 1987, 'Johore, Malaysia', '連日ですが、昨日の分です。( ´ ▽ ` )ノ http://t.co/YFdDKesV'), (6434, 1763, 'Indonesia', 'but why method..'), (6435, 188, 'Pulai, Johor Bahru', 'I''m at Domino''s http://t.co/qN1FRpQi'), (6436, 1988, 'Johor Bahru, Johore', 'I''m at Bukit Timah Road Cycling [pic]: http://t.co/bSnO8AAj'), (6437, 1989, 'Johore, Malaysia', 'I''m at Mount Elizabeth Hospital (Singapore, Singapore) w/ 4 others http://t.co/8EKusM3v'), (6438, 1990, 'Johore, Malaysia', 'Chilling out hurhurhur ~~~~ (@ ℳεωεʟ''ṧ Ṕαяαїṧø ℃αṧтїʟø~~~~ &gt;^..^&lt; w/ @meikin13sewel) http://t.co/tQR8sO0H'), (6439, 1991, 'Johore, Malaysia', 'I''m at Lee Kuan Yew School of Public Policy (Bukit Timah) http://t.co/ZHtS40SU'), (6440, 1992, 'Johor Bahru, Johore', 'Isi peruttt...yuuuuk!!! (@ KFC @ Tampines Mart) http://t.co/qniFx8XA'), (6441, 1850, 'Johor Bahru, Johore', 'The city is already at war .'), (6442, 1993, 'Johor Bahru, Johore', 'Nua-ing. (@ my bed) http://t.co/MrQzIDZT'), (6443, 965, 'Johor Bahru, Johore', 'oh..baru teringat! piala pusingan best presenter tu x pulang2 lagi..hee..buat harta lama sket la!'), (6444, 970, 'Johore, Malaysia', 'Hungryyyyy! Imma go to Siglap centre to get smth!'), (6445, 1104, 'Johor Bahru, Johore', '@JiaWeiKISIAO hah u lucky ar'), (6446, 1921, 'Johore, Malaysia', '@fadlunnisah lol fadlun'), (6447, 1943, 'Riau, Indonesia', 'I''m at Universal Studios Singapore''s Ticket Booth (Singapore) http://t.co/8udevO3i'), (6448, 1994, 'Johor Bahru, Johore', 'Its a work day.'), (6449, 1995, 'Johore, Malaysia', 'Blah... Blah... Blah... and blah...:D\nG''morning tweeeties!!!'), (6450, 1907, 'Johor Bahru, Johore', '“@TheseDamnQuote: Letting go isn’t giving up! It’s realizing that you don’t need certain people and the bullshit they bring in to your life”'), (6451, 1996, 'Johor Bahru, Johore', 'I''m at 922 Segar Bus Stop (Singapore) http://t.co/DM1I3zP8'), (6452, 1327, 'Johore, Malaysia', '@Sya_miza contact dia kira untuk bawa jln2 kat Bandung is it?'), (6453, 755, 'Johore, Malaysia', 'Haha! I just pump one fire fighter for not tying the rope properly.'), (6454, 72, 'Johor Bahru, Johore', '@AlxsMartinez jelly):'), (6455, 1643, 'Johore, Malaysia', '@uhuhsiolz the food i dunno. The plate all Hello Kitty. :3'), (6456, 69, 'Johore, Malaysia', 'ku sangkakan panas berpanjangan, rupanya gerimis rupanya gerimis mengundang..'), (6457, 1850, 'Johor Bahru, Johore', 'She reminds me of my ex . ('':'), (6458, 1997, 'Johore, Malaysia', 'OMT. I''m horrified. Next week 3000 words essay?! 1500 each.'), (6459, 1907, 'Johor Bahru, Johore', '“@funnyorromance: Do you believe in love at first sight or should I walk by again ?”'), (6460, 392, 'Johor Bahru, Johore', 'Hi morning peepur.'), (6461, 1935, 'Plentong, Johor Bahru', '@AinaDayana9 ouh kk .'), (6462, 1931, 'Johor Bahru, Johore', '@aaaaapril what a "smart" sneaky move from Smrt. Hmmmmm I know to where, to been late again . Lol'), (6463, 1998, 'Johore, Malaysia', 'Mac breakfast deluxe! Ignore my obsession with coffee mate http://t.co/9B6QMgTB'), (6464, 1889, 'Johor Bahru, Johore', 'So another one week of ignorance.'), (6465, 1850, 'Johor Bahru, Johore', '@Reginezxoxo fuck you lah morning weather like this cycling .. lol'), (6466, 1866, 'Malaysia', 'Terkadang, keinginan hati tak harus selalu dituruti. Ada saat dimana kamu harus menggunakan logika agar hati tidak terluka.'), (6467, 1999, 'Johor Bahru, Johore', 'Morning. (@ Singapore Press Holdings (SPH) w/ 3 others) http://t.co/bu2YkbuV'), (6468, 2000, 'Johor Bahru, Johore', 'Like that now luh...'), (6469, 2001, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 25 others http://t.co/ZZrkODAY'), (6470, 1924, 'Johor Bahru, Johore', 'Being an idiot without knowing Tmr will never come .'), (6471, 2002, 'Johore, Malaysia', 'I''m at Cedar Girls'' Secondary School w/ @ddayyanna_ http://t.co/Yd83PPEz'), (6472, 1104, 'Johor Bahru, Johore', '@RuivinPurply happy birthday :)'), (6473, 84, 'Johor Bahru, Johore', '@Leeyenyan hahhaha but still get to eat the food?? Imgni love the food there!!'), (6474, 2003, 'Johor Bahru, Johore', 'I''m at Beatty Secondary School (Singapore, Singapore) http://t.co/kON1XBmw'), (6475, 1283, 'Johore, Malaysia', '@sSiangchong @Magggdalene She mixed with wrong people ~'), (6476, 2004, 'Johore, Malaysia', 'Train broke down again?! Is this singapore or zimbabwe? Or is this reality?! (at Potong Pasir MRT) — http://t.co/XFD9FpcD'), (6477, 900, 'Johore, Malaysia', '@EnjoyWineSg @ichappers you were in Adelaide for 10 years, that makes you an Aussie and a member of pseudo drinking culture, time to MAN-UP'), (6478, 1127, 'Singapore', 'whats youre fav Gorillaz song?'), (6479, 1907, 'Johor Bahru, Johore', '“@TheseDamnQuote: Some people are like trees, they take forever to grow up.”'), (6480, 1363, 'Johore, Malaysia', '@Estrella_sL hey! You class at 10am everyday?'), (6481, 1094, 'Plentong, Johor Bahru', 'JCS 8, y ??'), (6482, 2005, 'Johore, Malaysia', 'Off to school bye peps'), (6483, 2006, 'Johore, Malaysia', 'The affected line is operated by #SBS Transit and not #SMRT. BUT IT''S STILL THE SAME THOUGH.'), (6484, 1694, 'Johor Bahru, Johore', 'I''m missing you :)'), (6485, 25, 'Johor Bahru, Johore', '@ManMathers aku okay lah. Senyum tk perlu kata apa apa. Haha! Bsk what time?'), (6486, 2007, 'Johor Bahru, Johore', 'I''m at Kranji Secondary School (Singapore, Singapore) http://t.co/tVvgWZ9q'), (6487, 1850, 'Johor Bahru, Johore', 'Siak uh . -.-'), (6488, 1731, 'Singapore', 'Your Maths skill is Terrible!Haha listening to 1D Maths song while doind Maths homework #fyeah'), (6489, 1530, 'Johor Bahru, Johore', '当我孤单的时候我会想起亚纶。'), (6490, 1643, 'Johore, Malaysia', 'My tumblr all going to be credited to @_CookieMonstah_'), (6491, 1283, 'Kota Tinggi, Johore', 'Faster come D;'), (6492, 1698, 'Plentong, Johor Bahru', 'radio karat . HUH ! sangat annoying la'), (6493, 1363, 'Johore, Malaysia', '@Estrella_sL why you change dp!!'), (6494, 2008, 'Johore, Malaysia', '@gamerz do you have flash running?'), (6495, 2009, 'Johore, Malaysia', '@lishayyy im sure we can both answer this for @tizc'), (6496, 1907, 'Johor Bahru, Johore', '“@SoDamnTrue: That awesome moment when you are telling a lie and your best friend notices and joins you. :)”'), (6497, 2010, 'Johore, Malaysia', 'Desde Singapur, Aupa Athletic!!!!!!!! http://t.co/tTZ6Dl0c'), (6498, 1793, 'Johore, Malaysia', '@Lctalavera haha both sc and i are doing well, both din nde buntis hehe, kayo?'), (6499, 1283, 'Kota Tinggi, Johore', 'Faster come @Magggdalene D;'), (6500, 1483, 'Singapore', '@GooRoro @Aiiroro @ShakRoRo @DOLroro OMG.. i nw tik of him dancing during beautiful show.. i wan to melt liao..'), (6501, 2011, 'Johore, Malaysia', 'I''m at Real Fit (Singapore) [pic]: http://t.co/DRdzxjQi'), (6502, 1581, 'Johor Bahru, Johore', 'I''m at Terminal 1 Departure Hall (Singapore, Singapore) w/ 2 others [pic]: http://t.co/w8kbGlNM'), (6503, 2003, 'Johor Bahru, Johore', 'I''m at 3E2 Classroom http://t.co/GOhHwAxd'), (6504, 647, 'Johor Bahru, Johore', 'At Blk 273D Atrina Compassvale Link @ Buangkok — http://t.co/IFShbUfq'), (6505, 942, 'Johor Bahru, Johore', 'Hi. Later I''m going out! Hehe, I''m going to eat now. http://t.co/QAZnYhan'), (6506, 1780, 'Johore, Malaysia', 'Do you remember..'), (6507, 72, 'Johor Bahru, Johore', '“@AlxsMartinez: Dont be jelzzzz!! =)) RT @Ckevin69: @AlxsMartinez jelly):”'), (6508, 2012, 'Johor Bahru, Johore', 'Good morning, world ;)'), (6509, 417, 'Johor Bahru, Johore', '@unicornstix Dont strain ):'), (6510, 1780, 'Johore, Malaysia', 'Everything''s gonna be ok..'), (6511, 747, 'Johor Bahru, Johore', 'NEL is extremely slow today!!'), (6512, 1907, 'Johor Bahru, Johore', '“@iadorewomen_: Once u have feelings for someone those feelings will always be there. u may not like them anymore but u still care..”'), (6513, 1935, 'Plentong, Johor Bahru', '@AinaDayana9 entah die . Eh kau tk tau ke die kan skrg ngan sofea .'), (6514, 1740, 'Johore, Malaysia', '@Sharmainetsy wtf! i thought only harbourfront and dhoby ghaut only?'), (6515, 2013, 'Johore, Malaysia', 'Early in the morning.. (@ JTC Corporation‎) http://t.co/6lSQjNoG'), (6516, 362, 'Johore, Malaysia', 'I didn''t bring my USB wire . Fuck ! How sia :('), (6517, 2014, 'Johor Bahru, Johore', '@linsonlze I already have it 4 a long time.I started using this week.'), (6518, 1764, 'Johor Bahru, Johore', '@SarahhSuperGirl rbk sey?? Nk uh'), (6519, 1792, 'Tebrau, Johor Bahru', 'Sori kalau pic tu aku x dpt nk like ah.'), (6520, 2015, 'Johore, Malaysia', 'Watching the boys'' performance at the judges'' house made me cry. &lt;/3'), (6521, 2016, 'Johor Bahru, Johore', '@YuXiu_023 YOU WERE SUPPOSE TO WAKE HRS AND MINS AGO ! I waiting for the bus nw :)'), (6522, 1643, 'Johore, Malaysia', 'Mum made me drink this stupid drink and make me wanna vomit. WTF.'), (6523, 1556, 'Singapore', '@syafiqSMS new one......best giler......later u what plan?'), (6524, 1850, 'Johor Bahru, Johore', '"If you can dream it, you can do it."'), (6525, 362, 'Johore, Malaysia', 'How to last till 10 pm -.- ! Ahh borrow my in charge nye wire lah .'), (6526, 1487, 'Johore, Malaysia', 'iyah wigel iyaaa..*mata sepet* “@wighl: Semangat unad semangat.... :) RT @nadywuland: Masih ... Ngantuk ... Bangeett .. ”'), (6527, 58, 'Malaysia', '@limited_Pookki3 ตื่น ๆ'), (6528, 1104, 'Johor Bahru, Johore', 'Changing attitude to not so guai LAN is so hard. A lot of thing jus keep popping out in my mind'), (6529, 1851, 'Johore, Malaysia', 'I''m at Tanjong Pagar MRT Station (EW15) (Singapore, Singapore) w/ 3 others http://t.co/rKi0U83B'), (6530, 190, 'Kota Tinggi, Kota Tinggi', 'Atoiiii...ipad suda rosak...'), (6531, 1968, 'Johore, Malaysia', 'Are neighbouring countries sure they wanna model after our transportation system??'), (6532, 2017, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Secondary School (Singapore) http://t.co/LyFICZbQ'), (6533, 362, 'Johore, Malaysia', '#WhyImFatExcuse Cause healthy food just don''t taste good .'), (6534, 2018, 'Johore, Malaysia', '@duke0777 same here. Out of words... Seems like heading towards 90 for $USDJPY but a short term correction towards 80 is possible.'), (6535, 2014, 'Johor Bahru, Johore', '1010!'), (6536, 1360, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) http://t.co/Oc5OxH0t'), (6537, 226, 'Johore, Malaysia', 'aint wasting my time to queue up for free shuttle bus, find my own way to get to work #mrtfail #SGlife'), (6538, 12, 'Plentong, Johor Bahru', 'My toes are freeeeeeeezing.'), (6539, 1851, 'Johore, Malaysia', 'I''m at 都城隍庙 http://t.co/e4OolTfo'), (6540, 1698, 'Plentong, Johor Bahru', 'he is very handsome, n i knew it !'), (6541, 1054, 'Johore, Malaysia', 'Fine, leaving at 10:30am.... Checking out NEL Disruption...'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (6542, 2019, 'Johor Bahru, Johore', 'National Game Design 2012 @ catholic high http://t.co/dTEJrhRT'), (6543, 1980, 'Johore, Malaysia', 'I''m at 如芳亭冷热饮品 Ru Fang Teng Hot &amp; Cold Drinks (Singapore, Kallang) http://t.co/pZb6ZUV3'), (6544, 1740, 'Johore, Malaysia', '@Sharmainetsy ya not functioning. so what happen? why the non spoiled one de train also so slow?'), (6545, 1820, 'Johore, Malaysia', 'Descriptive essay ? &gt;&lt; nie yg malas nie &gt;&lt;'), (6546, 1832, 'Johor Bahru, Johore', '#AskJake what''s your favourite song by Cody? :D'), (6547, 2020, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 6 others http://t.co/IHIS20ds'), (6548, 1300, 'Johor Bahru, Johore', 'Growing up is hard to do...'), (6549, 1449, 'Johore, Malaysia', 'Magazine road? Cool road~'), (6550, 2021, 'Johor Bahru, Johore', 'No train service at North East Line(purple) own by SBS'), (6551, 2021, 'Johor Bahru, Johore', 'Rare'), (6552, 403, 'Johor Bahru, Johore', 'Nothing''s much worse than the aftershock of being left behind. :('), (6553, 1740, 'Johore, Malaysia', 'RT @Sharmainetsy I think I always laugh at red and green line break now now karma lor knn. Nel also will have this day leh'), (6554, 1643, 'Johore, Malaysia', 'I. WANNA. VOMIT. ARHK.'), (6555, 58, 'Malaysia', 'แม่งโทรผิดแต่เช้าเลย - -'' กูจะนอน'), (6556, 1854, 'Plentong, Johor Bahru', 'HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS HS'), (6557, 2023, 'Johore, Malaysia', 'I just ousted Jeremy T. as the mayor of Beo Crescent on @foursquare! http://t.co/4VcMu1ZL'), (6558, 1327, 'Johore, Malaysia', '@Sya_miza website apa Nama? How much murah tu? Ms flight to jkrta or Bandung direct?'), (6559, 1792, 'Tebrau, Johor Bahru', '@zaid_farhan haish aku memang tunggu2 kau ajak laa nie. Ok set weekend habiskan voucher eh'), (6560, 2024, 'Johore, Malaysia', '5 consecutive days and it seems like there''s no full stop. I am in serious deep shit. FML'), (6561, 25, 'Johor Bahru, Johore', '@ManMathers okay. Anything just tweet me or text me. Okay?'), (6562, 2025, 'Johore, Malaysia', 'Bad gastric morning'), (6563, 1980, 'Johore, Malaysia', 'I''m at 早到熟食 (Singapore, Kallang) http://t.co/rAUxPhxo'), (6564, 167, 'Johor Bahru, Johore', 'RTRTRTRTRTRT “@keynamji: left 3 days of holiday...... spending almost all my time in schoooooool.”'), (6565, 1698, 'Plentong, Johor Bahru', 'it such that i kne pakai sweater evryday lah mcm ni ! #BEKU'), (6566, 1997, 'Johore, Malaysia', '@ruixistfaith hang in there! It will soon pass!'), (6567, 1472, 'Singapore', '@GooRoro @Ruiiroro @ShakRoRo @DOLroro wa mx u still go tally out.. pengs.. hahaha! so funny ~'), (6568, 1650, 'Johore, Malaysia', 'I''m at The Curie (Singapore, Singapore) http://t.co/tBlCYNn7'), (6569, 1774, 'Tebrau, Johor Bahru', 'HahA\nMy mum Nescafé and breakfast after 9 days :)'), (6570, 1792, 'Tebrau, Johor Bahru', '@ashikinzulkefli ape hihihihi -.-'''), (6571, 1769, 'Johore, Malaysia', 'I''m at :: Bus Stop 84011 http://t.co/q9r7Ws7x'), (6572, 2026, 'Singapore', 'morning ppl gonna buy phone ltr!'), (6573, 713, 'Johor Bahru, Johore', '“@Nazeem: So, why are we giving SBS &amp; SMRT $1.1billion again?” cause it enters the same pocket'), (6574, 1980, 'Johore, Malaysia', 'I''m at Geylang West Community Club http://t.co/PcSHVyS5'), (6575, 2026, 'Singapore', '@Dfhbggdfu do nw?'), (6576, 2027, 'Johor Bahru, Johore', '@twistedfaces your alright? :)'), (6577, 167, 'Johor Bahru, Johore', 'Late again.'), (6578, 2028, 'Plentong, Johor Bahru', 'Membuatku tersenyum :-)'), (6579, 2029, 'Johor Bahru, Johore', '@Coooooooolin HAHAH! you the best!'), (6580, 1940, 'Johor Bahru, Johore', 'I''m at Pei Hwa Dance Room http://t.co/aC4V0Onc'), (6581, 1774, 'Tebrau, Johor Bahru', '@febriyuna lol... \nYuna fail to get a bf ah :p'), (6582, 1986, 'Plentong, Johor Bahru', 'lepak kijw rini wey'), (6583, 2030, 'Malaysia', 'ง่วงไปน่ะ~ zZ (@ ''sweet home'' (@゚▽゚@)ノ) http://t.co/r4bytAFm'), (6584, 1792, 'Tebrau, Johor Bahru', 'Damn flu -.-'''), (6585, 1209, 'Johore, Malaysia', 'RT @imaong: RT @G_Loh SMRT should change their slogan. The only thing they are enhancing is their fares.'), (6586, 1943, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 7 others http://t.co/vPm1h0lD'), (6587, 1985, 'Johor Bahru, Johore', '@987fm Are you joking??!!! That mutton better stay,Not a single TEEN I would think about changing from 4pm to 6am just 2 listen to them'), (6588, 362, 'Johore, Malaysia', 'Don''t be fancy ! Just get dancy !'), (6589, 1832, 'Johor Bahru, Johore', '@chelleyy_ get well soon :)'), (6590, 1935, 'Plentong, Johor Bahru', '@AinaDayana9 kite DM awk eh ?'), (6591, 1247, 'Senai Kulai, Kulai Jaya', 'I''m at Dewan Kuliah 1 (FKM) (Skudai) http://t.co/6bjvCRlx'), (6592, 2031, 'Johor Bahru, Johore', 'Oh crap! Freaking tired. Finally home! Time to catch up on my beauty sleep! (@ Hougang Street 61) http://t.co/VfXBCXyf'), (6593, 2032, 'Johore, Malaysia', 'Looping Song of the Day: DoYaThang - Gorillaz feat. Andre 3000 &amp; James Murphy http://t.co/4S0fxhuS'), (6594, 1318, 'Johore, Malaysia', '@jamornh nope'), (6595, 1850, 'Johor Bahru, Johore', '@Didystussy baik luhh andy . Hah .'), (6596, 1091, 'Johore, Malaysia', '#Ifonlyguysgirls don''t have any inner/outer ego. Life would definitely be better. Relationships would&amp;could last longer.'), (6597, 2033, 'Plentong, Johor Bahru', '39min dah ni x sampai lagi.. (@ Mee Hoon Soto Jalan Skudai Kiri J.Bahru) http://t.co/modywizH'), (6598, 362, 'Johore, Malaysia', 'We can always party on our own !'), (6599, 2034, 'Malaysia', 'Shopping? (@ Odean Department store) http://t.co/fO2DlrS2'), (6600, 2035, 'Johore, Malaysia', 'I''m at Monetary Authority Of Singapore http://t.co/yMUOme5P'), (6601, 69, 'Johore, Malaysia', 'jackie chan!'), (6602, 2014, 'Johor Bahru, Johore', 'Watching movie....'), (6603, 2036, 'Johor Bahru, Johore', '@harlotcentury @ChenLixian kenot la very hard to make them do it. I rape you try ah. see you like a not'), (6604, 2026, 'Singapore', 'awesome weather tdy!'), (6605, 1792, 'Tebrau, Johor Bahru', '@Lorna_Clarina goodluck for today''s work :) and have a nice day.'), (6606, 2037, 'Pulai, Johor Bahru', 'Thank God.'), (6607, 2038, 'Johore, Malaysia', 'It''s time for my keyboard to be bought. :)'), (6608, 1253, 'Malaysia', 'I''m at 7- Eleven (Hatyai, Thailand) http://t.co/mAkvdYD9'), (6609, 2039, 'Kota Tinggi, Johore', 'I should disconnect my twitter to facebook :3'), (6610, 2026, 'Singapore', '@Dfhbggdfu ok'), (6611, 932, 'Johore, Malaysia', '@heartwinkle configured alr? :O'), (6612, 167, 'Johor Bahru, Johore', 'You''re tht i love.'), (6613, 2040, 'Johore, Malaysia', '@keryiXD I tot mdm jasmine got give another paper?'), (6614, 927, 'Johore, Malaysia', 'Hahaha pergi google translator lah ape lagi! Hahahaha  RT @MidziHarun: @SuperKidJunior Tak! Ape tu bro?'), (6615, 1841, 'Johor Bahru, Johore', 'The worst job in Singapore is to be SMRT officer. #TrueStory'), (6616, 1850, 'Johor Bahru, Johore', '@ChakyStitch hihi (:'), (6617, 1253, 'Malaysia', 'I''m at โรงเรียนคุณภาพภาษาจีนหาดใหญ่ (Hat Yai, Songkhla) http://t.co/31Ty1tWP'), (6618, 2041, 'Johore, Malaysia', '8 km with @Cartonsofmilk'), (6619, 2042, 'Johor Bahru, Johore', '#HowToKeepARelationship you don''t, cause it won''t last forever anyway. :)'), (6620, 1123, 'Johore, Malaysia', 'Time to giveup everything..'), (6621, 69, 'Johore, Malaysia', '@Aien_TW part smoking haikal reject eh! minta kena maki! hahahha bukan tknk prend ah tapi cmfirm kena sound. hahah chey'), (6622, 1792, 'Tebrau, Johor Bahru', '@ashikinzulkefli aku memang saje tambah -.-'''), (6623, 2043, 'Singapore', '@szmala Gamification at SXSW http://t.co/ThiE7Q5m'), (6624, 1287, 'Johore, Malaysia', 'I''m at Frontech Centre (Bukit Merah, Singapore) http://t.co/8GBwkQrh'), (6625, 1253, 'Malaysia', 'I''m at บจก.ซิมแทค เทคโนโลยี http://t.co/DEX1YZJZ'), (6626, 2044, 'Riau, Indonesia', '\\(´▽`)/ (@ Universal Studios Singapore w/ 8 others) http://t.co/xmJhl2uL'), (6627, 2038, 'Johore, Malaysia', 'What''s with adults and their bicycles srsly man.'), (6628, 25, 'Johor Bahru, Johore', 'Suppose to meet her at 11 but im here early. Hais.'), (6629, 1287, 'Johore, Malaysia', 'I''m at Innovative Diagnostics @ Frontech Centre (Singapore) http://t.co/hGQN7i7w'), (6630, 1850, 'Johor Bahru, Johore', 'Pejam kelip pejam kelip daahh thursday .. haissss ):'), (6631, 1835, 'Johore, Malaysia', '@bgenx since gw bkn big fan of milo jd mirip2 lah cm bedanya sm yg d indo, sini pny coklatnya lbi rich gtu. Nti lo borong aj mcm2 test dl'), (6632, 1242, 'Singapore', 'I''m pretty sure 80% of the people spamming the Kony 2012 thing doesn''t even know where Uganda is.'), (6633, 306, 'Johore, Malaysia', 'Yay! Nurse kaki gerek nk kasi aku mc. Lol! Hahahaha! (@ National Skin Centre (NSC)) http://t.co/XvlgiDwc'), (6634, 72, 'Johor Bahru, Johore', 'It''s okay not to be okay~'), (6635, 1792, 'Tebrau, Johor Bahru', '@zaid_farhan haha janji x selepas 31hb'), (6636, 950, 'Johor Bahru, Johore', '@JonathanGWJ I went there for breakfast.'), (6637, 1966, 'Johore, Malaysia', 'Talk to the apps of simsimi, look so retard -.- ahh am so bored'), (6638, 1287, 'Johore, Malaysia', 'I''m at Fely''s Lab Room http://t.co/w8xfhPfE'), (6639, 1345, 'Johor Bahru, Johore', '@WinniePooh_you haha okay ^^'), (6640, 362, 'Johore, Malaysia', 'Aku nye bodow ! Break nak beli USB wire pat daiso vivo plak ! Padehal plaza singapore ader -.-'), (6641, 2040, 'Johore, Malaysia', '@keryiXD okay xxn :-)'), (6642, 1832, 'Johor Bahru, Johore', 'Milo :D Sianz, later still need continue commonwealth essay ._.'), (6643, 1843, 'Johore, Malaysia', 'Strictly professional!!!'), (6644, 73, 'Johor Bahru, Johore', 'Hello . Mum . You know by cutting the line I can still use the internet -.- .'), (6645, 1792, 'Tebrau, Johor Bahru', 'Pleasure :) @Lorna_Clarina'), (6646, 72, 'Johor Bahru, Johore', '@ImAbibNoor now only u know the lpng thing! Hahaha'), (6647, 326, 'Plentong, Johor Bahru', 'When Words Fail.Action Speaks.When Action Fails.Eyes Speak.When Eyes Fail.. Tears Speak. N When Everything Else Fails. Silence Speaks.'), (6648, 72, 'Johor Bahru, Johore', '@ImAbibNoor long**'), (6649, 1205, 'Johore, Malaysia', 'Woah bored... Get this thing over and done with'), (6650, 2045, 'Pulai, Johor Bahru', '“@ppothen: Everybody''s a dreamer and everybody''s a star\nAnd everybody''s in show biz, it doesn''t matter who you are.”'), (6651, 747, 'Johore, Malaysia', 'I''m on the train for 30mins now and I''m only at Potong Pasir.'), (6652, 932, 'Johore, Malaysia', 'WTH? They say if I wore ladies clothes I will look like one. Because of my complexion. SERIOUSLY?!'), (6653, 1926, 'Riau, Indonesia', '@cutory Dimana kau ndek'), (6654, 1382, 'Johor Bahru, Johore', 'Marina barrage the other day. I''ve been doing this a lot recently http://t.co/br2yBotD'), (6655, 1850, 'Johor Bahru, Johore', '@JustHookup133 #followback'), (6656, 1833, 'Johor Bahru, Johore', '@Nazeer9671 just like SMS style......get awhile...'), (6657, 2046, 'Plentong, Johor Bahru', '有些回忆一世为人,真的不可能抹得去。'), (6658, 1820, 'Johore, Malaysia', '1 jam lagy &gt;&lt;'), (6659, 1467, 'Plentong, Johor Bahru', '@mikenakemane :D belanje awak je la'), (6660, 1345, 'Johor Bahru, Johore', '@AngelicaaSaysHi haha you eat breakfast Liao ma? :))'), (6661, 2047, 'Johore, Malaysia', 'Meeting Joanne at CWP ltr to do Science Project.. :))'), (6662, 1283, 'Kota Tinggi, Johore', '@sSiangchong @magggdalene NO WAY.'), (6663, 362, 'Johore, Malaysia', 'I was like searching for daiso in my mind ! Then search plaza singapura -.-'), (6664, 2048, 'Malaysia', 'ปวดหัวจังเลย'), (6665, 927, 'Johore, Malaysia', '@serinadia Bendemeer? Haha! As what? Lol! Yes, better make sure you enjoy that 1month break before school starts :)'), (6666, 932, 'Johore, Malaysia', '@heartwinkle that''s fast. :O'), (6667, 73, 'Johor Bahru, Johore', 'Hohoho . So what now . I alr made plans and told you like a week ago I was going out . You aren''t gonna let me go out ,'), (6668, 1472, 'Singapore', 'Watching show only for P000101691 ~ let NW and her fight haa!!!'), (6669, 2049, 'Johore, Malaysia', '@bebe_aj @kenothpogi ang aarte!'), (6670, 1363, 'Johore, Malaysia', 'SMILE! RT @FemaleThing: Smile. Why? It makes you attractive. It relieves stress and It changes your mood and the mood of those around you.'), (6671, 73, 'Johor Bahru, Johore', 'And you want to hide the house key -.- . Wtffffffff .'), (6672, 167, 'Johor Bahru, Johore', 'You''re the one that i love.'), (6673, 2050, 'Johor Bahru, Johore', 'The perfect couple :) @ Woodland Dr 16 http://t.co/puKtipbq'), (6674, 362, 'Johore, Malaysia', 'Auto correct , I know my words . Don''t change it you wanna be smart fuck .'), (6675, 2051, 'Plentong, Johor Bahru', '@mumcallmeNURUL @mauranora @beehaziz mowninggg too!!'), (6676, 1985, 'Johor Bahru, Johore', '@987fm Good point,GO BACK TO 4pm Vernon!!'), (6677, 1552, 'Johore, Malaysia', '@themichellewie Whoop ass!! :D'), (6678, 2052, 'Johor Bahru, Johore', 'Move out: 1000. Must reach in an hour.'), (6679, 997, 'Johore, Malaysia', 'I just became the mayor of Mountbatten Mrt on @foursquare! http://t.co/R2fr5oGt'), (6680, 997, 'Johore, Malaysia', 'I''m at Mountbatten Mrt http://t.co/7C9nEjsF'), (6681, 1793, 'Johore, Malaysia', '@Lctalavera talga? Wow san na sya?'), (6682, 73, 'Johor Bahru, Johore', 'You now I gave my house key right bodoh buh .'), (6683, 2053, 'Johor Bahru, Johore', '今日は気持ちわ最悪!'), (6684, 362, 'Johore, Malaysia', 'Abang police :P'), (6685, 1167, 'Plentong, Johor Bahru', 'I''m at Uitm Larkin http://t.co/DvdLcY85'), (6686, 1975, 'Plentong, Johor Bahru', 'Kak...mmg sy dtg office ni semata-mata nk dgr kisah azura akak tu..arh plak dh winter sonata plak!!! Tekanan tahap dewa ni..arggghhhh'), (6687, 73, 'Johor Bahru, Johore', '*have'), (6688, 1483, 'Singapore', '@Aiiroro chris n paulyn?'), (6689, 2054, 'Riau, Indonesia', '@feronmelisa sih memel,,exis jg,,hehehe'), (6690, 1957, 'Johor Bahru, Johore', 'I''m at Terminal 1 Changi Airport Transit http://t.co/KyC19Wre'), (6691, 1008, 'Johore, Malaysia', '@Hearttttbreaker lol nothing . Just met some ppl i dun like. See alr then so awkward, we know we see each other but just ignore lor.'), (6692, 2055, 'Johore, Malaysia', 'Old school @ LASALLE College of the Arts http://t.co/T1H6X75Q'), (6693, 1769, 'Johore, Malaysia', 'Office (@ 750c, Chai Chee Road, Technopark) http://t.co/1jlgGtLf'), (6694, 13, 'Kota Tinggi, Johore', '@JINFENN me scared of tickle de leh ;x'), (6695, 73, 'Johor Bahru, Johore', 'What I stay at home and you will re tract my line ? Bullshit please -.-'), (6696, 927, 'Johore, Malaysia', '@MunahAndHirzi Thanks for the retweet guys. Lol! You guys are awesome, super hilarious people keep making those funny videos :)'), (6697, 13, 'Kota Tinggi, Johore', '@Keekeezxc it''s nice ;p'), (6698, 1008, 'Johore, Malaysia', '@taeyoung_2612 how old are you? Im from singapore .'), (6699, 1033, 'Johore, Malaysia', 'DA FAQ?! EVAN RACHEL WOOD IS QUEEN SOPHIE ANN IN TRUE BLOOD?! MIND BLOWN!'), (6700, 1040, 'Johore, Malaysia', '@2nrc இனிமே பண்டாரங்களோட சேர்ந்து 100000கோடி சுருட்ட வாணாமா? அதுக்குதான்!'), (6701, 2056, 'Johore, Malaysia', 'No NEL train service between Dhoby Ghaut, HarbourFront http://t.co/hnhJpXjD'), (6702, 148, 'Johor Bahru, Johore', '*pissed*'), (6703, 1427, 'Pulai, Johor Bahru', 'boring class. wish it end asap.'), (6704, 1960, 'Senai Kulai, Kulai Jaya', 'Hello differetial equation (@ C25 FKM UTM) http://t.co/S8m8G4zw'), (6705, 961, 'Senai Kulai, Kulai Jaya', 'Electronics (@ FKE P19) http://t.co/NlgzKxY3'), (6706, 2057, 'Johor Bahru, Johore', 'Lqa'), (6707, 2058, 'Johore, Malaysia', 'Difficult to breathe :(('), (6708, 73, 'Johor Bahru, Johore', 'If you will ah . Pigs will fly , Monkeys can talk , and cows can really jump over the moon .'), (6709, 1077, 'Johor Bahru, Johore', 'So weired, nth like the usual'), (6710, 70, 'Johor Bahru, Johore', 'I''m bored here.'), (6711, 73, 'Johor Bahru, Johore', 'Yes and I don''t live to please you .'), (6712, 1251, 'Johor Bahru, Johore', 'Tea break 10 min ~'), (6713, 2055, 'Johor Bahru, Johore', 'My kitchen! @ 495E Tampines St. 43 http://t.co/knIXwFs8'), (6714, 1429, 'Senai Kulai, Kulai Jaya', 'I''m at P19 cafetaria (Johor Bahru, Johor) http://t.co/ZxyGS6B1'), (6715, 73, 'Johor Bahru, Johore', 'You my mum so what ?'), (6716, 1556, 'Singapore', '@nrlnwzy yes yes, very romantic, the OST..fuhhhhhhh'), (6717, 2059, 'Johore, Malaysia', 'I''m at City House (Singapore, Singapore) http://t.co/EG1XGeuo'), (6718, 2026, 'Singapore', '@Dfhbggdfu i buying at 11 plus'), (6719, 2060, 'Johor Bahru, Johore', 'First thing when i open my eyes was to\nCheck for your msg.'), (6720, 1850, 'Johor Bahru, Johore', 'DnT here DnT there , were gonna just fail DnT . Kita sama sama jgn buat coursework jom .?'), (6721, 1127, 'Singapore', 'k nak tido bye.'), (6722, 1530, 'Johor Bahru, Johore', 'Wo ai fahrenheit! Yong yuan dou ai ta.'), (6723, 1750, 'Johore, Malaysia', '@southstarbrew yeah. We talked about that. But it just had nothing. Been a while since I had one thou'''), (6724, 73, 'Johor Bahru, Johore', 'Do I look like I give a fuck ?'), (6725, 1502, 'Johore, Malaysia', '@seventhjanuary ah. I just realised my twitter i still puting married to @nilisgn_a. Hahaha online?'), (6726, 2061, 'Johor Bahru, Johore', 'Dragging my feet...'), (6727, 58, 'Malaysia', '@limited_Pookki3 มึงอยู่ไหนนั้น ?'), (6728, 1517, 'Johor Bahru, Johore', 'Deman ;('), (6729, 362, 'Johore, Malaysia', 'It''s the way I''m feeling , I just can''t deny .'), (6730, 115, 'Indonesia', 'akhirnya ya.. RT @OaN_J Rektor ganteng ini ♥ RT @OaN_J http://t.co/06qKvhKp'), (6731, 2026, 'Singapore', '@wak_gagap nt sure leh if my mum can pay some i buying galaxy s2'), (6732, 73, 'Johor Bahru, Johore', 'Bodoh sia -.- .'), (6733, 2062, 'Riau, Indonesia', 'thankyou yah yo udh foLLow :) @ryobadoer'), (6734, 2063, 'Malaysia', 'I''m at RS St.Carolus http://t.co/A3ODL82U'), (6735, 2064, 'Johor Bahru, Johore', '@purwatih WHAT!? from where to where?'), (6736, 138, 'Plentong, Johor Bahru', 'Sbbkan penat menuggu.saye duduk kat tangga.ah lantaklah pepatah takde orang masuk meminang nanti...gua dah penat.'), (6737, 2065, 'Pulai, Johor Bahru', 'Lepak lagi dgn Jijan..mati aku makan penipuan die..hahaha'), (6738, 73, 'Johor Bahru, Johore', 'What always threaten this , that . So ?'), (6739, 1530, 'Johor Bahru, Johore', 'Heading out soon,'), (6740, 747, 'Johore, Malaysia', '@FirstXI all timings in not able to watch as I''m having soccer games. :( can I catch it on xinmsn instead?'), (6741, 1043, 'Johore, Malaysia', '@CecyLKawuN aakkkhh? srius sil?? kakak Valent dapet baby baru??? wow!!! awesome baby dragon! the year of fruitfulness!!! AWESOME!'), (6742, 1421, 'Singapore', '@JoelSherard you got in?'), (6743, 544, 'Johore, Malaysia', 'My 11 year old daughter took this shot of my 8 year old son in a very beautiful per @ SM Bacoor Philippines http://t.co/IBJ0lKDU'), (6744, 932, 'Johore, Malaysia', 'They even said I will look BEAUTIFUL. :('), (6745, 325, 'Johor Bahru, Johore', 'I''m at KFC@HOME http://t.co/tqYikG1O'), (6746, 2066, 'Johore, Malaysia', 'Families. You can''t live without em'), (6747, 1091, 'Johore, Malaysia', 'Sinus &amp; tears is giving me a veryveryvery huge problem right now. Stop flowing please? =''('), (6748, 126, 'Tebrau, Johor Bahru', 'Morning tweeps :)'), (6749, 73, 'Johor Bahru, Johore', 'You cut my line I cannot use prepaid isit -.-'), (6750, 1530, 'Johor Bahru, Johore', 'Ytd I dream of SHINee hahaha'), (6751, 1330, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria @ ITE College West http://t.co/arYV4dPT'), (6752, 1472, 'Singapore', '@Ruiiroro Chris &amp; Shueh Li.. is shueh li do de, so i direct to her, Paulyn only in CC loop. so she can siam hahaha!!!'), (6753, 2067, 'Johore, Malaysia', 'Vroom vroom (@ Waiting Area (Private Driving)) http://t.co/140z0ui5'), (6754, 325, 'Johor Bahru, Johore', 'I''m at Istanbul Gourmet http://t.co/akxHk6ye'), (6755, 1488, 'Plentong, Johor Bahru', 'keep it guys \\m/ --&gt;“@longboardism: We''re number 3!!! Hooray and thanks for all your support http://t.co/s6hPg2oQ”'), (6756, 1988, 'Johor Bahru, Johore', 'I''m at Singapore Quarry (Bukit Timah, Singapore) [pic]: http://t.co/xfclBSge'), (6757, 73, 'Johor Bahru, Johore', 'Stupid sia -.-'), (6758, 325, 'Johor Bahru, Johore', 'I''m at Home@Simei http://t.co/NbKAOtLA'), (6759, 69, 'Johore, Malaysia', 'kau terindah masih ada yg tercantik itu kamu itu kamu'), (6760, 115, 'Indonesia', 'sebenarnya @_Risdamaris tau tapi memang masih implisit..'), (6761, 1242, 'Singapore', '@clydeclarissa what does that mean? I don''t understand'), (6762, 2055, 'Johore, Malaysia', 'The frass @ Fake Grass (Frass) Lasalle College of the Arts http://t.co/2ZsWXEO5'), (6763, 1850, 'Johor Bahru, Johore', '@alaisupafly bye tc . Kirim chewing gum .'), (6764, 2068, 'Singapore', 'Okayy! :)'), (6765, 1502, 'Johore, Malaysia', 'Ah well the spazz are back!!'), (6766, 2018, 'Johore, Malaysia', '@duke0777 for these past session $USD has too much of a good news. Seems only against $CAD has not been performing. I would watch $AUDUSD'), (6767, 2069, 'Johore, Malaysia', 'I''m at Block 35 (Singapore) http://t.co/kAnsEUFt'), (6768, 2069, 'Johore, Malaysia', 'I just ousted @kelynadams as the mayor of Block 35 on @foursquare! http://t.co/7UdQaPok'), (6769, 2070, 'Johor Bahru, Johore', 'morning yuolls (:'), (6770, 362, 'Johore, Malaysia', 'Cibai lah ! Purple line to harbour front spoil -.- ! Fuck you sbs ! Fuck you .'), (6771, 1421, 'Singapore', '@JoelSherard nice; grats! what post haha'), (6772, 73, 'Johor Bahru, Johore', 'People ask you nicely . Call you dk how many times . Don''t want answer . Sua lorh .'), (6773, 1483, 'Singapore', '@Aiiroro oh ytd tt case.. den BO gt repli u?'), (6774, 1345, 'Johor Bahru, Johore', 'Wow my tweet got 1700 plus!!! :))'), (6775, 115, 'Indonesia', 'sebenarnya @_Risdamaris tau tapi memang masih implisit, betul snde @OaN_J'), (6776, 1509, 'Johor Bahru, Johore', 'Ffffffffffffmmmmmmmmmmmmlllllllllllll'), (6777, 73, 'Johor Bahru, Johore', 'I care so much for fuck ? -.-'), (6778, 1301, 'Johor Bahru, Johore', 'Otw to queens town secondary :) (@ 27399 Bus Stop 243W) http://t.co/9zCs4t8X'), (6779, 1964, 'Johore, Malaysia', 'Concrete rainbow. @ Little india http://t.co/IxVZNScL'), (6780, 1251, 'Johor Bahru, Johore', 'Life is too short to worry about stupid things . Have fun . Fall in love . Regret nothing , and don’t let people bring you down'), (6781, 2068, 'Singapore', '@_TheThespian Thanks for the advice. :)'), (6782, 1670, 'Johor Bahru, Johore', 'I''m at Singapore Zoological Gardens w/ @peiyuzx [pic]: http://t.co/zsNLrH38'), (6783, 2062, 'Riau, Indonesia', 'thankyou yah kk syg udh foLLow oLa *hugkiss :) @Chee303'), (6784, 325, 'Johor Bahru, Johore', 'I''m at Hanis Cafe &amp; Bakery (Singapore) http://t.co/NRKAc6H8'), (6785, 1864, 'Johor Bahru, Johore', 'I''m freaking addicted to freaking use the freaking word, freaking. See, get what I freaking mean.'), (6786, 2055, 'Johor Bahru, Johore', 'Stay over @ 495E Tampines St. 43 http://t.co/K5smzGHI'), (6787, 2068, 'Singapore', '@seqingnicole Brings back memories.. D:'), (6788, 73, 'Johor Bahru, Johore', 'Tsk only want spoil my mood right .'), (6789, 362, 'Johore, Malaysia', 'SMRT And sbs both sucks sia ! Now what am I suppose to do ! Walk to Chinatown ? -.-'), (6790, 927, 'Johore, Malaysia', '@Syarmmimie Hahaha yes pandai pun mimi. Hehe than kalau dah banyak sangat coins tak tahu ape nak beli, beli bomb pulak mimi. Hahahaha!'), (6791, 2062, 'Riau, Indonesia', 'thankyou yah dek udh foLLow :) @AyuFatilia'), (6792, 2072, 'Johor Bahru, Johore', 'To Jurong! (@ SMRT Buses: 172) http://t.co/npFwe01k'), (6793, 2064, 'Johor Bahru, Johore', 'I wish i could go for the MV shoot but damn my leg. :('), (6794, 747, 'Johore, Malaysia', 'The announcement keep on going that there''s power failure but can the train just keep on going?'), (6795, 226, 'Johore, Malaysia', 'wondering why so many taxis available suddenly, is the ''dear partner'' message been sent out again? #justsaying #mrtfail #SGlife'), (6796, 73, 'Johor Bahru, Johore', 'Hear your voice already = #totalturnoff'), (6797, 2062, 'Riau, Indonesia', 'thankyou yah vi udh foLLow :) @vie_vi'), (6798, 2073, 'Johore, Malaysia', 'do u understand..i m girl?'), (6799, 1850, 'Johor Bahru, Johore', '"As we grow older we don''t lose friends, we just learn who the real ones are."'), (6800, 2061, 'Johor Bahru, Johore', 'How are we to cross paths when you never look me in the eye?'), (6801, 2074, 'Singapore', '@illicitflesh your life summarized in one line'), (6802, 2075, 'Johor Bahru, Johore', 'I''m at McDonald''s w/ @samanthathn http://t.co/Bens6LS2'), (6803, 2073, 'Johore, Malaysia', 'do i look like a guy to u?'), (6804, 362, 'Johore, Malaysia', 'See ! Take people money so much right ! God angry ready ! Do this to you all !'), (6805, 2062, 'Riau, Indonesia', 'thankyou yah dek udh foLLow :) @Sarii__Aii'), (6806, 2018, 'Johore, Malaysia', '@duke0777 $AUDUSD has been holding up at least for now. But if it breaks below 1.0400 I think $USDCAD will be above parity. What do you thik'), (6807, 932, 'Johore, Malaysia', '@RaecheleuHateu your head arh! Where got nice?!'), (6808, 2076, 'Malaysia', 'วันสุดท้ายของการเรียนห้องนี้ @ Med 206 http://t.co/9fI67I0d'), (6809, 2077, 'Johore, Malaysia', 'WaKe Up'), (6810, 362, 'Johore, Malaysia', 'BLOODY BITCH LAH ! SPOIL MY MORNING SEH .'), (6811, 2064, 'Johor Bahru, Johore', 'Nevermind.. just another 1 week more to remove these stitches.'), (6812, 2062, 'Riau, Indonesia', 'thankyou yah kk udh foLLow oLLa :) @likysenyow'), (6813, 2073, 'Johore, Malaysia', 'what unsaid hav been said..what undone have been done..whats the point...'), (6814, 1242, 'Singapore', 'Retards.'), (6815, 2077, 'Johore, Malaysia', '@Weeneelee HAHA. Yeah, thats why i dun dare mah (;'), (6816, 675, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 3 others http://t.co/MGXv3QIk'), (6817, 1556, 'Singapore', 'Walaupun berat atau mudah, janji tetap dan harus ditunai.'), (6818, 362, 'Johore, Malaysia', 'So much of enjoy your ride . Go die !'), (6819, 2062, 'Riau, Indonesia', 'thankyou yah win udh foLLow :) @edwintenoclock'), (6820, 2078, 'Johore, Malaysia', '@chamchamz billing day. SIGH.'), (6821, 2079, 'Malaysia', 'ทำไมมันคันแบบนี้เนี่ยยยย สลัดเอ้ยยยยย - . -'), (6822, 2080, 'Malaysia', '@Tumvadee อ้อม กินข้าวด้วย \nจีฮาน รัก อ้อม น่ะ'), (6823, 927, 'Johore, Malaysia', '@AudiFashionFest I''m more than excited, can''t wait for the Audi Fashion Festival in Singapore!'), (6824, 2055, 'Johor Bahru, Johore', 'Old skinny arms and Jon''s hair! @ Tampines street 43 Blk495E http://t.co/IX8P9IQ3'), (6825, 2026, 'Singapore', 'wa nexus damn nice but the price also damn nice zzzzzz'), (6826, 1556, 'Singapore', '@nrlnwzy fanatic nya...'), (6827, 1421, 'Singapore', '@MarcMyWordddsss those refer to the element number; ''un'' means 1. so number 116 is ununhexium until they give a proper name haha'), (6828, 2058, 'Johore, Malaysia', '“@RealTaIk: Most people cheat because they''re paying more attention to what they''re missing rather than what they have.”'), (6829, 2081, 'Johor Bahru, Johore', '“@shewerly: Good morning @asterjoyce @astrocat25 @joanalyza @chubbynoodles @kikikikeena @corra120710 @harihatoy”gudam ^__^'), (6830, 2073, 'Johore, Malaysia', 'saying sorry 10000000 time will not make the words disappear...'), (6831, 2082, 'Johor Bahru, Johore', 'Lepas Mkn aje aku masih lapar sia!!! -_-'), (6832, 675, 'Johor Bahru, Johore', 'I''m at Cotton On @ AMK Hub (Ang Mo Kio Town, Singapore) http://t.co/qSRwX5cg'), (6833, 73, 'Johor Bahru, Johore', 'Goddamnit . This is why I need to unlinkkkkkkkk urgh -.- . UNLINK FRON FACEBOOK TWITTER .'), (6834, 362, 'Johore, Malaysia', 'I''m gonna search for a bus to go Chinatown . Brb .'), (6835, 1850, 'Johor Bahru, Johore', '"@hafiq_hanapi: Lambat perh cikgu.."'), (6836, 2068, 'Singapore', 'For some reason I get sick everytime I get a blister...'), (6837, 932, 'Johore, Malaysia', '@heartwinkle that time you asked me what is my height then no reply! :/'), (6838, 2083, 'Johor Bahru, Johore', 'I miss my family so much! I keep imagining myself giving them all big hugs!'), (6839, 1820, 'Johore, Malaysia', 'charge ! ready yeah :D'), (6840, 1976, 'Johore, Malaysia', 'Because of limited things, we need to make choices..'), (6841, 69, 'Johore, Malaysia', 'baru pukul 10 eh hais'), (6842, 2073, 'Johore, Malaysia', 'what i can do is face it...'), (6843, 1926, 'Riau, Indonesia', '@cutory org buntal emg gitu aj krjaannya ya. kasian'), (6844, 675, 'Johor Bahru, Johore', 'I''m at FairPrice Xtra (Singapore, Singapore) http://t.co/7m72JgIX'), (6845, 2082, 'Johor Bahru, Johore', 'What the fuck is wrong with my perut.. -_-'), (6846, 420, 'Kota Tinggi, Johore', '@HashBrownLee hahahahaha! Okayokay diam jangan bilang siape siape hahahaha'), (6847, 2084, 'Johor Bahru, Johore', 'WHATHEFCUK?'), (6848, 2068, 'Singapore', 'Will try to!'), (6849, 1421, 'Singapore', '@JoelSherard what -.- lolokay'), (6850, 2078, 'Johore, Malaysia', '@wrathchildinc cool. what say u @rainbowbubbless? and I rmb jp no gv, so somewhere nearer like westmall? or town?'), (6851, 2085, 'Tebrau, Johor Bahru', 'What doesnt kills you make you stronger'), (6852, 1502, 'Singapore', 'oh yayy baby im sorry download is done~'), (6853, 932, 'Johore, Malaysia', '@RaecheleuHateu so I should be proud arh?'), (6854, 70, 'Johor Bahru, Johore', 'Meow. Anyone?'), (6855, 1242, 'Singapore', '@clydeclarissa I know I saw that. What''s wrong with that?'), (6856, 1473, 'Johor Bahru, Johore', '@Gotnoname96 should have squeezed your head more!'), (6857, 362, 'Johore, Malaysia', 'Beh potong fare aku 2 . 91 cents -.- !'), (6858, 1517, 'Johor Bahru, Johore', '@idZuha tny jiran eh? ko wat nusa bayu kan'), (6859, 1556, 'Singapore', 'az·ure = the blue sky'), (6860, 1713, 'Plentong, Johor Bahru', '@pinkJAMBOO asal tak boleh tidur? hahahah'), (6861, 2086, 'Johore, Malaysia', 'I''m at Ghim Moh Market &amp; Food Centre (Singapore, Singapore) http://t.co/FqyP5mj2'), (6862, 2087, 'Johor Bahru, Johore', '@rosnmede yes its best u rest while he plays ros...'), (6863, 72, 'Johor Bahru, Johore', 'I just need to get this off my chest, that you will always have my heart,,, Let me be the one~'), (6864, 2073, 'Johore, Malaysia', 'dnt worry i will be strong...i m as strong as a rock...'), (6865, 1327, 'Johore, Malaysia', '@Sya_miza abih if book dia direct kat jkrta mcmana pulak heheh'), (6866, 2060, 'Johor Bahru, Johore', 'Ended up ... It was my fren msg instead of urs :)'), (6867, 69, 'Johore, Malaysia', '@Aien_TW sound untuk kebaikan ok la. cuba kalau haikal tiba2 sound benda bukan? hahahah'), (6868, 1820, 'Johore, Malaysia', '@ulfaDHAH33 untunglahh ~'), (6869, 1777, 'Johor Bahru, Johore', '@Shakshacks @ohbabyd Hehehee..Joking je lah,no offence✌'), (6870, 362, 'Johore, Malaysia', 'Nak complain pon nothing happen . Cause everything rule by one system . Bitch .'), (6871, 2088, 'Johor Bahru, Johore', 'Kul 8 da bangun.. Lipat kain all... Should I head back to sleep now? Nyehehe'), (6872, 1897, 'Johor Bahru, Johore', 'I''m at Mcdonald''s http://t.co/qiD88n4r'), (6873, 115, 'Indonesia', '@_Risdamaris @OaN_J hahahaha..... berhasil buat penasaran lagiiiiii.....'), (6874, 1556, 'Singapore', 'I should learn from Zakaria, very romantic to capture Azura''s heart'), (6875, 2089, 'Johore, Malaysia', 'Breakfast here! (@ McDonald''s) http://t.co/SzkPw13Q'), (6876, 2090, 'Johor Bahru, Johore', 'Granny left a lot of egg white in the fridge.. Wanna do meringue or macaroon??'), (6877, 1850, 'Johor Bahru, Johore', '@ChakyStitch haha smue dh transfer to twitter .'), (6878, 499, 'Johor Bahru, Johore', 'Who when what how where? @Purpliish @Deblephant @rocketrobot @mojojojohee'), (6879, 927, 'Johore, Malaysia', 'RT @juanmata10: Ye! Amazing come back! Stamford Bridge has been decisive! We''ve won thanks to you! Let''s enjoy this! Come on Blues! #CFC.'), (6880, 359, 'Johore, Malaysia', 'Good morning all! Happy Thursday and keep smiling! ☺'), (6881, 126, 'Tebrau, Johor Bahru', 'Untungla famous semua orang puji XD'), (6882, 2061, 'Johor Bahru, Johore', 'I''d rather wait for the next train than be trampled all over.'), (6883, 2091, 'Plentong, Johor Bahru', 'tu makaaannn diaaaa. Haha (@ Medan Selera Larkin Bomba) http://t.co/YnizsMji'), (6884, 2092, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 159 (Singapore, Singapore) http://t.co/XfmF46fk'), (6885, 1662, 'Johore, Malaysia', 'I''m at Life Sciences Lab @ DSS http://t.co/3oj8vFiE'), (6886, 2093, 'Johor Bahru, Johore', 'Bad bad dreams...'), (6887, 1487, 'Johore, Malaysia', 'hahaha :D“@wighl: Senyum manis bwt unad #eeaaa RT @nadywuland: iyah wigel iyaaa..*mata sepet* “@wighl: Semangat (cont) http://t.co/7eAJfEuj”'), (6888, 932, 'Johore, Malaysia', 'Gah. Fine.'), (6889, 2078, 'Johore, Malaysia', '@Qelvyn so u both have to be more pro-active? take the initiative to talk to the girls! lol. @chenghao__ @aeternalisdeorc'), (6890, 126, 'Tebrau, Johor Bahru', 'Tiada duka yang abadi di duniaa ~~~'), (6891, 2094, 'Johore, Malaysia', '@Shahmd13 yeh i noe...but duit kurang leh to buy dat $1680 macbook pro..heheh: )'), (6892, 871, 'Johor Bahru, Johore', '@jaisanrai who go quarter final uh ? napoli uh ? cavani uh ? hamsik uh ? hahah !!'), (6893, 84, 'Johor Bahru, Johore', '@ahchiamsy @jae_jerome @lmypuffy yeàh'), (6894, 2095, 'Riau, Indonesia', 'I''m at Resorts World Sentosa (Sentosa Island, Singapore) http://t.co/nPuD1vkc'), (6895, 1472, 'Singapore', '@Ruiiroro oh in the end i pend BO''s email. i include it in Shueh li''s email, so she will one go forward to BO if Chris insisted her way..'), (6896, 2096, 'Senai Kulai, Kulai Jaya', 'I just ousted @nurarif as the mayor of Blok P07 on @foursquare! http://t.co/0Na9ewo2'), (6897, 2096, 'Senai Kulai, Kulai Jaya', 'Digital Electronics (@ Blok P07) http://t.co/FGozRDpf'), (6898, 2097, 'Johor Bahru, Johore', '@aaatiikaaa because you are awesome.'), (6899, 1502, 'Singapore', 'thunder!'), (6900, 804, 'Johore, Malaysia', 'Slept at 4am woke up at 7am....what a life...'), (6901, 2098, 'Johor Bahru, Johore', 'I''m at Singapore Zoological Gardens w/ @pekkoon @eugeneyongxz @weijianlwj http://t.co/ZlubM3bB'), (6902, 932, 'Johore, Malaysia', '@RaecheleuHateu huh? What make up?'), (6903, 430, 'Johor Bahru, Johore', '@mthrh and makes sure my ayam masak merah siap when i come home from work!'), (6904, 927, 'Johore, Malaysia', 'RT @juanmata10: Yes! Amazing come back! Stamford Bridge has been decisive! We''ve won thanks to you! Let''s enjoy this! Come on Blues! #CFC.'), (6905, 2068, 'Singapore', 'It''s hard... I wake up or 4 in the morning for no particular reason all the time and I can''t sleep at night.'), (6906, 362, 'Johore, Malaysia', 'Oh oh ! Aku lambat lagy uh . Pasal train .'), (6907, 73, 'Johor Bahru, Johore', 'Wtf #likeaseriously . Grandma . Just stfu . Don''t make me shout at you ok . Don''t give me crap of what asking me to be a good girl .'), (6908, 1613, 'Johore, Malaysia', 'I''m at Calvin''s motel http://t.co/YK62nYm0'), (6909, 2099, 'Johore, Malaysia', 'I''m at NUSS Kent Ridge Guild House (Singapore, Singapore) http://t.co/Xrzua3B0'), (6910, 2100, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 3 others http://t.co/qMDdtRTo'), (6911, 2101, 'Johor Bahru, Johore', 'I''m at Singapore Zoological Gardens w/ @pekkoon @eugeneyongxz @weijianlwj @peiyuzx @merrickp_jy http://t.co/3GS5Nh7l'), (6912, 72, 'Johor Bahru, Johore', 'Earpiece activated, music on, Dont care bout the world.'), (6913, 2102, 'Kota Tinggi, Johore', '@spideythexinyi dun emo XD'), (6914, 1980, 'Johore, Malaysia', 'I''m at 128, Geylang East Central w/ @pheobetan http://t.co/6GpEU6Nj'), (6915, 1702, 'Johore, Malaysia', '@dariuschang the hk toyland is relatively small compared to other theme park. Quite nice though. :)'), (6916, 1966, 'Johore, Malaysia', 'I really seems like getting shorter ;('), (6917, 2103, 'Johore, Malaysia', 'I''m at Macpherson Minced Meat Noodles (Singapore, Singapore) http://t.co/Oi1RnPS9'), (6918, 1185, 'Johor Bahru, Johore', 'Memories~ &lt;3 @ Yishun Street 81 http://t.co/gRajp5pd'), (6919, 2104, 'Johor Bahru, Johore', 'Sleep. Lets continue back to sleeeeep :) (@ Blk 367A Tamp St 34) http://t.co/h60jw6NL'), (6920, 1473, 'Johor Bahru, Johore', '@Gotnoname96 OWNSELF SAY SHORT'), (6921, 871, 'Johor Bahru, Johore', 'The only English team in UCL , Chelsea Fc &lt;3 @chelseafc'), (6922, 1996, 'Johor Bahru, Johore', 'I''m at ITE College West (Choa Chu Kang, Singapore) w/ 2 others http://t.co/hPge2LT0'), (6923, 1956, 'Johore, Malaysia', 'Home ☺ (@ Blk 147 Lorong 2 Toa Payoh) http://t.co/8lJRiwRC'), (6924, 2105, 'Johore, Malaysia', 'I''m at 71 Commonwealth Drive (Singapore) http://t.co/vEXJ8Ta5'), (6925, 1242, 'Singapore', 'Tomorrow 6.30 Spongebob Squarepants Movie'), (6926, 2055, 'Johore, Malaysia', 'Blame the girl friend! @ Clementi Central Hub/square http://t.co/dscY9HSv'), (6927, 2106, 'Johore, Malaysia', 'I''m at Fairfield Methodist School (Secondary) (Singapore) w/ 7 others http://t.co/qIy2syZj'), (6928, 2107, 'Johor Bahru, Johore', 'This is why initially I don''t want to go. Just say after lunch jobel go can already. Simple. Now become I needa rush and rush and rush'), (6929, 73, 'Johor Bahru, Johore', 'And by doing that mummy will retract my line . -.- . Just keep quiet if you dint now anyt -.- .'), (6930, 123, 'Johore, Malaysia', '@samgsm87 no la we was fooling around haha'), (6931, 2062, 'Riau, Indonesia', 'oLa jga baek vi,,, apah aj kgiatan skrg vi ?@vie_vi'), (6932, 1472, 'Singapore', '@Ruiiroro wait later i go ask, then later shueh li ask again... will be very weird like we din communicate. let tat 2 discuss first ~'), (6933, 73, 'Johor Bahru, Johore', '*don''t know .'), (6934, 2108, 'Johore, Malaysia', 'I''m at ION Orchard w/ @crystalljw http://t.co/UBTLvknj'), (6935, 2109, 'Plentong, Johor Bahru', 'Sarap Lontong "" (@ Manja Cafe Taman Cahaya Masai) http://t.co/0Q0PU1Ah'), (6936, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY yay ! Hahahahhaha ^^'), (6937, 927, 'Johore, Malaysia', 'Chelsea Chelsea Chelsea Chelsea Chelsea, thursday morning is filled with the colour of blue!'), (6938, 406, 'Johore, Malaysia', 'I''m at Novena Square (Singapore, Singapore) http://t.co/SM54HvwD'), (6939, 2110, 'Johore, Malaysia', 'I''m at Novena MRT Station (NS20) (Singapore, Singapore) w/ 3 others http://t.co/8x2IIW8h'), (6940, 2107, 'Johor Bahru, Johore', 'Like that. The more late, the more I needa rush later. Furthermore bring one more ''burden''. zzzZzz'), (6941, 1850, 'Johor Bahru, Johore', 'Hungry hungry very hungry .'), (6942, 2111, 'Johor Bahru, Johore', 'Off to KL'), (6943, 73, 'Johor Bahru, Johore', '@Irrecovalable_ LOL . SHUDDUP . PIGS CANT FLY OK . LOL .'), (6944, 2112, 'Johore, Malaysia', 'I''m at ACS(BR): Canteen http://t.co/GPJcDfll'), (6945, 362, 'Johore, Malaysia', 'Free shuttle service gy harbourfront . Bodow sia ! -.-'), (6946, 2113, 'Kota Tinggi, Johore', 'Ooohh y! y u no longer wit that bridal risz!'), (6947, 2114, 'Singapore', '#katycats'), (6948, 1293, 'Johor Bahru, Johore', '@sharolsharol no la, im supposed to do my own stuff la today, but have to cover their work today. Siannnn.'), (6949, 72, 'Johor Bahru, Johore', '@Its_Mumu slide left or right.'), (6950, 69, 'Johore, Malaysia', '@itsyanyall k yuk!'), (6951, 2088, 'Johor Bahru, Johore', 'Ok here starts my awkward moment.....'), (6952, 1509, 'Johor Bahru, Johore', 'No one is here to help.'), (6953, 2115, 'Johor Bahru, Johore', 'I''m at Westwood Secondary School (Singapore, Singapore) http://t.co/6pCIkcPp'), (6954, 1778, 'Malaysia', '@NrielZandramari สวัสดีตอนเช้าค่ะ พี่นุ่น'), (6955, 58, 'Malaysia', '@limited_Pookki3 เอ้าไปตั่งแต่เมื่อไหร่ว่ะ ?'), (6956, 923, 'Plentong, Johor Bahru', 'Sempena 100 tahun nestle (@ Jabatan Pelajaran Negeri Johor) [pic]: http://t.co/ip5nuAwE'), (6957, 2116, 'Johore, Malaysia', 'Slept for less than 3 hours ytd lol x.x'), (6958, 2117, 'Johore, Malaysia', 'Dlm cinta harus saling percaya... Dlm cinta harus berani pasrah... Dlm cinta harus jgnlah goyah... Dlm cinta harus sejiwa...'), (6959, 2078, 'Johore, Malaysia', '@aeternalisdeorc there is a IS module, test abt "introvert or extrovert" and surprisingly I''m introvert. kid u not. @chenghao__ @qelvyn'), (6960, 1850, 'Johor Bahru, Johore', '@budakchik morning bby .'), (6961, 1094, 'Plentong, Johor Bahru', 'Slow moving traffic at Psr Gdg H''way heading Tmn Perling.\n Take note.\n:)\n\n#JBTU'), (6962, 2118, 'Johore, Malaysia', 'Best I''ve ever had.. Every single time. Haha! RT @Retwittings: Complete the sentence: You are the ______.'), (6963, 2055, 'Johor Bahru, Johore', 'Need some air after someone farted! Peace! @ Pasir Ris http://t.co/gWdGZPmo'), (6964, 909, 'Johor Bahru, Johore', '@Thirdy22 hi third!!! Ok lang meeeee!!!!! HAHA. Dito ako sa work. Eto abnormal padin!!! Haha ikaw musta na!? :D'), (6965, 2008, 'Johore, Malaysia', '@gamerz yeah I hope your MBA gets to you soon too then. Lol'), (6966, 1507, 'Malaysia', 'I''m at KFC @ tesco lotus 2 (หาดใหญ่, สงขลา) http://t.co/2UP5u7oK'), (6967, 406, 'Johore, Malaysia', 'I''m all alone ); http://t.co/OXwLG393'), (6968, 1300, 'Johor Bahru, Johore', '#StronglyAttractedTo shoes'), (6969, 2119, 'Johore, Malaysia', '@ggnainaa bagos laa..bsok g toilet dop kuar2.. :)'), (6970, 965, 'Johor Bahru, Johore', 'tak mahu hati kotor~'), (6971, 2120, 'Johore, Malaysia', 'Way out together this morning... @ Citroen Service Centre http://t.co/GxeEZt15'), (6972, 2079, 'Malaysia', '@Otome_Mim คันแขนอ่ะดิมันเป็นตุุ่มใส อ่ออ้อยยยยยยคันวุ้ยยย TTATT'), (6973, 499, 'Johor Bahru, Johore', '@purpliish @deblephant @rocketrobot @mojojojohee what time and where to meet?'), (6974, 871, 'Johor Bahru, Johore', '@iForIrfn now cannot uh , they play for fun ?'), (6975, 2117, 'Johore, Malaysia', 'Weekend fully book! I loike!!!'), (6976, 2121, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Bus 187 (Singapore) http://t.co/KkxmaYxW'), (6977, 2122, 'Johor Bahru, Johore', '@clarahohohoho where are you!!!!'), (6978, 1507, 'Malaysia', 'I''m at Auntie Anne''s http://t.co/5CXsJPag'), (6979, 2036, 'Johor Bahru, Johore', '@harlotcentury nvm one I poke your asshole.only see how you feel ^^'), (6980, 965, 'Johor Bahru, Johore', 'moga dipelihara oleh DIA~'), (6981, 2123, 'Johore, Malaysia', 'I just ousted @crazylikeher as the mayor of Manjusri Indoor Sports Hall on @foursquare! http://t.co/ZjuRfBHi'), (6982, 2123, 'Johore, Malaysia', 'I''m at Manjusri Indoor Sports Hall http://t.co/B3cGuzaG'), (6983, 1094, 'Plentong, Johor Bahru', '@rikadiana_busri @ayubusri @hunny_be Dlm Hal NI Ayu kot yg harus tdk di persalahkan.'), (6984, 1507, 'Malaysia', 'I''m at CARNIVAL Lotus 2 (อ.หาดใหญ่, จ.สงขลา) http://t.co/3wH8B32r'), (6985, 2124, 'Johor Bahru, Johore', '@huggableloveee haha 10 come back only! When euu going today?'), (6986, 1502, 'Singapore', 'WTF why is my hair frizzing up'), (6987, 2125, 'Johore, Malaysia', 'RT @ZodiacFacts: As a #Capricorn you are skilled at bringing fresh energy to your conversations or to a relationship.- naman'), (6988, 1820, 'Johore, Malaysia', '@Febrinofia TV :D'), (6989, 1185, 'Johor Bahru, Johore', 'Caption please? :D @ Yishun St 81 http://t.co/Z4NTXarh'), (6990, 2126, 'Johore, Malaysia', 'I''m at The Treasury (Singapore, Singapore) http://t.co/QJo4oFcd'), (6991, 1427, 'Pulai, Johor Bahru', '@banana1908 you work til now boring or not?'), (6992, 1325, 'Johor Bahru, Johore', 'I''m at Serangoon MRT Interchange (NE12/CC13) (Singapore, Singapore) w/ 2 others http://t.co/NIaLkjY7'), (6993, 2127, 'Johore, Malaysia', '@aymee_kuleet wow ikaw na ang active sa twitter.. Naks..'), (6994, 1507, 'Malaysia', 'I''m at OK Pizza http://t.co/tmcwpm2T'), (6995, 73, 'Johor Bahru, Johore', 'RT @Irrecovable_ ; @Ima_Lovin_You_ PIGS CAN FLY. T_T. - HAHAHAH WTH NO . DONT RUBBISH .'), (6996, 1850, 'Johor Bahru, Johore', '"@budakchik: Today nothing to do means homework need to be done. Shit"'), (6997, 1698, 'Plentong, Johor Bahru', 'happy bufday my swet fren @diyanapuniran . luv u damn. muahx !'), (6998, 1556, 'Singapore', '@ADIaiyad I think they need whole thing'), (6999, 2093, 'Johor Bahru, Johore', 'Crazyy. 7 times already..'), (7000, 1507, 'Malaysia', 'I''m at Car Park Lotus2 http://t.co/OzQDXLbr'), (7001, 362, 'Johore, Malaysia', 'Fuck you all lah -.-'), (7002, 2128, 'Johore, Malaysia', 'Start work loh :(:( (at Engenius Tech) — http://t.co/D6mwmWkO'), (7003, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY lmao . You know we''re still talking abt it ? Hohoho ^^'), (7004, 1552, 'Johore, Malaysia', 'I WANT to be back in the office!! But I have a press conf to attend. You won''t find another writer like me in Singapore. #hardworking'), (7005, 1162, 'Johore, Malaysia', 'I''m at Technical Block @ ITE College East http://t.co/cV05qWYW'), (7006, 2085, 'Tebrau, Johor Bahru', 'Should I go LAN later with them?'), (7007, 2129, 'Johore, Malaysia', 'It''s taking me forever to reach dhoby gaut mrt station from hougang on the NEL..'), (7008, 362, 'Johore, Malaysia', 'Nak step mane nye goodwill ambassador -.-'), (7009, 2130, 'Riau, Indonesia', 'With the pcguys :) (@ Universal Studios Singapore w/ 11 others) http://t.co/6ZdR0yja'), (7010, 73, 'Johor Bahru, Johore', '@Irrecovalable_ QUIET LA YOU LOL .'), (7011, 1292, 'Johore, Malaysia', '@hevi_xueling omg!! Feedback! Feedback!'), (7012, 1778, 'Malaysia', 'RT[ประชาสัมพันธ์] คืนนี้ 4ทุ่ม(เวลาไทย) ช่วยกันเทรน #imstilllovingyou ให้ @CNBLUE_4 นะคะ'), (7013, 1698, 'Plentong, Johor Bahru', 'dun be stubborn ! shit well.'), (7014, 2127, 'Johore, Malaysia', 'Tamad mode....'), (7015, 167, 'Johor Bahru, Johore', 'Dark times lie ahead of us and there will be a time when we must choose between what is easy and what is right.” - Dumbledore.'), (7016, 2131, 'Johore, Malaysia', 'New double toe clip for today'), (7017, 1502, 'Singapore', 'swagger gd'), (7018, 1047, 'Plentong, Johor Bahru', 'Ed Sheeran is soooooooo CUTE!'), (7019, 2132, 'Pulai, Johor Bahru', '@peyt_apit alarm u pon lmbt la hari nie ...hehehe ...da bfast ?'), (7020, 1507, 'Malaysia', 'I''m at SE-ED Book Center (ซีเอ็ดบุ๊คเซ็นเตอร์) (Hat Yai, Songkhla) http://t.co/cT8NWKAE'), (7021, 1437, 'Johor Bahru, Johore', 'finally I''ve reach dhoby ghaut after 45min. usually it''s just a 20min journey'), (7022, 2079, 'Malaysia', '@Otome_Mim เกาไปเรียบร้อยละ บีบน้ำแตกเลย -.-'), (7023, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY OMGGGGG WHYWHYWHYWHY WHAT HAPPEN WTSSSSS .'), (7024, 138, 'Plentong, Johor Bahru', 'Aishhh tak paham betul aku..laki kachak tu respon gedik2 manje syuk.like seriusli...gua frust..'), (7025, 1213, 'Johor Bahru, Johore', 'I''m still tired. Going back to sleep. Rofl.'), (7026, 1723, 'Johore, Malaysia', '50 Rawwrers (: @ChristabellePen Look . (: \n\n-❥Rawwrie(: ′'), (7027, 2133, 'Johore, Malaysia', 'Meeting with Yellow Pages. Another salesperson handling our account this year but equally pretty http://t.co/hl8GJsbA'), (7028, 2134, 'Johor Bahru, Johore', 'I''m at The British Club (Bukit Timah, Singapore) http://t.co/6gSy6INB'), (7029, 1185, 'Johor Bahru, Johore', 'Hehehe. :B @ Yishun Street 81 http://t.co/pcTltuFL'), (7030, 1507, 'Malaysia', 'I''m at Squeeze (Hat Yai) http://t.co/7WGSFb38'), (7031, 2135, 'Malaysia', 'I''m at Yan Sue Gaden Coffee And Beverage (Khuan Don, Satun) [pic]: http://t.co/Zbri1wIn'), (7032, 1349, 'Johor Bahru, Johore', 'Ite le still like that. Nvr bring PE jiu nag zzz.'), (7033, 1236, 'Johore, Malaysia', 'Wad shld I do.. I''m lost.. :/'), (7034, 2136, 'Johore, Malaysia', 'I''m at CHIJ Secondary (Toa Payoh) (Singapore) http://t.co/XDciFNVI'), (7035, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY hahahahokkkks (;'), (7036, 2137, 'Johore, Malaysia', 'It''s a pink Thursday! (@ Oldendorff Carriers @ The Central Level 25) http://t.co/DVJn0GGP'), (7037, 1850, 'Johor Bahru, Johore', 'Lol .'), (7038, 965, 'Johor Bahru, Johore', '#np Alexander Rybak - Fairytale'), (7039, 1054, 'Johore, Malaysia', '@Gee_Ass lol u fell asleep?'), (7040, 1778, 'Malaysia', '@NrielZandramari คร้า ปิดเทอมแล้ว'), (7041, 2138, 'Johore, Malaysia', 'Nakikigamit lang haha (@ MacPherson MRT Station (CC10/DT26) w/ 3 others) http://t.co/Z2WjWKAP'), (7042, 1442, 'Johor Bahru, Johore', '@zulcxmet. Tak tahu ah bro. Aku malas nak layan.'), (7043, 1899, 'Johore, Malaysia', 'Otl nel towards dhoby broke down .'), (7044, 1507, 'Malaysia', 'I''m at S&amp;P (เอส แอนด์ พี) (Hatyai, Songkhla) http://t.co/Waiwuvp0'), (7045, 1850, 'Johor Bahru, Johore', 'Oh well . ^^'), (7046, 2139, 'Johor Bahru, Johore', '@BabyCherLloyd @auveymikayla Hey sorry I just woke up! Btw, good morning. :D'), (7047, 2140, 'Johore, Malaysia', 'Good morning p b ang morning kapag nastuck up k sa MRT at sure na male late k sa work :('), (7048, 2079, 'Malaysia', '@Otome_Mim มันคือตุ่มไรว่ะมิ้ม ?​=[]='), (7049, 167, 'Johor Bahru, Johore', 'RT “@FactsHPotter: Daniel Radcliffe first thought Justin Bieber was a woman. #FactsHPotter”LMFAO'), (7050, 2018, 'Johore, Malaysia', '@duke0777 if the dollar chart i sent you do holds. We still have about 2 month of dollar bull ahead before things starts to collapse. $USD'), (7051, 2141, 'Johor Bahru, Johore', 'Get to meet @FazzyLaa tomorrow! Can''t wait! Miss her so much!'), (7052, 1109, 'Johor Bahru, Johore', '@CELINLEONG Hehe. Okok. Morning! ^^'), (7053, 1850, 'Johor Bahru, Johore', 'How bout you ? :&gt;'), (7054, 2142, 'Johor Bahru, Johore', 'Phone hanged again. Fcuk u.'), (7055, 2143, 'Johore, Malaysia', 'The real thing will be adoption. Forget NFC, This iPhone Case Combines All Your Credit Cards Into One http://t.co/ft4mVIer via @TechCrunch'), (7056, 2139, 'Johor Bahru, Johore', '@IntanSolehaa Jadi. Lol. Tell your dad you working until 11 la.'), (7057, 362, 'Johore, Malaysia', 'Just 1 bus to Chinatown ! Puki lah -.-'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (7058, 2144, 'Plentong, Johor Bahru', 'I''m at Southern Motor Enterprise http://t.co/tcgK87QP'), (7059, 2145, 'Johor Bahru, Johore', 'Arghhhhhhh some people are just so ridiculous and unreasonable! #pissedoff'), (7060, 2146, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 4 others http://t.co/QvVfElKQ'), (7061, 2068, 'Singapore', 'Coughing like nobody''s business.'), (7062, 747, 'Johore, Malaysia', '@disillusionedd ya. But my journey is from Punggol to Douby. But it''s traveling like a snail. And hey! Go jog never ask me along.'), (7063, 2147, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 7 others http://t.co/Bq4GZZbB'), (7064, 1850, 'Johor Bahru, Johore', 'Indirect tweets ? Heh ^_^'), (7065, 1185, 'Johor Bahru, Johore', 'Just posted a photo @ Yishun Street 81 http://t.co/1qjPOlFz'), (7066, 1502, 'Singapore', 'if i were to list down the things i want? i thhink my parents would go crazy and they will starve for 2 months'), (7067, 2068, 'Singapore', 'I really need to see a doctor soon...'), (7068, 1421, 'Singapore', '@Raam93 wow they''re sending decisions already ah'), (7069, 1586, 'Plentong, Johor Bahru', 'ratah milo.'), (7070, 362, 'Johore, Malaysia', 'No . For what take shuttle bus . Nak step free mane beh go straight to harbourfront -.-'), (7071, 362, 'Johore, Malaysia', 'Kay fiq , Chillax .'), (7072, 1552, 'Johore, Malaysia', 'If having a social life and balanced life wasn''t a priority to me, I''d spend all my time in the office. #hardworking'), (7073, 1850, 'Johor Bahru, Johore', 'Gimme a dm boleh ? (:'), (7074, 1778, 'Malaysia', '@wararat_amp สวีดาดค่ะพี่แอม!!!'), (7075, 1094, 'Tebrau, Johor Bahru', '@rikadiana_busri @ayubusri @hunny_be Aku guna bahasa org berkulit cerah pasal kulit aku cerah. Sekian.'), (7076, 1109, 'Johor Bahru, Johore', '@speishi Hehe alright. Noprob! (: Morning! ^_^'), (7077, 1896, 'Johor Bahru, Johore', '@cj_y yeap. Brought a mini speaker to endure 6 hours with mosquitoes'), (7078, 1437, 'Johore, Malaysia', 'so so so annoyed. damn.'), (7079, 2142, 'Johor Bahru, Johore', 'I wished that I know Korean and Japanese.'), (7080, 2055, 'Johor Bahru, Johore', 'Nike on the moon! @ The moon! http://t.co/XYZd9FPz'), (7081, 2148, 'Johore, Malaysia', 'da who!? @maybellebars haha #fb http://t.co/nswMukuQ'), (7082, 1002, 'Indonesia', 'Mauliate ma Tuhan oh Debata,\nAi diramoti ahu tongtong dingolunghu\n#Mauliate'), (7083, 1938, 'Kota Tinggi, Johore', 'I''m at SMRT Buses: Bus 190 (Singapore) http://t.co/qLsEpnyb'), (7084, 1850, 'Johor Bahru, Johore', 'Now what ?! Cant load my tweets ! Zzzz -.-'), (7085, 2149, 'Pulai, Johor Bahru', 'Haaa.. Elok la tu perangai..'), (7086, 2142, 'Johor Bahru, Johore', '@wowwh will you be my Korean teacher?'), (7087, 1502, 'Singapore', 'those feelings when you open your tumblr and you see sj and bb photos omg'), (7088, 1109, 'Johor Bahru, Johore', '@Kongchengyi Bukeqi! :D'), (7089, 2150, 'Johore, Malaysia', 'A three year old waiting to collect passport at ICA - no mean feat @ ICA passport dept http://t.co/Z2AkmyuT'), (7090, 58, 'Malaysia', '@limited_Pookki3 อื้ม ๆ ! พรุ่งนี้ไม่แน่กูไป กทม'), (7091, 1094, 'Plentong, Johor Bahru', '@AyuBusri @rikadiana_busri @hunny_be Ada language baru EH ??\n Kah3 !!'), (7092, 1560, 'Plentong, Johor Bahru', '@nazlynlyn have funnn . ;-)'), (7093, 123, 'Johore, Malaysia', '@samgsm87 lucky got them my fire a bit cool down also'), (7094, 1556, 'Singapore', '@syafiqSMS Old one legend......Kak ogy forever Azura'), (7095, 935, 'Johor Bahru, Johore', 'I want to refresh my mind. Delete all my problems, undo all my mistakes, and save all the happy\nmoments.'), (7096, 2151, 'Johor Bahru, Johore', 'I''m at Chestnut Drive Secondary School (Singapore, Singapore) http://t.co/Bibmjblj'), (7097, 1850, 'Johor Bahru, Johore', 'Someone like you ? &lt;3'), (7098, 2152, 'Johor Bahru, Johore', 'Morninggggg'), (7099, 2142, 'Johor Bahru, Johore', '@wowwh I love you.'), (7100, 1556, 'Singapore', '@ADIaiyad this is BLGT , Boon LAY'), (7101, 1346, 'Riau, Indonesia', 'Meeting. Really. (@ Universal Studios Singapore w/ 13 others) http://t.co/FpVfYeh0'), (7102, 33, 'Johor Bahru, Johore', 'Omg so long never board 27 bus already ! It''s still as pack as usual nothing change ..'), (7103, 1264, 'Johor Bahru, Johore', 'Im imba shit. I got my attendance taken then i leave training HAHAHAHA'), (7104, 2139, 'Johor Bahru, Johore', '@IntanSolehaa Say last minute work? Orrrrr, you say you celebrating birthday?'), (7105, 2153, 'Indonesia', 'lebih bagus aqu turutin smua kta'''' ortu Qu. \nterutama gak usa pcaran dlu. .:(\n\n dri pda aqu khilangan ksii syang ortu Qu. . \n\n:''(\n#\n(Y)'), (7106, 1551, 'Johore, Malaysia', '@quelie10 ang pinas kamusta?'), (7107, 73, 'Johor Bahru, Johore', '@Fion_99 HES A BASTARD .'), (7108, 1091, 'Johore, Malaysia', 'Tak bisakah engkau cuba hargai hatiku dan perasaanku yang hanyalah teruntuk dirimu?'), (7109, 2154, 'Johore, Malaysia', 'I''m at express office,sentosa station http://t.co/fN3DWF83'), (7110, 2155, 'Johore, Malaysia', 'Good morning. It''s 25°C out there.'), (7111, 1185, 'Johor Bahru, Johore', 'o(^_^)o @ Yishun Street 81 http://t.co/UZ8DpYow'), (7112, 1502, 'Singapore', 'b1a4 mv making always damn funny de lol hope they have smth like zoom zoom vers this time'), (7113, 406, 'Johore, Malaysia', '@txgress won''t yet , still early ^^ like 1 plus 2 I reach there^^ why?'), (7114, 2156, 'Malaysia', 'I''m at โรงไฟฟ้าจะนะ http://t.co/TJjbCoTx'), (7115, 2139, 'Johor Bahru, Johore', '@phynyxx 1 train?'), (7116, 1560, 'Plentong, Johor Bahru', '@My95Arman hahahaha! Jommmmmm. Next weekend after the school re-opens buttttt, jgn duduk sebelah mummy. :-P'), (7117, 362, 'Johore, Malaysia', 'Oh all the bus free lah :) . Cool shit ! Kan bagos kalao everyday gini .'), (7118, 1264, 'Johor Bahru, Johore', 'Running to MRT now lolol'), (7119, 2158, 'Johore, Malaysia', 'sound designing now.'), (7120, 88, 'Johor Bahru, Johore', 'the moment bila aq tgh call dgn cousin aq..yeah dunia ni mcm kitaorg yg pnya... non stop asyik ckp jeee'), (7121, 1997, 'Johore, Malaysia', '@ChristopherCy xie xie!'), (7122, 2159, 'Johore, Malaysia', 'GOOD MORNING!!! ^^'), (7123, 438, 'Johore, Malaysia', 'А кто-нить уже догадался подарить министру внутренних дел огромную бутылку шампанского?'), (7124, 2160, 'Johore, Malaysia', 'Thank God for #redbull'), (7125, 1560, 'Plentong, Johor Bahru', 'Any nice horror movies to watchhhh? :D'), (7126, 2161, 'Plentong, Johor Bahru', 'buon giorno e un lavoro sicuro...:)'), (7127, 2162, 'Johor Bahru, Johore', 'Ugh. I thought 3 people said they''d come at 9. What''s the time now?'), (7128, 362, 'Johore, Malaysia', 'But then everyone else tap and I didn''t have too . Lol .'), (7129, 2163, 'Johore, Malaysia', 'I''m at Body Shop @ Holland Village http://t.co/WKPD3byB'), (7130, 2164, 'Johor Bahru, Johore', '@buckled_shoes @jacinthacheng it''s called rich guys'), (7131, 1109, 'Johor Bahru, Johore', '@Queenie_Chanel Hehe sis &lt;3! :) Who''ll? Dun sad k! Gt me hre, anyth u cn tell me der! (: Morning! Sleepwell last nite?'), (7132, 2165, 'Johor Bahru, Johore', '@taymingting ok u click on my name to go to my profile then scroll down and click on lists. Then scroll down to SGPC and click on it.'), (7133, 945, 'Johor Bahru, Johore', '#migrane.... -_-'), (7134, 2166, 'Johor Bahru, Johore', '@Annabel_pototo hahah. Yeahhh((::'), (7135, 1301, 'Kota Tinggi, Johore', 'I''m at Jurong Point w/ @choyqiyi http://t.co/C3qARtoy'), (7136, 1643, 'Johore, Malaysia', 'Whatever i do on twitter or tumblr, MY THEME IS MINE. DON''T FUCKING SAY "WHAT THE HELL IS THIS" TO ME.'), (7137, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY WTHHHHH D:'), (7138, 2167, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) http://t.co/0jZh8kaW'), (7139, 1094, 'Tebrau, Johor Bahru', 'JPJ roadblock under Ulu Tiram flyover heading JB nearby Shell, Telekom, Mc D.\n Take note uols !!\n\n#JBTU'), (7140, 935, 'Johor Bahru, Johore', 'You need to have a little faith. Not everyone you love is going to leave you'), (7141, 2168, 'Johor Bahru, Johore', 'Breakfast with @lkrxx. Heh heh. (@ McDonald''s) http://t.co/Bauw0W8K'), (7142, 1698, 'Plentong, Johor Bahru', 'suppose that #JODOH aq ngan @faez20 , utk pre wedding nnti aq nak our middle man, sopi ni ada skali dalam gambar ! :) http://t.co/jIWQ72I7'), (7143, 2163, 'Johore, Malaysia', 'I''m at Holland Village (Singapore, Singapore) w/ 2 others http://t.co/S1DmQiAN'), (7144, 420, 'Kota Tinggi, Johore', '@Real_Liam_Payne hi Liam good morning for me? Love from Singapore xx'), (7145, 2169, 'Johore, Malaysia', 'I''m at Nan Hua High School (Clementi, Singapore) http://t.co/d0wF1Mys'), (7146, 2161, 'Plentong, Johor Bahru', 'rajin tol pegi tioman je...“@nitahamzah: I''m at Beach, Dive Asia Shop (Tioman Island, Pahang) http://t.co/CJERZM4d”'), (7147, 362, 'Johore, Malaysia', 'Early morning see the city skyline . So nice !'), (7148, 1850, 'Johor Bahru, Johore', 'Jgn #terasa pleassee .'), (7149, 2170, 'Riau, Indonesia', 'selalu cinta ;*)'), (7150, 632, 'Tebrau, Johor Bahru', 'Aku malas jadi perempuan sebab kena buat kerja.'), (7151, 2131, 'Johore, Malaysia', '@_lovejnky today no free applying for job later on'), (7152, 438, 'Johore, Malaysia', 'Метро сломалось, катают на автобусе'), (7153, 2060, 'Johor Bahru, Johore', 'I LOVE YOU&lt;3 @PeiXuanIsMyName'), (7154, 2142, 'Johor Bahru, Johore', 'If only.'), (7155, 1643, 'Johore, Malaysia', 'I THEN DON''T WANT WATCH MOVIE. I''D RATHER STAY HOME.'), (7156, 871, 'Johor Bahru, Johore', '@jaisanrai AGREE , Di Matteo should be permenant manager uh'), (7157, 456, 'Johor Bahru, Johore', '@awesomelyhawt__ haha using phone la bro! That''s gt some problem.'), (7158, 1904, 'Johor Bahru, Johore', 'With peeyu &amp; Amirah (@ McDonald''s) http://t.co/iv5Uz7Ep'), (7159, 2171, 'Johore, Malaysia', 'I''m at Wan Tan Mee @ Onan http://t.co/xDi9Blwy'), (7160, 73, 'Johor Bahru, Johore', '@Irrecovalable_ YOU DONT SIAO KAO LAAAAAAA LOLLLLLL .'), (7161, 2172, 'Plentong, Johor Bahru', '''''Queeeeee! Hehhehe http://t.co/i8Z5mq15 ''''\n@AnissRossman ouhhmyGOD!!!! QUEE!!!'), (7162, 1438, 'Singapore', '@iinggbastiand mat kenal,,ya,,'), (7163, 2173, 'Plentong, Johor Bahru', 'lapo nye . mak ! ;)'), (7164, 2174, 'Johor Bahru, Johore', 'You are the one that I''ve always being finding for.'), (7165, 747, 'Johore, Malaysia', '@disillusionedd @saammmo 16km run. Check this out. http://t.co/Z7eNlT20'), (7166, 2175, 'Tebrau, Johor Bahru', '@DouBle3LL @nazr1e same je mcm\nBalik tampin.lebih 1jam jeeeeee.'), (7167, 2114, 'Singapore', 'goin to go out soon (:'), (7168, 2062, 'Riau, Indonesia', 'PU mna vi ?? ko'' bsa yah vi working dcna ? kn vi msi kuliah ? hehehhehe @vie_vi'), (7169, 2176, 'Tebrau, Johor Bahru', 'I''m at Kompleks Mutiara JOHOR LAND, Bandar Dato'' Onn http://t.co/zulC2Wyv'), (7170, 1094, 'Tebrau, Johor Bahru', 'Assalamualaikum Cinta, waalaikumsalam Rindu.\n Whattttt !!'), (7171, 2177, 'Johore, Malaysia', '@naviwish wrf you drawing sia. So long to draw a monster. Simi Sai lai eh?'), (7172, 362, 'Johore, Malaysia', 'Well , You can count on me to misbehave on your bed . ;)'), (7173, 2079, 'Malaysia', '@Otome_Mim ตื่นเช้ามาแบบ คันยุบยิบเลย แง้ทำไงดี YY'), (7174, 58, 'Malaysia', '@limited_Pookki3 กูยังไม่แน่ใจนิ - -'' ติดอยู่ที่พ่อเจ่เจ๊คนเดียว'), (7175, 2178, 'Johor Bahru, Johore', '@danielisbusted okay.'), (7176, 2179, 'Kota Tinggi, Johore', 'sometimes i really don''t understand myself..'), (7177, 2180, 'Johore, Malaysia', 'I''m at Concorde Hotel &amp; Shopping Mall http://t.co/vl2po2vS'), (7178, 2174, 'Johor Bahru, Johore', 'Don''t respect someone for making a promise. Respect them for keeping it.'), (7179, 1942, 'Johore, Malaysia', 'Bowling fully booked! Now whats next? (@ Civil Service Club (Tessensohn Clubhouse)) http://t.co/aXUbTrkA'), (7180, 2181, 'Plentong, Johor Bahru', '@diskaoctaviani hahaha, bisa bisa, aku libur 2 minggu ini'), (7181, 88, 'Johor Bahru, Johore', 'Ya Allah si along ni hari hari call ckp bnde yg sama ''ehh along nak balik malaysia tau'' hah da smpai sini keje dia tido je 24 jam'), (7182, 858, 'Johore, Malaysia', 'Jealous'), (7183, 2055, 'Johor Bahru, Johore', 'Uk in HD! @ London Bridge http://t.co/GiKBt5Ec'), (7184, 2139, 'Johor Bahru, Johore', '@IntanSolehaa You, me, Ben, Hafiz, Janny, Haiqal, Azel, Kim.'), (7185, 1109, 'Johor Bahru, Johore', '@foofangrong Yea so fast! T_T'), (7186, 2045, 'Pulai, Johor Bahru', '@PiriyanLyricist what Is u r 1st lyrics do g'), (7187, 1850, 'Johor Bahru, Johore', 'You hack mine , i hack yours ?'), (7188, 1487, 'Johore, Malaysia', 'baik wigeell ;) “@wighl: Gmna kabaranya nad? RT @nadywuland: hahaha :D“@wighl: Senyum manis bwt unad #eeaaa RT (cont) http://t.co/SWuetRsq”'), (7189, 58, 'Malaysia', 'เธอเองจะคิดยังไงตรงกันรึป่าว ?'), (7190, 2182, 'Johore, Malaysia', 'being the only malay in the office sucks. boring leh.'), (7191, 2183, 'Plentong, Johor Bahru', '-today- #calendar #2012 #iphone4 #view #iphonesia #iphone #popul @ Suzuki Service Center Sutera Edar (Stor) http://t.co/rloiQJoG'), (7192, 2184, 'Johor Bahru, Johore', 'I wanna eat the tiramisu chef Andy make! LOL'), (7193, 2185, 'Johor Bahru, Johore', '@poohpiguhole Why lehhh?Muhahaha'), (7194, 1109, 'Johor Bahru, Johore', '@angeluvsyou Noprob. ;)'), (7195, 33, 'Johor Bahru, Johore', 'Meeting @Wesleytann !'), (7196, 58, 'Malaysia', 'ก็ฉันนั้นรักแต่่เธอนะ'), (7197, 420, 'Kota Tinggi, Johore', '@Real_Liam_Payne hi Liam do you know SINGAPORE LOVES YOU?'), (7198, 416, 'Johor Bahru, Johore', 'Gonna endure the bloody 2 hrs, Stomach still pain!'), (7199, 1242, 'Singapore', 'Wtf.'), (7200, 362, 'Johore, Malaysia', 'Reaching -.- ! I''m late .'), (7201, 1283, 'Kota Tinggi, Johore', '@magggdalene 你在哪里 sia?'), (7202, 2095, 'Riau, Indonesia', 'I''m at Resorts World Sentosa (Sentosa Island, Singapore) http://t.co/7rN4RGkF'), (7203, 2180, 'Johore, Malaysia', 'I''m at Food Court @ Concord Hotel http://t.co/z2pTVhpR'), (7204, 2186, 'Johore, Malaysia', 'I need your everything.'), (7205, 1327, 'Johore, Malaysia', '@Sya_miza dia ada branch kat kl jugak'), (7206, 2187, 'Johor Bahru, Johore', 'I''m at Angel''s Homeeee. http://t.co/O5bRah3u'), (7207, 514, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 5 others http://t.co/3MmphzlL'), (7208, 2142, 'Johor Bahru, Johore', '1st : I want infinite to be my older brothers.\n2nd : being a dancer. \n3rd : being rich.'), (7209, 1643, 'Johore, Malaysia', '@uhuhsiolz haha. Then you will live there? XD'), (7210, 935, 'Johor Bahru, Johore', 'When boys hold your hand while driving'), (7211, 2188, 'Johor Bahru, Johore', 'Walao pig me. Just woke up zzz -_-'), (7212, 2189, 'Johor Bahru, Johore', 'Morning !'), (7213, 33, 'Johor Bahru, Johore', 'Meeting @Wesleytann later !'), (7214, 58, 'Malaysia', 'รอวันที่ดี'), (7215, 2190, 'Riau, Indonesia', 'ye,,\nvolly cwek menang porseni,,:)'), (7216, 1859, 'Johor Bahru, Johore', '@VANNNNNNS he say I sick still cn go trainin ysd den scold me lo:/'), (7217, 58, 'Malaysia', 'แม่งไม่ค่อยอยากไปลาวเลย'), (7218, 2191, 'Senai Kulai, Kulai Jaya', 'Finally... (@ Faculty of Geoinformation and Real Estate w/ @cikfatin_ @ereekkkk) http://t.co/flSIPcN6'), (7219, 2192, 'Johor Bahru, Johore', 'leaving houseee ~ going workkk . (@ HOME SWEET HOME♥) http://t.co/Czm6SbbC'), (7220, 2073, 'Johore, Malaysia', 'MILO MCFLURRY!!!!!!!'), (7221, 1019, 'Johor Bahru, Johore', 'Having itchy throat... :S I think I talk too much already...'), (7222, 1109, 'Johor Bahru, Johore', '@Angelinneee It''s okay. :) Oic alrite. Just curious.'), (7223, 1698, 'Plentong, Johor Bahru', '@faez20 dye orang tengah. :)'), (7224, 1008, 'Johore, Malaysia', '@taeyoung_2612 ooh :) i wish i could read korean . :('), (7225, 2193, 'Johore, Malaysia', 'All you do is draw stickmen and write out words. It''s no longer fun anymre..'), (7226, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be TAK pe.. AKU paham dgn keadaan Ayu.. \n Cam lampu: off gelap, on cerah.\n;)'), (7227, 2190, 'Riau, Indonesia', 'yang benar'), (7228, 1421, 'Singapore', '@Raam93 aiyah nvm lol. did imperial accept/reject yet?'), (7229, 2172, 'Plentong, Johor Bahru', 'HYE!! HERE IS MY FIRST TWEET!!! :D'), (7230, 2194, 'Malaysia', 'On Board MV Tanjung Dahan 2 @ Labuan ShipYard http://t.co/jmMXRj2k'), (7231, 1366, 'Johore, Malaysia', '@dreytay from mr brown''s tweet. :) yeah. After all the chasing for monetary gains n ignoring maintenance, this is what we get'), (7232, 2079, 'Malaysia', '@Otome_Mim จ้าาาา'), (7233, 2195, 'Johore, Malaysia', 'Work after a day''s mc. (@ Kao @ UE Square) http://t.co/zZK2pF1K'), (7234, 2196, 'Johore, Malaysia', 'I''m at Tong Eng Building http://t.co/IICYodCE'), (7235, 2197, 'Johor Bahru, Johore', 'I''m at Blk 891A Woodlands drive 50 (Singapore) http://t.co/woEmu6vX'), (7236, 2142, 'Johor Bahru, Johore', 'I''m gonna do my homework later. Maybe going Jp buy Korean book and my ledger paper.'), (7237, 2198, 'Plentong, Johor Bahru', 'I''m at Sinar Teknologi (Johor Bahru, Johor) http://t.co/EwsOWfVH'), (7238, 58, 'Malaysia', '@limited_Pookki3 5555 ดอก'' เอามาอัพเดตมั่งนั่น 55'), (7239, 1502, 'Singapore', 'nice voice...'), (7240, 2199, 'Johore, Malaysia', 'I''m at East West Line Train http://t.co/9cd0O8rc'), (7241, 2200, 'Malaysia', 'ถ้าใครว่างๆ ลองทำงานในสวน เผื่อจะผ่อนคลาย'), (7242, 108, 'Johore, Malaysia', 'Pegi skola sorang.balek sorang.mati pon sorang.haish (@ ITE College Central (MacPherson Campus)) http://t.co/XBPCXpYA'), (7243, 2201, 'Johor Bahru, Johore', '@FirdausAbdRzk @Ahfeiruq tinggalkn faruq pe fir ?'), (7244, 2202, 'Johore, Malaysia', 'Went down to get breakfast. Sooo lazy to cookware my own.'), (7245, 1109, 'Johor Bahru, Johore', '@Thathegirl Dun sad, jiayou laopo!! :)'), (7246, 2203, 'Johor Bahru, Johore', 'and i''m out... (@ Blk 840 Tampines Street 82) http://t.co/a4CnUHca'), (7247, 2190, 'Riau, Indonesia', 'akhir nya menang juga,,,,'), (7248, 1850, 'Johor Bahru, Johore', 'I be your prince , you be my princess . We romance ?'), (7249, 2204, 'Johore, Malaysia', '@J0leneee chill'), (7250, 1019, 'Johor Bahru, Johore', 'Asku laska day again... Since morning...! :P'), (7251, 935, 'Johor Bahru, Johore', 'If another girl ever steals your man, there''s no better revenge than letting her keep him. REAL MEN can''t be stolen.'), (7252, 1284, 'Johor Bahru, Johore', 'I''m at SJC 4Humility Classroom http://t.co/IbEETOL8'), (7253, 2205, 'Johore, Malaysia', '@shrf_n kau dh siap???'), (7254, 1421, 'Singapore', 'been audiosurfing Avicii and pseudo-Avicii all morning d^_^b'), (7255, 280, 'Johor Bahru, Johore', '@RebeccaCST thanks'), (7256, 2206, 'Plentong, Johor Bahru', 'I''m at KSL City Mall (Johor, Johor) http://t.co/8Z0NeHSb'), (7257, 2207, 'Johor Bahru, Johore', 'From Ben to me: "you will GG in Survivor, because everybody will see you as a threat." @'), (7258, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Actual aku memang cerah. Sekang tanned.\n :)'), (7259, 1825, 'Johore, Malaysia', 'Siak, shuttle bus punya driver pon cockup.'), (7260, 2199, 'Johor Bahru, Johore', 'I''m at Tampines MRT Station (EW2/DT32) (Singapore, Singapore) w/ 6 others http://t.co/W49VgEn7'), (7261, 2018, 'Johore, Malaysia', '$USDJPY is almost up 900 pips since 3 month ago. That''s 300 pips a month. I would say it has another 500 pips before cooling down.'), (7262, 2165, 'Johor Bahru, Johore', '@taymingting argh. Crap. Can''t follow the list on the twitter app.'), (7263, 2208, 'Johor Bahru, Johore', 'such a long draft i wrote but i finished it within a minute == how to give speech'), (7264, 2074, 'Singapore', '@nabszsz @Sabrinadele well said superstar nabeel'), (7265, 2209, 'Johore, Malaysia', 'I love Jessica Sanchez performance but not the judges comment :) @JSanchezAI11 VOTE! #americanidol'), (7266, 1574, 'Johore, Malaysia', '@tikucirs bow...umroh yuk..'), (7267, 280, 'Johor Bahru, Johore', 'Phone damn hot'), (7268, 935, 'Johor Bahru, Johore', 'Ladies; Don''t get annoyed when a guys cares too much start worrying when he starts to no care.'), (7269, 2210, 'Johor Bahru, Johore', 'I''m at Drs Goh &amp; Tan Family Clinic &amp; Surgery (Singapore) http://t.co/0HFZ28Ze'), (7270, 2188, 'Johor Bahru, Johore', '@_Playdough woah there. Chill.'), (7271, 2207, 'Johor Bahru, Johore', '@BizkitMonsta Blame Ben &amp; YunEn.'), (7272, 2211, 'Riau, Indonesia', '@nogstai hehehe Dag dag mo pa si baron davis'), (7273, 2212, 'Riau, Indonesia', 'di jual motor MIO SOULwarna hitam tahun 2010 harga 9 juta bisa nego,hub 085264407782 achmad,baloi'), (7274, 1264, 'Kota Tinggi, Johore', 'TT where everyone go ...'), (7275, 2213, 'Johor Bahru, Johore', 'I''m at Park Green Condo http://t.co/v2lyCOkO'), (7276, 2214, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 15 others http://t.co/XpWY77be'), (7277, 2191, 'Senai Kulai, Kulai Jaya', 'I''m at C04, BK6, FGHT [pic]: http://t.co/dzsAir4h'), (7278, 2073, 'Johore, Malaysia', '@vampirelhe whatsapp!^^'), (7279, 2215, 'Johor Bahru, Johore', 'Breakfast! (@ McDonald''s) http://t.co/zp7ZdD5x'), (7280, 1698, 'Plentong, Johor Bahru', '@qus_bix tak boleh'), (7281, 2174, 'Johor Bahru, Johore', 'Trying to walk in faith without love is like having a flashlight with no battery.'), (7282, 1488, 'Plentong, Johor Bahru', 'now at Suria Hotel nga sevey function room..giler oldskool hotel ni'), (7283, 2216, 'Johore, Malaysia', 'The park is usually full of them, but it''s better in the morning. (@ Singapore Botanic Gardens) http://t.co/84tLlpb0'), (7284, 2217, 'Johore, Malaysia', 'Asia Pacific Marine Time 2012 - @elynnkoh @lovienne (@ Marina Bay Sands Convention Center Hall A w/ 5 others) [pic]: http://t.co/hSSLu8pt'), (7285, 2016, 'Johor Bahru, Johore', '@YuXiu_023 my bus still got 5 mins till arrival !'), (7286, 2206, 'Plentong, Johor Bahru', 'I''m at J World (Boutique) (Johor Bahru, Johor) http://t.co/4aEwpXkr'), (7287, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Start Apa ??'), (7288, 1958, 'Johore, Malaysia', 'I''m at Outram Park MRT Interchange (EW16/NE3) (Singapore, Singapore) http://t.co/qQEq7833'), (7289, 1109, 'Johor Bahru, Johore', '@CELINLEONG Heehee! :D'), (7290, 2218, 'Malaysia', 'แค่ทางผ่าน (@ ตลาดโต้รุ่งปัตตานี) http://t.co/yVBgknF1'), (7291, 1850, 'Johor Bahru, Johore', '#WhyImFatExcuses fat fats fatty .'), (7292, 2219, 'Indonesia', 'wwwww. http://t.co/VkU4H7XX'), (7293, 362, 'Johore, Malaysia', 'Errr ! Lol . China women won''t understand lah train spoil . Later she confirm say like this " Late uh you ! Aiyoh " Hahaha !'), (7294, 2201, 'Johor Bahru, Johore', '@FirdausAbdRzk mane faruq ? aku cume npk tiang utk pegang yg depan kau fir.'), (7295, 2208, 'Johor Bahru, Johore', '@Meiqi_92 最后赢的人是你!加油!'), (7296, 2190, 'Riau, Indonesia', 'friend is the best,,'), (7297, 2220, 'Johore, Malaysia', 'Near'), (7298, 1011, 'Johore, Malaysia', 'Still a long day to go..... Cold in this quiet office!!!!'), (7299, 2205, 'Johore, Malaysia', '@shrf_n dah. kul 10.50 aku chao'), (7300, 2221, 'Plentong, Johor Bahru', 'I''m at SMK Bandar Baru Uda (Johor Bahru, Johor) http://t.co/z548ck6j'), (7301, 1601, 'Plentong, Johor Bahru', 'I''m at Bank Muamalat Kebun Teh (Johor Bahru, Johor) http://t.co/we3TlbXp'), (7302, 1907, 'Johore, Malaysia', 'Un oh! Two minutes to spare!!! Shoot sa balon dba baby girl?'), (7303, 195, 'Plentong, Johor Bahru', 'Morning and Assalamualaikum peeps!!'), (7304, 1363, 'Johore, Malaysia', '@Estrella_sL bye :)'), (7305, 73, 'Johor Bahru, Johore', '@Irrecovalable_ PROVE IT LAA !'), (7306, 1011, 'Johore, Malaysia', 'So hungry but happy that I''m alone!!'), (7307, 2222, 'Senai Kulai, Kulai Jaya', 'Meeting GOP (@ Bilik Kuliah 2) http://t.co/RoY6t82R'), (7308, 2142, 'Johor Bahru, Johore', 'IMMA INSPIRIT , HOTTEST &amp; IAM! &lt;3'), (7309, 196, 'Johor Bahru, Johore', 'Yayyyy, bugis later. barcook''s Nachos potato and I love taimei''s milk tea, I''m. Coming, what for me!'), (7310, 2190, 'Riau, Indonesia', 'best frends forever'), (7311, 1242, 'Singapore', 'Sorry'), (7312, 2157, 'Johor Bahru, Johore', 'hmmm ... (with DeViL at ✨LoCoZ  MaNsIoN ✨) [pic] — http://t.co/XhjlFaZL'), (7313, 747, 'Johore, Malaysia', '@disillusionedd I don''t mind. I wanna eat the wanton new also.'), (7314, 1698, 'Plentong, Johor Bahru', '@faez20 herrrggh,....'), (7315, 1242, 'Singapore', '@CYN_4everalone Hahaha!'), (7316, 73, 'Johor Bahru, Johore', 'Hey boy (:'), (7317, 2018, 'Johore, Malaysia', 'Will we see $EURUSD drop towards 1.250? Looks possible of it keeps falls 100 pips a week.'), (7318, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Dua2 aku paham cuma kadang2 tengok keadaan. That''s y aku comfy dgn korang.'), (7319, 2219, 'Indonesia', '.munkiin zkrng udh jaman.a mba bro.. :) he, he @niashfr Knapa musti ada huruf O sma Y se?bkin jleb aja klo sms''an-_-'), (7320, 1858, 'Johor Bahru, Johore', '@Real_Liam_Payne HELLO LIAM! :)'), (7321, 2223, 'Johore, Malaysia', 'I''m at Google Asia Pacific (Singapore, Singapore) w/ 4 others http://t.co/WYiRF6yP'), (7322, 2201, 'Johor Bahru, Johore', '@FirdausAbdRzk serious sia fir kau tgk die pakai baju puteh. Dah mcm tiang sial !'), (7323, 581, 'Johor Bahru, Johore', 'Breakfast with mum!!! :):) (@ Koufu @ Punggol Plaza) [pic]: http://t.co/JGFtpgcQ'), (7324, 932, 'Johore, Malaysia', 'You''re a heart breaker.'), (7325, 1120, 'Tebrau, Johor Bahru', '@CescLepex aku rasa joystick tu lah yg buat hidung kita gatal..kan? Hahah'), (7326, 2184, 'Johor Bahru, Johore', '"I dun mean to hurt you." Saying this sentence after hurting the person does nt help in making the situation better.'), (7327, 2224, 'Johor Bahru, Johore', '@JeonJL @royceandyou friday ??? Wat time? I need see how! =O'), (7328, 362, 'Johore, Malaysia', 'My supervisor so cute ! Call me then ask where I am . I tell her Clarke quay ! She said okay can . Hahahaha .'), (7329, 2193, 'Johore, Malaysia', '@teejayelle it needs to be added into primary sch edu'), (7330, 2225, 'Malaysia', 'I''m at Clayworks ศูนย์ศิลปะ3มิติ (Hat Yai, Songkhla) http://t.co/LlMMmPFM'), (7331, 58, 'Malaysia', 'เซ็งงงง'), (7332, 598, 'Johor Bahru, Johore', 'OMG sick already, now so cold. T.T'), (7333, 2112, 'Johore, Malaysia', 'I''m at Maths LC (Singapore) http://t.co/6QePIp5a'), (7334, 2142, 'Johor Bahru, Johore', '@ManduFTlove serious? Go where watch? What time?!'), (7335, 2226, 'Johore, Malaysia', 'I just ousted @lihongsayusucka as the mayor of City Square Mall on @foursquare! http://t.co/Ln8AP1KR'), (7336, 2226, 'Johore, Malaysia', 'I''m at City Square Mall http://t.co/BpmJFLAW'), (7337, 1353, 'Senai Kulai, Kulai Jaya', 'Lepak jap (@ Kelab Fotokreatif (KFK)) http://t.co/xqIzVbmY'), (7338, 1242, 'Singapore', 'Pineapples are berries.'), (7339, 2188, 'Johor Bahru, Johore', '@_umaaa what happened? :('), (7340, 175, 'Johor Bahru, Johore', 'On my way to workkkk. (@ SBS Transit: Bus 410G) http://t.co/bOQjuYxn'), (7341, 2174, 'Johor Bahru, Johore', '未来的日子有你才真一点,应为你最珍贵。'), (7342, 2227, 'Riau, Indonesia', 'I''m at Sentosa Souvenirs @ Waterfront (Singapore) http://t.co/pKFtkG5v'), (7343, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be NAK aku show off my lengan @ peha ke ?? Bukti..'), (7344, 416, 'Johor Bahru, Johore', 'If someone asks for the truth more than once, they probably already know you lied the first time.'), (7345, 2228, 'Malaysia', 'Met milad @marcelliadwi, moga2 umurnya berkah :)'), (7346, 2139, 'Johor Bahru, Johore', '@IntanSolehaa Kim say she wanna go right?'), (7347, 1159, 'Johor Bahru, Johore', 'I''m at ITE Bishan C3-09 http://t.co/fAWQd9UD'), (7348, 196, 'Johor Bahru, Johore', 'Yayyyy, yayyyyyyyyyy. Later must camwhore. Meeting them once in awhile only.'), (7349, 1854, 'Plentong, Johor Bahru', 'bangun pagi buat breakfast. dah boleh kawen dah ni. ekekek :P'), (7350, 2229, 'Johor Bahru, Johore', 'NOW AT CHALET:3 I MEAN SINCE YTD I WAS THR WIF @Directioner_Jac NOW @anime_ayameko COME LE(:'), (7351, 1258, 'Johor Bahru, Johore', 'Fever, pls la go away!! Dr ni lambat sangat! Head kenoneng already!! '), (7352, 1556, 'Singapore', '@syafiqSMS haiss....'), (7353, 2139, 'Johor Bahru, Johore', '@haiqalzosimos @IntanSolehaa No no, Haiqal confirmed. Lol.'), (7354, 1982, 'Johor Bahru, Johore', 'I hate it when someone doesn''t knock . #pieceofshit'), (7355, 1850, 'Johor Bahru, Johore', 'I want go sleep back . But im addicted to this . #teamfollowback'), (7356, 1109, 'Johor Bahru, Johore', 'So fast tdy''s Thursday!! &gt;&lt; My hw nt yet done! Damn it, must chiong le!'), (7357, 2029, 'Johor Bahru, Johore', '@toxicinmybody HAHAHA! IKR!'), (7358, 2230, 'Singapore', '@amandaho147 yeah!i''m at office:('), (7359, 1541, 'Johore, Malaysia', '@hweeified A Pokemon with a shell. Google lol'), (7360, 2231, 'Johore, Malaysia', 'I just ousted @akimme as the mayor of Pasta Box on @foursquare! http://t.co/bV0pQwgT'), (7361, 1889, 'Johore, Malaysia', '@mirkenit yes!!'), (7362, 2188, 'Johor Bahru, Johore', '@minxiiii WALAO I JUST WOKE UP!!!! FML -_-'), (7363, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Apa syg Hussein NI ?? Sounds so wrong..\n\nTAK de konspirasi..'), (7364, 2232, 'Johor Bahru, Johore', 'I''m at Bukit Gombak MRT Station (NS3) (Singapore, Singapore) w/ 2 others http://t.co/jz5NaYlM'), (7365, 1581, 'Johor Bahru, Johore', 'WE ARE FLYING OFF! BYE BYEE! @ Air Asia Flight http://t.co/IIjlLg7D'), (7366, 362, 'Johore, Malaysia', 'I shall go dhoby ghaut later . Get myself a charger . But have to hurry lah . 45 minutes only sia break .'), (7367, 2229, 'Johor Bahru, Johore', 'JUZ HAD SADSAUGE MC MUFFIN~ :P'), (7368, 2172, 'Plentong, Johor Bahru', 'i miss wiwin the great, blackey and tompok. :''( tuan dia dah amik blik..'), (7369, 1822, 'Johor Bahru, Johore', 'I''m at Hongzhen''s Study Room ! http://t.co/2qF6pAgh'), (7370, 2233, 'Riau, Indonesia', ':D @rheyginab (@ Universal Studios Singapore w/ 17 others) [pic]: http://t.co/hqHSC9eB'), (7371, 362, 'Johore, Malaysia', '@dinnybom IKR ! Tak mara pon XD'), (7372, 2234, 'Johore, Malaysia', 'I''m at PSB Academy (Henderson Campus) w/ @ote_disininih @adrian_kosim http://t.co/SWgMEfgG'), (7373, 744, 'Johore, Malaysia', 'Why so tired? :('), (7374, 2139, 'Johor Bahru, Johore', '@IntanSolehaa I THOUGHT YOU SAY SHE WANNA TAKE MC?!'), (7375, 2235, 'Johore, Malaysia', 'I''m awake early in the morning.'), (7376, 2201, 'Johore, Malaysia', '@FirdausAbdRzk @Ahfeiruq ape la naseb kau kayu'), (7377, 1054, 'Johore, Malaysia', '@TangoSierra_ @Retwittings lol'), (7378, 362, 'Johore, Malaysia', 'Oh I can see the ugly building ! Lol .'), (7379, 2018, 'Johore, Malaysia', '4H chart $USDJPY is overbought on RSI. But any drop below 82 is a good buy.'), (7380, 1242, 'Singapore', '@CYN_4everalone I hope my parents don''t steal the TV from me. LOL.'), (7381, 2142, 'Johor Bahru, Johore', '@ManduFTlove so it''s 5pm sgt? Hmm! Okay! Thanks! ^^'), (7382, 2236, 'Johore, Malaysia', 'I''m at Bus Stop 72071 (Blk 133) (Singapore, Singapore) http://t.co/L0403ihz'), (7383, 2237, 'Plentong, Johor Bahru', 'I HATE MY HAIR NOW!!!!! I WANNA GO SALON!!!!!!!'), (7384, 1850, 'Johor Bahru, Johore', 'Any suggestions for breakfast anyone ? Im hungry . :/'), (7385, 2238, 'Tebrau, Johor Bahru', 'I''m at Anfield Road 646 (Senai, Johor) http://t.co/7UIpemSW'), (7386, 2239, 'Tebrau, Johor Bahru', 'Wt ic baru...rmainye org... (@ Jabatan Pendaftaran Negara,Setia Tropika,Johor) http://t.co/C7an9f8R'), (7387, 196, 'Johor Bahru, Johore', 'Ilovetaimei milktea and barcookbakery nachos later! I think of it I feel very happy. Hahaha, wtf.'), (7388, 921, 'Johor Bahru, Johore', 'Im workin....'), (7389, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Kalo Dia psycho TAK de maknanya Dia temankan ko drive Dari KT-KDH.\n :)'), (7390, 1502, 'Singapore', 'http://t.co/vaYskF91 oh my love'), (7391, 1572, 'Johor Bahru, Johore', 'I''m at Leo''s Tavern http://t.co/VlvSFbfA'), (7392, 2240, 'Johore, Malaysia', 'I''m at Junction Of Queensway &amp; Alexandra Road http://t.co/FFIue9TV'), (7393, 2205, 'Johore, Malaysia', '@shrf_n haha biasee. aku bawak beg kecik jer'), (7394, 2241, 'Johor Bahru, Johore', 'I''m at Bukit Batok Driving Centre (BBDC) (Singapore, Singapore) w/ 3 others http://t.co/bvsFl1lO'), (7395, 1740, 'Johore, Malaysia', 'boreddddddddddddddddddddddddddddddddddddddddd'), (7396, 2228, 'Malaysia', 'Lagi2 berita kenaikan BBM meramaikan media...bosen rek mbendino bahas BBM.'), (7397, 2242, 'Johor Bahru, Johore', 'Omg I just woke up I''m so lazy'), (7398, 2243, 'Kota Tinggi, Johore', '@aliiaaustin At far east The basement :)'), (7399, 2219, 'Indonesia', '.kan bguus cuaca harii ini mndukung.. :)) HE, HE RT@dindakanyaa Awannya bergerak cepat'), (7400, 2244, 'Johor Bahru, Johore', 'Currently at Shatec having a pastry &amp; baking class~ http://t.co/vinjiveo'), (7401, 2245, 'Johore, Malaysia', 'Processing my short term pass (@ Immigration &amp; Checkpoints Authority w/ 9 others) http://t.co/sr9QoWfV'), (7402, 2246, 'Johor Bahru, Johore', '@WhatAJokerLol why??? Just try your hardest!!!'), (7403, 1553, 'Riau, Indonesia', '@sufianto our photographer for the day! Lol! @ Universal Studios Singapore http://t.co/yCBucNpr'), (7404, 2142, 'Johor Bahru, Johore', '#nowplaying I wonder if you hurt like me - 2AM'), (7405, 73, 'Johor Bahru, Johore', 'You said yes , than no . WTF IS YOUR PROBLEM .'), (7406, 362, 'Johore, Malaysia', 'You know what''s stupid , If you search for dhoby ghaut to Chinatown , The SMRT website actually teaches you to take morning exercise .'), (7407, 2116, 'Johore, Malaysia', '@Melkhun0728 hai. Fantalk ? =]'), (7408, 1698, 'Plentong, Johor Bahru', '@qus_bix awek tu nak campak mane'), (7409, 1864, 'Johor Bahru, Johore', 'Today is Spammers'' Day :D im too bored, imma spamming some busy ppl.'), (7410, 2247, 'Senai Kulai, Kulai Jaya', 'Bye2 Jb...I pg dulu,Eh?haha (@ Exit 253 Persimpangan Senai (U)) http://t.co/xuzVFk9x'), (7411, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Nanti kat Ferringhi AKU tunjuk EH ?? Buah dade mau ??'), (7412, 73, 'Johor Bahru, Johore', 'If you like me , please tell me , if not , please just gently let me go .'), (7413, 1421, 'Singapore', '@Raam93 whataboss'), (7414, 2201, 'Johore, Malaysia', '@Ahfeiruq @FirdausAbdRzk yang sudah tu sudah laaaaaa ruq.'), (7415, 2248, 'Malaysia', '@kalekksil ฮ่าๆ อย่าเลย อายคน 5555'), (7416, 632, 'Tebrau, Johor Bahru', '@tashabruyants taknak ah. Jadi lelaki kena kerja tanggung anak bini. Hahaha'), (7417, 2224, 'Johor Bahru, Johore', '@Royceandyou woo!! Happy birthday auntie!'), (7418, 362, 'Johore, Malaysia', 'Tell you to walk . -.- ! Omg ! You bitch ! Which part of me is ever walking ? You have trains what ! Take me there then !'), (7419, 2172, 'Plentong, Johor Bahru', '@farinh0 rndu i ekh??? hahahah'), (7420, 2089, 'Johore, Malaysia', 'Woohoo (@ Asian Civilisations Museum (ACM)) http://t.co/7A1aAScN'), (7421, 2249, 'Johor Bahru, Johore', 'Why I always can smell people''s farts in the train!'), (7422, 196, 'Johor Bahru, Johore', 'You once said forever.'), (7423, 921, 'Johor Bahru, Johore', 'Manpower &amp; logistic'), (7424, 1502, 'Singapore', 'should i do my kmk now'), (7425, 73, 'Johor Bahru, Johore', 'Ohya . Teehee . Morninggs . Lol .'), (7426, 2250, 'Johor Bahru, Johore', 'I''m at Little Bee''s Hive (Bukit Panjang New town, Bukit Panjang) http://t.co/UiJyBCF0'), (7427, 280, 'Johor Bahru, Johore', '“@MICHELLESYX: Take care yo! &lt;3 . (: RT @WendyChoa:\n Giddy :/”thanks sweetheart &lt;3'), (7428, 2251, 'Pulai, Johor Bahru', 'I''m at Jalan Pandan (Johor Bahru, Johor) http://t.co/V6AYQ7cR'), (7429, 2252, 'Johore, Malaysia', 'wifi sukunaina'), (7430, 206, 'Johor Bahru, Johore', 'Assalamualaikum . I''m up !!! I hope Dee is up too .'), (7431, 2060, 'Johor Bahru, Johore', 'Takes me 1min to fall aslp,\n1hour to get up from bed :)'), (7432, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be TAK suke TAK pe.. Hati lain..'), (7433, 73, 'Johor Bahru, Johore', 'I''m soooooooooo NOT hungry ._.'), (7434, 2250, 'Johor Bahru, Johore', 'I''m at Bee''s study room (bukit panjang, Singapore) http://t.co/OKFCbimf'), (7435, 196, 'Johor Bahru, Johore', 'So colddddddddddddd.'), (7436, 2000, 'Johor Bahru, Johore', 'Asshole'), (7437, 2029, 'Johor Bahru, Johore', '@toxicinmybody OMGAADDD! IKR! My st pats boys buddy! )'), (7438, 2172, 'Plentong, Johor Bahru', '@miezakecik rindu aku tak.. aku dh berbulan tk on9.. hahaha'), (7439, 2249, 'Johor Bahru, Johore', '@dreaminglanding what happened, My girl!'), (7440, 2141, 'Johor Bahru, Johore', 'Miss my sps buddies! The best thing about us is, we don''t even care which stream we''re from! Hope to meet all the crazy sps soon!'), (7441, 1389, 'Johore, Malaysia', 'Client meeting at orchard road. Buti nalang malamig. Ambigat nang coat.'), (7442, 2253, 'Johor Bahru, Johore', 'Well, happy birthday grandma ;P'), (7443, 2254, 'Johor Bahru, Johore', 'Because I can!!! Hahahah @TgFaris ^.^ (@ 7-ELEVEN @ Blk 470) http://t.co/x1SP8hXy'), (7444, 2255, 'Senai Kulai, Kulai Jaya', 'CCO now opened!!!!!! #sgigmakeup @ Johor Premium Outlets http://t.co/vKqANKmF'), (7445, 2256, 'Johor Bahru, Johore', 'To mug or not to, that is the question'), (7446, 1958, 'Johore, Malaysia', 'I''m at Bordeaux Liquid Gold http://t.co/NGsQOESr'), (7447, 2257, 'Riau, Indonesia', 'At sentosa full of ppl'), (7448, 196, 'Johor Bahru, Johore', 'Should I wear jeans later? Because the weather''s like...'), (7449, 2258, 'Plentong, Johor Bahru', 'Alahai...kls cancel time aq dh siap...pns je ati...'), (7450, 1825, 'Johore, Malaysia', '@brattynurf cause i tot the shuttle bus gonna be fast. The driver cockup rabak. He doesnt even know where hes going.'), (7451, 2259, 'Johore, Malaysia', '2nd day of april intake chickies'), (7452, 73, 'Johor Bahru, Johore', 'Yay , movie later woohoo .'), (7453, 2018, 'Johore, Malaysia', 'If SNB doing nothing I would see the $EURCHF heads back to 1.2050. And possibly 70% they might do nothing.'), (7454, 1120, 'Tebrau, Johor Bahru', 'Gud! cc @Nadzirah_halim RT @AtinAthirah: chatting with nadzirah, and im happy :)'), (7455, 58, 'Malaysia', '@limited_Pookki3 ขอเลย ! ด้านด้ายอายอด 55'), (7456, 2034, 'Malaysia', 'Free wifi! Hijack time! (@ Mayflower Grande) http://t.co/pSN8csgZ'), (7457, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at Kedai Makcik Level 5 (Skudai, Johor) http://t.co/Doj3gSCk'), (7458, 1438, 'Singapore', '@BBBZoNe yupz'), (7459, 2201, 'Johore, Malaysia', '@FirdausAbdRzk fuck you stroll eh'), (7460, 2261, 'Plentong, Johor Bahru', 'Bfast jap (@ Gerai Makanan Kacang Pool Haji) http://t.co/mImVE1v8'), (7461, 362, 'Johore, Malaysia', 'Need a puff ! Later get down I''ma smoke . Before that ! I wanna listen to starships !'), (7462, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Biar lah dia kura2.. Janji tak kacau org..\n Cinta Kura2..'), (7463, 2262, 'Malaysia', 'ในบ้างครั้ง. ลึกๆ มันก็เจ็บเหมือนกันเนอะ =[]='), (7464, 1780, 'Johore, Malaysia', 'Why am i feeling green? Lol.'), (7465, 2029, 'Johor Bahru, Johore', '@toxicinmybody ask prissy''s sister!'), (7466, 1634, 'Pulai, Johor Bahru', 'Kidooooo! Damn cool!'), (7467, 2263, 'Johore, Malaysia', 'I''m at St Hilda''s Church (Singapore) http://t.co/11BSEH1t'), (7468, 2264, 'Johor Bahru, Johore', 'Breakfast! (@ Woodlands Mart) http://t.co/6zovn1WS'), (7469, 2142, 'Johor Bahru, Johore', 'I wanna be pretty like jiyeon.'), (7470, 1698, 'Plentong, Johor Bahru', 'kau faham tapi kaw buat tak faham,. aq TAK FAHAM betullah !'), (7471, 2265, 'Johore, Malaysia', 'Good weather with good fish head curry! Yum! @ Greenhouse @ The Ritz-Carlton http://t.co/R3OL4oaf'), (7472, 1634, 'Pulai, Johor Bahru', '@Kidofidodido kfineeeeeeeee!'), (7473, 63, 'Johor Bahru, Johore', '"@Intermadr2012: #IMG2012 #CaptainsBallSenior Alj 7 Arbiah 2"'), (7474, 409, 'Plentong, Johor Bahru', 'Morning feels kind of cold today.'), (7475, 1284, 'Johor Bahru, Johore', 'I''m at Canteen http://t.co/iePyyhWG'), (7476, 196, 'Johore, Malaysia', 'No lies, No secrets, trust, faithful. #HowToKeepARelationship'), (7477, 2029, 'Johor Bahru, Johore', '@toxicinmybody OMGGGGGG! YESHA!'), (7478, 2055, 'Johor Bahru, Johore', 'Carpet needs a wash! @ 495E Tampines St. 43 http://t.co/lgiBnLdi'), (7479, 2228, 'Malaysia', 'Kok malah SPBU yg disegel?? RT @detikcom: Tolak Kenaikan BBM, Buruh Kabupaten Tangerang Bakal Segel SPBU http://t.co/0u43t0OO'), (7480, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Buah dade nanti ko pegang tak ??'), (7481, 2161, 'Plentong, Johor Bahru', 'mmg nk,tapi keje susah cuti bulan 4 baru nak pegi sana...kat sana..hehe“@nitahamzah: @adekjulie2 awak pun boleh datang kalau awak nak :))”'), (7482, 1502, 'Singapore', 'i would be damn happy if thr is a "successfully hacked" pop up now haiz'), (7483, 1507, 'Malaysia', 'I''m at ลีลาวดี2 รีสอร์ท (Hat Yai, Songkhla) http://t.co/GfkL1vo1'), (7484, 1507, 'Malaysia', 'I just ousted Dah~ka as the mayor of ลีลาวดี2 รีสอร์ท on @foursquare! http://t.co/6c2UvWdO'), (7485, 1166, 'Johor Bahru, Johore', 'F**k all the project!!!! @@|'), (7486, 2266, 'Malaysia', 'Hatyai''s today 15-03-12 #hatyai #thailand #sky @ evil_kun Sweet Home ☆〜(ゝ。∂) http://t.co/0OSFzs7P'), (7487, 196, 'Johore, Malaysia', '@redrosyroses Ya, you pig!'), (7488, 1731, 'Singapore', 'K nak mandi ah later ade CCA;)\nGoing SOTA!:D'), (7489, 2267, 'Johor Bahru, Johore', 'Having seminar!! Damn boring!! @ KLC At crestar building http://t.co/6ha5dG65'), (7490, 1040, 'Johore, Malaysia', 'அன்றியும் குற்ற உணர்ச்சி வருவதை தவிர்க்கமுடியவில்லை! #killingfields!'), (7491, 1507, 'Malaysia', 'I just ousted Stephens W. as the mayor of Oliver Massage on @foursquare! http://t.co/v2wESsl4'), (7492, 1507, 'Malaysia', 'I''m at Oliver Massage http://t.co/sLs2l8h0'), (7493, 2142, 'Johor Bahru, Johore', '#nowplaying like crazy'), (7494, 2268, 'Johor Bahru, Johore', 'I''m at 70 Jalan Bahtera Sarimbun Scout Camp http://t.co/NNn4CCL8'), (7495, 2269, 'Singapore', 'What are the odds of opening the sunroof and just as immediately a bird shit drops into my car.. ANGRY BIRD!'), (7496, 384, 'Malaysia', 'ร้อนนนนนนน~&gt;&lt;'), (7497, 2073, 'Johore, Malaysia', 'hungry!!!'), (7498, 675, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Hub''s Taxi Stand http://t.co/aS5W5ujR'), (7499, 73, 'Johor Bahru, Johore', '@whyehassamaian Prata is nice ! Urs been like agesssssssssssssss since I ate prays . Now im craving for it . Hahahahha.'), (7500, 1490, 'Johore, Malaysia', '#nowplaying Boys Over Flowers OST'), (7501, 2270, 'Johore, Malaysia', 'Facial Wash :) (@ Singapore Polytechnic T11A) http://t.co/T16ngdBh'), (7502, 1502, 'Singapore', '...................... are they forced to make funny faces??/'), (7503, 2237, 'Plentong, Johor Bahru', '好久没用我亲爱的微博了\nhttp://t.co/d945dBey'), (7504, 1094, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be Elok la 2 anak ikan &amp; buaya. Good !!'), (7505, 2172, 'Plentong, Johor Bahru', '@AnneceJamal i miss you!!!! :''(((('), (7506, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at KPU 9 (Skudai, Johor) http://t.co/jhXLuJgu'), (7507, 1507, 'Malaysia', 'I just became the mayor of Om Office. Mind on @foursquare! http://t.co/CM20TOXK'), (7508, 1507, 'Malaysia', 'I''m at Om Office. Mind http://t.co/YMRTaL9B'), (7509, 73, 'Johor Bahru, Johore', 'Now I want to eat prata cause of Yasmin . LOL .'), (7510, 1556, 'Singapore', '@syafiqSMS soon, if i m going KL or even JB , cite 80s'), (7511, 2271, 'Johore, Malaysia', 'Why no one here? (@ Orbit Academic Centre) http://t.co/nA5zjkJa'), (7512, 1574, 'Johore, Malaysia', '@tikucirs duhhh europe bosen ah.'), (7513, 2262, 'Malaysia', '@Fu_heartless ตื่นแล้วออนั้น'), (7514, 409, 'Plentong, Johor Bahru', '#StronglyAttractedTo God :) He''s always there for me.'), (7515, 2272, 'Sekolah Kebangsaan Skudai Batu 10, Pulai', 'I''m at Bt 10 Skudai http://t.co/OzXMmEZc'), (7516, 2029, 'Johor Bahru, Johore', '@toxicinmybody yup!'), (7517, 2269, 'Singapore', 'What are the odds of opening the sunroof and just as immediately a bird shit drops into my car.. ANGRY BIRD!'), (7518, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY - LE RUNS TO CORNER AND CRY -'), (7519, 1502, 'Singapore', 'hey baro doing the sorry sorry thing hahahs'), (7520, 384, 'Malaysia', 'โอ๊ย เมื่อไหร่จะเริ่มซักที!!!'), (7521, 2172, 'Plentong, Johor Bahru', '@miezakecik kat rumah.. bru jeh on9... :D'), (7522, 1778, 'Malaysia', '@NrielZandramari โครตเซ็งมาก!!!! ไม่รู้จะทำไรดี'), (7523, 108, 'Johore, Malaysia', 'Haish.kesian cikgu berbual sorang2. (@ ITE Macpherson D403) http://t.co/2YroEJns'), (7524, 1421, 'Singapore', '@blamboskr @Raam93 ya then got swathikan also. ultimate alr'), (7525, 1930, 'Johor Bahru, Johore', '@DANIEL__I__BUM sick mah'), (7526, 384, 'Malaysia', 'หน้าดำหมดแล้วววววว'), (7527, 2274, 'Johore, Malaysia', 'In singapore looking at the price tag is more scarier then a ghost !'), (7528, 1421, 'Singapore', '@chimericality oooh what for! that place is a mess haha'), (7529, 2275, 'Singapore', 'ok syam,ini gw cek lagi RT @syamsachmad @buddisetiawan oia bud ada perubahan brgkatnya bebas dari april sampe desember, tpi tetep belinya s'), (7530, 409, 'Plentong, Johor Bahru', 'Like wounded soldiers in need of healing.'), (7531, 2276, 'Pulai, Johor Bahru', 'Jatuh tangga...kaki bengkak, kepala sakit terhantuk &amp; pinggang terkehel...siapalah membilas di tangga nie..huhuhu'), (7532, 1507, 'Malaysia', 'I''m at First Class Car Audio http://t.co/yJ1yENiE'), (7533, 1713, 'Plentong, Johor Bahru', '@pinkJAMBOO sebenarnya i ni pun hantu. hahah, eh you pulak bagi'), (7534, 362, 'Johore, Malaysia', 'That''s it ! I''m getting a sugar daddy ! Lol'), (7535, 58, 'Malaysia', 'เบื่อออ'), (7536, 909, 'Johor Bahru, Johore', '@Thirdy22 balita ko nga eh. Hai kalungkot naman. :( dito ok naman. Masaya naman so far. :)'), (7537, 196, 'Johor Bahru, Johore', '@redrosyroses haha, okay la. Joking man. '), (7538, 1634, 'Pulai, Johor Bahru', 'Bosann sehh.'), (7539, 2277, 'Johore, Malaysia', 'I''m at RSS Valiant (Tuas, Singapore) http://t.co/EbFSBvFy'), (7540, 2139, 'Johor Bahru, Johore', '@phynyxx Wa. Then can only run one train? HAHAHAHA!'), (7541, 1780, 'Johore, Malaysia', 'Last night i dreamt that i got attacked by a flying cockroach! Ran frantically around my hse. Haha. Luckily it was just a dream.'), (7542, 1356, 'Johore, Malaysia', 'BFF I miss Lena''s ): wanna go this tues?(: @ngsimin'), (7543, 2278, 'Pulai, Johor Bahru', 'Ape la mslh org2 ni balik2 nk kutuk aku gemuk..xcermin diri die n bini die gaknye bdn bapak punye gemuk dr aku.. @nazame @Zufik_ita'), (7544, 2279, 'Johore, Malaysia', 'Hahahahaha...ah gombal..RT@santosa_imam86'), (7545, 2074, 'Singapore', 'A road leads to many other roads. But legs do not get extra legs;'), (7546, 1793, 'Johore, Malaysia', '@avalon oks, but i suppose if cat doesnt have, then humans wont have as well hehe.. Tnx for the info!'), (7547, 2074, 'Singapore', 'As a result one has to walk the same road again and again as there is no other solution.'), (7548, 196, 'Johor Bahru, Johore', 'My bb''s a pig.'), (7549, 1442, 'Johor Bahru, Johore', '@zulcxmet i not sure. Why bro?'), (7550, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Tak de konspirasi lah.. :)'), (7551, 2116, 'Johore, Malaysia', '@Melkhun0728 easy . Lai talk about our schedule today . HAHAHA .'), (7552, 58, 'Malaysia', '@limited_Pookki3 ชวนพี่ตูนไปเดินสหยามนุน ! หนุ่ม ๆ ที่มึงต้องการเยอะ 55'), (7553, 1507, 'Malaysia', 'I''m at มุมกอล์ฟ http://t.co/yJiFyZSp'), (7554, 2161, 'Plentong, Johor Bahru', 'morning zee“@ZeeAvi: Solid! RT @brushfire: @mansionsonthemoon playing their @zeeavi concrete wall remix at velveeta room. #SXSW”'), (7555, 2232, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) w/ 2 others http://t.co/hcdNXi4w'), (7556, 2275, 'Singapore', 'man ada yg jual vga ddr3 ga @salmanzvarisi'), (7557, 1739, 'Johor Bahru, Johore', '@ch95forevalways I use Japanese ones O_O'), (7558, 406, 'Johore, Malaysia', '@txgress not*'), (7559, 655, 'Johor Bahru, Johore', '@IamIvanTerrible GOODMORNING :)'), (7560, 2280, 'Plentong, Johor Bahru', '@MissChocoViolet @naurawwr_ hahaha dua2 abg belanja nnt okay :)'), (7561, 1850, 'Johor Bahru, Johore', 'Aah dah lama tak dgr kisah psl #naomineo .'), (7562, 362, 'Johore, Malaysia', 'Train spoil ! Chinatown empty eh ! Yay !'), (7563, 2281, 'Johore, Malaysia', 'With @Rachelzxc (@ McDonald''s) http://t.co/WAvhRbCP'), (7564, 2029, 'Johor Bahru, Johore', '@toxicinmybody DON''T PROTECT YOUR TWEETS STACEEYYYYYYYYY! I want to retweet this! :('), (7565, 2282, 'Johore, Malaysia', 'Servicing. (@ Universal Motors Workshop) http://t.co/dD9zn3i8'), (7566, 272, 'Johore, Malaysia', 'I''m at Nanyang Supermarket http://t.co/vq4aGCEJ'), (7567, 2055, 'Johor Bahru, Johore', 'Big Apple! @ Time Square http://t.co/X2CoJnFb'), (7568, 2283, 'Tebrau, Johor Bahru', 'Alhamdulillah, semuanya selamat !'), (7569, 409, 'Plentong, Johor Bahru', 'Why are so many of my favourite videos suddenly blocked under safety mode -__-'), (7570, 196, 'Johor Bahru, Johore', 'Ehhhhhhhhhh, temmie like mia from twitter already sia. @PaperClipppz'), (7571, 1739, 'Johor Bahru, Johore', '@ch95forevalways shy to say!!O_O'), (7572, 1852, 'Johore, Malaysia', 'I''m at 3D ''12 Classroom C306 w/ @lkp_14 http://t.co/n6cAi2bP'), (7573, 2237, 'Plentong, Johor Bahru', 'No one can hurt my heart.'), (7574, 2284, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 5 others http://t.co/IvskxN7N'), (7575, 2142, 'Johor Bahru, Johore', 'Wtf? T-Ara company gonna kick out some member of T-Ara? How can?!'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (7576, 1850, 'Johor Bahru, Johore', 'I wonder hows #naomineo doing now .'), (7577, 1541, 'Johore, Malaysia', 'I will four dog anyone. Ok... lol RT @TheRealDMArtest: Lol. Trade Ron. I double dog dare u'), (7578, 2285, 'Riau, Indonesia', 'I''m at Resorts World Sentosa (Sentosa Island, Singapore) http://t.co/ssxyBXxN'), (7579, 1507, 'Malaysia', 'I just ousted Dah~ka as the mayor of Wienna on @foursquare! http://t.co/Xza4ToHR'), (7580, 1507, 'Malaysia', 'I''m at Wienna (Hat Yai, Songkhla) http://t.co/QrSR0pF6'), (7581, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Anak ikan - yes = suke3...'), (7582, 2286, 'Johor Bahru, Johore', 'Praying session! (@ Kong Meng San Phor Kark See Monastery (光明山普觉禅寺 Bright Hill Temple)) http://t.co/1eaoyKFF'), (7583, 181, 'Johore, Malaysia', 'Luqman kau takde kakak ke?'), (7584, 2287, 'Tebrau, Johor Bahru', 'GD is not in the pink :''( i''m crying hardly cuz he can''t move his legs at all. His body is weak and he''s sleeping on my lap right now.'), (7585, 2212, 'Riau, Indonesia', '@ForumJualan di jual mio soul 2010 harga 9 juta bisa nego.'), (7586, 73, 'Johor Bahru, Johore', '@whyehassamaian Dont make me jellyyy nooooooooooooo ):'), (7587, 1356, 'Johore, Malaysia', 'I realized I can''t stand it when a guy''s too crazy about me. It makes me turn around and walk the other way. So ironic.'), (7588, 2282, 'Johore, Malaysia', 'What shall I buy today? (@ Alexandra Hawker Centre) http://t.co/F5qcnPix'), (7589, 2288, 'Johor Bahru, Johore', '(@ McDonald''s) http://t.co/PFxqliFm'), (7590, 2055, 'Johor Bahru, Johore', '@audreyhxy haha I''ll tell you later'), (7591, 1794, 'Johore, Malaysia', '@jazzbabyzx you win la..'), (7592, 2289, 'Johor Bahru, Johore', 'Sea breeze^^'), (7593, 803, 'Johore, Malaysia', '@Doubles9124 hey hey! Yes, I am. :) you''re on your way through?'), (7594, 2290, 'Johore, Malaysia', 'Ok, today is thurs and tml is Friday! And weekends!! Yeah... (@ Anz Bank @ haw par technocentre) http://t.co/rCxJsz8i'), (7595, 2291, 'Johore, Malaysia', 'I''m at Immigration &amp; Checkpoints Authority Singapore Ferry Terminal http://t.co/fuqch4Gr'), (7596, 782, 'Johore, Malaysia', 'Its not good to blame the guy or the girl.. Its either both at fault or neither'), (7597, 1507, 'Malaysia', 'I''m at ร้านจันทร์สม บิ้วตี้ (อ.หาดใหญ่, จ.สงขลา) http://t.co/2yI5tYlC'), (7598, 317, 'Johor Bahru, Johore', '@Joslyyyn thanks;) nv buy for u lehh:( ps'), (7599, 2106, 'Johore, Malaysia', 'Lol amutha playing her Tamil songs (@ 21st Century Competencies Hub) http://t.co/JrQC8rbU'), (7600, 1793, 'Johore, Malaysia', '@avalon hihihi planning to be (dragon baby)! Thats why hubby wants me to check'), (7601, 317, 'Johor Bahru, Johore', '@Prad_i_p hahaa'), (7602, 724, 'Plentong, Johor Bahru', '@fairli '), (7603, 181, 'Johore, Malaysia', 'Luqman ngan nadia ehem2 kah?'), (7604, 2275, 'Singapore', 'akbar...~ @AkbarRahmaanto'), (7605, 1698, 'Plentong, Johor Bahru', '@qus_bix haa, gitula gamaknyaaa,. haha'), (7606, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Jgn pegang tau Buah dade I.. Mahal !! Org di sygi je bole.. \n :p'), (7607, 1792, 'Tebrau, Johor Bahru', '@zaid_farhan tak tau lg bile? Apcam? Ade plan ura2 nk kesana ke?'), (7608, 196, 'Johore, Malaysia', 'Meeting Eve at 1 at the usual place. Hahaha'), (7609, 2292, 'Johor Bahru, Johore', 'Otw to annabel''s house ^^ (@ Yew Tee MRT Station (NS5) w/ 2 others) http://t.co/n9eGLwFr'), (7610, 181, 'Johore, Malaysia', 'jahahhahah RT “@amnrindr: Apa.Lu.Mau http://t.co/6dGBfTqs”'), (7611, 2293, 'Johore, Malaysia', '@pshchloe @ northeast line suck ttm'), (7612, 409, 'Plentong, Johor Bahru', 'Thought I''d be honest: this time I''m pleading, don''t dwell on it.'), (7613, 43, 'Johore, Malaysia', 'Satgas anti-pornografi? Daripada mikirin otak yg kotor, mendingan bikin satgas anti-toilet kotor pak.'), (7614, 1002, 'Indonesia', 'Jolo tinittip sanggar,\nUmbahen huru-huruan.\nJolo sinungkun marga,\nAsa binoto partuturan.'), (7615, 2294, 'Johore, Malaysia', 'I''m at Redhill MRT Station (EW18) (Singapore, Singapore) http://t.co/sVaMCeSW'), (7616, 2295, 'Johore, Malaysia', 'I''m at 3G1 Classroom  w/ @denisezxcs @bryanftwx3 @pinkdotsover http://t.co/XbdWw2XE'), (7617, 2073, 'Johore, Malaysia', 'i actually dream tat one of my junior smoke n i take frm her...n instead of smoking i ate the cigarrette??+.+'), (7618, 2296, 'Johore, Malaysia', 'Last day here! (@ Robinson Point w/ 2 others) http://t.co/p9o20RZm'), (7619, 63, 'Johor Bahru, Johore', '"@versesoflove: Irsyad Jr 14 Al Sagoff Jr 2 #GOFORGOLD" #own'), (7620, 2297, 'Plentong, Johor Bahru', '#YogaBaba XD'), (7621, 2167, 'Johor Bahru, Johore', 'I''m at Macdonald@tm http://t.co/AAVTrS1H'), (7622, 1556, 'Singapore', 'Banyak dugaan atau cabaran bila mengajar impian, bagus klu ada satu orang yg boleh percaya niat kita, melainkan Allah'), (7623, 2298, 'Johore, Malaysia', 'Time to Achieve More Personal Success! @ HarbourFront Tower One http://t.co/HKhmuchY'), (7624, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Tak Sukarno Nama Hussein tak pe..\n\n Yup, perfect match..'), (7625, 1666, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 3 others http://t.co/O7ql6M6H'), (7626, 73, 'Johor Bahru, Johore', '@whyehassamaian yesssssssss . ME WANT EAT PRATA D: .'), (7627, 2248, 'Malaysia', '@ViewJSP หวัดกินอีกแล้ว ฮือๆ TT"'), (7628, 2299, 'Johor Bahru, Johore', 'I''m at Meridian Junior College (Singapore, Singapore) http://t.co/opn8Cjpf'), (7629, 2192, 'Johor Bahru, Johore', 'I''m at MY HOUSE BUSSTOP (: http://t.co/NSLQm4zs'), (7630, 2300, 'Johor Bahru, Johore', 'Murningsss.....Makin hari makin lambat aku bangunnn...Mengeliatsss! Hehe! :p'), (7631, 1740, 'Johore, Malaysia', 'HUNGRY'), (7632, 73, 'Johor Bahru, Johore', '@whyehassamaian I NO MONEH .'), (7633, 2301, 'Johore, Malaysia', 'I''m at Macpherson ITE http://t.co/F6Ro3Dwh'), (7634, 2142, 'Johor Bahru, Johore', '@wowwh 전 님을 정말 사랑하는데, 님은 제가 있는지조차도 몰라요! ;('), (7635, 1556, 'Singapore', '@syafiqSMS wah so good'), (7636, 1723, 'Johore, Malaysia', 'Tumblr , VIST ! JUST Blogged On It .'), (7637, 2302, 'Johore, Malaysia', 'Morniiing. Heading to KKH to accompany sister~'), (7638, 2172, 'Plentong, Johor Bahru', '@miezakecik tak.. mane ade.. -.- scandal scandal.. belajar dulu mieza oi'), (7639, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY CRIESSS . HAHAHHAHA .'), (7640, 2121, 'Johor Bahru, Johore', 'I''m at KFC@Causeway Point http://t.co/SdYwNGeJ'), (7641, 2142, 'Johor Bahru, Johore', '@ddww1122 전 님을 정말 사랑하는데, 님은 제가 있는지조차도 몰라요! ;('), (7642, 2303, 'Johore, Malaysia', 'I''m at 05519 - Opp Maritime House http://t.co/Kbb9UF1Y'), (7643, 1094, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be TAK yah nak ehh Apa NI.. Memang pon ko hantu anak ikan..'), (7644, 1120, 'Tebrau, Johor Bahru', '@CescLepex bilik sapa? Bilik aku lah doh..tp bilik aku bdk2 ni dah buat port..cam haram'), (7645, 362, 'Johore, Malaysia', '@mdsaifullah morning baby &lt;3'), (7646, 2142, 'Johor Bahru, Johore', '@hoya1991 전 님을 정말 사랑하는데, 님은 제가 있는지조차도 몰라요!;('), (7647, 436, 'Tebrau, Johor Bahru', 'What''s the point you vacuumed the house and still the floor is very dusty? I''ve to redo your job. Grrrrr.'), (7648, 2304, 'Johore, Malaysia', '@thebongette all well ma''am? Ki weather na aajkal?'), (7649, 2305, 'Johore, Malaysia', 'Passporting... (@ Embassy of the Philippines w/ 4 others) http://t.co/3zv05UQL'), (7650, 1739, 'Johor Bahru, Johore', '@ch95forevalways wahh what do you think it is??'), (7651, 2142, 'Johor Bahru, Johore', '@Seongyeol1991 전 님을 정말 사랑하는데, 님은 제가 있는지조차도 몰라요! ;('), (7652, 2297, 'Plentong, Johor Bahru', 'People used to ask ask ask... And The WORST PART,#TheyAskAgain'), (7653, 1863, 'Johor Bahru, Johore', '@anghelitoooo =S kamusta sugat mo?'), (7654, 2306, 'Johore, Malaysia', 'Having fever and tuition now...haiz'), (7655, 362, 'Johore, Malaysia', 'I give dramatic entrance :3 ! Run to the shop ! Hahaha'), (7656, 1820, 'Johore, Malaysia', 'untunglah ~ RT @farrashikin Tahu SMASH tinggal d hotel mana ;p'), (7657, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Sumpah tak de konspirasi..'), (7658, 909, 'Johor Bahru, Johore', '@Thirdy22 hanap ka sa jobsdb. :)'), (7659, 2091, 'Plentong, Johor Bahru', 'berbowling selepas berjogging hahahaha (@ Danga City Mall) http://t.co/eVnQxibZ'), (7660, 2307, 'Riau, Indonesia', 'I just ousted @rbk_4sq as the mayor of Universal Studios Singapore on @foursquare! http://t.co/dgljA515'), (7661, 900, 'Johore, Malaysia', '@katemacmac go to a GP, walk out with enough prescribed drugs to supply Bolivia for three years'), (7662, 2308, 'Plentong, Johor Bahru', '@aen_delina mornig.... @Zara_Aishah morning~ ^_^'), (7663, 196, 'Johore, Malaysia', 'I hate it when I''m going out and I always don''t know what to wear. #firstworldpainsSG'), (7664, 362, 'Johore, Malaysia', '@dinnybom nanty break lah :3'), (7665, 1825, 'Johore, Malaysia', '@brattynurf yes! Lesson learned! Sigh!'), (7666, 1793, 'Johore, Malaysia', '@avalon haha wil certainly do *wink wink*'), (7667, 478, 'Johor Bahru, Johore', '@aleihsa_ yeah ahhh...must take pity ur phone! Ala just carpal words BAIK PUNYA TO HIM!! Damn it Mann!'), (7668, 73, 'Johor Bahru, Johore', 'Why is my timeline all food omg lol . Shanice and Yasmin , one talk MacDonald , one talk prata . NOW I SO HUNGRY .'), (7669, 2300, 'Johor Bahru, Johore', 'RT  “@effaloea_radzhi: Dunia tak kejam, yang kejam manusia”'), (7670, 2309, 'Johore, Malaysia', 'Pandesal and Spam partee at work &lt;3 @ MW Medical @ Marina Bay Sands http://t.co/RlUEK35o'), (7671, 63, 'Johor Bahru, Johore', 'Home. 3 graves. 3 yaasin. #bliss #blessed'), (7672, 2310, 'Tebrau, Johor Bahru', 'Sometimes I wish I could read your mind to find it out how you feel about me?!'), (7673, 73, 'Johor Bahru, Johore', '@whyehassamaian I like egg onion ^^ Nooooooo NOW I WANT EAT .'), (7674, 2311, 'Singapore', '#Promotion Weekday Buffet Lunch special at The SQUARE is extended til April 30! Make a reservation now! #Singapore http://t.co/4U5bu130'), (7675, 2312, 'Johor Bahru, Johore', 'I value each friendship but now you''re making me wonder if ours is worth saving.'), (7676, 1094, 'Kota Tinggi, Kota Tinggi', 'Mau gi Kedai Continental dulu.. Tukar tayar Kubota dulu..\n :)'), (7677, 2142, 'Johor Bahru, Johore', '@INFINITELKIM 전 님을 정말 사랑하는데, 님은 제가 있는지조차도 몰라요! ;('), (7678, 1356, 'Johore, Malaysia', '@Real_Liam_Payne hi!(:'), (7679, 352, 'Kota Tinggi, Johore', 'I''m at [walking Target] http://t.co/WdQCinqQ'), (7680, 2304, 'Johore, Malaysia', 'mine was squeezesweet XD “@AjinkyaForYou: We all have that embarrassing e-mail address that we made when we were 12 years =D”'), (7681, 63, 'Johor Bahru, Johore', 'Gonnaa head to joho later on. Filling in the white cards'), (7682, 1507, 'Malaysia', 'I''m at ร้านโจ๊กหมู โกช้าง หน้าแสงทอง http://t.co/7ygtYBlW'), (7683, 2313, 'Johore, Malaysia', 'I''m at Fitness First (Singapore, Singapore) http://t.co/zQh7H148'), (7684, 2314, 'Johore, Malaysia', 'Stupid mrt!!! Why you always having problem!!!! I am almost late! X('), (7685, 2315, 'Johore, Malaysia', 'I''m at Alfa Car Care Centre Pte Ltd http://t.co/GP07ZIdb'), (7686, 2316, 'Johor Bahru, Johore', 'I''m at Starbucks (Simei, Singapore) http://t.co/nTrTLSef'), (7687, 932, 'Johore, Malaysia', 'Forgetting everything in a sub conscious state.'), (7688, 58, 'Malaysia', '@limited_Pookki3 ก็พรุ่งนี้ไง ! อยากเจอมึงว่ะ'), (7689, 2119, 'Johore, Malaysia', 'How to know someone you love is hurting? Look into their eyes and if they look away... you know your answer..'), (7690, 2284, 'Johor Bahru, Johore', 'I''m at Pasir Ris MRT Station (EW1) (Singapore, Singapore) w/ 4 others http://t.co/154N6sXS'), (7691, 2317, 'Johor Bahru, Johore', 'I''m in school . (@ ITE College Central (Yishun Campus) w/ 6 others) http://t.co/biQdGOfO'), (7692, 2318, 'Johor Bahru, Johore', '@HafizulHariz god knows. And I know can''t get.'), (7693, 1820, 'Johore, Malaysia', '@Febrinofia insyaallah :)'), (7694, 1723, 'Johore, Malaysia', 'Tweet Queen Dream ...... Over .'), (7695, 2262, 'Malaysia', '@Fu_heartless บ๊ะฟิสกล่าววว5555'), (7696, 2320, 'Johore, Malaysia', '@JEEERYL because u took malaria pills?'), (7697, 2238, 'Senai Kulai, Kulai Jaya', 'I''m at highway utara selatan http://t.co/x1X2KoZs'), (7698, 2313, 'Johore, Malaysia', 'I''m at The Cathay (Singapore) http://t.co/H4eAWnwp'), (7699, 1744, 'Johor Bahru, Johore', 'Watching ''Men with No Shadows''. Raymond Lam~~~~'), (7700, 2318, 'Johor Bahru, Johore', '@SapiyulEsan hehe:) Friday lepak ahh'), (7701, 2321, 'Johor Bahru, Johore', 'Done with ze bank... Love my new card'), (7702, 2230, 'Singapore', '@amandaho147 why ade din tie her hair?'), (7703, 2322, 'Johore, Malaysia', 'On the third day (last day) of this course, then i am told there is wifi here in this building.'), (7704, 2065, 'Pulai, Johor Bahru', 'Mesti ada silap kita..kalau ada masalah datang tiba2,ingat kembali,renung semula..silap kita,insafi diri..:D..baru boleh happy'), (7705, 2300, 'Johor Bahru, Johore', 'Duk diam2 pat umah blh tak?!! BTW u lioke my email Darla??? Hahaha!! Cabuts! “@mya_alena: I wish I was going to Batam this weekend... :(”'), (7706, 362, 'Johore, Malaysia', '@mdsaifullah duh ! Action mau lebeh :P'), (7707, 2323, 'Johor Bahru, Johore', 'faking a smile..'), (7708, 2324, 'Johor Bahru, Johore', 'At Montfort Chorale now &gt;.&lt;'), (7709, 1230, 'Singapore', 'ngeyoutube dulu ah,,,,,,, cari film horror...'), (7710, 2325, 'Johore, Malaysia', 'I''m at Asknlearn Pte Ltd HQ http://t.co/7FVkEByj'), (7711, 1054, 'Johore, Malaysia', '@TangoSierra_ Epic'), (7712, 1723, 'Johore, Malaysia', 'Others Have 1,000 Over Tweets But Me ? Such A Joke .'), (7713, 1918, 'Johore, Malaysia', 'Zz nyambung" ajaa dehh huu ( #`Д´)σ RT @AndriHuu: Tampines RT @vieeechan: @PChristiany xbb smalem ud bbo pauu, d... http://t.co/8JpR6ziG'), (7714, 2326, 'Johore, Malaysia', 'While waiting for the risotto to be cooked! @ So EZ Cooking Studio @ Great World City http://t.co/jArk15Lf'), (7715, 2304, 'Johore, Malaysia', '@_PWN @rohandasgupta hahahaha what ? :p'), (7716, 593, 'Johor Bahru, Johore', '@reginatjy NEL breakdown how long and how come ah sis?'), (7717, 1899, 'Johore, Malaysia', 'Going down printing shop to check if they print A2 double side. Cos dun want do liao than the alignment bo zhun'), (7718, 2327, 'Johore, Malaysia', 'I''m at Hajah Maimunah Restaurant (Joo Chiat) (Singapore, Singapore) http://t.co/c5rf9nNz'), (7719, 1918, 'Johore, Malaysia', 'You too honeyy ~ ( ◦˘ з(◦''ںˉ◦) RT @aprilliatjandra: @vieeechan morning dearrrr :* have a nice day !! Start the day with smile :)'), (7720, 2310, 'Tebrau, Johor Bahru', 'Life is really simple but sometimes we can make it complicated for no reason!'), (7721, 2328, 'Johor Bahru, Johore', 'You are not my main source in my life, you are just an obstacle to me, once I get over you, I will be stronger :)'), (7722, 2312, 'Johor Bahru, Johore', 'OHMYGOSH I FEEL LIKE EATING MACS. \n\nAnyone wanna join? :D'), (7723, 2329, 'Johor Bahru, Johore', 'wheeee!! MISSION ACCOMPLISHED :D we got our universal indicator alreadyyyy! yayyyy!'), (7724, 2275, 'Singapore', 'status ang mode lagu bagindaz RT @hengkifaurus Menunggu ban yang siap d tambal ... &lt;(˘̯˘")&gt;'), (7725, 1541, 'Johore, Malaysia', 'V RT @LakersReporter: World Peace has been very warlike on defense in overtime. Here, he swats Chris Kaman from behind to likely seal a win.'), (7726, 2330, 'Johor Bahru, Johore', '@manutd4ever06 hahahahaa showering??'), (7727, 2318, 'Johor Bahru, Johore', 'Swimming today?'), (7728, 2331, 'Riau, Indonesia', 'Hello Michael Graves! @ Hotel Michael @ Resorts World Sentosa http://t.co/hqaC89jT'), (7729, 2308, 'Plentong, Johor Bahru', 'astagafirullahhalazim.... sabar mie sabar.. lupekan lupekan.. lek lek je..'), (7730, 1040, 'Johore, Malaysia', '@mayavarathaan பெத்த பொண்ணையே இல்ல சொன்னவங்களை தமிழன்னு சொன்ன எங்களுக்கு இது எம்மாத்திரம்!'), (7731, 1349, 'Johor Bahru, Johore', 'Having s&amp;w lesson. Zzz'), (7732, 2055, 'Johore, Malaysia', 'Movie! @ Cinema 1 @ Plaza Singapura http://t.co/VCdFuksg'), (7733, 2330, 'Johor Bahru, Johore', '@_HannSolo_ paper 2 major topics. :) http://t.co/HKiPuaXp'), (7734, 2230, 'Singapore', '@amandaho147 wht teacher wear all black?hahaha'), (7735, 362, 'Johore, Malaysia', 'So ya ! Otw back to work ! Bye !'), (7736, 1502, 'Singapore', 'okay wtf i must change my blog url i swear'), (7737, 730, 'Johore, Malaysia', 'I''m at Mel''s Kingdom (Singapore) http://t.co/frBGuuly'), (7738, 1356, 'Johore, Malaysia', 'In another life, I''d be your girl. Too bad there''s no other life.'), (7739, 659, 'Johor Bahru, Johore', 'morning'), (7740, 2203, 'Johor Bahru, Johore', 'to bounce or not to bounce? hmmm... (@ Tampines MRT Station (EW2/DT32) w/ 6 others) http://t.co/7Z0L0h4x'), (7741, 2332, 'Johor Bahru, Johore', 'Wtf SIA. Buy iPhone don''t use ?'), (7742, 2333, 'Johore, Malaysia', 'I''m at Newton MRT Station (NS21/DT11) (Singapore, Singapore) http://t.co/2QRwIojE'), (7743, 181, 'Johore, Malaysia', '@azwanjamil hahahha wan help RT “@amnrindr: @farhanamanokgo Malas uhhh. Free later? Wan mane nak ajak tengok wayang lagi kan?”'), (7744, 1899, 'Johore, Malaysia', 'I lost count of how many A2 And A1 printing i have done'), (7745, 175, 'Johor Bahru, Johore', 'That very tired and sian face that i''m gonna give. Imissbbaby luhh! ): (@ Crocs) http://t.co/KJrBBYT2'), (7746, 280, 'Johor Bahru, Johore', '@MICHELLESYX heehee (:'), (7747, 659, 'Johor Bahru, Johore', 'getting ready for the movie'), (7748, 2334, 'Johor Bahru, Johore', 'Finish training, 4.23km, awesome  (@ Serangoon Stadium w/ 2 others) http://t.co/emKF7Sbr'), (7749, 909, 'Johor Bahru, Johore', '@Thirdy22 oo yan. Hanap ka lang. :) woah! Kelan ka gagraduate?'), (7750, 73, 'Johor Bahru, Johore', '@whyehassamaian NOOOOOO . RAWRRRR . I WANT TO EATTTT !'), (7751, 2235, 'Johore, Malaysia', 'Feeling so good today.'), (7752, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @hoya1991 @infiniteyounges 언젠가 한 날 직접 뵐 수 있다면 좋겠어요! &lt;3'), (7753, 181, 'Johore, Malaysia', '@amnrindr min kerje 24 hours.. Besok baru free'), (7754, 2230, 'Singapore', '@amandaho147 yea,wait till tmr:)anyway help me inform ade that i cant go out on sat cause i will be having piano lesson.'), (7755, 1497, 'Johor Bahru, Johore', 'OMG MY TAOBAO ITEMS ARE HERE!!!!!!!!!! &lt;3'), (7756, 2135, 'Malaysia', 'I''m at Tesco Lotus Satun (Yan Sue, Satun) http://t.co/X6Fn4QKA'), (7757, 73, 'Johor Bahru, Johore', '@whyehassamaian BWAHAHAH ME TOO .'), (7758, 280, 'Johor Bahru, Johore', '@JoanneHang @joyceeetannn Joanne don''t bully luh'), (7759, 2335, 'Johore, Malaysia', '@coldiebear I take it you are going a new iPad then?\n\nWhat''s to happen with the old one?'), (7760, 57, 'Johore, Malaysia', 'Scam Location! hahahahahaha (at McDonald''s@ Tuas Bay Lane) — http://t.co/lfLERQMD'), (7761, 73, 'Johor Bahru, Johore', '@Irrecovalable_ OKCAN .'), (7762, 1349, 'Johor Bahru, Johore', 'Complicated mind always zzz -,-'), (7763, 1497, 'Johor Bahru, Johore', '@Tomato_boyboy chey you should know :b'), (7764, 2092, 'Johor Bahru, Johore', 'I''m at Blk 559 Ang Mo Kio Ave 10 http://t.co/8f3g5t5f'), (7765, 280, 'Johor Bahru, Johore', 'So tired :(:(:(:('), (7766, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY ME (:'), (7767, 2336, 'Plentong, Johor Bahru', '#homework masih #bertimbun ehhhhhh sedih gila erghhhhhhhhhhh \n?_________________?'), (7768, 2337, 'Johor Bahru, Johore', 'Oh shit 教练''s srsly pissed off. (@ Anderson Secondary School) http://t.co/yQ2XwvSG'), (7769, 2240, 'Johore, Malaysia', 'I''m at Bukit Merah Town Centre (Bukit Merah, Singapore) http://t.co/y35njSRT'), (7770, 1634, 'Pulai, Johor Bahru', 'Playing with gps hihi'), (7771, 2255, 'Senai Kulai, Kulai Jaya', 'CCO in JB is now opened :) http://t.co/vKqANKmF'), (7772, 2338, 'Johore, Malaysia', 'I''m at Tiong Bahru Market &amp; Food Centre w/ @corissawong http://t.co/BsPv6tGD'), (7773, 1734, 'Johor Bahru, Johore', 'I''m at Event Piazza @ ITE College West (Singapore, Singapore) http://t.co/xWD5lRtY'), (7774, 2339, 'Johor Bahru, Johore', 'I''m at BPGHS Class 103 http://t.co/7sdjMIyL'), (7775, 1466, 'Johor Bahru, Johore', 'I''m at Vari Nice Eating House (Yishun, Singapore) http://t.co/FPifXODF'), (7776, 2340, 'Johore, Malaysia', '@DurgiB its okay. it doesn''t count in O''s! But comsider this as a practice &amp; out perform yr usual.'), (7777, 1897, 'Johor Bahru, Johore', 'I''m at Bishan Community Library (Singapore) http://t.co/LCGLxOY8'), (7778, 2310, 'Tebrau, Johor Bahru', 'Don''t ever lose hope.it''s work!'), (7779, 593, 'Johore, Malaysia', '@reginatjy like that also can ah? Why sia? S''pore no money pay electricity meh? Haha. Ask ask only.'), (7780, 2221, 'Plentong, Johor Bahru', 'kerja kursus (@ Medan Selera Mahsuri) http://t.co/IKmMwoD8'), (7781, 1648, 'Johore, Malaysia', 'I''m at West Coast Plaza (Singapore) http://t.co/PDNsLnjb'), (7782, 2341, 'Johor Bahru, Johore', 'I''m at Greenridge Secondary School (Bukit Panjang, Singapore) http://t.co/GCtXjIvk'), (7783, 1477, 'Plentong, Johor Bahru', 'I just ousted Tanpa N. as the mayor of Senheng Tmn Bukit Dahlia on @foursquare! http://t.co/QzXV4lVc'), (7784, 1793, 'Johore, Malaysia', '@Lctalavera woohooo pa congrats kay juric! :)'), (7785, 1517, 'Johor Bahru, Johore', '@hotfm976 Nugget je..sodap!'), (7786, 1094, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be Pulsa baru beli semlm..'), (7787, 1094, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be TAK bole touch n go.. Harams !!'), (7788, 2147, 'Johor Bahru, Johore', 'I''m at Marymount MRT Station (CC16) (Singapore, Singapore) w/ 2 others http://t.co/ujyPtL7B'), (7789, 280, 'Johor Bahru, Johore', 'Slept 4hours only. Training later. Later sof Liao lo!'), (7790, 2340, 'Johore, Malaysia', 'i wanna meet him too :( i miss him. D:'), (7791, 1663, 'Malaysia', 'Trimakasiii mbaa @idayukade @dpangesti @simonpurbababa'), (7792, 2142, 'Johor Bahru, Johore', '제가 하늘이 파래서 남자친구가 없는게 아니에요.'), (7793, 2342, 'Plentong, Johor Bahru', 'Rise and shine. Gonna meet nabilah today ^.^v'), (7794, 2343, 'Johore, Malaysia', 'Clearly bored. At least the taxi wait isn''t that long at Little India @ Little india http://t.co/T0WxAhGv'), (7795, 555, 'Johor Bahru, Johore', '@ImRyanA haha okey:) Good luckk:)))))'), (7796, 1325, 'Johore, Malaysia', 'I''m at Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) (Singapore, Singapore) w/ 3 others http://t.co/RnuY6aU5'), (7797, 181, 'Johore, Malaysia', 'Farah asal da action eh?'), (7798, 2344, 'Johore, Malaysia', 'http://t.co/TqFRV47R'), (7799, 1541, 'Johore, Malaysia', 'Lakers win 2 ON THE ROAD! I am a happy Lakers fan. :-D'), (7800, 2262, 'Malaysia', '@Fu_heartless ไปส่งเฟินเรียบร้อยถึงที่ก่อน 1 ชม 5555'), (7801, 2346, 'Johor Bahru, Johore', 'I''m at CyberActive (Singapore) http://t.co/AlPQJM5r'), (7802, 1477, 'Plentong, Johor Bahru', 'I just ousted Tanpa N. as the mayor of Restoran Pak Dollah on @foursquare! http://t.co/FK9s9kWe'), (7803, 1396, 'Johore, Malaysia', 'SAP: Senior Solution Architect-SEA ( #Singapore ) http://t.co/luCBXL3Z #Sales #sap #sapjobs #Job #Jobs #TweetMyJobs'), (7804, 2347, 'Tebrau, Johor Bahru', 'ngantoknyerrrrrrrrrrrrrrrrrrrr.....'), (7805, 1284, 'Johor Bahru, Johore', 'I''m at SJC 4Humility Classroom http://t.co/R8iFre0k'), (7806, 1698, 'Plentong, Johor Bahru', '@faez20 .......'), (7807, 2116, 'Johore, Malaysia', '@Melkhun0728 can ah . @SheReE_YiNGYiNG gg also . She meeting us at clementi .'), (7808, 550, 'Plentong, Johor Bahru', 'I''m not feeling very well today..what to do..work still work..hmm..morning.. -_- (at Grand Paragon Hotel) — http://t.co/NgQbiMKw'), (7809, 141, 'Johore, Malaysia', 'Morning! :) (@ Berrnicee Wakey! ) http://t.co/j8NUqsNa'), (7810, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Tengok je taw.. AKU takut korang cabuli hak asasi Buah dade ku..'), (7811, 2348, 'Johor Bahru, Johore', '@XxJiahuizZ @ilurvejongkey haha face it ryte noe'), (7812, 1698, 'Plentong, Johor Bahru', '@qus_bix tu la LELAKI. hesshhh~'), (7813, 2349, 'Johore, Malaysia', 'Just finished x) (@ Trellis Towers Gym w/ @sherlynler) http://t.co/b5sPDkNU'), (7814, 1960, 'Senai Kulai, Kulai Jaya', 'Solat sunat dhuha :) RT @zarif2305: Ape nk bwt ni.clss lambt lg :0'), (7815, 317, 'Johor Bahru, Johore', '@Joslyyyn hahaa. Bluf u laa. I buy for u stuffs;)'), (7816, 463, 'Plentong, Johor Bahru', 'I''m at Traditional thai massage http://t.co/xpsb1VwI'), (7817, 555, 'Johor Bahru, Johore', '@ImRyanA haha ill try and go down:) it starts at 12 right?:)'), (7818, 2055, 'Johore, Malaysia', 'City of love @ Effiel Tower, Paris,France http://t.co/qp9VXc0x'), (7819, 593, 'Johore, Malaysia', '@reginatjy I''m reaching Ttsh, visiting my grandpa. Yesterday at funeral saw Irene.'), (7820, 2350, 'Plentong, Johor Bahru', 'Sarap yok... (@ Medan Selera Hutan Bandar) http://t.co/9OhdSztA'), (7821, 2345, 'Johore, Malaysia', 'No no no shouldn''t judge on others :)))))'), (7822, 2351, 'Sungai Tiram, Johor Bahru', 'Kfc masak sdri.. Nak? http://t.co/GpLAlvEg'), (7823, 2352, 'Malaysia', 'Slalu kau di hatiku...'), (7824, 2353, 'Johor Bahru, Johore', '@AISSSHHAHH babe! Today i cant :('), (7825, 2354, 'Plentong, Johor Bahru', '#sayatakpernah gi paris'), (7826, 362, 'Johore, Malaysia', 'Walking to the 3 g less bank ! Lol'), (7827, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Jgn favourite tapi RT..'), (7828, 1109, 'Johor Bahru, Johore', 'She ask me again zzzz!! So annoying leh! &gt;&lt;'), (7829, 1354, 'Johore, Malaysia', 'My ribbon drop :('), (7830, 2353, 'Johor Bahru, Johore', 'Hey guys. Subscribe to me on YOUTUBE @AiJin96. Thanks!'), (7831, 3, 'Plentong, Johor Bahru', '@nadiahgandi happybirthday naddddd hehe'), (7832, 856, 'Johore, Malaysia', '#LETSGOBULLS #LETSGOBULLS #LETSGOBULLS'), (7833, 25, 'Johor Bahru, Johore', '@ManMathers okay sure. Pape ade fight aku panggil kau'), (7834, 2355, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/CHsw4N9m'), (7835, 1354, 'Johore, Malaysia', '@windxuan don wan so far'), (7836, 289, 'Johore, Malaysia', '@JustinSaysGdbye lustkisses lol'), (7837, 2356, 'Johore, Malaysia', 'Meet at mac ah ! Ask more people to follow us eh ~ @taylorsaysswift'), (7838, 1960, 'Senai Kulai, Kulai Jaya', 'Second order differential equation for non-homogenous equations ❤'), (7839, 2357, 'Johore, Malaysia', 'Bad luck now it''s game over'), (7840, 1301, 'Johore, Malaysia', 'I''m at The Clementi Mall (Singapore, Singapore) w/ 2 others http://t.co/ww6DB2kW'), (7841, 526, 'Johor Bahru, Johore', '@euugenee hahaha me too! bunk together again ya!'), (7842, 2320, 'Johore, Malaysia', '@JEEERYL hahaha. Carrie and me are not taking the pills anymore'), (7843, 1354, 'Johore, Malaysia', '@windxuan not gd ma?'), (7844, 574, 'Plentong, Johor Bahru', '@NurulWHB kak i send u email till nw u blom reply :('), (7845, 1094, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be TAK yah NAK nyam3.. Ade maksud 2..'), (7846, 180, 'Johore, Malaysia', 'Good morning... http://t.co/rNvEp1PW'), (7847, 2342, 'Plentong, Johor Bahru', 'Kalau keluar awal nak mintak duit dekat siapa ni? Ish'), (7848, 2358, 'Malaysia', 'ใครบอกผล o-net ออกวันนี้ ทำไมมันไม่มี ?'), (7849, 2359, 'Malaysia', 'I just ousted pawa555 p. as the mayor of TOT Shop (ทีโอที ชอป) on @foursquare! http://t.co/4LtuboiW'), (7850, 362, 'Johore, Malaysia', 'In the bank bitches ! Eh prangai Asri ! Thanks for the likes bitches ! Lol'), (7851, 1354, 'Johore, Malaysia', '@windxuan u wan go swim ar?'), (7852, 2360, 'Johore, Malaysia', 'Await @Deontralala to come !!! HE IS SLOW LIKEABOSS !'), (7853, 2359, 'Malaysia', 'มาแต่หัววันเพื่อรับผิดชอบใบเสร็จผิดของนู๋เอง (@ TOT Shop (ทีโอที ชอป)) [pic]: http://t.co/IaDkZ0mz'), (7854, 2361, 'Johor Bahru, Johore', 'Omg woke up late&gt;.&lt;'), (7855, 2362, 'Johor Bahru, Johore', 'I''m at Hlyt''s Home! http://t.co/EUJZShPB'), (7856, 526, 'Johor Bahru, Johore', '@its_kingston hahaha ohhh DAMIEN?!'), (7857, 280, 'Johor Bahru, Johore', ':DRTRTRT “@joyceeetannn: Ya lo!! RT @WendyChoa: @JoanneHang @joyceeetannn Joanne don''t bully luh”'), (7858, 289, 'Johore, Malaysia', 'HE IS STILL ASLEEP. OHGODWHY. Must ban late night calls already !'), (7859, 317, 'Johor Bahru, Johore', 'Walaoo! Parents take off todayy.. #SianJiPua'), (7860, 317, 'Johor Bahru, Johore', 'Sooo tiredd:/'), (7861, 2342, 'Plentong, Johor Bahru', 'Ngantulnya :('), (7862, 1354, 'Johore, Malaysia', '@_valerietan hello Lao gong haha'), (7863, 2363, 'Johore, Malaysia', 'Aik? Suke2 je suro aku jalan? Hahaha. Keling!'), (7864, 2361, 'Johor Bahru, Johore', 'Suppose to meet at 11.15 haven prepare a single shit&gt;.&lt;'), (7865, 942, 'Johor Bahru, Johore', 'Waiting for yana to call me. .'), (7866, 2287, 'Tebrau, Johor Bahru', 'Anna in PMR Tutor Tv love Zayn Malik! ahaha *~* her voice is not bad at all. She''s singing What Makes You Beautiful.'), (7867, 362, 'Johore, Malaysia', 'Why the bank no full ! I just wanna waste time :('), (7868, 1094, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be Jgn tipu mengatakan ko TAK suke anak ikan.'), (7869, 2364, 'Johore, Malaysia', 'I''m at National Library Building (Singapore, Singapore) w/ 2 others http://t.co/QGfLFrc1'), (7870, 593, 'Johore, Malaysia', '@reginatjy I applied 2days leave. No mood to book in. Hmm, Irene bf friend brother pass away.'), (7871, 2142, 'Johor Bahru, Johore', '@wowwh @Seongyeol1991 @ddww1122 @INFINITELKIM @hoya1991 @leadergyu @infiniteyounges 정말 대단하시고 또 완벽하세요!!! &lt;3'), (7872, 2352, 'Malaysia', 'Alhamdulilah Twitterku bisa dibuka soale pasword''e forget 2 inget hahahaha'), (7873, 1731, 'Singapore', 'I 1 tat baseball jacket!^^'), (7874, 2275, 'Singapore', 'sun dulu dong,mentang2 udah ama cwe ~ @AkbarRahmaanto'), (7875, 1139, 'Johor Bahru, Johore', 'Live stream with @Real_Liam_Payne in Business class with @putiilee. I love youuuuuuuuuuuuu we love yuuuuu bb xxxxx http://t.co/4LJsPSlt'), (7876, 196, 'Johor Bahru, Johore', 'Hopefully later will have some nice shots so that I can change my dp.'), (7877, 2192, 'Johor Bahru, Johore', 'I''m at Jubilee Sq (Singapore, Singapore) http://t.co/zyPWz2z6'), (7878, 2342, 'Plentong, Johor Bahru', 'Liam :*'), (7879, 2142, 'Johor Bahru, Johore', '님을 위한 제 사랑은 언제나 infinite이에요!'), (7880, 2275, 'Singapore', 'yg tambal ban @hengkifaurus'), (7881, 2365, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Bus 180 (Singapore) http://t.co/NEJcTNw6'), (7882, 862, 'Johor Bahru, Johore', 'Gd night zzzzz'), (7883, 2366, 'Johor Bahru, Johore', 'I''m at Yishun Sapphire (Singapore) http://t.co/2bMynXIS'), (7884, 2367, 'Johore, Malaysia', '@barefootm weather a bit cold here lately, affecting my respiratory sys. Thanks for your concern, Mika-chan. I''ll watch out :)'), (7885, 2368, 'Johor Bahru, Johore', 'Meeting...Zzzz...Please Lemsip...do your thing! (at Apple Inc.) — http://t.co/iiUg6bFP'), (7886, 2065, 'Pulai, Johor Bahru', '@NurfarhanaFadli ok,tapi kalau la terkena..org camtu mmg mudah memperdaya org yg senang terperdaya,jd cekalkn hati kuatkn mentaliti,senang'), (7887, 2345, 'Johore, Malaysia', 'Shall bathe at 11 ahhh going out later x-x'), (7888, 2369, 'Johor Bahru, Johore', 'Good morning! Still so tired so I''m going back to sleep!'), (7889, 2370, 'Johor Bahru, Johore', 'it is happening again (at Buangkok MRT Station (NE15)) [pic] — http://t.co/OiI49w2h'), (7890, 362, 'Johore, Malaysia', 'Bank so cold ! That stupid place so hot -.-'), (7891, 1698, 'Plentong, Johor Bahru', '@faez20 lagu pe tah ..'), (7892, 2371, 'Johor Bahru, Johore', 'Wow! A perfect road trip! @Lakers'), (7893, 138, 'Plentong, Johor Bahru', 'Demmmm lapa..xle ngadu kat syuk.nanti kene carut sbb xd dy ajak makan aku tolak.hahaha'), (7894, 1074, 'Johor Bahru, Johore', 'Hungry mak mak! RT“@FaziTaylor: Very hungry!!”'), (7895, 2356, 'Johore, Malaysia', 'Haven''t even started on my holiday assignment yet .'), (7896, 1774, 'Tebrau, Johor Bahru', '@febriyuna I told you can''t replace the Girl mah :p\nBtw when can meet you guys ?'), (7897, 2333, 'Johore, Malaysia', 'I''m at Bus Stop 40049 (Bef Newton Circus) (Singapore) http://t.co/RkETa6Hf'), (7898, 1864, 'Johor Bahru, Johore', 'Stomach got air walau. (@ boonkhee''s homeee :D) http://t.co/RDgh1zwD'), (7899, 2342, 'Plentong, Johor Bahru', '@Real_Liam_Payne Good morning Liam :-)'), (7900, 2373, 'Johore, Malaysia', 'See which YOU QIAN TU DE REN TAKE ONE !!!!!!!!! @AvrilJonghyun @SohQii http://t.co/1k0H7q6D'), (7901, 593, 'Johore, Malaysia', '@reginatjy that guy pass away is my friend.'), (7902, 867, 'Johore, Malaysia', '" yeay!!! Lunch with unnie nana at now! " (at @royalplazatweet) — http://t.co/NhP7WnuS'), (7903, 2335, 'Johore, Malaysia', '@coldiebear Hmm, wonder if Nan wants to buy :-)'), (7904, 2122, 'Johor Bahru, Johore', 'I''m at I tweet I tweet I tweet tweet tweet http://t.co/tlG8lwp4'), (7905, 2122, 'Johor Bahru, Johore', 'I just became the mayor of I tweet I tweet I tweet tweet tweet on @foursquare! http://t.co/C6se4AOY'), (7906, 909, 'Johor Bahru, Johore', '@Thirdy22 wwooww!!! Sana andun ako para magsabit mg medalya mo anak! HAHA.'), (7907, 1663, 'Malaysia', 'Hehe... RT @dpangesti: @ditrias @idayukade @tikasiskatoday @simonpurbababa dadine one bullet no jeng... Unyu unyu yo Min, Mimin Siska :D'), (7908, 2356, 'Johore, Malaysia', 'Going out later ! Anyone wanna tag along ? :)'), (7909, 2204, 'Johore, Malaysia', '@J0leneee can tk mah... Lolxxx now u just see from fb first ya... Hahahaha'), (7910, 362, 'Johore, Malaysia', 'Omg ! The bank officer like action only ! I beat him can ? Lol ! Eh no ! I make use of him lah for money . Lol'), (7911, 2287, 'Tebrau, Johor Bahru', 'nak pergi tengok Seefood T~T ada sesiapa nak belanja tak.................... *no answer*'), (7912, 443, 'Malaysia', '@peatdrumanswer ได้เลยน้องพีทพี่พร้อมเมาเสมอ ฮ่าๆ'), (7913, 431, 'Johor Bahru, Johore', 'Cb fuck no cab in sight'), (7914, 2162, 'Johor Bahru, Johore', '*farts*'), (7915, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Ikr! Mandi ah cakiwah'), (7916, 2374, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be TAK yah NAK buat2 Terkejut..'), (7917, 196, 'Johor Bahru, Johore', 'Sorry, but glk like you, I would rather I don''t know you.'), (7918, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @hoya1991 @leadergyu @infiniteyounges 오빠는 왜 그렇게 어메이징 하실 수 밖에 없나요!!&lt;3'), (7919, 2375, 'Johore, Malaysia', 'Baby is ready for collection! Yayeee!'), (7920, 2376, 'Johore, Malaysia', 'I''m at Ascott Somerset Orchard Serviced Residence (Singapore) http://t.co/aORYX1Gd'), (7921, 2377, 'Johore, Malaysia', 'I''m at Marina Bay Sands Convention Hall 6 (Singapore, Singapore) http://t.co/g56Gf6XQ'), (7922, 2378, 'Johor Bahru, Johore', 'Finally !!! (@ Changi International Airport (SIN) w/ 7 others) http://t.co/Edpxdual'), (7923, 1723, 'Johore, Malaysia', 'My URL ; http://t.co/EqCVsu51 Haha.'), (7924, 2275, 'Singapore', 'april bok,mei lah kul s2 den RT @hengkifaurus Bilo kampus ang wisuda ?RT @buddisetiawan: yg tambal ban @hengkifaurus'), (7925, 2379, 'Johore, Malaysia', 'People!! Haha.. Saye dah back!! At SP now.. Hehe.. Dah graduate katekan.. Had a very cold nite yesterday.. Fuhh!! Haha..'), (7926, 1740, 'Johore, Malaysia', '@ilyhee #phail'), (7927, 2326, 'Johore, Malaysia', 'Fusion Risotto with Bell Peppers &amp; Honey Peas! @ So EZ Cooking Studio @ Great World City http://t.co/ZtmntlWj'), (7928, 1307, 'Plentong, Johor Bahru', 'Business meeting (@ Optosem Technologies Sdn Bhd) http://t.co/zk3JqTtk'), (7929, 2381, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 12 others http://t.co/8LoB8QoN'), (7930, 1748, 'Tebrau, Johor Bahru', '@EileenKyn I see~~~~~'), (7931, 1472, 'Singapore', '庄米雪 talks abt hiring a Big Bang member for her movies. But she adds tat she can''t afford hiring Big Bang https://t.co/cRNsiCJ9'), (7932, 2374, 'Kota Tinggi, Kota Tinggi', 'Mana NAK cari top up Tune Talk di KT &amp; charger Samsung di KT ?? ade je pekerja AKU NI TAU..'), (7933, 1011, 'Johore, Malaysia', '@eyeletskirt only temp job till tomorrow'), (7934, 138, 'Plentong, Johor Bahru', '#StronglyAttractedTo bakso!! Yeppie hahahaha'), (7935, 2302, 'Johore, Malaysia', 'Waiting for KKH''s shuttle bus~ (@ Novena Square 2) http://t.co/LfUUUx9q'), (7936, 163, 'Johor Bahru, Johore', '@cerealsuperhero Mai sad lah'), (7937, 2382, 'Johor Bahru, Johore', 'Omg haven''t do patrol flag, identity , learn dance :/'), (7938, 431, 'Johor Bahru, Johore', '@angpeony cb I 11 start work I still waiting for cab at the bus stop!!'), (7939, 1021, 'Johore, Malaysia', 'Go home (@ TIB897L Service 190) http://t.co/d7do76C7'), (7940, 2139, 'Johor Bahru, Johore', 'Sotong hitam, Asam pedas pari with ikan goreng. Fuuuuh.'), (7941, 2383, 'Johor Bahru, Johore', 'At tampines mac . ♥'), (7942, 2122, 'Johor Bahru, Johore', 'I''m at bio-ing :( http://t.co/vl5KQxrj'), (7943, 431, 'Johor Bahru, Johore', '@GermaineCs YA WEIRD OR NOT CHOWCHOW ❤'), (7944, 2342, 'Plentong, Johor Bahru', 'Sayang hanya sepintas Zakiyah lalu menghilang .. Kini hanya tinggal kenangan'), (7945, 1723, 'Johore, Malaysia', 'Just - Juxxt (: A Special Meaning To me &lt;3\n\n-❥Rawwrie(: ′'), (7946, 2278, 'Tanjong Kupang, Johor Bahru', '@nazame @Zufik_ita ade cipan.tgur gua mkn roti tampal goyg..nti.gemuk mkn tlur..ank bru satu dh gmuk..pdhal die laki binilg gmuk..phuiii'), (7947, 2384, 'Johore, Malaysia', 'I''m at St. Wilfred Sports Complex (Singapore) http://t.co/qhK6Uil6'), (7948, 443, 'Malaysia', '“@DjPChod: “@PJgrandweloveFM: @DjPChod พี่ฉอด คร๊าบอยากมีแฟน อิอิทำไงคับ”ทำตัวให้ดีน่ารักมีความสุขเดี๋ยวคนดีๆจะได้เข้ามา”//ขอบคุณคับพี่ฉอด'), (7949, 909, 'Johor Bahru, Johore', '@Thirdy22 drum and lyre award na naman anak!!!!! Langya! HAHAHA elementary pa yan ah. Hahaha!!! Pero free ka na ng mga days before niyan?'), (7950, 362, 'Johore, Malaysia', 'Kaye lah Si tue tu . Withdraw 1000 satu stack siol !'), (7951, 2374, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Nafsu akan ade bila Hati ade niat NAK lihat..\n :)'), (7952, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 아침식사 벌써 하셨어요?'), (7953, 2385, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) http://t.co/50jhcXc9'), (7954, 431, 'Johor Bahru, Johore', '@angpeony )-:'), (7955, 196, 'Johore, Malaysia', 'I feel like teleporting to bugis now and get those food I''ve been craving for then teleport back home to eat. Haha'), (7956, 502, 'Johor Bahru, Johore', '@Destructedminds not weird! Cute! Haha.'), (7957, 1723, 'Johore, Malaysia', 'I Hate It When People Call People Fat &gt;:(\n\n-❥Rawwrie(: ′'), (7958, 2386, 'Johore, Malaysia', '@CHEECHIONGFUN are henderson market eating and @wilson is 1hr30mins late! Hahaa.'), (7959, 222, 'Johore, Malaysia', 'Weirdly enough I found the bio prac teacher to be rather hot.'), (7960, 1442, 'Johor Bahru, Johore', '@zulcxmet kat mane bro?'), (7961, 1264, 'Johore, Malaysia', '@darezerwee @quishterfur 中心航空好保护费'), (7962, 2253, 'Johor Bahru, Johore', '@KpopLoverRachel hubby, how''s all the projects? Sry cant help. :('), (7963, 2387, 'Singapore', 'Insanity is the best antidote to problems'), (7964, 138, 'Plentong, Johor Bahru', '#StronglyAttractedTo messy cool guy with a curly hair.wangi,comel eh eh eh..'), (7965, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 님은 제게 아주 특별한 분이세요'), (7966, 2374, 'Kota Tinggi, Kota Tinggi', 'Pakai Telco pelik2 jea.. HP pon sama.. Pakai lah Nokia, kan senang..\n NI BB pon ade..'), (7967, 2388, 'Johore, Malaysia', 'I''m at MacDonald''s @ Bugis Junction http://t.co/GHCfGlq6'), (7968, 2373, 'Johore, Malaysia', '@AvrilJonghyun @sohqii BHB LA ;wild OI come audi ! F2 rm 25 ♥'), (7969, 2389, 'Johor Bahru, Johore', 'GOOD MORNING :D (@ rachel''s snoring area :D) http://t.co/Kxt9bOsL'), (7970, 2390, 'Johore, Malaysia', 'Envy mode: ON'), (7971, 114, 'Johor Bahru, Johore', 'Ohww .. hehee ^^ RT @rylandvalestro @vegalela ;p so lama sist itu,yeye'), (7972, 2373, 'Johore, Malaysia', 'Cb stomach pain T_________T'), (7973, 2014, 'Johor Bahru, Johore', 'Going 2 do project.'), (7974, 2391, 'Johore, Malaysia', 'I''m at 28 Kallang Place (Kallang, Singapore) http://t.co/k4NAREBy'), (7975, 2374, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Bkn ye2 tapi reality..'), (7976, 163, 'Johor Bahru, Johore', '@cerealsuperhero lol? Me?'), (7977, 2253, 'Johor Bahru, Johore', 'Every girl needs a man. A man who will prove that not every guy is the same as the one who hurt her'), (7978, 2392, 'Johore, Malaysia', 'just posted a pic: http://t.co/0eu1mkBY'), (7979, 362, 'Johore, Malaysia', 'Malasnye nak keje . Lol .'), (7980, 2303, 'Johore, Malaysia', 'I''m at SMRT Buses: Bus 167 (Singapore, Singapore) http://t.co/XheEfQd5'), (7981, 2393, 'Johor Bahru, Johore', '@JennYeong purple suits you!'), (7982, 2394, 'Singapore', 'ape kejadahnya'), (7983, 2253, 'Johor Bahru, Johore', 'If looking back is painful, and looking forward is scary, then look beside you because that is where I will be.'), (7984, 2172, 'Plentong, Johor Bahru', '@AnissRossman ofcosh jealous siak!!!!!! ouhmygod!!!! handsome giler...'), (7985, 2342, 'Plentong, Johor Bahru', 'Where is everybody going? -_- Keep on tweeting about packing stuffs. Where are you guys going!!'), (7986, 2300, 'Johor Bahru, Johore', 'Muahaha!Sampah yg wangi tu! Passport ku xpiring...Kau banjer buat passport lah! “@mya_alena: @AdikHasrida tk boley aku nk g jugak!!! Ikut?'), (7987, 1300, 'Johor Bahru, Johore', 'When you want something, all the universe consoires in helping you to achieve it!'), (7988, 2330, 'Johor Bahru, Johore', '@manutd4ever06 OHHHHHH I CAN ROUGHLY GUESS ALREADDDY.. HAAHHAHAA IT HAPPENED FOR OCIP TOOO.'), (7989, 431, 'Johor Bahru, Johore', '@GermaineCs really ab HAHAHAHAHAHAHAHA shy'), (7990, 2395, 'Malaysia', 'Otw balik ke darat dari laut kiansam #labuan , ombak buli tahan jg, sakit punggung, 1 jam perjalanan http://t.co/duDzjsF1'), (7991, 2253, 'Johor Bahru, Johore', 'It''s funny how people start paying attention to you when you''re silent.'), (7992, 1630, 'Johore, Malaysia', 'So listen listen girl... nothing better than youuuu you you you youuuu~'), (7993, 431, 'Johor Bahru, Johore', '@angpeony OMG REALLY NO CAB'), (7994, 2364, 'Johore, Malaysia', 'I just ousted @njann as the mayor of Lee Kong Chian Reference Library on @foursquare! http://t.co/BMwkFeqt'), (7995, 2364, 'Johore, Malaysia', 'Last round! FIGHT! (@ Lee Kong Chian Reference Library) http://t.co/Tb1yyMIp'), (7996, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 답장 좀 해주시겠어요 내 사랑?? 제가 정말 정말 사랑한다는걸 알아주셨으면 해요!'), (7997, 2172, 'Plentong, Johor Bahru', '@AnneceJamal anis.. awak tuh yg dh tk rndu kiter. :''('), (7998, 1437, 'Johore, Malaysia', '@NooseKrew ya damn it. and it''s moving so slow.'), (7999, 1673, 'Johore, Malaysia', 'I''m at Toa Payoh MRT Station (NS19) (Singapore, Singapore) http://t.co/DXixruYk'), (8000, 2190, 'Riau, Indonesia', 'mabuk kepayang,,'), (8001, 2253, 'Johor Bahru, Johore', 'Phones get thinner and smarter, and people?! We get fatter and stupid'), (8002, 502, 'Johor Bahru, Johore', '@Destructedminds really ah! Bluff you no money take ehhhh.'), (8003, 2396, 'Johor Bahru, Johore', 'I''m at Inside Z''s Car (Singapore) http://t.co/We5YvrMK'), (8004, 114, 'Johor Bahru, Johore', 'Baru bangun.... saat teduh dulu*,*'), (8005, 2397, 'Johore, Malaysia', 'Episode 100'), (8006, 2398, 'Johore, Malaysia', 'I''m at New Town Secondary School http://t.co/pcrNe5ud'), (8007, 2393, 'Johor Bahru, Johore', '@JunKangLim then dont wear lorh^^'), (8008, 638, 'Johore, Malaysia', '@abutoyeke blh..'), (8009, 2330, 'Johor Bahru, Johore', 'Heheheee. Gna meet boy boy for lunch and thn yishun library study later. '), (8010, 2399, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 9 others http://t.co/3ynZd2mo'), (8011, 2400, 'Johore, Malaysia', 'I''m at ITE College East w/ @muhdizzwan http://t.co/P2sPGiYz'), (8012, 1522, 'Johor Bahru, Johore', 'Been sniffing too much of the mosquito coil..... I feel a bit retarded.'), (8013, 2401, 'Johor Bahru, Johore', 'Wuhuuuuuuu, first time :D (@ Changi International Airport (SIN) w/ @oscarxpi @dzetcube) http://t.co/jd0J5YRk'), (8014, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @houa1991 오빠! 제 생각엔 오빤 제게 답장 안해주실거 같아요'), (8015, 1541, 'Johore, Malaysia', '@LakerGirl1 We are road warriors? Uhm lol..'), (8016, 2275, 'Singapore', 'dak bok, den di medan bia sobok lencros hahah rncana den di malay RT @hengkifaurus Ohh msh ttap d UPI S2 ang ?'), (8017, 2398, 'Johore, Malaysia', 'I''m at Canteen @NTSS http://t.co/q3Wvm89a'), (8018, 352, 'Kota Tinggi, Johore', 'I''m at Bus Stop 52369 http://t.co/eRpeXTrl'), (8019, 2402, 'Johore, Malaysia', 'Long long day ahead~'), (8020, 2354, 'Plentong, Johor Bahru', 'best sangat ke CERITE #atasnamacinta'), (8021, 2172, 'Plentong, Johor Bahru', '@miezakecik hermm.. accounts... die :''('), (8022, 2403, 'Senai Kulai, Kulai Jaya', 'I''m at Johor Premium Outlets (Indahpura Kulaijaya, Johor) w/ 4 others http://t.co/ZLanIUty'), (8023, 2404, 'Johor Bahru, Johore', 'On my way to JB! (@ Woodlands Regional Bus Interchange w/ 3 others) http://t.co/SCThs8vi'), (8024, 2394, 'Singapore', 'i will follow u~ follow you wherever u go! hoho!'), (8025, 114, 'Johor Bahru, Johore', 'RT @WereJustTeenss Since I have God in my life, I know that no matter what I go through, it will all turn out fine in the end.'), (8026, 2342, 'Plentong, Johor Bahru', '@bellaafiqah Weh dah mandi? Mesti dah? Dah siap?'), (8027, 2405, 'Johor Bahru, Johore', 'HomeSweetHome :3 (@ Blk 467 Jurong West Street 41) http://t.co/1UKq9qw1'), (8028, 1571, 'Senai Kulai, Kulai Jaya', 'Yeayyy! Meeting potential client in 2 weeks.'), (8029, 2253, 'Johor Bahru, Johore', 'Real boyfriend = calls you for NOTHING, texts you all the time, wants to see you, gets jealous, over protective &amp; LOVES YOU.'), (8030, 1354, 'Johore, Malaysia', '@wei_ge @mevseworld omg so 柔麻'), (8031, 58, 'Malaysia', '@Doraemon_aii ไออยู่ไหน ?'), (8032, 2172, 'Plentong, Johor Bahru', 'forever alone.. hahahah...'), (8033, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 님이 눈물 지으시면 모든 팬덤도 같이 눈물 흘린다는 사실 아세요?'), (8034, 2253, 'Johor Bahru, Johore', 'A silent hug means a thousand words to the unhappy heart.'), (8035, 2287, 'Tebrau, Johor Bahru', 'KENAPA AKU BUKAK LINK TWITCAM TU TAK DAPAT *~* NAK TENGOK LIAM LAH DUH. TROUBLE WAKLU. DAH REFRESH BANYAK KALI. PFFFFT'), (8036, 2354, 'Plentong, Johor Bahru', 'aku lom mnadi lg tau bab korang'), (8037, 909, 'Johor Bahru, Johore', '@Thirdy22 baka lang balak mag get together baste'), (8038, 2230, 'Singapore', '@amandaho147 really mah?dun make me happy le.hahaha'), (8039, 2065, 'Pulai, Johor Bahru', '@NurfarhanaFadli xboleh kata la..lelaki baik selalu hatinya lembut &amp; mudah simpati..simpati tu buat dia mudah terperdaya.Pendapat je'), (8040, 160, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) http://t.co/JXre49vd'), (8041, 2386, 'Johore, Malaysia', 'with @CHEECHIONGFUN eating breakfast at Henderson market! And @WilsonLau is late for 1hr15mins!'), (8042, 1973, 'Johor Bahru, Johore', 'I''m at NPCC Room (Singapore) http://t.co/eFllfnHy'), (8043, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 님과 좀 더 이야기 나눌수 있는 방법은 없나요?'), (8044, 2086, 'Johore, Malaysia', 'I''m at Blk 19 Ghim Moh Road http://t.co/Y6eOrEmJ'), (8045, 2374, 'Kota Tinggi, Kota Tinggi', 'JNJ 2222, K5, grey. Wow !!'), (8046, 1723, 'Johore, Malaysia', 'Dear Rawwrers , Should I Change My Picture ? http://t.co/z3f329m8'), (8047, 2406, 'Johore, Malaysia', 'I''m at Blk 427, Clementi Ave 3 http://t.co/qV1Spsph'), (8048, 2348, 'Johor Bahru, Johore', 'Mornin'' Jus woke up ! My bed is superr too awesome :)'), (8049, 1538, 'Johore, Malaysia', '@Derrick0929 什么?'), (8050, 2300, 'Johor Bahru, Johore', 'Jap aku kol Khoo Teck Puat hospital buat emergency Operation now! Haha! “@mya_alena: @AdikHasrida *mcm pekak n buta kejap ah*”'), (8051, 2407, 'Senai Kulai, Kulai Jaya', 'I''m at FKE P16 (Universiti Teknologi Malaysia, Johor Bahru) http://t.co/iPLeZa5P'), (8052, 2408, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) http://t.co/LDlOvQRE'), (8053, 593, 'Johore, Malaysia', '@reginatjy no more already :( sigh.'), (8054, 2406, 'Johore, Malaysia', 'I''m at Kay''s Study Table (Singapore, Clementi) http://t.co/A7oSr1MM'), (8055, 2204, 'Johore, Malaysia', '@J0leneee y dun wan na... Hmmm... I''m prettier leh.... 55555555555++++++'), (8056, 2373, 'Johore, Malaysia', '@AvrilJonghyun @sohqii WHERE LAH YOU !'), (8057, 2409, 'Plentong, Johor Bahru', 'I''m at Tune http://t.co/YjKHyCtC - Danga Bay, Johor (Johor Bahru, Johor/Malaysia) http://t.co/hWF2gQMd'), (8058, 1354, 'Johore, Malaysia', 'Flooding my twitter hehe'), (8059, 2142, 'Johor Bahru, Johore', '@wowwh 오빠 머리 블론드로 한번 염색해 보세요!'), (8060, 2410, 'Kota Tinggi, Johore', 'I''m at Pioneer MRT Station (EW28) (Singapore, Singapore) w/ 2 others http://t.co/jlULBcUF'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (8061, 2411, 'Plentong, Johor Bahru', '@nurrasuhaddah @rofurkickass Amboiii! hahaa'), (8062, 2412, 'Johore, Malaysia', 'urghhhhh the drilling noises is even disturbing my sleep now'), (8063, 2413, 'Kota Tinggi, Johore', '@vivienching hahaha,wat siah anyhow call me sista!:D I brought a checkers shirt and t-shirt from H&amp;M,costing me $49.80! U leh?:)'), (8064, 1959, 'Johore, Malaysia', '" #getnakedliam ...that is very VERY naughty" Y SO ADORBS'), (8065, 632, 'Tebrau, Johor Bahru', '@tashabruyants tak. Harini Ada nak buat kerja kursus sej kat Angsana then nak tuition. Asal?'), (8066, 2142, 'Johor Bahru, Johore', '저 또 파산 했어요. 제 돈은 어디로 갔죠?'), (8067, 84, 'Johor Bahru, Johore', '@ahchiamsy @jae_jerome @lmypuffy we ordering from shineeworldsg'), (8068, 2414, 'Johor Bahru, Johore', 'Another overtime.. Thank God it''s another win.. Rest well boys and keep pushing! #congratsLakers!'), (8069, 2086, 'Johore, Malaysia', 'Omfg de cravin of goin to zoo came bak again!!!!'), (8070, 2190, 'Riau, Indonesia', 'sampai mati,,\nkw kan kutunggu,,'), (8071, 2340, 'Johore, Malaysia', '@DurgiB you first! this year yr more important, next year then its me. kkkkkkk, im studying ss -.- byeeeeee &lt;3'), (8072, 2412, 'Johore, Malaysia', 'strong urge to go out and throw stones at them'), (8073, 2415, 'Malaysia', 'อยากไปแกรมมี่..'), (8074, 650, 'Malaysia', 'I''m at โรงเรียนสอนขับรถพูลสวัสดิ์ยานยนต์ (หาดใหญ่) http://t.co/oGl4lPWp'), (8075, 2416, 'Johor Bahru, Johore', '今天的office internet, email又不聽話了…'), (8076, 1723, 'Johore, Malaysia', 'Goals ? Dm Me (: \n\n-❥Rawwrie(: ′'), (8077, 2417, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 6 others http://t.co/qAoSRtT7'), (8078, 1899, 'Johore, Malaysia', 'Ok apparently off by 1mm which is acceptable.'), (8079, 2287, 'Tebrau, Johor Bahru', '@tieqaAtiqah temporary issue lah pebenda ah, buat sakit hati je. uhuk uhuk'), (8080, 2418, 'Johor Bahru, Johore', 'If you really have to go , promise you that you will never forget me. i just wanna be something in your life. http://t.co/o8ZbyzOp'), (8081, 2419, 'Johore, Malaysia', 'I''m at Fairfield Methodist School (Secondary) w/ @anaissexay @sharpbackbone http://t.co/eScstPPN'), (8082, 2142, 'Johor Bahru, Johore', '그래서 혹시 뭔가 잘 안되실때는 아마 충분히 해 보시지 않은 탓일 거예요.'), (8083, 2065, 'Pulai, Johor Bahru', 'Betul ke kalau hati kita busuk..kawan2 lama pun cepat2 nak lari..yg baru belum tau dok stay la..hahaha'), (8084, 1666, 'Johor Bahru, Johore', 'I''m at Taxi Stand @ AMK Hub. http://t.co/Y7QBpXlM'), (8085, 2420, 'Johore, Malaysia', 'What we learn now!! http://t.co/edQDOHwh'), (8086, 2190, 'Riau, Indonesia', 'rindu kan senyum mu,,,'), (8087, 2142, 'Johor Bahru, Johore', '열심히 하시면 모든게 다 돼요.'), (8088, 1541, 'Johore, Malaysia', '@0goudelock Are you down with something or it is just match up purposes that u dnp?'), (8089, 1833, 'Johor Bahru, Johore', '@r4cha3l ohhh...u say the woman walk until duno where...'), (8090, 2421, 'Johor Bahru, Johore', 'Eeeeekkk I''m late for work... So is hubby... Lolx... My head hurts so much...'), (8091, 2422, 'Johor Bahru, Johore', 'Fucking vomit like a crazy.'), (8092, 2374, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be Ko ngandung ke sampai NAK wheek2 ??'), (8093, 2423, 'Johor Bahru, Johore', '@Tinylittlexz Wah morning nia now I see this word again .. Hais shag LOL . I think later really need go Hougang mall buy . How much ah ?'), (8094, 2342, 'Plentong, Johor Bahru', '@NSyhrh Since when I be you beauty advisor? You don''t even pay me! Pay me pay me! I''m not free ..'), (8095, 2230, 'Singapore', '@amandaho147 want want come!we go Ben &amp; jerry''s!'), (8096, 2197, 'Johor Bahru, Johore', 'I''m at 888 Plaza, Viva Hair Studio (Woodlands, Singapore) http://t.co/9HXUnGz4'), (8097, 2423, 'Johor Bahru, Johore', '@AldenCZH what your kdr ?'), (8098, 2424, 'Pulai, Johor Bahru', '@farahsyaika yhis week die ade la.. xyah nk call sgt.. haha'), (8099, 568, 'Kota Tinggi, Johore', '@AzeRyanChing haha kakainis e.'), (8100, 2412, 'Johore, Malaysia', 'jk ppl should totally invent a noise-less driller'), (8101, 1182, 'Senai Kulai, Kulai Jaya', 'I''m at BK C18-215, faculty science, UTM http://t.co/v6HqOpSm'), (8102, 2425, 'Johore, Malaysia', 'Still skinning this thing... apparently more difficult than skinning blackshot.'), (8103, 1235, 'Johore, Malaysia', '@dolobochi cramp. Cramp. CRAMP GODDAMIT'), (8104, 1686, 'Johore, Malaysia', '@MellorJ I wish back on the slopes - so the medic could offer me chocolate!'), (8105, 981, 'Johor Bahru, Johore', 'I''m at Saffron''s Cafeteria (Tampines, Singapore) http://t.co/6xbqQskA'), (8106, 2374, 'Kota Tinggi, Kota Tinggi', '@rikadiana_busri @ayubusri @hunny_be Pretentious = :('), (8107, 1384, 'Johore, Malaysia', 'Can iOS 5.1 be jail broken?'), (8108, 2422, 'Johor Bahru, Johore', 'Cannot on th Rock sia. Vomit v Erxin'), (8109, 2342, 'Plentong, Johor Bahru', '@bellaafiqah Samalah tsk tsk entah ingtkan nk suruh akak aku hantar tpi kene cpt sbb takut abg aku nk guna kereta lagi satu. Tapi duit ...'), (8110, 568, 'Kota Tinggi, Johore', '@julius_ceasar03 boom,i found you.haha me ganun!'), (8111, 2426, 'Johore, Malaysia', 'I''m at The Paragon (Singapore, Singapore) w/ 2 others http://t.co/4OMkQwuT'), (8112, 2427, 'Johor Bahru, Johore', 'Had the weirdest dream of me and @jaaaaang playing skyrim and she was teaching me how to play.'), (8113, 2415, 'Malaysia', '@fahsrit น้ำก็ว่าไม่โอนดีกว่า ค่อยไปดูอีกทีวันที่ 29 มีนานี้ ค่อยเอาเงินไปด้วย เผื่อตัดสินใจ555'), (8114, 1792, 'Tebrau, Johor Bahru', '@zaid_farhan haha lek2 dulu. Aku pun nnt nk kesane jgk. Haha.'), (8115, 1210, 'Riau, Indonesia', 'A quick visit to the beach yesterday after work. http://t.co/ezvX2GA4'), (8116, 515, 'Malaysia', 'ตื่นสาน (@ โมกวาแมนชั่นปาร์ค) http://t.co/x6HwePk8'), (8117, 2428, 'Johor Bahru, Johore', 'I''m at ITE College Central ( Tampines ) (Singapore, Singapore) http://t.co/hGyTkhoa'), (8118, 2262, 'Malaysia', '@Fu_heartless 5555555'), (8119, 431, 'Johor Bahru, Johore', '@angpeony FINALLY ONE OMG SO THAABKFUL FOR CAB'), (8120, 2095, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 24 others http://t.co/XJWR6tNB'), (8121, 2429, 'Johore, Malaysia', '“@OnlyWhatsGood: I think my BEST FRIENDS and I abuse each other more than the people we hate” @joeMAIpins'), (8122, 2430, 'Johore, Malaysia', '.'), (8123, 2116, 'Johore, Malaysia', '@Melkhun0728 she say should be okay lah , if not she can take bus to clem also .'), (8124, 2431, 'Indonesia', 'BBM naik,, bersepeda ria ja kita #fixiedongs haha'), (8125, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 전 오빠께 키스를 받고 싶어요!'), (8126, 2413, 'Kota Tinggi, Johore', '@vivienching hahaha,U seriously get hacked by dr Ron ah?? Wonder how he get ur password n hack into it! Must b U accidentally give him rite?'), (8127, 638, 'Johore, Malaysia', '@abutoyeke sempat kau mandi skarang.'), (8128, 2432, 'Johor Bahru, Johore', '@Qimanpoh so good ? Basket I still got test tmr~'), (8129, 778, 'Johor Bahru, Johore', 'I''m at Bus Stop 46141 (Blk 32, Marsiling Drive) http://t.co/amD2FEgA'), (8130, 431, 'Johor Bahru, Johore', '@GermaineCs hehe muacks love you CHOWCHOW!!!! LOL'), (8131, 1120, 'Tebrau, Johor Bahru', '@CescLepex hahahahahahhaa..itu luar kawalan aku dohh'), (8132, 2236, 'Johor Bahru, Johore', 'I''m at Tampines 1 (Tampines, Singapore) http://t.co/x4X7bNwP'), (8133, 2423, 'Johor Bahru, Johore', '@Tinylittlexz as you said I''m boy , not man . Still weak ): .\n\nWhich meal ? Got what ? How much ? LOL . What the meal name !'), (8134, 1471, 'Johore, Malaysia', '@sianyin barcode. LOL'), (8135, 2412, 'Johore, Malaysia', '@SamuelDPoh dried mucus lol'), (8136, 2433, 'Johor Bahru, Johore', 'Its thursday, not friday..! lol.'), (8137, 1676, 'Johore, Malaysia', '@Jojotanweee just now nv saw I following'), (8138, 1040, 'Johore, Malaysia', '@Thaaymanam என்னை தொடர்பவர்களுக்கு என்னுடைய பகடி நன்றாக புரியும்! நான் கருணாநிதியை மனிதனாகவே எண்ணியதில்லை!'), (8139, 123, 'Johore, Malaysia', 'Conclusion is I hate and dislike people to drunk every single day and telling me all sort of stuff to piss me off'), (8140, 638, 'Johore, Malaysia', '@abutoyeke bawak fifa 12 aku nk maen'), (8141, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Peh cella kalau tk mandi memang wangi ah! Cakirah cakap apa ni?!! Ah?! See the leg ah mmg wangi kot *hairflip*'), (8142, 2434, 'Johore, Malaysia', 'I''m at Eunos MRT Station (EW7) (Singapore) w/ 2 others http://t.co/jXN1uIvy'), (8143, 502, 'Johor Bahru, Johore', '@Destructedminds later your golden retriever jealous! Haha. What are you working as!'), (8144, 2287, 'Tebrau, Johor Bahru', '*keep clicking the refresh button*'), (8145, 2423, 'Johor Bahru, Johore', '@AldenCZH lol o.o ... Not bad . But I quit bs le . No gun , hahaha . Gs finish . Now play maple :3\nMy bs 73% . ^^'), (8146, 1427, 'Pulai, Johor Bahru', 'when can my assignment finish la~~~!'), (8147, 1517, 'Johor Bahru, Johore', 'harap2 dia tak marah kat aku'), (8148, 54, 'Johore, Malaysia', 'Sleep at 3am wake up at 11am!!! Shit la -.- so tired @dolphinekpop @cheryippy'), (8149, 2435, 'Johor Bahru, Johore', 'Salam and Happy 17th Birthday to @twijgs!! How many syllables does ur tweet name contain? Lol! Wishing u the best of health, wealth &amp; iman!'), (8150, 1235, 'Johore, Malaysia', 'I wonder if this train can possibly go any slower'), (8151, 555, 'Johor Bahru, Johore', '@naveen_n97 @iansiow @imryana @isaacng_ im going:)'), (8152, 2131, 'Johor Bahru, Johore', 'Boringnya takde cerita best2 pe'), (8153, 2436, 'Johor Bahru, Johore', '@illestgirl19 Thankyouu! hehehehe'), (8154, 2285, 'Riau, Indonesia', 'I''m at Macdonald''s @ Sentosa Beach Station (Singapore) http://t.co/aAScyOc4'), (8155, 2308, 'Plentong, Johor Bahru', '@YanaLauren i follow'), (8156, 2437, 'Johore, Malaysia', 'Sleeping time ZzzzZZ....'), (8157, 151, 'Johor Bahru, Johore', 'I''m at NTU Nanyang House (Singapore, Singapore) http://t.co/oEtimuzK'), (8158, 2072, 'Johore, Malaysia', 'I''m at Quality Road Food Centre http://t.co/8i6QzI9Q'), (8159, 2064, 'Johor Bahru, Johore', 'Poor baby had a nasty fall. Thankfully, he is alright.'), (8160, 123, 'Johore, Malaysia', 'And really it spoilt my whole day thanks to you'), (8161, 73, 'Johor Bahru, Johore', 'Yay you woke up ^^'), (8162, 2438, 'Johore, Malaysia', 'Sabi na nga hindi naman kelangan andito eh. Sayang sa oras. Tsk.'), (8163, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 오빠, 오빠의 인생에 대해서 제가 구글에서 검색해 봤어요. Kekke.'), (8164, 346, 'Riau, Indonesia', 'Randa Abimayu??!!!'), (8165, 1003, 'Plentong, Johor Bahru', 'kagum nengok bil telepon sendiri. ta pernah serendah rm38.85 haha'), (8166, 2348, 'Johor Bahru, Johore', 'I just realised that today is thursday and I''ve got till Saturday to do my work'), (8167, 1216, 'Malaysia', 'ทำมาหากินกันต่อไป (@ DTAC Center (Big C Extra)) http://t.co/zMkT8Eu9'), (8168, 123, 'Johore, Malaysia', 'Typo is my colleagues lol not no'), (8169, 2415, 'Malaysia', '@Ry_Patchanit แอ๊ะๆ มาจากที่พี่ริทให้สัมภาษณ์ เขาถามว่า ''ทำไมคนถึงจับคู่ให้เรากับโตโน่'' ริทตอบประมาณว่า ''แฟนคลับคิดว่าเราแอ๊ะๆกัน'''), (8170, 2439, 'Johore, Malaysia', 'I''m not suppose to be at home now. I was sent home from camp yesterday. :('), (8171, 2172, 'Plentong, Johor Bahru', '@miezakecik susah! :''('), (8172, 73, 'Johor Bahru, Johore', '@_kissmyyyass Ikr . Mine too .'), (8173, 2440, 'Johor Bahru, Johore', 'Morning! :)'), (8174, 1356, 'Johore, Malaysia', 'Don''t pick the better guy, pick the guy who brings out the better side of you. - This means war'), (8175, 1091, 'Johore, Malaysia', 'As much as I''m hurt right now,I will put all my ego sadness aside because nothing else matters except you. ='')'), (8176, 2342, 'Plentong, Johor Bahru', '" @masizzaitulhxx love you Liam!!!!!!!!!!!!! OMG!!!!!!!!!!!!!!!!!! (@Real_Liam_Payne live on http://t.co/zQUS45qs) " Are you serious? o.O'), (8177, 1353, 'Senai Kulai, Kulai Jaya', 'Balik tido jap (@ L33, KTHO, UTM) http://t.co/sF5fHVEG'), (8178, 2142, 'Johor Bahru, Johore', '@wowwh 같이 데이트하러 가고 싶어요'), (8179, 2253, 'Johor Bahru, Johore', 'Guys: The most precious gift you can give a girl is the gift of your time and attention.'), (8180, 2441, 'Johore, Malaysia', 'Finishing my coffee before a working day.A respected friend once told me coffee + c# is dangerous LOL, good thing im on java. #android'), (8181, 740, 'Johor Bahru, Johore', 'Alamak.. Tak uh.. Tapi kalo kau nak trun aku boley turun tapi aku tak maen RT“@CajunJiggy: @ForeverChronic nanti turun tak??”'), (8182, 1235, 'Johore, Malaysia', 'Fuckin'' SMRT can go and die'), (8183, 2436, 'Johor Bahru, Johore', 'Her. :'')'), (8184, 2065, 'Pulai, Johor Bahru', 'Jangan lupa yang lama bila ada yang baru,yg lama dah tahu baik buruknya,yg baru memang cantik dasarnya..tapi dalamnya belum tentu.Fikik2kan'), (8185, 73, 'Johor Bahru, Johore', 'Ok lets talk later . Go charge you phoney first (: .'), (8186, 2442, 'Johore, Malaysia', 'Learning essential oil &amp; make up stuff w @ReneOct @missyhuihui @speishi @MsJaslyn88 &amp; more girls! (@ Pro Academy) http://t.co/WT8CvnFC'), (8187, 2432, 'Johor Bahru, Johore', '@Qimanpoh ishhhh how long ur holiday'), (8188, 1517, 'Johor Bahru, Johore', 'bile nak balik ni..x sbr nk tdo n nek bas ke mlaka esok!'), (8189, 2436, 'Johor Bahru, Johore', '@piaresurreccion Iphone 4 nlang'), (8190, 2275, 'Singapore', '“sekali layar terkembang pantang surut kebelakang” ~peptah melayu'), (8191, 1235, 'Johore, Malaysia', 'Still at Newton wtf'), (8192, 2443, 'Johor Bahru, Johore', '@iiiJeremias watch this means war damn nice'), (8193, 2444, 'Johore, Malaysia', 'I''m at Kungfu Paradise (Singapore) http://t.co/uLwz6Xcv'), (8194, 1673, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) w/ 3 others http://t.co/1jtRgRaN'), (8195, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 님이 미소지으시며, 저도 미소지어요. (:'), (8196, 2342, 'Plentong, Johor Bahru', '@bellaafiqah Mak aku pergi mana tah .. Nak pergi mintak lah ni, nak kejar -_-'), (8197, 1264, 'Johore, Malaysia', '@darezerwee @quishterfur 国家前往率鲠凸'), (8198, 2445, 'Johor Bahru, Johore', 'Just burned 20 calories while doing a ten minute yoga thingy, and gained back &gt;9000 calories while eating.\nDA FUQ.'), (8199, 1507, 'Malaysia', 'I''m at ลูกชิ้นพี่เลี่ยน หน้าโรงเรียนแสงทอง (หาดใหญ่, จ.สงขลา) http://t.co/qlzpt1T1'), (8200, 2446, 'Johore, Malaysia', '@indu_SUJU @chocolatezluv Indians...'), (8201, 2447, 'Kota Tinggi, Johore', 'Wooooooork! (@ Jurong West Swimming Complex) http://t.co/Pfr01gq6'), (8202, 2435, 'Johor Bahru, Johore', '@BonsaiSky and sometimes, we need to bow down in order to rise. No, make that all the time.'), (8203, 317, 'Johor Bahru, Johore', 'All the things we bought.. http://t.co/Ahvjzeos'), (8204, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 당신의 모든 것들이 절 미소짓게 만들어요.'), (8205, 2448, 'Johore, Malaysia', 'I''m at VivoCity w/ @abigailboxyou http://t.co/9Ry6y29w'), (8206, 2439, 'Johore, Malaysia', 'Dad made an "emergency" appointment with specialist. So, I''m not gg to sch next Wed cause I need to go for the check-up. :''('), (8207, 2449, 'Johore, Malaysia', '...... Nervousness i dont even feel like shopping. Hope its good plsplspls arghhhh'), (8208, 2450, 'Johore, Malaysia', '@letterswithlove boo ^^'), (8209, 1235, 'Johore, Malaysia', 'Nevermind. Shall make another list. What about this time..?'), (8210, 2451, 'Kota Tinggi, Johore', '@Real_Liam_Payne HI LIAMMMMM! :D xxx'), (8211, 2452, 'Johor Bahru, Johore', 'Half an hour early, like the model student I am. (@ Bukit Batok Driving Centre (BBDC) w/ 7 others) http://t.co/lu1eJvmp'), (8212, 502, 'Johor Bahru, Johore', '@Destructedminds at where? Haha.'), (8213, 2438, 'Johore, Malaysia', '@nicomarco haha dunno.'), (8214, 2251, 'Plentong, Johor Bahru', 'Balik rumah nenek :'') (@ Kg.Ubi Baru,Tampoi,) http://t.co/mZCpKBul'), (8215, 2453, 'Johore, Malaysia', 'On my way to health check at tanjong pagar'), (8216, 1634, 'Pulai, Johor Bahru', '@Kidofidodido bape weyhh?'), (8217, 2454, 'Johore, Malaysia', 'Lalalalalalala shopping~!'), (8218, 2455, 'Plentong, Johor Bahru', 'Ala,,, terlupe nak snap pic bfast td,,, nasi goreng n kopok lekor....'), (8219, 1507, 'Malaysia', 'I''m at ไอศครีมไทย-ไท (Hat Yai, Songkhla) http://t.co/c38QMnXz'), (8220, 2443, 'Johor Bahru, Johore', '@iiiJeremias cine leisure have'), (8221, 1490, 'Johore, Malaysia', '#nowplaying One More Time ''Boys Over Flowers OST'''), (8222, 2456, 'Tebrau, Johor Bahru', 'Tetibe tringt psl family azman yg kuar kt #bersamamu.. Semoga impian anak die termkbul.. YaAllah ringnkn bbnnye..'), (8223, 2142, 'Johor Bahru, Johore', '@wowwh 오빠, 제가 오빠랑 결혼해도 괜찮아요?'), (8224, 431, 'Johor Bahru, Johore', '@GermaineCs imm LOL'), (8225, 2449, 'Johore, Malaysia', '@loraein @JoviYuen WE JUST WENT THR YTD. SO MANY PPL HAHA. Ok what u want :)'), (8226, 2439, 'Johore, Malaysia', 'Back pain getting worst. Meeting with the specialist next week. Must prepare myself for another X-Ray (which I don''t like)...'), (8227, 2457, 'Johore, Malaysia', 'Heavy traffic on the PIE at this hour???!!!'), (8228, 1384, 'Johore, Malaysia', '@acidlacedkisses u know how? Can help me? I want Pokemon'), (8229, 638, 'Johore, Malaysia', '@abutoyeke pasir ris'), (8230, 2110, 'Johore, Malaysia', 'I''m at Point-star http://t.co/Jw0UC5AE'), (8231, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff he''s going on 40, right? Tapi tak nampak tua lah si Em tu. :O insyaAllah, kebaikan utk yg selalu amalkan solat dhuha tu.'), (8232, 1673, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 3 others http://t.co/9i04Rjsv'), (8233, 2287, 'Tebrau, Johor Bahru', 'eh, aku tak pernah follow pun si Liam Payne ni, tetiba bukak prof dia "FOLLOOk dah follow.'), (8234, 2458, 'Plentong, Johor Bahru', 'i''m not feelin well n just missed my morning class! Arghhhhh! sorry to my friend, i promise to came todat! =''|'), (8235, 141, 'Johore, Malaysia', 'Rushy rushyyyyy. (@ Berrrniceee Toilet''s ) http://t.co/6jJusxvq'), (8236, 317, 'Johor Bahru, Johore', '@Joslyyyn hahaa. Still got a lot siaa.. Haha. Lol'), (8237, 632, 'Tebrau, Johor Bahru', '@tashabruyants sabtu aku nak buat hw lah babe. Dtg lah rumah aku :)'), (8238, 2423, 'Johor Bahru, Johore', '@AldenCZH O.o low or what . LOL . I only good in sniping and rifle . But not that good yet :x'), (8239, 1507, 'Malaysia', 'I''m at ครัวทะเล ซีฟู้ด http://t.co/xn0eJLZU'), (8240, 2161, 'Tebrau, Johor Bahru', 'g sana snokling ker diver?“@nitahamzah: @adekjulie2 ooo ok..ok.. :))”'), (8241, 2230, 'Singapore', '@amandaho147 ice cream!:)anyway what time you all coming?'), (8242, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 오빠 제게 답장해 주시면 제가 오빠 숙소 뎀푸라로 가득 채워 드릴게요! LOL!'), (8243, 1663, 'Malaysia', 'Wih wih.. Mimin momon.. Whott @idayukade @dpangesti @ditrias @simonpurbababa'), (8244, 2459, 'Johore, Malaysia', 'Nasi goreng sambal with chicken cutlet! (@ Rocky Hill Mess) http://t.co/MV9OgAv4'), (8245, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 오빠, 오빠는 제게 아주 특별한 분이세요!'), (8246, 2426, 'Johore, Malaysia', 'I''m at Physiotherapy Associates @ Paragon Medical http://t.co/FcNxItAw'), (8247, 2460, 'Johore, Malaysia', 'happy birthday babes. looking forward to see you soon. @veecmm :))'), (8248, 2190, 'Riau, Indonesia', 'hmm,,,'), (8249, 431, 'Johor Bahru, Johore', '@GermaineCs yes baby stuffs also you want buy for your future child?? Hahahaha'), (8250, 1507, 'Malaysia', 'I''m at ดูโอ้ ซาลอน (หาดใหญ่) http://t.co/oWla9GTv'), (8251, 632, 'Tebrau, Johor Bahru', '“@Ayunpelik: Aku berdekak bila dengar lagu Bukan Cinta Monyet hahaha” Sama!! Lagi lagi vid clip dia! Haha'), (8252, 2432, 'Johor Bahru, Johore', '@Qimanpoh same ah @f_cukyou she in sch sia lols'), (8253, 2443, 'Johor Bahru, Johore', '@iiiJeremias take to somerset -.-'), (8254, 2423, 'Johor Bahru, Johore', '@Tinylittlexz Chey !! I thought must order the meal with shaker fries de . I thought cant change :3\nIf delivery got shaker fries ? :p'), (8255, 1556, 'Singapore', 'How big you can make sacrifices for other?'), (8256, 994, 'Kota Tinggi, Johore', 'I''m at Bukit Timah Market &amp; Food Centre (Singapore) http://t.co/2TwY0zxA'), (8257, 431, 'Johor Bahru, Johore', '@angpeony BUT I MORE THANKFUL FOR YOU'), (8258, 1384, 'Johore, Malaysia', '@acidlacedkisses ok! U know how?'), (8259, 1780, 'Johore, Malaysia', 'Time is moving very slowlyy today. I need work!'), (8260, 2461, 'Senai Kulai, Kulai Jaya', 'I''m at Faculty of Built Environment B12 (Johor Bahru, Johor) http://t.co/6naxLQg6'), (8261, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 님의 영혼은 다이아몬드 같아요. 맑고, 강하고, 결점이 없어요!'), (8262, 2074, 'Singapore', '@franfizzle oi take care'), (8263, 1131, 'Johor Bahru, Johore', '@ITotKnow Later you spread to EVERYONE! d:'), (8264, 2190, 'Riau, Indonesia', 'thinking about you,,'), (8265, 1626, 'Johor Bahru, Johore', '@MirulGonzales happy bday.'), (8266, 1634, 'Pulai, Johor Bahru', '@Kidofidodido dekat mana?'), (8267, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 오빠, 오빠랑 같이 사진 찍어도 괜찮아요?'), (8268, 502, 'Johor Bahru, Johore', '@Destructedminds haha no thanks! Not that early!'), (8269, 2463, 'Johore, Malaysia', 'Im tired of being alone.'), (8270, 2394, 'Singapore', '@lemandodot hoi!'), (8271, 1959, 'Johore, Malaysia', 'sigh okay i have to go now BYE TWITCAM :('), (8272, 1959, 'Johore, Malaysia', '@imcassiesxy @christinangsy i also havent CALM YO TITS'), (8273, 2464, 'Johor Bahru, Johore', 'Visiting doc for having stomach pain (@ Fajar Family Clinic) http://t.co/BCOVjH9I'), (8274, 1047, 'Plentong, Johor Bahru', 'Watching interviews of Emma Watson and feels like bawling. Such a beautiful woman she is. #HermioneForeverandAlways'), (8275, 1723, 'Johore, Malaysia', 'We Eat To Live Not Live To Eat . So Don''t Be Picky Over Food . \n\n-❥Rawwrie(: ′'), (8276, 2342, 'Plentong, Johor Bahru', 'Ibu saiko gila orang call cakap macam tu .. Tsk tsk'), (8277, 2465, 'Johor Bahru, Johore', 'I''m at Blk 466D Sembawang Drive (Singapore) http://t.co/OLVeCIww'), (8278, 740, 'Johor Bahru, Johore', 'Aku smlm dah maen bola kat dblo hahahah! RT“@CajunJiggy: @ForeverChronic weak uh lu. asl tak main?? goncang pe smlm??”'), (8279, 58, 'Malaysia', '@Doraemon_aii เอ้าปอยอ่ะ ?'), (8280, 2466, 'Johore, Malaysia', 'I am thankful for the workload in more ways than one...'), (8281, 2438, 'Johore, Malaysia', '@nicomarco u in bkk na db? What company?'), (8282, 2190, 'Riau, Indonesia', 'yee,,,'), (8283, 2467, 'Johor Bahru, Johore', 'MANHOLE COURSE!! (at SCAL Academy, 5 Jurong West Ave 5 (Junction Jalan Bahar)) — http://t.co/IwtDCzyG'), (8284, 438, 'Johore, Malaysia', 'I''m at Merrill Lynch HarbourFront (Singapore, Singapore) http://t.co/ayacdi15'), (8285, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx JAP NAK BUKAK LINK TU!! HAHHAHA'), (8286, 2432, 'Johor Bahru, Johore', '@f_cukyou @qimanpoh what hahaha !!'), (8287, 2436, 'Johor Bahru, Johore', 'Training tee soon. lol k'), (8288, 2463, 'Johore, Malaysia', 'I was born to tell you I love you, and I am taught to do what I have to.'), (8289, 1988, 'Johore, Malaysia', 'I''m at 雙林寺 (Singapore) [pic]: http://t.co/hjPWBLDJ'), (8290, 1242, 'Singapore', '唐海殷的唐。唐海殷的海。唐海殷的殷。'), (8291, 2440, 'Johor Bahru, Johore', 'http://t.co/t7f84xYz'), (8292, 1507, 'Malaysia', 'I''m at ขนมหวานหน้าแสงทอง (Hat yai, Songkhla) http://t.co/hbwzc5Mj'), (8293, 1472, 'Singapore', '@doooduuu Hwaiting !!!!!!!!!!!!!!!!!!!!!!'), (8294, 1541, 'Johore, Malaysia', '@latimeslakers Love the avatar!'), (8295, 2443, 'Johor Bahru, Johore', '@iiiJeremias about time Oso'), (8296, 2439, 'Johore, Malaysia', 'Going to DBS auditorium this Sat for prize giving ceremony :D 4th time getting 1st yo! :) And last 2 years'' PSLE got 2nd in overall S''pore'), (8297, 2190, 'Riau, Indonesia', 'ccd,,'), (8298, 2413, 'Kota Tinggi, Johore', '@ReeeeeHa aww,really?:)I miss Hui ling but not u chey!cause I thought som1 got tooth ache n wants to eat home cooked food so can''t come?;-)'), (8299, 2468, 'Malaysia', '@namom'), (8300, 2463, 'Johore, Malaysia', 'Im alone doesnt mean Im lonely .'), (8301, 1673, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Bus Interchange (Singapore, Singapore) http://t.co/IlpredLl'), (8302, 2469, 'Johore, Malaysia', 'Day 7 (@ Parkway Parade w/ 3 others) http://t.co/WJn5JGm1'), (8303, 1507, 'Malaysia', 'I''m at ระฆังเงิน ระฆังทอง http://t.co/Hf9rSzxe'), (8304, 2470, 'Malaysia', '1 2 3 4 5 6 เย้ @ MY HOME http://t.co/gMyuwgJ0'), (8305, 2190, 'Riau, Indonesia', 'wina,,,'), (8306, 2471, 'Johore, Malaysia', 'I''m at Raffles Country Club Driving Range http://t.co/4DKpaCAo'), (8307, 2439, 'Johore, Malaysia', 'And grandma gonna follow :))))'), (8308, 2287, 'Tebrau, Johor Bahru', 'dah lah @Real_Liam_Payne , saya tak dapat tengok muka awak. Penat tekan button Refresh. Saya nak sambung buat cupcakes. Bye :* lol'), (8309, 1626, 'Johor Bahru, Johore', 'Fucking homework. Not even one done -.-'), (8310, 2472, 'Singapore', '@rocketmanDC loko! hahaha. Kailan ka babalik ditey?'), (8311, 2342, 'Plentong, Johor Bahru', '@NSyhrh Then .. You should pay for my service! Huahua. I will kill you later ^.^v I''ll make sure you will die hahahah :p'), (8312, 2473, 'Johore, Malaysia', 'I''m at Children''s Emergency @ KK Hopsital http://t.co/UAegznWA'), (8313, 1047, 'Plentong, Johor Bahru', 'I can''t see Liam because I''m tweeting using my mobile right now. D:'), (8314, 2065, 'Pulai, Johor Bahru', 'Hari ni nak buat aktiviti berfaedah..apa yek??'), (8315, 1399, 'Johore, Malaysia', 'Geez , must you tell everyone you just made a new twitter account ? So what ? Is not something to be proud of -.-'), (8316, 2330, 'Johor Bahru, Johore', 'The last thing u wna do to é man u love, is hide é r/s. Afterall, its still a long way mre, 8yrs? Might as well take things slow  @kushlett'), (8317, 2474, 'Johore, Malaysia', 'Traffic (at Ocean Financial Centre) [pic] — http://t.co/SFF876d9'), (8318, 2342, 'Plentong, Johor Bahru', '@bellaafiqah Jap lagi mak aku balik, jangan ah mandi dulu hahaha'), (8319, 2439, 'Johore, Malaysia', 'Baby cousin coming later. I cant carry him. Back still aching.'), (8320, 1779, 'Johore, Malaysia', 'I''m at Vis Konsep Chocolate Gallery (Singapore) http://t.co/JWghd1tx'), (8321, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 님께서 미소짓는 모습은 정말 매혹적이에요!'), (8322, 2475, 'Johore, Malaysia', 'when a princess falls in love its call a fairytale when a witch falls in love is a curse everyone deserves to love tat special someone&lt;3'), (8323, 2476, 'Johore, Malaysia', 'How I wish can shop :( (@ ION Orchard w/ 8 others) http://t.co/akrFDgG4'), (8324, 502, 'Johor Bahru, Johore', '@Destructedminds haha I''m not like @angpeony. I don''t want early marriage!'), (8325, 114, 'Johor Bahru, Johore', 'Dear Father Jesus,there is no source of greater joy for me than worshiping You. I exalt Your name for You are great and worthy to be praised'), (8326, 2478, 'Johore, Malaysia', 'Dafaq is wrong with my bus?? Its not suppse to take so long -.-'), (8327, 2423, 'Johor Bahru, Johore', '@AldenCZH you also can ! I know you also pro la ! Haha .\nYou want try 1v1 . No armor no gs gun no med kit :3\nNormal awp want ? :p'), (8328, 2449, 'Johore, Malaysia', 'Can you guys tweet if the results are out? out as in the student portal.'), (8329, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 제 모든 가슴으로 님을 사랑합니다.. 그리고 제 모든 사랑은 바로 님이에요'), (8330, 2479, 'Johore, Malaysia', '@Penny_Ibzr tak tau'), (8331, 2463, 'Johore, Malaysia', 'I always taught that love at first sight was just made believe, until I experience it :0 opps!'), (8332, 2192, 'Johore, Malaysia', 'I''m at e Lobby @ ICA http://t.co/ln7anNu2'), (8333, 1628, 'Johore, Malaysia', 'I''m at  Home Sweet Home  (Singapore) http://t.co/TZxwD6SM'), (8334, 163, 'Johor Bahru, Johore', '@cerealsuperhero awww. Where got?'), (8335, 2480, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 30 others http://t.co/u4RLgpLC'), (8336, 2292, 'Johore, Malaysia', 'I''m at bouna vista circle line http://t.co/BoUrjzwP'), (8337, 2417, 'Johore, Malaysia', 'I''m at The Little Things She Needs (Singapore) http://t.co/0G5E3quG'), (8338, 2190, 'Riau, Indonesia', 'sahabat tuk slamana,,'), (8339, 502, 'Johor Bahru, Johore', 'Shall go out to buy the xiangxiang for him later on.'), (8340, 2478, 'Johore, Malaysia', 'lol i feel so wierd wearing a hoodie in public when its so warm..'), (8341, 1879, 'Johor Bahru, Johore', 'this is the 2nd famous and crowded clinic ard my area. (@ Mary Medical Clinic) http://t.co/ExBA7siw'), (8342, 632, 'Tebrau, Johor Bahru', '@tashabruyants segan? Aku lempang kang! Haha aku nak buat hw ah. Esok aku Ada tuition pukul 2 smpi 6:45.'), (8343, 2481, 'Johore, Malaysia', 'I''ll never let you go\nThis is my song to show\nI know our love won''t end\nCuz I''ll start over again\nHaharanahin Kita @ginnelcstaana \n#GLBT'), (8344, 2190, 'Riau, Indonesia', 'aku yakin,,'), (8345, 1930, 'Johor Bahru, Johore', '@DANIEL__I__BUM Are u me??u know my body well?'), (8346, 2310, 'Tebrau, Johor Bahru', 'Learn how to accept your mistake that is the key to be success.'), (8347, 2482, 'Johor Bahru, Johore', '@Secrethreads haiz she still haven''t reach yet?'), (8348, 2483, 'Johor Bahru, Johore', 'I''m at Mt''S hOuSe  http://t.co/6Um0EZXG'), (8349, 1713, 'Plentong, Johor Bahru', '@pinkJAMBOO yelah nad... you bagi la pulak !!! hahaha'), (8350, 2484, 'Malaysia', 'I''m at Kodomo Car Detaling By Oat http://t.co/K4QcXd7N'), (8351, 2423, 'Johor Bahru, Johore', '@Tinylittlexz never in your life !?'), (8352, 1234, 'Johor Bahru, Johore', '@TakuBurn I look at the taeyang photo and im laughing like shit'), (8353, 1242, 'Singapore', '@DextraKey LOLOL'), (8354, 2485, 'Johor Bahru, Johore', '@AustinFan4Ever lol'), (8355, 2449, 'Johore, Malaysia', '@katyperry Hey hey katy, you feeling better? :) Hope you are!'), (8356, 632, 'Tebrau, Johor Bahru', '@Ayunpelik tu ah. Haha die yang mcm monyet ada ah! LOL'), (8357, 1054, 'Johore, Malaysia', 'I''m at Jurong East Temporary Bus Interchange (Singapore, Singapore) http://t.co/umR5Oexm'), (8358, 1541, 'Johore, Malaysia', 'Lol RT @ArashMarkazi: RIP #CP3Mask 3/11/12-3/13/12 http://t.co/ISuCH7rw'), (8359, 352, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 88 (Singapore, Singapore) http://t.co/Fjq6Vh2l'), (8360, 2204, 'Johore, Malaysia', '@J0leneee 5555 oopsss so fierce... Scold mi....'), (8361, 2082, 'Johor Bahru, Johore', 'Haish~~~ kwn aku asik nak pinjam hp aku aje.. Nevermind..'), (8362, 45, 'Johore, Malaysia', '@zafianthefret sexay!!'), (8363, 2486, 'Johor Bahru, Johore', 'having lunch with little Enzo :) (@ Pasir Ris St 51 Blk 554) http://t.co/g0b2TC00'), (8364, 2342, 'Plentong, Johor Bahru', 'Twitcam trouble loading lah! :('), (8365, 2398, 'Johore, Malaysia', 'I''m at NewTown Bball Court  http://t.co/VL0L7kWJ'), (8366, 431, 'Kota Tinggi, Johore', '@angpeony @germainecs GOLDIE CHONG'), (8367, 2451, 'Kota Tinggi, Johore', 'morninggggggg. :) x'), (8368, 2192, 'Johore, Malaysia', 'Waiting for my mum make passport . (@ Cafeteria @ICA Building) http://t.co/tOSlqwYz'), (8369, 2449, 'Johore, Malaysia', '@cruchycrunch ohohoh. Okay thanks!! :D'), (8370, 2190, 'Riau, Indonesia', 'sahabat sungguh berarti,,,'), (8371, 1630, 'Johore, Malaysia', 'Two hours time.'), (8372, 2202, 'Johore, Malaysia', '@ZaraGumGumGum IT''S ROW'), (8373, 1507, 'Malaysia', 'I''m at เอส.ซี.คาร์แคร์ (Hat Yai, Songkhla) http://t.co/qhP2WgqF'), (8374, 2157, 'Johor Bahru, Johore', 'missing my dearest cuzzies ... @sabbyloveberries @ ✨LoCoZ  MaNsIoN ✨ http://t.co/Da9bABKN'), (8375, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx KENAPA TROUBLE LOADING NI!! TSK TSK'), (8376, 362, 'Johore, Malaysia', 'I''m going bank ! Whee ! Again !'), (8377, 2487, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 28 others http://t.co/6AnC2M03'), (8378, 431, 'Kota Tinggi, Johore', '@GermaineCs no sorry she don''t have marriage but got baby'), (8379, 54, 'Johore, Malaysia', '11:11❤\n\nLove is the best medicine, and there is more than enough to go around once you open your heart.'), (8380, 2440, 'Johor Bahru, Johore', 'http://t.co/YVUp0PUH'), (8381, 1930, 'Johor Bahru, Johore', '@miseryofjoy I want to see sia hahaha'), (8382, 2488, 'Malaysia', 'I''m at Hat Yai Sport Club (Hat Yai, Songkhla) http://t.co/DlDWmo6d'), (8383, 703, 'Johor Bahru, Johore', 'SMRT purple line is currently unavailable. Smoke here and there.'), (8384, 1399, 'Johore, Malaysia', 'Aiming to get at least 700+ tweets by April End ?'), (8385, 2489, 'Tebrau, Johor Bahru', 'I''m at Taman Impian Skudai http://t.co/snys4LsD'), (8386, 632, 'Tebrau, Johor Bahru', '@myrazulaikha @syaalicious jangan lupa bawa buku yang aku pesan semalam. K pls lah bawa.'), (8387, 2490, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 3 others http://t.co/fRykyQKr'), (8388, 2422, 'Johor Bahru, Johore', '@baoeel drank too much ):'), (8389, 502, 'Johor Bahru, Johore', '@Destructedminds @angpeony who chong!'), (8390, 638, 'Johore, Malaysia', '@abutoyeke ade bola?..baeak bola'), (8391, 2491, 'Johor Bahru, Johore', ' swim swim (@ Wild Wild Wet) http://t.co/bYYhsPM4'), (8392, 1739, 'Johor Bahru, Johore', '@xGlenda haha !!'), (8393, 1556, 'Singapore', 'Ogy Ahmad is still the original Azura'), (8394, 2230, 'Singapore', '@amandaho147 cause i work till five thirty you all go shopping fst then only contact you all.:)'), (8395, 2492, 'Riau, Indonesia', 'Lammaaaaaaaaa.....'), (8396, 2440, 'Johor Bahru, Johore', 'http://t.co/CzwWQ4tL'), (8397, 2493, 'Kota Tinggi, Johore', 'LOL.. A bird takin the train!! Guess he wanna see how efficient SMRT is. \n#awesome #NELdisruption http://t.co/BHCU3tcw'), (8398, 2472, 'Singapore', '"@XSTROLOGY #Capricorn, open your mind by looking at something you previously ignored."'), (8399, 740, 'Johor Bahru, Johore', 'tu pasal aku cakap. Kalo aku dtg, aku boley tngok jek RT“@CajunJiggy: @ForeverChronic tu bola lain! abeh tak pegi?? ramai sia datang.”'), (8400, 2355, 'Johor Bahru, Johore', 'I''m at Montfort Secondary School (Singapore) http://t.co/Ah0ZJxko'), (8401, 2494, 'Johor Bahru, Johore', 'Dont comment on others if you are no better.'), (8402, 2495, 'Johor Bahru, Johore', '11:11! Morning ppl'), (8403, 2479, 'Johore, Malaysia', 'Chitty Bang Bang'), (8404, 1960, 'Senai Kulai, Kulai Jaya', 'Gila RT @zarif2305: Makan2 lpstu bru prsan air xde.shit'), (8405, 2262, 'Malaysia', '@Fu_heartless อะไรจัดเสร็จแล้วเร็วจัง 5555 เฟินเริ่มงานแล้วนุไม่รู้เป็นยังไงบ้าง555555 หรือหลับก็ไม่รู้ ดพราะตื่นเช้าเกิน555555'), (8406, 58, 'Malaysia', '@limited_Pookki3 อ๋อ ๆ ! กูไปพรุ่งนี้ , หน้าจะถึงไปบ่ายท ๆ'), (8407, 2458, 'Plentong, Johor Bahru', '@lala_husna haha, salah eja laaa.#APTB XD'), (8408, 1220, 'Tebrau, Johor Bahru', 'W @FarahaniNoh (@ Tutti Frutty Bandar Baru Uda) http://t.co/VrYPdd29'), (8409, 632, 'Tebrau, Johor Bahru', '@Ayunpelik hahaha kan! Haih apa ah. Buat malu Malaysia je~'), (8410, 2449, 'Johore, Malaysia', 'Btw, million thanks to those who helped me like my facebook photos. really appreciate it A LOT!'), (8411, 1054, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 4 others http://t.co/zeB7K3mr'), (8412, 431, 'Johore, Malaysia', '@GermaineCs @angpeony Nicholas lor still got who hahahahaha'), (8413, 2342, 'Plentong, Johor Bahru', 'LIAMM!! OMG OMG OMG'), (8414, 2141, 'Johor Bahru, Johore', '@fynmzln mmg ptot! Haha! Rindu kau sngt2!'), (8415, 317, 'Johor Bahru, Johore', '@diontheonlyone hahaa. Lol. I nv buy ur lilo stitch lehh. Cos nothing special de.. I see before in s''pore.. So.. Yaa'), (8416, 308, 'Johore, Malaysia', 'some home rental solutions http://t.co/yPRePKAd'), (8417, 2415, 'Malaysia', '@Ritz_TS6 คิดถึงจังเลย ซำเบยดีบ้อ :)'), (8418, 2423, 'Johor Bahru, Johore', '@Tinylittlexz $3 is okay what !'), (8419, 2337, 'Johore, Malaysia', 'Really not feeling well. Almost missed this stop. (@ Toa Payoh MRT Station (NS19)) http://t.co/WoEyu0pE'), (8420, 2496, 'Johore, Malaysia', 'I just ousted Jo-han G. as the mayor of RELC Building on @foursquare! http://t.co/mk7lM21o'), (8421, 58, 'Malaysia', '@Doraemon_aii เอ้า ! แล้วทำไมแกไม่ขึ้นไปเรียนคณิตกับนิวอ่ะ ?'), (8422, 1264, 'Johore, Malaysia', 'RT @Vantsoul: Otw to tiffany''s house !! :D awesomeeee'), (8423, 2497, 'Malaysia', 'I''m at The Brain http://t.co/4kTJSdNm'), (8424, 502, 'Johor Bahru, Johore', '@angpeony eh peo peo! Why you so irritating one! Hahahaha. My house have xiangjiao. You want? ^^'), (8425, 2300, 'Johor Bahru, Johore', 'RT “@CraveMyThoughts: Trust gets you killed, love gets you hurt and being real gets you hated..”'), (8426, 2498, 'Johore, Malaysia', 'I just unpacked my full u and boom! the smell floated over to my nose... stink like shit.'), (8427, 2336, 'Plentong, Johor Bahru', 'malas nya nak cari jawapan soalan ni'), (8428, 2499, 'Singapore', 'Off to the Sands...hope the conference doesnt put me to sleep...thank God for Twitter :)'), (8429, 2500, 'Plentong, Johor Bahru', 'morning girlllllll&amp;boyssss,,,emmmm saya ckrg niewww dlm kereta,,onthewayy nk gi blik umhh nenek :)'), (8430, 362, 'Johore, Malaysia', 'Oh oh ! I hope the bank have 10 bucks change cause uob bank like irritating only !'), (8431, 2423, 'Johor Bahru, Johore', '@AldenCZH SD snipe 1v1 want ? I any map also can . Hahaha ! :p'), (8432, 2501, 'Johore, Malaysia', 'Fuck la , waited so long for the call , "sorry can''t take ur order for the moment due to overwhelming orders"'), (8433, 1091, 'Johore, Malaysia', 'I made a promise to myself early morning. I can do it &amp; I will do it. Only time will show everything. Soon. Insya''allah! Amin! ='')'), (8434, 2502, 'Johore, Malaysia', 'All these preparation.. Makes me want to do it on my day too haha..'), (8435, 1078, 'Johore, Malaysia', 'I''m at Singapore Expo (Singapore) w/ 2 others http://t.co/ffIDqzZZ'), (8436, 2427, 'Johor Bahru, Johore', 'Any sisters free this sat?'), (8437, 703, 'Johor Bahru, Johore', 'Please be noted if you''re heading to Serangoon or across the border, use either circle line or other line. Purple line is unavailable.'), (8438, 400, 'Johor Bahru, Johore', '@JRCWS eh update me when u wake.'), (8439, 2503, 'Johor Bahru, Johore', '@Real_Liam_Payne FOLLOW MEHH PERLEASE!!!!!!'), (8440, 632, 'Tebrau, Johor Bahru', '@syaalicious pffftt. Buku practical, maths, and sej lah.'), (8441, 2504, 'Johore, Malaysia', 'Mac breakfast with ma.'), (8442, 2190, 'Riau, Indonesia', 'hello,,,'), (8443, 2415, 'Malaysia', 'อีกสี่วัน - - รับผลสอบ ขอให้ไม่ติดศูนย์เหอะ5555555555555 ถ้าไม่อาจจะไปหาริททัน เย้'), (8444, 2500, 'Plentong, Johor Bahru', 'morning @SyadaSyadot :)'), (8445, 2463, 'Johore, Malaysia', 'I can wear my K2 shirt, imagine my size in k2. :P heehee'), (8446, 1236, 'Johore, Malaysia', '“@huggableloveee: I''ve been through all those, have you?”'), (8447, 443, 'Malaysia', '“@peatdrumanswer: @PJgrandweloveFM พีทเล่นดนตรีที่รีทึมถึงวันที่ 27 นะ มาดูนะพี่”//เล่นช่วงกี่โมงน้องพีท'), (8448, 362, 'Johore, Malaysia', 'You kewat ! Tak lah . I human being . Hahahaha ! Kay I lame .'), (8449, 1421, 'Singapore', '@chimericality visitors and staff alike haha'), (8450, 638, 'Johore, Malaysia', 'Im attracted to her.'), (8451, 2505, 'Riau, Indonesia', 'Tiada Hari Tanpa MasalaaH....'), (8452, 703, 'Johor Bahru, Johore', 'Well anyway, it''s a joke. SMRT is full of joke huh.'), (8453, 833, 'Johor Bahru, Johore', 'When I can''t go band, there''s practice. When I can go band, the band rm isn''t open-.-"'), (8454, 2506, 'Plentong, Johor Bahru', 'Ada keje.. (@ SMK Permas Jaya 2) http://t.co/UAiGQbbY'), (8455, 632, 'Tebrau, Johor Bahru', '@myrazulaikha Myra bawak sc note tau!'), (8456, 2455, 'Plentong, Johor Bahru', 'Cantik x brooch kita?hihihihi http://t.co/Xm8eDAN4'), (8457, 2142, 'Johor Bahru, Johore', '@_rainbowlovee idk. I search twitter . I search jiyeon then they come out all those fan tweeting say kick out member . Etc.'), (8458, 2507, 'Johor Bahru, Johore', 'ヽ( ̄д ̄;)ノ=3=3=3 (@ Punggol Arcadia) http://t.co/OtjyENd9'), (8459, 2508, 'Johore, Malaysia', 'I miss him :''( *Sigh* (at ~ My Heaven My Hell ~) — http://t.co/NYOkCQ8u'), (8460, 2190, 'Riau, Indonesia', 'iya,,,,'), (8461, 2142, 'Johor Bahru, Johore', '@ManduFTlove heh! ^^_^^'), (8462, 2347, 'Tebrau, Johor Bahru', '@fatin_Mustapha kje laa...gare2 kempen i foloww twiter ni bagai...adoi..mabuk statistik dah nie..'), (8463, 2449, 'Johore, Malaysia', '@loraein @JoviYuen ok!!!! :&gt; I saw that yesterday. its near our hotel. that shop so its fine. haha'), (8464, 2202, 'Johore, Malaysia', '@HAHAHASINA no need ready :D'), (8465, 1713, 'Plentong, Johor Bahru', '@pinkJAMBOO ok'), (8466, 2342, 'Plentong, Johor Bahru', 'His accent ... Maigad'), (8467, 2190, 'Riau, Indonesia', 'gak ad,,'), (8468, 1731, 'Singapore', 'Anyoen know how to deactivate fb timeline!T_T'), (8469, 362, 'Johore, Malaysia', 'I lapar lah :('), (8470, 2463, 'Johore, Malaysia', 'Nicki Minaj is ma'' idol .'), (8471, 1960, 'Senai Kulai, Kulai Jaya', '@zarif2305 bersyukur laa ada air paip ! G telan air paip ehhh ! Hahha'), (8472, 381, 'Johor Bahru, Johore', 'Wake up in the morning just to go for stupid briefing'), (8473, 317, 'Johor Bahru, Johore', '@diontheonlyone ;) nooo! Tell u more tmr;) u going training tmr??'), (8474, 2160, 'Johore, Malaysia', 'My #mantra for today: Tomorrow off. Tomorrow off. Tomorrow off. Tomorrow off. Tomorrow off. Oh mighty #redbull give me strength.'), (8475, 2509, 'Johor Bahru, Johore', 'I''m at Aiman Cafe (Tampines, Singapore) http://t.co/CK9VyllO'), (8476, 1930, 'Johor Bahru, Johore', '@DANIEL__I__BUM but now really sick la and I hate it when I''m really sick and ppl say it''s fake'), (8477, 2347, 'Tebrau, Johor Bahru', '@Aida_Saiful tdo bwh meje ni hhaa'), (8478, 2510, 'Johore, Malaysia', 'I just followed @benchtm because @ChristinStefph invited me to the #BenchTwitterParty for #BENCHSETTERarchie'), (8479, 1698, 'Plentong, Johor Bahru', '@faez20 haa,. nape ngan lagu tu ?'), (8480, 2242, 'Johor Bahru, Johore', 'Don''t feel like being responsible and watching the ELECTURE.'), (8481, 2511, 'Johore, Malaysia', 'Ok enough, we already know.'), (8482, 502, 'Johor Bahru, Johore', 'Teaching Gerene can really piss me off.'), (8483, 2318, 'Johor Bahru, Johore', '@SapiyulEsan aku gy dgn fam ahh!'), (8484, 632, 'Tebrau, Johor Bahru', '@syaalicious math kertas'), (8485, 1738, 'Senai Kulai, Kulai Jaya', 'I''m at Pbl Room M46 (Johor Bahru, Johor) http://t.co/jjRSlyYa'), (8486, 2318, 'Johor Bahru, Johore', 'Exam result soonnnn'), (8487, 256, 'Johor Bahru, Johore', 'Shall revise my Chem and Maths today !'), (8488, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx MAS COMELNYA!! KEN DAI!! :D'), (8489, 2330, 'Johor Bahru, Johore', '@kushlett why lost?? Where you??'), (8490, 2356, 'Johore, Malaysia', '@taylorsaysswift Where we going uh ?'), (8491, 740, 'Johor Bahru, Johore', 'Gy ngan aku? RT@CajunJiggy: @ForeverChronic dah datang puas hati main sekali. takpe kau turun je. 12.45 be there.”'), (8492, 2510, 'Johore, Malaysia', '@ChristinStefph dafuq did i just post ?'), (8493, 2175, 'Tebrau, Johor Bahru', '@Nazr1e @double3ll lol!'), (8494, 2192, 'Johore, Malaysia', 'I''m at ICA passport dept http://t.co/Nqk4Gu4t'), (8495, 2157, 'Johor Bahru, Johore', 'Just posted a photo @ ✨LoCoZ  MaNsIoN ✨ http://t.co/ijy5zyOI'), (8496, 502, 'Johor Bahru, Johore', '@angpeony @destructedminds gosh gosh gosh! You want shotgun marriage ah.....'), (8497, 2065, 'Pulai, Johor Bahru', 'aktiviti bfaedah 1st: buatkan roti bakar utk ayah teman ni..:D'), (8498, 2342, 'Plentong, Johor Bahru', '@bellaafiqah Weh jap aku tngok liam ni :O'), (8499, 2330, 'Johor Bahru, Johore', '@Netteallica woohooo!! Congratulations!'), (8500, 58, 'Malaysia', 'หยุดความรักเอาไว้ตรงนี้ พอก่อนนะหัวใจอ่อนล้า'), (8501, 2292, 'Johore, Malaysia', 'I''m at Holland Village MRT Station (CC21) w/ @wafflemyung http://t.co/JU7eVzZL'), (8502, 228, 'Johor Bahru, Johore', '@ImbabyPIGLETx3 haha. Know what? :o'), (8503, 1109, 'Johor Bahru, Johore', '@AmiraEvans Bye, have a safe trip thr! ;) Enjoy urself! Cya on Monday!'), (8504, 1047, 'Plentong, Johor Bahru', 'Hehe, comel. Hehe. Comel. Heheheehe http://t.co/htLSZsKu'), (8505, 1740, 'Johore, Malaysia', '@clarinnee ROLLING IN THE DEEEEEEEEEEEEEEEEEEP'), (8506, 1643, 'Johore, Malaysia', 'Watching John Carter later (;'), (8507, 2512, 'Johore, Malaysia', '@tanjiamei house. Hahahahaha (@ 34, Happy Ave North) http://t.co/0DHH0URD'), (8508, 502, 'Johor Bahru, Johore', '@angpeony your class also got so many xiangjiao!'), (8509, 2190, 'Riau, Indonesia', 'alay banget,,'), (8510, 2347, 'Tebrau, Johor Bahru', '@Aida_Saiful dah ad twter dah....welcem da club....hee'), (8511, 632, 'Tebrau, Johor Bahru', '@tashabruyants okay. Ajak lah budak budak tu semua. Rindu nak jumpa korang. Atiqah, Syu, danial.'), (8512, 2342, 'Plentong, Johor Bahru', '@NSyhrh How dare you .. Let''s watch Liam together. Now!'), (8513, 1775, 'Johore, Malaysia', '@adiiJack okok . Hmm'), (8514, 2513, 'Johore, Malaysia', '@Peizhao_ shhhhhhh! You also! Tsk!'), (8515, 196, 'Johor Bahru, Johore', 'So tired. :('), (8516, 228, 'Johor Bahru, Johore', '@Ana_Buske haha :) that''s great!'), (8517, 317, 'Johor Bahru, Johore', '@diontheonlyone ooo.. Ok lo:)'), (8518, 2503, 'Johor Bahru, Johore', '@Real_Liam_Payne heyy! Watsup?? ^^ follow me? Love you and the guys!! (: x'), (8519, 2180, 'Johore, Malaysia', 'I''m at OG Orchard Point (Singapore, Singapore) http://t.co/YkmE4XHb'), (8520, 2487, 'Johor Bahru, Johore', 'I''m at Kaizen Hall @ ITE College West (Singapore, Singapore) w/ 3 others http://t.co/YedTdODm'), (8521, 2415, 'Malaysia', '@Cotton__Wool งานที่มาเลย์เลยหรอเจ้555 ความหวังงานที่หาดใหญ่ก็ไกลลิบตา'), (8522, 2190, 'Riau, Indonesia', 'iya udah,,'), (8523, 2500, 'Plentong, Johor Bahru', 'mengigil-gigil aq at citu,,,, sebab terlalu happyy hihihihihihi #ThatMe,,,,tpi tau lhhh kalo @SyadaSyadot cm ne pulqqq :)'), (8524, 2514, 'Malaysia', '@hanongh น่ารักมากเลยค่าาา เมื่อคืนน ^^'), (8525, 58, 'Malaysia', '@limited_Pookki3 ไอย่ะ 555 ! กูต้องนั่งเครื่องกลับมาคนเดียวแน่เลย - -[ พี่กูไปญี่ปุ่นต่อ'), (8526, 1187, 'Johor Bahru, Johore', 'RT @burningtongues: When you hang out with @Shaadrinaa for too long, you start saying things like "halu" "lubb you" "asuz" &amp; "ahlala" HAHA.'), (8527, 2515, 'Johor Bahru, Johore', '@ashjimmy Yup ? Why ? you dat school is it ??'), (8528, 45, 'Johore, Malaysia', 'W @zafianthefred @ZachaReeeee :) (@ Macdonald Parkway Parade) http://t.co/y6yzjUN5'), (8529, 502, 'Johor Bahru, Johore', 'Spoil my mood in the morning. OMG WTF LA GERENE.'), (8530, 2423, 'Johor Bahru, Johore', '@Tinylittlexz Dafug ?!? Trying to act cute huh !'), (8531, 2086, 'Johore, Malaysia', 'Ohmyfk! Results out on 20th!!! 5 mre days!!! Nervous!! :((('), (8532, 2516, 'Johore, Malaysia', '@rayseah went long ago-.-'), (8533, 417, 'Johore, Malaysia', '@josephinehong is such a beauty queen;)♥'), (8534, 1109, 'Johor Bahru, Johore', 'HappyBdae @JonesTNG! :)'), (8535, 1555, 'Plentong, Johor Bahru', 'hmm..tiap kali nmpk nuget, msti rase nk beli..tp at the end, mesti xbeli...pelik!'), (8536, 2415, 'Malaysia', 'คนที่ไปจองบัตรสู้ๆนะคะ จุ้ฟ'), (8537, 2242, 'Johor Bahru, Johore', '@tammynerd how??? U did it by cheating the system and printing copies?? I nv knew if it really worked.'), (8538, 2517, 'City Square, Plentong', 'I''m at Johor Bahru City Square (Johor Bahru, Johor) http://t.co/ey2WDXNA'), (8539, 2518, 'Johor Bahru, Johore', 'I''m at Home Team Academy (Singapore) w/ 4 others http://t.co/K8gpyCKY'), (8540, 2318, 'Johor Bahru, Johore', 'Goodluck for those taking result:)'), (8541, 2202, 'Johore, Malaysia', '@HAHAHASINA I got lunch at home. Thanks though :)'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (8542, 2519, 'Johore, Malaysia', 'I''m at Mr The Tarik w/4 other (@ Mr Teh Tarik Eating House) http://t.co/RhVP73uZ'), (8543, 502, 'Johor Bahru, Johore', '@angpeony @destructedminds then how you get the baby... OMGGGG'), (8544, 2423, 'Johor Bahru, Johore', '@AldenCZH LOL we play 1 round 1v1 snipe then play 1 round normal SD la :3'), (8545, 437, 'Johore, Malaysia', 'Hhha seriuss , hhha RT @veebeeh: Weew seloww laa.. Udh makin ganteng dy skg yaa (´▽`) RT (cont) http://t.co/oTdZiFJR'), (8546, 2520, 'Johor Bahru, Johore', 'I''m at Blk 357 Tampines Street 33 http://t.co/dqPmn7U1'), (8547, 2262, 'Malaysia', '@Fu_heartless อ๋อจ้าาาา อาบน้ำไปนั้น5555'), (8548, 107, 'Johore, Malaysia', 'I''m at ComfortDelGro Driving Centre (CDC) (Singapore) w/ 2 others http://t.co/hxfZtN1Y'), (8549, 2521, 'Johor Bahru, Johore', 'Ups and downs...'), (8550, 2522, 'Johore, Malaysia', 'I''m at East Coast Lagoon Food Village (Singapore) http://t.co/iEIBH45H'), (8551, 502, 'Johor Bahru, Johore', '@angpeony then whose appealing to you? -wink'), (8552, 2417, 'Johore, Malaysia', 'I''m at Orchard MRT Station (NS22) (Singapore, Singapore) w/ 2 others http://t.co/WazyRMDp'), (8553, 2523, 'Johor Bahru, Johore', 'With ze mother heading to RWS (@ Khatib MRT Station (NS14) w/ 2 others) http://t.co/F2Q23bwq'), (8554, 1442, 'Johor Bahru, Johore', '@zulcxmet okay pape aku call or text kau.'), (8555, 2082, 'Johor Bahru, Johore', 'Going to CE later.. Haish~~~'), (8556, 2524, 'Johor Bahru, Johore', '@Fracktrapolique lot one (: they change the machine liao . But it cost $10 ! &gt;&lt; !!'), (8557, 2472, 'Singapore', 'Kung natitiis niyang hindi magparamdam kahit isang araw lang walang alinlangan makakaya ka niyang iwan ka kahit kailan. Boom!'), (8558, 2192, 'Johore, Malaysia', 'I''m at Lavender MRT Station (EW11) (Singapore, Singapore) w/ 2 others http://t.co/qUbxo4Sm'), (8559, 2310, 'Tebrau, Johor Bahru', '@jordypaigee 1 more pls follow him if you more follower?!'), (8560, 1796, 'Johore, Malaysia', 'Love you bby @raissaliem http://t.co/IhSXfEiI'), (8561, 2082, 'Johor Bahru, Johore', 'But first I want to shit.. :)'), (8562, 2525, 'Johor Bahru, Johore', 'I''m at The Johor-Singapore Causeway (Singapore, Malaysia) w/ 2 others http://t.co/BOriXuA4'), (8563, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx DIE KENYIT MATA ... PEH CAIR AH V_V'), (8564, 256, 'Johor Bahru, Johore', 'Oh gosh it''s only two days and I''m halfway though a serial , if only I studied this fervently'), (8565, 2526, 'Riau, Indonesia', 'sipa tu yang molor @mazzuhra'), (8566, 2500, 'Plentong, Johor Bahru', 'haishhhhh lampu merah pulqqq,,,lmbat pulq tu 90,,,,lampu hijau kjp jrrrr,,,,,#IniTidakAdil hihihihiih*over'), (8567, 2356, 'Johore, Malaysia', '@taylorsaysswift Leon also following ? You guys just came back from school uh ?'), (8568, 2516, 'Johore, Malaysia', '@rayseah I think they don''t want me.'), (8569, 2308, 'Plentong, Johor Bahru', '@shuLUvBb exame'), (8570, 2472, 'Singapore', 'Kung natitiis niyang hindi magparamdam kahit isang araw lang walang alinlangan makakaya ka niyang iwan kahit kailan. Boom!'), (8571, 2308, 'Plentong, Johor Bahru', '@Biela_NBI selamat pagi..'), (8572, 1740, 'Johore, Malaysia', 'battery dying'), (8573, 2029, 'Johor Bahru, Johore', '@Coooooooolin HAHAHA! that part was damn cute can'), (8574, 228, 'Johor Bahru, Johore', 'Morning! ^^'), (8575, 2449, 'Johore, Malaysia', '@_N0stalgic you''re god. LOL WHAT CMSK3 OMG.'), (8576, 2266, 'Malaysia', 'I''m at โรงพยาบาลกรุงเทพหาดใหญ่ (Bangkok Hospital Hatyai) (Hat Yai, Songkhla) http://t.co/yn2rW2V5'), (8577, 1421, 'Singapore', '@anishajalla wai are you no longer sleepyayatollah'), (8578, 58, 'Malaysia', '@limited_Pookki3 ม่ายตอนไปอ่ะเอารดไป แต่ตอนกลับอ่ะกูต้องกลับก่อน - -'' แม่ง กลัว'), (8579, 2190, 'Riau, Indonesia', 'I pety you,,'), (8580, 2423, 'Johor Bahru, Johore', '@AldenCZH try la ! LOL . Don''t act . Mine more cui , I alr 2months no bs ! You imagine my skills ! Rusty le'), (8581, 1666, 'Johor Bahru, Johore', 'I just ousted @blueproto as the mayor of Blk 315B Ang Mo Kio Street 31 on @foursquare! http://t.co/NPQAS9CV'), (8582, 1666, 'Johor Bahru, Johore', 'I''m at Blk 315B Ang Mo Kio Street 31 (Singapore, SG) http://t.co/XqVCDDRg'), (8583, 1091, 'Johore, Malaysia', 'So why should I even cry now? I shall try to be strong. I won''t ever let insecurities and doubts bring me down ever again.'), (8584, 58, 'Malaysia', '@Doraemon_aii เอ้า ! มันโกดแน่เลย'), (8585, 2440, 'Johor Bahru, Johore', 'Ate two bread with nuttella. Now''s HL milk xD'), (8586, 2527, 'Singapore', 'That''s strange.How come I wasn''t following @TheCoffeeNazi ? I saw his tweets all night! Twitter stop being a bitch and unfollowing randomly.'), (8587, 2449, 'Johore, Malaysia', ':( :( :('), (8588, 2503, 'Johor Bahru, Johore', '@zaynmalik @thexfactor PROUD OF YOU ZAYN!! ('': x'), (8589, 253, 'Johor Bahru, Johore', 'I''m at Hawker Centre @ Blk 155 Bt Batok (Singapore, Singapore) http://t.co/uoWrUFz0'), (8590, 2528, 'Johore, Malaysia', 'RT @vikatan: #killingfields ''இலங்கையின் கொலைக் களங்கள் 2 : சேனல் 4 புதிய ஆவணப் படம் முழுமையாக http://t.co/Xi6pNctG”'), (8591, 2529, 'Johore, Malaysia', 'I''m at KFC @ KeyPoint (Singapore) http://t.co/ehfpXfnZ'), (8592, 740, 'Johor Bahru, Johore', 'nanti aku kasi kau gambar aku k.. Jadi kau tak rindu aku sangat hahah! RT“@CajunJiggy: @ForeverChronic taik! bukannye selalu dapat jumpe.”'), (8593, 2415, 'Malaysia', '@Ritz_TS6 เอฟซีหาดใหญ่รักริทนะ ~'), (8594, 2530, 'Johore, Malaysia', '@Carlys_Maria nice profile pic.. :)'), (8595, 1623, 'Plentong, Johor Bahru', 'Ok agak pening dibuatnye.....'), (8596, 2440, 'Johor Bahru, Johore', 'Still haven''t comb my hair ;P'), (8597, 73, 'Johor Bahru, Johore', '@_kissmyyyass Haha nope . Mayb later ;p .'), (8598, 2513, 'Johore, Malaysia', '“@Peizhao_: :(”'), (8599, 2157, 'Johor Bahru, Johore', 'hubby wif warriors ... @ ✨LoCoZ  MaNsIoN ✨ http://t.co/PlxOoFhF'), (8600, 2500, 'Plentong, Johor Bahru', 'emmmm,,,smbil aq lyn twitter sambil,,sambil aq cuci mata hahahhahaha *jelir lidah*'), (8601, 2157, 'Johor Bahru, Johore', 'Just posted a photo @ ✨LoCoZ  MaNsIoN ✨ http://t.co/5qNfT11A'), (8602, 717, 'Riau, Indonesia', '@aputaswan spa ya?'), (8603, 2440, 'Johor Bahru, Johore', 'Oooooo. Hoffman dog bread. Again.'), (8604, 2531, 'Singapore', 'First time to experience the MRT service interruption and I definitely do not want to encounter it anytime soon!'), (8605, 1360, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Library (Singapore, Singapore) http://t.co/mVI4gUhW'), (8606, 1480, 'Kota Tinggi, Johore', 'A weight is lifted on this evening, I gve the final blow~'), (8607, 2532, 'Singapore', '@theandrewstein well...then she''d be telling the truth?'), (8608, 921, 'Johor Bahru, Johore', 'Lunch takin the base car..... Yes ar save $'), (8609, 2533, 'Johore, Malaysia', '@misa_wong Got any to recommand?'), (8610, 2449, 'Johore, Malaysia', '@_N0stalgic no i say you''re god cause its crazy to get distinction for cmsk3!!!'), (8611, 362, 'Johore, Malaysia', 'I go smoke first uh . But then scary uh in hand a lot of money . Nehmind . Later say go toilet .'), (8612, 680, 'Johor Bahru, Johore', 'Coz ur @z4zai a joke.. @ashdassler hahaha..'), (8613, 1392, 'Johore, Malaysia', 'I''m at Twenty Anson (Marina, Singapore) http://t.co/mJHT4Dtd'), (8614, 2190, 'Riau, Indonesia', 'cinta itu buta'), (8615, 2516, 'Johore, Malaysia', '@jeaniieong @Nuoshiii @rayseah not a staff how to get staff price!'), (8616, 2284, 'Johore, Malaysia', 'I''m at Esplanade MRT Station (CC3) (Singapore, Singapore) http://t.co/PWvL0baO'), (8617, 939, 'Johore, Malaysia', 'New Bio on Instagram @ World of Instagram http://t.co/20gaYZat'), (8618, 502, 'Johor Bahru, Johore', '@angpeony sorry ah peo! I don''t have xiangjiao. :('), (8619, 2534, 'Plentong, Johor Bahru', 'RT @YolooloY: Random #ShoutOut ~ @Juiced_upkorre @iPoppedHerTulip @chichizhou @AbbyKalon (cont) http://t.co/xes5DmwZ'), (8620, 2516, 'Johore, Malaysia', '@rayseah cause I went for the interview? LOL'), (8621, 1211, 'Plentong, Johor Bahru', 'I''m at QHSE Dept, MMHE. (Pasir Gudang, Johor) http://t.co/y9FOeuqe'), (8622, 2500, 'Plentong, Johor Bahru', 'okeng jrrr'), (8623, 2415, 'Malaysia', 'อุตส่าห์รีบเปิดคอม เพื่ออ่าน #mybrother แต่ยังไม่อัพ -____-'), (8624, 2535, 'Johor Bahru, Johore', 'I''m at Pizza Hut (Singapore, Singapore) http://t.co/CDrk1GaQ'), (8625, 2064, 'Johor Bahru, Johore', 'I hate my area. RT @purwatih: Please be noted if you''re heading to Serangoon or across the border, (cont) http://t.co/w67ulqeH'), (8626, 2438, 'Johore, Malaysia', '@nicomarco wow as in where we can get good hotel accomod deals?'), (8627, 1392, 'Johore, Malaysia', 'I''m at BCD Travel (Singapore) http://t.co/Er7wD93h'), (8628, 2202, 'Johore, Malaysia', '@HAHAHASINA rice , rasam &amp; cabbage'), (8629, 73, 'Johor Bahru, Johore', 'Hmmm . Why you never reply my whatsapp ):'), (8630, 2536, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 9 others http://t.co/i9bVQ9Oo'), (8631, 317, 'Johor Bahru, Johore', '@diontheonlyone hahaa. Thankss! Enjoy ur stupid trip:P haaa! Kiddinggg'), (8632, 502, 'Johor Bahru, Johore', '@angpeony hahaha you and your rubbish! Go do your holiday homework uh!'), (8633, 2537, 'Plentong, Johor Bahru', 'I''m at Puteri Specialist Hospital (Johor Bahru, Johor) w/ 3 others http://t.co/c7HHddOx'), (8634, 196, 'Johor Bahru, Johore', '@Jimmykhai *everytime.'), (8635, 1984, 'Plentong, Johor Bahru', 'sejuk gila.semua kulit biawak ke ape bukak aircond kekuat T.T (@ Majlis Perbandaran Pasir Gudang (MPPG)) http://t.co/4QLXYlCn'), (8636, 2142, 'Johor Bahru, Johore', '#nowplaying before the dawn'), (8637, 1698, 'Plentong, Johor Bahru', '@faez20 da dgr pon. slalu je dgar,.'), (8638, 2503, 'Johor Bahru, Johore', '@zaynmalik GRATZ on the 2Mil btw! LOVE YA! ❤ Follow me? Please!!! (: x'), (8639, 2538, 'Johor Bahru, Johore', 'Fuck life... Y am I always late....'), (8640, 2190, 'Riau, Indonesia', 'aku pengen punya sahabat yang bisa ngertiin aku,,'), (8641, 2303, 'Johore, Malaysia', 'I''m at Fitness First (Singapore) http://t.co/tt78Mzs3'), (8642, 2539, 'Johore, Malaysia', '@kariflips never Call me u bodoh'), (8643, 1490, 'Johore, Malaysia', '@martinchia2000 Lol! :)'), (8644, 2540, 'Johor Bahru, Johore', 'Hahahah I''m homed. http://t.co/HAqi9PDy'), (8645, 2541, 'Plentong, Johor Bahru', 'Lambat macam siput'), (8646, 2542, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 7 others http://t.co/OTixeiAF'), (8647, 2543, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 11 others http://t.co/cW4cRYvY'), (8648, 2544, 'Johor Bahru, Johore', 'I''m at Street Soccer Court (Singapore) http://t.co/jKCbcZLF'), (8649, 73, 'Johor Bahru, Johore', 'Phonephonephone woohooo . Charge fasterrrrr .'), (8650, 2500, 'Plentong, Johor Bahru', 'emmm,,,stop call me penguinnnn *sob-sobbbbb :"""""('), (8651, 289, 'Johore, Malaysia', 'Can''t find what I wanted to wear. So I''ll just wear the same outfit that day ~ I mean who knows !! LOLLLLL'), (8652, 1417, 'Johor Bahru, Johore', 'I''m at Tampines Central 1 http://t.co/foizMLl4'), (8653, 502, 'Johor Bahru, Johore', 'Should I go for geography lesson on Friday before going to sentosa?'), (8654, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @leadergyu @infiniteyounges @hoya1991 love you love you.'), (8655, 196, 'Johor Bahru, Johore', 'You don''t know I like you.'), (8656, 2533, 'Johore, Malaysia', 'Officaly complete my Budgeting module! Can play hard liao!'), (8657, 2545, 'Johor Bahru, Johore', 'My favourite lormee!! (@ Hainanese Village aka Lorong Ah Soo market) http://t.co/upO4JtZU'), (8658, 73, 'Johor Bahru, Johore', '@_kissmyyyass Hahaha okkkkks !'), (8659, 2332, 'Johore, Malaysia', 'Wtf aunty I pity u man. Answer the question man. Attitude'), (8660, 1698, 'Plentong, Johor Bahru', '3 weeks ago. hurrmm,.'), (8661, 2546, 'Senai Kulai, Kulai Jaya', 'Lame seyh x tweet bagai artis..huhu'), (8662, 1731, 'Singapore', 'I''m starve!Lose 1 follower also-,-'), (8663, 458, 'Malaysia', 'แม่ด่าแล้วจ้า - -'), (8664, 2547, 'Plentong, Johor Bahru', 'If only time can be rewind...'), (8665, 2472, 'Singapore', 'A true friend is like blood, it sustain life yet it is not always visible and it comes out everytime you are wounded.'), (8666, 2548, 'Malaysia', '@Praephannn เอ้อ สะอาดด ๆ ;p'), (8667, 2482, 'Johor Bahru, Johore', '@Secrethreads alone ah?!'), (8668, 502, 'Johor Bahru, Johore', 'One more time....'), (8669, 2549, 'Johor Bahru, Johore', '@EmeldaLum awwww. So sweet!!!! &lt;3 ^_^'), (8670, 2550, 'Johor Bahru, Johore', 'I''m at Serangon MRT Station http://t.co/Akuc2rMq'), (8671, 2551, 'Johore, Malaysia', 'I''m at Sofa Using Phone..... http://t.co/r0vAfBc8'), (8672, 2504, 'Johore, Malaysia', 'Left house with half charge phone - not so goo'), (8673, 2552, 'Johore, Malaysia', 'Lunch (@ Megumi Japanese Restaurant) http://t.co/6Oj9lfiE'), (8674, 2500, 'Plentong, Johor Bahru', 'pgi-pgi lagi dh kene ejek penguinnnn,,grrrrrrrr!!!!!! *'), (8675, 2147, 'Johor Bahru, Johore', 'I''m at Epicentre PL http://t.co/9754VFBZ'), (8676, 2525, 'Immigration Checkpoint, Plentong', 'Berapa punye jam da (@ Singapore Woodlands Immigration &amp; Customs Checkpoint) http://t.co/6Ie0CMyX'), (8677, 2551, 'Johore, Malaysia', 'I''m at myawesomeawesomeplace http://t.co/aktlBSc7'), (8678, 2370, 'Johore, Malaysia', '5 mins stop on every stations? I better took cab.. Very irritating.. (at Farrer Park MRT Station (NE8)) — http://t.co/YAIpOmdu'), (8679, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Cayang tengok Liam live :O'), (8680, 635, 'Indonesia', 'e5c606eae0000000'), (8681, 2548, 'Malaysia', '@umppppp คิดถึงจังอั้ม uu'), (8682, 2415, 'Malaysia', 'ทำไมวันนี้ตื่นมา อยากดราม่าฟ่ะะะะ - - เบื่อๆเซ็งๆ T__T'), (8683, 2472, 'Singapore', '@imrufamaequinto sa ABS mare. :)'), (8684, 1517, 'Johor Bahru, Johore', '@iDHamaFiFi Jom r ff skali jln2. mst @idZuha suke!'), (8685, 2553, 'Johore, Malaysia', '@xiaoshanshan_ YOU, ARE IN MELBOURNE AIRPORT!? 0.0'), (8686, 2554, 'Johor Bahru, Johore', '@solomonsocute HAHAHAHA !! Come :£'), (8687, 2310, 'Tebrau, Johor Bahru', 'You follow me I follow back'), (8688, 2280, 'Plentong, Johor Bahru', '@amnELF pagi :)'), (8689, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Kang kalau kite cium... Cium screen je :('), (8690, 1589, 'Kota Tinggi, Johore', '*numbersevenkatdagu :7 . Alaa . Aku boring lah . Tskkkkk :/'), (8691, 2292, 'Johore, Malaysia', 'With annabel(: (@ Subway w/ @wafflemyung) http://t.co/KJcwy5iv'), (8692, 778, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange (Singapore, Singapore) http://t.co/Yaeql2JW'), (8693, 196, 'Johore, Malaysia', '请你一定要幸福。'), (8694, 2548, 'Malaysia', '@AmmPpc ฮือออออออ : ('), (8695, 2503, 'Johor Bahru, Johore', '#stronglyatractedto 5 BOYZ named: @Real_Liam_Payne @Harry_Styles @Louis_Tomlinson @NiallOfficial @zaynmalik (:'), (8696, 2190, 'Riau, Indonesia', 'pengen cepat sembuh wak,,'), (8697, 2551, 'Johore, Malaysia', 'I''m at LIVING ROOM Pte. http://t.co/rsXQK4G8'), (8698, 2157, 'Johor Bahru, Johore', 'me after haircut @ ✨LoCoZ  MaNsIoN ✨ http://t.co/Y6X3K95E'), (8699, 2460, 'Johore, Malaysia', '@jecMARIELLE hahaha, singapore zoo, hello?'), (8700, 2548, 'Malaysia', '@JeffLeesen :)'), (8701, 1684, 'Senai Kulai, Kulai Jaya', 'I''m at Pbl Room M46 w/ @sayasham http://t.co/DWdIGn2c'), (8702, 2141, 'Johor Bahru, Johore', '@fynmzln yeah! Soon beb! Arap2 sblm aku masok ns lah ye. Hehe!'), (8703, 1594, 'Johore, Malaysia', '@Ivanwooooo I work near dhoby ghaut lol'), (8704, 2555, 'Johor Bahru, Johore', 'What a quiet day today..'), (8705, 1594, 'Johore, Malaysia', '@calyfifi ahahahha smart ah!'), (8706, 2482, 'Johor Bahru, Johore', '@Secrethreads icic haha good lo'), (8707, 2556, 'Johor Bahru, Johore', 'I''m at Segar LRT Station (BP11) (Singapore, Singapore) http://t.co/ltq2Mudr'), (8708, 1583, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/gLxijuaT'), (8709, 58, 'Malaysia', 'โอ้ยแหลงมากกกกกกกกกกกก'), (8710, 196, 'Johore, Malaysia', 'I wanna grow taller please. At least let me hit 160.'), (8711, 2516, 'Johore, Malaysia', '@immelissatan what time u coming?'), (8712, 878, 'Johore, Malaysia', 'Otw sentosa http://t.co/IDFRZWRD'), (8713, 2548, 'Malaysia', '@MMUNGknim เมื่อคืนเรานอนตีหนึ่ง : ( คือนอนไม่หลับ // ฟุ้งซ่าน คิดมาก uu'), (8714, 2524, 'Johor Bahru, Johore', '@Fracktrapolique yeaaa &lt;; but veryyy nice luh the neo prints when take liao (='), (8715, 778, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 4 others http://t.co/CWNc5atc'), (8716, 2342, 'Plentong, Johor Bahru', '@NSyhrh You have so may reasons lah sayang! :p Just keep on refresh je .. Then you will see Liam!'), (8717, 1594, 'Johore, Malaysia', '@teresawuu @michsez self-proclaim innocent people are the scariest ;p'), (8718, 2190, 'Riau, Indonesia', 'kalau aku kehilangan kamu ,,\nmungkin aku merasa galau,,'), (8719, 2557, 'Johore, Malaysia', 'I have moved on ever since the day you ruthlessly broke my heart, and I''m sure you can do it too.'), (8720, 142, 'Johore, Malaysia', '#food #chocolate #mars #instagram #iphoneography #singapore @ Netivate http://t.co/hoAz0WZk'), (8721, 2558, 'Johor Bahru, Johore', 'I''m at Bus Stop 78241 (Bet Blks 453/454) (Pasir Ris, Singapore) http://t.co/qnKMVV8E'), (8722, 2548, 'Malaysia', '@aaaaaaaew ปิดเฟสเพราะโดนหลอก 555555'), (8723, 2559, 'Johor Bahru, Johore', 'I''m at Kovan Heartland Mall (Singapore, Singapore) w/ 2 others http://t.co/1ZYta6P1'), (8724, 173, 'Johor Bahru, Johore', 'Waiting for Tuition teacher to come. Probably some miscommunication, she''s not here yet. Or maybe she overslept. Haha'), (8725, 2365, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 6 others http://t.co/Nt8r39St'), (8726, 607, 'Johore, Malaysia', 'I''m at Aesthetics International Academy http://t.co/2fdRsmAI'), (8727, 2, 'Malaysia', '@SpoiiiZ มอนิ่งจ้า :-)'), (8728, 1854, 'Plentong, Johor Bahru', 'malam tadi mimpi, dia cakap masakan saye sedap. hee. tiba2 semangat nak memasak! :P'), (8729, 2560, 'Johor Bahru, Johore', 'Manhattan with mum :D'), (8730, 90, 'Johore, Malaysia', 'I''m at Health Promotion Board (HPB) (Singapore, Singapore) http://t.co/B6G0CBEk'), (8731, 2548, 'Malaysia', '@aaaaaaaew ไว้เดี๋ยวเปิดใหม่ ๆ ( : / ปิดชั่วคราวหน่า'), (8732, 2513, 'Johore, Malaysia', 'I once despised that . Now I''m being that . Wtf . Kay I''m not making any sense .'), (8733, 58, 'Malaysia', 'เกือบไปแล้วกู - -'''), (8734, 2553, 'Johore, Malaysia', '@xiaoshanshan_ It''s on your Twitter ._.'), (8735, 1854, 'Plentong, Johor Bahru', 'mana nak cari dapur ni?'), (8736, 196, 'Johore, Malaysia', '@Jimmykhai never stalk you okay, don''t think too much, haha. I see timeline then saw your tweets already.'), (8737, 2561, 'Johore, Malaysia', 'Waiting for @silver_ang ''s arrival! (at Coffee Club) [pic] — http://t.co/KPBoxYAj'), (8738, 2548, 'Malaysia', '@aaaaaaaew รักเหมือนกัน (:'), (8739, 1003, 'Plentong, Johor Bahru', 'Okeh student ni menangis dlm library hoho'), (8740, 2356, 'Johore, Malaysia', '@taylorsaysswift He lend you his camera ?'), (8741, 173, 'Johor Bahru, Johore', 'Wanna finish all my homework today.'), (8742, 58, 'Malaysia', 'ปิดเทอมนี้เที่ยวโรดดดดด'), (8743, 349, 'Johor Bahru, Johore', 'Purple line stop working again! Good luck to people that are going out to those area!'), (8744, 2562, 'Johore, Malaysia', 'Business Proposal and Writing. (@ YMCA Singapore w/ 5 others) http://t.co/h8NYbYm9'), (8745, 2504, 'Johore, Malaysia', 'help me take picture of kangaroos ((;“@yaanqi: On my way to Singapore zoo. :)”'), (8746, 2563, 'Plentong, Johor Bahru', '@miramatkhair sjer jer ... akhir nya aq pndai gak gne twitter nie ha .. hehehe'), (8747, 2192, 'Johore, Malaysia', 'I''m at Aljunied MRT Station (EW9) (Singapore, Singapore) http://t.co/kZReyP92'), (8748, 2142, 'Johor Bahru, Johore', '@KoreanEveryDay mind help translate this? "oppa, can you please teach me the scorpion dance? I dying to learn it!! Please help me!" thanks!'), (8749, 2564, 'Johore, Malaysia', 'I''m at Blk 2 St George''s Road http://t.co/oNYJi4oc'), (8750, 1854, 'Plentong, Johor Bahru', 'nak buat nasi lemak. haha. amboi.'), (8751, 2553, 'Johore, Malaysia', '@xiaoshanshan_ @theweirdgirl_ What is This!?'), (8752, 2565, 'Johor Bahru, Johore', 'Otw to kovan'), (8753, 2566, 'Johore, Malaysia', 'Unpacking~~~ (@ Blk 7 Tanjong Pagar Plaza) http://t.co/ZSWJny3h'), (8754, 2110, 'Singapore', 'In good relationships, couples give everything they can.They don''t nickel-n-dime each other.They respect that each person gives diff things.'), (8755, 898, 'Johor Bahru, Johore', '@acunVeilside @nazzyfxckjack malam angkat per?'), (8756, 2, 'Malaysia', 'ใครก็ได้ไปซื้อหนังสือเป็นเพื่อนหน่อย :''('), (8757, 74, 'Johor Bahru, Johore', '@leighfranc nabasa mo ba?? Saknya galing yan nagulat ako tinag ako! Lol'), (8758, 2567, 'Johore, Malaysia', 'Di ka dapat umalis. Yung isang pa-star ang umalis. At si singkit na ang number 7 hehe #Knicks'), (8759, 1994, 'Johore, Malaysia', 'Grrrrrr im going to stress early morning! somai.............'), (8760, 274, 'Johore, Malaysia', 'FUUUUU WHY ITE CCK NEVER SEND ME LETTER THAT I HVE TO MAKE PAYMENT. TODAY IS THE LAST DAY OMFG'), (8761, 2413, 'Kota Tinggi, Johore', '@ReeeeeHa I want to go shopping on Friday!! Can can? U guys free on that day?:)'), (8762, 2548, 'Malaysia', '@AmmPpc จะคุยกันยังไงดี , อยากคุยกับเพื่อนจริง ๆ นะ uu /'), (8763, 2190, 'Riau, Indonesia', 'kamu adalah cinta pertama dan terakhir ku,,'), (8764, 2553, 'Johore, Malaysia', '@xiaoshanshan_ LOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLOLO HAHAHAHAHHHAHAHA'), (8765, 1003, 'Plentong, Johor Bahru', 'Okeh nangis sbb bf. adeh typical sgt.'), (8766, 352, 'Johor Bahru, Johore', 'I''m at Bus Stop 54011 (Blk 207) (Singapore) http://t.co/doSuyNOm'), (8767, 680, 'Johor Bahru, Johore', '@z4zai @ashdassler haha..lek ar zai..takmau defensive la...haha..korang go ahead...aku nk rest early...fri pagi...last excercise...'), (8768, 1780, 'Johore, Malaysia', 'Cold turkey.'), (8769, 90, 'Johore, Malaysia', 'I''m at Cafeteria @ HPB (New) http://t.co/VmFD8cpS'), (8770, 2549, 'Johor Bahru, Johore', '@EmeldaLum Hehehehe! To me only!'), (8771, 2568, 'Malaysia', 'มาตะแล๊ดแต๊ดแต๋อยู่บางปะอินขายปลีก-ส่ง สบู่มะหาด โลชั่นมะหาด สบู่กลูต้านมข้าว สบู่แอปเปิ้ลวิตซี รับตัวแทนจำหน่ายค่ะ http://t.co/jy4lMNQt'), (8772, 196, 'Johore, Malaysia', 'When people say I''m short, I''ll always tell them that I''m short and cute. Hahaha, bhb me.'), (8773, 502, 'Johor Bahru, Johore', '@angpeony why? Haha!'), (8774, 2449, 'Johore, Malaysia', '@loraein @JoviYuen ya so cute. HAHAHA. :P'), (8775, 2500, 'Plentong, Johor Bahru', 'cehhhh!!! ckp lebihhhhh,,,tpi buat x,,,gerammm jrrr aq tengokkkk budxxx niewww *:P*'), (8776, 2569, 'Johor Bahru, Johore', '@BoringgPig U Going ball with ? Fahim , Isaac , Kevin , ?'), (8777, 2342, 'Plentong, Johor Bahru', 'The viewers ..'), (8778, 2161, 'Plentong, Johor Bahru', 'best tu...“@nitahamzah: @adekjulie2 dive :))”'), (8779, 2, 'Malaysia', '@Ar_YaLan ตื่นได้แล้วค้า :-)'), (8780, 2553, 'Johore, Malaysia', '@theweirdgirl_ wait, there is A SCIENCE HOMEWORK!?'), (8781, 58, 'Malaysia', 'นอนฟังเพลง !'), (8782, 2570, 'Johore, Malaysia', '@hazelcampanilla stress na :('), (8783, 898, 'Johor Bahru, Johore', '@acunVeilside i want thailand'), (8784, 2202, 'Johore, Malaysia', 'Whaa, I don''t think I can make it for drama tmrw in this condition. I cough terribly every 5 minutes :('), (8785, 1960, 'Senai Kulai, Kulai Jaya', 'Banyak betul bende lucu kat dalam kelas ! Bengong ijat ! Hahhha'), (8786, 2570, 'Johore, Malaysia', '@hazelcampanilla ok k lng jan?'), (8787, 2571, 'Johore, Malaysia', 'WOOO maple crash again when i bought the mining ticket and did not get to mine anything ! O_O'), (8788, 2142, 'Johor Bahru, Johore', '@_rainbowlovee I like Tara just because of jiyeon. I support them jut because of jiyeon! I want smack their company ah.'), (8789, 740, 'Johor Bahru, Johore', 'Aku da siapkan poster dgn signature aku haha RT@CajunJiggy: @ForeverChronic sembarang sembarang.make sure besar ehh.aku nk tampal kat wall.”'), (8790, 2157, 'Johor Bahru, Johore', 'on ijah''s wedding @ ✨LoCoZ  MaNsIoN ✨ http://t.co/2HI62ZEr'), (8791, 1056, 'Johore, Malaysia', 'If my assumptions r correct, I m goin 2 comment tat I can''t stand childish colleagues. At least their behavior. #fb'), (8792, 2572, 'Johore, Malaysia', 'Late for ballet alr!:/ @colouredtears'), (8793, 2573, 'Plentong, Johor Bahru', 'Study time with lil sister and cuzie :) (@ Perbadanan Perpustakaan Awam Johor) http://t.co/49KyDyhc'), (8794, 58, 'Malaysia', 'เรื่องมากจิงมึง !'), (8795, 2, 'Malaysia', '@DnTanuttha ตื่นได้แล้วโดนัท :)'), (8796, 213, 'Plentong, Johor Bahru', '@Dkamilaa kureng asam~'), (8797, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Cella kan awecome :p Cee the leg ah'), (8798, 2574, 'Johor Bahru, Johore', 'T to the W-I to the L-I-G-H-T, and ain''t no other pony trolling better than me I''m #Twilightlicious'), (8799, 2192, 'Johore, Malaysia', 'I''m at Ci Hang Vegetarian Food http://t.co/Uqpxyqri'), (8800, 196, 'Johore, Malaysia', '@Jimmykhai hahaha.'), (8801, 2500, 'Plentong, Johor Bahru', 'i missss my twinnnn'), (8802, 2, 'Malaysia', '@ninewstt แกตื่นจ้าตื่น ;)'), (8803, 2575, 'Johor Bahru, Johore', 'At a MUN conference at Lycee Francais today http://t.co/GhwiiCBx'), (8804, 2374, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be Kenapa Nama Yoyo &amp; yaya ??'), (8805, 724, 'Plentong, Johor Bahru', '早餐 @ Sensation cafe http://t.co/CrMrUcBR'), (8806, 2200, 'Malaysia', 'คณะรัฐมนตรี UAE รับแจก iPad เพื่อใช้ระบบใหม่ “Minister e-briefcase” ทำงานคล่องตัว ไม่ต้องหอบแฟ้มประชุม ครม.'), (8807, 2553, 'Johore, Malaysia', '@xiaoshanshan_ Ma, so fast come back SG meh?'), (8808, 2472, 'Singapore', 'Ang pinakamasarap na pakiramdam kapag nagmamahal ay yung sa bawat paggising mo sa umaga, maisip mo lang sya nasa MOOD ka na. Boom!'), (8809, 2415, 'Malaysia', 'เข้าคลินิกดีกว่าเห้อออออ :(( ช้ำใจ'), (8810, 1630, 'Johore, Malaysia', 'So lazy to get out of bed.'), (8811, 2513, 'Johore, Malaysia', 'The first to fall in love loses . Can i don''t be a loser ? LOL .'), (8812, 349, 'Johor Bahru, Johore', 'My home is much more comfortable then MBS. Because MBS is just a temp place for me -.-'), (8813, 2500, 'Plentong, Johor Bahru', 'i missss my twinnn :"""('), (8814, 58, 'Malaysia', 'เดี๊ยวนี้ทวิตกูไม่ลิมิตเลย 55'), (8815, 103, 'Johor Bahru, Johore', 'I''m at ITE Tampines http://t.co/V2fOiWMP'), (8816, 1021, 'Johor Bahru, Johore', 'I just became the mayor of SMB194J Service 920 on @foursquare! http://t.co/2DTNLAQy'), (8817, 1021, 'Johor Bahru, Johore', 'I''m at SMB194J Service 920 http://t.co/Uu5ysfGk'), (8818, 1579, 'Johor Bahru, Johore', '@syaaidi eh me come also!'), (8819, 2, 'Malaysia', '@Rb_rabbit ตืานยังเนี้ย ?'), (8820, 680, 'Johor Bahru, Johore', '@ashdassler @z4zai the job suits him..:))'), (8821, 142, 'Johore, Malaysia', '#drawsomething #instagram #iphoneography #singapore #darthvader @ Netivate http://t.co/x14o6APf'), (8822, 2204, 'Johore, Malaysia', '@J0leneee mi too'), (8823, 502, 'Johor Bahru, Johore', '@angpeony no, cannot lazy!'), (8824, 2333, 'Johore, Malaysia', 'I''m at Opposite Blk 57 Marine Parade Rd (92071) (Singapore, Singapore) http://t.co/VPWQhtls'), (8825, 2576, 'Kota Tinggi, Johore', 'Homedd (@ block 679 c Jurong West Central 1) http://t.co/JDXs8TFE'), (8826, 2577, 'Kota Tinggi, Johore', 'I''m at Shuqun Secondary School (Singapore, Singapore) [pic]: http://t.co/usGWoURM'), (8827, 2578, 'Johor Bahru, Johore', 'I''m at Shi Ting''s Beddddd http://t.co/FaAQTkld'), (8828, 502, 'Johor Bahru, Johore', 'Gosh what a bitch.'), (8829, 2569, 'Johor Bahru, Johore', '@BoringgPig 4 Ppl onlyy ?'), (8830, 1300, 'Johor Bahru, Johore', 'One down... Sheet amg sarap ng feeling... Hehehe'), (8831, 2579, 'Johore, Malaysia', 'Academy Award Winner. Nader &amp; Simin, A SEPARATION from #iran is Now Showing in #Singapore http://t.co/Ei8pk83o'), (8832, 2, 'Malaysia', '@CookieVsoy มาแล้วแก้วตา 5555'), (8833, 918, 'Johor Bahru, Johore', 'Eating Lunch (: (at Macdonalds Int) — http://t.co/D4GkTSzj'), (8834, 2553, 'Johore, Malaysia', '@theweirdgirl_ @xiaoshanshan_ Join in our Conversation lah =)'), (8835, 1899, 'Johore, Malaysia', 'Wah kao the green line like bloody pack since purple line is down'), (8836, 2563, 'Plentong, Johor Bahru', '.bos xder ... heheheh'), (8837, 2202, 'Johore, Malaysia', '@ZaraGumGumGum :)'), (8838, 58, 'Malaysia', '@Doraemon_aii น่าจะ ! เค้าคงไม่ได้ไปเรียนหลายวัน , ไป กทม ^^'), (8839, 2029, 'Johor Bahru, Johore', '@Aburrrr which sister? Prissy ah? Hahhaha! Some of them really very handsome! But of course there are more from St pats!'), (8840, 362, 'Johore, Malaysia', '@AchikMok Work sambil merayap !'), (8841, 2580, 'Johore, Malaysia', 'I''m at Calvin Klein Jeans @ Isetan scotts http://t.co/0FtGgElE'), (8842, 2581, 'Pulai, Johor Bahru', ':S (@ Amim Dental Surgery) http://t.co/FJNwDDHv'), (8843, 2582, 'Johore, Malaysia', '“@TheGeorgeGreen_: I don''t see the point of Foursquare. No one gives a fuck where you are, throughout your day.”'), (8844, 1495, 'Johore, Malaysia', 'Out of words.. As Long you people are happy .. I''m sad for you guys..'), (8845, 181, 'Johore, Malaysia', 'hi Rt “@azwanjamil: RT @hzqhmd: Hi selamat pagi”'), (8846, 2583, 'Johore, Malaysia', 'Haha ! Cannot go ~ how can u bare to leave us .. @TcwConnie'), (8847, 2308, 'Plentong, Johor Bahru', '@aen_delina so morning yg mcm mana.. today hehehe :-P\n??'), (8848, 2553, 'Johore, Malaysia', '@xiaoshanshan_ @theweirdgirl_'), (8849, 2463, 'Johore, Malaysia', '@LIMPEI_Bryan Shuddup!!!!!!'), (8850, 181, 'Johore, Malaysia', 'hi RT “@azwanjamil: RT @hzqhmd: Hi selamat pagi”'), (8851, 2421, 'Johore, Malaysia', 'Omfg pls don''t tell me e train is spoil at little India... Pls kill me...'), (8852, 2584, 'Johore, Malaysia', 'Hi. (@ Pro Academy w/ @wheetard) http://t.co/SoZX2WYQ'), (8853, 362, 'Johore, Malaysia', 'Nak go smoke nie ! Yay yay !'), (8854, 2553, 'Johore, Malaysia', '@xiaoshanshan_ @theweirdgirl_ EXACTLY =)'), (8855, 2539, 'Johore, Malaysia', '@DamienGerard06 --- wat movie u watched?'), (8856, 1056, 'Johore, Malaysia', 'Cos I haf a feeling tat boss is alrdy nt in spore but becos of sm "childish" thought, sm1 decided nt to nt only update us #fb'), (8857, 2, 'Malaysia', '@NanNanilkii มอนิ่งค่ะ , กินข้าวด้วยน๊า :-)'), (8858, 2202, 'Johore, Malaysia', 'Throat hurts'), (8859, 2585, 'Jelutong, Johor Bahru', '@mohdfazirul ni kn anugerah tuhan jd kt kne bgga ngn anugerah yg dberi..n brsyukr kudrat ilahi.ngeh3.'), (8860, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx OMG jauhnya angan-angan :O Are you going to marry him? Then I will ask him to propose u infront of me!! Now!! Hahhaha'), (8861, 1630, 'Johore, Malaysia', 'Lo the irony.'), (8862, 2586, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 4 others http://t.co/RGCNwCjE'), (8863, 2142, 'Johor Bahru, Johore', 'If only I know Korean. I won''t have any problems writing or reading it. -.-'), (8864, 58, 'Malaysia', '@Pw_npbb 555 คิดถึงใจจะขาด'), (8865, 1723, 'Johore, Malaysia', 'Profile Picture ; Snoopy ''s Friend .'), (8866, 2563, 'Plentong, Johor Bahru', '@nabil_soshiboyz hello2 ..'), (8867, 2587, 'Johor Bahru, Johore', 'wah so sian totally no mood to do hmwk囧'), (8868, 2588, 'Johor Bahru, Johore', 'Senyum je niarii:)) http://t.co/NIR9aB8z'), (8869, 209, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 45 (Singapore, Singapore) http://t.co/JmY3plvX'), (8870, 1731, 'Singapore', 'My effing homework still havent do?Oh god need to do 8 maths papers,2 science and 1 English in 4 days?Holly shit!:O'), (8871, 2589, 'Johore, Malaysia', 'Excited to go school !! LAST DAYYYYYY ~'), (8872, 1056, 'Johore, Malaysia', 'But also tell us tat she dont know #fb'), (8873, 2, 'Malaysia', '@bowybowa ไกลบ้านโบว์หรอ ?'), (8874, 1187, 'Johor Bahru, Johore', '@Shaddykins HALUU SHADEEDEEEE. I rindu liyana. :(((((('), (8875, 2527, 'Singapore', 'Peeps, I have not unfollowed anyone in the last few days. Twitter is acting up! Bear with me as I rectify the error.'), (8876, 2342, 'Plentong, Johor Bahru', '@NSyhrh He''s so cute .. Uh baby face :'')'), (8877, 2495, 'Johor Bahru, Johore', 'Never let the fear of striking out get in your way.'), (8878, 352, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Ave 3 http://t.co/AtEWuWMK'), (8879, 2463, 'Johore, Malaysia', '@LIMPEI_Bryan So funny, not .'), (8880, 458, 'Malaysia', 'สะงั้น แม่งจะร้องไห้ แม่บอกว่า อย่าคิดมาก แม่ให้กำลังใจลูกน้ะ &gt;O&lt;'' ซึ้งว้ะ T^T'), (8881, 1630, 'Johore, Malaysia', 'Lol the irony.'), (8882, 2590, 'Johore, Malaysia', 'I''m at Kiseki Japanese Buffet Restaurant (Orchard, Singapore) http://t.co/Jr0K1uTp'), (8883, 2045, 'Pulai, Johor Bahru', '@vairamuthu ungal varthaiku uyir illai annal lanjathuku undu uyir twitteril illai nattil people cannot change their faith'), (8884, 2275, 'Singapore', 'jngan sering2 pacaran ama internetan hong,bgini jadinya :D RT @zhakev Mendekatkan yang jauh...menjauhkan yang dekat... :D'), (8885, 2186, 'Johore, Malaysia', 'Going tp anyone at tp ?? @Sebasaur u confirm there !!! See u later'), (8886, 2152, 'Johor Bahru, Johore', 'Really wanted to know wad is the reason behind it ..:3'), (8887, 2342, 'Plentong, Johor Bahru', 'Miley cyrus? Hot? Are serious Liam?'), (8888, 1301, 'Johore, Malaysia', 'I''m at Redhill MRT Station (EW18) (Singapore, Singapore) http://t.co/HbHilmhD'), (8889, 2500, 'Plentong, Johor Bahru', 'okeyy,,,aq suruh akak ipar aq singgah petronasss kejp,,,nk beliiiii jajannnnnn,,,,kikikiikikikik'), (8890, 1457, 'Riau, Indonesia', 'OMG! We''re here!! It looks like Disney land!!! :D'), (8891, 2592, 'Johore, Malaysia', 'Class bbq (@ East Coast Park w/ 2 others) http://t.co/mVTvgm7U'), (8892, 1355, 'Johore, Malaysia', 'Playing with Sparrow for iPhone.'), (8893, 2593, 'Plentong, Johor Bahru', '@AizrulAfiq hello abg :)'), (8894, 1734, 'Johor Bahru, Johore', 'Sleep (@ ITE College West @ Library @ Block 2, level 5) http://t.co/vUZTSdK8'), (8895, 2472, 'Singapore', '@solennheussaff i love the outfit, Metalic! Sooo fabulous. #MagnumParty'), (8896, 1399, 'Johore, Malaysia', 'Srsly , don''t fucking piss me out .'), (8897, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Habis kang c lain ah terkejut hahahaha'), (8898, 58, 'Malaysia', 'อยากลืมเธอให้หมดใจ'), (8899, 2559, 'Johor Bahru, Johore', 'I''m at Hougang Famous Cheng Kee Beef Kway Teow (Singapore) http://t.co/MvqQyzco'), (8900, 2595, 'Johore, Malaysia', 'ohnoohnoohno . videocannotload -.-'), (8901, 1579, 'Johor Bahru, Johore', '@syaaidi class finish at 3... You wanna watch after 3'), (8902, 740, 'Johor Bahru, Johore', '@JuneNineDah get well soon :)'), (8903, 1670, 'Johor Bahru, Johore', 'I''m at Elephant Of Asia @ S''pore Zoo http://t.co/eTvUE5RP'), (8904, 970, 'Johore, Malaysia', 'Nice one ;) RT @MinimatSquirrel: Just finished my first ever run with the cross-country ppl. Quite fun :)'), (8905, 314, 'Riau, Indonesia', 'pagik *telat*'), (8906, 2596, 'Kota Tinggi, Johore', 'I''m at Jurong West Ave 5 http://t.co/4EqaSLRF'), (8907, 1078, 'Johore, Malaysia', 'I''m at Changi City Point (Singapore) http://t.co/TVd6ZX0J'), (8908, 346, 'Riau, Indonesia', 'kentut jg angin .. RT @bapausterbang di rcti ada angin bawalaaah dijaku melayang wkwkwk'), (8909, 1399, 'Johore, Malaysia', 'My 400th Tweet .'), (8910, 1056, 'Johore, Malaysia', 'And now report sick at 1126hrs.so 1s again,if my assumption r rite,I''ll condemn u #fb'), (8911, 2190, 'Riau, Indonesia', 'you are all his,,'), (8912, 2, 'Malaysia', '@PTtwrm สวยง่ะ 5555555555!'), (8913, 1982, 'Johor Bahru, Johore', 'Just ate breakfast'), (8914, 2597, 'Riau, Indonesia', 'makin rame aja ni ...........'), (8915, 2598, 'Pulai, Johor Bahru', 'I''m at Toast n Toast http://t.co/mLInbT9L'), (8916, 2449, 'Johore, Malaysia', '@BANAlena up or down?'), (8917, 1187, 'Johor Bahru, Johore', 'When you start hanging out with @burningtongues, you will start saying things like #okcan, #kthxbye and #talktomycownails! Hahahaha!'), (8918, 568, 'Kota Tinggi, Johore', '@AzeRyanChing me mga lalaki kasing sadyang malandi. play boy ang peg!hahaha :p'), (8919, 1741, 'Johore, Malaysia', 'Ok maybe not.'), (8920, 1822, 'Johor Bahru, Johore', 'I''m at Petir LRT Station (BP7) (Singapore, Singapore) http://t.co/3VO8dYk8'), (8921, 2599, 'Johore, Malaysia', 'I''m at Singapore Botanical Garden (Kebon Raya Singapura) http://t.co/vxtV9JqP'), (8922, 2203, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) http://t.co/2Evk8smO'), (8923, 755, 'Johore, Malaysia', '@ItsJustChester just woke up..'), (8924, 1078, 'Johore, Malaysia', 'I''m at Nike Factory Store (Singapore) http://t.co/eqJnijb4'), (8925, 2413, 'Kota Tinggi, Johore', '@ReeeeeHa oh I see! Sorry for the misconception and that U have to eat porridge for dinner last nite! So U guys when free for shopping ?:)'), (8926, 2567, 'Johore, Malaysia', '@SharyllG_10 para makabili na ako ng Jersey ni Lin na # 7. Wala na ung #goldenstate niya kasi'), (8927, 1723, 'Johore, Malaysia', '@pookiebaay14 Follow Bck Please (:'), (8928, 2600, 'Johore, Malaysia', '@zhaokaii 9am setup or standby??'), (8929, 2499, 'Singapore', '@NicolettaAC hahahahahaha....so thats how u stay awake during boring meetings,mystery solved :D'), (8930, 1731, 'Singapore', 'Freezing down here'), (8931, 2284, 'Johore, Malaysia', 'porridge buffet (@ Joaquim Buffet Restaurant) http://t.co/p45LpSNq'), (8932, 160, 'Johore, Malaysia', 'I''m at Novelty Bizcentre http://t.co/xM3ui5Xc'), (8933, 502, 'Johor Bahru, Johore', '@angpeony I also will shy one okay!'), (8934, 2449, 'Johore, Malaysia', 'WALAO EHHHHHHHHHHHHHHHHHHHHH'), (8935, 362, 'Johore, Malaysia', '@HeizyyIero HAHAHAHA ! I HAPPY BOY 1994 pe :P'), (8936, 1355, 'Johore, Malaysia', '@mugunthkumar got this from 9-5mac http://t.co/rnjv4skQ'), (8937, 2472, 'Singapore', 'Chocolate mousse!!! @jm08basa @craving!'), (8938, 2601, 'Plentong, Johor Bahru', 'Kerja kerja :) (@ Credit Control &amp; Margin Department - A. A. Anthony Securities Sdn. Bhd.) http://t.co/cjPreGhr'), (8939, 680, 'Johor Bahru, Johore', '@ashdassler @z4zai then korang go ahead je..aku nk gi beach road beli bende pon...'), (8940, 2, 'Malaysia', '@cheezecakeisis 55555555555 ปออยู่ไหนนั้น ?'), (8941, 502, 'Johor Bahru, Johore', '@angpeony true ah. You never go for the extra lesson meh?'), (8942, 2563, 'Plentong, Johor Bahru', 'saia mengantok ...'), (8943, 2602, 'Johor Bahru, Johore', 'destination reached ✌ @gracenatalia_'), (8944, 2500, 'Plentong, Johor Bahru', '#KalauCrushAku pandang aq pas tuu kenyit at aqqqq,,,aq rasa jantung aq akan lompat keluarr,,,hihihiih *serious oke'), (8945, 1502, 'Singapore', '@micklefickle ohhhh'), (8946, 908, 'Johor Bahru, Johore', 'Memekak siak orang sebelah ni!!! Drilling lah hentak2 lah!!!'), (8947, 502, 'Johor Bahru, Johore', '@angpeony I''m doing it today!'), (8948, 1529, 'Johore, Malaysia', '#np shock'), (8949, 1078, 'Johore, Malaysia', 'I just became the mayor of Adidas @ Changi City Point on @foursquare! http://t.co/VmLbJjXq'), (8950, 2492, 'Riau, Indonesia', 'just a waste in my mind...'), (8951, 1058, 'Riau, Indonesia', '@Jesslinelynz wohoo'), (8952, 2262, 'Malaysia', '@Fu_heartless ไปอาบน้ำให้เรียบร้อย เดียวเที่ยงไปรับ'), (8953, 2, 'Malaysia', '@aewwv 5555555 ตื่นตั้งแต่ 7 โมงแล้วเจ้ !!'), (8954, 2553, 'Johore, Malaysia', '@xiaoshanshan_ ohh ok! Must rush Homework on sun. Hais.. Say Goodbye Australia, HELLO SINGAPORE =P'), (8955, 1594, 'Johore, Malaysia', '@teresawuu okay my shit will take that for real ;)'), (8956, 1187, 'Johor Bahru, Johore', '@burningtongues haluuu ming ming! #talktomycownails'), (8957, 1551, 'Johore, Malaysia', '@quelie10 ok nmn tol... ok dito'), (8958, 2472, 'Singapore', 'Cake Land. :((( #craving'), (8959, 2449, 'Johore, Malaysia', '@loraein @JoviYuen Okay no problem ^^^^^^ :D'), (8960, 2516, 'Johore, Malaysia', '@limyuexiu Ok, wow, FANTASTIC BABY. TROLLOLOLL'), (8961, 755, 'Johore, Malaysia', '@izzoth @ahmadmurtadha habes... Tu Hindustan pulak.'), (8962, 632, 'Tebrau, Johor Bahru', 'Suatu Malam Kubur Berasap #NW'), (8963, 2603, 'Johor Bahru, Johore', 'Done with food experiment! Hungry!! &gt;&lt; (at Hong Kah Cookery Room 1) — http://t.co/vHHoQoN5'), (8964, 2604, 'Johore, Malaysia', 'I''m at Dempsey Hill (Tanglin, Singapore) http://t.co/fJ6zfK9s'), (8965, 58, 'Malaysia', '@Doraemon_aii ก็ไป กทม อ่ะ - -'' ไปพรุ่งนี้แล้ว'), (8966, 2605, 'Johore, Malaysia', 'Work start at 2 pm. What for I wake up so early:('), (8967, 2300, 'Johor Bahru, Johore', 'Jap eh, aku nak pi Melepas jap... Haha! “@DiDiKoCi: @mya_alena foooooh.... power! ok best... ni mcm AML ah.. betul tak @AdikHasrida.. :-D”'), (8968, 2482, 'Johor Bahru, Johore', 'Seeing how my younger cousins getting into relationships It makes me feels like a noob lol'), (8969, 362, 'Johore, Malaysia', 'And on the month of march , I miss Fadzly . Aww ! Fiq so sweet miss miss people ! Alalala buchuk buchuk . Meh sini baby Fadzly Afiq kiss .'), (8970, 2, 'Malaysia', '@CookieVsoy อัยย่ะน่ารักอ้า &gt; &lt;'), (8971, 2351, 'Sungai Tiram, Johor Bahru', 'Father say nk buang minyak.. Skg tol2 dah buang minyak tak tahu nk ke mana.. Lol!'), (8972, 1222, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 36 others http://t.co/LpRNSuEU'), (8973, 2029, 'Johor Bahru, Johore', '@Aburrrr HAHAH!but their sch damn far only! I like someone from SJI, cause St pats guys very hard to get! Not saying SJI boys very easy la!'), (8974, 2073, 'Johore, Malaysia', 'my heart hurts..'), (8975, 2161, 'Plentong, Johor Bahru', 'abih ni ngah wat pe?x kn dive smbil on9..?hihi“@nitahamzah: @adekjulie2 yerp...”'), (8976, 1255, 'Johor Bahru, Johore', 'I''m at Subway @ Khoo Teck Puat Hospital http://t.co/aexrOwjC'), (8977, 2606, 'Plentong, Johor Bahru', '@taufiqhamzah90 man yooo ? hahaha pukul berapa ?'), (8978, 326, 'Plentong, Johor Bahru', 'I''m at Plaza Angsana (Johor Bahru, Johor) w/ 5 others http://t.co/67d3K0FH'), (8979, 2342, 'Plentong, Johor Bahru', 'Why Liam no "Hye" Malaysia? :('), (8980, 1975, 'Plentong, Johor Bahru', '@amirhalbakri yup kt pg la ni mir.mhadap op g.haha'), (8981, 58, 'Malaysia', 'ก่อนจะนอนอยากเจอเธอเป็นคนสุดท้าย'), (8982, 2190, 'Riau, Indonesia', 'you''re everything to me'), (8983, 1698, 'Plentong, Johor Bahru', '@faez20 nothing.'), (8984, 2, 'Malaysia', '@_ornlyrich คิดถึงเหมือนกันเจ้ &gt; &lt;'), (8985, 1100, 'Johore, Malaysia', 'Workplace for today. (@ Velvet Underground) http://t.co/XcIITd8e'), (8986, 362, 'Johore, Malaysia', '@HeizyyIero Oh no ! That one my brother . He annoying . Like to sad sad tweet ! Hahahaha !'), (8987, 541, 'Singapore', 'If Pele is Beethoven,&amp; Maradon the Ronnie Wood, Keith Richards and Bono of football, I''m the Ne-Yo of football. The Gentleman of football'), (8988, 2593, 'Plentong, Johor Bahru', '@AizrulAfiq office jep :) hahah'), (8989, 2235, 'Johore, Malaysia', 'Are you asleep?'), (8990, 51, 'Johor Bahru, Johore', 'Morning, going out soon.'), (8991, 2275, 'Singapore', 'kalian ini, bisa ga make bahasa indonesia, gw ga ngerti !!! @hendrikpurnama @zhakev'), (8992, 2121, 'Johor Bahru, Johore', 'I''m at Bus 168 http://t.co/t3LlZuUb'), (8993, 2413, 'Kota Tinggi, Johore', '@vivienching wah say so cheap?? How did U get such good offer man? Guess I have to shop with u guys in order to get cheaper deals haha!:)'), (8994, 2607, 'Johore, Malaysia', 'I''m at T''Fans Salon (Singapore) http://t.co/n4hJwMC8'), (8995, 58, 'Malaysia', 'อยากทำตัวติดเธอไม่ต้องห่างไปไหน'), (8996, 2500, 'Plentong, Johor Bahru', 'okey sampaiii petronasss,,,:)'), (8997, 1854, 'Plentong, Johor Bahru', '@double_radish nah! :P'), (8998, 2553, 'Johore, Malaysia', 'It''s a quarter after One and I am little drunk and I need you now..'), (8999, 228, 'Johor Bahru, Johore', '@jiajia_xoxo morning sis :)'), (9000, 1556, 'Singapore', '@ADIaiyad what song again?'), (9001, 2262, 'Malaysia', '@Fu_heartless เร็วเวอร์5555 เดียวเที่ยงพี่ไปรับ^^'), (9002, 63, 'Johor Bahru, Johore', 'Feeling2 naa''lain. #pnbole http://t.co/fH8NfsX6'), (9003, 58, 'Malaysia', '@Pw_npbb 5555 , ไม่เท่าเธอหรอก'), (9004, 2608, 'Johore, Malaysia', 'I''m at KK Women &amp; Children hospital http://t.co/PQTOme78'), (9005, 352, 'Johor Bahru, Johore', 'I''m at 202 AMK Coffee Point (Ang Mo Kio, Singapore) http://t.co/KqFFN9mT'), (9006, 2330, 'Johor Bahru, Johore', '@kushlett hahahaaa oh ohh. Uh, rmb, ytd...? Talking.. With ahsin..?'), (9007, 541, 'Singapore', 'If Pele is Beethoven,&amp; Maradona the Ronnie Wood, Keith Richards and Bono of football, I''m the Ne-Yo of football. The Gentleman of football'), (9008, 2275, 'Singapore', 'jangan disakitin kalo emang udah pasti ''cwe" RT @zhakev jangan mengharapkan yang tidak pasti...yang pasti2 aja ceuuu :D'), (9009, 2609, 'Johore, Malaysia', 'Come on down for the most unique and interesting steak menu in Singapore showcasing the premium beef producers from Oz'), (9010, 362, 'Johore, Malaysia', 'OIh my fuck . That night I dream of Fadzly lah ! He looks so different . And we make out for like an hour . Lol .'), (9011, 2342, 'Plentong, Johor Bahru', '@FatinHsmi See belum cakap dah fikir lain! Ish ish ish'), (9012, 2597, 'Riau, Indonesia', 'follow ea twiter Q ...............'), (9013, 1555, 'Plentong, Johor Bahru', 'ble la dyeorg nk abes meeting ni..lapar da...'), (9014, 2553, 'Johore, Malaysia', '@xiaoshanshan_ the worst Holiday homework, Is the Music Project ._.'), (9015, 740, 'Johor Bahru, Johore', 'I would sacrifice anything for the people i Love'), (9016, 740, 'Johor Bahru, Johore', 'Tak kisah hitam, putih, gemok, kurus, cacat akal, kalo aku da sayang, mesti aku akan buat ape2 untuk orang yg sayang❤'), (9017, 2610, 'Singapore', 'Reading up on Elizabeth Báthory because tumblr made me do so. I am so fascinated by serial killers.'), (9018, 502, 'Johor Bahru, Johore', '@angpeony good girl must stay at home and study okay!'), (9019, 2330, 'Johor Bahru, Johore', '@manutd4ever06 hahahaaa his facial expression, his gestures, his facepalm.. Hahahaa CAN IMAGINE'), (9020, 2142, 'Johor Bahru, Johore', '@njyjcy ハロー妹 !'), (9021, 1713, 'Plentong, Johor Bahru', '@pinkJAMBOO any idea? hahah'), (9022, 352, 'Johor Bahru, Johore', 'I''m at Ban Mian &amp; Porridge  (Singapore) http://t.co/FTYEcmkn'), (9023, 1551, 'Johore, Malaysia', '@NhilaNhils @lheam28 ako din frm sg!!! sna kasama nia c sasa!'), (9024, 2611, 'Johor Bahru, Johore', 'I''m at Orchid Bowl (Singapore, Singapore) http://t.co/P1MhJjHA'), (9025, 2320, 'Johore, Malaysia', '@nrlfthh our bodies got strong reaction to the pilla'), (9026, 2300, 'Johor Bahru, Johore', 'Walauwei! DD! Aku tak tau kau dah change of TasteBud! Nak kena slowtalk dgn Tuntun nie! “@DiDiKoCi: @mya_alena @AdikHasrida ANGKAT MAU lebih'), (9027, 2131, 'Johor Bahru, Johore', 'It''s freaking noisy!I''m still gonna sleep no matter what'), (9028, 740, 'Johor Bahru, Johore', 'Kena buat dengan bomoh haha RT@tweetlipxz: Kenape aku baik sangat ni nari......”'), (9029, 362, 'Johore, Malaysia', 'Aww . Our tongues touch ! Aww ! We held hands ! Aww .'), (9030, 2612, 'Johore, Malaysia', 'Dafug.. I dnt lyk u..'), (9031, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Peh Mas mana tau lepas die nampak you, die yang tergila-gila dekat you pulak. Ah menangis satu malaysia hahahah'), (9032, 1037, 'Johore, Malaysia', 'Namimiss kong uminom mg C2.. Meron paren bang c2???'), (9033, 63, 'Johor Bahru, Johore', 'Dulu zaman primary 2-4 asek main captain balls time PE. Rindu'), (9034, 1399, 'Johore, Malaysia', 'Lalalala Sing a Happy Song .'), (9035, 908, 'Johor Bahru, Johore', 'I simply hate it when girls say they wna get skinny lose weight blabla BUT they keep saying they wanna eat this eat that. DAFUG SERIOUSLY?!'), (9036, 2304, 'Johore, Malaysia', 'stats sorted? Tu bhi na stud hai! RT “@Scotchaholic: Hyderabad. Ladies. 49% in burqa. 49% in ninja scarf. Rest, reading this tweet.”'), (9037, 2571, 'Johore, Malaysia', 'LOL maple imba ! crash 2 times just when i just nice enter mining place ! thankyou ah maple !'), (9038, 1187, 'Johor Bahru, Johore', '@Shaddykins i know. But.. Its difficult. Whatapp me ah. Later i cry. Hahahag'), (9039, 502, 'Johor Bahru, Johore', '@angpeony noooo tmd! Say until likethat!'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (9040, 2556, 'Johor Bahru, Johore', 'I''m at Teck Whye LRT Station (BP4) (Singapore, Singapore) w/ 3 others http://t.co/mVpbL5Sj'), (9041, 1091, 'Johore, Malaysia', 'Only when I start being positives &amp; having hopes again,people start bringing me down all over again.'), (9042, 2613, 'Johor Bahru, Johore', 'Omg the soldering here is so different from the one in school!!!!'), (9043, 1673, 'Johor Bahru, Johore', 'I''m at Carpark A11 Blk 224/225 http://t.co/wmCwRqNg'), (9044, 1421, 'Singapore', '@anishajalla maybe a jealous ayatollah hacked you to steal ur usernamez O:'), (9045, 2472, 'Singapore', 'Brian McKnights in Showtime. :)'), (9046, 2500, 'Plentong, Johor Bahru', 'ingt jugkk @SyadaSyadot :) ngn boy kesayangan dia nie @FikriFikrot'), (9047, 1399, 'Johore, Malaysia', '400th TWEET . (Y) Bagus .'), (9048, 1457, 'Riau, Indonesia', 'Omg,my cousin''s are annoying a''f.. They keep fighting. Bitches.'), (9049, 2142, 'Johor Bahru, Johore', '@KoreanEveryDay thanks alot! Love u!!'), (9050, 2275, 'Singapore', 'hahah katanya anak bola. tp perut ko maju hong, liat ni gw sixpac @zhakev @hendrikpurnama'), (9051, 362, 'Johore, Malaysia', 'Kay mepek ! Hi everybodeh ! Today I lazy to work so I play play lah .'), (9052, 1115, 'Johore, Malaysia', 'I''m at Blk 13 Marine Terrace http://t.co/StXbgVKW'), (9053, 1673, 'Johor Bahru, Johore', 'I''m at Edmund''s hse http://t.co/ayQ38beQ'), (9054, 2190, 'Riau, Indonesia', 'i''m always waiting for you'), (9055, 1462, 'Johore, Malaysia', '@ailengmiao walaoeh. How did it caught fire sial. Last time i knew someone whose neo caught fire too le. Bahaya sia'), (9056, 2614, 'Plentong, Johor Bahru', '@AimanSykes ohoiii kau ta pergi lib ke?'), (9057, 1673, 'Johor Bahru, Johore', 'I''m at my sweet gaming room http://t.co/ex98y4Ie'), (9058, 900, 'Johore, Malaysia', '@X_deadfall @enjoywinesg chief wine ponce'), (9059, 2615, 'Johore, Malaysia', 'My life is so fucked up now.'), (9060, 2342, 'Plentong, Johor Bahru', 'Liam please ... Don''t make me kiss you. Sebab nanti tercium screen Tsk tsk'), (9061, 908, 'Johor Bahru, Johore', 'If you wanna lose weight, ITS ALL ABOUT DISCIPLINE AND MINDSET. Too bad I dont have that kinda discipline and mindset.'), (9062, 2616, 'Johore, Malaysia', 'I don see a need fo" morons to upload or share stupid ugly photo which bring 2007 memories back .'), (9063, 2291, 'Johore, Malaysia', 'I just ousted Eva N. as the mayor of Tow Yung Clinic on @foursquare! http://t.co/SQeqwheo'), (9064, 2291, 'Johore, Malaysia', 'Check up (@ Tow Yung Clinic) http://t.co/LTs4f5IJ'), (9065, 2595, 'Johore, Malaysia', 'ALL THE PROJECTS . OMGGG !'), (9066, 1091, 'Johore, Malaysia', 'I like to cry. I love crying. I love swollen red eyes. Everyday everytime.'), (9067, 1854, 'Plentong, Johor Bahru', '@EzayanaZainal jom2. heeeeeeeeeee. seyes ke ni? :)))))))))))'), (9068, 1294, 'Johore, Malaysia', 'I''m at MDIS Kopitiam (Singapore) http://t.co/95U03Tkw'), (9069, 2614, 'Plentong, Johor Bahru', '@DanielAsyraaf acapppppp tk pergy lib?'), (9070, 2347, 'Tebrau, Johor Bahru', '@Aida_Saiful kje la beb...ai skrg dah gn org bru...tahniah.. :-)'), (9071, 1551, 'Johore, Malaysia', '@Krztine_426: @atingngpex @wendydcruz @lheam28 @juggle_iamfree @alfonbel @mavicky04 @biebiewan @siangieako @ashrald c gege nsa sg sa june!!!'), (9072, 2609, 'Johore, Malaysia', 'Our @Capegrim beef is 100% natural pasture fed, no hormones or antibiotics, just grass and grass from one of the cleanest places on earth!'), (9073, 1074, 'Johor Bahru, Johore', 'Working a handsome job with @FaziTaylor !'), (9074, 362, 'Johore, Malaysia', '12 I go break ! Go plaza sing take shuttle bus . If the train is still not working .'), (9075, 2556, 'Johor Bahru, Johore', 'I''m at ITE College West (Chua Chu Kang) w/ 3 others http://t.co/2JVwOSoi'), (9076, 2617, 'Johor Bahru, Johore', 'I''m at Blk 505 Market &amp; Food Centre (Singapore) http://t.co/uFBIrOg5'), (9077, 2615, 'Johore, Malaysia', 'I just want os to end now I want my freedom backkk!'), (9078, 908, 'Johor Bahru, Johore', 'Thats why tak pernah kurus HAHAHAHAHA chey admitting eh. So honest :D'), (9079, 2230, 'Singapore', '@yiharn24 didn''t ask cindy to come along?then you will have a companion while waiting for me:)'), (9080, 63, 'Johor Bahru, Johore', '@DearUlayyis hah! Korang knpe msey smgt IMG? Padahal anak bulan dah kat atas seh skrg ni. Meow3'), (9081, 2618, 'Johor Bahru, Johore', '@sharontws ??'), (9082, 2553, 'Johore, Malaysia', '@theweirdgirl_ Problem? HAHAH JKJKJKJK. I''m starting to hate Facebook. Cause of some idiotic relatives.'), (9083, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx At least adelah dalam mimpi! Hhahahahaha'), (9084, 2567, 'Johore, Malaysia', '@SharyllG_10 team offense kasi si tanda. Si pa-star gusto kanya kanya. Kaya nag fit si singkit kay tanda, kasi di siya pa-star hahaha'), (9085, 2029, 'Johor Bahru, Johore', '@PTHEOWL you wouldn''t want to use JJ anymore after I tell you this'), (9086, 2142, 'Johor Bahru, Johore', '@wowwh @ddww1122 @Seongyeol1991 @INFINITELKIM @hoya1991 @leadergyu @infiniteyounges 오빠, 전갈춤 좀 제발 가르쳐 주시겠어요? 배우고 싶어 죽겠어요! 도와주세요!'), (9087, 1399, 'Johore, Malaysia', 'Twitter is much more interesting than Facebook .'), (9088, 2553, 'Johore, Malaysia', '@xiaoshanshan_ Okiie. Chat ltr~'), (9089, 970, 'Johore, Malaysia', '@MinimatSquirrel so I''ll see you next Wednesday right? :) congrats!!'), (9090, 1778, 'Malaysia', '@dekMinhyuk สวัสดีคร้าาพี่สาว!!!! กินข้าวยัง'), (9091, 2619, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) http://t.co/feW25OWx'), (9092, 2029, 'Johor Bahru, Johore', '@Aburrrr hahahha! But they like hot only'), (9093, 2342, 'Plentong, Johor Bahru', '"JUSTIN BIEBER DOCTOR PUT A NEEDLE IN MY ... "'), (9094, 179, 'Johor Bahru, Johore', 'Finally allowed to shop at duty free... #ifyouknowwhatimean'), (9095, 2620, 'Johor Bahru, Johore', 'I''m at Bus Stop 63179 (Bef Tai Seng Christian Church) (Singapore) http://t.co/NY2qRPa8'), (9096, 2449, 'Johore, Malaysia', '@BANAlena Shit... i''d be taking that next sem sia nb....'), (9097, 1615, 'Singapore', '@ichi_monji xiao xin bie bei chui zou!!! :D'), (9098, 1115, 'Johore, Malaysia', 'I''m at Rambu''s Crib http://t.co/KoKxUfiK'), (9099, 2472, 'Singapore', 'May pasabog si ateng! LOL'), (9100, 1713, 'Plentong, Johor Bahru', '@pinkJAMBOO i copy bukan copy paste, i baca, study, homework, baru buat post. hahahah'), (9101, 2621, 'Johor Bahru, Johore', 'I''m at Terminal 2, Changi Airport Singapore (Singapore) http://t.co/HO8KF1ft'), (9102, 1997, 'Johore, Malaysia', '@Janetoryl no joke. I was just looking thorough my iPhone calendar. Hang in there'), (9103, 228, 'Johor Bahru, Johore', '@jiajia_xoxo good luck! x'), (9104, 2300, 'Johor Bahru, Johore', 'Aaarrrggghhhh!!! Power Failure in da house!! Help!!!!'), (9105, 2595, 'Johore, Malaysia', 'i wonder who went to the minimini co outing ._.'), (9106, 2230, 'Singapore', '@therealjolynn Jo,i will contact you when i''m back to jb:)'), (9107, 362, 'Johore, Malaysia', 'Nak jady formula 1 driver can ?'), (9108, 2622, 'Johor Bahru, Johore', '@eugenetoh99 hi long time no see'), (9109, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak เจ้อิงคั่บบบบ !” ว่าไงน้องบีม :)'), (9110, 2614, 'Plentong, Johor Bahru', '@AimanSykes loeeee hbis sape je yg pergii?'), (9111, 2624, 'Singapore', 'If you love her, tell her. Hearts are often broken by words left unspoken.'), (9112, 2625, 'Johore, Malaysia', 'On the way to meet her at cp &lt;3 hope I won''t be late &gt;&lt;'), (9113, 2342, 'Plentong, Johor Bahru', '@Real_Liam_Payne Please know that I''m exist. Please ...'), (9114, 2626, 'Tebrau, Johor Bahru', 'I just ousted @chuckczs as the mayor of 鸿记经济饭饭点 on @foursquare! http://t.co/66CgQOOY'), (9115, 1787, 'Johor Bahru, Johore', 'Shouldn''t have came home... :''( (@ Joey''s Home! ^^) http://t.co/YPodzi7d'), (9116, 346, 'Riau, Indonesia', 'haaa RT @bapausterbang wkwk bau dong :&amp; RT @DikeBeeM kentut jg angin .. RT @bapausterbang di rcti ada angin bawalaaah dijaku melayang wkwkwk'), (9117, 2373, 'Johore, Malaysia', 'I wear the clothes that I want does not mean Im a slut .'), (9118, 2620, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 70 (Singapore) http://t.co/khPRmOMk'), (9119, 2553, 'Johore, Malaysia', '@theweirdgirl_ yeah. A bit quiet Only ._.'), (9120, 2623, 'Malaysia', '@pumkumser โย่วววว !'), (9121, 2615, 'Johore, Malaysia', 'Or rather school please start now I rather be there than to be imprisoned on my own fucking home'), (9122, 58, 'Malaysia', '&gt;//&lt;'), (9123, 2204, 'Johore, Malaysia', '@J0leneee u cnt wait fr lunch time? U mean u not gg lunch?'), (9124, 58, 'Malaysia', '&gt;//&lt;'), (9125, 2627, 'Johore, Malaysia', 'I''m at China Court, China Square Central (Singapore, Singapore) http://t.co/YjOvK4UC'), (9126, 2342, 'Plentong, Johor Bahru', 'Oh Liam nama saya yak sedap lah ni *hairflip*'), (9127, 2415, 'Malaysia', '@fahsrit ชัวร์มั้งคะ (.____.) 555555'), (9128, 908, 'Johor Bahru, Johore', 'Going batam next week for 6 days!! Awesomezzz shitzzz yawzzz'), (9129, 429, 'Malaysia', 'เที่ยงนี้ ไปซื้อเค้กโกไข่ ดีกว่า'), (9130, 2565, 'Johor Bahru, Johore', 'Kovan long traffic jam. Damn'), (9131, 970, 'Johore, Malaysia', '@wynnneo technique was wrong xD'), (9132, 2628, 'Johore, Malaysia', '@katharine_tan @prancingpeanuts @greentaupok is it just me? Cos I don''t know what Kat is talking?'), (9133, 2629, 'Johore, Malaysia', 'I''m at NTUC building (Singapore, Singapore) http://t.co/CdIJgosZ'), (9134, 362, 'Johore, Malaysia', 'Let''s play make love to me . I start first , Then you ?'), (9135, 2472, 'Singapore', 'Sweets!'), (9136, 1717, 'Johore, Malaysia', 'I''m at Millenia Tower (Singapore) http://t.co/lOjoMK7h'), (9137, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Maybe come true .. You dengan bieber omg omg :O'), (9138, 2204, 'Johore, Malaysia', '@J0leneee ohhhhh okok I understand.... So gd cn go hm.... Ltr see ur bed calling u ah'), (9139, 2623, 'Malaysia', '@One_Zii โคมาวอ :) กินข้าวกัน'), (9140, 1037, 'Johore, Malaysia', 'Ano to??? http://t.co/qLJn2kvE'), (9141, 2342, 'Plentong, Johor Bahru', '@snfeeza Let me kiss him!'), (9142, 2524, 'Johor Bahru, Johore', 'Butt''s off the bed and to the toilet ! &lt;:'), (9143, 2333, 'Johore, Malaysia', 'I''m at Rambu''s Crib w/ @joshua_rambu http://t.co/d3XUPLYv'), (9144, 2630, 'Johore, Malaysia', 'A day with Jesus!'), (9145, 2631, 'Malaysia', 'RT @kata2bijak: doaku pagi ini : Ajarkan saya untuk selalu bersyukur atas apa yang saya miliki selama ini http://t.co/kgyKpYrc'), (9146, 2632, 'Johore, Malaysia', '@JupChinBom same! Lol'), (9147, 51, 'Johor Bahru, Johore', '@imJeffzxc you yesterday also.'), (9148, 1427, 'Pulai, Johor Bahru', '@banana1908 watch movie in the workplace? yish~! bad la.'), (9149, 1421, 'Singapore', '@anishajalla naw that would be too suspicious~~~'), (9150, 1731, 'Singapore', 'I dont 1 eat!:('), (9151, 2633, 'Plentong, Johor Bahru', 'I''m at Jalan Tombak 1 http://t.co/mDGHzZxv'), (9152, 2634, 'Jeram Batu, Pontian', 'I''m at dentist now zzzz'), (9153, 2623, 'Malaysia', '@One_Zii โคมาวอ :) กินข้าวด้วย !'), (9154, 1357, 'Johor Bahru, Johore', '@Fatyntyn pergi tuition? Aku Tak tau..'), (9155, 362, 'Johore, Malaysia', 'Nak beat kepale orang botak can ?'), (9156, 2142, 'Johor Bahru, Johore', 'I''m namstar''s :3'), (9157, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns my mom said shes taking me out of the passion play. Help me. OMG. AND I LOVE U TOO,SO MUCHHHHH'), (9158, 1540, 'Johore, Malaysia', 'Soooo bored:/'), (9159, 1399, 'Johore, Malaysia', 'FAPOOT . ;P'), (9160, 2636, 'Johore, Malaysia', '@ the doctors :('), (9161, 2342, 'Plentong, Johor Bahru', 'Eh Liam ni kang aku cium betul-betul kang terkejut hahahaha'), (9162, 238, 'Johor Bahru, Johore', 'Bathing at 1215(:'), (9163, 2027, 'Johor Bahru, Johore', 'Deleting my Facebook and twitter app from my phone it''s seriously distracting me!'), (9164, 2633, 'Plentong, Johor Bahru', 'I''m at Crystal Crown Hotel Johor Bahru (Johor Bahru) http://t.co/w7Ins52K'), (9165, 2567, 'Johore, Malaysia', '@SharyllG_10 sa lakers. May buwaya kaya don haha hippo pa nga ata'), (9166, 2604, 'Johore, Malaysia', 'http://t.co/u5kS7Q1k'), (9167, 2415, 'Malaysia', 'ดูคลิปเอฟซีอีสานร้องเพลงครั้งที่ 1 โห เข้าใจความรูเสึกเลย ร้องไห้ T________T'), (9168, 349, 'Johor Bahru, Johore', '@Charmiann She purposely wanna expose you uh?! LOL! But I damn sian, I go but haven''t tried the swimming pool b4 yet!!'), (9169, 362, 'Johore, Malaysia', 'Nak isap tetek steam boley ?'), (9170, 1008, 'Johore, Malaysia', 'American college ball looks fun.'), (9171, 970, 'Johore, Malaysia', '@MinimatSquirrel Hasif SIOL xD'), (9172, 2637, 'Kota Tinggi, Kota Tinggi', 'I''m at Trafic Light At T Junction Of Kota Tinggi http://t.co/2bFwoba4'), (9173, 238, 'Johor Bahru, Johore', 'I have to travel many places today .'), (9174, 2593, 'Plentong, Johor Bahru', '@AizrulAfiq kt mne kachinggg?'), (9175, 2361, 'Johor Bahru, Johore', 'Darm later Liao&gt;.&lt;'), (9176, 2548, 'Malaysia', 'ยังยิ้มได้อยู่ :D'), (9177, 2634, 'Jeram Batu, Pontian', 'I''m at dentist now zzzz'), (9178, 2638, 'Johore, Malaysia', 'I''m at Parkway Parade (Singapore) w/ 4 others http://t.co/W3XMkpcq'), (9179, 2472, 'Singapore', 'Huwag mo masyado paikutin ang mundo mo sa isang tao dahil pag nasobrahan ka, ikaw rin ang unang mahihilo.'), (9180, 1502, 'Singapore', 'playing BOOM SHAKALAKA agn haha'), (9181, 2639, 'Plentong, Johor Bahru', 'Lunching (@ McDonald''s Bandar Seri Alam) http://t.co/Un9RQgbo'), (9182, 2640, 'Johore, Malaysia', 'I''m at Outram Secondary School (Singapore, Singapore) http://t.co/zNVvWxp2'), (9183, 1630, 'Johore, Malaysia', 'This kind of weather calls for a swim!'), (9184, 2190, 'Riau, Indonesia', 'love the first and last for me'), (9185, 2641, 'Johore, Malaysia', 'Having a really hard time at work. Really sucks to be here. And i just dont have the heart to work and to even be here'), (9186, 2632, 'Johore, Malaysia', '"RESULT: GR" graduated!'), (9187, 1399, 'Johore, Malaysia', '“That which does not kill us makes us stronger.” ― Friedrich Nietzsche'), (9188, 362, 'Johore, Malaysia', '@HeizyyIero HAHAHAHA ! IMAGINARY BROTHER ! LOL !'), (9189, 2633, 'Plentong, Johor Bahru', 'I''m at Jalan Jelutung (Johor Bahru, Johor) http://t.co/NkKlXWde'), (9190, 2549, 'Johor Bahru, Johore', '@Louis_Tomlinson sup!!!!'), (9191, 717, 'Riau, Indonesia', '@pujien_DENIRO ooii.., uda rock n roll........'), (9192, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak คิดถึงอ้ะ (:” คถ.เหมือนกัน ^^ เกรดเปนไงบ้าง ?'), (9193, 2587, 'Johor Bahru, Johore', 'BIGBANG SUDDEN ATTACK Voice Recording making http://t.co/pQGaEuie via @youtube'), (9194, 2204, 'Johore, Malaysia', '@J0leneee I wan also'), (9195, 362, 'Johore, Malaysia', 'Nak jilat pepek can ?'), (9196, 2642, 'Johor Bahru, Johore', 'I''m at Loyang Point (Singapore, Singapore) http://t.co/xoXoqV71'), (9197, 2472, 'Singapore', 'Brian McKnight in Showtime.'), (9198, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Selena dah lama meninggal .... Kan bieber'), (9199, 493, 'Johor Bahru, Johore', '#Goodmorning'), (9200, 740, 'Johor Bahru, Johore', 'Hapy birthday! Hahahah RT“@aywhyyou: Nah nobody cares about my birthday.”'), (9201, 2643, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) (Singapore, Singapore) w/ 14 others http://t.co/ilJRX6Mw'), (9202, 359, 'Johore, Malaysia', 'Is it just me or is everyone just so cranky today? I''m happy though!'), (9203, 2142, 'Johor Bahru, Johore', '@KimSungKEY I heard that its in June. :('), (9204, 1630, 'Johore, Malaysia', 'I want to go swimming :('), (9205, 1798, 'Senai Kulai, Kulai Jaya', 'Print report (@ Arked Meranti w/ @syedsyamy) http://t.co/KqFFR7Tc'), (9206, 2591, 'Johor Bahru, Johore', 'Wa '' my phone starts To earthquake .. Friends keep spamming non stop ... Full of notifications ..'), (9207, 2624, 'Singapore', 'Smile like you''ve never cried, fight like you''ve never lost, love like you''ve never been hurt, and live like you''ll die tomorrow.♥'), (9208, 2644, 'Pulai, Johor Bahru', 'Apasal Ailee dgn JR sangatt sweet!\n#JealousSudah #DreamHigh2'), (9209, 2636, 'Johore, Malaysia', 'Fuck you don''t step one pro ok'), (9210, 2645, 'Johore, Malaysia', 'Morninggg ^^'), (9211, 2646, 'Johor Bahru, Johore', '@NeonCascades omgggg breakdown? Where?'), (9212, 362, 'Johore, Malaysia', 'Nak sunat lagy skali Leh ?'), (9213, 2328, 'Johor Bahru, Johore', '@RuthhTan hahahaha why you wan to know?! Kpo! :3'), (9214, 3, 'Plentong, Johor Bahru', 'hahaha bdekahlaaa netballers!! rugi k sapa tkdtg lol :D'), (9215, 1564, 'Johor Bahru, Johore', '馬來人真的很喜歡kpkb. -.-'), (9216, 2647, 'Johor Bahru, Johore', 'Sorry @jlnomore'), (9217, 2548, 'Malaysia', '@MMUNGknim พี่เค้าไม่ไปหาดใหญ่แล้ว ? // เห้อออ u u'), (9218, 1643, 'Johore, Malaysia', '@uhuhsiolz haha. If have horh, i buy you the air ticket XD'), (9219, 2635, 'Johor Bahru, Johore', 'I know you''re with Ashley. Why do u keep pretending like u care about me? Please,stop. You''re just a fucking playa.'), (9220, 2648, 'Johore, Malaysia', 'The park was so empty! :D (@ East Coast Park) http://t.co/oOJ92Ct1'), (9221, 2634, 'Jeram Batu, Pontian', 'Cucigigicucigigicucigigi harharhar'), (9222, 2650, 'Johor Bahru, Johore', '@AyobMccarthy AMK'), (9223, 2553, 'Johore, Malaysia', '@theweirdgirl_ Ok lah~ I go pack the camp stuffs! ^^ Chat Ltr! ^^'), (9224, 2623, 'Malaysia', 'คนที่ไว้ใจ ร้ายที่สุดดด !'), (9225, 2585, 'Jelutong, Johor Bahru', '@mohdfazirul benda cinta lak! Cinta x da dlm buku hati ni k!'), (9226, 74, 'Johor Bahru, Johore', 'Tattoo cover up soon! I''m soooo excited! ☺'), (9227, 2142, 'Johor Bahru, Johore', 'Any body willing to go infinite''s concert with me , if they''re coming?'), (9228, 2342, 'Plentong, Johor Bahru', '@snfeeza No way! Hahahahhaha'), (9229, 1399, 'Johore, Malaysia', '“I''m not afraid of death; I just don''t want to be there when it happens.” \n― Woody Allen'), (9230, 2651, 'Johor Bahru, Johore', '@HazeeraBob I can''t go ah.. My nose acting up..'), (9231, 58, 'Malaysia', 'แม่งเซ็งเบื่อ ;('), (9232, 2636, 'Johore, Malaysia', '1more night to go :)'), (9233, 2615, 'Johore, Malaysia', 'At the end the day this better fucking pay off'), (9234, 2652, 'Johor Bahru, Johore', 'Yummy tummy pizza!!'), (9235, 2653, 'Johore, Malaysia', 'Finally today I finish my Dargon''s beard. :)'), (9236, 209, 'Johor Bahru, Johore', 'I''m at Paya Lebar Methodist Girls'' School (Secondary) http://t.co/kbAFeQAS'), (9237, 2654, 'Johor Bahru, Johore', 'Tiny banana ~ @ Hume Park 1 Blk 17 http://t.co/3v6nI30X'), (9238, 2634, 'Jeram Batu, Pontian', 'Cuti sekolah macam tak cuti je hmm tak gi memana punggg'), (9239, 2616, 'Singapore', 'sometime i wonder ;those people are plainly dumb or acting stupid . Kno''ing this man is taken yet upload 2007 photo: he is hugging his ex .'), (9240, 970, 'Johore, Malaysia', '@MinimatSquirrel Yepyep! See you next Wednesday then ;)'), (9241, 2655, 'Johor Bahru, Johore', 'Gd morning!! Took up a mini project for this wkend. Headin to e office in half hr! But first gg to pay credit card bill!'), (9242, 2142, 'Johor Bahru, Johore', '@KimSungKEY dont go oversea!'), (9243, 2204, 'Johore, Malaysia', '@J0leneee I wish I''m invisible'), (9244, 259, 'Senai Kulai, Kulai Jaya', 'Life is Tough. But, its Tougher if You''re Stupid !!~'), (9245, 2167, 'Johor Bahru, Johore', 'I''m at Nini''s homeee http://t.co/nerCE4cE'), (9246, 1502, 'Singapore', 'mama just let me be a loverrrrrrrrrr'), (9247, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak อย่าพูดถึงมันเลย '' ติด 0 มาตัวนึง ตัวแรกของชีวิต -.-” จ้าาา '' แล้วแก้ผ่านยัง ให้ช่วยมั้ย ?'), (9248, 302, 'Johore, Malaysia', 'This Hangover is so far the worst of Th month. FML. I feel sick!!'), (9249, 2142, 'Johor Bahru, Johore', 'Hungry~'), (9250, 2342, 'Plentong, Johor Bahru', 'Pegang-pegang pipi. Kenapa?!'), (9251, 2656, 'Johor Bahru, Johore', 'I''m at Mr. YouTiao (Singapore) http://t.co/85FVyNvj'), (9252, 2649, 'Johore, Malaysia', '@ThePHenderson @heffrondrive @jamesmaslow @thecarlospena @1loganhenderson very true!!!'), (9253, 312, 'Johore, Malaysia', '"Life is too short for bad books" - Samuel Johnson'), (9254, 362, 'Johore, Malaysia', 'Nak make out for 1 week straight Leh ?'), (9255, 2657, 'Johore, Malaysia', '@dandhilion no worries and see u tmr!!...ur cheque for d previous invigilation is ready :D'), (9256, 1399, 'Johore, Malaysia', '“Sometimes the questions are complicated and the answers are simple.” \n― Dr. Seuss'), (9257, 810, 'Johor Bahru, Johore', 'I''m at Sunshine Kids Care Centre http://t.co/CvHWTM0h'), (9258, 362, 'Johore, Malaysia', '@qayyumsanchie JOM :P'), (9259, 2190, 'Riau, Indonesia', 'you''re true love me'), (9260, 2623, 'Malaysia', '@CushyTipz thx for ur follow me :)'), (9261, 2644, 'Pulai, Johor Bahru', 'Don’t give up on dreams.Because dreams are not only for the talented, but for those who dream.– Haesung #DreamHigh2'), (9262, 1564, 'Johor Bahru, Johore', '@Tuckwai94 then dame cb! Like they buy the bus! Shouting all the way like free! The test ok luh, can pass. :)'), (9263, 810, 'Johor Bahru, Johore', 'I''m at Faith Educare Centre http://t.co/f3MdH3sC'), (9264, 2616, 'Singapore', 'mintak kene siku seven pat dahi dengan yayahh. kalao lawa, aku faham la. nie muke busyuk . jijik la . geli !'), (9265, 2308, 'Plentong, Johor Bahru', '@yanieasrizal hari haari pun sedih ye ??'), (9266, 2624, 'Singapore', 'Parents, problems, friends, fakes, boys, love, crush, dating, responsibility, drama, heartache, failures, stress, happiness; that''s life.'), (9267, 2262, 'Malaysia', '@Fu_heartless จ้าาาา'), (9268, 810, 'Johor Bahru, Johore', 'I''m at Kopitiam (Singapore, Singapore) http://t.co/AzwRTBR7'), (9269, 2342, 'Plentong, Johor Bahru', 'Your level of stupidity is getting ... Worst.'), (9270, 1399, 'Johore, Malaysia', '“Today you are You, that is truer than true. There is no one alive who is Youer than You.” \n― Dr. Seuss,'), (9271, 2653, 'Johore, Malaysia', 'Wa~ Lol. The girl who reject Jay Park cut her hair. Like finally. Her hair taller than me eh.'), (9272, 2658, 'Johore, Malaysia', 'Tidur"an (@ Kasur) http://t.co/Gi1WJYIg'), (9273, 1731, 'Singapore', 'I dont get some pupil!They can spam us everyday but the moment we spam them 1 time they effing embarassed us and say stop or else I report u'), (9274, 3, 'Plentong, Johor Bahru', 'untunglah lupa kawan. untunglah lupa kawan. untunglah lupa kawan.'), (9275, 2142, 'Johor Bahru, Johore', '@KimSungKEY omo. Then how!'), (9276, 810, 'Johor Bahru, Johore', 'I''m at PlayStation 3 @ Home Sweet Home (Singapore, Singapore) http://t.co/j30qzE8E'), (9277, 2634, 'Jeram Batu, Pontian', 'Bye ! Balik rumah tweet lagi..'), (9278, 1399, 'Johore, Malaysia', '“A day without laughter is a day wasted.” \n― Charles Chaplin'), (9279, 1187, 'Johor Bahru, Johore', '@burningtongues OH NOOOO! I ish sho shadddddd!'), (9280, 2513, 'Johore, Malaysia', 'Anyone wanna eat lunch at jp ? :D'), (9281, 2328, 'Johor Bahru, Johore', 'Just so you know, I didn''t walk out the door first, you did. So don''t come crying to me when you regret what you did to me :)'), (9282, 2659, 'Johore, Malaysia', 'Ang mura nang CANON 7D dito! 1600SGD lang! Waahhh.. Trabaho magpahanap ka na! :D'), (9283, 2490, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 2 others http://t.co/ST7Eg19P'), (9284, 2660, 'Johore, Malaysia', 'Just posted a photo @ Jurong Island Checkpoint http://t.co/wzyMsdly'), (9285, 2308, 'Plentong, Johor Bahru', '@aen_delina wah untung la g keje tada keje.. ngeh.. pusing sau opis eh. esar ke opis u..?? ngeeee'), (9286, 362, 'Johore, Malaysia', 'Nak beli iPad then pecah kan can ?'), (9287, 2541, 'Plentong, Johor Bahru', 'Loti Loti Loti. Hahaha'), (9288, 2249, 'Johore, Malaysia', 'Scary tuition.:$'), (9289, 2090, 'Johor Bahru, Johore', 'In e future I make sure tat dere shdnt b a lot of of family members in my house!! Doin all e house horse by havin 7members is super sick!!'), (9290, 2563, 'Plentong, Johor Bahru', '@miramatkhair hahahah ... cuak dh ...'), (9291, 362, 'Johore, Malaysia', 'Bye . Have to work -.- ! Bye .'), (9292, 524, 'Johore, Malaysia', 'I''m at LASALLE College of the Arts (Singapore, Singapore) w/ 7 others http://t.co/O1oyKeVy'), (9293, 2190, 'Riau, Indonesia', '@Uyayak iii,,,,gr sendiri'), (9294, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Alah macam mana nak dengan bieber ni! Macam mana ni?!!'), (9295, 833, 'Johor Bahru, Johore', '@randomlaughs200 @kennedesng WOW TIMOTHY!'), (9296, 2043, 'Johore, Malaysia', '@jpaine yepp, thanks!'), (9297, 2012, 'Johor Bahru, Johore', 'Hmmmm. Getting bored...'), (9298, 2661, 'Johore, Malaysia', 'Guess what did O say to Q?'), (9299, 2662, 'Johore, Malaysia', 'I''m at Toa Payoh MRT Station (NS19) (Singapore, Singapore) http://t.co/GOJYVYjb'), (9300, 2663, 'Plentong, Johor Bahru', '@Pheyzall tq darling! U have a fab day xoxo'), (9301, 58, 'Malaysia', 'ออนไปก็ไม่มีอะไรดีขึ้น TT'), (9302, 2330, 'Johor Bahru, Johore', '@kushlett  hahahahaa!!'), (9303, 1630, 'Johore, Malaysia', 'I secretly hope it would rain so that I won''t have to regret not going for a swin.'), (9304, 362, 'Johore, Malaysia', '@HeizyyIero yes yes ! I is bored happy !'), (9305, 2664, 'Plentong, Johor Bahru', 'hot sangat ke kau sampai kau perasan orang copypaste tweet kau? =='''), (9306, 2665, 'Johore, Malaysia', 'I''m dead.'), (9307, 2652, 'Johor Bahru, Johore', 'Second round pizzzaaa!'), (9308, 740, 'Johor Bahru, Johore', 'ouh tak ehk? Hahah! Nvm atleast i tried lol RT“@aywhyyou: @ForeverChronic not today la HAHAHA”'), (9309, 2330, 'Johor Bahru, Johore', '@manutd4ever06 REALLY UH?? HEHEHEE OKOK I ASK HIM OVER LUNCH :D'), (9310, 2090, 'Johor Bahru, Johore', 'I''m not gonna b doing all e house horse for life!!'), (9311, 2342, 'Plentong, Johor Bahru', '@Real_Liam_Payne I''m about to kiss you. Stay there .... Hahah jk :p'), (9312, 2666, 'Johor Bahru, Johore', 'Bye sg. (at Terminal 3 Departure Hall) [pic] — http://t.co/vaEGAK7p'), (9313, 1399, 'Johore, Malaysia', '“A lie can travel half way around the world while the truth is putting on its shoes.” \n― Mark Twain'), (9314, 524, 'Johore, Malaysia', 'I''m at F201 Lecture Theatre @ Lasalle College of the Arts http://t.co/BgWIBX1V'), (9315, 2653, 'Johore, Malaysia', 'Yesterday tweet until reach limit. :('), (9316, 240, 'Johor Bahru, Johore', 'Janji kul 11, semua datang lambat. Baek!'), (9317, 2636, 'Johore, Malaysia', 'ARGH I KNOW WHAT TO DO OK'), (9318, 2204, 'Johore, Malaysia', '@J0leneee cnt see mi thn I cn go aniwre I wan mah lol'), (9319, 2587, 'Johor Bahru, Johore', '@Vinnie_Kpoping shiok seh'), (9320, 1778, 'Malaysia', 'คนกรุ๊ปA จริงๆมันไม่มีอะไรหรอก แต่เอชอบคิดไปเอง #gugroup_a'), (9321, 1746, 'Johore, Malaysia', 'Uh oh even my skirt is giving way now...'), (9322, 2664, 'Plentong, Johor Bahru', 'hot sangat ke kau sampai orang nak copypaste tweet kau? =='''), (9323, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak เค้าผ่านคนแรกเลย ; วิชานี้ติดเกือบ70คน " ขอบคุณมาก (:” / ยินดีด้วยน้องสาว :) แล้วเรียนต่อไหนเนี่ย ?'), (9324, 2500, 'Plentong, Johor Bahru', 'okeyyy,,,saya dhhhh beli jajannnnn,,,'), (9325, 1742, 'Johor Bahru, Johore', 'multi-tasking....messing things up in just one time I guess!'), (9326, 2074, 'Singapore', '@franfizzle drink only, let it simmer down...the roof of your mouth !'), (9327, 1129, 'Johor Bahru, Johore', 'I''m at Swimming Pool @ ITE College West (Singapore, Singapore) http://t.co/T2tcLfOp'), (9328, 312, 'Johore, Malaysia', 'Having a bad false eyelash day LOL'), (9329, 1472, 'Singapore', 'finally is back on air http://t.co/XMtjlxUb'), (9330, 2623, 'Malaysia', '@CushyTipz what ur name ?'), (9331, 2558, 'Johor Bahru, Johore', 'I''m at Berth B6 @ Pasir Ris Interchange http://t.co/tPpi3Cnk'), (9332, 1530, 'Johore, Malaysia', '@kimberly_chia so cute!'), (9333, 1399, 'Johore, Malaysia', '“Never tell the truth to people who are not worthy of it.” \n― Mark Twain'), (9334, 1129, 'Johor Bahru, Johore', 'I''m at ITE College West Student Gym http://t.co/yQDgWcZ3'), (9335, 2653, 'Johore, Malaysia', 'I''m gonna listen to?'), (9336, 1946, 'Johore, Malaysia', 'Adjutant''s "receiving incoming transmission" ringtone on someone''s phone. N... (at HQ SCDF / Paya Lebar Fire Station) — http://t.co/DT1wg31v'), (9337, 209, 'Johor Bahru, Johore', 'I''m at Oppo PL Mama Shop http://t.co/moXG16iu'), (9338, 2667, 'Johor Bahru, Johore', 'I''m at Singapore http://t.co/e6y58Cuv'), (9339, 2668, 'Johore, Malaysia', 'I''m at Lam Dental Surgery Ptd Ltd http://t.co/99dGsTXF'), (9340, 418, 'Johore, Malaysia', '@ShamaySanJose buwis buhay mag-aral sa MC. Haha. 4th year na sya sa June. :)'), (9341, 1259, 'Johore, Malaysia', 'Hanging out with Jean. (@ Marina Mandarin Singapore w/ 3 others) [pic]: http://t.co/BbjazXpE'), (9342, 2669, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 11 others http://t.co/NOFOAz8G'), (9343, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Peh nama I dah macam rojak -_- Apa you ni kejam! Hahahha'), (9344, 3, 'Plentong, Johor Bahru', '@ejam_nidzam ntah Kau tnye aa dia Aku tktahu lagi'), (9345, 2653, 'Johore, Malaysia', 'No idea. I think I just listen to Baby I''m sorry.'), (9346, 2664, 'Plentong, Johor Bahru', '@writerBEKU eh sabtu gerak ts nak tak? aku ingat nak tido ampang teros sebab ahad nak gerak kan?'), (9347, 1129, 'Johor Bahru, Johore', 'I''m at Stadium@ITE College West http://t.co/wNdhOp2k'), (9348, 2391, 'Johore, Malaysia', 'Lunch (@ Blk 325 Ubi Ave 1 Ubi Eating House) http://t.co/QEv40BA8'), (9349, 2090, 'Johor Bahru, Johore', 'I''m not gonna b doing house chores for the rest of my life for e whole entire day!!C''mon! Get a life!!Big family can b a burden to oneself!'), (9350, 317, 'Johor Bahru, Johore', '@diontheonlyone hahaa!;)'), (9351, 1540, 'Johore, Malaysia', '@Iffattt when?'), (9352, 2670, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 2 others http://t.co/iMEAqg69'), (9353, 2064, 'Johor Bahru, Johore', '@purwatih NEL standard babe. Thats why sometimes I hate my area cause both lines are a nuisance. I rather take a bus. Ahahah.'), (9354, 833, 'Johor Bahru, Johore', '“@randomlaughs200: I text you a whole paragraph within 5 minutes and you text me back 40 minutes later saying "LOL""” awwwww @KennedeSng'), (9355, 877, 'Johore, Malaysia', 'makan (@ Food Junction) http://t.co/IgnnEIwI'), (9356, 981, 'Johor Bahru, Johore', 'I''m at Tampines 1 (Tampines, Singapore) w/ 3 others http://t.co/jkTHBUj0'), (9357, 312, 'Johore, Malaysia', 'The weather is turning weird everywhere, past two days cloudy and chilly near the Equator? in the tropics'), (9358, 2671, 'Johor Bahru, Johore', 'Flying to Indonesia today.'), (9359, 740, 'Johor Bahru, Johore', 'Hahah! Bastard ehk! Makesure shoot masok GOAL ok LOL RT“@tweetlipxz: I feel like kicking hairil''s balls hahahahahaaha”'), (9360, 2091, 'Plentong, Johor Bahru', 'homyyyy (@ Padi Malinja 2) http://t.co/WsGlrtdV'), (9361, 2064, 'Johor Bahru, Johore', 'Watching Barney.'), (9362, 362, 'Johore, Malaysia', 'Orang asek jatoh je ! Lol lah dorang ! Sebab depan kedai basah ! Lol'), (9363, 2595, 'Johore, Malaysia', 'OHYAAAYY . lol .'), (9364, 981, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 4 others http://t.co/Icgr0ItH'), (9365, 240, 'Johor Bahru, Johore', 'With @HakimHazzer. http://t.co/v8eaJqgs'), (9366, 1778, 'Malaysia', '@gugroup_a คนกรุ๊ปA ถึงภายนอกจะดูบื้อๆ(?) แต่เอก็ทันคนนะ #gugroup_a"ถูกใจอ่ะ"'), (9367, 1008, 'Johore, Malaysia', 'Bulls still winning without rose!'), (9368, 1909, 'Tebrau, Johor Bahru', 'I''m at yamaha jusco tebrau http://t.co/JJF5Uoty'), (9369, 362, 'Johore, Malaysia', 'I keep laughing at people . I feel bad :('), (9370, 1556, 'Singapore', '@ADIaiyad all, meet early to remix?'), (9371, 2541, 'Plentong, Johor Bahru', 'Ewwwwwwwwwwwwwww. Ape tu!! Ewwwwwwwwwwwwwwwwwwwww.'), (9372, 45, 'Johore, Malaysia', '@wynnneo it''s a temporary solution:/ but better Thn nothing :/'), (9373, 2672, 'Johor Bahru, Johore', '@LABieberTeam Happy Birthday And continue to stay FLAWLESS :)'), (9374, 2673, 'Malaysia', '@zaihuddy หมายถึงใคร ย่ะ ?? - -'), (9375, 2204, 'Johore, Malaysia', '@J0leneee I gt super power no nid commit suicide'), (9376, 2449, 'Johore, Malaysia', '@BANAlena the project how many %? omg... dont scare me leh.'), (9377, 2595, 'Johore, Malaysia', '@RunNeonTigerRun who went ? O:'), (9378, 2027, 'Johor Bahru, Johore', 'A lonely world we live in. No one to rely on but yourself. No one to turn to no one to rest your head on.'), (9379, 163, 'Johor Bahru, Johore', '@iwantgummybears no I see death as one of the options. Lol'), (9380, 1889, 'Johore, Malaysia', '@YinAnne no I am in Singapore. Don''t know why check in Johor.'), (9381, 2674, 'Johor Bahru, Johore', 'I''m at West Mall (Singapore, Singapore) w/ 2 others http://t.co/AViRyyzJ'), (9382, 712, 'Johore, Malaysia', 'I''m at ♥비스트♡ ☀bed http://t.co/9AZWRSWy'), (9383, 2675, 'Johor Bahru, Johore', 'RT @FRIENDSHlP: Every friendship has their ups and downs, but only true friendships know how to make it through.'), (9384, 2378, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore, Singapore) http://t.co/RERtBh0g'), (9385, 2586, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang, Singapore (Singapore, Singapore) http://t.co/lNhnzx95'), (9386, 2661, 'Johore, Malaysia', 'The awkward moment when you forget how to spell this word and you delete the entire sentence just to avoid using that word.'), (9387, 2595, 'Johore, Malaysia', 'RT @madeofblah : 会一直陪在你身边支持你'), (9388, 209, 'Johor Bahru, Johore', 'Sending my sis  (@ Tung Ling Student Care) http://t.co/F5JlEo9j'), (9389, 209, 'Johor Bahru, Johore', 'I just ousted @fionax3erin as the mayor of Tung Ling Student Care on @foursquare! http://t.co/zz2PnvfC'), (9390, 2676, 'Johore, Malaysia', '@GeceliaaYesung I know you waiting for me :&gt;'), (9391, 781, 'Johore, Malaysia', '@ChanNicola whaaat. are you serious?!'), (9392, 2677, 'Johore, Malaysia', 'wake up 5 hrs still havent eat. #sononsense'), (9393, 712, 'Johore, Malaysia', 'I''m at @INFINITELKIM 김명수''s ♥bed♡ http://t.co/L0EuUlhy'), (9394, 3, 'Plentong, Johor Bahru', '@muhdtaufiqsahir ntahlah ~'), (9395, 2678, 'Johore, Malaysia', 'SDC!!'), (9396, 2679, 'Johore, Malaysia', 'I want to explore the world'), (9397, 2328, 'Johor Bahru, Johore', '@RuthhTan jui Shi bu ke yi let you know :) where got emo!!!! :P'), (9398, 1863, 'Johor Bahru, Johore', 'So sleepy.... -,-'), (9399, 900, 'Johore, Malaysia', '@EnjoyWineSg @singapoured @x_deadfall sorry I forgot, tsars are higher status than ponces'), (9400, 163, 'Johor Bahru, Johore', '@cerealsuperhero everywhere also dont have leh. I''m a happy boy please :D hagaga'), (9401, 981, 'Johor Bahru, Johore', 'I''m at Toys R Us @ Tampines Mall http://t.co/GO06UN9d'), (9402, 541, 'Singapore', 'When kids start dying behind bullying and social media, you know it''s gone too far. C''mon y''all.... http://t.co/obzyjza3'), (9403, 2541, 'Plentong, Johor Bahru', 'Anak sape lah yang aku culik ni. Haaa kan.'), (9404, 2308, 'Plentong, Johor Bahru', '@aen_delina heheh dah tercongok pan pc.. men game je la pe lagi.. huhuhu eh u admin ke pe..?'), (9405, 942, 'Johor Bahru, Johore', 'Going out with anisa and yana! Anisa is my fb friend :&gt; gonna be awkward O.o'), (9406, 2563, 'Plentong, Johor Bahru', '@miramatkhair a''ah ... aq smpai blan 5 ... ko blik bler ???'), (9407, 1615, 'Singapore', '@ichi_monji hahaha!! GOOD choice!! streaming AM''s stage laters?'), (9408, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak ขอบคุณค่าบบบ '' ที่เดิม ๆ ตายลัง 555” / เรียนสายไร ? เหนว่าม.ปลาย จะให้ตัดผมเท่าม.ต้นช้ะ รุ่นน้องอ่ะ ?'), (9409, 2680, 'Johor Bahru, Johore', 'I''m at Tmart Mac ! http://t.co/E5rct8LI'), (9410, 2342, 'Plentong, Johor Bahru', 'Liam taknak hye Malaysia... Banjir Malaysia jap lagi'), (9411, 2681, 'Johor Bahru, Johore', 'I''m at Blk 403 Admiralty Link (750403, Singapore) http://t.co/4lzNcLgD'), (9412, 2620, 'Johor Bahru, Johore', 'I''m at Bus Stop 62059 (Blk 161) (Singapore, SG) http://t.co/CCAz0bYK'), (9413, 852, 'Johore, Malaysia', '@chad41988 @krztine_426 @atingngpex @lheam28 @juggle_iamfree @alfonbel @mavicky04 @biebiewan @siangieako @ashrald weeehhh! D Nga!'), (9414, 1301, 'Johore, Malaysia', 'I''m at Queenstown Secondary School (Singapore) http://t.co/s9WK0bnE'), (9415, 632, 'Tebrau, Johor Bahru', 'Kesian lah tengok Atan dalam cerita ni. Susah nya hidup dia. Hm'), (9416, 2682, 'Johor Bahru, Johore', 'I''m at Cpf Woodland Service Centre http://t.co/v588cemU'), (9417, 2597, 'Riau, Indonesia', 'uda q follow kamu nya @widilianiswinta'), (9418, 2676, 'Johore, Malaysia', '-____-" I got this fear, when I wake up every morning, @Zhengjietan will tweet stupid tweets using my acc D:'), (9419, 58, 'Malaysia', '@limited_Pookki3 กลับกับกูมั้ย ? 55'), (9420, 63, 'Johor Bahru, Johore', '"@DearUlayyis: "kalau menangpun, stay humble selalu." -cikgu iskandar." humble mcm cikgu is jgk. Huhuhu. Rindu nye de.'), (9421, 2683, 'Johore, Malaysia', '"all my fans are my girlfriends" UGH KWON JI HYUK YOU SHOULD HAVE DONE IT THE NAMU STYLE'), (9422, 2373, 'Johore, Malaysia', 'I''ve stopped fighting for you . Not because I gave up , but because you gave me nothing to fight for .'), (9423, 2684, 'Malaysia', '15 cat (@ CAT Telecom) http://t.co/L2GKs2Mi'), (9424, 568, 'Kota Tinggi, Johore', '@mkrizzy @vin_centQ @karinacanlas @dukesapercie eh yun mas naging maldita pa ko pagdating dito sa SG?haha miss you guys!!:)'), (9425, 2685, 'Indonesia', 'Go main, Go main. its disgusting girl!'), (9426, 2328, 'Johor Bahru, Johore', 'Dad.. You have to be understanding when I dont pick up your calls, cause out of 5 calls. 4 calls you called and asked me the same things -.-'), (9427, 1540, 'Johore, Malaysia', '@Iffattt time?'), (9428, 2679, 'Johore, Malaysia', 'Let''s get lost.'), (9429, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Peh nak peluk die? Ingat dapat? Ingat dapat ke?!! I ah peluk die dulu ish you ni hahahaha'), (9430, 2686, 'Johore, Malaysia', 'I''m at Blk 144 Toa Payoh Lor 2 (Singapore) http://t.co/ERmb3daN'), (9431, 2623, 'Malaysia', 'wow !! ไม่ตั้งใจเรียน เกรดออกมาดีกว่าเดิม ยะฮู้วววว ;)'), (9432, 2687, 'Riau, Indonesia', 'HERE I AM (@ Universal Studios Singapore w/ 40 others) http://t.co/g4ItjYhW'), (9433, 2373, 'Johore, Malaysia', 'When you think you will die of embarrassment...it''s nice to know that it is not fatal'), (9434, 1472, 'Singapore', '@ShakRoRo ya lor stupid sio hahaha!!'), (9435, 2688, 'Johore, Malaysia', 'Fuck la... Grandmother always telling redundant story... Fucking longwinded...'), (9436, 2585, 'Jelutong, Johor Bahru', '@mohdfazirul bukan puji la.tp pujian ue kn doa dri kawan2,'), (9437, 2661, 'Johore, Malaysia', 'When somebody says "You''re kinda cute." The f*ck do you mean KINDA? I''m freaking adorable, bitch! @Lim Weiran'), (9438, 2653, 'Johore, Malaysia', 'Junho''s self compose song "Move on" tops Japan ''Recochoku'' ! &lt;3 Junho good job!'), (9439, 2689, 'Johore, Malaysia', '@YunCaiKEN poke poke zao!!'), (9440, 2415, 'Malaysia', 'ไปดูหนังกันสามคนกับเพื่อน 3 คน สรุปไม่ได้ว่าจะดูเรื่องไรกัน - _-'), (9441, 1647, 'Malaysia', 'สอน นศพ อีกแล้ว (@ OPD.นรีเวช) http://t.co/zmNtK8wW'), (9442, 2347, 'Tebrau, Johor Bahru', '@fatin_Mustapha same2 cian kan...hehe...kje jgn pending2,,, submit terus je....jnji ade...heee'), (9443, 1008, 'Johore, Malaysia', 'Really nice weather today. I tweet a lot when im bored.'), (9444, 2690, 'Johore, Malaysia', 'I''m at Blk 1 Chai Chee Road http://t.co/KlYZQGr4'), (9445, 2691, 'Johore, Malaysia', 'GOOOOOOD MOOOORNING. X_X'), (9446, 434, 'Johore, Malaysia', '@faihove haha. satu ngs satu elus" kepala :3'), (9447, 2342, 'Plentong, Johor Bahru', '@NSyhrh OMG! YOU DID THAT FOR ME? :O'), (9448, 63, 'Johor Bahru, Johore', 'قال احد السلف:ادعوا الله في حاجه،فإن اعطاني اياها الله فرحت"مره" وان لم يعطني فرحت "عشر مرات" فالاولى اختياري والثانيه اختيار الله وحكمته'), (9449, 2449, 'Johore, Malaysia', '@BANAlena sian. you make me damn worried for my huhd also.'), (9450, 2675, 'Johor Bahru, Johore', '@WHYUSOGL I got say before ok!!!!'), (9451, 2692, 'Singapore', 'Everyone judge anyone.'), (9452, 2661, 'Johore, Malaysia', '@LimWeiran neh mind used to it le'), (9453, 2595, 'Johore, Malaysia', 'OHYAYY . LOL . Harry #likeaboss ~! http://t.co/xryKvjVR'), (9454, 1540, 'Johore, Malaysia', '5?'), (9455, 3, 'Plentong, Johor Bahru', '@ejam_nidzam takda ~'), (9456, 2692, 'Singapore', 'Can twitter kindly stop auto-unfollowing. Damn irrits.'), (9457, 2675, 'Johor Bahru, Johore', 'I remember you said, "don''t leave me here alone. "'), (9458, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku ingat birthday akuu,I will be a happiest girl now!\nThe problem is....\nDIA TAK PERNAH INGAT BIRTHDAY AKU! :X'), (9459, 2152, 'Johor Bahru, Johore', 'Why i can t log in lms oneeeeeeee??'), (9460, 568, 'Kota Tinggi, Johore', '@glencadeasis @marjie711 @mumutabs me twitter ba si kathy and mox?hihi'), (9461, 362, 'Johore, Malaysia', 'I heard that your dreams came true , Guess he gave you sex that I could never gave to you .'), (9462, 1109, 'Johor Bahru, Johore', '@CELINLEONG Hehe. ^^ Howmuch mre hw u gtta do?'), (9463, 1997, 'Johore, Malaysia', 'What does damn bloodily stupid means? I mean stupid is stupid what. Where did bloodily come from? #gossiptable'), (9464, 2653, 'Johore, Malaysia', 'I want 2PM to top the whole think. Greedy sia me.'), (9465, 1589, 'Kota Tinggi, Johore', 'Chatting with Iffah (:'), (9466, 1551, 'Johore, Malaysia', '@LheaM28 dapat meron din dito sa sg!!!'), (9467, 417, 'Johore, Malaysia', '@Jaymeeeeexz POLOLOLL. SHE USED MY PHONE'), (9468, 740, 'Johor Bahru, Johore', 'sikit2 majok.. I no cb so how? RT“@tweetlipxz: @ForeverChronic Hahahahaha cb diam ah!!! you disturb me already i want to merajuk again ah”'), (9469, 431, 'Johore, Malaysia', '@angpeony @germainecs nb you go and die please hahahahahahaha'), (9470, 141, 'Johore, Malaysia', 'Bus33 quick come. (@ Bus Stop 11521 (Anchorpoint)) http://t.co/N6ClCzSr'), (9471, 2693, 'Johor Bahru, Johore', 'The determination to make some sesame oil chix has made me left the house to get some dark soy sauce. How exciting! #fb'), (9472, 2694, 'Malaysia', 'I''m at บริษัท หาดทิพย์ จำกัด (มหาชน) (Hat Yai, Songkhla) http://t.co/hebXkfhV'), (9473, 2679, 'Johore, Malaysia', 'Have u ever been on a steam locomotive?'), (9474, 3, 'Plentong, Johor Bahru', 'topik netballers skrg : CikTun haahahahaaa ain ain ~'), (9475, 2581, 'Pulai, Johor Bahru', 'Done! (@ Amim Dental Surgery) http://t.co/AHWJUkqt'), (9476, 1731, 'Singapore', 'When I accidentally hit my pet I''m like,''''OMG!Sorry!Sorry!R U okey?'''' but when I accidentally hit someone I was like''''watch where u goi!'''''), (9477, 898, 'Johor Bahru, Johore', 'Thanks @HaziqDarls for the IceCream :)'), (9478, 2695, 'Riau, Indonesia', 'I''m at Fort Siloso Square http://t.co/iFUBFuYR'), (9479, 431, 'Johore, Malaysia', '@11throses HAHAHAHAH'), (9480, 2342, 'Plentong, Johor Bahru', 'Well, I waste my tears for someone that ignore me. Hmm I''m a nice girl'), (9481, 2012, 'Johor Bahru, Johore', 'Bacl in my room. (@ Nicholas'' Paradize :)) http://t.co/mGwEdb1B'), (9482, 2696, 'Johore, Malaysia', 'I''m at ITE College Central (Balestier Campus) (Singapore, Singapore) w/ 2 others http://t.co/WYPOBT74'), (9483, 2675, 'Johor Bahru, Johore', 'my stomach pain la sia'), (9484, 852, 'Johore, Malaysia', '@siangieako @jamtowers09 @lheam28 waaaahhhh! Totoo b? Sana silang dalawa :)'), (9485, 2415, 'Malaysia', '@Ritz_TS6 แม่ไม่ให้ไปคอนค่ะพี่ริท ไม่เป็นไรเนอะ วันที่ 29 มีนาเดี๋ยวจะนั่งรถจากหาดใหญ่ไปหาที่นครนะๆ'), (9486, 2697, 'Malaysia', 'บรรยากาศของการประชุมของ สพม.15 (@ Benjamarachutit School Pattani) http://t.co/8oZDiLTm'), (9487, 1744, 'Johor Bahru, Johore', '点解?'), (9488, 2125, 'Johore, Malaysia', 'RT @ZodiacFacts: #Taurus,#Virgo and #Capricorn know their limits, but they also have access to energy that ... http://t.co/YSkTGZ9V'), (9489, 502, 'Johor Bahru, Johore', '@angpeony you la! Act hardworking!'), (9490, 2679, 'Johore, Malaysia', 'How about a pull cart over miles and miles of desert'), (9491, 2698, 'Johore, Malaysia', 'Feeling well:('), (9492, 2675, 'Johor Bahru, Johore', 'no kidding but my stomach pain k'), (9493, 2597, 'Riau, Indonesia', 'hi@irwanstinky @ferdiansyah_93 @Stinkyband'), (9494, 2653, 'Johore, Malaysia', 'Our Jun brother. Are awesome! &lt;3'), (9495, 502, 'Johor Bahru, Johore', 'WHY MEESIAM AND NOT NUGGET? “@angpeony: @GermaineCs You shut up also auntie!!!!! Take mee siam hoot you”'), (9496, 58, 'Malaysia', '@limited_Pookki3 ดอก 555 ! อยากไปญี่ปุ่นกับพี่ชิ๊บ'), (9497, 2699, 'Kota Tinggi, Johore', 'I am still sleepy....hate to wake up at this time....wish i was home,sleep anytime i want...'), (9498, 2449, 'Johore, Malaysia', '@BANAlena nah, im checking via student portal. overseas uh cannot receive anything. I never subscribe also :] eh, did u do good for ipdb?'), (9499, 2679, 'Johore, Malaysia', 'Been face to face with a king cobra?'), (9500, 2347, 'Tebrau, Johor Bahru', '@Aida_Saiful ala komen la...komen laa hahaha :-)'), (9501, 45, 'Johore, Malaysia', 'Really glad to meet up w @zafianthefred and @ZachaReeeee :) let''s meet up again sometime soon :) w @Abcdefaithghijk'), (9502, 502, 'Johor Bahru, Johore', '@Destructedminds yes yes I agree! @angpeony should die!'), (9503, 63, 'Johor Bahru, Johore', '@DearUlayyis mestila. Kn ape kau buat kau kenal, ana pun ikut serta. Anak murid arwah atuk, that time jage atuk kt hsptl same2 sme.wuh sodey'), (9504, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Peh you rebut dengan 34497 orang lagi okay Mas?! Hhahahaha'), (9505, 1540, 'Johore, Malaysia', '@Iffattt ok'), (9506, 3, 'Plentong, Johor Bahru', 'harap harap kalau aku pegi ksl harini kau takda amin -.-'), (9507, 1318, 'Johore, Malaysia', 'Available this Sat - EOS 5D Mark III body: S$4,699\nEOS 5D Mark III kit (body + EF24-105mm f/4L IS USM lens): S$5,999'), (9508, 2679, 'Johore, Malaysia', 'How about eating snake meat for lunch?'), (9509, 2700, 'Johore, Malaysia', 'I''m at @Sinaran Drive Soleil Condo http://t.co/feATaG55'), (9510, 2701, 'Kota Tinggi, Johore', 'Radio ad recording! @ MediaCorp Studios (Caldecott Broadcast Centre) http://t.co/4XfOHGzi'), (9511, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak วิทย์-คติต '' ไม่เห็นได้ข่าวเลยน้ะ - -''” / ตั้งใรเรียนล่ะ ,, ก่ขอให้มันไม่เปนแบบนั้นน่ะ ;)'), (9512, 2698, 'Johore, Malaysia', '@Miss_Ecahan kak aq demam ni :('), (9513, 852, 'Johore, Malaysia', '“@NhilaNhils: Ur from Singapore? Gerald will be there this June for Globe event! :) RT @LheaM28: Good (cont) http://t.co/m3WmANQc” waaaaaahh'), (9514, 2280, 'Plentong, Johor Bahru', 'baru lepas baca blog student pasal KSI..haaa sedih kot :('), (9515, 502, 'Johor Bahru, Johore', '@angpeony OMG STILL GOT DAOPOK. HAHAHAHAH'), (9516, 2556, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria @ ITE College West w/ @firr_sone http://t.co/wfddIS9M'), (9517, 2653, 'Johore, Malaysia', 'So Hyuna will have her own fashion brand? Hyuna x SPICYCOLOR’?'), (9518, 441, 'Johor Bahru, Johore', 'Sitting on my mum bed eat cornflakes. (@ Mum''s Bed! ♥) http://t.co/78mcadtS'), (9519, 74, 'Johor Bahru, Johore', 'Don''t hold on for too long, you might end up hurting your self.'), (9520, 2679, 'Johore, Malaysia', 'Jumped in a deep well?'), (9521, 2616, 'Singapore', 'I don see a need fo" morons to upload or share stupid ugly photo which bring 2007 memories back .'), (9522, 2064, 'Johor Bahru, Johore', '@purwatih hahaha! Yeah.. better not take cabs, cut throat. As long we reach our destination, nothing else matters. Btw, have fun!'), (9523, 2342, 'Plentong, Johor Bahru', '@NSyhrh Still on my mentions ^.^v thanks love!! Hihihi'), (9524, 2702, 'Johor Bahru, Johore', 'I hope you would text me now :('), (9525, 2703, 'Johor Bahru, Johore', 'On my way to Brunei with @elimchew to share about social entrepreneurship and @oschoolofficial'), (9526, 2704, 'Johore, Malaysia', 'Doing SingPass! (@ Bedok CC B1-01) http://t.co/YSpk54t1'), (9527, 2698, 'Johore, Malaysia', '@shimadotmy ape kes bosan jek?'), (9528, 2623, 'Malaysia', '“@CushyTipz: @fahfak tip kaa” / nice to meet u :) I''m Ing'), (9529, 2620, 'Johor Bahru, Johore', 'I''m at SBS Service 53 (Singapore) http://t.co/QYbhzSM8'), (9530, 2705, 'Plentong, Johor Bahru', 'I''m at Sultan Iskandar CIQ Complex (Johor Bahru Checkpoint) (Johor Bahru, Johor) w/ 2 others http://t.co/hYAqBclO'), (9531, 2049, 'Johore, Malaysia', '@bebe_aj @kenothpogi eto nganga'), (9532, 2029, 'Johor Bahru, Johore', '@PTHEOWL Hahhahaha! That Indian girl!!'), (9533, 2090, 'Johor Bahru, Johore', 'Guys shd give happiness to their women coz dey deserve it..'), (9534, 2706, 'Plentong, Johor Bahru', 'kenapala suke sgt letak kesalahan kt bhu org lain'), (9535, 2707, 'Johore, Malaysia', 'Saw a monkey near #GhimMoh http://t.co/1wZU2h99'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (9536, 63, 'Johor Bahru, Johore', 'Nahnu dalam perjalanan ke Jogo Baru.'), (9537, 1643, 'Johore, Malaysia', 'Yeay, helping Ryan with his video next week in school (;'), (9538, 2152, 'Johor Bahru, Johore', 'Homeworrkk dayy:/ try to finish all the hw by tmrrrr!'), (9539, 1399, 'Johore, Malaysia', 'I was hoping to find "What doesn''t kill you make you stronger" -Kelly Clarkson On the last page of the popular quotes . did not came out .'), (9540, 1540, 'Johore, Malaysia', '@Iffattt ok!'), (9541, 2708, 'Johor Bahru, Johore', 'I''m at Band Room @ BPSS http://t.co/pI86LQq4'), (9542, 851, 'Johor Bahru, Johore', 'Bang Kang lo...'), (9543, 2709, 'Johor Bahru, Johore', 'I really need to start waking up EARLY ! And find a new hobby ...'), (9544, 2679, 'Johore, Malaysia', 'Treked barefooted over miles and miles of forestry?'), (9545, 1143, 'Johor Bahru, Johore', '@iamADATAN YOUR HUSBAND ANISH'), (9546, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku tau AKU SUKA DIA,\nBoleh ke DIA terima aku ni?\n#SiapalahSaya'), (9547, 2710, 'Singapore', 'I am starting to like f(x).'), (9548, 2064, 'Johor Bahru, Johore', 'I may be older, but I do still relieve my childhood memories. Hahaha. Barney!'), (9549, 2711, 'Johore, Malaysia', 'I don''t have any ticket for Laruku yet. And they are serenading me already on the local fm radio. Daaaaaammmnnn i so want to see themmmm!!!'), (9550, 19, 'Johore, Malaysia', 'just woke up .'), (9551, 1671, 'Johore, Malaysia', 'I''m at Pasir Panjang Food Centre (Singapore) http://t.co/4f2fZ0C6'), (9552, 2712, 'Johore, Malaysia', '@iqmalbaker kau boring gi umah aku arh lpk'), (9553, 2500, 'Plentong, Johor Bahru', 'emmm,,,xpyh lhh tunjuk -tunjuk ko punyewww air kotakkk dutchlady ko tuuu aq punyew lgi power lahhh mountin dew lagi,,hihihihihi *tngh geram*'), (9554, 431, 'Johore, Malaysia', '@11throses is she anyhow act close please LOL that time Ang and I saw her at bugis we like see until ghost like that'), (9555, 2653, 'Johore, Malaysia', 'Holiday soon going to end. NO!'), (9556, 2699, 'Kota Tinggi, Johore', 'Is franchising a gd 4 investment?i need to have seminar....more impt the cost...'), (9557, 1813, 'Johore, Malaysia', 'Will be going home a bit late since the teachers say wanna help me after my whole class have gone home....'), (9558, 2713, 'Riau, Indonesia', 'Ya Allah, moga besok ujiannya ga separah yang tadi.'), (9559, 740, 'Johor Bahru, Johore', 'hahahah! Welcome :) RT“@aywhyyou: @ForeverChronic thanks for the concern anyway. It means alot :-)”'), (9560, 2655, 'Johor Bahru, Johore', 'I recently know tis gal Who keeps bragging about how great she is.i was thinking if she is really Tt great she won''t be earnin such low pay'), (9561, 19, 'Johore, Malaysia', 'Morning wonderful people &lt;3'), (9562, 2650, 'Johor Bahru, Johore', '@AyobMccarthy LC'), (9563, 2714, 'Kota Tinggi, Johore', '#StronglyAttractedTo pretty females.'), (9564, 1187, 'Johor Bahru, Johore', '@burningtongues hahahahaha! Omg i got so many classics! Hahahaha'), (9565, 2653, 'Johore, Malaysia', 'T.T Cry Cry.'), (9566, 3, 'Plentong, Johor Bahru', '@NadiaaZulkifli hehe maybe Eiya pegi ke? tp aida dgn pakaian ntball lol'), (9567, 568, 'Kota Tinggi, Johore', '@glencadeasis @marjie711 @mumutabs sabagay si mox naman tulog.haha'), (9568, 1187, 'Johor Bahru, Johore', 'RT @burningtongues: @Shaadrinaa IKR :( oh my, another Shadrina classic, I IZ. AAAAAAAHHHHH'), (9569, 2715, 'Riau, Indonesia', 'pagi @ckjessica @ade_govinda @fazierafardun @T2tika @bagusbasukii @cyewit @mawarrezkyM'), (9570, 2716, 'Plentong, Johor Bahru', 'I''m at Exotic Piping Workshop MMHE (Pasir Gudang, Johor) http://t.co/IrePTspI'), (9571, 2610, 'Singapore', '@maverickpikachu went to check out the Zodiac killer and man HE IS COOL. Ted Bundy is badass as well hahaha'), (9572, 2516, 'Johore, Malaysia', 'Grandaunt ask me go NY again. :('), (9573, 1054, 'Johore, Malaysia', 'Checking out MRT dis. (@ Harbourfront MRT Station) http://t.co/SsKTwxmr'), (9574, 1131, 'Johor Bahru, Johore', '@ITotKnow Still will kena want!!'), (9575, 1938, 'Johore, Malaysia', 'I''m at Raffles Girls'' School (Secondary) (Singapore, Singapore) http://t.co/BtssBNZ0'), (9576, 2717, 'Tebrau, Johor Bahru', 'I''m at Restoran ZZ Sup Tulang (Johor Bahru, Johor) http://t.co/ivPBl0mr'), (9577, 2718, 'Plentong, Johor Bahru', 'I just ousted @nickng23 as the mayor of stammer on @foursquare! http://t.co/TfsH8rnZ'), (9578, 2342, 'Plentong, Johor Bahru', 'Why cannot retweet dey!'), (9579, 2719, 'Johor Bahru, Johore', 'Break camp luhh!'), (9580, 346, 'Riau, Indonesia', 'berbincang-bincang masalah idialis pandangan hidup.....!!!'), (9581, 2720, 'Plentong, Johor Bahru', 'I just love the way i am. And i used to love everyone in equal :) Karaoke time! Let''s sing.'), (9582, 2710, 'Singapore', 'BABI DITCHER'), (9583, 2064, 'Johor Bahru, Johore', 'I do not understand why you guys say Barney is a paedophile, Tinky Winky is gay and blah3.. Once (cont) http://t.co/uolcphur'), (9584, 2721, 'Malaysia', 'I''m at Hat Yai International Airport (HDY) ท่าอากาศยานนานาชาติหาดใหญ่ (Hat Yai, Songkhla) w/ 6 others http://t.co/QVeV5JjN'), (9585, 568, 'Kota Tinggi, Johore', 'walang hanggan marathon. pls., ayoko ng stress :))))'), (9586, 2722, 'Johore, Malaysia', 'Just lunch today! (@ E-Sarn Thai Corner) http://t.co/vzUaEAqc'), (9587, 1778, 'Malaysia', '@CNB_IffY morning kaa^_^'), (9588, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi lamo tok napok demo'), (9589, 2342, 'Plentong, Johor Bahru', '@NSyhrh Baby cannot retweetlah :('), (9590, 1643, 'Johore, Malaysia', 'Can you just like seriously STFU?!'), (9591, 2227, 'Riau, Indonesia', 'Taking the ride again would be great! :)'), (9592, 422, 'Johore, Malaysia', 'I''m at My Bakery http://t.co/gaaFrCFi'), (9593, 1551, 'Johore, Malaysia', '@wendydcruz korek dapat isama c sasa'), (9594, 2653, 'Johore, Malaysia', 'Jinyoung! Awesome. Compose more song. :)'), (9595, 2634, 'Jeram Batu, Pontian', 'Eee lambat betullahh'), (9596, 949, 'Johor Bahru, Johore', 'I''m at Blk 189B, Rivervale Drive http://t.co/N4VBy1El'), (9597, 949, 'Johor Bahru, Johore', 'I just ousted @zuoquannn as the mayor of Blk 189B, Rivervale Drive on @foursquare! http://t.co/YpPsRc0w'), (9598, 502, 'Johor Bahru, Johore', '@angpeony nooooo. Don''t waste food! Bad pig!'), (9599, 417, 'Johore, Malaysia', '@Jaymeeeeexz HAHAHHA. OKOK YOU WANT MEET LATER?'), (9600, 1643, 'Johore, Malaysia', 'I''m starting to hate you, my best friend.'), (9601, 945, 'Johor Bahru, Johore', 'I need more herbal tea... @_@ #migrane'), (9602, 97, 'Johore, Malaysia', 'I''m at Keppel Tuas Contract Department (Singapore, Singapore) http://t.co/xLb2yhrd'), (9603, 431, 'Johore, Malaysia', '@GermaineCs @angpeony lol she do not likeable hahahahaha omg'), (9604, 228, 'Johor Bahru, Johore', '@jiajia_xoxo aww yeah. I changed twitter app again. Never receive any push noti. Sobs :('), (9605, 97, 'Johore, Malaysia', 'I''m at Esso http://t.co/3Ew4ceFS'), (9606, 2719, 'Johor Bahru, Johore', 'After I come back from Cambodia, I''m going to chiong camp! XD'), (9607, 852, 'Johore, Malaysia', '@chad41988 @krztine_426 @atingngpex @lheam28 @juggle_iamfree @alfonbel @biebiewan @siangieako @ashrald Punta k Dito mama Sa June para masaya'), (9608, 280, 'Johor Bahru, Johore', 'I''m at Bei Sheng Seafood (Yishun) http://t.co/NlQzNeRa'), (9609, 2724, 'Plentong, Johor Bahru', '@iqmalhafyfy kau wat projek sains ngn sape??'), (9610, 2725, 'Johore, Malaysia', 'I''m at Dental Werkz @ farrer http://t.co/ZPz3zMWD'), (9611, 2653, 'Johore, Malaysia', 'Junho''s Move on. Composed by: Lee Junho.\nChoreography by: Jang Wooyoung?'), (9612, 228, 'Johor Bahru, Johore', '@jiajia_xoxo no problem! :)'), (9613, 2308, 'Plentong, Johor Bahru', '@aen_delina marketing asst eh.. company pe u..?/'), (9614, 1399, 'Johore, Malaysia', 'I think ladies are much more mature than males .'), (9615, 2633, 'Plentong, Johor Bahru', 'I''m at KSL City Mall (Johor, Johor) w/ 4 others http://t.co/dPN3T4U6'), (9616, 2726, 'Johor Bahru, Johore', 'I''m at Subway @ Downtown East (Pasir Ris, Singapore) http://t.co/FKF01US4'), (9617, 2727, 'Johor Bahru, Johore', 'I''m at Block 239 Serangoon Ave 2 http://t.co/Cpgs6WgE'), (9618, 2199, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 38 (Singapore) http://t.co/922iS2tq'), (9619, 74, 'Johor Bahru, Johore', '“@autocorrects: I was born without you. So guess what? I can live without you.” ☺'), (9620, 2728, 'Johore, Malaysia', 'urm #hobos in a #bus that #blanket looks familiar @ THE LUXE Art Museum http://t.co/pVYlUAf1'), (9621, 2563, 'Plentong, Johor Bahru', '@miramatkhair .xlmer agy la ??? aq ase kn mcm ad org nk blnjer aq pizza lar ... heheheh'), (9622, 2729, 'Kota Tinggi, Johore', 'Requires to work til 9pm tomorrow. Sucks.'), (9623, 97, 'Johore, Malaysia', 'I''m at Sde Rest Area (Pasir Gudang, Johor) http://t.co/2alB0DrV'), (9624, 2204, 'Johore, Malaysia', '@J0leneee 5555 I nv ah... U entertaining mi ah'), (9625, 932, 'Johore, Malaysia', 'From downtown.'), (9626, 2653, 'Johore, Malaysia', 'The song sound so awesome! &lt;3 Omg! Move on &lt;3'), (9627, 2730, 'Johor Bahru, Johore', 'I''m at Woodlands Drive 16 (Singapore, Singapore) http://t.co/njkI92Qg'), (9628, 2633, 'Plentong, Johor Bahru', 'I''m at Cool Blog (Johor Bahru, Johor) http://t.co/5JO0ZuWK'), (9629, 2710, 'Singapore', 'I wanna see Shinee''s ''Sherlock'' teaser now. Heard it sucks. Hahahaaha!'), (9630, 167, 'Johor Bahru, Johore', 'Suppose to concentrate on SYF but we end up doing this. @Be13Forever http://t.co/FjMDw3RB'), (9631, 499, 'Johor Bahru, Johore', 'Shotgun trip to orchard! How I roll~'), (9632, 2731, 'Pulai, Johor Bahru', 'Breakfast here. The best roti canai ever! (@ Restoran Masam Manis) http://t.co/bQcPBniG'), (9633, 1806, 'Johor Bahru, Johore', 'Bored'), (9634, 2732, 'Malaysia', '@champerrr จ้ะจ้ะ มอนิ่ง .'), (9635, 2733, 'Johore, Malaysia', '@Merisngjingwen Yeah!! Finally.'), (9636, 2734, 'Johor Bahru, Johore', 'it''s educational! it''s like a musical! watch The Lorax! naise!'), (9637, 2633, 'Plentong, Johor Bahru', 'I''m at Blackball 黑丸 http://t.co/2j3G9GC9'), (9638, 2679, 'Johore, Malaysia', 'The world itself is an adventure.Don''t limit yourself to a comfort zone.Be wild.Be free.Free your mind.Free your soul.'), (9639, 2735, 'Johor Bahru, Johore', '@Nana_Haohe bbygirl&lt;3'), (9640, 2732, 'Malaysia', '@PeangAweez บ้าหวะ 55'), (9641, 2736, 'Singapore', '@shuqii94 haha why?? What did I do in your dream?!'), (9642, 2342, 'Plentong, Johor Bahru', 'Keep calm and ignore ... Nothing k'), (9643, 1806, 'Johor Bahru, Johore', 'Layankan pleaseeeeee'), (9644, 2737, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 17 others http://t.co/QOX3X8Ah'), (9645, 148, 'Johor Bahru, Johore', 'Just 6 hours of sleep. My eyes failing me.'), (9646, 2732, 'Malaysia', '@Faiiz_Mikie มอนิ่ง ;)'), (9647, 2738, 'Johore, Malaysia', 'Bye bye! (@ HarbourFront Ferry Terminal w/ 2 others) http://t.co/1XiEZy3T'), (9648, 2739, 'Pulai, Johor Bahru', 'Selamat pagi ! (@ Aril''s Room) http://t.co/ihx6YAdV'), (9649, 2633, 'Plentong, Johor Bahru', 'I just became the mayor of Sasa @ KSL City Mall on @foursquare! http://t.co/hWQEIqll'), (9650, 2633, 'Plentong, Johor Bahru', 'I''m at Sasa @ KSL City Mall http://t.co/jzGB1JkR'), (9651, 2710, 'Singapore', 'CHACHACHAA TIME TO GO SHINDOOOOOOONG!'), (9652, 2740, 'Johore, Malaysia', '@Glynnistly results out already???'), (9653, 2741, 'Johor Bahru, Johore', 'I just figured out why I can''t dance. If I can''t walk without tripping over something, how would have the grace to dance?'), (9654, 2080, 'Malaysia', 'รักแท้ :))'), (9655, 63, 'Johor Bahru, Johore', 'Syafakillah , anti. ;)'), (9656, 2742, 'Johor Bahru, Johore', 'With lil bro accompany me (@ Prohealth @ 257 bangkit road) http://t.co/iqgLZiJj'), (9657, 1026, 'Johore, Malaysia', 'OTW to @Kpop_x house:) In bus 33 now.'), (9658, 2723, 'Plentong, Johor Bahru', '@Fiquetograph @kophooligan @hazrimahat @pogetgti rock and roll'), (9659, 2633, 'Plentong, Johor Bahru', 'I''m at Raymond''s Work Place (Johor bahru, Johor) http://t.co/8qUQdzoT'), (9660, 2743, 'Plentong, Johor Bahru', 'Ngntoks gara2 tgk wayang smlm..'), (9661, 1867, 'Plentong, Johor Bahru', 'right...this is the day...'), (9662, 2302, 'Johore, Malaysia', 'Waiting..... (@ KKH Pharmacy) http://t.co/UrXpTqD7'), (9663, 2744, 'Johore, Malaysia', 'Bringing the kids for school outing and at the same time checking out on officers  (@ Singapore Discovery Centre) http://t.co/Gp7hghNc'), (9664, 2112, 'Johore, Malaysia', 'I''m at English LC 1 @ ACS Barker http://t.co/9kNQaRKD'), (9665, 2736, 'Singapore', '@shuqii94 waa you missed me too much le. I''m so sorry for that. D: No wait.. I''m not even sorry hahaha'), (9666, 2740, 'Johore, Malaysia', '@Glynnistly Sian i like never apply for the sms thing'), (9667, 2745, 'Johore, Malaysia', 'But one thing I wanted them to know: they are living in their pride, in their vices http://t.co/pylzV7DD'), (9668, 362, 'Johore, Malaysia', 'Free bus ! Free bus on board ! Lol'), (9669, 2563, 'Plentong, Johor Bahru', '.dh mkn kenyang .. mter ngantok la plak ... ish ish ..'), (9670, 664, 'Giant Hypermarket Plentong, Plentong', 'Hiiii:) (@ Giant Hypermarket) http://t.co/ByXhh3K3'), (9671, 2342, 'Plentong, Johor Bahru', 'I think he should do sometihng productive. Just saying ...'), (9672, 2746, 'Johore, Malaysia', '@ScarlettKaylene you very weird leh .99%of fb user screw up after changed to time line .'), (9673, 669, 'Riau, Indonesia', 'Zombie. (@ Universal Studios Singapore w/ 39 others) http://t.co/eVHajCY7'), (9674, 2655, 'Johor Bahru, Johore', 'I''m earnin twice to 2.5 times more den this gal,let''s call her Patrick. U now Patrick from spongebob. N I dun even talk about it.'), (9675, 2747, 'Malaysia', 'โกโก้เย็นอร่อยมากกกกกกก (@ Cafe'' Amazon PTT Narathiwat w/ 2 others) http://t.co/bH3kg7dF'), (9676, 908, 'Johor Bahru, Johore', 'SO TRUE!!! RT "@WereJustTeenss: When a girl says “have fun” She means “have a horrible time without me."'), (9677, 502, 'Johor Bahru, Johore', '@Destructedminds haha poor @angpeony!'), (9678, 1091, 'Johore, Malaysia', 'I have enough of crying but tears,why won''t you stop? My heart is hurting and it still decides to stay and be with you. Are you BLIND????'), (9679, 2748, 'Johore, Malaysia', 'Google Chrome refuse to load my FB ! :('), (9680, 2356, 'Johore, Malaysia', '@taylorsaysswift What time wanna meet ?'), (9681, 2723, 'Plentong, Johor Bahru', '@Harryyyyyy93 bilo balik jb boh...'), (9682, 45, 'Johore, Malaysia', '@wynnneo haha no worries! It''s fine:) enjoy urself tonight, let lose and forget what happened. Anything call me k? And b careful:)'), (9683, 2749, 'Johor Bahru, Johore', 'Donating blood with Bellah! &lt;3 (@ Bloodbank@Woodlands) http://t.co/fS2D9xJ1'), (9684, 2750, 'Johore, Malaysia', 'Finally it''s thursday really hope I can rest at home'), (9685, 1247, 'Senai Kulai, Kulai Jaya', 'Beli lauk.. (@ Cafe KTDI) http://t.co/eA2HQ3Ts'), (9686, 322, 'Johor Bahru, Johore', 'Even the score line for chelsea''s match and real madrid''s match are the same. Lol.'), (9687, 58, 'Malaysia', '@limited_Pookki3 สัส ! จองตั๊วแล้วเบอะ'), (9688, 259, 'Senai Kulai, Kulai Jaya', '.͡▹ Kuliah !!~ Micro Teaching - Belajar utk Mengajar...'), (9689, 2390, 'Johore, Malaysia', '@brokenyeul wit my school mate sis..'), (9690, 2751, 'Johor Bahru, Johore', 'I''m at SINGAPORE CHANGI AIRPORT TERMINAL 3 CUSTOM &amp; IMMIGRATION (Singapore, Singapore) http://t.co/SZZea7h7'), (9691, 2746, 'Johore, Malaysia', '@ScarlettKaylene JUst do :( I want see :D pls'), (9692, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku faham apa yang aku rasa selama ni..\nmaybe im not hurt like now..'), (9693, 2563, 'Plentong, Johor Bahru', '@miramatkhair xdpt lar ... aq mne ader gaji .. cdey tau .. huhuhuuhuhuhu'), (9694, 1092, 'Kota Tinggi, Johore', 'SFU cohesion! Kukup on april'), (9695, 2541, 'Plentong, Johor Bahru', 'Demam gedik. Hahahaha.'), (9696, 632, 'Tebrau, Johor Bahru', 'There is no guarantee that this life is easy.'), (9697, 148, 'Johor Bahru, Johore', '@saradanlee haha yearh?'), (9698, 2653, 'Johore, Malaysia', '@IHEARTSUZY Holiday going to end soon. :('), (9699, 2752, 'Johore, Malaysia', '@nsyxz @liatweetz bestnye krg smua bole cabut:(( if only nursing was like this. Can cabut anytime.'), (9700, 2753, 'Johore, Malaysia', 'I shall start with my homework tonight(; Gonna do like siao&gt;.&lt;'), (9701, 1556, 'Singapore', '@ADIaiyad oh ok, if ur fren can mix, good...'), (9702, 1026, 'Johore, Malaysia', '"@RECIPONLEO: 뮤지컬연습하러 어린이집갔다가 버스타고 가고있어요~헉!너무 빨리도착했내요..ㅜㅜ http://t.co/7kcu77qN" So cute!!!'), (9703, 1091, 'Johore, Malaysia', 'Blind Blind Blind Blind. Blinded with ego! Blind blind blind blind blind blind! =''('), (9704, 2710, 'Singapore', 'gonna catch hello baby girls generation later. and for nowwwwwwww.......... running man marathon. &lt;3'), (9705, 2754, 'Johore, Malaysia', 'I''m at Crescent @ Kallang http://t.co/Vu05s0eK'), (9706, 2745, 'Johore, Malaysia', 'His Girlfriend asked me to Choose between Her and my Faith. http://t.co/ksru5l9l'), (9707, 1517, 'Johor Bahru, Johore', '@idZuha @iDHamaFiFi Agree'), (9708, 2401, 'Johor Bahru, Johore', 'I''m at Killiney Kopitiam Terminal 2 (Singapore) http://t.co/QBdhAXTu'), (9709, 362, 'Johore, Malaysia', '@syahidahlee you should try before assuming how it is :) .'), (9710, 207, 'Johor Bahru, Johore', 'In School, at the Dnt room with these two @HanisRastaBoii and Alysha :3'), (9711, 659, 'Johor Bahru, Johore', 'Waiting for bus 12 with Jun and Esther.'), (9712, 1357, 'Johor Bahru, Johore', '@Fatyntyn Okay'), (9713, 63, 'Johor Bahru, Johore', '@codertweets dzatal yaum. #mudhaf #mudhafilaih ;)'), (9714, 2755, 'Johor Bahru, Johore', '@farahelyra u always like tat... Ade problem suke diam2...'), (9715, 908, 'Johor Bahru, Johore', 'Natasha Jack Siao HAHAHAHA RT "@DaniaLveSkating: Jack org ni org number satu!@NatashaAveiro"'), (9716, 262, 'Johore, Malaysia', '@Liminny Da fug - http://t.co/SXx7RCA3\nWhy do you have a magazine named after you'), (9717, 2741, 'Johor Bahru, Johore', 'Watching Toy Story 3 now. God no I''m gonna cry.'), (9718, 362, 'Johore, Malaysia', 'Break time ! Yum yum !'), (9719, 1517, 'Johor Bahru, Johore', '@idZuha erk? sape ckp tu buta kot!'), (9720, 207, 'Johor Bahru, Johore', '@ShafaWings yup.'), (9721, 2756, 'Johore, Malaysia', 'I''m at Forex100(Pte Ltd) http://t.co/hcs13HF7'), (9722, 2342, 'Plentong, Johor Bahru', '@masizzaitulhxx Sorry mas die dah dm i dulu. Die kata I sorang je tahu. Sory okay? ;p'), (9723, 362, 'Johore, Malaysia', 'Going daiso :) . Buy the USB !'), (9724, 2736, 'Singapore', 'sian max TP people getting back their results soon.'), (9725, 2679, 'Johore, Malaysia', 'Going wherever my heart wants.Doing whatever my heart wants.Having a happy heart ensures living life with no regrets.'), (9726, 2576, 'Kota Tinggi, Johore', 'Ren really look like a girl .'), (9727, 2743, 'Plentong, Johor Bahru', '@anormaziah lorax!nk tgk seefood sbnrnye tp xsempat..huu'), (9728, 2736, 'Singapore', 'SP Y U SO SLOW'), (9729, 908, 'Johor Bahru, Johore', 'Me &amp; you RT "@iRespectFemales: Once I''m with you, I''m with you. Nobody else matters."'), (9730, 2757, 'Johore, Malaysia', '@arapot @superdimple Mirc talk! Haha sorry laki kasi Ng time difference Ng Singapore sa Manila. Haha!'), (9731, 2740, 'Johore, Malaysia', '@Glynnistly Sian okay I applied last sem then i thought no need to apply again'), (9732, 997, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) http://t.co/AFe4H05U'), (9733, 852, 'Johore, Malaysia', '@chad41988 @nhilanhils waaaahhhhh! Wala ako masabi.... Chad Sama kn Sa sat party daw tayo Sabi ni ate @siangieako'), (9734, 2208, 'Johor Bahru, Johore', '@wailei05173 deng, tmr shud go back at 5am then!'), (9735, 2723, 'Plentong, Johor Bahru', '@faezah_elai :)'), (9736, 2342, 'Plentong, Johor Bahru', '@NSyhrh Okay! Thank you so much sayang bye tcaretoo *hugs*'), (9737, 2758, 'Senai Kulai, Kulai Jaya', 'Joget2 japs. (@ Disco KFK) http://t.co/oVTNnkIY'), (9738, 2576, 'Kota Tinggi, Johore', '@KJH_SG I don&amp;#39;t know why :) hahahha.'), (9739, 2759, 'Senai Kulai, Kulai Jaya', 'I''m at N29, Fakulti Kejuruteraan Kimia (Johor Bahru, Johor) http://t.co/okTpvcF0'), (9740, 2752, 'Johore, Malaysia', '“@HazirahMatin: Seriously @nsyxz gotta stop calling me baby girl. I feel like slapping her now...”baby baby baby ohhhh.... Miss tht song'), (9741, 299, 'Plentong, Johor Bahru', 'Ka-chinggg.. Check saham! (@ ASNB) http://t.co/IX2kJb9L'), (9742, 2760, 'Johor Bahru, Johore', 'Sentosa !! Here we come !!!!'), (9743, 531, 'Johore, Malaysia', 'I''m at The Central (Singapore, Singapore) w/ 2 others http://t.co/bz8PQHHq'), (9744, 2065, 'Pulai, Johor Bahru', 'Kita cuba tiru keperibadian seperti Sponge Bob,sebab dia selalu bangga dgn kwn dia,kerja dia,diri dia..keperibadian hebat katanya..hahaha'), (9745, 2356, 'Johore, Malaysia', '@taylorsaysswift OK !'), (9746, 1744, 'Johor Bahru, Johore', 'Gonna try to memorise the consonants and vowels :)'), (9747, 2597, 'Riau, Indonesia', 'iya sama2 tp follow la aku dulu@KONSPIRASIBand'), (9748, 362, 'Johore, Malaysia', 'And all I hear ay yayayayaya you''re talking way to much , I can''t even hear me now . You''re messing with my head .'), (9749, 2576, 'Kota Tinggi, Johore', 'Hi :D &amp;quot;@FirSukeArt: Hais&amp;quot;'), (9750, 2761, 'Johore, Malaysia', 'This year Awards Day is damn pathetic n boring -.-'), (9751, 2655, 'Johor Bahru, Johore', '@yingy ya I seriously can''t stand her. She keeps tellin me she do events Tt earn 10k but she always no $$? Haha,my toes r laughing'), (9752, 2755, 'Johor Bahru, Johore', 'Coughing non stop hits...! Nabey...'), (9753, 2390, 'Johore, Malaysia', '@brokenyeul hubby so sweet n rich '), (9754, 240, 'Johor Bahru, Johore', '@pinkpaperhearts aye so random, haha.'), (9755, 1643, 'Johore, Malaysia', 'Wow, now you''re telling the world you''re with her. Okay.'), (9756, 2287, 'Tebrau, Johor Bahru', 'ahahaha Liam is so funny ^^ finally i can watch him &lt;3'), (9757, 319, 'Johore, Malaysia', 'harap2 jadi lah niari :('), (9758, 2762, 'Malaysia', 'วันนี้งานน่าจะเงียบ เพราะเมื่อวานเยอะมาก'), (9759, 2715, 'Riau, Indonesia', '@fazierafardun hmmm sekolah ya'), (9760, 1556, 'Singapore', '@ADIaiyad ok :)'), (9761, 2161, 'Plentong, Johor Bahru', 'ohh...kat kg salang r ni?pegi ngan sape?hehe##kepoh##“@nitahamzah: @adekjulie2 ni ade dekat dive shop... :))”'), (9762, 148, 'Johor Bahru, Johore', '@hollyporks u went home at 9am from school? O.o'), (9763, 2763, 'Johore, Malaysia', 'In school.. Dead bored...'), (9764, 2342, 'Plentong, Johor Bahru', 'Liam leave us with a song uh great'), (9765, 141, 'Johore, Malaysia', 'I''m at Bus 33 http://t.co/SwDUbFpI'), (9766, 1643, 'Johore, Malaysia', 'And i tell you, @NadiahBangYou is my baby okay.'), (9767, 2764, 'Johore, Malaysia', 'The illustrious panel at the #OgilvyDO debates http://t.co/soeCQIuW'), (9768, 2653, 'Johore, Malaysia', '@IHEARTSUZY 1 Week. :( To little. I need more. 1 year.'), (9769, 1467, 'Plentong, Johor Bahru', '@Arpek9363 yezzah pengantin..! Dh keluar bilik?'), (9770, 2404, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Library (Singapore, Singapore) w/ 2 others http://t.co/18XtNXw5'), (9771, 1137, 'Johore, Malaysia', 'Stupid david'), (9772, 2765, 'Johor Bahru, Johore', 'Slept 4 15 hrs........'), (9773, 2720, 'Plentong, Johor Bahru', 'The photoshoot picture''s are on the way. Will update soon.'), (9774, 2766, 'Johore, Malaysia', 'I''m at Jurong West Secondary School (Singapore) http://t.co/izRxrCPk'), (9775, 362, 'Johore, Malaysia', 'Oh can eat mos burger also but then again right , I got a problem with the mos - Ibots there .'), (9776, 196, 'Johor Bahru, Johore', '@Jimmykhai why -.-?'), (9777, 908, 'Johor Bahru, Johore', 'Heeeee RT "@iRespectFemales: I''m not fat tho. My stomach just 3D."'), (9778, 319, 'Johore, Malaysia', '@syafiqspyderr kau buat aku lapar'), (9779, 2763, 'Johore, Malaysia', 'New experiences...'), (9780, 2767, 'Johor Bahru, Johore', 'Morning!'), (9781, 2768, 'Singapore', 'downloading IOS5.1 . GG'), (9782, 2769, 'Johore, Malaysia', 'Jipaban (@ Seoul Garden) http://t.co/RltwuHaV'), (9783, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak จ้าาา : กินข้าวด้วยน้ะ :'')” / กินอยู่จ้าาา '' แล้วบีมกินไรยัง ?'), (9784, 362, 'Johore, Malaysia', 'So ! I just come to eat what ! Lol .'), (9785, 1589, 'Kota Tinggi, Johore', 'Alamak , battery low pulak . Ishhhhhhhhh :/'), (9786, 2500, 'Plentong, Johor Bahru', 'ye laaaaaa,,,'), (9787, 2770, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 3 others http://t.co/p2Z14BAY'), (9788, 2655, 'Johor Bahru, Johore', 'N if Patrick is really as great as wat she say she is,how come my frends in e industry never heard of her b4? My toes r laughing'), (9789, 1522, 'Johor Bahru, Johore', 'God is faithful, God is good!'), (9790, 2513, 'Johore, Malaysia', 'Disappointed in you .'), (9791, 1744, 'Johor Bahru, Johore', 'Dim gai? Dim gai? Dim gai?'), (9792, 1138, 'Johor Bahru, Johore', 'Surely not a financial bankruptcy but a moral bankruptcy? NYT: Why I Am Leaving Goldman Sachs" =&gt; http://t.co/nEEl13x5'), (9793, 1556, 'Singapore', '@ADIaiyad no rihanna right'), (9794, 2308, 'Plentong, Johor Bahru', '@aen_delina company c..??????'), (9795, 362, 'Johore, Malaysia', 'Omg ! Bus so slow :('), (9796, 57, 'Johore, Malaysia', 'if i don''t grow big, how i drive big car? need to find a smaller car liao. maybe a 2 door.. (at Edge Of Singapore) — http://t.co/pZJzOuCJ'), (9797, 58, 'Malaysia', '@limited_Pookki3 5555 บินไปเลยหวา'), (9798, 19, 'Johore, Malaysia', 'im hungry :( should eat last night .'), (9799, 2763, 'Johore, Malaysia', 'Why you not coming..?!'), (9800, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu spot me there if you can!'), (9801, 2770, 'Johor Bahru, Johore', 'I''m at Cheng San Community Library (Singapore, Singapore) http://t.co/1CuN2jkq'), (9802, 196, 'Johor Bahru, Johore', '@syasyachubby woah. Haha.'), (9803, 1129, 'Johor Bahru, Johore', 'Otw to lot with @HotTeaCups'), (9804, 2771, 'Johore, Malaysia', '@billkadir @Degedakhehaaa bellboy x de bro kat evergreen..'), (9805, 2500, 'Plentong, Johor Bahru', 'lollllll jln jemmmmmm lahhhh,,,ape hallll pulqqq niewww,,,*grrrrrrrrrrr*'), (9806, 2724, 'Plentong, Johor Bahru', '@iqmalhafyfy aku buat ngn @AfiqHedhir n yogi!!'), (9807, 2772, 'Johore, Malaysia', '@deepikavee cuz today im taking an off \nThey had no other choice but to put the not so good looking one'), (9808, 209, 'Johor Bahru, Johore', '@fionax3erin IM CHECKING IN TO HINT TO YOU THAT U SHLD LEAVE UR HOUSE IN 5. (@ Bus 53) http://t.co/9l3PnUhY'), (9809, 2763, 'Johore, Malaysia', 'So sleepy Sia..'), (9810, 1960, 'Senai Kulai, Kulai Jaya', 'Kelas kat mana ? Kalau kelas buat kat bus stop lagi best ! Hihi'), (9811, 362, 'Johore, Malaysia', 'Pink colour lah ! Since I got blue ready :)'), (9812, 2773, 'Riau, Indonesia', 'I''m at Universal Studios Singapore w/ @divajong @yangyoyang http://t.co/5YQJ3E3S'), (9813, 2763, 'Johore, Malaysia', 'Want to sleep so badly..'), (9814, 640, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 3 others http://t.co/mRq2zjjV'), (9815, 2774, 'Johore, Malaysia', 'With @estherzoeee ^^ (@ The Manhattan Fish Market) [pic]: http://t.co/UilZNS4a'), (9816, 2752, 'Johore, Malaysia', '@nsyxz johor pn johor la...eh eh.....kurang ajar nye'), (9817, 1137, 'Johore, Malaysia', 'Ini care lesson ke atau theory MFS lesson ?! #davidbodoh'), (9818, 2655, 'Johor Bahru, Johore', '@yingy exactly. I dun even think Tt she earns Tt amt in e first place! If she does,she shld have her own co to\nRun her many events!'), (9819, 2775, 'Johore, Malaysia', '@claricebuno haha mommy nag paconvert nako. Pwede nako magpakasal ng paulit ulit at magkaron ng maraming misis. Ops! Isa nga wala pa pala e.'), (9820, 2541, 'Plentong, Johor Bahru', 'Mana niiiiiiiiiiiiiiiiiiiiiiiiiiiiii.'), (9821, 2746, 'Johore, Malaysia', '@ScarlettKaylene answer my q :D'), (9822, 2776, 'Johor Bahru, Johore', '@jeLopudding nice one!'), (9823, 2758, 'Senai Kulai, Kulai Jaya', 'I''m at Kelab Fotokreatif (KFK) (Johor Bahru, Johor) http://t.co/EzOR45Nk'), (9824, 294, 'Plentong, Johor Bahru', 'Afternoon, sisters and brothers. Have a nice day :)'), (9825, 2204, 'Johore, Malaysia', '@J0leneee lolxxx but u like it.... Wahahahahaha'), (9826, 1360, 'Johor Bahru, Johore', 'Vanilla latte. (@ Starbucks) http://t.co/kIaXMs6t'), (9827, 2777, 'Tebrau, Johor Bahru', 'I''m at Cimb Bandar Baru Uda (Johor Bahru, Johor) http://t.co/3XfXqyr2'), (9828, 2778, 'Johore, Malaysia', '@paperkisses07 @theawesomeee @corinayeo yes i wanna watched hunger games! 26 - 28 March i''m not free! I got class BBQ!'), (9829, 2559, 'Johor Bahru, Johore', 'I''m at oxford educational centre http://t.co/W0W57ErQ'), (9830, 778, 'Johor Bahru, Johore', 'I''m at Lorong Chuan MRT Station (CC14) (Singapore, Singapore) http://t.co/YzHa35PZ'), (9831, 2779, 'Malaysia', '@naimdaniel bnyk fb fake kod..kejam giler fake uh!'), (9832, 2780, 'Johore, Malaysia', 'I''m at 195 Pearl''s Hill Terrace (Singapore) http://t.co/VDQJmw0W'), (9833, 529, 'Johor Bahru, Johore', 'Selamat afternoon semuanya(:'), (9834, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. sad right. 1 week. Not enough. 1 Year will be awesome. :P'), (9835, 2712, 'Johore, Malaysia', '@iqmalbaker larh'), (9836, 148, 'Johor Bahru, Johore', '“@limyingxuan0108: Its now or never.”'), (9837, 2415, 'Malaysia', 'เกรียนใส่ริทดีกว่า'), (9838, 2781, 'Johor Bahru, Johore', 'so full :/ wake up brush teeth jiu got breakfast ^^ how wonderful..'), (9839, 2394, 'Singapore', '@amie_kamal jom gi sushi!'), (9840, 1556, 'Singapore', '@ADIaiyad x payah since u hv the songs'), (9841, 2736, 'Singapore', 'sian max, idw restart com. stupid update.'), (9842, 2762, 'Malaysia', 'เค้าบอกอย่างต่ำแปดแก้วต่อวัน นี่ดื่มเกินหนึ่งวันแล้วมั้ง เอิ้กๆ'), (9843, 2782, 'Johore, Malaysia', 'I''m at LT7A @ NUS http://t.co/r2HPgmyn'), (9844, 196, 'Johor Bahru, Johore', 'Ruishan good lor, reply angel tweet Dw reply my tweet. Nehhmind lor. *draw circles*'), (9845, 2783, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) w/ 3 others http://t.co/UMXMBJid'), (9846, 2710, 'Singapore', 'TIMELINE MACAM CHAUCIBAI'), (9847, 2752, 'Johore, Malaysia', '@liatweetz @nsyxz kawin org kaya tunpn nk kna ajar pe amil. Hahahaha'), (9848, 1137, 'Johore, Malaysia', 'Holiday 3 week die maseh nak ajar . #davidbodoh'), (9849, 659, 'Johor Bahru, Johore', 'Finally bus 12 reached'), (9850, 2763, 'Johore, Malaysia', 'Gonna feel awkward later.. After so long meeting them'), (9851, 2784, 'Johor Bahru, Johore', 'I''m at Woodlands Checkpoint (Causeway) (Singapore, Singapore) w/ 15 others http://t.co/ND9rWJTy'), (9852, 2516, 'Johore, Malaysia', '@bitesizedkay no money la 1 month leh'), (9853, 2743, 'Plentong, Johor Bahru', '@anormaziah john carter pon penoh gile seat plg dpn je yg tggl..kuciwa daku sume cite best x pat tgk'), (9854, 1643, 'Johore, Malaysia', 'Last long, bastards.'), (9855, 1356, 'Johore, Malaysia', 'You don''t know you''re beautiful.'), (9856, 1399, 'Johore, Malaysia', '@FL0RALRIBBONS Morning . Wassup ;3'), (9857, 2715, 'Riau, Indonesia', '@Daniel_safwan iya knp?'), (9858, 349, 'Johor Bahru, Johore', '@XavierNJKai Rooster hair suits you better leh!'), (9859, 249, 'Johore, Malaysia', 'Stupid weather is making ppl late everyday :( I''m late! Tmr morn omg got to kill myself!'), (9860, 2785, 'Johore, Malaysia', 'Gonna start cutting my layout for art~~'), (9861, 2776, 'Johor Bahru, Johore', '@jeLopudding nice!'), (9862, 2655, 'Johor Bahru, Johore', '“@sralauren: @Jessicaxes_Lee my nails are laughing too. ahhahahaha. hi lovely! have a good day. xx”'), (9863, 1028, 'Johore, Malaysia', 'I''m at Jurong Port West Gate [pic]: http://t.co/yriLduI9'), (9864, 2763, 'Johore, Malaysia', 'The Health of many people'), (9865, 2308, 'Plentong, Johor Bahru', '@aen_delina walah mau teka cane..?? huh takda clue langsung..~'), (9866, 146, 'Pulai, Johor Bahru', 'Mimpi2x felik je lately~'), (9867, 2786, 'Johore, Malaysia', 'Just woke up..'), (9868, 2588, 'Johor Bahru, Johore', '@TaM_TaMaM hahaha anak sedare ko ehk?? Biler aku alek dari melaka. Cos ptg nk antah pat pakcik aku niari...'), (9869, 19, 'Johore, Malaysia', 'if i had your twitter acc , i will helkp you tweet something good like how you tweet mine . change acc ? ;P fair pls ? you have mine .'), (9870, 905, 'Johore, Malaysia', 'Watching #heatvsbulls via live streaming :)'), (9871, 1824, 'Johore, Malaysia', 'Healthy living: baby carrots, broccoli, honey cherry tomatoes &amp; pasta! @ Asia City Media Group (I-S Mag HQ) http://t.co/rYCZaHsD'), (9872, 2655, 'Johor Bahru, Johore', '@sralauren shall we go somewhere ? Miss u gal!'), (9873, 632, 'Tebrau, Johor Bahru', 'Aku tak rasa Aiman Hakim Ridza tu sweet macam Aiman Vanila Coklat. #justsaying'), (9874, 2787, 'Johor Bahru, Johore', '@sylvialeeeeee haha what time you can first'), (9875, 294, 'Plentong, Johor Bahru', 'no wayy. please lah aku taknak tuition ._.'), (9876, 2778, 'Johore, Malaysia', 'I''m craving for mixed fruit tarts!'), (9877, 529, 'Johor Bahru, Johore', 'Today = spring cleaning day^.^'), (9878, 2763, 'Johore, Malaysia', 'I think I study at home much more better'), (9879, 2743, 'Plentong, Johor Bahru', 'Makan ke tido?mate da mcm panda ni..'), (9880, 1131, 'Johor Bahru, Johore', 'Physics supp!! )":'), (9881, 1553, 'Riau, Indonesia', 'Playful po! @ Universal Studios Singapore http://t.co/QSU126RP'), (9882, 319, 'Johore, Malaysia', 'yay! dah bangun! muah :*'), (9883, 2610, 'Singapore', '@maverickpikachu AM I SUPPOSED TO BE ABLE TO SOLVE THEM? They just look like a jumble of symbols and letters to me...'), (9884, 2780, 'Johore, Malaysia', 'I''m at People''s Park Food Centre (Singapore, Singapore) http://t.co/grXEhX2v'), (9885, 852, 'Johore, Malaysia', '@MaVicky04 @siangieako @chad41988 @krztine_426 @atingngpex @lheam28 @juggle_iamfree @alfonbel @biebiewan @ashrald hahaha! Pwede Palit tayo'), (9886, 2788, 'Pulai, Johor Bahru', 'I''m at TESCO Bukit Indah (Johor Bahru, Johor) http://t.co/XhZedoTG'), (9887, 2308, 'Plentong, Johor Bahru', '@YanaLauren aiyak.. sushi yer.. working ni.. lg satu baru 2 kali seumur idop mkn shushi ngeh2'), (9888, 1356, 'Johore, Malaysia', 'If you want to go fast, go alone. If you want to go far, go together. - Warren buffett'), (9889, 1137, 'Johore, Malaysia', 'Takde orang nak dengar ape die ckp and still he continue his teaching . #davidbodoh'), (9890, 994, 'Johor Bahru, Johore', 'I''m at Home @ Blk 631 Senja Rd (Singapore, Singapore) http://t.co/WKcwvnv6'), (9891, 2356, 'Johore, Malaysia', '@taylorsaysswift YOU GUYS WEARING SCHOOL UNIFORM RIGHT ?'), (9892, 2763, 'Johore, Malaysia', 'Come school also waste time Sia...'), (9893, 362, 'Johore, Malaysia', 'Nak sex ! Nak sex ! Mama I nak sex lah ! Tolong carikkan partner !'), (9894, 474, 'Johore, Malaysia', 'My flirting skills on fb exposed HAHAHHAHAH flirt to my baby girl! &lt;3 LOL'), (9895, 19, 'Johore, Malaysia', '@iAzxtiL gile . hahaha !'), (9896, 349, 'Johor Bahru, Johore', 'Tired, shall go Orh Orh first. Decided not to go anywhere today le &gt;.&lt;'), (9897, 2312, 'Johor Bahru, Johore', 'I love my body, it forces me to vomit out all those unhealthy food which I''ve eaten.Like FRIED and instant. \n\nOnly natural food are retained'), (9898, 2767, 'Johor Bahru, Johore', 'Go look yourself in the mirror and reflect what have you been doing before putting the blame on others! Stop and start thinking!'), (9899, 312, 'Johore, Malaysia', 'Coffee smells like freshly ground heaven - Jessi Lane Adams'), (9900, 2763, 'Johore, Malaysia', 'Regrets'), (9901, 474, 'Johore, Malaysia', 'I''l make a darn good guy, i fanthom'), (9902, 148, 'Johor Bahru, Johore', 'Hahahaha u never bathe!“@VICKITERY: I still smell like BBQ..”'), (9903, 2790, 'Johor Bahru, Johore', 'Stress liao now'), (9904, 2791, 'Singapore', 'bored.'), (9905, 1109, 'Johor Bahru, Johore', '@JonesTNG Noprob! ;)'), (9906, 490, 'Plentong, Johor Bahru', 'memang banyak pacat uu~ gambar google http://t.co/4HJPLPdS'), (9907, 2576, 'Kota Tinggi, Johore', '@FirSukeArt no. L is forever first xD'), (9908, 2636, 'Johore, Malaysia', 'I miss having my own 3G :('), (9909, 2746, 'Johore, Malaysia', '@ScarlettKaylene wa lan , so evil :''('), (9910, 2763, 'Johore, Malaysia', 'Hearing to old songs suddenly..'), (9911, 2576, 'Kota Tinggi, Johore', 'Gollijokgorineun stupid mworani~'), (9912, 1643, 'Johore, Malaysia', 'I told him to last damn fucking long.'), (9913, 2516, 'Johore, Malaysia', '@bitesizedkay her son stays there. I wanna go there work also. Singapore #tooboring'), (9914, 2752, 'Johore, Malaysia', '@nsyxz i was immitating them la!! Hahahaha!!adnan sempit dh tkd lgi kt youtube:(((((((('), (9915, 19, 'Johore, Malaysia', 'gonna bath at 1.30 and off to takraw training . luckily today''s training not at school and at 3 . wutengwuteng here i come .'), (9916, 2218, 'Malaysia', '@ วานแต่งงานหน้าบ้าน (@ Sun House) http://t.co/4CREbvHT'), (9917, 2710, 'Singapore', 'chemistry, i am going to do you in a few hours time so dont make me suffer please.'), (9918, 2636, 'Johore, Malaysia', '@Killdalove u stalk her blog'), (9919, 2792, 'Johore, Malaysia', '@Nicholas_Shaoz @theleonvincent THE MRT WAS NASTY!!!!'), (9920, 2763, 'Johore, Malaysia', 'Old Is Gold As Always'), (9921, 503, 'Plentong, Johor Bahru', ':) (@ Nissan Tan Chong Ekspress Auto Servis Sdn Bhd) http://t.co/Uq4E2AK3'), (9922, 2793, 'Johore, Malaysia', 'Waah train breakdown'), (9923, 2779, 'Malaysia', '@naimdaniel nak ckp nice blog....nak minx tlg follow blog nurin balik buleyh x ?? #sorrykacau'), (9924, 2794, 'Johore, Malaysia', 'I''m at Korean Grill BBQ Buffet @ Novena (Singapore) http://t.co/DORbBV2o'), (9925, 2795, 'Johore, Malaysia', '@tsuei yeah a couple, but not on twitter. Is this for a project?'), (9926, 992, 'Johor Bahru, Johore', 'my friends said that my class tee behind to colorful:/'), (9927, 490, 'Plentong, Johor Bahru', 'wahai youtube jangan la stuck ae sayang'), (9928, 2204, 'Johore, Malaysia', '@J0leneee yang mak na'), (9929, 2092, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 88 (Singapore, Singapore) http://t.co/2XAlTxwr'), (9930, 2796, 'Johore, Malaysia', 'Just wake up :/ feel like sleeping all day and not get out of bed ^^'), (9931, 1399, 'Johore, Malaysia', '#slow'), (9932, 346, 'Riau, Indonesia', 'ahh nggak jg, hanya sebuah pandangan koq,hikk RT @bapausterbang wah perbincangangannya berat nih RT @DikeBeeM berbincang-bincang masalah !!!'), (9933, 2797, 'Johor Bahru, Johore', 'In search of inspiration @ Starbucks http://t.co/j5SopmOE'), (9934, 362, 'Johore, Malaysia', '@tookitaway: Imagine having a teacher named Alejandro &amp; whenever he calls on u,Just be like:Don''t call my name,Don''t call my name,Alejandro.'), (9935, 196, 'Johor Bahru, Johore', '@syasyachubby hahahaha, secks ah!'), (9936, 58, 'Malaysia', '@limited_Pookki3 55555 ฉันเป็นค้างคาว ๆ'), (9937, 196, 'Johor Bahru, Johore', 'Flu Flu go away. :('), (9938, 2715, 'Riau, Indonesia', '@Daniel_safwan ohhh,, kmu?kuliah dmn?'), (9939, 2798, 'Riau, Indonesia', '@Intanova @indahperwika haha iya,kpn lg bwt indah seng,17 wak wak :D'), (9940, 1356, 'Johore, Malaysia', 'You’re like the North Pole of a magnet bar,he is also like the North Pole of a magnet bar.There’s no way for both of you to be together.'), (9941, 2799, 'Plentong, Johor Bahru', 'I''m at CIMB Bank Jln Serampang Taman Pelangi (Johor Bahru, Johor) http://t.co/iqjzeSxa'), (9942, 2736, 'Singapore', '@lynnloveschoco I have a camera, but no memory card. :/'), (9943, 2576, 'Kota Tinggi, Johore', '@KJH_SG a hahahha. Okay :b'), (9944, 1399, 'Johore, Malaysia', '@Edwininja Yours ?'), (9945, 2800, 'Singapore', '@cutemich24 parang ang hirap naman ng quiz mo! haha! what subject is that?'), (9946, 1662, 'Johor Bahru, Johore', 'I''m at Bus Stop 76271 (Dunman Sec Sch) (Singapore) http://t.co/AAenQp5i'), (9947, 2679, 'Johore, Malaysia', 'Wtf happened to the purple line?'), (9948, 2801, 'Johor Bahru, Johore', 'Chocolate pound cake at ITE College West Crema!! Awesome :)'), (9949, 1960, 'Senai Kulai, Kulai Jaya', 'Dr zaini kata kelas kat sini ! Hihi (@ SUB UTM) http://t.co/BLQiYhQp'), (9950, 349, 'Johor Bahru, Johore', '@XavierNJKai ya, saw your backcomb pic that you tweet just now like so weird only lorhh! Laughs!'), (9951, 228, 'Johor Bahru, Johore', '@TeamSashaAl1 @Nikki87391729 yep, it was. Haha'), (9952, 1356, 'Johore, Malaysia', 'When someone loves you, the way they say your name is different. You know that your name is safe in their mouth.'), (9953, 2576, 'Kota Tinggi, Johore', '@FirSukeArt the jr inside xD hohoho'), (9954, 1137, 'Johore, Malaysia', 'Mom called to go to the hospital after school since no one is visiting uncle'), (9955, 1129, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 5 others http://t.co/dsqwVm5y'), (9956, 2516, 'Johore, Malaysia', '@jeaniieong you pay for me? 5k leh plus expenditure!'), (9957, 2597, 'Riau, Indonesia', 'mantap ea kata2 nya @MarioTeguhWord'), (9958, 2746, 'Johore, Malaysia', 'It take a big gut and confidence to make it, and it take a really bigger gut and courage to accept the consequence too'), (9959, 2802, 'Johor Bahru, Johore', '@hannasoraya Asal one day je ?'), (9960, 2636, 'Johore, Malaysia', 'OH GOD FEELIN SO MESSY :(('), (9961, 45, 'Johore, Malaysia', '@wynnneo Tml I come find u ok;)'), (9962, 2576, 'Kota Tinggi, Johore', 'Tojyo naoneun Jackpot nuga mwora gon so what~'), (9963, 362, 'Johore, Malaysia', '@danishoncloud9 Bye bye :)'), (9964, 1615, 'Singapore', '@ichi_monji gosh..hope i get to stream..you got any streaming site?'), (9965, 2803, 'Riau, Indonesia', 'Jangan jadikan kegagalan sebagai alasan untuk menyerah. Karena akan selalu ada cara, akan selalu ada jalan jika kamu mau berusaha.'), (9966, 209, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 9 others http://t.co/mrLtFOlK'), (9967, 1864, 'Johor Bahru, Johore', 'The incy wincy spider went up the side of my bed, down came I looked, and I screamed my lungs out till it dropped to the floor.'), (9968, 1479, 'Johore, Malaysia', 'When does a need cross over to be an addiction? #addiction #fb'), (9969, 2804, 'Johor Bahru, Johore', 'Gonna continue with homework. :)'), (9970, 1667, 'Johore, Malaysia', 'AST and CST Enter the Global Share Alliance Formed by Equiniti ... http://t.co/Joj29Y7M #investing'), (9971, 2506, 'Plentong, Johor Bahru', 'Lunching.. (@ Cafe Al-Ansar) http://t.co/MRuaV4Nb'), (9972, 2653, 'Johore, Malaysia', 'Sunggyu tweeted?!?!'), (9973, 2560, 'Johor Bahru, Johore', '@JoeyPompeepee jiayou ah dun bang wall ar :X'), (9974, 196, 'Johor Bahru, Johore', 'No Rose.'), (9975, 1129, 'Johor Bahru, Johore', 'I''m at Foodjunction @ Lot 1 CCK http://t.co/Sw9rOqar'), (9976, 908, 'Johor Bahru, Johore', 'RT "@teenagerbook: Even if I fall in love again with someone new, it can never be the way I loved you."'), (9977, 266, 'Johor Bahru, Johore', 'I''m at Assumption English School Canteen http://t.co/4E81N64i'), (9978, 1615, 'Singapore', '@stephhrocks_ bra!!'), (9979, 1356, 'Johore, Malaysia', 'Love is when a girl puts on perfume and a boy puts on shaving cologne and they go out and smell each other'), (9980, 2805, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 5 others http://t.co/WTyn77NP'), (9981, 2736, 'Singapore', 'Sian max, my face changed so much since primary 4.'), (9982, 2653, 'Johore, Malaysia', '@ikpopbias Big Bang'), (9983, 362, 'Johore, Malaysia', 'Reaching dhoby ghaut !'), (9984, 2806, 'Johor Bahru, Johore', 'I''m at 211C Compassvale Lane (Singapore) https://t.co/fKVf1nGq'), (9985, 1286, 'Johore, Malaysia', 'lunch time (@ C &amp; P Canteen) http://t.co/s88u1sxJ'), (9986, 2576, 'Kota Tinggi, Johore', 'This is a story about a dwarf and giant\nBut it`s gonna end just like David and Goliath.'), (9987, 2798, 'Riau, Indonesia', 'syp cuci mtor,kinclong :D'), (9988, 146, 'Pulai, Johor Bahru', 'Kalo mimpi kubur knape kah?'), (9989, 2653, 'Johore, Malaysia', '@ikpopbias 2NE1'), (9990, 1109, 'Johor Bahru, Johore', '@kimberly_chia So cuteeeee! :)'), (9991, 2752, 'Johore, Malaysia', '@nsyxz hahahaha!!! Kau bole tk naik motor pkai escalator. Eventhough mrepek bt fucking funny!!!'), (9992, 2807, 'Johor Bahru, Johore', 'Asalamualaikum semua,cerita pada hari ini ada lah tentang partner attachment saya'), (9993, 2576, 'Kota Tinggi, Johore', 'Keep up with my pace, it you can\nDon`t lag wile E.coyore cuz I`m road Runner, fast!'), (9994, 1349, 'Johor Bahru, Johore', 'Hope my dream will come true. :-)'), (9995, 2653, 'Johore, Malaysia', '@ikpopbias Kim Hyun Joong.'), (9996, 2808, 'Johor Bahru, Johore', 'I''m at Blk 371 Bukit Batok Coffeeshop http://t.co/bym0vraw'), (9997, 2172, 'Johore, Malaysia', '@Basiladam best giler kan?'), (9998, 2715, 'Riau, Indonesia', '@Daniel_safwan apa tcu?'), (9999, 2636, 'Johore, Malaysia', 'Otw to suntec?'), (10000, 196, 'Johor Bahru, Johore', 'Today''s condom day? Happy National Condom Day. LOL.'), (10001, 2779, 'Malaysia', '@naimdaniel dgr citer na cover lagu??lagu ape ye??'), (10002, 1982, 'Johor Bahru, Johore', 'Watching phineas and ferb.'), (10003, 2809, 'Johor Bahru, Johore', 'Haviing break nooww -.-'), (10004, 386, 'Johore, Malaysia', 'Just got awoken up by the yell of my neighbor -___-! ( Now, i get why they say typical Indians have a lung the size of an elephant.)'), (10005, 2620, 'Johor Bahru, Johore', 'I''m at ISH @ PLMGSS (Singapore) http://t.co/svg5Y6DT'), (10006, 1438, 'Johore, Malaysia', 'makanan khas palopo bro'''''''''''',,,''''bugalu'''' http://t.co/cNAcnOcl'), (10007, 1467, 'Plentong, Johor Bahru', '@Arpek9363 ye la, inai x hilang lg tu'), (10008, 2810, 'Johor Bahru, Johore', 'I want to have a bar at home. A bar that can make all sorts of drinks. &gt;:)'), (10009, 2710, 'Singapore', 'Thats it im googling.'), (10010, 1109, 'Johor Bahru, Johore', '@Bitetherose W8 fr them to b bck then. (:'), (10011, 2415, 'Malaysia', 'รักเอฟซีอีสานจัง ดูคลิปที่ร้องเพลงครั้งแรก T^T'), (10012, 1954, 'Johore, Malaysia', '@onetwothree_abc yes you should..'), (10013, 1327, 'Johore, Malaysia', '@Sya_miza oitt mz mentangla awak Rekrut cari Nama travel pun akan hazama eh hehehe'), (10014, 431, 'Johore, Malaysia', '@angpeony @germainecs goldie shoo don''t create trouble'), (10015, 1643, 'Johore, Malaysia', 'The bad is you broke my heart.'), (10016, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu yeah.'), (10017, 1599, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 15 others http://t.co/7mEQ9jP4'), (10018, 1982, 'Johor Bahru, Johore', '@ahmerul alaaa . Kayla takpe. Besok boleh ?'), (10019, 2653, 'Johore, Malaysia', '@ikpopbias EunHyuk and DongHae'), (10020, 362, 'Johore, Malaysia', 'You make me feel good !'), (10021, 1008, 'Johore, Malaysia', '@naddcsy oooh. I thought it was some goal or something.'), (10022, 1356, 'Johore, Malaysia', 'Love is what makes you smile when you''re tired.'), (10023, 1206, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 6 others http://t.co/NaIfp6ex'), (10024, 2811, 'Kota Tinggi, Johore', 'I''m at MediaCorp Radio Building w/ 2 others http://t.co/Yz0XSRuY'), (10025, 2800, 'Singapore', '@cutemich24 susme! kaya naman pala ung isa eh parang sinasabunutan na ang sarili! LOL! magugutom ka talaga nyan!'), (10026, 1871, 'Johore, Malaysia', '@_minmin I found a better pay de ma. So quit le ! Knn you super long no Audi hor ! Your flower all die le la ! I now aster ring le leh !'), (10027, 1019, 'Johor Bahru, Johore', '@initialm good afternoon ! :P'), (10028, 1030, 'Johor Bahru, Johore', '1 more day to for Holiday waiting for April intake Hello april intake'), (10029, 2079, 'Malaysia', 'รักเราจะมั่นคงไม่มีวันหน่ายแม้นานสักเท่าไหร่จะคอยเติมใจให้รักเราเป็นเหมือนเดิม &gt;&lt;'), (10030, 362, 'Johore, Malaysia', '@XSTROLOGY Excuse me -.- ! We''re not like that .'), (10031, 2809, 'Johor Bahru, Johore', 'So April intake punyerr registration is going on ....'), (10032, 468, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) (Singapore, Singapore) w/ 16 others http://t.co/GOZlFrdQ'), (10033, 206, 'Johor Bahru, Johore', 'La illaha Illallah .'), (10034, 2736, 'Singapore', '@ginachoi87 wo ye ai ni'), (10035, 939, 'Johore, Malaysia', 'My Social Networking  #fb #instagram #twitter #tumblr @ Social Networking http://t.co/tYfYLtTn'), (10036, 2812, 'Johor Bahru, Johore', '@Nabzzz12 girl,awake?'), (10037, 2813, 'Johor Bahru, Johore', 'I''m at ITE College Central (Bishan Campus) (Singapore, Singapore) http://t.co/vPeZNKhJ'), (10038, 262, 'Johore, Malaysia', '@kellylilin Bad daughter never accompany daughter. Daughter, i m disappoint *High expectations father*'), (10039, 2787, 'Johor Bahru, Johore', '@sylvialeeeeee I where got at jb? Haha the location abit fail leh!!! Lol'), (10040, 1723, 'Johore, Malaysia', 'Going To The Airport At 2.00pm (: Malaysia We Go ! BAHA :D\n\n-❥Rawwrie(: ′'), (10041, 1109, 'Johor Bahru, Johore', '@P_UPPYLOXE Nice pic taken! ;) Whr u bought tat shirt?'), (10042, 1327, 'Johore, Malaysia', '@HanHoney230 bikin deh ngak\nSusah dong'), (10043, 504, 'Johore, Malaysia', 'Afternoon world &lt;3 Just woke up though !!'), (10044, 349, 'Johor Bahru, Johore', '@XavierNJKai post a pic leh, I see?'), (10045, 1467, 'Plentong, Johor Bahru', '@Arpek9363 peh...baru 2 bulan dh lupe?'), (10046, 146, 'Pulai, Johor Bahru', 'Don''t find love, let love find you. That''s why it''s called falling in love, because you don''t force yourself to fall.♥'), (10047, 2723, 'Plentong, Johor Bahru', 'zzzz'), (10048, 2807, 'Johor Bahru, Johore', 'Perempuan tersebut,atau bahalau tersebut bernama jia yin.ketika saya memenggil dia,dia Kata not jia yin,jia ing.'), (10049, 2597, 'Riau, Indonesia', '@MarioTeguhWord gagah ya'), (10050, 2814, 'Johore, Malaysia', '@hobo4art @aganharahap kapan aja seh mba,,,,aku ga ada jadwal hari ini...bisa siang bisa malam.sip'), (10051, 19, 'Johore, Malaysia', 'im so touch when someone told me she stalk''s my fb profile everyday without fail .'), (10052, 1960, 'Senai Kulai, Kulai Jaya', 'Nak makan lupa duit tak kua lagi -___-'' (@ CIMB UTM) http://t.co/aU51aoBN'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (10053, 262, 'Johore, Malaysia', '@Liminny even a website! http://t.co/TLCKx1z3'), (10054, 362, 'Johore, Malaysia', 'Oh today white house open lah in Singapore :)'), (10055, 58, 'Malaysia', '@limited_Pookki3 555 เสือกหนัด - -'' อย่าไปคิดถึงมันเลย'), (10056, 2815, 'Senai Kulai, Kulai Jaya', '#Howtokeeparelationship don''t let your past or past things ruin wat you got goin right now'), (10057, 1356, 'Johore, Malaysia', 'There are two kinds of love, Our love. God''s love. But God makes both kinds of them.'), (10058, 2816, 'Johore, Malaysia', 'Public transport in Singapore isn''t that bad'), (10059, 2653, 'Johore, Malaysia', '@ikpopbias SHINee'), (10060, 1731, 'Singapore', 'Got my beats earpiece #fyeah'), (10061, 2736, 'Singapore', '@ryeostat 3.4 good lah. It''s like if I got 3.4 I will be very happy alr.'), (10062, 2593, 'Plentong, Johor Bahru', '@AizrulAfiq hahaha pegy la lunch doo'), (10063, 1954, 'Johore, Malaysia', 'Done with physics, emath and 4 topics of Chem~ left with geog, amath and more Chem'), (10064, 2548, 'Malaysia', '@nanadeera ตื่นยังน้อง.'), (10065, 2653, 'Johore, Malaysia', '@ikpopbias UKiss'), (10066, 1017, 'Johor Bahru, Johore', 'cwp really need to fix the strong bubble stench.'), (10067, 1116, 'Johore, Malaysia', 'I just ousted Leslie H. as the mayor of 68 kallang pudding on @foursquare! http://t.co/UoXCDX1Z'), (10068, 1116, 'Johore, Malaysia', 'I''m at 68 kallang pudding (Singapore, Singapore) http://t.co/c7z3PyB7'), (10069, 2814, 'Johore, Malaysia', '@aganharahap @hobo4art nari india gan,,,,,haaha'), (10070, 1124, 'Johore, Malaysia', '@icohperello Nux ayus better paying Yan for sure ;)'), (10071, 2500, 'Plentong, Johor Bahru', 'yeahhhh bebassssss drpd jemmmmmmmmmm,,,yeahhhh *senyum sampai ke telinga* hihihihihi :DDDD'), (10072, 2817, 'Johor Bahru, Johore', 'At starbucks with @HelmyGoh'), (10073, 2762, 'Malaysia', 'แก้ไม่หายสักทีน่ะ ภาษาต่างด้าวเนี๊ยะ (-*-)'), (10074, 959, 'Johor Bahru, Johore', 'Eating texas chicken before boarding :) now goin to gate n board the plane n fly to phuket! Phuket here i come :)'), (10075, 2746, 'Johore, Malaysia', '@BANANAKILLERZ Daiso? I got Discount Care only 1$ :)'), (10076, 141, 'Johore, Malaysia', 'I''m at Outram Park MRT Interchange (EW16/NE3) (Singapore, Singapore) w/ 2 others http://t.co/Z4qhRmmR'), (10077, 983, 'Malaysia', 'I''m at Shell - Bang Klam http://t.co/2hNeAxQC'), (10078, 2776, 'Johor Bahru, Johore', '@akosipuppydan puppytweet!'), (10079, 2653, 'Johore, Malaysia', '@IHEARTSUZY Hehe. Lol. 2yrs. Make it forever.'), (10080, 148, 'Johor Bahru, Johore', '@VICKITERY hahaha. Wash a few more times:D'), (10081, 2541, 'Plentong, Johor Bahru', 'Eh betul terjadi lah. Masin nya mulut!'), (10082, 141, 'Johore, Malaysia', 'I''m at Singapore Genaral Hospital http://t.co/7XziCdKU'), (10083, 1643, 'Johore, Malaysia', 'RT @MeiinardLin: Life is short, we only get to live it once. So live and love, and give it all you’ve got.'), (10084, 206, 'Johor Bahru, Johore', 'I seriously havin Hasbi Rabbi #onrepeat . Only 2 days after downloading it and I have more than 200 plays .'), (10085, 1556, 'Singapore', '@ADIaiyad should i? semalam siapa punya laptop?'), (10086, 2779, 'Malaysia', '@naimdaniel ouh okay..btw na tanyer uadd ape??'), (10087, 1867, 'Plentong, Johor Bahru', 'every1 comes into your life for a reason; some good, some bad.they shape, form and break us.but in the end make us who we are #thatsthetruth'), (10088, 1670, 'Johor Bahru, Johore', 'I''m at Rainforest Fights Back Show w/ @peiyuzx http://t.co/LKO9PG5J'), (10089, 2763, 'Johore, Malaysia', 'All alone...'), (10090, 2300, 'Johor Bahru, Johore', 'The whole block affected by the Electricity... Maintenance work in progress again..Now power is back.\nKasi lah warning dulu.Anjat Adik...'), (10091, 294, 'Plentong, Johor Bahru', '@bellaafiqah KAN ? hm :/'), (10092, 1467, 'Plentong, Johor Bahru', '@Arpek9363 waaaaaaaaah lebam!'), (10093, 228, 'Johor Bahru, Johore', '@jiajia_xoxo Tweetings :)'), (10094, 2763, 'Johore, Malaysia', 'One Man Army'), (10095, 2818, 'Johor Bahru, Johore', 'Look Who''s Happy With His New Ride! With That Smile? All I Can Say Is You''re Welcome A @ Around Singapore:) http://t.co/4OIOeFli'), (10096, 775, 'Johore, Malaysia', '"ATTACK THOSE COLD SEAFOOD!!! - mummy to me. ROFL.'), (10097, 2819, 'Plentong, Johor Bahru', '#Thefeelingiget when I got exam paper. Damn'), (10098, 2820, 'Johor Bahru, Johore', 'Trying to study.. But all these modern technology''s telling me not to..'), (10099, 1356, 'Johore, Malaysia', '"Love is the irresistible desire to be irresistibly desired." - Mark Twain'), (10100, 2736, 'Singapore', '@lynnloveschoco Or you want to use my ipad? But the quality sucks. :x'), (10101, 1697, 'Johore, Malaysia', 'I''m at Far East Plaza (Singapore) w/ 4 others [pic]: http://t.co/5M82TXOk'), (10102, 1643, 'Johore, Malaysia', 'Okay. Needa bathe now.'), (10103, 1457, 'Riau, Indonesia', 'IT LOOKS LIKE HOLLYWOOD *-* http://t.co/K8oq5z35'), (10104, 2615, 'Johore, Malaysia', '@Feeeedaus omg fuck I feel you lah'), (10105, 2821, 'Johore, Malaysia', 'IT''S PORK CHOP TIME MUHAHAHAHAHA (@ Supreme Pork Chop) http://t.co/B7a1tTa8'), (10106, 141, 'Johore, Malaysia', 'I''m at Blk 4, Singapore General Hospital http://t.co/AxmW2ZN1'), (10107, 2548, 'Malaysia', '@MaifahMaimai นอนดึกย่ะซิส . uu'), (10108, 362, 'Johore, Malaysia', 'I''ve always had fetish for tit fuck . Oh wow dude , You''re gay and you like tit fuck ! That''s new !'), (10109, 2763, 'Johore, Malaysia', 'I''m so alone in things I do... Especially in school...'), (10110, 2516, 'Johore, Malaysia', '@jeaniieong ya la 5k la!'), (10111, 2752, 'Johor Bahru, Johore', '@nsyxz english dier teringtkn aku ngn pmpan yg krgg smua kutuk dulu. Ahahaha!!! Bli cd dier beh pinjam aku k'), (10112, 2822, 'Kota Tinggi, Johore', 'Studying now~.'), (10113, 778, 'Johor Bahru, Johore', 'I''m at New Tech Park http://t.co/neY5u15b'), (10114, 19, 'Johore, Malaysia', '@chillipadixx why sad Juliee ? cheer up alright ? smile :D'), (10115, 2623, 'Malaysia', '“@CushyTipz: @fahfak อ้อค้าเช่นกันค้ะชื่ออิงหรอ ?” / จ้าาา '' เทอเรียนที่ไหนอ่ะ ?'), (10116, 452, 'Riau, Indonesia', 'I''m at Sentosa Beach http://t.co/ICO5vgbU'), (10117, 2800, 'Singapore', '@cutemich24 hahahahha nice one! =P'), (10118, 2292, 'Johore, Malaysia', 'I''m at Blk 2 Holland Ave w/ @wafflemyung http://t.co/Y6ZQJrHp'), (10119, 2823, 'Johore, Malaysia', 'I''m at Tower 2 Marina Bay Sands Hotel (Singapore, Singapore) http://t.co/WkrdwwO1'), (10120, 2736, 'Singapore', '@ryeostat idk leh. cumulative I guess?'), (10121, 2824, 'Johore, Malaysia', 'Hahahaha! http://t.co/doF0R4b1'), (10122, 2675, 'Johor Bahru, Johore', 'still at home lol ok'), (10123, 1008, 'Johore, Malaysia', '@naddcsy still hav tmr wad!'), (10124, 552, 'Johore, Malaysia', '@Roseskisses hahas ;) for fun ;D'), (10125, 2825, 'Johore, Malaysia', 'I''m at ITE College Central (Balestier Campus) (Singapore, Singapore) w/ 3 others http://t.co/sfeavUzM'), (10126, 2819, 'Plentong, Johor Bahru', '#Thefeelingiget when my friends didn''t reply my message.'), (10127, 2287, 'Tebrau, Johor Bahru', 'he never see my tweet. ahahhaa k'), (10128, 2763, 'Johore, Malaysia', 'I don''t have a partner to go home always...'), (10129, 2513, 'Johore, Malaysia', 'Off to training ! (:'), (10130, 2449, 'Johore, Malaysia', 'WOAH WOAH.'), (10131, 470, 'Singapore', 'i wonder what will be my reaction ... would i be smiling like last sem?'), (10132, 2795, 'Johore, Malaysia', '@tsuei sure, will do so in a few hrs just entered a class!'), (10133, 778, 'Johor Bahru, Johore', 'Premiere time!!! (@ MTV Asia LDC) http://t.co/gWMYB0sI'), (10134, 362, 'Johore, Malaysia', 'What are you waiting for ! Take a bite of my heart tonight !'), (10135, 2301, 'Johore, Malaysia', '"what are you up to?" Hi 4sq, aku tgh carik bunga kat sini. K lol hehehe (@ Botanic Gardens MRT Station (CC19/DT9)) http://t.co/m2ZcGLYX'), (10136, 2826, 'Johor Bahru, Johore', 'Need to go for\nMaths operation soon :P'), (10137, 2636, 'Johore, Malaysia', '@Killdalove every1 but me'), (10138, 2827, 'Johore, Malaysia', 'Ya ampun,maner lahhh hambahamba allah ni.'), (10139, 2828, 'Johore, Malaysia', 'If man was #gods creation... does that men #women are the #devils ? #HereToTempt #TrueStory'), (10140, 2615, 'Johore, Malaysia', '@Khaiyote lol sounds as if your house is some whorehouse HAHA'), (10141, 196, 'Johore, Malaysia', '@ShanshanHeartsu *draw circles*'), (10142, 2653, 'Johore, Malaysia', '@IHEARTSUZY Hehe. :P Forever. Stay at home. And rot.'), (10143, 2636, 'Johore, Malaysia', '@limxinying shop? :('), (10144, 272, 'Johore, Malaysia', 'Just because she is happy all the time doesnt mean there''s nothing wrong'), (10145, 1950, 'Johor Bahru, Johore', 'Seating at piazza... Wit my friends'), (10146, 2829, 'Johore, Malaysia', '@MyvolkswagenJ Happy birthday Joelle!! Have a good one!'), (10147, 2830, 'Johore, Malaysia', '@waniekorked ouhh , hehe :)'), (10148, 2763, 'Johore, Malaysia', 'That is how my life meant to be then this is how I roll with it'), (10149, 2831, 'Kota Tinggi, Johore', 'I''m at Prata Wala (Singapore, Singapore) http://t.co/yRI3THyF'), (10150, 2832, 'Johor Bahru, Johore', '@ira2o9 ehehehehehhehee, thnkk youuuuu!!!! ((: suree wwillllll~~'), (10151, 2636, 'Johore, Malaysia', 'Haha this is fun :)'), (10152, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak กินแล้วจ้า (:” / ร้อนเนาะแก ใปกินใลเยนๆดีกว่า :)'), (10153, 1723, 'Johore, Malaysia', 'BE THE 100th Follower , AND YOU GET 50 FREE SHOUTOUTS ! (: My Concept .\n\n-❥Rawwrie(: ′'), (10154, 1017, 'Johor Bahru, Johore', 'can you don''t be selfish and inconsiderate? think about the others.'), (10155, 502, 'Johor Bahru, Johore', 'HAHAHA! Why so irritating! “@angpeony: @Destructedminds @germainecs *crawls out from the graveyard”'), (10156, 1959, 'Johore, Malaysia', '@RealKylePatrick YESSSSSSS'), (10157, 2772, 'Johore, Malaysia', '@deepikavee cute&lt;3'), (10158, 1019, 'Johor Bahru, Johore', '@initialm hahaha only Facebook got that issue.. Not twitter.. Ya I am in woodlands :P'), (10159, 147, 'Johor Bahru, Johore', 'I''m at Elias Mall (Pasir Ris, Singapore) http://t.co/K3tRT9RO'), (10160, 2833, 'Johor Bahru, Johore', 'Waaaaaaaa. Lunch with @DaynaOng'), (10161, 206, 'Johor Bahru, Johore', 'Dee tertdo alek . -.-" now cannot have breakfast with her .'), (10162, 1959, 'Johore, Malaysia', '@christinangsy ME TOOOO'), (10163, 1438, 'Johore, Malaysia', '@teukuwisnu2 semangatttttttttttttt,,,,,,,,,'), (10164, 2679, 'Johore, Malaysia', '@psabb once you start, you know how i do it.if you really want something, the universe conspires in helping you acheive it.'), (10165, 181, 'Johore, Malaysia', 'Ngantoktakletahanlapukimak'), (10166, 1909, 'Tebrau, Johor Bahru', 'The Lorax with my baby panda :3 (@ TGV Cinemas, Jusco Tebrau City) http://t.co/M5Oj65Rb'), (10167, 640, 'Johor Bahru, Johore', 'I''m at Admiralty MRT Station (NS10) (Singapore, Singapore) w/ 3 others http://t.co/HbiORtfV'), (10168, 362, 'Johore, Malaysia', 'So what do you call a guy who''s straight but attracted to you ? Which is also a guy . Hmmmp ?'), (10169, 2819, 'Plentong, Johor Bahru', '#Thefeelingiget when my parents give me iphone 4s!!!!!!! Anh I was like OMG'), (10170, 2834, 'Johore, Malaysia', 'I''m at Starbucks (Singapore) http://t.co/9FbhiWzc'), (10171, 1327, 'Johore, Malaysia', '@HanHoney230 melampau jumpa x pisang goreng'), (10172, 2653, 'Johore, Malaysia', 'So many news of 2PM today. I love it. Have more please.:P'), (10173, 1409, 'Riau, Indonesia', 'I''m at Hard Rock Hotel (Singapore) http://t.co/nFmAESHU'), (10174, 2835, 'Pulai, Johor Bahru', 'Let go babe =} @ Jb Sweet Home *\\(^o^)/* http://t.co/ycRtT7zB'), (10175, 2763, 'Johore, Malaysia', 'Pigs always come in group.. But Lion will come like a king..'), (10176, 2836, 'Johor Bahru, Johore', 'I''m at Tuas 2nd Link http://t.co/IHTy4aa3'), (10177, 2830, 'Johore, Malaysia', '@_LeeYana welcome :)'), (10178, 319, 'Johore, Malaysia', 'sembarang? tuh makna tak payah uh. ok.'), (10179, 2837, 'Johor Bahru, Johore', 'At ishi mura studying with @fangrui_ME , @marydianne001 and Faith'), (10180, 2819, 'Plentong, Johor Bahru', '#Thefeelingiget when my parents give me iphone 4s!!!!!!! And I was like OMG'), (10181, 34, 'Johor Bahru, Johore', '@nehnehpoopoo at where??'), (10182, 431, 'Johore, Malaysia', '@GermaineCs @angpeony if not irritating not call Ang peony Liao lor'), (10183, 2838, 'Johor Bahru, Johore', 'My ex offer me again to japan(*^^*)'), (10184, 2356, 'Johore, Malaysia', '@taylorsaysswift OHH ! Ok then ~'), (10185, 2839, 'Johore, Malaysia', 'I''m at Swissôtel The Stamford (Singapore, Singapore) http://t.co/By1N2Kb6'), (10186, 1643, 'Johor Bahru, Johore', 'Okay. I, go bathe now.'), (10187, 2736, 'Singapore', 'Last day with ipad today. T.T'), (10188, 294, 'Plentong, Johor Bahru', '#KalauCrushAku Mati. Biarlah dia pergi. Dah takda jodoh kan.'), (10189, 2763, 'Johore, Malaysia', 'Lion is always the King of the Jungle'), (10190, 2840, 'Riau, Indonesia', '@ramadhanrezha wakakakakak syukur deh, lagian kalo emang galau belom jamnya wakakakakak :D'), (10191, 949, 'Johor Bahru, Johore', 'Having Lunch :D (@ Xiang Heng Kopitiam) http://t.co/mRY0UR42'), (10192, 2065, 'Pulai, Johor Bahru', '@NurfarhanaFadli aik,kata dah dapat restu..hahaha,bagus kawen awl kn'), (10193, 2279, 'Johore, Malaysia', 'Jo pati gombal kak ah..hahaaha..adik jd sepet liat nya hahahaha..RT @santosa_imam86'), (10194, 2841, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore) w/ 2 others http://t.co/7n6XBU2w'), (10195, 1389, 'Johore, Malaysia', '@leylaksamana true'), (10196, 2736, 'Singapore', '@ryeostat WALAO EH 3.53 GOOD WHAT'), (10197, 2366, 'Johor Bahru, Johore', 'I''m at North Point (Singapore) http://t.co/ZkofU3HR'), (10198, 2819, 'Plentong, Johor Bahru', '#Thefeelingiget when One Direction come to my house. Okay I''m faint'), (10199, 2675, 'Johor Bahru, Johore', 'kk leaving house now bai'), (10200, 206, 'Johor Bahru, Johore', 'I really wish I could speak Arabic . So that I could read the Quran with ease .'), (10201, 2675, 'Johor Bahru, Johore', 'bye*'), (10202, 2842, 'Malaysia', 'มาเอารีเทรนเนอร์ใหม่ (@ คลีนิก ทันตแพทย์ ทรงชัย) http://t.co/iz4aPt9U'), (10203, 2842, 'Malaysia', 'I just ousted Ivan teh K. as the mayor of คลีนิก ทันตแพทย์ ทรงชัย on @foursquare! http://t.co/nY2H6GaG'), (10204, 469, 'Plentong, Johor Bahru', 'Projek 20 inci da start !'), (10205, 2781, 'Johor Bahru, Johore', '@yaoqii ahaha thanks. I will !! hehe ^^'), (10206, 1723, 'Johore, Malaysia', 'P&amp;F , Can You Guess What''s That ?\n-❥Rawwrie(: ′'), (10207, 13, 'Kota Tinggi, Johore', '@JINFENN i share the dinosaur with eu aldyy . Crystal ball is mineee ;B'), (10208, 2763, 'Johore, Malaysia', 'When you mess up with the wrong person... You''re dead meat!'), (10209, 2172, 'Johore, Malaysia', '@Basiladam i belajar.. :D lepas holiday nie.. start balik mcm biase. :D'), (10210, 2779, 'Malaysia', '@1DirectionJonas beliebers everywhere~'), (10211, 431, 'Johore, Malaysia', '@11throses as in we keep hiding from her LOL we like eh that one ____ sia zao zao zao!!!! Hahahahaha'), (10212, 13, 'Kota Tinggi, Johore', '@sandwichmakerla okays . Reply eu later ;x'), (10213, 984, 'Johore, Malaysia', '@Harfifi yeap .. My fren got a voucher which expires.this week ...so they gave me advance'), (10214, 1011, 'Johore, Malaysia', 'Having lunch wif my ex Sch mate at food court, as usual it''s always crowded here!!'), (10215, 1654, 'Johor Bahru, Johore', 'I just ousted Chowee h. as the mayor of Bukit Batok Bus Interchange on @foursquare! http://t.co/Yu1H619n'), (10216, 1654, 'Johor Bahru, Johore', 'I''m at Bukit Batok Bus Interchange (Singapore, Singapore) w/ 2 others http://t.co/fXnrMmnX'), (10217, 196, 'Johor Bahru, Johore', '@FarKillDotDot my twitter have leh.'), (10218, 2199, 'Johor Bahru, Johore', 'I''m at SBS Bus.9 http://t.co/gKyFZR54'), (10219, 417, 'Johore, Malaysia', '“@Merdise_xD: Watever . Go kiss her ass then .” ikr. tsk. Her dog what'), (10220, 2844, 'Senai Kulai, Kulai Jaya', 'I''m at U5, Kolej Perdana, UTM. http://t.co/MECKFQPq'), (10221, 2736, 'Singapore', 'Still need to travel to SP... waste $4 and 2hours -.-'), (10222, 319, 'Johore, Malaysia', 'kau kena paham. dia tu sakit. k. relax.'), (10223, 2828, 'Johore, Malaysia', 'Living with #brazilian #men has opened my eyes soo much!! #LifeLessons'), (10224, 2172, 'Johore, Malaysia', '@Basiladam btw.. you rndu i kan.. :D kayh gtg.. bye'), (10225, 1205, 'Johore, Malaysia', 'Just under the upper hand.'), (10226, 2802, 'Johor Bahru, Johore', '@JeanetteYap Home Alone ?! You should be grateful .'), (10227, 1522, 'Johor Bahru, Johore', 'Woohoo I''m so happy! I''ll see you on sat @Melhuels!'), (10228, 2845, 'Johor Bahru, Johore', '@ataqangelinet biggest #fml joke of the day~!!!!!!! Fmlfmlfmlfmlfmlfml la!!!! Pui! Feel like idiot.'), (10229, 2366, 'Johor Bahru, Johore', 'I''m at Ishi Mura @ Northpoint Shopping Centre (Singapore, Singapore) http://t.co/epCO0xQZ'), (10230, 2798, 'Riau, Indonesia', 'saatnya mengelap'), (10231, 2741, 'Johor Bahru, Johore', 'My dad wants to take us all out tonight... I was fully planning on staying home and finish all my homework by today... :('), (10232, 196, 'Johor Bahru, Johore', '@FarKillDotDot later people prank. Hahahaha'), (10233, 417, 'Johore, Malaysia', '@HolyCHICKENNN @jaymeeeeexz HAHAHHHA. YOU COME LAH'), (10234, 2653, 'Johore, Malaysia', '@IHEARTSUZY Eat and eat. Until cannot get up. LOL.'), (10235, 1556, 'Singapore', '@ADIaiyad alamak, can bring his... my laptop byk something to clear....'), (10236, 2846, 'Johor Bahru, Johore', 'the lorax w @chiawenfang (@ Cathay Cineplex w/ @chiawenfang) http://t.co/c9AlU6yf'), (10237, 2847, 'Johor Bahru, Johore', 'Yay all pass!! But gpa dropped ):'), (10238, 2848, 'Kota Tinggi, Johore', 'Is it time to use clarisonic?'), (10239, 2807, 'Johor Bahru, Johore', 'Dengan sebutan jia ing tersebut,tiba2 aroma longkang blkng ruma pak dolah + jamban yg dikerjakn king &amp; Malek berbau di sekitarnya'), (10240, 2539, 'Johore, Malaysia', '@kariflips -- too late... Haha'), (10241, 2415, 'Malaysia', 'ปลงปลงปลง'), (10242, 1922, 'Johor Bahru, Johore', 'John Lucas III..!'), (10243, 1608, 'Malaysia', '@HormigaTubtim 55 ทำอะไรอยู่นั่น?'), (10244, 2849, 'Johore, Malaysia', 'The world before us. (at Omni Theater) [pic] — http://t.co/jOj86YiE'), (10245, 1556, 'Singapore', 'I want to make a video of me dancing'), (10246, 2776, 'Johor Bahru, Johore', '@akosipuppydan haha! Yaan mo, lapit na...'), (10247, 2715, 'Riau, Indonesia', '@ieamsaguband bang?'), (10248, 2850, 'Johor Bahru, Johore', 'Theory ~ (@ Ossia Music School) http://t.co/s4Ajtfnd'), (10249, 966, 'Riau, Indonesia', 'Cylon? No kick ah!'), (10250, 1723, 'Johore, Malaysia', 'The Faces That Are Familiar Are Those Who Are Your Greatest Enemy .\n\n-❥Rawwrie(: ′'), (10251, 289, 'Johore, Malaysia', 'Now I know wtf is 2.2KG alr. KNS my laptop so heavy one meh Sian. I thought 2.2KG quite light one ?!'), (10252, 2679, 'Johore, Malaysia', 'Exploring all that you ever wanted.'), (10253, 2617, 'Johor Bahru, Johore', 'I''m at House Of Alicia''s:) &lt;3 http://t.co/FRFNxoqy'), (10254, 148, 'Johor Bahru, Johore', 'No appetite for lunch.'), (10255, 206, 'Johor Bahru, Johore', 'Have anyone seen my long hair before ? Hahahaha .'), (10256, 196, 'Johore, Malaysia', 'Why the fuck is there even condom''s day? Seriously.'), (10257, 2312, 'Johor Bahru, Johore', '@MrFashBlaque lol no!! My body just like that. When I eat something unhealthy, my appetite disappears and sometimes I want to vomit.'), (10258, 2270, 'Johore, Malaysia', 'KFC !!! #smlongjohn (@ Food Court 5) http://t.co/QIWb6YO3'), (10259, 531, 'Johore, Malaysia', 'I''m at Boat Quay Riverside http://t.co/hib7aBb0'), (10260, 902, 'Johor Bahru, Johore', 'I''m at In Bus 80 Opp Heartland Mall http://t.co/QP2tiu7o'), (10261, 2779, 'Malaysia', '@1DirectionJonas what ur meant....'), (10262, 2651, 'Johor Bahru, Johore', '@HazeeraBob esok boleh..'), (10263, 2851, 'Johore, Malaysia', 'Waiting for that pig to wake up while Jarien went to find Leo (@ Blk 543 Bedok North St 3) http://t.co/iQvXZ10u'), (10264, 1722, 'Johore, Malaysia', '@crosspinky YOU MORE PIG. Wake up so late!'), (10265, 2852, 'Johor Bahru, Johore', 'Finally back!! (@ Terminal 3 w/ 11 others) http://t.co/76jmQDsP'), (10266, 900, 'Johore, Malaysia', '#sgtweetclub not caught up in what was clearly chaotic, apart from hearing the announcements, was there angst and anger?'), (10267, 462, 'Johor Bahru, Johore', 'Nets just got confiscated'), (10268, 2736, 'Singapore', 'wowowowow wtf is wrong with the trains again. LOL. Luckily it''s holiday hahahahahaha'), (10269, 1109, 'Johor Bahru, Johore', '@CELINLEONG HEHEHE! ;) Tat time I watch on miotv. So damn funny!!! :D Later then I watch. U watch wat eps uh? Kkay I think I also left 3 ba.'), (10270, 181, 'Johore, Malaysia', 'Pukimaktakletahanngantok'), (10271, 2840, 'Riau, Indonesia', 'I''m playing LA CASAAAAAAAAAAAAAA DE MI PADREEEEEEEEEE!!!!! *suara lantang ala Xtina*'), (10272, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak น้องขึ้นมาหาดใหญ่ '' มากินที่หาดใหญ่มา 555” / ไปติวอ่อ ? เด่วประมาณ 20อ่ะไป'), (10273, 2287, 'Tebrau, Johor Bahru', 'liam payne''s cookies..'), (10274, 1634, 'Pulai, Johor Bahru', 'Aku tak suka time aku makan ada org tgk. Ee rimas ahh.'), (10275, 2853, 'Johore, Malaysia', '@sjaikb oh haha jus saw this morning. Very cute. Kk'), (10276, 552, 'Johore, Malaysia', '@Roseskisses hahas ;D yea working , at 5 ^^ going make passport and gym first &gt;.&lt;'), (10277, 1019, 'Johor Bahru, Johore', '@initialm thankieee u have a good day too!'), (10278, 2799, 'Plentong, Johor Bahru', 'I''m at 天天茶餐室 (Johor Bahru, Johor) http://t.co/AtcXLLZu'), (10279, 2854, 'Johor Bahru, Johore', 'Got played by FI and saw our barrack juniors. Lol (at Home Team Academy) — http://t.co/Y9o6sgS8'), (10280, 2092, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) w/ 2 others http://t.co/wpiIesAA'), (10281, 2076, 'Malaysia', 'ที่ๆอาจารย์จะนั่งสอน วันสุดท้าย เศร้า(มั้ง) @ Med 206 http://t.co/wjMUuz96'), (10282, 2076, 'Malaysia', 'พี่หมอที่ทำงาน 3 จังหวัด ฟังแล้ว คุณธรรมมากจริงๆ @ Med 206 http://t.co/mssXG5Dt'), (10283, 2746, 'Johore, Malaysia', '@BANANAKILLERZ How much? Dont lie -.-'), (10284, 2550, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 17 others http://t.co/QeYfb2nj'), (10285, 2855, 'Johor Bahru, Johore', 'Lunch with my Godma, Mom &amp; Marcus (@ Ambush Casual European Dining) http://t.co/4eDWhcdr'), (10286, 2807, 'Johor Bahru, Johore', 'Dengan sebutan jia ing tersebut,tiba2 saya terbau aroma longkang blkng ruma pak dolah + jamban yg dikerjakn king &amp; Malek'), (10287, 2516, 'Johore, Malaysia', '@biggerhello nanananana~'), (10288, 2856, 'Johore, Malaysia', 'Bought that just now. Heavenly! (at Home Sweet Home ❤) [pic] — http://t.co/NRSCMY0Z'), (10289, 2653, 'Johore, Malaysia', 'Kinda sleepy.'), (10290, 1723, 'Johore, Malaysia', 'I Tweet My Life Happenings And Quotes , If You Like Poking Into People''s Life , If You Follow Me , I''LL FOLLOW BCK .\n\n-❥Rawwrie(: ′'), (10291, 2857, 'Johore, Malaysia', '@SiyingHeartsYou Green colour ftw ! Grass ~'), (10292, 2858, 'Johore, Malaysia', 'Umisushi (@ Tiong Bahru Plaza w/ 2 others) [pic]: http://t.co/bjCRxhvm'), (10293, 462, 'Johor Bahru, Johore', 'Semi hitchhike SUCCEED'), (10294, 2516, 'Johore, Malaysia', '@LemonTeaYK hen men leh'), (10295, 2859, 'Johor Bahru, Johore', '@igreenholic Hahas which two morning ?'), (10296, 2860, 'Johore, Malaysia', 'I''m at Hotel Fort Canning (Singapore) http://t.co/DZQbwjbp'), (10297, 510, 'Johor Bahru, Johore', 'merde je pleure. pourquoi oh pourquoi?'), (10298, 966, 'Riau, Indonesia', 'Havin a blast at USS with @apezbassman @azribngdoritos , Padi, Ahmad, @Saidpisang n alim!!'), (10299, 2861, 'Johor Bahru, Johore', 'Singing Bon Jovi''s songs at work. Don''t know what''s up with me tdy.'), (10300, 1959, 'Johore, Malaysia', 'just got to be thankful for NO SUPP PAPERS'), (10301, 2862, 'Johor Bahru, Johore', '@cinyi_tan me too la!!:('), (10302, 2741, 'Johor Bahru, Johore', 'I''m a sarcastic person. All my jokes are dripping with dry humour. ;)'), (10303, 1124, 'Johore, Malaysia', '@icohperello #showbiz ok Lang d nmn ako magpapalibre. Baka next time ako papalibre Lolz'), (10304, 1370, 'Johor Bahru, Johore', 'I miss you. The smell of your soap, your warm embrace, that crooked smile and even your antics that never fail to put a smile on my face.'), (10305, 126, 'Tebrau, Johor Bahru', 'Lee minho peluk kim na na . Tak aci ni -.-'), (10306, 2779, 'Malaysia', '@1DirectionJonas omg! bieber follow you back ?? tht''s amazing~'), (10307, 1634, 'Pulai, Johor Bahru', 'Via mobile jelah. Kalau guna lappy.huhh tak.jalan hw aku'), (10308, 1820, 'Johore, Malaysia', 'yeayy yeayy.. SIGMA single :p'), (10309, 1205, 'Johore, Malaysia', 'Home, soon.'), (10310, 19, 'Johore, Malaysia', '@SitiBinteAbdul can laa pretty please ? haha'), (10311, 1300, 'Johor Bahru, Johore', 'Ohhh tanghali na pla.. Bilis ng oras ahhh'), (10312, 369, 'Plentong, Johor Bahru', 'I''m at Kantin Politeknik Ibrahim Sultan (Pasir Gudang,Johor Bahru) http://t.co/iTVOZM9f'), (10313, 2863, 'Johore, Malaysia', 'I''m at Hotel Intercontinental Gym http://t.co/rOw6ijSV'), (10314, 2829, 'Johore, Malaysia', '@Unicornerrr @shannsoh EXCUSES! I see you on Monday diva when I get back from KL! Hahahah'), (10315, 2651, 'Johor Bahru, Johore', '@HazeeraBob esok tkleh.. Ade malay project.'), (10316, 2799, 'Plentong, Johor Bahru', 'Repair car air-con (@ SYKT FUJI CAR COOLER) http://t.co/EljaxRLK'), (10317, 2864, 'Tebrau, Johor Bahru', 'I''m at Courtyard @ Sunway Johor http://t.co/q2F5AeNz'), (10318, 1370, 'Johor Bahru, Johore', 'I want to be back in your arms again.....'), (10319, 2819, 'Plentong, Johor Bahru', 'Never call a girl fat. Even if you''re joking -Demi Lovato'), (10320, 14, 'Johor Bahru, Johore', 'That''s how mean you are ..'), (10321, 196, 'Johore, Malaysia', 'Wanted to watch timeless love but the timing''s just... -.-"'), (10322, 2859, 'Johor Bahru, Johore', 'Sianz ttm , nothing to do de , later going buy my new monitor ! (;'), (10323, 2865, 'Tebrau, Johor Bahru', 'Morning Semua!! -..-'), (10324, 2679, 'Johore, Malaysia', 'Deserts.Falls.Ghats.Nature parks.Mountains.Hilltops.'), (10325, 73, 'Johor Bahru, Johore', 'Hahahah . My and sis speaking in British Accent to each other . Lmaoo .'), (10326, 2423, 'Johor Bahru, Johore', '@Tinylittlexz to me , $3 can only cab from the red light to the opposite traffic light'), (10327, 1959, 'Johore, Malaysia', '@AtikaAmirah @real_liam_payne im so sad im at work ahh cannot watch'), (10328, 2779, 'Malaysia', '@1DirectionJonas follow me back please~'), (10329, 624, 'Johore, Malaysia', 'I''m at Singapore Polytechnic Graduate''s Guild (Singapore, 139658) http://t.co/1xtks7Dt'), (10330, 2866, 'Johore, Malaysia', 'Just disconnect the witter and tumblr'), (10331, 2653, 'Johore, Malaysia', 'I love my DP :)'), (10332, 1158, 'Johore, Malaysia', 'Argh. This escalator always breaks down.'), (10333, 2423, 'Johor Bahru, Johore', '@AldenCZH LOL okok'), (10334, 2862, 'Johor Bahru, Johore', 'Time to wake up and work even harder:) #determined'), (10335, 2859, 'Johor Bahru, Johore', '@SGxI3lack why ur black shot so "pro"'), (10336, 2867, 'Johore, Malaysia', 'Company''s treat!! ^_^ (@ Breeks Café) http://t.co/rUF7yUue'), (10337, 2868, 'Johor Bahru, Johore', 'Lunch wiz lovebirds! (at TM Mac) [pic] — http://t.co/ZdDOs3HZ'), (10338, 1654, 'Johor Bahru, Johore', 'I''m at McDonald''s w/ @fatboygang http://t.co/PH05icOw'), (10339, 712, 'Johore, Malaysia', 'I''m at City Square Mall (Singapore) w/ 6 others http://t.co/KCVGvqD7'), (10340, 2415, 'Malaysia', 'ชิ พี่ส้ม55'), (10341, 2653, 'Johore, Malaysia', '@IHEARTSUZY I dun want :P. I need to lose some weight alry.'), (10342, 2869, 'Johor Bahru, Johore', 'I''m at Blk 114 Simei Street 1 http://t.co/N54Qmc31'), (10343, 196, 'Johore, Malaysia', '@Airnaaah_ She coming our school?!'), (10344, 2870, 'Singapore', 'loving someone who doesn''t love you back is like hugging a cactus the tighter you hold on,the moreit''s going to hurt'), (10345, 1019, 'Johor Bahru, Johore', '@initialm Oii nakkala... Happy shopping... Puthu maapilai'), (10346, 1705, 'Johor Bahru, Johore', 'I''m at Pasir Ris Bus Interchange (Singapore, Singapore) http://t.co/7bkxjTfJ'), (10347, 58, 'Malaysia', '@limited_Pookki3 5555 ทำไร ?'), (10348, 15, 'Johor Bahru, Johore', '@kynmazlan me too'), (10349, 2051, 'Plentong, Johor Bahru', 'kat mall. Haha. Sari murah2. Cantik2. Demmit RT“@mauranora: @bilaaddnan amboi...kek mano festival nih?”'), (10350, 34, 'Johor Bahru, Johore', '@nehnehpoopoo Orh..let you know again..'), (10351, 196, 'Johore, Malaysia', '@FarKillDotDot your twitter lousy la.'), (10352, 2859, 'Johor Bahru, Johore', '@SGxI3lack why ur fren Wayne do Zai in blacks Shot?'), (10353, 2871, 'Johor Bahru, Johore', '@Imfuckingsmart kau pergi tak nanti?'), (10354, 206, 'Johor Bahru, Johore', 'Alright here''s my long hair . ^.^ http://t.co/xKE1Cu41'), (10355, 2513, 'Johore, Malaysia', '@PiggyIsMe omg when got supp de ? What subject o.o'), (10356, 2653, 'Johore, Malaysia', 'My tweet. 8,888.'), (10357, 2714, 'Kota Tinggi, Johore', 'Nothing caught my attention.'), (10358, 2203, 'Johore, Malaysia', 'Arts Awareness (Dance) Class (@ NAFA Campus 1 B4-18A) http://t.co/hdqf2qPT'), (10359, 2595, 'Johore, Malaysia', '@JasmineFlick are you xinlong ? XD'), (10360, 2736, 'Singapore', '@ryeostat WTF? 3:53 really good what! All I hope is that I won''t get less than 3 for GPA.'), (10361, 2872, 'Johore, Malaysia', '@NuggetBlanket u got toufu mehz?which part'), (10362, 2859, 'Johor Bahru, Johore', '@SGxI3lack p50 jungle spammer sio ! Imba leh'), (10363, 2653, 'Johore, Malaysia', 'But now is 8,889.'), (10364, 470, 'Singapore', '@jasminekaedz okay leh not bad 3.55, i think i might drop lor ... ;x'), (10365, 2859, 'Johor Bahru, Johore', '@SGxI3lack u watch out ~ gay Sia'), (10366, 2487, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria (Singapore, Singapore) w/ 7 others http://t.co/8jePn6T5'), (10367, 2500, 'Plentong, Johor Bahru', 'x pyh lah sensetif sngtttttttt,,,bukn terokk ponnn'), (10368, 2511, 'Johore, Malaysia', '@WenJunzxc lol I know how to fix :)'), (10369, 1109, 'Johor Bahru, Johore', '@P_UPPYLOXE Welcome. :) Nvm then.'), (10370, 712, 'Johore, Malaysia', 'I''m at Subway® @ City Square Mall (Singapore, Singapore) http://t.co/qftIiVVy'), (10371, 2859, 'Johor Bahru, Johore', '@SGxI3lack hahahahaha revenge ! Wow ~ yeah baby yeah'), (10372, 1556, 'Singapore', '@MuhdFirman I hope i can do later'), (10373, 2807, 'Johor Bahru, Johore', 'Smlm berlaku suatu peristiwa yg membahalolkan.sepatutnya kami mencari supervisor kami(anak Jin Christian rambut 1/2 jln)'), (10374, 289, 'Johore, Malaysia', 'MRT from Harbour Front to Dhoby Ghaut not working sia ~.~'), (10375, 2653, 'Johore, Malaysia', 'Boomshakalaka.'), (10376, 349, 'Johor Bahru, Johore', '@XavierNJKai haha okay. Then up to you &gt;.&lt; I go sleep again liao damn tired! Nightttt! :D'), (10377, 2873, 'Johore, Malaysia', 'I can''t seem to face to truth, im just a little not over you~'), (10378, 138, 'Plentong, Johor Bahru', 'My english sir,just borrow me a diandra album to me..ohsemm ryte :) http://t.co/oveNxvrv'), (10379, 387, 'Johor Bahru, Johore', '@anneyuch huh? Bakit?'), (10380, 2862, 'Johor Bahru, Johore', '@cinyi_tan my basic nutrition also la.still got fa2 to help me pull up alittle!:)'), (10381, 1201, 'Johor Bahru, Johore', 'I''m at Riverside Secondary School (Singapore, Singapore) http://t.co/wkLYRPNt'), (10382, 1201, 'Johor Bahru, Johore', 'I just ousted @rainbowcharms as the mayor of Riverside Secondary School on @foursquare! http://t.co/Pag7gCF4'), (10383, 1820, 'Johore, Malaysia', '@GeenaMeri budakk ! rinduu &gt;&lt; k. byee ;p'), (10384, 1662, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) http://t.co/GafE7UNY'), (10385, 2513, 'Johore, Malaysia', '@PiggyIsMe today supp about what ah :/'), (10386, 126, 'Tebrau, Johor Bahru', '@SweetEkaA @fazreenarahmans @iwaahadexera hye im coming okay'), (10387, 2874, 'Tebrau, Johor Bahru', 'I''m at Restoran ZZ Sup Tulang (Johor Bahru, Johor) w/ 2 others http://t.co/u23fWmek'), (10388, 2859, 'Johor Bahru, Johore', '@SGxI3lack armor thick eh ~ mother casher !'), (10389, 1739, 'Johor Bahru, Johore', 'To all those people I didnt reply...i passed out on my bedO_O'), (10390, 2161, 'Plentong, Johor Bahru', 'ye ker??k nati kite dtg de discount kan..hehe“@nitahamzah: @adekjulie2 dh keje sini pun.. :))”'), (10391, 196, 'Johore, Malaysia', '@Airnaaah_ woah for what siaaaaa.'), (10392, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak ใช่ ๆ '' ไปแว้นกันนน น้องพารถขึ้นไป (:” / จริงอ่ะ เด่วไปวันไหนเด่วบอก :))'), (10393, 387, 'Johor Bahru, Johore', '@iammeeggg @loveistina @iamkimdelaney @miapalilio @missdonna02 leeeeego!'), (10394, 10, 'Johore, Malaysia', 'Good afternoon!!'), (10395, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah I know right. Nichkhun''s favorite number.'), (10396, 2679, 'Johore, Malaysia', 'For those who''s fire burns through, i say go all the way. For those who don''t, pictures will be available for your own platonic pleasure.'), (10397, 2875, 'Johor Bahru, Johore', 'I''m at Udders (Singapore, Singapore) http://t.co/jTwv5oza'), (10398, 1308, 'Plentong, Johor Bahru', '@ZuL__Yusri klang kat bukit tnggi..'), (10399, 1650, 'Johore, Malaysia', 'I''m at Best Bites @ Cintech 1 (Singapore, Singapore) http://t.co/Psglo7hV'), (10400, 852, 'Johore, Malaysia', '@MaVicky04 hahaha! Kung Madali Nga LNG mkakuha ng visa sana pwede kita Bisitahin kahit this year :)'), (10401, 10, 'Johore, Malaysia', 'Yay no more headache! :D'), (10402, 2872, 'Johore, Malaysia', '@NuggetBlanket let me touch also lehz,ha'), (10403, 180, 'Johore, Malaysia', 'I''m at City Square Mall (Singapore) w/ 6 others http://t.co/Q43eDVa6'), (10404, 1551, 'Johore, Malaysia', '@wendydcruz girl duty ako ng sat.. sorry tlga'), (10405, 2859, 'Johor Bahru, Johore', '@SGxI3lack think I care u wan armor ? Oo'), (10406, 2871, 'Johor Bahru, Johore', '@Imfuckingsmart meet me at simei mrt at 2.30pm'), (10407, 1243, 'Johor Bahru, Johore', 'I''m at Bus Stop 63301 (PLMGS) (Singapore) http://t.co/eVDLcYgM'), (10408, 2653, 'Johore, Malaysia', '@IHEARTSUZY Hehe. Thanks :)'), (10409, 2819, 'Plentong, Johor Bahru', '@MyraAmoy Hye kakak Amoy xD'), (10410, 2862, 'Johor Bahru, Johore', '@kiantongg chill la:) me too la!!'), (10411, 209, 'Johor Bahru, Johore', 'I''m at Yoshinoya NEX (Singapore, Singapore) http://t.co/90osBmW1'), (10412, 100, 'Johor Bahru, Johore', 'I''m at Pampi''s Home http://t.co/hUHzvdL1'), (10413, 2415, 'Malaysia', '@Ritz_TS6 คิดถึง รักน้าาาาาาาาาาาาาา T_______________T'), (10414, 272, 'Johore, Malaysia', 'deliver to PGP please!:) @jenjenn22 RT @ryanching1989 Yum yum. Free koi at central forum.'), (10415, 2876, 'Malaysia', '@Tukky_ching100 HBD น่ะคร่าพี่ตุ๊กกี้ขอให้มีงานเยอะๆตลอดไป จุฟๆ'), (10416, 1723, 'Johore, Malaysia', '8 More Followers To 60% WHOOPPPPP!'), (10417, 2877, 'Johore, Malaysia', '@rajat_garg i think i better start writing things down too :)'), (10418, 1899, 'Kota Tinggi, Johore', '@sherminwu lol not everyday have right ? Or is it once in a mth ?'), (10419, 10, 'Johore, Malaysia', 'My mum is preparing to cook Assam fish now for lunch and dinner, plus preparing Penang laksa for tmr. Wooohooooo!'), (10420, 1608, 'Malaysia', '@HormigaTubtim 55 แล้วปิดเทอมนี้เรียนไหน?'), (10421, 84, 'Johor Bahru, Johore', 'Told my sis I got bruise in my thigh then she still go press!'), (10422, 2752, 'Johore, Malaysia', '@nsyxz haha! Setahu aku, aku pernah kutuk satu pmpan je uh.kau ni syaa..haiz'), (10423, 1252, 'Senai Kulai, Kulai Jaya', 'Untg la chck in awal... (@ P07 FKE w/ @shashaz9) http://t.co/9j6ujpn5'), (10424, 2635, 'Johor Bahru, Johore', 'I miss Luke.'), (10425, 2878, 'Johore, Malaysia', 'I''m gonna be burnt black for sure. It''s scorching hot here'), (10426, 2879, 'Johore, Malaysia', 'After sign, what will be the impact caused to me.... ???'), (10427, 2679, 'Johore, Malaysia', 'Leaving behind comfort for unpredictability.'), (10428, 2845, 'Johor Bahru, Johore', '@ataqangelinet I''m dizzy from the passport hunt. *seeing birds n stars*'), (10429, 2779, 'Malaysia', '@RojiDzneladze38 unable to load tht video~'), (10430, 2880, 'Johore, Malaysia', 'I''m at Tao Nan School (Singapore, Singapore) http://t.co/CUEgdJmy'), (10431, 84, 'Johor Bahru, Johore', '@aldatsy hahahahah!! Don''t look like!'), (10432, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. Should stop eating too much. Eat corn. Like Park Bom. :)'), (10433, 1556, 'Singapore', '@MuhdFirman u cpoming later/.'), (10434, 2807, 'Johor Bahru, Johore', 'Kami tahu bahawa jin tiada di office.tetapi dengan kebahalolannya dia kata,we should remind Adrian about yesterday.'), (10435, 2591, 'Johor Bahru, Johore', '@nicoleeyeo LOL ! faster get off from your bed and have you your lunch ..'), (10436, 2227, 'Riau, Indonesia', 'Hmm... Kinda cute? Haha. Lol? Better stop looking. :O'), (10437, 2881, 'Johor Bahru, Johore', 'Argh.. (@ Study Table-.-""") http://t.co/WgKkE0Nr'), (10438, 2882, 'Johore, Malaysia', 'Lunch! (@ McDonald''s / McCafé) http://t.co/67aGMViH'), (10439, 1935, 'Plentong, Johor Bahru', 'Knpe ? RT"@AinaDayana9: What ? RT @Liyana_Az4 @QasrinnaBalqis ehem ehem"'), (10440, 2715, 'Riau, Indonesia', '@bclsinclair te2h'), (10441, 2308, 'Plentong, Johor Bahru', '@aen_delina C..?? choclate..? crocadile..?? errrr'), (10442, 2736, 'Singapore', 'lol write smth then delete.'), (10443, 2883, 'Plentong, Johor Bahru', 'iyanih,,setiap maen aja di anter jemput pake mobil, hhaha RT @CoachKaro @ferdinal_31 baguslah daripada banyak temen gara-gara mesum doank..'), (10444, 1959, 'Johore, Malaysia', 'people who complain about their good gpas......'), (10445, 1109, 'Johor Bahru, Johore', '@M_urderotic Awww… So sweet of u! ;) Loveutoo heh. (:'), (10446, 106, 'Johor Bahru, Johore', 'I''m at Pampi''s Home w/ @jnhqq http://t.co/ib4sfsAK'), (10447, 1594, 'Johore, Malaysia', '@teresawuu why you wanna hate me ah!! ;('), (10448, 2884, 'Tebrau, Johor Bahru', 'I''m at JS Salon (Johor Bahru, Johor) http://t.co/kGuXoSIf'), (10449, 349, 'Johor Bahru, Johore', 'Tired max, my nap time again! Lol'), (10450, 1359, 'Johor Bahru, Johore', 'lakonan bermula. bos sudah mari... 321 action !!'), (10451, 1522, 'Johor Bahru, Johore', '@malibugrey heli on sat?'), (10452, 2885, 'Johore, Malaysia', 'About to leave. (@ Home. ) http://t.co/rjfPQMaj'), (10453, 2741, 'Johor Bahru, Johore', 'Seriously. Virtual skateboards? That''s.... weird.'), (10454, 1739, 'Johor Bahru, Johore', 'Has anyone ever realized that\r " earth " \rE,A,R,T,H\r\rMove the H\r\rH,E,A,R,T\r"HEART"'), (10455, 1774, 'Tebrau, Johor Bahru', 'My working running Job at jb start again. ;) \nHaha'), (10456, 2653, 'Johore, Malaysia', '@IHEARTSUZY Oh Wow! Nichkhun. Haha. Nice one.'), (10457, 2872, 'Johore, Malaysia', '@NuggetBlanket call lor,police will say u sot liao'), (10458, 1553, 'Riau, Indonesia', 'Just posted a photo @ Universal Studios Singapore http://t.co/jYAoxNnp'), (10459, 2886, 'Johor Bahru, Johore', 'I''m at Busstop 64359 Montfort. http://t.co/QDZAHf6A'), (10460, 2883, 'Plentong, Johor Bahru', 'bego, bukannya nginep aje., malem maen futsal tuh padahal RT @adityATNK Waaah td kemana lu @ferdinal_31 masuk siang lu td pas gue kesana hha'), (10461, 349, 'Johor Bahru, Johore', 'Gonna finish up my homework lateron when I''m awake! Promise! Lol! x:'), (10462, 45, 'Johor Bahru, Johore', 'You better be sry:/ hehe kidding :p RT @Abcdefaithghijk: @18TH_century @ZachaReeeee @zafianthefret im sorry guys!!!!!!!!:-('), (10463, 2556, 'Johor Bahru, Johore', 'I''m at 1118 @ ITE College West http://t.co/vgRmAwtN'), (10464, 2636, 'Johore, Malaysia', 'Zomg some angmoh dip dyed her hair hot pink &amp; blue &gt;:'), (10465, 2887, 'Johore, Malaysia', 'Come on bus where are you...'), (10466, 206, 'Johor Bahru, Johore', 'I''m a guy who doesn''t smoke, club, drink. And I''m proud . ^.^'), (10467, 2888, 'Johor Bahru, Johore', 'Eating lunch (@ Thohirah Restaurant (Jalan Kayu)) http://t.co/me8H7uSm'), (10468, 1739, 'Johor Bahru, Johore', '@ch95forevalways haha my granddaughter!!!!!^_~'), (10469, 999, 'Johore, Malaysia', 'Omg donghae''s ELLE photoshoot (Y)'), (10470, 1662, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 4 others http://t.co/rCJ1qmdX'), (10471, 552, 'Johore, Malaysia', 'Early in the morning stomachache =.= WTH .'), (10472, 2889, 'Johore, Malaysia', '@richard_R_NgXD hahaha, okay. xD'), (10473, 2655, 'Johor Bahru, Johore', '@sralauren go anywhere la. Sg also can. KL also can. I never go KL b4 lo'), (10474, 2653, 'Johore, Malaysia', '@ikpopbias Yes :) Taecyeon please. :)'), (10475, 148, 'Johor Bahru, Johore', '@VICKITERY jump into the swimming pool~~~'), (10476, 2495, 'Johor Bahru, Johore', 'Going to Causeway point!'), (10477, 2883, 'Plentong, Johor Bahru', 'oiya, selamat pagiiiiii :D'), (10478, 2099, 'Johore, Malaysia', 'I''m at Café On The Ridge (Singapore, Singapore) http://t.co/VQNKyvw7'), (10479, 2779, 'Malaysia', '@justinbieber u''re cute ~ and have addorable voice~'), (10480, 2890, 'Johor Bahru, Johore', 'I''m at Canteen @ SIA Training Center http://t.co/gLS0bZ7E'), (10481, 1399, 'Johore, Malaysia', 'I wanna grow up . I dont wanna see my classmate this year -.-'), (10482, 2891, 'Johore, Malaysia', '@ZiQianDudette95 enjoy ur JB trip! =))'), (10483, 1327, 'Johore, Malaysia', '@Sya_miza Lu bikin gue pingin deh'), (10484, 993, 'Johor Bahru, Johore', 'I''m at West CoZ http://t.co/MBm6F6gl'), (10485, 1377, 'Johor Bahru, Johore', 'Yay I pass all! That is what matters! Okay time to eat my lunch :))'), (10486, 1820, 'Johore, Malaysia', 'HAHAHAHAHAHA :D *lol'), (10487, 196, 'Johore, Malaysia', '@FarKillDotDot wtf, I never leh. Innocent me.'), (10488, 2892, 'Johor Bahru, Johore', 'Next station, ang mo kio.'), (10489, 2893, 'Johore, Malaysia', 'I''m at LSI Logic Singapore Pte. Ltd. http://t.co/KdGCyTEE'), (10490, 362, 'Johore, Malaysia', 'Yummeh ! Eating burger now :)'), (10491, 2894, 'Malaysia', '@aewwv นั่งเล่นหมาา'), (10492, 2889, 'Johore, Malaysia', '"@Lipstickstainz: “@SATINSKINS: I''m gonna pretend I didn''t see that.”"'), (10493, 141, 'Johore, Malaysia', 'With Diana. (@ Ward 64 SGH) http://t.co/DUj9HZyA'), (10494, 675, 'Johor Bahru, Johore', 'I''m at piingpiing''s Lala Land ~ ♥ http://t.co/lhkaSSC8'), (10495, 2037, 'Pulai, Johor Bahru', '@i3rasaila @aqilahsuhaimi aiyak, pekebenda nyer? kerja kah?'), (10496, 2895, 'Kota Tinggi, Johore', 'I''m at Pioneer MRT Station (EW28) (Singapore, Singapore) w/ 2 others http://t.co/3qbwFwrT'), (10497, 2308, 'Plentong, Johor Bahru', '@IzaraAishah cute huh~ ^_^'), (10498, 196, 'Johore, Malaysia', '@Airnaaah_ haha, okay!'), (10499, 2598, 'Pulai, Johor Bahru', 'I''m at Haz Towers (Johor Bahru, Johor) http://t.co/WkEG8n48'), (10500, 206, 'Johor Bahru, Johore', '1.30 meeting Dee under her void deck than off to meet the rest .'), (10501, 2755, 'Kota Tinggi, Johore', '@salwazie woi! I''m the only one allow to use those "fancy" words eh! Stop it!'), (10502, 2896, 'Plentong, Johor Bahru', '@tv1810 huntong laa jd anak MD..hehe..'), (10503, 2889, 'Johore, Malaysia', '"@Lipstickstainz: “@fucky0umydear: RT @fxtg88k: #Howtokeeparelationship Don''t flirt, be honest and learn to give in a little.”"'), (10504, 19, 'Johore, Malaysia', 'Sharing is caring eh ? share mataey kau pls ? carinng maah :P'), (10505, 1884, 'Tebrau, Johor Bahru', 'Menunggu... (@ Pasaraya S''mart) http://t.co/hymw9q1t'), (10506, 1377, 'Johor Bahru, Johore', '@RSquarePie I got 2 D+ HAHAHAHAHA'), (10507, 2444, 'Johore, Malaysia', 'I''m at ComfortDelGro Driving Centre (CDC) (Singapore) w/ 3 others http://t.co/oWlaK9EE'), (10508, 1430, 'Riau, Indonesia', 'bukunya ilang gak tepat waktuu , asuu lah (⌣́_⌣̀)'), (10509, 2070, 'Johor Bahru, Johore', '@NadyyEdz ble result kua ?'), (10510, 2897, 'Johore, Malaysia', 'I''m at Valley Point Office Tower (Singapore) http://t.co/3VFeudMO'), (10511, 1608, 'Malaysia', 'อูราโนะ อยากเป็นเซนเตอร์หรอ? ข้ามศพยัยมาย้วยไปก่อนเถอะ 55 ยังไงก็ดีใจที่ได้ทำงานร่วมกับเจ็ดมนุษย์ต่างดาว(โมเอะ)เนอะ ^^ แต่อายุนี้มัน... = ='), (10512, 2898, 'Kota Tinggi, Johore', 'Lunch with Anna at the uber famous Indonesian cuisine house, the house-blend chili is a MUST TRY! [pic]: http://t.co/p9nacTrI'), (10513, 2772, 'Johore, Malaysia', '@deepikavee thank you deepika \nYou''re the 1385826481th to say that to me'), (10514, 206, 'Johor Bahru, Johore', '@thehijablady haha . *hi-5*'), (10515, 398, 'Johor Bahru, Johore', '@_NaVeR_ @vahiiniie @SeriiBerg @_kelvega21 @Eatroachsuckers @BenjoyingLife hows ur results?'), (10516, 1552, 'Johore, Malaysia', 'Nothing like a really bitchy text to ruin my afternoon.'), (10517, 289, 'Johor Bahru, Johore', 'Wish I could understand what my cat is trying to tell me. Cuz when I was walking to the lift she kept meowing and following &gt;('), (10518, 2899, 'Johore, Malaysia', 'I just ousted 钊明 苏. as the mayor of Seng Hong Co., Pte Ltd on @foursquare! http://t.co/QY6Bjmyc'), (10519, 1158, 'Johore, Malaysia', 'I hate abrasions. Wearing thights inside next time I run.'), (10520, 58, 'Malaysia', '@limited_Pookki3 ไม่ไปไหนอ่อ ?'), (10521, 2900, 'Johore, Malaysia', 'Refreshed after a run. (at Gym @ JTC Summit) — http://t.co/xzkqgBOb'), (10522, 1980, 'Johore, Malaysia', 'I just became the mayor of Kits4Kids (Headquarters) on @foursquare! http://t.co/nuZhp6ym'), (10523, 1980, 'Johore, Malaysia', 'I''m at Kits4Kids (Headquarters) http://t.co/cFyg17IH'), (10524, 1540, 'Johore, Malaysia', 'Sooo full'), (10525, 1556, 'Singapore', '@IsaBentonn @MuhdFirman isa u suppose to take us video, dacning sEDIH....'), (10526, 2500, 'Plentong, Johor Bahru', 'aq tngok kak @SyeeraRdzi pnya video cra-cra pkai shawl at youtube,,waooow smua nyew kene ngn muke dia,,,thnkss kak kerana tdk kdekut ilmu :)'), (10527, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae first time I hear u say bad word haha. I increased by 0.1 -.-'), (10528, 2014, 'Johor Bahru, Johore', 'Killing fields!'), (10529, 1608, 'Malaysia', '@HormigaTubtim อั๊ยยะ! 55 ครูสำราณบานเช้า'), (10530, 206, 'Johor Bahru, Johore', 'I''m like living a healthy lifestyle . ^.^'), (10531, 2901, 'Plentong, Johor Bahru', 'Mmg ptot kau pape.. Mulut kau xnk mcm gampang pulakkan..'), (10532, 2889, 'Johore, Malaysia', '"@NoviaLie: Stop saying others a bitch when you, yourself are bitching about others too. You''re also a bitch dude."'), (10533, 2902, 'Johor Bahru, Johore', 'I''m at pizza hut causeway point http://t.co/izdJ4xev'), (10534, 2903, 'Johore, Malaysia', 'Boring nya :/'), (10535, 1024, 'Kota Tinggi, Kota Tinggi', 'Akhirnya selesai suda sesi mengayuh ke jeram temenin .. Mmg syok begegar menggelegak otak di buatnya .. http://t.co/iPkHEcqY'), (10536, 196, 'Johore, Malaysia', 'Why the fuck do I have a tweet "bx so handsome. OMG"? @Bx_whispers you tweet one ah?'), (10537, 1389, 'Johore, Malaysia', 'Why is Siri keep on telling me that it will be raining now when it''s freaking hot'), (10538, 2904, 'Johore, Malaysia', 'I''m at 7 Eleven TPY (Singapore, Singapore) http://t.co/hkyFlS0K'), (10539, 2746, 'Johore, Malaysia', '@BANANAKILLERZ so real lorh -.-'), (10540, 207, 'Johor Bahru, Johore', '@dkamirzxs atas.'), (10541, 2889, 'Johore, Malaysia', '"@wastedbulletsx: Why do you mean so much to me? Do I mean this much to you?"'), (10542, 1158, 'Johore, Malaysia', 'HEH “@FunnyEvil: I''m going to change my name to ''Benefits'' Now when you add me on Facebook it will say "You are now friends with benefits."”'), (10543, 417, 'Johore, Malaysia', '@iarvind98 26.1K! hahaha'), (10544, 1377, 'Johor Bahru, Johore', '@RSquarePie what''s your total gpa?'), (10545, 362, 'Johore, Malaysia', 'Well maybe you should tie me up so maybe that you can keep me .'), (10546, 2903, 'Johore, Malaysia', 'Its my off day but then no plans :/'), (10547, 2741, 'Johor Bahru, Johore', 'I think I should literature first. Cuz it''s the easiest. Then finish up my essay.'), (10548, 2905, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 17 others http://t.co/JP9au6g3'), (10549, 2906, 'Johor Bahru, Johore', 'I''m at NLB @ Sun Plaza http://t.co/82vDdgWH'), (10550, 1360, 'Johor Bahru, Johore', 'I''m at Republic Polytechnic (RP) (Singapore, Singapore) http://t.co/C0eTYCC9'), (10551, 207, 'Johor Bahru, Johore', '@ShafaWings tak taw ah bro.'), (10552, 1310, 'Johor Bahru, Johore', '@mizznesza @shawtypearl Haha ape je laa korang ni. ((:'), (10553, 472, 'Johor Bahru, Johore', 'I chose to wait..but it seems you don''t need me anymore..So I''m just gonna go...'), (10554, 146, 'Senai Kulai, Kulai Jaya', '@RifaieDaud ko memey slalu JK dik... Ni tuk ko...bahahahhahaaaaa http://t.co/hbwqlfDL'), (10555, 1377, 'Johor Bahru, Johore', '“@YuannXiiu_hae: #sadded it''s okaay, at least cgpa didn''t drop a single bit. haiiis.”'), (10556, 399, 'Johor Bahru, Johore', '@Kidzactin Alright hun ♥ Xo'), (10557, 2907, 'Kota Tinggi, Johore', 'I''m at MediaCorp Studios (Caldecott Broadcast Centre) (Singapore) http://t.co/4AvwXGZI'), (10558, 2755, 'Kota Tinggi, Johore', '@farahelyra I not talking abt warded lah dey! -_____-" u making me look bad... I stay the nearest to u what... Sorry ar yg da ade bf...'), (10559, 417, 'Johore, Malaysia', 'Flirts. Hahha'), (10560, 2908, 'Plentong, Johor Bahru', '@IrmaAfifahAtika double jendol O.O'), (10561, 2909, 'Johor Bahru, Johore', 'Why so stupid?!'), (10562, 2743, 'Plentong, Johor Bahru', '@NurulEkmi uish takotnye..sound secara halus laa'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (10563, 1773, 'Johore, Malaysia', 'Eating Nasi Goreng my sister made! http://t.co/BqhgxQLp'), (10564, 196, 'Johore, Malaysia', 'I thought I logged out from twitter when I use bx''s phone to tweet last time?'), (10565, 2807, 'Johor Bahru, Johore', 'Mcm biase,kepekongan tetap terserlah di celah2 giginya. Saya kata but Adrian is not around,dia jawab haha i know but then(baa-den)....'), (10566, 1648, 'Johore, Malaysia', 'I''m at West Bowl @ West Coast Recreation Centre (Singapore, Singapore) http://t.co/qpCnMvwD'), (10567, 2779, 'Malaysia', '@NiallOfficial i dont know how to say but i love u !!!! #sadlyudontknowme'), (10568, 2910, 'Johore, Malaysia', 'Tryin out new items and looks interesting (@ Ajisen Ramen) http://t.co/WQxjh1a3'), (10569, 19, 'Johore, Malaysia', 'i can hear my stomache having a concert band . haiss hungry please :('), (10570, 2862, 'Johor Bahru, Johore', '@kiantongg true true!:) now just enjoy hols ba!:)'), (10571, 2653, 'Johore, Malaysia', '@ikpopbias @sya2_inspirit Yes again :) I want B1A4 :)'), (10572, 2901, 'Plentong, Johor Bahru', 'Pure2 baik konon!!! Anging lg mulia dr kau la NORA'), (10573, 399, 'Johor Bahru, Johore', '@BNHX Sure hunny ♥ Xo'), (10574, 2763, 'Johore, Malaysia', '@D_neshNedumaran later Anjacks all.. Told you rite.. Going my friend house..'), (10575, 1884, 'McDonald''s - Jalan Masai Baru, Tebrau', 'Layan jr. ngan family mkn.. (@ McDonald''s @ Jalan Pandan) [pic]: http://t.co/a4D90S0Q'), (10576, 2911, 'Johor Bahru, Johore', '@aster_tan @jayteekayem @winnnnieexd @_sunggyukwill_ @caiqi1314 winnie said bout her something being rude...'), (10577, 2912, 'Johor Bahru, Johore', ''), (10578, 84, 'Kota Tinggi, Johore', 'Aileen heaven is niceeee~~ I think I tweeted that ytd..'), (10579, 2827, 'Johore, Malaysia', '@sexayeandiknwit thankyou anggun &lt;3'), (10580, 2550, 'Johore, Malaysia', 'I''m at Mount Elizabeth Hospital (Singapore, Singapore) w/ 7 others http://t.co/DNZIHQOp'), (10581, 2913, 'Johore, Malaysia', 'Very bored &amp; hungry girl. http://t.co/5wZfcjbI'), (10582, 1630, 'Johore, Malaysia', 'Hate hate hate hate hate hate hate not knowing what to wear.'), (10583, 2909, 'Johor Bahru, Johore', '@persistingace He has to poo everyday mah...'), (10584, 1198, 'Johor Bahru, Johore', 'I''m at West Mall (Singapore, Singapore) w/ 3 others http://t.co/dRUaiLl8'), (10585, 1389, 'Johore, Malaysia', '@akongasitoyang haha may point ka. Hanginet!'), (10586, 1314, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria (Singapore, Singapore) w/ 8 others http://t.co/gw5KoZ82'), (10587, 2593, 'Plentong, Johor Bahru', '@AizrulAfiq dasatt,org ada ada lunch fast food'), (10588, 2914, 'Johore, Malaysia', 'Buffet at The Chevrons! (at The Chevrons) [pic] — http://t.co/R0CGFspe'), (10589, 1114, 'Johor Bahru, Johore', 'I''m at Junction 8 Shopping Centre (Singapore) w/ 8 others http://t.co/lDhXbdfU'), (10590, 417, 'Johore, Malaysia', '@iarvind98 i created in 2010 but started using in 2011 only. Haaha'), (10591, 1430, 'Riau, Indonesia', '@ikapunkrib makasii :)'), (10592, 1242, 'Singapore', 'Kneel.'), (10593, 1767, 'Johore, Malaysia', 'Lunch time! :9 (@ Old Airport Road Market and Food Centre w/ 2 others) http://t.co/gkfAPS86'), (10594, 2755, 'Kota Tinggi, Johore', 'Cough stop it lah dey!!!!'), (10595, 362, 'Johore, Malaysia', 'Slow nye service :('), (10596, 1820, 'Johore, Malaysia', 'wew &gt;&lt; malas nye nx upload video &gt;&lt;'), (10597, 2903, 'Johore, Malaysia', 'Nak makan cereal but then i not enough money takpe ask mama to blanje me hoho'), (10598, 2862, 'Johor Bahru, Johore', '@cinyi_tan thanks!!:) next monday or wed you free ma??:) help me with fa!!:)'), (10599, 1310, 'Johor Bahru, Johore', '@shawtypearl Nak join. ((:'), (10600, 2591, 'Johor Bahru, Johore', '@nicoleeyeo you sure ah !?! Have you Eaten your lunch ?'), (10601, 1198, 'Johor Bahru, Johore', 'I''m at KFC (Bukit Batok, Singapore) http://t.co/V1peDmim'), (10602, 2393, 'Johor Bahru, Johore', 'Oh god, it''s thursday alr and I kinda spent my entire week staying at home doing work like a no life kid. And still doing :-S wasted.'), (10603, 206, 'Johor Bahru, Johore', '#HowToKeepARelationship worship Allah together .'), (10604, 2915, 'Johore, Malaysia', 'I''m at Great World City (Singapore, Singapore) w/ 2 others http://t.co/dFy54IDI'), (10605, 2916, 'Tebrau, Johor Bahru', 'Using iPad 2 at courts now...'), (10606, 2917, 'Johore, Malaysia', 'I''m at Raffles City Shopping Centre (Singapore) http://t.co/sZwFePmN'), (10607, 2646, 'Johor Bahru, Johore', 'Damn. I guess ill have to take 963 then:/'), (10608, 1820, 'Johore, Malaysia', '@Marsella_SB @RiniAmiliaa yaww. what'' up ?'), (10609, 2918, 'Johore, Malaysia', '@asyraffosmann boooo:('), (10610, 196, 'Johor Bahru, Johore', '@Bx_whispers _|_ buyaolian sia ni.'), (10611, 1326, 'Kota Tinggi, Johore', 'Yet another farewell for colleagues &gt;.&lt; (@ Blk 93 Market) http://t.co/h21uZJ3c'), (10612, 1377, 'Johor Bahru, Johore', '@RSquarePie same!! I also mean for army :('), (10613, 362, 'Johore, Malaysia', 'This couple too clingy ! Until wanna get out from chair also need kiss -.-'), (10614, 2763, 'Johore, Malaysia', '@D_neshNedumaran yeah.. Where you?'), (10615, 1634, 'Pulai, Johor Bahru', '@zamryzin bagi aku jadual hari isnin pleaseeeeeeee :''('), (10616, 2909, 'Johor Bahru, Johore', '@algernonography I''m totally sad ._.'), (10617, 2746, 'Johore, Malaysia', '@BANANAKILLERZ really , on internet it said 656 Leh LOL'), (10618, 2423, 'Johor Bahru, Johore', '@Tinylittlexz war thing ! You tell me ! Can only buy chicken burger ! Not even enough to buy filer o fish !'), (10619, 398, 'Johor Bahru, Johore', '@ehredbean annoyed by?'), (10620, 2919, 'Johore, Malaysia', 'I''m at Novena Square (Singapore, Singapore) http://t.co/dFH3tnVf'), (10621, 1289, 'Johore, Malaysia', 'Easy steps to building website in few hours!! http://t.co/xuxmeOvb'), (10622, 2920, 'Johor Bahru, Johore', 'GG lah... no watch,how to report to work... haiz...'), (10623, 2921, 'Plentong, Johor Bahru', 'I just ousted @joeyiskandar as the mayor of Jb Sentral North Parking( Mini OMC) on @foursquare! http://t.co/FaUEqPnK'), (10624, 196, 'Johor Bahru, Johore', 'LeongBaoxiang is the most bhb guy I''ve ever met.'), (10625, 2922, 'Johor Bahru, Johore', '¡Puta madre!'), (10626, 1389, 'Johore, Malaysia', 'Park tambay while waiting for the meeting. http://t.co/iZoRlnZC'), (10627, 362, 'Johore, Malaysia', 'Actually kan , When I''m with someone. I''m like that too . So can''t be blame lah . Lol'), (10628, 80, 'Johore, Malaysia', '@Nataliehoqm nope... Too last minute. :( but will drop by if I can. :) thanks for your virtual hug, *hug back!'), (10629, 2923, 'Johore, Malaysia', 'It''s that time of the year again. @ Marina Bay Sands (Hotel) http://t.co/cXPVyUp5'), (10630, 2741, 'Johor Bahru, Johore', 'The problem with my is I can''t writing an essay until I''ve written like, 5 pages. I JUST CAN''T STOP WRITING.'), (10631, 1465, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza (Singapore, Singapore) w/ 3 others http://t.co/jUcnOHWr'), (10632, 1327, 'Johore, Malaysia', '@Sya_miza gue ngak susah dkat dgn batam hehhe loe mau ngak resepinya'), (10633, 2798, 'Riau, Indonesia', '@yunidanianti eos 50d,mau krna murah cuma 2jtan gtuh'), (10634, 2921, 'Plentong, Johor Bahru', 'I just ousted @joeyiskandar as the mayor of Vivo American Pizza &amp; Panini on @foursquare! http://t.co/bFujtaTT'), (10635, 2924, 'Johor Bahru, Johore', '@linettetans hello dear, r u okay??'), (10636, 146, 'Senai Kulai, Kulai Jaya', '@RifaieDaud hek eleeeeeyyy haku sumtime jeppp.... Tapi ✗ cam ko eberitime....ngeeeeengeeeeeee....'), (10637, 3, 'Plentong, Johor Bahru', '@NadiaaZulkifli yupyup hehe eiya pegi ke? sory late netball tadi'), (10638, 2905, 'Johore, Malaysia', 'I''m at Four Seasons Hotel Singapore (Orchard, Singapore) http://t.co/Z0jldVSU'), (10639, 196, 'Johor Bahru, Johore', 'I still don''t understand. I thought I log out already?!'), (10640, 2610, 'Singapore', 'I was supposed to do math this morning but I ended up reading on serial killers. Sighs.'), (10641, 2925, 'Johore, Malaysia', '@vljq ESP ACSI guys :P'), (10642, 2597, 'Riau, Indonesia', 'follow Q YA'), (10643, 2926, 'Johor Bahru, Johore', 'I''m at KFC (Singapore) http://t.co/xsDnQHUA'), (10644, 2927, 'Johore, Malaysia', 'I''m at Royal China at Raffles (Singapore, Singapore) http://t.co/FzW8RJOM'), (10645, 3, 'Plentong, Johor Bahru', '@muhdtaufiqsahir bukan kau laaa T.T hishhh'), (10646, 1327, 'Johore, Malaysia', '@HanHoney230 @sya_miza hahahha'), (10647, 1529, 'Johore, Malaysia', 'i wanna get choco ballet plssssssss :('), (10648, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae but I no hope for local university LOL. Only private universities.'), (10649, 680, 'Johor Bahru, Johore', '@z4zai @ashdassler jage asri..zai aim ko tu...haha..'), (10650, 384, 'Malaysia', '@TUAN_TH @ศูนย์เยาวชนจ้าาา~^^'), (10651, 146, 'Senai Kulai, Kulai Jaya', '@misz_anggun tula tuh cane na cuwik eyk???? Kta partime kat dapur setat next week... Bahahhaahaaa'), (10652, 55, 'Johor Bahru, Johore', '@Chelroger @Strawkiwiberry HAHAHAHA'), (10653, 1643, 'Johor Bahru, Johore', 'Okay. 3 words, i look weird.'), (10654, 2929, 'Johor Bahru, Johore', '@fmebxtch yeap2. Y nk dtg ke?'), (10655, 2912, 'Johor Bahru, Johore', ' http://t.co/4jQAtgL3'), (10656, 196, 'Johor Bahru, Johore', '@Bx_whispers yayaya. I thought I last time log out already?!'), (10657, 1318, 'Johore, Malaysia', 'Sparrow for iPhone out in AppStore'), (10658, 2925, 'Johore, Malaysia', 'Yay RT: @vljq ACS GUYS ARE SO HOT &lt;3'), (10659, 2909, 'Johor Bahru, Johore', 'I dreamt that @MoffeeBerry went missing...'), (10660, 2908, 'Plentong, Johor Bahru', '@IrmaAfifahAtika terajang nak ?? HAHA fushooo ~ lol fusho laa sangat ahha'), (10661, 2525, 'Johor Bahru, Johore', 'Sampei suda.... (@ Jurong East Ave 1 J22 Carpark) http://t.co/FxPVCn29'), (10662, 544, 'Johore, Malaysia', 'Last 10mins (@ Bus Stop 83179 (Siglap Dr)) http://t.co/Ia2Q9top'), (10663, 2930, 'Johore, Malaysia', 'LOL My 1.1 results is the same as my 2.1 results and my 1.2 results are the same as my 2.2 results.'), (10664, 1242, 'Singapore', '@vanessachewyou No.'), (10665, 2931, 'Senai Kulai, Kulai Jaya', 'Makan timeeee~ (@ Arked Meranti w/ @paahchomel) http://t.co/0r88QTGA'), (10666, 2932, 'Johore, Malaysia', 'Need 70 exp bye off too blackshot'), (10667, 2933, 'Johor Bahru, Johore', 'I''m at at grandma''s house - hougang ave 8 http://t.co/0dyUtshP'), (10668, 1377, 'Johor Bahru, Johore', 'I don''t really care about getting a gpa to get into local uni but at least into private uni. Now can happy alr :)))'), (10669, 2934, 'Johor Bahru, Johore', 'I just ousted Anne T. as the mayor of Bus Stop 62051 (Paya Lebar Camp) on @foursquare! http://t.co/Bvr4Snhq'), (10670, 1529, 'Johore, Malaysia', 'kk. wanna get some sleep first. brb.'), (10671, 206, 'Johor Bahru, Johore', 'Hi my name is Esfan . I''m a Muslim so please don''t hate me . I''m not a terrorist .'), (10672, 2438, 'Johore, Malaysia', '@nicomarco nice! I actually dnt knw yet how it works. I just heard about it from my friend @mynameisaris'), (10673, 362, 'Johore, Malaysia', 'WHERE''S MY BURGER BITCH !'), (10674, 2935, 'Johor Bahru, Johore', 'Hahahaha charlene so cute!!! (at Skcc Netball Court) [pic] — http://t.co/qPwOCWpi'), (10675, 2936, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 15 others http://t.co/X1LciCDR'), (10676, 543, 'Plentong, Johor Bahru', '@QieyLa_LaLA ape sey'), (10677, 1858, 'Johor Bahru, Johore', 'aku penat giler babi k . fml'), (10678, 2653, 'Johore, Malaysia', '@Chocolat_Tia Happy Birthday :) Sorry for the late birthday wish. Stay healthy and rest well. Take care of yourself. :) &lt;3'), (10679, 740, 'Johor Bahru, Johore', 'Waste money sia.we 1to1 exchange la RT“@tweetlipxz: @ForeverChronic You go plastic surgery ah, you say you want to change to pepek hahahaha”'), (10680, 2070, 'Johor Bahru, Johore', '@NadyyEdz saba k . byk doa ^^'), (10681, 2937, 'Johore, Malaysia', 'I''m at Kampong Glam (Singapore) http://t.co/B5BdUZLW'), (10682, 207, 'Johor Bahru, Johore', '@dkamirzxs not sure. what time are you coming?'), (10683, 1755, 'Kota Tinggi, Johore', 'CCA. ♥ with @AmandaaLau (@ Music Room 1 w/ @amandaalau) http://t.co/t3XF3OX3'), (10684, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae 씨발사람 모니카 .. She give me D+ -.-'), (10685, 19, 'Johore, Malaysia', 'i still havent top up my prepaid sia . sampai bile ni nak top up .'), (10686, 2746, 'Johore, Malaysia', '@BANANAKILLERZ 1$ only nia .'), (10687, 2755, 'Kota Tinggi, Johore', '@farahelyra mmg ko manje pun! Jgn nk bagi excuse!'), (10688, 2393, 'Johor Bahru, Johore', 'Right, anyone wants to go out tmr? Lololol.'), (10689, 206, 'Johor Bahru, Johore', 'If Muslims are terrorist , I would have killed you a long time ago .'), (10690, 2939, 'Kota Tinggi, Johore', 'With grand mom but dun understand what she say'), (10691, 2736, 'Singapore', 'Sian max, I''m going out later. And the train is moving slowly?!'), (10692, 2694, 'Malaysia', 'วางซ้อน 2 เครื่อง (@ Room Service And Smile) [pic]: http://t.co/cyy00bnJ'), (10693, 2940, 'Plentong, Johor Bahru', 'http://t.co/w3mQC2ys'), (10694, 2912, 'Johor Bahru, Johore', 'CANNONBALL @AnnabelYam'), (10695, 399, 'Johor Bahru, Johore', 'I would be leading a happier and carefree life if only desperate whores like you don’t fucking exist.'), (10696, 19, 'Johore, Malaysia', 'when i keep scrolling down , when i saw your name tweet , i will stop and read . after that keep scrolling down .'), (10697, 2941, 'Johore, Malaysia', '@Imeaimy ya lah kott.awesome.haha'), (10698, 2746, 'Johore, Malaysia', '#howtokeeparelationship pretend you don''t pay attention to her on social media sites. Women hates when you pay them too much attention'), (10699, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae 2.4 I no hope for local uni alr LOL. U must make it to local uni to make @donghae861015 proud!'), (10700, 2942, 'Johor Bahru, Johore', 'Going school do project! Omg today @iamcong finally coming back Singapore!!!'), (10701, 2423, 'Johor Bahru, Johore', '@Tinylittlexz you say many thing !\nMany = 2 !? haha'), (10702, 2912, 'Johor Bahru, Johore', 'But then my bikini''s not secure enough. HAHA. Oh hell oh well'), (10703, 1960, 'Senai Kulai, Kulai Jaya', 'Brrrrp ! Kenyang ! Alhamdulillah'), (10704, 1028, 'Johore, Malaysia', 'I''m at Jurong Port J3 http://t.co/6KwoxOgD'), (10705, 206, 'Johor Bahru, Johore', '@TiptoeRaindrops mum''s cooking are always the best .'), (10706, 362, 'Johore, Malaysia', 'Aiyoyo ! I understand how bad the service is when I work here but I didn''t know without me the service still sucks -.- .'), (10707, 470, 'Singapore', 'okay going into tp web now haiiiiss..'), (10708, 146, 'Pulai, Johor Bahru', '@RifaieDaud yeyeyeyyeyeyee hekk eleeeyyy namo ngaku... Wei ble balik jb sengal?'), (10709, 417, 'Johore, Malaysia', '@marcuschia97 Just tweet lah! Lol'), (10710, 2438, 'Johore, Malaysia', '@reluctanther0 gosh u dont live to work you know'), (10711, 2779, 'Malaysia', '@BieberCrew741 realy....wait...'), (10712, 2943, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 8 others http://t.co/j8gf9weR'), (10713, 2798, 'Riau, Indonesia', '@yunidanianti haha belum,aku smlm bwt stat pnjem canon,adq sepupu ag sms kk ada cannon murah,bli gk ya?'), (10714, 1019, 'Johor Bahru, Johore', '@initialm suppose to b ☺☺☺☺'), (10715, 2944, 'Pulai, Johor Bahru', '@LuqmanAniq jadi tk follow esok?'), (10716, 1221, 'Plentong, Johor Bahru', 'I''m at Pos Malaysia Larkin (Johor Bahru, Johor) http://t.co/h6ehs6zs'), (10717, 2807, 'Johor Bahru, Johore', 'Hanya smpi baa-den sahaja,yg lain tidak mampu saya tahan dn saya melari kn diri. Kerana Klau saya memaksa, saya akn menjadi seekor udang'), (10718, 2672, 'Johor Bahru, Johore', '@Real_Liam_Payne I wanna marry u too ;) hahah'), (10719, 673, 'Johor Bahru, Johore', 'GEWD APTANOON EVELIBODEH \\(´▽`)/ (@ Barbie''s Bed) http://t.co/wAORR71j'), (10720, 325, 'Johor Bahru, Johore', 'I''m at Red Man Simei http://t.co/2uWAkgKD'), (10721, 1281, 'Johore, Malaysia', '@ArianneBatimana how was your flight?'), (10722, 1562, 'Johor Bahru, Johore', '@evashinjirei seems like u hav something against apple'), (10723, 2543, 'Johore, Malaysia', 'I''m at Science Centre Singapore (Singapore, Singapore) w/ 6 others http://t.co/FdmHA507'), (10724, 2941, 'Johore, Malaysia', '@shuhaidahshukor xpelah.dah kenyang.haha'), (10725, 2934, 'Johore, Malaysia', 'I just ousted @nicolalexia as the mayor of Chippy''s on @foursquare! http://t.co/OzQcQraC'), (10726, 417, 'Johore, Malaysia', '@iarvind98 try (;&lt;'), (10727, 2800, 'Singapore', '@a1zaD naku. di ba sabi pag antukin eh ............ =P'), (10728, 362, 'Johore, Malaysia', 'Draw something time . Brb .'), (10729, 325, 'Johor Bahru, Johore', 'I''m at Rest http://t.co/zAYHVMlt'), (10730, 281, 'Johore, Malaysia', 'I''m at NP Co-Op (Singapore) http://t.co/9scH0rGl'), (10731, 941, 'Riau, Indonesia', '@AnNeaiRanieSs hello.. U there..hehe'), (10732, 325, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 9 (Singapore) http://t.co/IwDCNkLY'), (10733, 81, 'Johor Bahru, Johore', '"@mfzrhm: The problem is, you don''t know."'), (10734, 196, 'Johor Bahru, Johore', 'Waaaaaaaaaaaa. Stupid bx. Stupid bx!!!!'), (10735, 146, 'Senai Kulai, Kulai Jaya', '&lt;~~ muka na PILOT konon.... Blah blah blah blahh.... @RifaieDaud'), (10736, 2945, 'Johore, Malaysia', 'and starve myself'), (10737, 2946, 'Johor Bahru, Johore', 'So suay! My dad''s car tyre spoil! :&lt;'), (10738, 1377, 'Johor Bahru, Johore', 'I guess everybody is super pissed with comm skills .. That''s the only subject that I got lower than B -.-'), (10739, 2947, 'Johor Bahru, Johore', 'Singapore skyline. #iphoneography @ Merlion http://t.co/kWd9lcN5'), (10740, 325, 'Johor Bahru, Johore', 'I''m at SNSD''s HQ http://t.co/gxRLZCw1'), (10741, 19, 'Johore, Malaysia', '@sheezeeleen sabor jer laa :P'), (10742, 1562, 'Johor Bahru, Johore', '@limitbreaker02 why does t-ara need new members?'), (10743, 325, 'Johor Bahru, Johore', 'I''m at Simei 133 Carpark http://t.co/3VpgTc8u'), (10744, 2536, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 2 others http://t.co/UEkcILex'), (10745, 2862, 'Johor Bahru, Johore', '@cinyi_tan okay!:D thanks!:D hahaha:) treat you to good meal after my supp paper!!:D next wed??:)'), (10746, 2679, 'Johore, Malaysia', 'My heart is somewhere else.somewhere far away from here.'), (10747, 2438, 'Johore, Malaysia', '@cyprusinboots fierce'), (10748, 281, 'Johore, Malaysia', 'I''m at The Atrium (Singapore) http://t.co/iftcIVtT'), (10749, 2948, 'Johore, Malaysia', 'I''m at Tiong Bahru MRT Station (EW17) (Singapore) w/ 2 others http://t.co/fbJD8FTi'), (10750, 2772, 'Johore, Malaysia', '@deepikavee hahahh just remember not to make the same mistake again'), (10751, 2065, 'Pulai, Johor Bahru', '@NurfarhanaFadli hahaha..xkisah la sape dlu,janji makan nasi nanti..hahaha'), (10752, 1556, 'Singapore', '@IsaBentonn @MuhdFirman today..not driving? today ada apa?'), (10753, 163, 'Johor Bahru, Johore', '@cerealsuperhero (:'), (10754, 2070, 'Johor Bahru, Johore', '@NadyyEdz insyaallah i doa kn yu n twin yu k (:'), (10755, 1875, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria w/ @whyyouteeiandg http://t.co/KD3dvpUx'), (10756, 941, 'Riau, Indonesia', '@Sheril_Izzyana tk.pena dgr. Tapi.mcm sweet je. As in manis.:-)'), (10757, 2925, 'Johore, Malaysia', 'Nearly died during track today :/'), (10758, 146, 'Senai Kulai, Kulai Jaya', 'Haku adela pencuwik RON95 ter #hebat'), (10759, 1377, 'Johor Bahru, Johore', 'Comm skills is being too strict.. Like come on.. We are humans, we make mistakes too-.- do you expect us to have university standards?-_-'), (10760, 2942, 'Johor Bahru, Johore', '@iamcong I remember your India number ^^'), (10761, 2373, 'Johore, Malaysia', 'tmd you wan use you say only lah . Dun step one act care for me lah hor . Eat ur lj lah , tell you idw eat why you keep wan me eat'), (10762, 2423, 'Johor Bahru, Johore', '@Tinylittlexz so you pay $3 to get diabetes !?'), (10763, 126, 'Tebrau, Johor Bahru', 'ADe tunang ? Ika kesian kau die da ade tunang tp nak karaoke lg -.-'), (10764, 911, 'Johor Bahru, Johore', 'I''m at Canteen 16 (Singapore) http://t.co/OeNYl6L4'), (10765, 1471, 'Johore, Malaysia', '@shutingshits Thanks for attending last night''s event! Gentle reminder to leave a review on our feedback site http://t.co/QHl2L7c3'), (10766, 240, 'Johor Bahru, Johore', 'Relax @Ahriee relax. I know he''s annoying &amp; irritating but relax.'), (10767, 2925, 'Johore, Malaysia', 'I selected for 300m u ask me run 600m\n#yousiao'), (10768, 196, 'Johor Bahru, Johore', 'I look likea fool now mentioning tweets to myself. But the person''s not me.'), (10769, 2779, 'Malaysia', '@BieberCrew741 sorry i cant...i dont know why??'), (10770, 146, 'Senai Kulai, Kulai Jaya', '@RifaieDaud stress jep balik jb, balik jb jep ✗ stress...ngaaaaa ngeeeeeee'), (10771, 2423, 'Johor Bahru, Johore', '@Tinylittlexz and you pay 30k to wash the inside of your body !? Hais'), (10772, 2949, 'Plentong, Johor Bahru', '@BabyyLolaa haha nampakk tua sangat ! i je nampak muda kan . haha'), (10773, 1077, 'Johor Bahru, Johore', 'This craving'), (10774, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika peduli apaaa HAHA'), (10775, 1562, 'Johor Bahru, Johore', '@limitbreaker02 I want them to remove as they are. No new and no removal !'), (10776, 2950, 'Johor Bahru, Johore', 'CIP! (@ Salvation Army @ Bukit Timah) http://t.co/4eymFjql'), (10777, 980, 'Johor Bahru, Johore', 'I''m at Bus Stop 44259 (Blk 183) (Singapore, Singapore) http://t.co/eqjGV0JR'), (10778, 206, 'Johor Bahru, Johore', '12.45 shower . ^.^ than 1.15 I can go out .'), (10779, 470, 'Singapore', 'shag.'), (10780, 2028, 'Plentong, Johor Bahru', 'Peh..dalam nye lesung pipit budak ni...hahaha #wink'), (10781, 2951, 'Johore, Malaysia', 'I''m at Ramen Santouka (Singapore) http://t.co/VOCNBnA1'), (10782, 941, 'Riau, Indonesia', 'Bz... Phuhhh... Commitment! Abah kau! haha'), (10783, 2925, 'Johore, Malaysia', 'I''m partially dead. Someone...revive me back pls'), (10784, 1072, 'Johor Bahru, Johore', 'So boring~~~'), (10785, 2924, 'Johor Bahru, Johore', '@JeHoVaHLoVe gal let me noe whn hv e fair agn'), (10786, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi aikk... key jupo doh aritu... ya, demo ado joho dohko'), (10787, 2952, 'Johor Bahru, Johore', 'Hi... Bored here... Holiday so boring. Homework not done. LAZY.'), (10788, 2953, 'Johore, Malaysia', 'At Joel Koh''s house trololol (@ The Infiniti @ West Coast Park) http://t.co/lJDbm9oV'), (10789, 1098, 'Johore, Malaysia', 'I''m at Nihon Mura (Singapore, Singapore) http://t.co/Pkm87Mjc'), (10790, 256, 'Johor Bahru, Johore', '“@ZodiacFacts: As an #Aries you’re the least likely sign to be taken advantage of because you don''t allow anyone to play with your emotions.'), (10791, 2438, 'Johore, Malaysia', '@eelleen i miss fun trade events, raffles, winning in the raffles, lol and the blowout lunch events at the office. Walang ganyan here.'), (10792, 207, 'Johor Bahru, Johore', '@dkamirzxs where you wanna do the physics? O:'), (10793, 1634, 'Pulai, Johor Bahru', '@zamryzin alaaaa kaykay. Aku just nk tgk hw mana yg kene siapkan tuk isnin. Aku semakin malas tau takk -,-"'), (10794, 472, 'Johor Bahru, Johore', 'Should I order Mac? Or Pizzahut? Hmm'), (10795, 19, 'Johore, Malaysia', 'i wanna work tomorrow !'), (10796, 280, 'Johor Bahru, Johore', '@joyceeetannn @joannehang later she scold us :''('), (10797, 19, 'Johore, Malaysia', 'slack working . relax .'), (10798, 1417, 'Johor Bahru, Johore', 'I''m at Tampines Safra http://t.co/fvyWuvgy'), (10799, 280, 'Johor Bahru, Johore', 'Eat until so full. Die!'), (10800, 45, 'Johor Bahru, Johore', 'I wanna get slippers from billabong :):) shall ask mummy bout it tonight :)'), (10801, 1959, 'Johore, Malaysia', '@Boythunder913 2 PEOPLE?!?!?!'), (10802, 2954, 'Johore, Malaysia', 'So stress up, sigh'), (10803, 543, 'Plentong, Johor Bahru', '@QieyLa_LaLA ape???'), (10804, 2807, 'Johor Bahru, Johore', '1 hour break! Lunch time jemput makan!!!¡¡¡¡!!!!!¡¡¡¡'), (10805, 240, 'Johor Bahru, Johore', '@nikkaaaaaaay takde macam senyap ah.'), (10806, 116, 'Johor Bahru, Johore', '@ramie2003 haha oh no! If you don''t know Magnum, then Pinoy wannabe celebrities will brand you as uncool! LOL the ice cream bar.'), (10807, 2925, 'Johore, Malaysia', 'OMG I SAW A GAY GUY CARRYING HANDBAG, PLAYING WITH HIS PINK SONY ERRICSON PHONE WITH HELLO KITTY :O'), (10808, 1819, 'Johore, Malaysia', '@MuhdHanifAdzim tu kau nye bekas!'), (10809, 280, 'Johor Bahru, Johore', '“@xBeatricee: @WendyChoa HAHAHAHA ! Good morning Wendy !!! ^^”afternoon luh!!'), (10810, 740, 'Johor Bahru, Johore', 'da soo funny abeh hais?asal hais? RT“@tweetlipxz: @ForeverChronic Dah nak mampus??! hais y u so funny :'')”'), (10811, 1109, 'Johor Bahru, Johore', '@CELINLEONG Oic alright heh. ;) Enjoy watching!'), (10812, 2762, 'Malaysia', 'สงสัยเป้นที่ไฟล์เพลงแล้วล่ะ !!'), (10813, 1588, 'Johor Bahru, Johore', 'Waiting for lift (@ Blk 756 Yishun St 72 ("v")) http://t.co/4Lp4u8X6'), (10814, 1731, 'Singapore', 'I like boys who like girls who like carrots! Louis!&lt;3'), (10815, 280, 'Johor Bahru, Johore', '@Jaaniceekrt HSHAHA!!!'), (10816, 2955, 'Singapore', 'C0s !''m h@rdc0r3 muth@fuck@aaAaAa@A@@@AAaa@aa@@A http://t.co/YYSS8bv8'), (10817, 2924, 'Johor Bahru, Johore', '@linettetans okok if u need a listening ears can call me uh:) hugz:) ❤'), (10818, 116, 'Johor Bahru, Johore', '@ramie2003 but I believe the Galaxy ice cream bar will taste better than it. Hahahaha talk about company loyalty. LOL'), (10819, 941, 'Riau, Indonesia', '@Sheril_Izzyana haha.okok.thks. Maklum la. Tinggal JB. Tk tau papenpun.haha'), (10820, 2956, 'Johore, Malaysia', 'Supposedly relaxing lunch (at Tee Top Terrace @ Keppel Club) — http://t.co/598bc4cP'), (10821, 1488, 'Plentong, Johor Bahru', '20" wheel DUB woooo!!!brother2 :p @bunkbunk_mooks: Projek 20 inci da start !”'), (10822, 1709, 'Senai Kulai, Kulai Jaya', 'Lunche dgn clasmet (@ Kafeteria P19) http://t.co/sqXrQfHO'), (10823, 2830, 'Johore, Malaysia', '@BEASTSTORY son namshin! :)'), (10824, 1858, 'Johor Bahru, Johore', '[UPDATE] class change to 1604 for efc.'), (10825, 2957, 'Johore, Malaysia', 'I''m such a pig. OHGAWD. Afternoon!'), (10826, 256, 'Johor Bahru, Johore', 'Hmmm vat should I get for lunch'), (10827, 2014, 'Johor Bahru, Johore', 'Yo!'), (10828, 795, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 4 others http://t.co/6VuXRB5E'), (10829, 878, 'Johore, Malaysia', 'Makan siang http://t.co/B8PsrZ7w'), (10830, 1264, 'Johore, Malaysia', 'With 2L at Tiffany''s house yay'), (10831, 116, 'Johor Bahru, Johore', '@imavjavier I only have two packs left, and I ate one last night. *sigh*'), (10832, 632, 'Tebrau, Johor Bahru', 'But you''re just a boy..... You don''t understand'), (10833, 2958, 'Johore, Malaysia', 'Hello schooool (@ Ite Simei) http://t.co/W50nDUvw'), (10834, 438, 'Johore, Malaysia', 'Рискнём (@ Sushi Tei) [pic]: http://t.co/nVvlCmtv'), (10835, 2830, 'Johore, Malaysia', '@FatinShaz fatin!! dah siap sejarah elemen1 ?'), (10836, 2959, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 10 others http://t.co/Ym6TsYKX'), (10837, 384, 'Malaysia', '@TUAN_TH เต้นแอฯจ้า แหะๆ มาดิๆ เค้าจัดงาน;)'), (10838, 2883, 'Plentong, Johor Bahru', ':)) RT @eyyaeyye @ferdinal_31 selamat pagi malaysia :))!'), (10839, 1959, 'Johore, Malaysia', '@Boythunder913 but some of us have to work....... #lifeofapolystudent'), (10840, 1207, 'Johor Bahru, Johore', 'First experience.. (@ Karu''s indian banana leaf restaurant) http://t.co/ZDER9I8G'), (10841, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika no hal ! set jee masa dengan tempat je haha .'), (10842, 2960, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 2 others http://t.co/JOBbDA4N'), (10843, 2925, 'Johore, Malaysia', 'Before I got selected for 600m: yay! Tmrw got track!\nAfter:WTH LAH. I dun go can?\n\nUrghhhh. Mr lim why u make me do 600m ah? -.-'), (10844, 757, 'Malaysia', '@Adomenojang ใช่เจ้ที่ไหน พี่เอง'), (10845, 2961, 'Johore, Malaysia', 'I''m at Bedok Hawker Centre http://t.co/SzoRGEtI'), (10846, 1552, 'Johore, Malaysia', 'People need to realise that quality takes time. These last-minute things do not fly and the ppl who throw them on us do not gain respect!'), (10847, 1109, 'Johor Bahru, Johore', '@M_urderotic Hehehe. ;) Let''s talk mre aites? &lt;3'), (10848, 1347, 'Johor Bahru, Johore', 'I hope u will play the role of an advisor than a facilitator later.'), (10849, 740, 'Johor Bahru, Johore', 'Change la, so that i can save duit sikit haha! RT“@tweetlipxz: @ForeverChronic you ask me to exchange with you :'')”'), (10850, 2798, 'Riau, Indonesia', '@yunidanianti iya deh ag tny mama aku dlu,haha gak mau sombong dlu :D'), (10851, 2962, 'Johore, Malaysia', 'I''m at Yong Tau Foo &amp; Laksa Stall @ The Deck (Singapore) http://t.co/vxkn55j0'), (10852, 2883, 'Plentong, Johor Bahru', 'ah payah dah orang pedaleman @adityATNK (¬_¬) gue gk bwa spatu futsal,pngen nginep RT @ferdinal_31: bego, bukannya nginep aje., malem (cont)'), (10853, 2941, 'Johore, Malaysia', '#StronglyAttractedTo muslimah.haha~'), (10854, 1698, 'Plentong, Johor Bahru', 'gambar hantu takde yang real langsung !'), (10855, 2963, 'Johore, Malaysia', 'Change 2k SGD and that''s it I dont wanna use visa but I''ll still bring along just in case'), (10856, 2762, 'Malaysia', 'ระลื่นแบนด์ คือ อะไร ??'), (10857, 2723, 'Plentong, Johor Bahru', 'mencari sinar cahaya pelangi'), (10858, 2809, 'Johor Bahru, Johore', 'irrits me -.- Stop it laah.'), (10859, 19, 'Johore, Malaysia', '@sheezeeleen Sky High ? haha !'), (10860, 2964, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 3 others http://t.co/xhn9Wm6J'), (10861, 2965, 'Johore, Malaysia', 'WOOT GORGE GORGE (@ Seoul Garden@Takashimaya) http://t.co/1vmbWs1V'), (10862, 2930, 'Johore, Malaysia', '@KuraiTsumi hmm? Okay I guess... At least I''m hovering at 3.10. =\\'), (10863, 387, 'Johor Bahru, Johore', '@anneyuch ah akala ko dito mo nakita boyfriend mo hahahaha joke oo cool nga dito ganda ng lifestyle and safe ka everywhere basta ang sarap!ü'), (10864, 2966, 'Johor Bahru, Johore', 'I''m at Blk 925 Yishun Coffee Shop http://t.co/adi5IPPI'), (10865, 207, 'Johor Bahru, Johore', '@dkamirzxs bro come up. Not many people here. Only alysha and hanis.'), (10866, 281, 'Johore, Malaysia', 'I''m at Bus Stop 12101 (Ngee Ann Poly) (Singapore, Singapore) http://t.co/lW5I9USq'), (10867, 2809, 'Johor Bahru, Johore', 'My problem laah.'), (10868, 1109, 'Johor Bahru, Johore', '@Bitetherose :) U use android phone?'), (10869, 2949, 'Plentong, Johor Bahru', '@SuhailyHasni hahaha . sangatt laa. macam dah ada anak 3biji haha'), (10870, 281, 'Johore, Malaysia', 'I''m at Ngee Ann Polytechnic (NP) (Singapore, Singapore) w/ 2 others http://t.co/z3oXX0RK'), (10871, 470, 'Singapore', 'thats nearly a 1.0 GPA difference lols..'), (10872, 2287, 'Tebrau, Johor Bahru', 'Liam played The Lazy Song before he sleep. That reminds me of Miyyo! :)'), (10873, 2967, 'Johore, Malaysia', 'hoho sudah sampai ^^ (@ Ite Simei w/ @amirastarvampz) http://t.co/Hs1bqOZp'), (10874, 2768, 'Singapore', 'why my bf never reply my msg since 11?'), (10875, 19, 'Johore, Malaysia', '@iAzxtiL haha no one entertain me also i never laugh by my ownself eh . haa ok laa . we both entertain each other ok ?'), (10876, 2287, 'Tebrau, Johor Bahru', '@SolehahAbdul 3 bulan camtu kot'), (10877, 2554, 'Johor Bahru, Johore', 'Those feelings that can''t be expressed in words ,'), (10878, 2883, 'Plentong, Johor Bahru', 'malesnya mao jalan makan ke hotel,,tapi mao makan d luar ngggak ada uang -____-'), (10879, 1189, 'Johor Bahru, Johore', '@septipw mbak, anakku semangaaaat ga mau berhenti saat "main" program ixl. Terimakasih byk utk semua ini ;)'), (10880, 2500, 'Plentong, Johor Bahru', 'okeyyyy,,,dh sampaiiii umah nenek yeahhhhh,,,misssss nyewww,,mlmmmm kitewww bertemuuu yewww twitterrr,,,byeee my fwenzzz'), (10881, 2968, 'Johor Bahru, Johore', 'I''m at Blk 235 Serangoon Ave 3 (Singapore, Singapore) http://t.co/p2789Y0d'), (10882, 1681, 'Johor Bahru, Johore', 'I''m at Long John Silver''s (Singapore, Singapore) http://t.co/Y8QQyoMw'), (10883, 2495, 'Johor Bahru, Johore', 'Now at HengHeng Curry Cafe!! Haha curry again !! Yummy!!'), (10884, 1377, 'Johor Bahru, Johore', '@RSquarePie ai ya can make it to private uni can alr la. Mine only 2 lol -.-'), (10885, 2969, 'Johor Bahru, Johore', 'nomzxzx with jiang gege. ^^ (@ Blk 304 Coffeeshop) http://t.co/Y2elaGYw'), (10886, 1304, 'Johore, Malaysia', 'I''m at Bagus by Banquet (Singapore, Singapore) http://t.co/BdnuQtC3'), (10887, 2415, 'Malaysia', 'กรี๊ดดดดดดดดดดดดดด ดิสบีบีริท'), (10888, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika tengok orang laa setakat anak cik ithnin ni ap ad hal HAHA .'), (10889, 2287, 'Tebrau, Johor Bahru', '#thecookieman should be on TT right now. lol'), (10890, 2970, 'Pulai, Johor Bahru', '@gagsapul bekfes kul 12.30? =="'), (10891, 795, 'Johore, Malaysia', 'I''m at JurongEast (EW24/NS1) http://t.co/9lpslK7s'), (10892, 2971, 'Malaysia', ':: แค่เรื่องง่าย ง่าย ..ทิ๊มึงทำไม่ได่ !! TT'), (10893, 2733, 'Johore, Malaysia', 'Time for lunch!! I''m starving!! @Merisngjingwen'), (10894, 2809, 'Johor Bahru, Johore', 'Never saw "Smurf" at all today :/ Haaaisssh....'), (10895, 1028, 'Johore, Malaysia', 'I''m at Jurong Port Canteen http://t.co/3z9SRhKp'), (10896, 1283, 'Johore, Malaysia', '@Ryugiiii A lot time already lah! You know my ign not? LOL'), (10897, 2972, 'Johore, Malaysia', '@gnalaSenaiD @msaihoa7l @bubs_vinia @enilykcaj @chinoian @melody_tangonan ayan dami na.Mag tretrend na si #palma.hehe Lunch kame Pepperlunch'), (10898, 2973, 'Johor Bahru, Johore', 'It doesn''t fell like 12 pm ....'), (10899, 2080, 'Malaysia', '@Tumvadee อาบน้ำ ยัง ??'), (10900, 1596, 'Johore, Malaysia', 'I''m at Food Junction @United Square http://t.co/eTtK4LnP'), (10901, 2974, 'Plentong, Johor Bahru', 'Lunch is here ! @ LC Catering (Jalan Tebrau) http://t.co/SyaxUxXk'), (10902, 2676, 'Johore, Malaysia', 'TAN ZHENG JIE :@@:@::@:@:@:@'), (10903, 2653, 'Johore, Malaysia', '@IHEARTSUZY No. I dun think so. But is healthy.'), (10904, 2576, 'Kota Tinggi, Johore', 'bonejulge.'), (10905, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae private uni as long gpa 2 and above can Liao. :D but not supported by government so more exp than local uni'), (10906, 2390, 'Johore, Malaysia', '@brokenyeul who???'), (10907, 2653, 'Johore, Malaysia', '@IHEARTSUZY I love Taecyeon. I love 2PM &lt;3'), (10908, 2975, 'Johore, Malaysia', 'I''m at Xing Hua Vegetarian Restaurant (Singapore, Singapore) http://t.co/JaXeCHPG'), (10909, 1283, 'Johore, Malaysia', 'An angmor performing'), (10910, 2976, 'Malaysia', 'I''m at หาดใหญ่ (Khuan Lang, Songkhla) http://t.co/OlZ5Ppmk'), (10911, 2952, 'Johor Bahru, Johore', 'Its holiday. Don''t feel like one...'), (10912, 2977, 'Johor Bahru, Johore', 'Siannnn at hougang mall! -.-'), (10913, 2930, 'Johore, Malaysia', '@KuraiTsumi can''t break out of the range leh =\\ I guess it''s because of SAPP. I can''t program for nuts :&lt;'), (10914, 1959, 'Johore, Malaysia', '@NiallOfficial WE TRIED TO! Even trended it on twitter you bafoon'), (10915, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak โอเคเลย ๆ (:” /จ้าาาาา '''), (10916, 2978, 'Plentong, Johor Bahru', 'I''m at Afzal &amp; Associates http://t.co/6jVu3tY3'), (10917, 2979, 'Johor Bahru, Johore', 'Eat 10 rolls of roti parta hotdog and still not full. Imfao.'), (10918, 280, 'Johor Bahru, Johore', '@Jaaniceekrt YES I DARE'), (10919, 2576, 'Kota Tinggi, Johore', 'Nappeun gon tto nuguboda ppalli beuji swit!'), (10920, 1109, 'Johor Bahru, Johore', '@Queenie_Chanel Alrite. Wah so late wakeup uh. Goodgood! :D Awww... Thankiew sis!! ♥ Wat emoji u put? Srry I can''t c, only cn put.'), (10921, 2980, 'Johore, Malaysia', '@ilovehandbells_ why did u almost died ?'), (10922, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae might need to work part time during that time and use your parents''s CPF.'), (10923, 2596, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 10 others http://t.co/TA5dga7O'), (10924, 2862, 'Johor Bahru, Johore', '@cinyi_tan okayokay!:D thanks so much!!!!:D'), (10925, 1959, 'Johore, Malaysia', '.....i''m just scared they''ll run away with the greeting cards'), (10926, 2903, 'Johore, Malaysia', 'Lapa'), (10927, 1552, 'Johore, Malaysia', '"Help me help you. Help me help YOU."'), (10928, 153, 'Johor Bahru, Johore', 'I''m at ITE College East (Simei, Singapore) http://t.co/0cer8Vdc'), (10929, 336, 'Johor Bahru, Johore', 'Need to go for lessons..'), (10930, 2981, 'Johore, Malaysia', 'I''m at Z Wedding D''sign http://t.co/zZKKLjK5'), (10931, 1030, 'Johor Bahru, Johore', 'That want is SMALL'), (10932, 781, 'Johore, Malaysia', '@bryan_danni oh btw. im on now'), (10933, 2889, 'Johore, Malaysia', 'Everytime twitter got war, I not online.'), (10934, 2982, 'Malaysia', 'แวะ (@ Cafe'' Amazon Palas) http://t.co/0v1B4hMe'), (10935, 1352, 'Tebrau, Johor Bahru', 'I''m at KFC@Taman Daya (Johor bahru, Johor) http://t.co/yqzcXBvN'), (10936, 1214, 'Johore, Malaysia', 'AhahhaaaRT @hayyaaa: Gw jd inget pas lo nambah emih kocok di bdg cc: @tyasratu @ramdhani24 :D RT @robytriadi: Met makan! Mih kocok sumsum'), (10937, 2983, 'Johore, Malaysia', 'I just ousted @qiao_lin as the mayor of  NTUC Fairprice on @foursquare! http://t.co/pjFa4FYk'), (10938, 2952, 'Johor Bahru, Johore', 'Can I have a new phone??? Can?'), (10939, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae i didn''t study cuz of Kpop. I keep watching MV and KVarietyshows -.-'), (10940, 19, 'Johore, Malaysia', 'cooking maggie .'), (10941, 2984, 'Johore, Malaysia', ':P (@ On A Rainbow ) http://t.co/zH0rshud'), (10942, 2979, 'Johor Bahru, Johore', '@aromaticscent Hey, I like you.'), (10943, 2985, 'Plentong, Johor Bahru', 'Class (^.^) (@ Politeknik Ibrahim Sultan,Pasir Gudang) http://t.co/W4GKRArQ'), (10944, 703, 'Johore, Malaysia', 'W/ @Shahridzuan1M nadia (@ Velvet Dance @Zouk) http://t.co/8XPeZ2Kw'), (10945, 2941, 'Johore, Malaysia', '#nw the timeline goes down and down.'), (10946, 2872, 'Johore, Malaysia', '@NuggetBlanket screenshot lor,i not scared'), (10947, 1969, 'Johore, Malaysia', 'HAHAHAHAHA! (@ Helping Power Ranger Fight teletubbies) http://t.co/5TH3pASd'), (10948, 1825, 'Johore, Malaysia', 'Cb luh. Bknnya aku nk lmbt sial'), (10949, 2986, 'Johore, Malaysia', 'brunch  (@ Hotel Rendezvous Singapore) http://t.co/o47CxUa1'), (10950, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika gebang ah lu pegi tolong mak lu masak sana haha'), (10951, 74, 'Johor Bahru, Johore', '@geyeperedo Ye kelangan talaga may I Love you Lars dun sa drawing? Hahaha'), (10952, 2415, 'Malaysia', 'น่ารักอ้ะ'), (10953, 2932, 'Johore, Malaysia', 'Lieu!!!'), (10954, 2809, 'Johor Bahru, Johore', 'SmurfSmurf , where are youu?¿¿'), (10955, 2987, 'Johore, Malaysia', 'Lunch! @ Long John Silver''s http://t.co/4gOS45tR'), (10956, 2988, 'Tebrau, Johor Bahru', 'Dhea frust x dpt daftar sekolah kt Tmn Daya (@ SK Tmn Mount Austin) http://t.co/mZWL4dRn'), (10957, 470, 'Singapore', '@jasminekaedz i also drop ;( from 3.5 to 3.09 ...'), (10958, 1302, 'Pulai, Johor Bahru', 'I''m at Restoren Ubi Kayu (Johor Bahru, Johor) http://t.co/bi7lW2cx'), (10959, 2989, 'Johore, Malaysia', 'Lunch crowd, againnn'), (10960, 2990, 'Johor Bahru, Johore', '@gasolinedude Mukhang happy naman ikaw sa decision mo, so all the best to you! You''ll still work here?'), (10961, 2979, 'Johor Bahru, Johore', 'Was that lame? Sorry i didn''t notice.'), (10962, 2080, 'Malaysia', '@Tumvadee ถามจิงๆน่ะ\nอ้อมรักเค้าใหม๊ ?'), (10963, 1819, 'Johore, Malaysia', '@PaizRosli @MuhdHanifAdzim skola uh'), (10964, 2991, 'Johore, Malaysia', 'I''m at Uncle Sam''s Claypots (Singapore, Singapore) http://t.co/TmOj8C0E'), (10965, 1003, 'Plentong, Johor Bahru', '@hassanazme uish ta Pe la. kalo bg free pown ta nak jgak. Haha.'), (10966, 2992, 'Johor Bahru, Johore', 'Having chicken (at KFC @ West Mall) — http://t.co/4DrXS9wg'), (10967, 2993, 'Johor Bahru, Johore', 'I''m at Serangon MRT Station http://t.co/eqgde1kW'), (10968, 2653, 'Johore, Malaysia', '@IHEARTSUZY You are hottest too?! ^o^'), (10969, 2798, 'Riau, Indonesia', '#gemes tu cannon muarh bget,pngen buru2 beli'), (10970, 2957, 'Johore, Malaysia', 'Ahhh.. I should have woke up earlier... :('), (10971, 2066, 'Johore, Malaysia', 'I''m at The Clementi Mall (Singapore, Singapore) w/ 2 others http://t.co/zPZSbMP2'), (10972, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 Heyy :D'), (10973, 2994, 'Johor Bahru, Johore', 'Eeyer cb knn!!!!! Buay ps'), (10974, 2830, 'Johore, Malaysia', '@FatinShaz WAHHH! Rajen gilee .'), (10975, 1827, 'Johor Bahru, Johore', 'I''m at The Roti Prata House (Singapore, Singapore) http://t.co/itiffJwq'), (10976, 2397, 'Johore, Malaysia', 'Today is the Day!!!'), (10977, 560, 'Johor Bahru, Johore', 'Going Compass Point :) (@ Bus Stop 64471) http://t.co/KazN3Vm6'), (10978, 2995, 'Johore, Malaysia', 'I''m at Boon Keng Market http://t.co/7nsYyfkY'), (10979, 479, 'Singapore', 'Finally home! The medical report like pathetic siaaaa!!!'), (10980, 2996, 'Johore, Malaysia', 'I''m at Orchard Central (Singapore) w/ 4 others http://t.co/83D3EHi4'), (10981, 2809, 'Johor Bahru, Johore', 'Lol....'), (10982, 2997, 'Johore, Malaysia', 'I''m at Aimia Singapore http://t.co/7VxeXy5s'), (10983, 2998, 'Johore, Malaysia', 'I''m at MOS Burger (Singapore, Singapore) http://t.co/viJy7epx'), (10984, 2080, 'Malaysia', '@Tumvadee รักมากใหม๊ ?'), (10985, 1867, 'Plentong, Johor Bahru', '@andriyanee xde citeeee menarik...=(('), (10986, 362, 'Johore, Malaysia', 'Have to like go back now or I''ll be late .'), (10987, 2662, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 3 others http://t.co/UBrJcLGn'), (10988, 2415, 'Malaysia', '@mootono_pk คิดถึงกุ๊ยไฮโซววว'), (10989, 2798, 'Riau, Indonesia', '@yunidanianti haha kalo masalah bb aku mah ogah,kagak suka,,'), (10990, 253, 'Johore, Malaysia', 'I''m at Anchorpoint Shopping Centre (Singapore, Singapore) http://t.co/pmCTP1FE'), (10991, 1552, 'Johore, Malaysia', 'Can you believe it took me an HOUR to get to KKH by public transport? Screw this, I''m cabbing! So much work to do and it cannot wait!!'), (10992, 2400, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/E3Q4yPyv'), (10993, 1457, 'Riau, Indonesia', 'Gonna go boat ride now ! :D jus took a pic with Ronald duck xD'), (10994, 2827, 'Johore, Malaysia', '@M_NSTERZXC hihi ^^ awwww thankyou ~ meet soon &lt;3'), (10995, 839, 'Johor Bahru, Johore', '@SmellMeMatt @melodyrnhz how''s work lovers:)?'), (10996, 1132, 'Singapore', 'Mac for lunch...'), (10997, 2576, 'Kota Tinggi, Johore', '터져 나오는 Jackpot 누가 뭐라 건 so what~'), (10998, 1147, 'Johor Bahru, Johore', 'Acjc friendly later, but I''m exhausted...'), (10999, 2809, 'Johor Bahru, Johore', 'hahahaaha.....funny siaaa my friend...'), (11000, 1982, 'Johor Bahru, Johore', '@ahmerul yelah . Aku tahu . Kai maseh Kay Tampines ?'), (11001, 72, 'Johor Bahru, Johore', '@RhysSantiago NO WAY HOSEH! Jahahahah'), (11002, 1825, 'Johore, Malaysia', '@brattynurf babe hotel da book? Otherwise i help n check it out some hotels'), (11003, 2999, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 16 others http://t.co/CiFwOzWQ'), (11004, 2955, 'Singapore', 'All for Swamiji... http://t.co/IfwK20Py'), (11005, 2548, 'Malaysia', '@umppppp โกหกมั้ง ;p'), (11006, 3000, 'Johor Bahru, Johore', 'At Katamo By Dreamwerkz — http://t.co/mmZEoNvh'), (11007, 2576, 'Kota Tinggi, Johore', 'Don&amp;#39;t get too close with me.'), (11008, 2916, 'Tebrau, Johor Bahru', 'In order to use the task killer on iPad you must place all 5 fingers on the screen and swipe down... U mad?'), (11009, 2080, 'Malaysia', '@Tumvadee อื้ม ^^\nเค้ารักอ้อม น่ะ'), (11010, 2221, 'Plentong, Johor Bahru', 'I''m at Khamim''s Resident http://t.co/EoeoggXY'), (11011, 3001, 'Johor Bahru, Johore', '@lawweisong finally!!!'), (11012, 2548, 'Malaysia', 'ทำไมต้องแปลี่ยน . ? หึหึ (:'), (11013, 180, 'Johore, Malaysia', 'Ini lip balm nya lucu juga, keluaran coca cola.. http://t.co/zTWN3hkN'), (11014, 740, 'Johor Bahru, Johore', 'abeh suke sangat tendang bola?! Haha RT“@tweetlipxz: @ForeverChronic Dah terbiat ke! Eeeeeeeee nuuu!!!!!”'), (11015, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi xgi pomn... ahaksss... tp meme kito jupo doh.. sungguuuhh... pitu paga blake kat utm.. kda nasi kukuh... hehe'), (11016, 2903, 'Johore, Malaysia', '@ShaCapaldi yeahhh sbb im starving hahaha'), (11017, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yes. Haha. Need to excise.'), (11018, 3002, 'Johore, Malaysia', 'Finally at Singapore (@ HarbourFront Centre w/ 4 others) http://t.co/iRkxPvEx'), (11019, 621, 'Kota Tinggi, Kota Tinggi', '@ennyuuu Nice!'), (11020, 2599, 'Johore, Malaysia', 'I''m at Samy''s Curry (Singapore) http://t.co/nh4dJVoU'), (11021, 2423, 'Johor Bahru, Johore', '@Tinylittlexz my science really failed that''s why I dared to say it out ! Hahaa :p'), (11022, 839, 'Johor Bahru, Johore', 'I''m really hoping for Torres to find back his form. I know exactly how it feels like when you''re perfectly fit yet you can''t seem to prove!'), (11023, 2576, 'Kota Tinggi, Johore', '@Banyar_Aung eh , u going back this year?'), (11024, 2651, 'Johor Bahru, Johore', '@HazeeraBob yup.. Kat IKEA. I''m gg home after this..'), (11025, 2653, 'Johore, Malaysia', '@IHEARTSUZY Oh yeah! Me too :)'), (11026, 929, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 12 others http://t.co/4gVKNLll'), (11027, 2096, 'Senai Kulai, Kulai Jaya', 'Bilik (@ S40) http://t.co/jq53btM9'), (11028, 138, 'Plentong, Johor Bahru', 'Sile tgk je :) ade duit sket membazir makan nasik ayam.dan ye saye bwk botol sbb nak jimat. http://t.co/jZllhZEi'), (11029, 2548, 'Malaysia', '@umppppp ชอบรูปเน้ :D'), (11030, 362, 'Johore, Malaysia', 'I see students studying and I''m here like why didn''t I think of that when I was schooling . Lol jk . I hate studying .'), (11031, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 dgr laguu je . u ?'), (11032, 1231, 'Johor Bahru, Johore', 'Ltr do nothing..'), (11033, 1039, 'Johor Bahru, Johore', 'I''m at Pasir Ris Telephone Exchange (Pasir Ris, Singapore) http://t.co/HolFAFoR'), (11034, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika cehh konon harharhar .'), (11035, 2121, 'Johor Bahru, Johore', 'I''m at Changi Beach (Singapore) http://t.co/OSpT370V'), (11036, 58, 'Malaysia', '@limited_Pookki3 อ๊ากก ! อยากไปชิ๊บ 55'), (11037, 3, 'Plentong, Johor Bahru', '@NadiaaZulkifli okay kalau prgi ckap tau!! hehe'), (11038, 2751, 'Johor Bahru, Johore', 'Enjoying hot fries:} (@ BURGER KING®) http://t.co/GSTek1hr'), (11039, 665, 'Johor Bahru, Johore', 'Dafuggggg first is leave me home alone without telling me thn is hang my call -_-'), (11040, 2955, 'Singapore', 'Yeh mera vaada jaanam, to pir to mil jaa mele meh iska naam jawani'), (11041, 3003, 'Johore, Malaysia', 'I''m at Twelve Cupcakes (Singapore, Singapore) http://t.co/0iCrZs3T'), (11042, 3004, 'Johore, Malaysia', 'I''m at Health Fuel Station @ The Sail (Singapore, Singapore) http://t.co/J7WqRnfd'), (11043, 1816, 'Plentong, Johor Bahru', 'I''m at Tmn Sri Plentong (Tmn Sri Plentong, Masai) http://t.co/jqhTfoCj'), (11044, 1118, 'Johor Bahru, Johore', '@YuliaYudhani @aniasrani Gak usah bawa2 org uey...Hahahaha'), (11045, 3005, 'Johore, Malaysia', '"Want a fist in your face? Haha just kidding," he said. "Want a fist in your ass?" I replied.'), (11046, 1588, 'Johor Bahru, Johore', 'I''m at JaCeLyN''s Tsl Home  http://t.co/8l62XF1s'), (11047, 19, 'Johore, Malaysia', 'The more the merrier , the bigger the boobies the better :P'), (11048, 621, 'Kota Tinggi, Kota Tinggi', '@skullhong 응!!ㅋㅋㅋㅋ'), (11049, 3004, 'Johore, Malaysia', 'I''m at One Raffles Quay (Singapore, Singapore) http://t.co/liglKYJS'), (11050, 2723, 'Plentong, Johor Bahru', '@Newrulez_Malik makan dulu baru best tido.. bunyi azan zuhur trus bangun mandi... segarrrr'), (11051, 3006, 'Malaysia', 'ชั่งแม่ง'), (11052, 2435, 'Johor Bahru, Johore', 'Imho, Armani Diamonds remains as one of the nicest scent for guys!'), (11053, 2653, 'Johore, Malaysia', '@ikpopbias Omg. Thank you very much and I love it very much. :)'), (11054, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie ouh, abis kau duk umah jelah,'), (11055, 2080, 'Malaysia', '@Tumvadee กินข้าวด้วย น่ะ &lt;3'), (11056, 19, 'Johore, Malaysia', '@iAzxtiL kluar . gi kedai ? hahaha ! taklaa , nanti ader training takraw :D o,o go where ?'), (11057, 2798, 'Riau, Indonesia', '@yunidanianti drimu mau bliin aku bb yo :D boleh boleh'), (11058, 1283, 'Johore, Malaysia', '@Ryugiiii Ya! I see hahaha. I Anchovyyyy lah!'), (11059, 2152, 'Johor Bahru, Johore', 'Still got maths ws ,chinese compo n english compo haven t do ;/'), (11060, 3008, 'Johore, Malaysia', 'Roger Shah &amp; Signum - Healesville Sanctuary'), (11061, 100, 'Johor Bahru, Johore', 'I''m at 海鲜煮粥 @ Choh Dee Place (Bukit Panjang) (Singapore) http://t.co/QPwEBeiG'), (11062, 1377, 'Johor Bahru, Johore', 'RT @JIA_JUN_: GPA back to square 1 -.-'), (11063, 19, 'Johore, Malaysia', 'brb , eating :)'), (11064, 362, 'Johore, Malaysia', 'To kiss zayn malik before I die :3 . Won''t happen but shall dream loud .'), (11065, 1268, 'Johor Bahru, Johore', '@GuoyiPrada is you what HAHAHA'), (11066, 3009, 'Johor Bahru, Johore', 'It''s been a long time (@ Bishan ClubFITT Gym w/ 4 others) http://t.co/lk4BEWlS'), (11067, 2925, 'Johore, Malaysia', 'U eat cheese burger without cheese #okyoubig'), (11068, 3010, 'Senai Kulai, Kulai Jaya', 'Di rumah makcikku'), (11069, 2653, 'Johore, Malaysia', '@IHEARTSUZY I love the artiste from JYP Entertainment.'), (11070, 1242, 'Singapore', 'Omfg =.='), (11071, 3007, 'Tebrau, Johor Bahru', '@nurulalaika apiz mana nieyh ? '' _ '' "'), (11072, 377, 'Johor Bahru, Johore', '@derppp_ I got a nidorino already :D donno where to find a moonstone though..'), (11073, 106, 'Johor Bahru, Johore', 'I''m at 海鲜煮粥 @ Choh Dee Place (Bukit Panjang) w/ @jnhqq http://t.co/D6xUJXvm'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (11074, 931, 'Johor Bahru, Johore', '@Shermainezxc yah veri nice'), (11075, 326, 'Tebrau, Johor Bahru', 'I''m at @mart Kempas (Taman Cempaka, Johor Bahru, Johor) http://t.co/oAkPs0bc'), (11076, 2925, 'Johore, Malaysia', '#Thefeelingiget when u breathe into my hair &lt;3'), (11077, 2045, 'Pulai, Johor Bahru', '@ @ppothen http://t.co/E6EyAxcx \n\nsrilanka war crime\nSpread this we want justice'), (11078, 3011, 'Johor Bahru, Johore', '@Gogoffer как сломал? Ты нормально доехал?'), (11079, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. Cereal is nicer.'), (11080, 1243, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 14 others http://t.co/GxHwi84R'), (11081, 621, 'Kota Tinggi, Kota Tinggi', '@skullhong 진짜?! ㅠㅠ'), (11082, 2672, 'Johor Bahru, Johore', 'Turn around and u stole my heart &lt;3'), (11083, 2655, 'Johor Bahru, Johore', 'Juz spent $500 paying credit card bill. Tts 1k in total for yest n today. Wth + omg'), (11084, 238, 'Johor Bahru, Johore', 'Pong pong loh !'), (11085, 2872, 'Johore, Malaysia', '@g0ost afternoon boss'), (11086, 2045, 'Pulai, Johor Bahru', '@rparthiepan http://t.co/E6EyAxcx \n\nsrilanka war crime\nSpread this we want justice'), (11087, 3012, 'Johore, Malaysia', 'That''s a little bit too creepy... (@ ITE College East w/ 7 others) http://t.co/4bjQPkzT'), (11088, 3013, 'Johore, Malaysia', 'Bakit ganun? :('), (11089, 1105, 'Johore, Malaysia', 'I love all the girls in GESS!!!!!!'), (11090, 3007, 'Tebrau, Johor Bahru', '@nurulalaika nak saya sebutkan ke? hah, eceh lu kan bnyk pminat , ~wink~'), (11091, 3014, 'Johore, Malaysia', '@Ameliaruth89 haha! Yes my pretty girl?'), (11092, 2423, 'Johor Bahru, Johore', '@Tinylittlexz I haven''t even left school ! + it''s march holiday now !!'), (11093, 3015, 'Johor Bahru, Johore', 'I''m at East Point Mall http://t.co/mg8OVzNv'), (11094, 377, 'Johor Bahru, Johore', '@ClaytonTing +6591807185'), (11095, 2925, 'Johore, Malaysia', '#Thefeelingiget when u smile at me &lt;3'), (11096, 3016, 'Singapore', 'Audi now . ;)'), (11097, 839, 'Johor Bahru, Johore', 'When you''re down that''s when you find your true form and realise the errors you have made'), (11098, 2044, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 43 others http://t.co/yk49at9q'), (11099, 2746, 'Johore, Malaysia', 'So hungry :/ but no food =='''''), (11100, 2925, 'Johore, Malaysia', '#Thefeelingiget when u look into my eyes &lt;3'), (11101, 2653, 'Johore, Malaysia', '@IHEARTSUZY 2AM?'), (11102, 3017, 'Johore, Malaysia', 'Under dressed.'), (11103, 2762, 'Malaysia', '@Dack_biw เพื่อนมันมาถาม วงอะรไ เนี๊ยะ !!'), (11104, 1377, 'Johor Bahru, Johore', 'Lol I just realized if not for my comm skills my gpa would have increased by at least 0.3? I got afreaking D+ -.-'), (11105, 3018, 'Singapore', 'I hope you''re happy, SLUT.'), (11106, 3019, 'Johor Bahru, Johore', 'Damn computer can''t detect the DVD drive.'), (11107, 1243, 'Johor Bahru, Johore', 'I''m at Yoshinoya NEX (Singapore, Singapore) http://t.co/hJym4ju0'), (11108, 613, 'Johore, Malaysia', 'This isn''t what you call Feminism, but I really like my sammiches... http://t.co/Z1ziNcFr'), (11109, 2045, 'Pulai, Johor Bahru', '@Udhaystalin http://t.co/E6EyAxcx \n\nsrilanka war crime\nSpread this we want justice'), (11110, 2045, 'Pulai, Johor Bahru', '@sri50 http://t.co/E6EyAxcx \n\nsrilanka war crime\nSpread this we want justice'), (11111, 2925, 'Johore, Malaysia', '#Thefeelingiget when u concentrate ONLY on me &lt;3'), (11112, 931, 'Johor Bahru, Johore', '@Shermainezxc u juz woke up???'), (11113, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika lu nak cerita apa ?? tak ad cerita laa haha lol .'), (11114, 1918, 'Johore, Malaysia', '@PChristiany hahaha, asikkasikk, masapaa??'), (11115, 1347, 'Johor Bahru, Johore', 'And I don''t think there is a need for any interferences unless necessary'), (11116, 3020, 'Johore, Malaysia', 'Tuna Meatball nabe! @ Tomi-Sushi@PARCO Marina Bay http://t.co/EkujwIke'), (11117, 2798, 'Riau, Indonesia', '@yunidanianti haha kpn lg dikasi yuyun bb :D,emg bb mu ngp mau d.ganti??'), (11118, 3011, 'Johor Bahru, Johore', '@3bepek @gogoffer ну я подумала, вдруг ты тоже приедешь)'), (11119, 1377, 'Johor Bahru, Johore', '@KaiDancingXuan yes -.-'), (11120, 1158, 'Johore, Malaysia', 'Lontong. Shiok!'), (11121, 2752, 'Johore, Malaysia', '@nsyxz tsk tsk tsk! Mengucap la gurl'), (11122, 377, 'Johor Bahru, Johore', '@belindadrs Gtau. Ngakak, ngeliat kejadulannya.'), (11123, 3021, 'Johor Bahru, Johore', '@Fabulousviva result out? How was it?'), (11124, 2925, 'Johore, Malaysia', '#Thefeelingiget when u come close to me :)'), (11125, 1918, 'Johore, Malaysia', 'Emgg :p ajak si aHu aja tuh pauu :p RT @PChristiany: Kepo pie RT @vieeechan: Zz nyambung" ajaa dehh huu ( #`Д´)σ ... http://t.co/MwTvCdzs'), (11126, 362, 'Johore, Malaysia', 'You are the only exception .'), (11127, 2562, 'Johore, Malaysia', 'I''m at Just Acia (Singapore) http://t.co/5revtym7'), (11128, 2044, 'Riau, Indonesia', 'Lunch (@ Mel''s Drive-in, Singapore Style Burger) http://t.co/TsAlkrPo'), (11129, 2460, 'Johore, Malaysia', '@veecmm haha, tara pag uwi ko. rwm tayoo :) kaka member ko lang dito sa sg e. hahaha!'), (11130, 401, 'Johore, Malaysia', 'Any thought I had that lady taxistes were less staccato &amp; are calmer drivers has, in Singapore today, been cruelly disabused.'), (11131, 2925, 'Johore, Malaysia', '#BOOM_SHAKALAKA saw it in RGS'), (11132, 3022, 'Johore, Malaysia', 'I haven''t started on my hw yet. :\\'), (11133, 369, 'Plentong, Johor Bahru', 'I''m at Politeknik Ibrahim Sultan,Pasir Gudang http://t.co/2BNpLdoa'), (11134, 2944, 'Pulai, Johor Bahru', 'Brrpppppp'), (11135, 2872, 'Johore, Malaysia', '@onelastroundd hey,chop the seat bside u can,break i change seat'), (11136, 1683, 'Johor Bahru, Johore', 'I am thinking of u every second .'), (11137, 2044, 'Riau, Indonesia', 'I''m at Mel''s Drive-In (Sentosa Island, Singapore) http://t.co/qHX5G8HO'), (11138, 474, 'Johore, Malaysia', 'reading my old timeline in the past... got xmm moments and all too. found something else.'), (11139, 2410, 'Johor Bahru, Johore', 'I''m at ITE College Central (Yishun Campus) w/ @h0ngrui http://t.co/tzfUiVuJ'), (11140, 3023, 'Johor Bahru, Johore', 'Happy Birthday!! :) @Halfnakedpilot'), (11141, 1666, 'Johore, Malaysia', 'I''m at Ah Teng''s Bakery w/ @suesanis http://t.co/7S9CpiSa'), (11142, 2762, 'Malaysia', 'ยุงแอบกัด กินสะตัวเป้ง แถมบินล่อหน้าล่อตา เดี๋ยวๆ'), (11143, 2925, 'Johore, Malaysia', 'POCOYO is #childish not :/'), (11144, 2820, 'Johor Bahru, Johore', 'Can''t u just do something more productive..'), (11145, 3019, 'Johor Bahru, Johore', 'Who are all these randoms following me...'), (11146, 757, 'Malaysia', '@Adomenojang 555 เออ พี่เอง'), (11147, 262, 'Johore, Malaysia', 'SP graduates would you like an SP PENDENT made by Lee Hwa Jewellery to remember your graduation? https://t.co/0p8UsoFl'), (11148, 3024, 'Johore, Malaysia', 'ehem testing'), (11149, 196, 'Johor Bahru, Johore', 'Shit, meet at 1 and I haven''t prepare.'), (11150, 2044, 'Riau, Indonesia', 'I''m at Mel''s dine-in @ USS (singapore, Singapore) http://t.co/64hxryal'), (11151, 399, 'Johor Bahru, Johore', 'Fuck you, fuck you very very much.'), (11152, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 entah mcm mcm lagu lahh . haha tk tahu lagu ape lagu baruu. ouhh okeyy2'), (11153, 719, 'Johore, Malaysia', 'Mrt breaksdown again. This round hits NEL. No service between Dhoby Ghaut to Harbourfront'), (11154, 3025, 'Johor Bahru, Johore', 'Lol Chelsea with the amazing comeback'), (11155, 184, 'Johor Bahru, Johore', '@HedleyHapheas Haha hope dreams come true! :D'), (11156, 2139, 'Johor Bahru, Johore', '@IntanSolehaa So are you going?'), (11157, 2045, 'Pulai, Johor Bahru', '@Leatriceym085 @mjay_millz @dannyzamora6789 @_karinabooboo @estherrhoda how can'), (11158, 1114, 'Johor Bahru, Johore', 'I''m at MOS Burger (Singapore) http://t.co/DExwPns3'), (11159, 3026, 'Plentong, Johor Bahru', 'I''m at My Haus'' (Johor Bahru, Johor) http://t.co/Ocv9tjUe'), (11160, 2672, 'Johor Bahru, Johore', 'Feel like crying,Disney just on when u look me in the eyes by Jonas brothers :''( I wasn''t a fan before but now I just feel sad for them ....'), (11161, 2872, 'Johore, Malaysia', '@g0ost how much u want,ask jaime chop the seat bside her 4 me,break i go'), (11162, 474, 'Johore, Malaysia', '"Boo. I like you cause we talk rubbish. I like you cause you''ve got a great character. I like you cause you care for me....'), (11163, 369, 'Plentong, Johor Bahru', 'I''m at Jabatan RekaBentuk Komunikasi Visual (JRKV) w/ @alfsmhd http://t.co/qMHAUZ1a'), (11164, 116, 'Johor Bahru, Johore', '@imavjavier nice! Sentimental value? Ayiiiiiiii &lt;3'), (11165, 3027, 'Johore, Malaysia', 'I''m at Toa Payoh HDB Hub (Singapore, Singapore) w/ 5 others http://t.co/snXwrUbJ'), (11166, 2548, 'Malaysia', '@MaifahMaimai แอะ พึ่งตื่นอ่อ ?'), (11167, 474, 'Johore, Malaysia', '..I like you cause whenever I needed someone to talk p, you were there. I like you cause we used to stay up till 4am just talking rubbish...'), (11168, 1221, 'Plentong, Johor Bahru', 'I just ousted @nishabaharin as the mayor of Restoran Seri Bayu on @foursquare! http://t.co/YnJY0mzl'), (11169, 1221, 'Plentong, Johor Bahru', 'I''m at Restoran Seri Bayu (Johor Bahru, Johor) http://t.co/SMU1qVHK'), (11170, 2723, 'Plentong, Johor Bahru', '@Newrulez_Malik LIKE :)'), (11171, 2917, 'Johore, Malaysia', 'I''m at Chinatown Complex Food Centre (Singapore, Singapore) http://t.co/kjFELzWN'), (11172, 1918, 'Johore, Malaysia', 'ErTe ~ RT @RissLiciouss: Kayaknya klo pake iphone/galaxy note ga ada yg BM kali yaa ~ #FavAsianAct #AgnesMonica #KCA'), (11173, 3028, 'Johore, Malaysia', 'Officially my first day of work! (@ Swissôtel The Stamford w/ 2 others) http://t.co/NI8KvyMT'), (11174, 474, 'Johore, Malaysia', 'I like you cause you called me just because you missed me :)" that''s quite sweet .'), (11175, 320, 'Johor Bahru, Johore', 'Breakfast. (@ Kopitiam @ Sunshine Place) http://t.co/tjkEdLsv'), (11176, 2672, 'Johor Bahru, Johore', '@NiallOfficial can u like follow me back ? :)'), (11177, 26, 'Johore, Malaysia', 'I can''t believe I overslept on nick''s birthday. what the fuck I doing seriously.'), (11178, 740, 'Johor Bahru, Johore', '“once said theres no turning back .RT @tweetlipxz : @ForeverChronic Tak la tak suke i take back my words :''( hahahaha”'), (11179, 3029, 'Johore, Malaysia', 'Backend finish.. After months of planning, reviewing of structure, coding, re-coding! Milestone in my work :) http://t.co/nqLTVbLM'), (11180, 1683, 'Johor Bahru, Johore', 'Going piano exam soon hope I will pass.'), (11181, 1384, 'Johore, Malaysia', 'Had nasi Padang and kaya toast. Still not feeling well. Luckily next week got a short break.'), (11182, 1741, 'Johore, Malaysia', 'Tis is so not fair.'), (11183, 3030, 'Johor Bahru, Johore', 'Accompanying mummy for her check up.'), (11184, 26, 'Johore, Malaysia', 'shit bricks.'), (11185, 184, 'Johor Bahru, Johore', 'When you''re hoping for something, but it leads to nothing.'), (11186, 362, 'Johore, Malaysia', 'That was the day that I promise I''d never sing of love if it does not exist but darling you are the only exception .'), (11187, 2925, 'Johore, Malaysia', 'I hate u. U hate me. We hate each other. End of story'), (11188, 196, 'Johor Bahru, Johore', '@FarKillDotDot haha, okay!'), (11189, 2291, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 19 others http://t.co/xLagvjfq'), (11190, 2741, 'Johor Bahru, Johore', 'Yay my sis has just given a perfect excuse for us to not go out tonight.'), (11191, 400, 'Johor Bahru, Johore', 'Poa nid bring what?'), (11192, 2798, 'Riau, Indonesia', '@yunidanianti jah elah,sama aja odong,wah wah qo tipe org yg gk setia tu :D'), (11193, 3031, 'Riau, Indonesia', 'I''m at Siloso Beach (Sentosa Island, Singapore) w/ 3 others http://t.co/DLAKHCWd'), (11194, 3032, 'Johor Bahru, Johore', 'Forever alone at home for death comes closer to me'), (11195, 262, 'Johore, Malaysia', 'SP graduates would you like an SP PENDENT made by Lee Hwa Jewellery to remember your graduation? Pretty ugly though imo http://t.co/vQCzKPYX'), (11196, 501, 'Johore, Malaysia', 'Choir camp tmr . Hurrayyy -.-"'), (11197, 1283, 'Johore, Malaysia', '@Ryugiiii Hahaha okay!'), (11198, 2498, 'Johore, Malaysia', '@qing_yap yeah. lazy mah.'), (11199, 2415, 'Malaysia', 'มันเจ็บปวด ก็ตรงงนี้ ... ตรงที่มีเด็กหาดใหญ่ ไปซื้อบัตรคอนที่ตึก ประมาณว่า คือทำไมเราไม่ได้ไป แงงงงงงงงงงง'), (11200, 3033, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 14 others http://t.co/qMeimDFH'), (11201, 1377, 'Johor Bahru, Johore', '@KaiDancingXuan D+ CB LOL -.- I think Monica fault. My class I think very lil B and C and A'), (11202, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu haha, Yeah!'), (11203, 1283, 'Johore, Malaysia', 'THIS angmor. Damn scary'), (11204, 666, 'Malaysia', 'I''m at แบล๊คสโตร์ (Hat Yai, Songkhla) http://t.co/qhqA0GoE'), (11205, 2908, 'Johor Bahru, Johore', '@awek ?? apa sehh awek awek ni HAHA . lu tu ap cer ??'), (11206, 3034, 'Johor Bahru, Johore', '@keikino hi^^ Danson here'), (11207, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi hehe... dok eh.. nok tnyo nih.. utm stat ngaja dohko tu... ko coti lg adik ya kito wes'), (11208, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. Oatmeal is nice. Healthy too.'), (11209, 1118, 'Johor Bahru, Johore', 'Loe bgunin gue RT @YuliaYudhani: jiahahaha orangnya kluar... RT @Emisaputri: YuliaYudhani @aniasrani Gak usah bawa2 org uey...Hahahaha"'), (11210, 2460, 'Johore, Malaysia', 'chicken, squid and lentil for lunch :)'), (11211, 196, 'Johor Bahru, Johore', '@ShanshanHeartsu is lbx tweet one la. -.-'), (11212, 665, 'Johor Bahru, Johore', '@Wangtingggy awake !&gt;&lt;'), (11213, 3007, 'Tebrau, Johor Bahru', 'oh no , tomorrow , tomorrow, tomorrow , n ..ala dah sekolah , :('), (11214, 3035, 'Johor Bahru, Johore', 'I''m at Dark Tower (Singapore) http://t.co/05wX6SUv'), (11215, 931, 'Johor Bahru, Johore', '@Shermainezxc goodnight'), (11216, 1377, 'Johor Bahru, Johore', 'Im fuming-_- RT @JIA_JUN_: Next time i see monica, blood will spill :D'), (11217, 1018, 'Johore, Malaysia', 'I''m at Market Street (Golden Shoe) Food Centre (Singapore, Singapore) w/ 5 others http://t.co/xps1vT6j'), (11218, 2653, 'Johore, Malaysia', '@IHEARTSUZY Ouh. I like everyone in 2AM. :) Hehe.'), (11219, 2415, 'Malaysia', 'ได้บัตรไปก็ไม่รู็ยืนกับใคร ก็ไม่รู้อยู่ยังไง #มองโลกแง่ดี'), (11220, 3036, 'Senai Kulai, Kulai Jaya', '@HasnidaHanizar hye hasnida =)'), (11221, 3037, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 20 others http://t.co/sThQmI9T'), (11222, 1003, 'Plentong, Johor Bahru', 'bdak 2 org ni dah jadik bestfriend plak. Masa mula2 dluw diorg ni mcm ta ngam. lpas diorg quit mpp trus rapat lak. http://t.co/f2azpoK3'), (11223, 3038, 'Johore, Malaysia', 'I''m at &lt;3 Grandma''s House &lt;3 http://t.co/fiXk01Mc'), (11224, 931, 'Johor Bahru, Johore', '@Shermainezxc yah i know nice oso'), (11225, 3039, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Bus 187 (Singapore) http://t.co/Jxwe7sdx'), (11226, 3040, 'Johore, Malaysia', 'Anyone wanna eat w me?'), (11227, 3041, 'Johor Bahru, Johore', 'I''m at Senja LRT Station (BP13) (Singapore) http://t.co/1F0dV800'), (11228, 398, 'Johor Bahru, Johore', '@SeriiBerg abit bad but still in 2.0++ range'), (11229, 2872, 'Johore, Malaysia', '@g0ost omg,anything le lah.sit bside my clone feel so uneasy'), (11230, 1426, 'Johore, Malaysia', 'No more skull candy for me.'), (11231, 3042, 'Johore, Malaysia', 'Study camp (@ SCGS Library w/ @greenneonlights) http://t.co/TiLVaQpB'), (11232, 1555, 'Plentong, Johor Bahru', 'itu gedik namenye...hahaha! gelak guling2...'), (11233, 665, 'Johor Bahru, Johore', '-_-'), (11234, 2828, 'Johore, Malaysia', '@nedhepburn THATS KIND OF AMAZING'), (11235, 2629, 'Johor Bahru, Johore', 'I''m at Woodlands Checkpoint (Causeway) (Singapore, Singapore) w/ 21 others http://t.co/c4K9BCoQ'), (11236, 3043, 'Johore, Malaysia', '@cutewinnie I think white sands outlets still have 1 for 1 lea. One is $7.90, so each is only 4plus!! Comes with tea/coffee too!'), (11237, 2423, 'Johor Bahru, Johore', '@Tinylittlexz I don''t like science ! I like english and spongebob squarepants !'), (11238, 2563, 'Plentong, Johor Bahru', '@miramatkhair hahahah .. mcm nie kter kna cri org yg bley blnjer kter nie ..'), (11239, 2957, 'Johore, Malaysia', '@SHIXU4N Hi idiot , faster come back please ~'), (11240, 1109, 'Johor Bahru, Johore', '@CELINLEONG Noprob heheh! :D'), (11241, 2808, 'Johor Bahru, Johore', 'I''m at Bukit Gombak MRT Station (NS3) (Singapore, Singapore) w/ 3 others http://t.co/kot6JJi4'), (11242, 3044, 'Singapore', 'Education comes from within; you get it by struggle and effort and thought.\nhttp://t.co/b41Wm81W'), (11243, 740, 'Johor Bahru, Johore', 'Waiting for the rest (at Yishun MRT Station (NS13)) — http://t.co/ZW4wo77t'), (11244, 471, 'Johor Bahru, Johore', '@Fcukbitches aww!'), (11245, 839, 'Johor Bahru, Johore', 'Really hate body aches.'), (11246, 362, 'Johore, Malaysia', 'Up until now I''ve sworn to myself that I''m content with loneliness cause none of it was ever worth the risk .'), (11247, 2841, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 8 others http://t.co/scNPUja6'), (11248, 3045, 'Riau, Indonesia', 'http://t.co/omG9Yj4c'), (11249, 2835, 'Pulai, Johor Bahru', 'Lunch time xD (@ AnMour Cafe w/ 2 others) [pic]: http://t.co/l8yFKi5k'), (11250, 1377, 'Johor Bahru, Johore', 'RT @YuannXiiu_hae: Alot of blood RT @JIA_JUN_ Next time i see monica, blood will spill :D'), (11251, 377, 'Johor Bahru, Johore', '@derppp_ Wtf?! So long to go??'), (11252, 3046, 'Johor Bahru, Johore', 'Going cmpb for my deferment .'), (11253, 2653, 'Johore, Malaysia', '@ikpopbias Thank you again. I love it. &lt;3'), (11254, 3038, 'Johore, Malaysia', 'I''m at Comfy sofa &lt;3 http://t.co/2UtoCvAL'), (11255, 2498, 'Johore, Malaysia', '@qing_yap lol. also not your uniform'), (11256, 2348, 'Johor Bahru, Johore', '@XxJiahuizZ @ilurvejongkey true enough :) she ha the guts to face it what hehe we spread to Singapore'), (11257, 2930, 'Johore, Malaysia', '@KuraiTsumi &gt;.&lt; programming doesn''t like my brain so they can''t stick well zzz'), (11258, 3047, 'Johore, Malaysia', 'Going to bras basah to buy book. :/ (@ Sbs Transit: 197) http://t.co/jIzYoNsw'), (11259, 1895, 'Johor Bahru, Johore', '@GloriaYanns @zhuangg you go http://t.co/VFe7DOGn and follow the instructions.'), (11260, 3048, 'Plentong, Johor Bahru', '@AlyaaAfifah ahaahahaha. Sabar yeeee http://t.co/mXtFezjH'), (11261, 2243, 'Kota Tinggi, Johore', 'I love jellybeans!! http://t.co/XCqbRbTW'), (11262, 1037, 'Singapore', '@KimIdol Kimi... kung isa kang dumi sa katawan.. ano ang gusto mo.. libag sa singit? kulangot? muta? luga? hahaha.. #jokejokejoke'), (11263, 362, 'Johore, Malaysia', 'RT @alecmonster : I  adele .'), (11264, 2581, 'Plentong, Johor Bahru', 'Yo @TujuhNafas! :P (@ Medan Selera Kampung Melayu Majidee) http://t.co/Wlatcg5p'), (11265, 3049, 'Plentong, Johor Bahru', 'I''m at jalan cempaka, Kg Dato'' Sulaiman Menteri http://t.co/Fh0bwbGP'), (11266, 3050, 'Malaysia', 'cc @nunthinuch (@ Diagon Alley) http://t.co/8PepEFZd'), (11267, 3051, 'Johor Bahru, Johore', 'Overwhelming orders'), (11268, 2957, 'Johore, Malaysia', 'If only I woke up earlier..'), (11269, 2606, 'Plentong, Johor Bahru', 'Update :) http://t.co/10noBwYk'), (11270, 980, 'Johor Bahru, Johore', 'I''m at Grace Assembly Of God II (Bukit Batok, Singapore) http://t.co/jPRXBzOn'), (11271, 3052, 'Johor Bahru, Johore', 'Kbox-ing ^-^'), (11272, 3053, 'Johor Bahru, Johore', '@_Miinnn banf'), (11273, 2924, 'Johor Bahru, Johore', '@JeHoVaHLoVe keep me in e loop k gal'), (11274, 1540, 'Johore, Malaysia', '@Iffattt I can only come at 4'), (11275, 3054, 'Johore, Malaysia', 'Om nom (@ Food Court @ Funan) http://t.co/2kmDOzWA'), (11276, 2423, 'Johor Bahru, Johore', '@Tinylittlexz I don''t care , spongebob and Patrick is mine . You go get crabby or sandy ! Haha . Or maybe puffer fish :p'), (11277, 2741, 'Johor Bahru, Johore', 'Ok. That excuse didn''t work -.-'), (11278, 3055, 'Johor Bahru, Johore', '@iFARRK I tweeted you the details semalam.'), (11279, 740, 'Johor Bahru, Johore', 'I dont cheat peeling. I cheat feelings hahaha RT“@tweetlipxz: @ForeverChronic can laaa you don''t anyhow k. please don''t cheat my peelings”'), (11280, 3056, 'Kota Tinggi, Johore', '#01-19 (@ Serangoon Garden Fried Prawn Noodle) http://t.co/ZtZKd21j'), (11281, 1117, 'Johore, Malaysia', 'Aftermath of trying to fly super hero in science centre :''( (at Annexe Hall 1, Singapore Science Centre) [pic] — http://t.co/LQRBPE9o'), (11282, 1384, 'Johore, Malaysia', 'So full'), (11283, 362, 'Johore, Malaysia', 'You , Me , Toys '' Ur '' Us ?'), (11284, 3057, 'Johore, Malaysia', '@Locklovez how was your registration?'), (11285, 1731, 'Singapore', 'K going get ready now later got CCA!(:'), (11286, 1109, 'Johor Bahru, Johore', '@CurrentBzzZ 3/4 jeans. :)'), (11287, 399, 'Johor Bahru, Johore', '“@Lipstickstainz: @SATINSKINS: I''m gonna pretend I didn''t see that.”'), (11288, 1420, 'Johor Bahru, Johore', 'I''m at Bus Stop 75241 (Opp Temasek Poly West G) (Tampines, Singapore) http://t.co/KLzUWlG1'), (11289, 3045, 'Riau, Indonesia', '@liaa_liliaa oke lah'), (11290, 2872, 'Johore, Malaysia', '@onelastroundd chop the guy head off 4 me.hahahaha'), (11291, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. Must eat that. Can lose weight. Have you listen to the song call "Blankly" By Miss A? It''s from the A Class album.'), (11292, 1384, 'Johore, Malaysia', 'May watch the game later in the morning.'), (11293, 2668, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 3 others http://t.co/mxyw4ujO'), (11294, 3058, 'Johore, Malaysia', 'I just ousted @onglets102 as the mayor of Circle line !! on @foursquare! http://t.co/z0Z6jVPM'), (11295, 3058, 'Johore, Malaysia', 'I''m at Circle line !! (Singapore) http://t.co/UVsd7d02'), (11296, 3059, 'Johore, Malaysia', 'Waiting for bus zzzz so long. (@ Dover MRT Station (EW22)) http://t.co/xs3N7KQq'), (11297, 2287, 'Tebrau, Johor Bahru', 'Thanks to Liam because he showed us #TheCookieMan.. that man must be proud only if he know about this. Lol'), (11298, 1037, 'Singapore', 'Last na PO... please.'), (11299, 1929, 'Johor Bahru, Johore', '@TweeQin huh??'), (11300, 362, 'Johore, Malaysia', 'Ish ! Bus slow ! Mentang mentang lah free . Lol .'), (11301, 3060, 'City Square, Plentong', 'I''m at Johor Bahru City Square (Johor Bahru, Johor) w/ 3 others http://t.co/23PylYuh'), (11302, 2139, 'Johor Bahru, Johore', '@IntanSolehaa -_- takpe laa.'), (11303, 2412, 'Johore, Malaysia', 'GEE = Innocent crush\nGenie = Wishing stage; hoping that person will tell you their feelings'), (11304, 3061, 'Tebrau, Johor Bahru', 'My mum knows me well.'), (11305, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi iyakk... ketapi ko?? kito xtautu.. search dale internek xdok ko .. kito x beso'), (11306, 2303, 'Johore, Malaysia', 'I''m at Ngee Ann City (Singapore, Singapore) http://t.co/GR3yMitu'), (11307, 362, 'Johore, Malaysia', 'Ish ! Aku complain a lot .'), (11308, 2227, 'Riau, Indonesia', '@Nurfadhli15 eh. Happy birthdae bro.! Have a blast today! Be a happy man. :)'), (11309, 1109, 'Johor Bahru, Johore', '@iamAlisAmri Bye! Tctc! Enjoy urself thr! (:'), (11310, 3019, 'Johor Bahru, Johore', '@echoz bldosjsjsockvnanakalend'), (11311, 3062, 'Johor Bahru, Johore', 'Just wanna try out this new eating place... (@ Taste Of Hong Kong) [pic]: http://t.co/4Fabas7g'), (11312, 2412, 'Johore, Malaysia', 'OH! = High school, new change, more confidence, taking initiative'), (11313, 1773, 'Johore, Malaysia', '@RikhaLoveYou Tak lah...WKWKWKWKWK :D'), (11314, 3063, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 19 others http://t.co/lV1Njh9B'), (11315, 399, 'Johor Bahru, Johore', '“@irealRaymee: WHATEVER BITCH.”'), (11316, 362, 'Johore, Malaysia', 'Ish ! That''s normal what . Singaporean''s all do it !'), (11317, 19, 'Johore, Malaysia', '@iAzxtiL i see , kirim salam kak ipar eh . hahahaha ! taklaa memain jer :P have fun :)'), (11318, 3062, 'Johor Bahru, Johore', 'Just wanna try out this new eating place... (@ Taste Of Hong Kong) [pic]: http://t.co/4Fabas7g [Like it? http://t.co/HgsVoyTn ]'), (11319, 3045, 'Riau, Indonesia', '@mikhariamv ahh ! gg mau bayarr ....'), (11320, 2830, 'Johore, Malaysia', '@BEASTSTORY #FACTS :)'), (11321, 1270, 'Johor Bahru, Johore', 'I''m at CHIJ St. Joseph''s Convent (SJC) w/ @jessicalovessss @whisperedream http://t.co/ROhSab64'), (11322, 2412, 'Johore, Malaysia', 'Run Devil Run = Relationship, jealousy, see''s negativity''s in him, cheating boyfriend'), (11323, 1741, 'Johore, Malaysia', 'I already told her that i got dental appointment next fri and i wanted afternoon leave den can still put me assisting dr. Mcm siak.'), (11324, 1751, 'Johore, Malaysia', 'I want 3packet of milk tea!!!\nIm addicted to it!!!!'), (11325, 2270, 'Johore, Malaysia', 'Make up remover in the making ;) (@ Singapore Polytechnic T11B402) [pic]: http://t.co/UYmFdxes'), (11326, 2412, 'Johore, Malaysia', 'Hoot = 2nd chance, but same thing happens\nMr. Taxi = After break up, going out, doing something crazy and free'), (11327, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah your''re right. I love their songs.'), (11328, 2044, 'Riau, Indonesia', '\\(´▽`)/ (@ Madagascar: A Crate Adventure) http://t.co/StErhG98'), (11329, 3064, 'Johore, Malaysia', 'Holiday lohhhhhhh'), (11330, 362, 'Johore, Malaysia', 'You claim that you''re so hot and you got skills in the bed room .'), (11331, 2412, 'Johore, Malaysia', 'The Boys = Independent woman, gained back confidence\nTime Machine = Wanting to go back to first love'), (11332, 336, 'Johor Bahru, Johore', '@HAAAAKIMMM Hahaha you''re referring to me or WO Christopher Bryan De Silva?'), (11333, 2798, 'Riau, Indonesia', '@yunidanianti bli cannon kn msi rencana yun,soalnya muarh,emg lomo brapaan?'), (11334, 1831, 'Johor Bahru, Johore', 'I''m at Library@West (Singapore, Singapore) http://t.co/NF9wvdfE'), (11335, 775, 'Johore, Malaysia', '@musicalkimbab HOW NOW BROWN WHITE YELLOW PINK RED BLUE ORANGE GREEN VIOLET BLACK COW?!'), (11336, 1741, 'Johore, Malaysia', 'Haizz'), (11337, 3065, 'Pulai, Johor Bahru', 'Lunchy. (@ Secret Recipe) http://t.co/z8MiCKgZ'), (11338, 3045, 'Riau, Indonesia', '@pooLL_amry oke :)'), (11339, 199, 'Johor Bahru, Johore', 'Hari ini time to do the remaining of FnN hw.Thats like,a 15 pages of essay questions-.-"'), (11340, 3066, 'Kota Tinggi, Johore', 'I''m at Hp Enterprise Services @ Jackson Square (Toa Payoh, Singapore) w/ 2 others http://t.co/GV4DklqM'), (11341, 3067, 'Johore, Malaysia', 'TV Break ;-) (@ Jurong Logistics Hub Food Court) http://t.co/3rQlg3F3'), (11342, 2809, 'Johor Bahru, Johore', 'itu laah rahsia di sebalik dia duduk dengan kita ehh.....'), (11343, 2412, 'Johore, Malaysia', 'LOLOL i wonder if its just coindence or planned'), (11344, 3068, 'Malaysia', 'With @littleple at มิสเตอร์สเต็ก.. [pic] — http://t.co/kf9yzQdq'), (11345, 362, 'Johore, Malaysia', 'Omg omg ! I have to be at work at 1 : 05 . Lol'), (11346, 1127, 'Singapore', 'hi. where are my bbygirls?'), (11347, 2477, 'Johore, Malaysia', 'LOL, I bumped into my brother''s friend who was going to meet with my brother. \nHe: " OH OH!"\nMe: " he''s upstairs"\nHe: " oh okok thanks!"'), (11348, 2412, 'Johore, Malaysia', 'coincidence*'), (11349, 3069, 'Johor Bahru, Johore', '@Alaxya pervert sia, self touch~ haiz.....'), (11350, 1560, 'Plentong, Johor Bahru', '@MahdevSS hell yeah. It sure does. Oh yeah, heyy !! :)'), (11351, 1698, 'Plentong, Johor Bahru', 'confused wif my own status. herrggh ~'), (11352, 2904, 'Johore, Malaysia', 'I''m at CHIJ Secondary (Toa Payoh) (Singapore) http://t.co/D9oF7Cp6'), (11353, 2872, 'Johore, Malaysia', '@onelastroundd ok break pass u.moody 2day sia'), (11354, 2669, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 11 others http://t.co/IjC36IVh'), (11355, 3070, 'Johor Bahru, Johore', 'Haha back to school :) (@ NTU School of Humanities and Social Sciences) http://t.co/TRepHdwL'), (11356, 2653, 'Johore, Malaysia', '@IHEARTSUZY That song is really nice. And good for sleepy too. Lol.'), (11357, 2438, 'Johore, Malaysia', '@cyprusinboots ay sige what time ka dating?'), (11358, 377, 'Johor Bahru, Johore', '@ClaytonTing No prob'), (11359, 962, 'Johor Bahru, Johore', '@Khatijahjah @madinahawa hw''s evrything?'), (11360, 2543, 'Johore, Malaysia', 'Watching a show with @sourbacon that''s narrated by Liam Neeson hehehhe. (@ Omni-Theatre and Planetarium) http://t.co/L3wbKTqJ'), (11361, 58, 'Malaysia', '@SodsaiiZ ยังเว้ย ! พรุ่งนี้ไป กทม 55'), (11362, 2423, 'Johor Bahru, Johore', '@Tinylittlexz Gary is spongebobs an spongebob is mine , well that makes both of them mine ^^'), (11363, 1697, 'Johore, Malaysia', 'I''m at Royal Plaza on Scotts (Singapore) w/ 2 others [pic]: http://t.co/5eug1VTK'), (11364, 1264, 'Johore, Malaysia', '@sexyysugar Aww so sad'), (11365, 184, 'Johor Bahru, Johore', '#ANNIVERSARY (@ UNIQLO w/ @hedley_hapheas) http://t.co/DqrWfPwj'), (11366, 58, 'Malaysia', '@limited_Pookki3 มันต้องมีบ้างแหละ หล่อ ๆ นั้น 55'), (11367, 3020, 'Johore, Malaysia', 'Slurp! @ Tomi-Sushi@PARCO Marina Bay http://t.co/MH0Y9lQI'), (11368, 399, 'Johor Bahru, Johore', '“@Lipstickstainz: @fucky0umydear: @fxtg88k: #HowToKeepARelationship Don''t flirt, be honest and learn to give in a little.”'), (11369, 2655, 'Johor Bahru, Johore', 'Headin to @amandaDMX office now! Can''t wait to see her! =)'), (11370, 1556, 'Singapore', '@syafiqSMS ok, no problem..'), (11371, 362, 'Johore, Malaysia', 'You wanna come see me cause you know your boyfriend wanna be me .'), (11372, 3071, 'Pulai, Johor Bahru', 'Kerana kamu jantungku hidup\nTanpamu kulemah'), (11373, 3036, 'Senai Kulai, Kulai Jaya', '@HasnidaHanizar how''re u babe ? btw i''m liena from jb n married . hee .'), (11374, 2528, 'Johore, Malaysia', 'இழவுவீட்டில் களவு செய்பவன்,இந்நேரம் செயற்குழு கூடி முடிவெடுக்கும் என்றிருப்பானே..'), (11375, 1018, 'Johore, Malaysia', 'I''m at CIMB Bank @ Singapore Land Tower http://t.co/PL7Kijzy'), (11376, 3072, 'Plentong, Johor Bahru', 'I''m at Masjid At-Taqwa Kota Masai 2 (Pasir Gudang, Johor) http://t.co/PkEbIOWj'), (11377, 2615, 'Johore, Malaysia', '@Khaiyote tsktsk, go tell him " I believe you can do better than that" hahahahahahha'), (11378, 2423, 'Johor Bahru, Johore', '@DNRJJJJJJJ I had short john for breakfast !'), (11379, 1420, 'Johor Bahru, Johore', 'I haven''t finish my chem paper:/ gg.'), (11380, 3073, 'Johor Bahru, Johore', 'Loving the weather these days :)'), (11381, 3, 'Plentong, Johor Bahru', 'off phone? bagus! aku sukaa!! :-)'), (11382, 2528, 'Johore, Malaysia', 'இழவுவீட்டில் களவு செய்பவன்,இந்நேரம் செயற்குழு கூடி முடிவெடுக்கும் என்றிருப்பானே.. #killingfields'), (11383, 1820, 'Johore, Malaysia', 'heyy @popoamir ! jaga #7heroes yee :) jgn lupa suruh mereka makan ubat :D *peace'), (11384, 2256, 'Johor Bahru, Johore', 'Gonna make my mind up, what should I do to-dayyyyyyy'), (11385, 2809, 'Johor Bahru, Johore', 'Pekak laah kau niie¡¡¡ People shout your name manny tiimes but you nvr respond -.-'), (11386, 2560, 'Johor Bahru, Johore', '@joeyjxtan ok can :D'), (11387, 3075, 'Johor Bahru, Johore', 'Stab stab stab\nSlash slash slash \nPoke poke poke\nKill kill kill'), (11388, 362, 'Johore, Malaysia', 'You wanna please me , You gotta long way to go .'), (11389, 2412, 'Johore, Malaysia', 'its alr mid march~'), (11390, 403, 'Johor Bahru, Johore', 'I don''t know why I am the way I am. And that sucks. :( #famouslines'), (11391, 3076, 'Johore, Malaysia', 'I''m at Balestier Plaza Shaw http://t.co/luufIzS5'), (11392, 2653, 'Johore, Malaysia', '@IHEARTSUZY Not really. But I think she''s okay.'), (11393, 2606, 'Plentong, Johor Bahru', 'Sedang meng-remove Friends di Facebook .'), (11394, 377, 'Johor Bahru, Johore', '@derppp_ In yellow? That was quick'), (11395, 1751, 'Johore, Malaysia', 'Siak nyer auntie dah tau standard fedex smua kotak penyet habis tu nk step wad tis i will reject all the shipment!!!! I gave her a fuck face'), (11396, 1268, 'Johor Bahru, Johore', '@jasonthepig change la I thought you say you want to change!'), (11397, 2423, 'Johor Bahru, Johore', '@Tinylittlexz when the one day come then tell me okay !^^ I don''t mind waiting , muahahhaa ~ !'), (11398, 3069, 'Johor Bahru, Johore', '@Alaxya u say crazy things leh. Crazy means not normal. Not normal means wad ever perverted things u do to urself lor~ haiz....'), (11399, 2980, 'Johore, Malaysia', '@ilovehandbells_ :P u pro la . Tonight webcam ah ??'), (11400, 2303, 'Johore, Malaysia', 'I''m at Bus Stop 09011 (Opp Ngee Ann City) (Singapore, Singapore) http://t.co/Yz6dXAS5'), (11401, 399, 'Johor Bahru, Johore', '“@Lipstickstainz: @Cursedwithsex: @SaraCunt_: Girls who are attention seeking whores should burn in hell”'), (11402, 3077, 'Johor Bahru, Johore', 'I just ousted Izzac H. as the mayor of Seletar Hills (Former Market) on @foursquare! http://t.co/Wxo1M670'), (11403, 2908, 'Johor Bahru, Johore', 'capital E,R,S jommm ap tnggu lagi cepat laaa, tunggu kamu disana =)'), (11404, 1268, 'Johor Bahru, Johore', 'Going @amanda_edison ''s house later for history!!'), (11405, 3078, 'Johore, Malaysia', 'Visiting hans and Joel. LOL (@ Carrefour) http://t.co/HU185KeT'), (11406, 3079, 'Johor Bahru, Johore', '@tutu_rika 三浦春馬でしょう〜知ってるよwタイプじゃないけどww\n昨日さ、紀伊國屋で小池徹平の新発売写真集がいた!Almost nosebleed to death wwwww. カワイイ〜ィィ\\(//∇//)\\'), (11407, 2848, 'Kota Tinggi, Johore', '@IncredibleJepoy walang budget! At ampapanget beach dine! Pwede chill chill sa sentosa palawan beach'), (11408, 666, 'Malaysia', 'I''m at ตลาดสันติสุข (Santisuk Market) (Hat Yai, Songkhla) http://t.co/dTxyidZO'), (11409, 2287, 'Tebrau, Johor Bahru', '@SolehahAbdul lama? memang ler, manusia lagi lama'), (11410, 58, 'Malaysia', '@limited_Pookki3 ไม่ทีอ่ะ ! ไครว่ามึง ?'), (11411, 3080, 'Plentong, Johor Bahru', 'I got a coin from the 17th century :D'), (11412, 362, 'Johore, Malaysia', 'I see people''s park complex . But so far !'), (11413, 1662, 'Johor Bahru, Johore', 'I''m at Popular Bookstore (Singapore) http://t.co/UeC6NjTh'), (11414, 3081, 'Johore, Malaysia', 'Innovators don''t measure themselves using the yard stick of society. They spend all day thinking about how they can raise the bar'), (11415, 2723, 'Plentong, Johor Bahru', '@Fiquetograph @kophooligan @hazrimahat @pogetgti lamonyo puop demo tido'), (11416, 2653, 'Johore, Malaysia', '#np Baby I''m sorry-B1A4'), (11417, 199, 'Johor Bahru, Johore', '@syrhdn @deeyeanaah @afieeecar @retrowizardd @syahirayie @ayuljacko @hzulfikhar can,anything...'), (11418, 240, 'Johor Bahru, Johore', 'Batt so fast 47%. Shall off 3G then.'), (11419, 775, 'Johore, Malaysia', '@musicalkimbab I not going~'), (11420, 1540, 'Johore, Malaysia', 'Tuition now!'), (11421, 3082, 'Johor Bahru, Johore', 'I''m at Khoo Teck Puat Hospital (KTPH) (Singapore, Singapore) w/ 5 others http://t.co/b2aMNHRG'), (11422, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at Level 2 Foyer FSKSM w/ 2 others http://t.co/DvEo0qGI'), (11423, 3083, 'Tebrau City Shopping Centre, Tebrau', 'I''m at AEON Tebrau City Shopping Centre (Johor Bahru, Johor) http://t.co/Got8vO8b'), (11424, 3084, 'Johor Bahru, Johore', 'I''m at SMRT Buses: 190 http://t.co/ekSWtn6M'), (11425, 666, 'Malaysia', 'I''m at โตเกียวสโตร์ (Hat Yai, Songkhla) http://t.co/mfMlNsRm'), (11426, 2080, 'Malaysia', '@najiharawr Hi :))'), (11427, 58, 'Malaysia', '@SodsaiiZ เค้ามากับญาติ ! สดมาดิกลับพร้อมกันเค้านั่งเครื่องกลับคนเดียว'), (11428, 386, 'Johore, Malaysia', 'I''m at 648 Dunearn Rd (Shell). Filling my ride with V-power. #alone'), (11429, 1634, 'Senai Kulai, Kulai Jaya', '@AzzaZuwany done. Diaorg bukak tak agak agak.?'), (11430, 3085, 'Plentong, Johor Bahru', '@Titie_bie barbeque bisa kasi panas.'), (11431, 399, 'Johor Bahru, Johore', '“@BurnMySins_: @lynnpeiqi_: I''m living in this world. Full of hypocrites.”'), (11432, 471, 'Johore, Malaysia', 'Goodmorning!'), (11433, 362, 'Johore, Malaysia', 'Days like this I want to drive away .'), (11434, 2872, 'Johore, Malaysia', '@onelastroundd i mean i moody lehz,hahaha not u'), (11435, 980, 'Johor Bahru, Johore', 'I''m at Club CSC @ Bukit Batok (Singapore) http://t.co/xReYmuJy'), (11436, 421, 'Johor Bahru, Johore', 'I''m at Valerie''s Living Room (Singapore) http://t.co/TT3YyT9T'), (11437, 2679, 'Johore, Malaysia', 'ah gud noon babe!“@ejmissy: can''t remember the last time i played this http://t.co/OtILw03p - Loco Dice - Paradiso (Original Mix)”'), (11438, 1268, 'Johor Bahru, Johore', 'Taking bus back punggol and come here again~'), (11439, 209, 'Johor Bahru, Johore', 'I''m at Popular Bookstore w/ @fionax3erin http://t.co/GVk9eFYi'), (11440, 2798, 'Riau, Indonesia', '@yunidanianti bli dimana?itu kn jarng dijumpai'), (11441, 2139, 'Johor Bahru, Johore', '@kisforcainday You &amp; Intan lo. Lol.'), (11442, 2606, 'Plentong, Johor Bahru', '@SNursyafiqahSSD I Love youu by Avril Lavinge :)'), (11443, 3086, 'Indonesia', 'panas banget nich di @belopa'), (11444, 2848, 'Johore, Malaysia', 'I''m wearing my Loewe perfume. I feel so mayaman!'), (11445, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika hoi hoi waa ad kat sini gtg laa tc yaaa :)'), (11446, 3087, 'Plentong, Johor Bahru', 'Aku plg mnyampah klu org kcau aku buat keje laa!'), (11447, 2612, 'Johore, Malaysia', 'Y do guys always stick so much water? ://'), (11448, 2279, 'Johore, Malaysia', 'Hay...RT @fiyudRhotam1'), (11449, 362, 'Johore, Malaysia', 'You chewed me out an spit me out like I was poison in your mouth .'), (11450, 336, 'Johor Bahru, Johore', '@HAAAAKIMMM Hahaha what aspiration have I given you? Did you go for fsd com?'), (11451, 1820, 'Johore, Malaysia', 'hyy coco @rafaell_16 ! jaga kesihatan ye :)'), (11452, 2855, 'Johor Bahru, Johore', 'German Sausage &amp; Rosti @ Ambush Casual European Dining http://t.co/VuwBxL9M'), (11453, 2912, 'Johor Bahru, Johore', '“@2shaf4u: Roll one smoke one.” YOUNG,WILD&amp;FREE'), (11454, 2779, 'Malaysia', '@1DirectionJonas can u tell niall tht i love him ...hehe~'), (11455, 2973, 'Johor Bahru, Johore', 'Having subway at downtown east with @DumbCowJr @TohMingXuan @Brundieblah @OngYongSheng'), (11456, 3045, 'Riau, Indonesia', '♔τ̲̅н̲̅a̲̅и̲̅κ̲̅ч̲̅o̲̅u̲̅♔ yaa beb @AndyRetha mamam ciang nyuaahh...ƗƗɐƗƗɐ(˘⌣˘ʃƪ)\naku jadi terharuu (ʃ˘̩̩̩_˘̩̩̩ƪ)'), (11457, 2762, 'Malaysia', 'Hey !! may boy...'), (11458, 871, 'Johor Bahru, Johore', 'Roberto Di Matteo should be permanent manager for Chelsea !'), (11459, 58, 'Malaysia', '@limited_Pookki3 เฮ้อ ! ตามใจเค้ามึงเค้าหล่อ'), (11460, 287, 'Plentong, Johor Bahru', '@ahmadsyauqiPO kanda download Draw Something ni kat note kanda. Username dinda HeyySummer. http://t.co/Z5nNXC75'), (11461, 2438, 'Johore, Malaysia', '@eelleen cannot pa. Wala pa ipon hehe'), (11462, 376, 'Plentong, Johor Bahru', 'siapa??!? boring??!? dok umah!???! tweet jew?!? fuhhh~~~ -,-'), (11463, 471, 'Johor Bahru, Johore', 'Can someone buy mi food I am hungry:('), (11464, 1671, 'Johore, Malaysia', 'I''m at Alexandra Technopark Blk B (Singapore, Singapore) w/ 2 others http://t.co/GSBVUIjC'), (11465, 14, 'Johor Bahru, Johore', 'Austin and alley comingggg. Yayyy'), (11466, 3088, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 11 others http://t.co/xc7rIMr6'), (11467, 2809, 'Johor Bahru, Johore', 'Ding Gui sitting wiith us at piazza :) Hello friend.... hhaahha...lol!!!'), (11468, 124, 'Johor Bahru, Johore', '@TrulyLee hahaaa ! Hai ! Afternoon . ;)'), (11469, 3089, 'Johor Bahru, Johore', '久しぶりに板面 http://t.co/LBM2v27l'), (11470, 362, 'Johore, Malaysia', 'I just wanna throw my phone away . Eh on second thought , Nah . I love my phone .'), (11471, 3090, 'Johor Bahru, Johore', 'Lunch (@ NYJC Canteen) http://t.co/V7QJGaWM'), (11472, 3091, 'Johor Bahru, Johore', '@UndoForLife (@ Jing Quan House &lt;3) http://t.co/X4NqOMYB'), (11473, 3092, 'Johore, Malaysia', 'I''m at Old Airport Road Market and Food Centre (Singapore) w/ 5 others http://t.co/CJoCPv34'), (11474, 1856, 'Singapore', '@Realtaeyang Tae Daddy please send all my love to DS.. :) and please come to Indonesia..'), (11475, 2848, 'Johore, Malaysia', '@SawLady great soundtrack!!!'), (11476, 3093, 'Johore, Malaysia', 'I''m at ACS (Barker) http://t.co/SSkIzoUt'), (11477, 471, 'Johor Bahru, Johore', '@Fcukbitches morning oinkoink!!!; P'), (11478, 2757, 'Johore, Malaysia', 'Complaining does nothing when you don''t learn from any situation. What the hell, Singapore?'), (11479, 632, 'Tebrau, Johor Bahru', 'Tangan kiri sakit. WTF!'), (11480, 1268, 'Johor Bahru, Johore', 'Kids..'), (11481, 124, 'Johor Bahru, Johore', '@Tyty_Fly thanks anywy . :)'), (11482, 2423, 'Johor Bahru, Johore', '@saintinskeleton @zhiwennn ignore that shorty ! Play maple or blackshot ! LOL .\nZhiwen , go play Audi la you ! :3'), (11483, 2627, 'Johore, Malaysia', 'I''m at Hong Lim Complex Mkt &amp; FC. (Singapore) w/ 3 others http://t.co/2T3vMqLG'), (11484, 2216, 'Johore, Malaysia', 'Gloria takes refuge at an abandoned ice cream place. She wonders how many good times were spent here -- not anymore. http://t.co/MoXZ9tXp'), (11485, 3094, 'Johor Bahru, Johore', '@victoriabeckham true'), (11486, 3095, 'Johore, Malaysia', '@jeneollin happy birthday....:)'), (11487, 3088, 'Johor Bahru, Johore', 'I''m at KFC (Singapore) http://t.co/woJEu7d8'), (11488, 440, 'Johor Bahru, Johore', '@ChoCoLOve_Nic take MC! Self declare holiday~ woo \\(^.^)/'), (11489, 471, 'Johor Bahru, Johore', '@yourlovebitez morning!'), (11490, 1744, 'Johor Bahru, Johore', 'Moon Junyoung.'), (11491, 336, 'Johor Bahru, Johore', '@CharanpalS Hello Sergeant! :) Congrats :)'), (11492, 1980, 'Johore, Malaysia', 'Wah! Sleeping like a baboy after lunch after breaking the pot. (@ Blk 38, Upper Boon Keng Road) http://t.co/plPZ3SHD'), (11493, 13, 'Kota Tinggi, Johore', '@JINFENN LOL . Eu go catch backkk ;p'), (11494, 399, 'Johor Bahru, Johore', '“@BurnMySins_: I want a superpower that can know what you are thinking.”'), (11495, 2152, 'Johor Bahru, Johore', 'Luckyy i didnt go out todayy if not i dk how i m going to go hm if northeast line train is break down'), (11496, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah me too. That a true Say A. :) Keke.'), (11497, 2423, 'Johor Bahru, Johore', '@Tinylittlexz I''m still waiting ! Hahahha , rmb give me a call when they became yours !'), (11498, 3096, 'Johor Bahru, Johore', 'I''m at Mac@J8 http://t.co/gcW3eviD'), (11499, 362, 'Johore, Malaysia', 'This year got pink dot ? I wanna go lah ! Hahaha !'), (11500, 2578, 'Johor Bahru, Johore', 'I''m at Kovan MRT Station (NE13) (Singapore, Singapore) w/ 2 others http://t.co/DqGisiGi'), (11501, 287, 'Plentong, Johor Bahru', '@Lynnlaloy lose appetite. Demam. uhuk uhuk *coughing*'), (11502, 1853, 'Johore, Malaysia', 'I''m at Mirchi - Taste Of India (Singapore, Singapore) http://t.co/InOpQGrZ'), (11503, 2679, 'Johore, Malaysia', '@unbitemylips hahaha no la. I was too lazy.stay home all the way'), (11504, 3097, 'Indonesia', 'heh ? -___- RT @Johanbakhri Happy National Condom Day'), (11505, 440, 'Johor Bahru, Johore', '@awesomelady98 D: I really so good and guai Lorr. U always liddat de :('), (11506, 2259, 'Johore, Malaysia', '@HazzyWho asl? Jangan uh :('), (11507, 2653, 'Johore, Malaysia', '@IHEARTSUZY Ouh block the camera?'), (11508, 3069, 'Johor Bahru, Johore', '@Alaxya hahahahahahahahah. Removing and putting tattoo also normal. U like feeling pain ??'), (11509, 1109, 'Johor Bahru, Johore', '@Jiaqiwoo Noon babe! :D I''m from ChestnutDriveSec! :D U gg our sch?'), (11510, 3098, 'Johor Bahru, Johore', 'I''m at Bukit Gombak MRT Station (NS3) (Singapore, Singapore) w/ 6 others http://t.co/Prz8snaV'), (11511, 959, 'Johor Bahru, Johore', 'Boarding tyme :).. Hello phuket :) http://t.co/4SZmSHxc'), (11512, 1157, 'Singapore', 'alibaba , stupid boyfriend,'), (11513, 2259, 'Johore, Malaysia', '@GeraldSuarez07 yes ah! Wooo'), (11514, 1594, 'Johore, Malaysia', '@Radio_913 @thecharmaineyee David Guetta ft SIA - Titanium!! Please! ;)'), (11515, 58, 'Malaysia', '@SodsaiiZ ทันมั้ง ! สดค่อยตามไปก็ได้ แล้วไปนอนบ้านญาติแกก่อนแล้วค่อยไปเที่ยวด้วยกันค่อยกลับพร้อมกัน'), (11516, 123, 'Johore, Malaysia', 'Donghae interview Lol dunno should I say he still a kid or adorable lol'), (11517, 362, 'Johore, Malaysia', 'Reaching work :( . How boring .'), (11518, 480, 'Johor Bahru, Johore', 'Birthday treat! &lt;3 (at Rossy''s Playground) [pic] — http://t.co/UKRjeMJn'), (11519, 2139, 'Johor Bahru, Johore', '@kisforcainday @IntanSolehaa Susahsusah I call people go then cancel?'), (11520, 1560, 'Plentong, Johor Bahru', '@MahdevSS holidayss ? Its alright i guess. Spending some time with the family. Hbu?? :)'), (11521, 2798, 'Riau, Indonesia', '@yunidanianti diping dan sekitarnya mahal neng,bisa buat ngrekam gak?bgus mana sm cannon?'), (11522, 1157, 'Singapore', 'RT @TheGirlChapter Every day I spend with you is the newest best day of my life.'), (11523, 58, 'Malaysia', '@limited_Pookki3 กูเห็นละ ! ทำหน้า ^^ ช่างเค้าเหอะมึงอย่าไปสนใจ'), (11524, 3099, 'Johore, Malaysia', '3 more stops until bishan'), (11525, 3100, 'Johore, Malaysia', 'I''m at Singapore Marriott Hotel (Singapore) http://t.co/xt9jl1qz'), (11526, 3101, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio K-Pool http://t.co/Q1lWOXup'), (11527, 2762, 'Malaysia', 'งานที่มหาลัยเค้าจัดยันวันสอบจริงๆ'), (11528, 386, 'Johore, Malaysia', 'Radiohead - No Surprises #nowplaying (In my head).'), (11529, 471, 'Johor Bahru, Johore', '@yourlovebitez home?'), (11530, 123, 'Johore, Malaysia', 'And yes he say he don''t act like his own age I totally agree lol haha'), (11531, 2259, 'Johore, Malaysia', '@_Trollolololol noooob'), (11532, 3086, 'Indonesia', 'so sweet banget lu kwand http://t.co/EeDPUbFT'), (11533, 2889, 'Johore, Malaysia', '"@Lipstickstainz: I cared. You didn''t. I stopped."'), (11534, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi nati tra tanyo saim.. lorat teh nok klik... xde apo2'), (11535, 560, 'Johor Bahru, Johore', 'LUNCH TIME :) (@ MOS Burger) http://t.co/prRySFVu'), (11536, 3102, 'Johore, Malaysia', 'Meet up with the boy and the girl. (@ Burger King @ Raffles Place Shopping Centre) http://t.co/WfjyT8td'), (11537, 2303, 'Johore, Malaysia', 'I''m at SMRT Buses: Bus 700 http://t.co/4kUCSpV0'), (11538, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah~ Oh YEAH! I''m a Say A and proud to be one.'), (11539, 740, 'Johor Bahru, Johore', 'K we change now better.. Steam semua keluar hahah!“@tweetlipxz: @ForeverChronic tsk orang baru nak step cute sikit alamak potong steam ah!!!'), (11540, 3103, 'Johore, Malaysia', 'I just became the mayor of Rocket Internet Pte. Ltd on @foursquare! http://t.co/njcWC6NG'), (11541, 1540, 'Johore, Malaysia', '@Iffattt SMS me ur details to ur house'), (11542, 640, 'Johor Bahru, Johore', 'I''m at Woodlands Drive 52 (Singapore, Woodlands) http://t.co/bbYinyLk'), (11543, 2259, 'Johore, Malaysia', '@DannyJeffersonn nooob'), (11544, 499, 'Johor Bahru, Johore', 'Spent a bomb at prints! Eunice ahhh~ hope she likes it!'), (11545, 1268, 'Johor Bahru, Johore', '@amanda_edison EW I think everyone will be disgusted if they know what you actually meant HAHAHA'), (11546, 2889, 'Johore, Malaysia', 'Srsly. Why you reply so slow.'), (11547, 471, 'Johor Bahru, Johore', '@Fcukbitches Hahas dun dk mi I shy!:P'), (11548, 2606, 'Plentong, Johor Bahru', '@SNursyafiqahSSD Orang manaa ? ha ha'), (11549, 3104, 'Johore, Malaysia', 'I''m at Kim San Leng @ Changi http://t.co/kEH1GQ30'), (11550, 1960, 'Senai Kulai, Kulai Jaya', 'Exhausted ! (@ U6 Kolej Perdana) http://t.co/akOOKVg1'), (11551, 2381, 'Riau, Indonesia', 'I''m at Siloso Beach (Sentosa Island, Singapore) w/ 4 others http://t.co/QFG9vlUW'), (11552, 3105, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) http://t.co/F7aKvWqA'), (11553, 3106, 'Johor Bahru, Johore', '@kisforcainday ask intan go!!! Say I ask her to go!!'), (11554, 3107, 'Johore, Malaysia', 'I''m at Subway (Singapore) http://t.co/Hbl8shgm'), (11555, 2848, 'Johore, Malaysia', '@IncredibleJepoy how much is the pamasahe? Youknow naman im scared of flying that''s why I never travel.'), (11556, 2423, 'Johor Bahru, Johore', '@DNRJJJJJJJ help me too please .'), (11557, 1772, 'Johore, Malaysia', 'Trying this place for the first time (@ Canton Paradise) http://t.co/lfxK102U'), (11558, 362, 'Johore, Malaysia', 'REACH LAH SANGAT ! MASEH DALAM BUS ! LOL'), (11559, 1109, 'Johor Bahru, Johore', '@Airnaaah_ I''m also excited!!! :D Haha.'), (11560, 2653, 'Johore, Malaysia', '@IHEARTSUZY She did that in purpose or?'), (11561, 3108, 'Johore, Malaysia', 'I''m at Teban Place http://t.co/faGBNsH1'), (11562, 806, 'Johore, Malaysia', '"If she can take good care of u, communicates well &amp; is faithful, beautiful to you &amp; has bomb punani , just stop there &amp; give her a ring."'), (11563, 1210, 'Johore, Malaysia', 'The sun is finally making an appearance. Should be good weather for some snaps after work.'), (11564, 471, 'Kota Tinggi, Johore', '@Fcukbitches Fuck*'), (11565, 2894, 'Malaysia', '700 สุดท้ายในบัญชีกู กำลังจะหายไป เพราะ SHERLOCK -.-'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (11566, 2889, 'Johore, Malaysia', '"@LostWords_: A relationship is meant for two people, not for one person to give up everything &amp; the other end up hurt."'), (11567, 3081, 'Johore, Malaysia', 'If there are three cups of sugar and you take one away, how many do you have?'), (11568, 2835, 'Pulai, Johor Bahru', 'Yummy =] @ AnMour Cafe http://t.co/qDahGHTW'), (11569, 3109, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/cwlvJhnd'), (11570, 3109, 'Johore, Malaysia', 'I just ousted Sean K. as the mayor of McDonald''s on @foursquare! http://t.co/c58slmQD'), (11571, 2644, 'Pulai, Johor Bahru', '@evayezza gy jalann..XP'), (11572, 3110, 'Kota Tinggi, Johore', 'Oh oh~ What r u waiting for?'), (11573, 3073, 'Johor Bahru, Johore', '@aminah93_samr hahaha I think cos the other time I was at Johor the locator services tapped to that, resetting now , thanks ! :)happyworking'), (11574, 1284, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 11 others http://t.co/8FRP4VS0'), (11575, 2889, 'Johore, Malaysia', '"@Pikadianachu_: So hard to find pure relationships nowadays."'), (11576, 3111, 'Johor Bahru, Johore', 'teman2, bisa kontak Telkomsel via email tak?'), (11577, 3112, 'Johore, Malaysia', '@nicoleisabella (@ Sogurt) http://t.co/CVXCLpfI'), (11578, 3113, 'Riau, Indonesia', 'Dari pada sibuk mengkritik diri mendingan cepet" ngerubah diri... This is better'), (11579, 2704, 'Johore, Malaysia', 'Beautician time! Weeeeeeeeeeee ^_^ (@ T &amp; L Beauty Spa) http://t.co/LPFdrgY6'), (11580, 961, 'Senai Kulai, Kulai Jaya', 'Tak pergi dah class pukul 4-7 ptg ni. Haha (@ K10 w/ @haikaljamal91) http://t.co/Jhhtksm8'), (11581, 1922, 'Johor Bahru, Johore', '@nzdad happy birthday..! God bless...'), (11582, 336, 'Johor Bahru, Johore', '@CharanpalS Hahaha! Welcome. And dun call me sergeant major outside training ah..'), (11583, 2259, 'Johore, Malaysia', '@HazzyWho phew... Hahahahahahah k'), (11584, 3114, 'Johore, Malaysia', 'Tired... Still have to go macritchie zzzz (@ Jurong East Temporary Bus Interchange) http://t.co/ZrAKYZJD'), (11585, 2908, 'Johor Bahru, Johore', '@IrmaAfifahAtika @umaruruno untunglaaa HAHA'), (11586, 471, 'Johor Bahru, Johore', '@Fcukbitches walao. Buy for mi lehs!'), (11587, 2423, 'Johor Bahru, Johore', '@Zhiwennn @saintinskeleton you pcbpcb ! 2012 still dota ? Both game come out almost like near the same date , if can''t maple , don''t dota !'), (11588, 2139, 'Johor Bahru, Johore', '@kisforcainday -______- next week I not sure.'), (11589, 1517, 'Johor Bahru, Johore', 'yeah dh nak kul 1.. makan makan time ;)'), (11590, 2606, 'Plentong, Johor Bahru', '@hidayathassan Rasa-rasa ? :p'), (11591, 471, 'Johor Bahru, Johore', '@yourlovebitez for?'), (11592, 3115, 'Johore, Malaysia', 'I''m at Dhoby Ghaut Xchange (Singapore, Singapore) http://t.co/8u9pV73o'), (11593, 2980, 'Johore, Malaysia', '@ilovehandbells_ can''t . Tomorrow going school'), (11594, 1153, 'Johore, Malaysia', 'Great food choices! http://t.co/G53lvr12'), (11595, 3036, 'Senai Kulai, Kulai Jaya', '@HasnidaHanizar oo kl which part ? haha . ya i''m married ! =))'), (11596, 2259, 'Johore, Malaysia', '@DannyJeffersonn you misses the ABCDEFGHIJK'), (11597, 2798, 'Riau, Indonesia', '@yunidanianti apa tu DALR?'), (11598, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 HAHA SEMUANYAA SUDAHHH DEYH'), (11599, 2889, 'Johore, Malaysia', '"@fucky0umydear: I wish I can eat and sleep all day without getting fat."'), (11600, 3116, 'Johore, Malaysia', '@Singeo giving a talk on mobile platform to WAN-IFRA, World Association of Newspapers and ... (at buUuk HQ 2.0) [pic] — http://t.co/41aqPk1b'), (11601, 362, 'Johore, Malaysia', 'Today is #NationalOreoDay ! Let''s all eat oreo''s ! :P'), (11602, 1007, 'Johor Bahru, Johore', 'I''m at Srisun Parata Paradise 24hrs http://t.co/A3wKpr4i'), (11603, 2872, 'Johore, Malaysia', '@onelastroundd got,i dont like the person sitting bside me,gao wei'), (11604, 128, 'Johore, Malaysia', 'fight club (@ Damai Spa &amp; Fitness Centre) http://t.co/pRnH2LKX'), (11605, 1426, 'Johore, Malaysia', 'Dunno how to say things to make me happy. Quite cute actually.'), (11606, 3117, 'Johor Bahru, Johore', 'とにかく暑いです (@ Terminal 3 w/ 14 others) http://t.co/sYhi2XHp'), (11607, 3037, 'Johore, Malaysia', 'I''m at Wheelock Place (Singapore, Singapore) http://t.co/PtwgENAr'), (11608, 3118, 'Johore, Malaysia', 'I''m at Frolick (Singapore, Singapore) http://t.co/XhMl086w'), (11609, 3118, 'Johore, Malaysia', 'I just ousted @helloleoleo as the mayor of Frolick on @foursquare! http://t.co/yZctgD7Z'), (11610, 2259, 'Johore, Malaysia', '@DannyJeffersonn heheh. Mendak ah kat skolahhh'), (11611, 3055, 'Johor Bahru, Johore', '@iFARRK dia extend but don''t know when.'), (11612, 2908, 'Johor Bahru, Johore', 'sign out ~'), (11613, 3119, 'Johore, Malaysia', 'Via @leoniedu, Brazilian gov posts detailed, machine readable, historical election data. Goldmine for polisci on Brazil http://t.co/6zCU7KKB'), (11614, 1268, 'Johor Bahru, Johore', '@amanda_edison the way you describe it HAHAHAHA'), (11615, 2139, 'Johor Bahru, Johore', '“@kisforcainday: I''m a sheesha virgin and I''m intent on losing it asap.” Such a kental girl.'), (11616, 2548, 'Malaysia', 'http://t.co/RqSA1Xo4 :: ฟังเพลงเดียวกันเลย เหอะ ๆ yy /'), (11617, 471, 'Johor Bahru, Johore', '@Fcukbitches stupid pubor-.-'), (11618, 3120, 'Johor Bahru, Johore', 'I''m at Yew Tee MRT Station (NS5) (Singapore, Singapore) http://t.co/Q8UiltkK'), (11619, 2259, 'Johore, Malaysia', 'Missed*'), (11620, 3121, 'Johore, Malaysia', 'I''m at Prima Limited http://t.co/5Sfd7VgA'), (11621, 1782, 'Johor Bahru, Johore', 'Train break down -.-'), (11622, 1420, 'Johor Bahru, Johore', 'I''m at Bus 8 (Singapore) http://t.co/ffhfz0ym'), (11623, 58, 'Malaysia', '@SodsaiiZ พี่เค้าเอารดไปอ่ะ ! แล้วเเบบพี่เค้าเที่ย กทม ประมาณ สี่ห้าวัน แล้ว ไปญี่ปุ่นต่อไง เค้าก็ต้องนั่งเครื่องกลับเอง'), (11624, 3069, 'Johor Bahru, Johore', '@Alaxya is u think wrong la, i was trying out a machine that was on display. Very fun sia, no joke!:)'), (11625, 2949, 'Plentong, Johor Bahru', '@NjwaLatif KENYANG -,-'), (11626, 2209, 'Johore, Malaysia', '#HowToKeepARealtionship Love, honor and negotiate.'), (11627, 2278, 'Tanjong Kupang, Johor Bahru', 'Kedemaman..huwaaa..smpai jangkit kt bdk kechik tu..kesian..'), (11628, 2980, 'Johore, Malaysia', '@ilovehandbells_ today then I know got science center trip'), (11629, 471, 'Johor Bahru, Johore', '@Fcukbitches I jelly:('), (11630, 493, 'Johor Bahru, Johore', 'This is life changing I swear, starting to see my true friends and family.'), (11631, 2779, 'Malaysia', '@NjwaLatif samalaa...jom makan jum~'), (11632, 3123, 'Johor Bahru, Johore', 'Lunching (@ McDonald''s w/ 3 others) http://t.co/OkzcOma9'), (11633, 3037, 'Johore, Malaysia', 'I''m at Wendy''s (Singapore, Singapore) http://t.co/WXknaYgL'), (11634, 3124, 'Johor Bahru, Johore', 'I''m at Blk 632 Choa Chu Kang North 6 (Singapore) http://t.co/vfRFZWV6'), (11635, 3125, 'Singapore', 'Indo Ex Trade Minister Rahardi Ramelan: Indonesian industry sector need to be focused on developing foreign investment in German industry.'), (11636, 1947, 'Johore, Malaysia', 'I''m at Tiong Bahru MRT Station (EW17) (Singapore) w/ 3 others http://t.co/KBr9RUvp'), (11637, 399, 'Johor Bahru, Johore', '“Do you know what it feels like, loving someone that’s in a rush to throw you away?” —Enrique Iglesias'), (11638, 2937, 'Johore, Malaysia', 'I''m at Parkway Parade (Singapore) w/ 8 others http://t.co/QjqgbOnG'), (11639, 3126, 'Johore, Malaysia', 'I''m at Singapore Contemporary Young Artists (SCYA) (Singapore, Singapore) http://t.co/joBUs8dV'), (11640, 2932, 'Johore, Malaysia', 'Yayy'), (11641, 1856, 'Singapore', 'Thunderbolt and lightning. Very very frightening me!'), (11642, 2653, 'Johore, Malaysia', '@IHEARTSUZY I shall watch it again.'), (11643, 3127, 'Johor Bahru, Johore', 'Discussing factors of India''s economic development with group mates for a presentation tmr. Interesting view points from my local friends!'), (11644, 520, 'Pontian, Johore', 'OMG ade semut keluar kat laptop ni =-='), (11645, 3128, 'Johore, Malaysia', 'Lunch time full of plain prata and quail eggs. (@ Akhbar 24hrs Indian Muslim Restaurant) http://t.co/E4Qra3yy'), (11646, 3129, 'Johore, Malaysia', '@ijakecuenca congratulations Jake, you are out best actor of all time'), (11647, 3113, 'Riau, Indonesia', 'RT @AdeRahmiii Just post a photo http://t.co/RoBw1gGk'), (11648, 830, 'Johore, Malaysia', 'I''m at Tanjong Pagar Xchange (singapore, singapore) https://t.co/GL9BU8lJ'), (11649, 471, 'Johor Bahru, Johore', '@Fcukbitches I wanna eat!'), (11650, 386, 'Johore, Malaysia', '"I''ll take a quiet life; a handshake of carbon monoxide/ This is my final fit; my final bellyache"'), (11651, 3055, 'Johor Bahru, Johore', '@iFARRK boy lain category :('), (11652, 2278, 'Tanjong Kupang, Johor Bahru', '@combiemohtar wah2..best actress hehehe'), (11653, 1560, 'Plentong, Johor Bahru', '@MahdevSS hahahha. Well, im kinda busy with spm and squash tournements during school so i rather relax now. Why you so tireddd??'), (11654, 3130, 'Johor Bahru, Johore', 'Lunch (@ Food Junction) https://t.co/nEU8tJrt'), (11655, 3045, 'Riau, Indonesia', '@mikhariamv bknnya pelit mik ,, nang hado hepeng (ʃ˘̩̩̩_˘̩̩̩ƪ)'), (11656, 393, 'Johore, Malaysia', 'I just ousted Aaron W. as the mayor of Shuttle Bus Point @TMC on @foursquare! http://t.co/FqNiqvGp'), (11657, 2348, 'Johor Bahru, Johore', 'Feeling sleepy but got homework to do'), (11658, 3131, 'Johore, Malaysia', 'Hati mulia sntiasa d syngi, hati busuk??? blah r lu!'), (11659, 830, 'Johore, Malaysia', 'I''m at Gong Cha 贡茶 (Singapore) https://t.co/uMGwHp9Z'), (11660, 3132, 'Johor Bahru, Johore', 'I''m at Bustop 44559 CCK Ave 5 https://t.co/VnBYB5Bl'), (11661, 362, 'Johore, Malaysia', 'Guys with eyebrows like this - . I hope you grow it okay . Not nice . Later people though you gay . For gay guys , Okay lah :) . Hahaha .'), (11662, 2423, 'Johor Bahru, Johore', '@Tinylittlexz hope to hear your bad news !^^'), (11663, 3133, 'Johore, Malaysia', 'Shopping :)) @ Blk 666 Jalan Damai http://t.co/TWQ5z7EE'), (11664, 3134, 'Johore, Malaysia', '@hanjinqq yeap? But i dont know where buy. Too bad :p'), (11665, 3132, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Ave 5 Block 483 https://t.co/7HdzUve7'), (11666, 2421, 'Johore, Malaysia', 'Having a super terrible headache nw... Make me go crazy... Pain like fuck nw'), (11667, 830, 'Johore, Malaysia', 'I''m at Sakae Sushi (Singapore, Singapore) https://t.co/WxD6kavE'), (11668, 120, 'Johor Bahru, Johore', 'Woahhhh...... What ... Was that all about ._." \nWell . At least i finally woke up from hell -.- ..'), (11669, 2757, 'Johore, Malaysia', 'Break free from the backward consciousness.'), (11670, 2835, 'Pulai, Johor Bahru', 'Mini beef pork burger =} @ AnMour Cafe http://t.co/fWfzySX7'), (11671, 280, 'Johor Bahru, Johore', '@Jaaniceekrt u wash nvr cut uh?'), (11672, 3010, 'Senai Kulai, Kulai Jaya', 'Perempuan merajuk , #ItuPerkaraBiasa . Lelaki merajuk , #ItuBukanPerkaraBiasa'), (11673, 336, 'Johor Bahru, Johore', '@CharanpalS Hahaha! I won''t just wanted to recognise you for your accomplishment. :)'), (11674, 471, 'Johor Bahru, Johore', '@yourlovebitez play wad'), (11675, 653, 'Johor Bahru, Johore', 'Meeting is done. Now on the way home for #SouthLAnd baby!'), (11676, 2925, 'Johore, Malaysia', 'Wah Alexis why u run so fast ah?'), (11677, 672, 'Johor Bahru, Johore', '@QurratuAini4 Np (;'), (11678, 3135, 'Tebrau, Johor Bahru', 'HAHAH BITCH I FOUND AN ALTERNATIVE.'), (11679, 2259, 'Johore, Malaysia', '@DannyJeffersonn salah brooooo~'), (11680, 2606, 'Plentong, Johor Bahru', '@hidayathassan takde lahhh haih'), (11681, 120, 'Johor Bahru, Johore', 'Bruises all over my body .. Wow .'), (11682, 1242, 'Singapore', 'did channel 8 fuck up'), (11683, 2662, 'Johore, Malaysia', 'I''m at Plaza Singapura Golden Village Hall 3 https://t.co/183WEvVR'), (11684, 740, 'Johor Bahru, Johore', 'I dont cheat peeling. I cheat feelings hahaha RT @tweetlipxz: @ForeverChronic can laaa you don''t anyhow k. please don''t cheat my peelings”'), (11685, 3136, 'Plentong, Johor Bahru', 'BosanNya -.-'), (11686, 2606, 'Plentong, Johor Bahru', '@SNursyafiqahSSD Ouh okayy .'), (11687, 3137, 'Plentong, Johor Bahru', 'Heading out to meet old friend ^-^'), (11688, 2925, 'Johore, Malaysia', 'I not super fast running machine like u ok?'), (11689, 362, 'Johore, Malaysia', 'REACHED !'), (11690, 1662, 'Johor Bahru, Johore', 'I''m at CenturySquare @Tampines https://t.co/48KYCAin'), (11691, 3138, 'Plentong, Johor Bahru', 'I''m at Starbucks @ City Square (Johor Bahru, Johor) https://t.co/KYCTi4UE'), (11692, 632, 'Tebrau, Johor Bahru', '@DaengHazimah haha sakit gile kot! Rasa mcm muscle tu sakit. LOL'), (11693, 3139, 'Johor Bahru, Johore', '@KATHYCHINGSL why so happy?'), (11694, 2199, 'Johor Bahru, Johore', 'I''m at Pulau Ubin https://t.co/jHyA8Pcu'), (11695, 1205, 'Johore, Malaysia', 'Sorry I''m not in the zone.'), (11696, 2259, 'Johore, Malaysia', '@DannyJeffersonn yupz yupz. Hahah! Tak tawu bro. Gua kerja. Tak fix timing ah'), (11697, 416, 'Johore, Malaysia', 'Weather hot, melting !'), (11698, 2779, 'Malaysia', '@justinbieber booth wht??'), (11699, 1157, 'Singapore', 'RT @GirlSpeaking Real friends don''t get offended when you call them bad Names. They smile and call you something more offensive.'), (11700, 302, 'Johore, Malaysia', 'I''m gunna stay away from alcohol so much. Cramps+hangover is killing me.. I can bearly get up of bed n move bout-__-"'), (11701, 362, 'Johore, Malaysia', 'Fuck it ! I stop wrong ! Now have to run !'), (11702, 3084, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 15 others http://t.co/eGDCkX55'), (11703, 3140, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 16 others http://t.co/ldSkhlse'), (11704, 1205, 'Johore, Malaysia', 'You''re the same . No different boy.'), (11705, 1109, 'Johor Bahru, Johore', '@Queenie_Chanel Hehe yesyes! :D &lt;3 Oic kkay. :) Alrite. ^_^ Do u have any siblings @ hme? Justasking. (:'), (11706, 3141, 'Kota Tinggi, Johore', 'I''m at Home ! :&gt; http://t.co/mQy9C6AB'), (11707, 3036, 'Senai Kulai, Kulai Jaya', '@HasnidaHanizar really ? mybe . but i dah lme x active myspace. bout 3 years . if fb i mmg ade .''re u sure?'), (11708, 3010, 'Senai Kulai, Kulai Jaya', 'Perempuan merajuk means dia ingin perhatian orang tu . Habis tu , kalau lelaki merajuk ?'), (11709, 2378, 'Johore, Malaysia', 'I''m at Feel at Home Backpackers (Singapore, Singapore) http://t.co/6Jx1K7Wz'), (11710, 3142, 'Johore, Malaysia', 'Nari bawak sparky pergi kdai ahboy nk crik engine oil.'), (11711, 3143, 'Tanjong Kupang, Johor Bahru', 'I''m at D Ana Coner (Gelang Patah, Johor) http://t.co/5dgnCBzY'), (11712, 3055, 'Johor Bahru, Johore', '@iFARRK if can by today. Anything I update you and thanks :)'), (11713, 493, 'Johor Bahru, Johore', 'Lacannaesta loca, what the fuck?'), (11714, 3069, 'Johor Bahru, Johore', '@Alaxya something like that? Its like riding a bull but a baby bull. Damn fun:P'), (11715, 3095, 'Johore, Malaysia', 'walang madulas na chopsticks sa taong gutom...'), (11716, 3144, 'Johore, Malaysia', 'Lunch with CEO (@ Window On The Park Café Restaurant @ Holiday Inn) http://t.co/By6Dxkly'), (11717, 362, 'Johore, Malaysia', '@Qrussia The nel line cannot take from dhoby ghaut to harbourfront seh .'), (11718, 568, 'Kota Tinggi, Johore', '@iamitaliana puta ka!sino si trinidad tecson???haha'), (11719, 3145, 'Riau, Indonesia', 'sakit kepala uhhh :/'), (11720, 3146, 'Kota Tinggi, Johore', 'Massive lunch gathering omg (@ Staff Canteen @ MediaCorp) http://t.co/3hPSpFKI'), (11721, 3147, 'Johor Bahru, Johore', 'Benchmark project (@ IBM Singapore Technology Park) [pic]: http://t.co/9v8LYRms'), (11722, 856, 'Johore, Malaysia', '@peaNaths gora!!!'), (11723, 3148, 'Tanjong Kupang, Johor Bahru', 'I''m at ICBP PTP (Johor) http://t.co/eU67jMmB'), (11724, 471, 'Johor Bahru, Johore', '@yourlovebitez _|_'), (11725, 3022, 'Johore, Malaysia', 'Gtg. STUDY.'), (11726, 2963, 'Johore, Malaysia', '@euniceyisme yeah ! Haha wont get drunk la ! With suppliers and their bosses how can let loose and drunk'), (11727, 3131, 'Johore, Malaysia', 'org syg iter, iter syg org kan'), (11728, 3149, 'Johor Bahru, Johore', '@MaxisListens greetings. my hotlink online A/C is blocked. how do i activate again?'), (11729, 1195, 'Plentong, Johor Bahru', 'I''m at BHP @ Permas Jaya (Johor Bahru, Johor) http://t.co/3oPqOCAm'), (11730, 1195, 'Plentong, Johor Bahru', 'I just ousted @aleanza as the mayor of BHP @ Permas Jaya on @foursquare! http://t.co/qR3iJb2W'), (11731, 2912, 'Johor Bahru, Johore', 'TDWP'), (11732, 2912, 'Johor Bahru, Johore', 'Okay,getting back in ze pool!'), (11733, 362, 'Johore, Malaysia', 'Lambat ! Mampos !'), (11734, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi oooo. bulih tepat tido sedap deh... paka jenero slalu.. kaba2 sapa.kemah perancange boh,... i like... boh.. vs perok gi kedop??'), (11735, 1431, 'Johore, Malaysia', 'Today''s #lunch: avocado #salad and sausage #pizza #昼御飯 #lunchdate @ Obolo @ Rochester Mall http://t.co/MwmwwKw7'), (11736, 2925, 'Johore, Malaysia', 'Now my legs like jelly u know!'), (11737, 725, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 6 others http://t.co/ifZ9dB6d'), (11738, 3150, 'Johore, Malaysia', 'i spotted a JAPANESE ASSASSIN!!! @ Liang Court http://t.co/FnEskMDo'), (11739, 3151, 'Tebrau, Johor Bahru', 'hi, twithandle saya dah tukar .__.'), (11740, 3152, 'Johor Bahru, Johore', 'I just ousted @akirashin97 as the mayor of Hougang Sports &amp; Recreation Centre on @foursquare! http://t.co/8tjxFVyV'), (11741, 3152, 'Johor Bahru, Johore', 'I''m at Hougang Sports &amp; Recreation Centre http://t.co/csgE1Q2f'), (11742, 2679, 'Johore, Malaysia', '@unbitemylips next week nak?'), (11743, 3153, 'Johore, Malaysia', 'Best tomyam ever! (@ Northern Thai Restaurant) [pic]: http://t.co/4XZ6D5Bh'), (11744, 3069, 'Johor Bahru, Johore', '@Alaxya @kennethljy haah like kena pia like that'), (11745, 280, 'Johor Bahru, Johore', '@xBeatricee SOTSOT LIAO'), (11746, 1361, 'Johor Bahru, Johore', 'DJ BL3ND !'), (11747, 3154, 'Johor Bahru, Johore', '@minoziced susah kan type arab abeh no arabic keyboard'), (11748, 472, 'Johor Bahru, Johore', 'Just ordered pizza..now waiting for the food to come..'), (11749, 1264, 'Johore, Malaysia', 'My mood is down like shit'), (11750, 3086, 'Indonesia', 'kadang aku jenuh dengan hubungan kita,\nttp aku tidak pernha jenuh mencintaimu. . .'), (11751, 2259, 'Johore, Malaysia', '@DannyJeffersonn kerja skolah ah. Dari cikgu'), (11752, 3155, 'Johore, Malaysia', 'Office (@ Trivex) http://t.co/fUboKwDC'), (11753, 3156, 'Johore, Malaysia', 'I''m at Minikin (Singapore) http://t.co/5JU4PxOm'), (11754, 58, 'Malaysia', '@SodsaiiZ สงกรานต์อันตราย ! แม่เค้าคงไม่ให้ไปอ่ะ อีกอย่างหน้าจะอยู่ลาวตอนนั้น - -'''), (11755, 399, 'Johor Bahru, Johore', 'Would you swear that you’ll always be mine? Or would you lie; would you run and hide?'), (11756, 3157, 'Johore, Malaysia', 'I''m at Bus Stop 94031 @ The Summit http://t.co/7prsa6UW'), (11757, 1657, 'Senai Kulai, Kulai Jaya', 'I''m at Fakulti Kejuruteraan Kimia http://t.co/DXZBecfI'), (11758, 107, 'Johore, Malaysia', 'I''m at Bus Stop 94069 (Opp Kew Green Condo) http://t.co/qcn4ObQx'), (11759, 3158, 'Johor Bahru, Johore', 'Chinese lady wanted to let her Muslim friend try alcoholic ice cream. Hmmm... (at ScoöPz™ Concepts Pte Ltd) — http://t.co/iCiCvuCI'), (11760, 2174, 'Johor Bahru, Johore', 'I rather I can help to take the pain in ur heart , even if it is double The pain :('), (11761, 1895, 'Johor Bahru, Johore', '@GloriaYanns @zhuangg haha no prob. Anyways i think like follow your course or what.'), (11762, 1700, 'Johore, Malaysia', 'I''m at Leisure Park Kallang (Singapore) http://t.co/cYAVDuuM'), (11763, 3148, 'Tanjong Kupang, Johor Bahru', 'I''m at Pelabuhan Tanjung Pelepas (PTP) (Gelang Patah, Johor) http://t.co/kCvrAmsE'), (11764, 1037, 'Singapore', '@KimIdol thanks for being sport :)) nice kimi! LOVE YOU.'), (11765, 3159, 'Johore, Malaysia', 'Lunch time (@ Cedele by Bakery Depot) http://t.co/BiUJXhp7'), (11766, 3160, 'Johore, Malaysia', 'I''m at The Clementi Mall (Singapore, Singapore) w/ 6 others http://t.co/NGdbpqZx'), (11767, 471, 'Johor Bahru, Johore', 'Have a break have a cigarette:)'), (11768, 3142, 'Johore, Malaysia', 'Jom mkn kat hajah maimunah bencoolen. Mcm da lama tk mkn sana!!!'), (11769, 3161, 'Johor Bahru, Johore', 'Wanton Noodle for Lunch (@ Koufu) http://t.co/Bgp1V0G9'), (11770, 3162, 'Johore, Malaysia', 'Laparr seyyyyyyyy isk isk isk super hungrehhh (at StarHub Call Center) — http://t.co/r1q8sERc'), (11771, 2329, 'Johor Bahru, Johore', 'LUNCH!! haiz. mac again. sharkboi macfreak. lol.'), (11772, 3083, 'Tebrau, Johor Bahru', 'Nomnomnom :3 (@ baskin robbin @ aeon tebrau city) http://t.co/MGzBJUaN'), (11773, 2798, 'Riau, Indonesia', '@yunidanianti Jah elah,tp nikon bgus gk?'), (11774, 471, 'Johor Bahru, Johore', '@yourlovebitez dw'), (11775, 3163, 'Johore, Malaysia', 'Gonna be my last day coming here  (@ Kandang Kerbau (KK) Women''s &amp; Children''s Hospital w/ 4 others) http://t.co/mBotqrx7'), (11776, 966, 'Riau, Indonesia', 'Jurassic park was wet n wild!'), (11777, 3164, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 16 others http://t.co/ywEZWZPi'), (11778, 2848, 'Kota Tinggi, Johore', '@IncredibleJepoy i''m looking now and I''m looking absolutely fabulous!!!'), (11779, 3165, 'Plentong, Johor Bahru', '''''Semalam I jumpa you, I tengok muke you, I tak tau nape i terus sayang kat you'''' I keep your word Acadd :)'), (11780, 3166, 'Johore, Malaysia', 'I''m at SIM HQ Blk B (New Annex Building) (Singapore) http://t.co/pJYXFECw'), (11781, 3167, 'Plentong, Johor Bahru', '@LyssaFaizureen boleh tolong editkan saye punye blogg ...'), (11782, 3168, 'Johor Bahru, Johore', '@ClockOpera_ that shall be yours truly'), (11783, 2731, 'Pulai, Johor Bahru', 'Tggu mami beli ikan ikan, ayam ayam, udang udang semua. (@ Jalan Dato'' Musa) http://t.co/Pn9a87az'), (11784, 1127, 'Singapore', 'i cant wait to see myself in http://t.co/IRqQgylx HAHAHHAHAH :'')'), (11785, 3169, 'Johore, Malaysia', 'I''m at Bite Club http://t.co/naZq5JzA'), (11786, 2423, 'Johor Bahru, Johore', '@saintinskeleton @zhiwennn play finger game !'), (11787, 3154, 'Johor Bahru, Johore', 'I want iPod Nano touch... Who wanna buy for me? :))'), (11788, 1656, 'Johor Bahru, Johore', 'At carina''s house (@ Tampines Mart) http://t.co/asa4yiIt'), (11789, 3170, 'Johore, Malaysia', 'I''m at Stadium MRT Station (CC6) w/ @cindeecindyy http://t.co/59fC1Oyc'), (11790, 1109, 'Johor Bahru, Johore', '@Bitetherose Alright.'), (11791, 3073, 'Johor Bahru, Johore', '@natashazmn what milk?'), (11792, 2848, 'Kota Tinggi, Johore', 'Digital watches make me feel incompetent.'), (11793, 1127, 'Singapore', 'i mean razor.tv'), (11794, 289, 'Johor Bahru, Johore', '@SolemnWishes_ HOW I KNOW T.T'), (11795, 3171, 'Tebrau, Johor Bahru', 'I miss my husband ehh,i jelly she with niallhoran! @itsRONABEL'), (11796, 2259, 'Johore, Malaysia', '@DannyJeffersonn hahahahah'), (11797, 3172, 'Riau, Indonesia', 'Lunch... @ Tanjong Beach Club http://t.co/pXFMxTqF'), (11798, 1812, 'Plentong, Johor Bahru', '@zoulchong oh syahdunye.....nangis haku kejab....cara kan hari ni kau takde....ade 2 lagi tak dtg....best'), (11799, 1340, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 41 others http://t.co/6uIVHruK'), (11800, 1037, 'Singapore', '@mariaclavel DM sent. :)) thanks.'), (11801, 1596, 'Johore, Malaysia', 'I''m at Cold Storage (Singapore, Singapore) http://t.co/0c0eNFY0'), (11802, 944, 'Plentong, Johor Bahru', 'I''m at Warong Saga (Johor Bahru, Johor) http://t.co/xatx051t'), (11803, 3058, 'Johore, Malaysia', 'I''m at Singapore Indoor Stadium w/ @muchieszxc http://t.co/VwzCyKLH'), (11804, 3106, 'Kota Tinggi, Johore', '@kisforcainday I don''t have her tweet!!'), (11805, 1729, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 5 others http://t.co/PKTQqJB7'), (11806, 3173, 'Johor Bahru, Johore', '“@Khai1993Rahim: @HaniKumar Hey, i just chat with ur best friend, Shakirah... HAHAHA!!! :D” | Gosh ! Bestfriend !! Haha wat did she say?'), (11807, 2565, 'Johore, Malaysia', 'Only dhoby to harbour front train affected'), (11808, 167, 'Johor Bahru, Johore', '@AddictedtoBluez wei!'), (11809, 2303, 'Johore, Malaysia', 'I''m at Balmoral Plaza (Singapore) http://t.co/upSaubdy'), (11810, 3041, 'Johor Bahru, Johore', 'I''m at Yio Chu Kang MRT Station (NS15) (Singapore, Singapore) w/ 2 others http://t.co/2UeznFh8'), (11811, 124, 'Johor Bahru, Johore', 'Yo whaddup'), (11812, 2423, 'Johor Bahru, Johore', '@Tinylittlexz what ): I say wait your bad news to me cause they''ll leave me ): you ask me shut up ..'), (11813, 120, 'Johor Bahru, Johore', 'Ouchhhh.. My entire body hurts .. Can''t move easily ..'), (11814, 3174, 'Johore, Malaysia', 'Pas banget sama jam orang istirahat orang kantor (@ Lau Pa Sat Festival Market w/ 5 others) http://t.co/Cd766XcE'), (11815, 3167, 'Plentong, Johor Bahru', '@azirasulkifle len kli jngn jaja tp jajan haha'), (11816, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 perlu3 . hahaha , mkn apetah tadi . lupe heee'), (11817, 3175, 'Johor Bahru, Johore', 'I''m at Summerhill (Singapore) http://t.co/oabSfI99'), (11818, 3176, 'Riau, Indonesia', 'Holiday ξ\\(ˇ▽ˇ)/ξ (@ Universal Studios Singapore w/ 42 others) [pic]: http://t.co/XZtv66kM'), (11819, 384, 'Malaysia', '@TUAN_TH 5555"แพ้แดดหรอ?--'''), (11820, 3173, 'Johor Bahru, Johore', '“@Chelvaan: @HaniKumar How are you?” | I''m gd .. Thks. Hw r u?'), (11821, 3151, 'Tebrau, Johor Bahru', '@zulfahamnie @amnELF morning fahmi, sorry ah tak perasan tweet'), (11822, 304, 'Johor Bahru, Johore', '@TwittyBirdyBird chey Jar of Hearts peh ? Lols'), (11823, 3177, 'Johore, Malaysia', 'I''m at NTUC Income Insurance Centre http://t.co/EcU01qV3'), (11824, 1420, 'Johor Bahru, Johore', 'Thank God i didn''t over take my bus stop'), (11825, 280, 'Johor Bahru, Johore', '@Jaaniceekrt CHEY! At nex uh?'), (11826, 2393, 'Johor Bahru, Johore', '@ZhiRennn @shanjingg wan go out?! Lolol'), (11827, 3036, 'Senai Kulai, Kulai Jaya', '@HasnidaHanizar oo mybe then . juz watching astro ria . #ON AIR Hbu ?'), (11828, 84, 'Kota Tinggi, Johore', '@AngelusChan be happy ok? ^^'), (11829, 3178, 'Johore, Malaysia', 'Ask it urself.. #halalbabibtol.'), (11830, 1380, 'Johor Bahru, Johore', 'Sway likka ? this month!'), (11831, 3179, 'Johor Bahru, Johore', '@akosiKHENN maganda dito, pero mabaho. :)) lol. Haha.'), (11832, 2653, 'Johore, Malaysia', '@IHEARTSUZY Ouh yah. She like trying to Pull IU. =='), (11833, 362, 'Johore, Malaysia', 'Lol ! Manager da sound ! Tak kesah lah ! They need people ! They won''t fired me . Haha'), (11834, 3180, 'Johor Bahru, Johore', 'Going home naoooo'), (11835, 632, 'Tebrau, Johor Bahru', '@DaengHazimah sama ah. Bangun tidur terus sakit'), (11836, 2925, 'Johore, Malaysia', 'Chocolate milk tea from fundango #yummy'), (11837, 3181, 'Senai Kulai, Kulai Jaya', 'I''m at Kolej Tuanku Canselor, UTM (Johor Bahru, Johor) http://t.co/XqBoyFcp'), (11838, 3182, 'Johor Bahru, Johore', 'I guess u have to deal with it'), (11839, 2139, 'Johor Bahru, Johore', '@kisforcainday @intansolehaa Hais. Korang betul punya daddy''s girls la. Lol.'), (11840, 3106, 'Johor Bahru, Johore', '@IntanSolehaa Helllo!!!! Folllow me fast!!!'), (11841, 280, 'Johor Bahru, Johore', '@xBeatricee Beatrice! I very bored leh:( HAHAHAHAHA'), (11842, 2848, 'Kota Tinggi, Johore', '@IncredibleJepoy kailan ang good friday?'), (11843, 1013, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria (Singapore, Singapore) w/ 11 others http://t.co/aNrAmyfA'), (11844, 1011, 'Johore, Malaysia', 'Bk frm lunch to a quiet company.....'), (11845, 2507, 'Johor Bahru, Johore', 'I''m at Din Tai Fung 鼎泰豐 (Singapore) http://t.co/3GhUdQvW'), (11846, 3181, 'Senai Kulai, Kulai Jaya', 'I''m at KTC S34 (Skudai, Johor) http://t.co/ekgyd0av'), (11847, 3183, 'Johor Bahru, Johore', '@chengmunnn X-ray?? Poly clinics are lidat one :/'), (11848, 472, 'Johor Bahru, Johore', 'Worth my 32.90 haha'), (11849, 3151, 'Tebrau, Johor Bahru', '@zulfahamnie fahmi!! sorry tak perasan :('), (11850, 3184, 'Johor Bahru, Johore', 'I''m at Just Woke Up! *Yawn http://t.co/eXU82SRY'), (11851, 1839, 'Johore, Malaysia', 'Lunch!  (@ PastaMania w/ 2 others) [pic]: http://t.co/tR3XXEts'), (11852, 1729, 'Johore, Malaysia', 'Work :( (@ Orchard Central w/ 3 others) http://t.co/vzHA7BqG'), (11853, 3183, 'Johor Bahru, Johore', '@chengmunnn huhhhhhhh?!'), (11854, 1985, 'Johor Bahru, Johore', 'Here is the review of Royal Shipping, @MirulGonzales slightly bonkers,birthday cake approaching,(un)Fair, @EyraaTW singing Wanted songs'), (11855, 3181, 'Senai Kulai, Kulai Jaya', 'I''m at Dewan Astana, UTM (Johor Bahru, Johor) http://t.co/rf18kGvx'), (11856, 102, 'Johore, Malaysia', 'Reached long ago !:) (@ Lucky Plaza) http://t.co/5p8gOGdi'), (11857, 471, 'Johor Bahru, Johore', '@yourlovebitez OK can'), (11858, 3151, 'Tebrau, Johor Bahru', '@beautychingu sama sama :)'), (11859, 3171, 'Tebrau, Johor Bahru', 'Life won''t be anything without you in it.'), (11860, 3183, 'Johor Bahru, Johore', 'Rest awhile, thn gotta go work!'), (11861, 1003, 'Plentong, Johor Bahru', 'meet kamachisree. one of my gossip girl student. hehe http://t.co/f0wVfnii'), (11862, 3140, 'Johor Bahru, Johore', 'John carter! (@ Shaw Theatres Choa Chu Kang w/ 2 others) http://t.co/IQpeVvsf'), (11863, 757, 'Malaysia', '@Adomenojang แปลกตรงไหน ผัวเมียใช้IDเดียวกัน'), (11864, 3185, 'Johore, Malaysia', '@Bao_Khanh it''s zwitterion =.='), (11865, 3181, 'Senai Kulai, Kulai Jaya', 'I''m at Fakulti Kejuruteraan Elektrik (Johor Bahru, Malaysia) w/ 2 others http://t.co/4LDKXJfW'), (11866, 1284, 'Johor Bahru, Johore', 'I''m at Kopitiam Spectrum (Singapore, Singapore) http://t.co/OOrC3wLI'), (11867, 3151, 'Tebrau, Johor Bahru', '@AqilahMaaruf my pleasure ;)'), (11868, 749, 'Malaysia', 'พาเพื่อนมาเฝ้าเจ้าของร้านสุดหล่อ (@ Hang Out @Hatyai) http://t.co/gc7YBlQW'), (11869, 2655, 'Johore, Malaysia', '@holeng I havnt watch horror movies in a while!!'), (11870, 672, 'Johor Bahru, Johore', '@QurratuAini4 Err .. Okay ?'), (11871, 3186, 'Johor Bahru, Johore', 'I cried too when watching that movie. :'') RT @SitiHafidzah: Im crying watching the show :''(( @ikatykaa'), (11872, 2270, 'Johore, Malaysia', 'Yay our make-up remover !! Sucess ! :&gt; (@ Singapore Polytechnic T11B402) [pic]: http://t.co/kowW581M'), (11873, 3187, 'Johor Bahru, Johore', '@khayedelosreyes ur always welcome k! Balik ka uli ha....i missed u &amp; les last night sa room. #hangover'), (11874, 209, 'Johor Bahru, Johore', 'I''m at Fiona''s House (Singapore) http://t.co/Fr6WLyvZ'), (11875, 3188, 'Malaysia', 'Just posted a photo @ อำเภอสายบุรี http://t.co/IPvoUQrX'), (11876, 362, 'Johore, Malaysia', 'Kay battery low . Haiz . Lucky buy charger ready :P'), (11877, 3055, 'Johor Bahru, Johore', '@EinsleyJ @NabilahParker good news! The futbol thing is extended. I''ve asked my friend to find one more to make a team of 7. So each 18$.'), (11878, 3181, 'Senai Kulai, Kulai Jaya', 'I''m at Cafe S01 KTC http://t.co/EH6GFhsj'), (11879, 3183, 'Johor Bahru, Johore', 'I WANNA GO SHOPPING!!! @Macchiatorou'), (11880, 2655, 'Johore, Malaysia', '@_fionalee ya meet soon to catch up or travel? =)'), (11881, 2666, 'Johor Bahru, Johore', 'It''s really goodbye this time. (at SQ866 Singapore to Hong Kong) [pic] — http://t.co/XnfDPTuo'), (11882, 3189, 'Singapore', 'ii didn''t kn0w tat ...'), (11883, 1118, 'Johor Bahru, Johore', '@aniasrani @YuliaYudhani hehehehe. ..Kekny dah nyariin gue nich #Gr'), (11884, 1958, 'Johore, Malaysia', 'I''m at KFC @ People''s Park Complex http://t.co/6YbDD2Ac'), (11885, 3190, 'Johore, Malaysia', 'I''m at Kandang Kerbau (KK) Women''s &amp; Children''s Hospital (Singapore, Singapore) w/ 5 others http://t.co/vC4qxppm'), (11886, 3191, 'Senai Kulai, Kulai Jaya', 'Alhamdulillah, kenyang. Ada org belanja. Murah rezeki aku lately :)'), (11887, 1392, 'Johore, Malaysia', 'I''m at Shin Nichi Japanese Restaurant @ International Plaza http://t.co/5doCnJFv'), (11888, 3192, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 15 others http://t.co/SGyGio8e'), (11889, 2065, 'Pulai, Johor Bahru', '@miszbeast baru tau ke teman ni comel yaw..lembab anda ni..hahaha,PMR kanak2 bawah umo la tu..hahaha,bahasa dh macam org ganyot yaw..hahaha'), (11890, 1028, 'Johore, Malaysia', 'I''m at Pasir Panjang Distripark http://t.co/MUc55Tj5'), (11891, 102, 'Johore, Malaysia', 'Sleepy.. (@ Lucky Polo !) http://t.co/hnIYUfDM'), (11892, 3151, 'Tebrau, Johor Bahru', '@Jia14June once you''ve watched it, you''ll be going crazy.'), (11893, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Whattt? Siapa nii? Nadia salah faham :X'), (11894, 304, 'Johor Bahru, Johore', '@TwittyBirdyBird tak lpk lagy peh bro ?'), (11895, 3055, 'Johor Bahru, Johore', '@iFARRK @yanayeyoh DUHHH'), (11896, 209, 'Johor Bahru, Johore', 'I''m at Fiona''s Living Room  http://t.co/cbYSBtvB'), (11897, 659, 'Johor Bahru, Johore', 'Movie gonna start soon !'), (11898, 2925, 'Johore, Malaysia', '#iDontReallyCare whether u like me or not :/'), (11899, 1343, 'Johor Bahru, Johore', 'RT“@LTAsg: SBST''s 3rd Media Statement on the Northeast Line service disruption: http://t.co/HMIrP049 #NEL #SBSTransit”'), (11900, 2303, 'Johore, Malaysia', 'I''m at Anglo-Chinese School (Barker Road) (Singapore) http://t.co/R15H3mTw'), (11901, 3131, 'Johore, Malaysia', 'f0l0 ngan aty yg iklas bkn nye nx followe byk la wei!'), (11902, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 haha tktauu lagi . kluar kot . tpi tktau pegi manaa .'), (11903, 474, 'Johore, Malaysia', 'if you barely know her and like her, it''s probably not love...that''s why it goes as fast as it came. learn from it. :)'), (11904, 3182, 'Johor Bahru, Johore', 'Can''t wait to go back to sch.. At least I can see u!'), (11905, 3171, 'Tebrau, Johor Bahru', 'Tempting to go for stroll in the park with you under the shades of the trees.'), (11906, 3151, 'Tebrau, Johor Bahru', '@sitihajaarr cehh ayat sedapkan hati, padahal berasap dah tu ~'), (11907, 1380, 'Johor Bahru, Johore', '@fadhilahh espanol? Punto actually.'), (11908, 362, 'Johore, Malaysia', 'Okay going to charge my phone . Bye !'), (11909, 520, 'Pontian, Johore', 'happy today tommorow and tomorow and tomorow and tommorow :)'), (11910, 2925, 'Johore, Malaysia', '#Women rule the world :P'), (11911, 1556, 'Singapore', 'Thanks for making me as a role model. I don''t deserve it yet.'), (11912, 3036, 'Senai Kulai, Kulai Jaya', '"MANTERA mmg best ! cant wait to c diz movie. Gandingan tomok brsme plakon luar negara . wowww !'), (11913, 458, 'Malaysia', 'เมนชั่นกลับมาเงียบเหมือนเดิม TT'), (11914, 3187, 'Johor Bahru, Johore', '@khayedelosreyes magsave na uli.'), (11915, 2092, 'Johor Bahru, Johore', 'I''m at Chinese Garden MRT Station (EW25) (Singapore, Singapore) http://t.co/kMel06iN'), (11916, 58, 'Malaysia', '@SodsaiiZ นั้นดิ ! ที่จิงอ่ะ รับผลสอบให้แม่ไปเอาให้ก็ได้ เด็กไม่ต้องไปก็ได้'), (11917, 1189, 'Johor Bahru, Johore', 'Akakakka satusatunya tim inggris yg msh nangkring d ULC @archerette19LL: Selamat ya chelseanya lanjut, semoga tetep @renthie_ng @nonatya”'), (11918, 3194, 'Indonesia', 'sesuatu bgt belanja td.. :D'), (11919, 1773, 'Johore, Malaysia', 'GTG guys bye!See you later my friends! :D'), (11920, 2731, 'Tebrau, Johor Bahru', 'Hommy. (@ Effira''s Cozy Cave) http://t.co/eXGxsFKG'), (11921, 992, 'Johor Bahru, Johore', '@Qimanpoh what thing ugly?'), (11922, 1303, 'Johore, Malaysia', 'Who said circuit road got nice food?! All closed ._.'), (11923, 1820, 'Johore, Malaysia', 'pray for me &gt;&lt;'), (11924, 1109, 'Johor Bahru, Johore', '@WOOKIEHOYA Whr u gg?'), (11925, 3195, 'Johore, Malaysia', 'I''m at IKEA (Singapore, Singapore) w/ 4 others http://t.co/MANelc4V'), (11926, 908, 'Johor Bahru, Johore', 'The thing I hate about going on holidays is the crazy shitload of laundry I have to do. Haissss depressed just by looking at it.'), (11927, 209, 'Johor Bahru, Johore', 'I''m at Xbox kinect spot ^_^  http://t.co/v0zWc6PW'), (11928, 3196, 'Johor Bahru, Johore', 'I''m at Century Square (Singapore, Singapore) w/ 5 others http://t.co/SoVrkr2M'), (11929, 2113, 'Kota Tinggi, Johore', 'My coliq jus break e apple using his 2 hands!!!!'), (11930, 3197, 'Johore, Malaysia', '@web_librarian thanks. Cool cover photo'), (11931, 1738, 'Senai Kulai, Kulai Jaya', 'I''m at Kolej 12 (Datin Seri Endon) UTM SKUDAI (Johor Bahru, Johor) http://t.co/wBfrks3W'), (11932, 3198, 'Johor Bahru, Johore', 'Laptop can''t start _|_'), (11933, 474, 'Johore, Malaysia', 'go in to a r/s when you''re ready, not when you''re lonely.'), (11934, 2799, 'Plentong, Johor Bahru', 'I''m at Tally Lock &amp; Key House Centre (Johor Bahru, Johor) http://t.co/Eo6jtqgz'), (11935, 1420, 'Johor Bahru, Johore', 'I''m at Block 285 Level2 http://t.co/yeGIPlPy'), (11936, 1985, 'Johor Bahru, Johore', 'Cont,wind will blow towards 1 Direction (get it), @ameermurietta double dare,very good, @Ha3im_juanmata headwind is very ''Hesky'',poor'), (11937, 2925, 'Johore, Malaysia', '#WhenImissyou I picture u in my mind and admire ur handsome face &lt;3'), (11938, 2498, 'Johore, Malaysia', '@qing_yap at least i wash'), (11939, 3199, 'Johor Bahru, Johore', 'Ehh, i think i forgot to bring something.'), (11940, 1043, 'Johore, Malaysia', 'woobbe timeeeee!!!!! (at Woobbe Bubble Tea) — http://t.co/4guQrkjC'), (11941, 470, 'Singapore', 'the result of ponning lectures AHAHAHA!\nlesson learnt lulzz..'), (11942, 2889, 'Johore, Malaysia', '@SiaoLiaoLah hahaha xD followed back xD hello! :p how''s ntss?'), (11943, 167, 'Johor Bahru, Johore', '@AddictedtoBluez Triciiaaa'), (11944, 2807, 'Johor Bahru, Johore', 'Kau tgk,mcm mane aku tk panggil die bahalau,org gi lunch die nk step gi lunch lmbt2 nk buat keje..nk jack supervisor je ni udang'), (11945, 2925, 'Johore, Malaysia', 'I waiting for ur SMS u dun reply #WalaoEhhh'), (11946, 3200, 'Johore, Malaysia', 'Not bad! :) (@ Aromas Of India) http://t.co/B9hmdJQp'), (11947, 3201, 'Johor Bahru, Johore', '@im_jennc batet?'), (11948, 1420, 'Johor Bahru, Johore', 'I''m at Babeh Bedroom &lt;3 http://t.co/UCFVyjKA'), (11949, 3202, 'Johore, Malaysia', 'rushing to school~ in mrt'), (11950, 3106, 'Johor Bahru, Johore', '@kisforcainday can''t!!!!!!! If can I already did..'), (11951, 3203, 'Johor Bahru, Johore', 'I''m at KFC @ Downtown East http://t.co/26MnpwzX'), (11952, 2872, 'Johore, Malaysia', '@onelastroundd but keep shifting here n there.cannot keep still'), (11953, 304, 'Johor Bahru, Johore', '@TwittyBirdyBird hahah . Tak pe'), (11954, 3204, 'Johore, Malaysia', 'I''m at National Library Building (Singapore, Singapore) w/ 4 others http://t.co/93tYSbXT'), (11955, 3191, 'Senai Kulai, Kulai Jaya', 'Saya nk tgk seefood, sape nak tgk dgn saya ? Hihi'), (11956, 2755, 'Johor Bahru, Johore', '@salwazie da....'), (11957, 3073, 'Johor Bahru, Johore', '@natashazmn awwww so sad :( don''t cry okay ?'), (11958, 3205, 'Johor Bahru, Johore', '@yellowtigger Awesome brother is awesome. So is dinner on you later? :D'), (11959, 3206, 'Johor Bahru, Johore', 'With nenek and feenah ~ (@ Causeway Point w/ 8 others) http://t.co/CTRvJnnt'), (11960, 3207, 'Johore, Malaysia', 'I''m at Loréal Académie (Singapore) http://t.co/7FtVr9Oz'), (11961, 973, 'Johor Bahru, Johore', '@CeciliaLsm yes!!!'), (11962, 3208, 'Johor Bahru, Johore', 'Just had breakfast! Now slack! (@ Tampines St 23 Blk 213 Aunty Crib) http://t.co/0n9ACWwV'), (11963, 672, 'Johor Bahru, Johore', '@QurratuAini4 HAHA ! Okay (: . DM ?'), (11964, 26, 'Johore, Malaysia', 'I so fucking hungry now'), (11965, 120, 'Johor Bahru, Johore', '@blurblurkat mmhmmm... You see it .. ._."'), (11966, 3209, 'Kota Tinggi, Johore', 'I''m at Jurong Point w/ @peezackqueue http://t.co/OPgIpyAR'), (11967, 2762, 'Malaysia', 'bye bye ...'), (11968, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi basodiodoh ngaji.. susoh dulu baru sene... hehehe... ambik kos gapo'), (11969, 2576, 'Kota Tinggi, Johore', 'Kai &amp;#39;s voice is deeper than taemin&amp;#39;s . I like ^^'), (11970, 3171, 'Tebrau, Johor Bahru', 'Pimples,please be extinct.'), (11971, 973, 'Johor Bahru, Johore', '@CeciliaLsm nothing :b'), (11972, 1530, 'Johore, Malaysia', '@shhhhihui hahahaha'), (11973, 1021, 'Johor Bahru, Johore', 'I''m at SMB185K Service 920 http://t.co/OKbQA9lP'), (11974, 3210, 'Malaysia', 'โอ๊ยย หวัด แหบ พร่า จาม ไม่หยุดละค่ะงานนี้'), (11975, 2925, 'Johore, Malaysia', 'My parents fighting with two toy swords #EPIC'), (11976, 2798, 'Riau, Indonesia', '@yunidanianti haha maen bli aja,mcm aku kya sgat "amin" ya deh ag mau cri yg murh aja tp kualits tggi,haha'), (11977, 399, 'Johor Bahru, Johore', '@ItsMySmilee Sure baby ♥ Xo'), (11978, 2487, 'Johor Bahru, Johore', 'I''m at Bukit Batok Driving Centre (BBDC) (Singapore, Singapore) w/ 9 others http://t.co/9ETSNWN4'), (11979, 3148, 'Pulai, Johor Bahru', 'I''m at Riding School Equestrian Resort http://t.co/eMfRYeRj'), (11980, 1643, 'Johor Bahru, Johore', 'At Kungfu Paradise for lunch (;'), (11981, 1741, 'Johore, Malaysia', 'Da malas bro.'), (11982, 967, 'Kota Tinggi, Johore', 'I''m at Pengerang, Johor http://t.co/R3Z7FsQk'), (11983, 2653, 'Johore, Malaysia', '@IHEARTSUZY But people say. SHE IS TRYING TO PROTECT IU. she knows how crazy can fans get when its with their oppas.'), (11984, 973, 'Johor Bahru, Johore', '@MelsonCWJ come what? Go heidi there dont come here!'), (11985, 2366, 'Johor Bahru, Johore', 'I''m at Indoor Sports Hall @ CCHY http://t.co/j1URQEqj'), (11986, 281, 'Johor Bahru, Johore', 'I''m at Bus Stop 44249 (Singapore) http://t.co/v6RmKj5s'), (11987, 1709, 'Pulai, Johor Bahru', 'Teman dila cari barang (@ IT Plaza@Skudai Parade) http://t.co/5ah34KVM'), (11988, 992, 'Johor Bahru, Johore', '@Qimanpoh my friends say too colorful..'), (11989, 3170, 'Johore, Malaysia', 'D.O.I. Day 1 (@ Singapore Indoor Stadium w/ 3 others) http://t.co/izLYcTTg'), (11990, 1608, 'Malaysia', '@HormigaTubtim 55 น่าจะๆ'), (11991, 1084, 'Malaysia', 'I''m at Ceri Cafe Restaurant http://t.co/PmEwogxr'), (11992, 3211, 'Johore, Malaysia', 'I''m at Moberly @ Singapore Polytechnic [pic]: http://t.co/6szrAQSW'), (11993, 2755, 'Johor Bahru, Johore', '@salwazie kenape leh claim ke??? Sebab tampines nye estate???'), (11994, 2653, 'Johore, Malaysia', '@IHEARTSUZY so she did not wanted iu to get the same treatment from some crazy fans.'), (11995, 2655, 'Johore, Malaysia', 'I forgt to bring e present Tt I got for @xmissjacy from Bali! Zzz'), (11996, 1520, 'Johore, Malaysia', '@sarahmei Those who take life seriously, miss out on the joke.'), (11997, 520, 'Pontian, Johore', '@AzzaZuwany kenapa cik puan ?'), (11998, 2925, 'Johore, Malaysia', '#ReasonsIloveSingapore got USS :)'), (11999, 2998, 'Johore, Malaysia', 'I''m at Tiong Bahru MRT Station (EW17) (Singapore) w/ 3 others http://t.co/HtAkqlKw'), (12000, 3097, 'Indonesia', 'gak fufu ~ agak absurd pas bacanya jo -_- RT @Johanbakhri Kenufu? RT @rimatresna: heh ? -___- RT @Johanbakhri Happy National Condom Day'), (12001, 2432, 'Johor Bahru, Johore', '@Qimanpoh thx ahman!!! For de cupcake !! Although is abit hard but still nice hahah !! At least wu xim haha'), (12002, 1118, 'Johor Bahru, Johore', '@aniasrani @YuliaYudhani mana Magnum. .dicari cari kok gak da.'), (12003, 3212, 'Johore, Malaysia', 'mustve slept in a twisted posture i cant turn my neck to the left now'), (12004, 902, 'Johor Bahru, Johore', '@DreamsCreams OMG!! Rly?? :('), (12005, 3157, 'Johore, Malaysia', 'I''m at 10 http://t.co/jQAvXpOy'), (12006, 3157, 'Johore, Malaysia', 'I just became the mayor of 10 on @foursquare! http://t.co/ubIkFCxF'), (12007, 470, 'Singapore', '@HaygenDazz heard he got 3 . err, dont have supp paper but my result nvr met my expectations.. oh well cos of ponning lectures. lols.'), (12008, 2925, 'Johore, Malaysia', '#IfYouKnowMeYouKnow I love to eat &lt;3'), (12009, 2423, 'Johor Bahru, Johore', '@JonathanJtjw where''s mine )'':'), (12010, 58, 'Malaysia', '@SodsaiiZ อ๋อ ๆ ! งั้นก็อด 55 แต่ถ้าไปวันเสาร์ก็ได้อยู่ตั้ง 3 วั้นอยู่นา'), (12011, 3205, 'Johor Bahru, Johore', '@MollyKiew @eh_eh_eh_eh_eh @isthizit LOLOL. You are the team bitch, Molly! :&gt;'), (12012, 1774, 'Tebrau, Johor Bahru', '@norasuperjialat @febriyuna lol\nThen ok loo.. Let me know whn you free ;)'), (12013, 3213, 'Johore, Malaysia', 'I''m at Hungrywich @ Fusionopolis http://t.co/gAseqkpw'), (12014, 13, 'Johore, Malaysia', '@JINFENN who ask eu so short ;p'), (12015, 1163, 'Johore, Malaysia', 'Lunch! (at IMM Building) — http://t.co/dt3X1zdw'), (12016, 2393, 'Johor Bahru, Johore', '@xKnightnightL @sone_aye I feel like meeting again this week.. Lolol! Too bored. Haha'), (12017, 973, 'Johor Bahru, Johore', '@CeciliaLsm dong tail euu :&gt;'), (12018, 1003, 'Plentong, Johor Bahru', 'Okeh @kamachisreen said my avatar is like a blind man. huhu.'), (12019, 917, 'Johor Bahru, Johore', 'I miss A.'), (12020, 3214, 'Johor Bahru, Johore', 'Slept for 15hrs still feeling very very sleepy.'), (12021, 3078, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 7 others http://t.co/kC1C7zfi'), (12022, 280, 'Johor Bahru, Johore', '“@MICHELLESYX: After so long, finally whatsapp her ('': . @WendyChoa :B”&lt;3&lt;3&lt;3'), (12023, 1047, 'Plentong, Johor Bahru', '@AmmarAshraff dengan kakak n dari YouTube. :)'), (12024, 438, 'Johore, Malaysia', 'I''m at Merrill Lynch HarbourFront (Singapore, Singapore) http://t.co/Ec0NUmVD'), (12025, 3215, 'Johore, Malaysia', '@inkaddictjosiah so good ah, we haven''t even eat our lunch yet. Lol.'), (12026, 2925, 'Johore, Malaysia', '#iLikePeopleWho are crazy,fun and awesome!! :)'), (12027, 2296, 'Johore, Malaysia', 'Cashing in cheque! ^^ (@ DBS Bank (Shenton Way Branch)) http://t.co/hrilRFMu'), (12028, 1774, 'Tebrau, Johor Bahru', '@norasuperjialat go market help mummy then house work loo ;)'), (12029, 3213, 'Johore, Malaysia', 'I''m at Fusionopolis (Singapore, Singapore) http://t.co/QuttJZ79'), (12030, 3142, 'Johore, Malaysia', 'Da terlanjur dpt kol dari manager fuji, ambik member money!!!!!!! Woohooo'), (12031, 3205, 'Johor Bahru, Johore', '@isthizit I demand unlimited puppy privileges!!!'), (12032, 3188, 'Malaysia', 'Hi Mate'), (12033, 3216, 'Johore, Malaysia', 'I''m at Alison Eating House (Singapore, Singapore) http://t.co/BX7fDf3k'), (12034, 3217, 'Plentong, Johor Bahru', 'dimana ad internet disitu aku akan on9....'), (12035, 3218, 'Johor Bahru, Johore', '@eyylenn Ellen!!faster draw!!!'), (12036, 3219, 'Plentong, Johor Bahru', 'recycling stuff!'), (12037, 1127, 'Singapore', 'ive been watching ghost stories with the kids and mum. watched bayi kubur and spirit of vengeance.'), (12038, 3220, 'Johor Bahru, Johore', ':D on study date. (@ Parc Palais) http://t.co/WdR2r8LI'), (12039, 1127, 'Singapore', 'and now i feel sleepy.....'), (12040, 2925, 'Johore, Malaysia', '#iReallyHateWhenI feel like vomiting halfway during 600m :/'), (12041, 529, 'Johor Bahru, Johore', 'Why is it so simple for you to be as per normal when everytyme im supposed to be mad at you ?'), (12042, 1608, 'Malaysia', '@zokmook อั๊ยยะ! เขินแล้วนิๆ &gt;//&lt;'), (12043, 3069, 'Johor Bahru, Johore', '@Alaxya @kennethljy u lor, wan fuck people nia.... Pia= study=books= the child kena whack by books. U think wrong la. Haiz pervert amanda~'), (12044, 470, 'Singapore', '@FuzzyWuzzyyyy which 3? i see if i can help or not ....'), (12045, 2498, 'Johore, Malaysia', '@qing_yap some people dont!!'), (12046, 1520, 'Johore, Malaysia', '@jamesiry @kamal Should have thrown an iMac out the window. Would totally have landed the role.'), (12047, 1109, 'Johor Bahru, Johore', '@CELINLEONG Heh. ^^'), (12048, 471, 'Johor Bahru, Johore', '#idontknow what''s school:)'), (12049, 2925, 'Johore, Malaysia', '#impressed by u &lt;3'), (12050, 902, 'Johor Bahru, Johore', '@DreamsCreams haha!!! Yeah man!! Nah i was otw home cos i need to take smth..then ltr at 3.30 go bak school'), (12051, 973, 'Johor Bahru, Johore', '@CeciliaLsm nothing much lahhh :D i posted for fun!'), (12052, 529, 'Johor Bahru, Johore', 'Part kau aje, aku kene rabak.'), (12053, 3222, 'Johore, Malaysia', 'Later have training!!yayy!! :DD i wanna get a new bowling ball^^'), (12054, 1307, 'Plentong, Johor Bahru', 'Lunch (@ Warong Man Tebar) http://t.co/M7NwCD0p'), (12055, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 HAHAHA KALAU HUJAN TU MAKNA NYE SUARA SEDAP !'), (12056, 3223, 'Johore, Malaysia', 'I''m at Everitt Building http://t.co/Q43wT10b'), (12057, 3120, 'Johor Bahru, Johore', 'I''m at Bukit Batok MRT Station (NS2) (Singapore, Singapore) w/ 3 others http://t.co/1x3q0xye'), (12058, 3224, 'Johore, Malaysia', '“@gasolinedude: @rouselle Thanks! Yeah, I''m just waiting for my pass. Kaya pahinga muna. :)”wow congrats!saan ka na work?'), (12059, 2914, 'Johore, Malaysia', 'Our bowling shoe! (with Peiling and Yimin at bowling @The Chevrons) [pic] — http://t.co/fCvxYlx7'), (12060, 3225, 'Johore, Malaysia', 'I became the mayor of his heart. ♡'), (12061, 2653, 'Johore, Malaysia', 'Haven''t touch my hw.'), (12062, 1692, 'Tebrau, Johor Bahru', '@Fadh_Mi LOL Twitter baru #o0o'), (12063, 672, 'Johor Bahru, Johore', '@QurratuAini4 Montfort Sec . You ?'), (12064, 3226, 'City Square, Plentong', 'W/ Zie and tweetieguy (@ City Square Mall) http://t.co/EuirdEnP'), (12065, 3227, 'Malaysia', 'ง่วงเวอร์ (@ Coffee Mania) http://t.co/LxxxH9EO'), (12066, 97, 'Johore, Malaysia', 'I''m at Keppel Tuas Contract Department (Singapore, Singapore) http://t.co/DLMtpuDk'), (12067, 3228, 'Johore, Malaysia', '@goregine @marklim @mariekristel im seeing it tom night! Im in marina bay sands hotel! Lets meet up if meron kayong time :)'), (12068, 1820, 'Johore, Malaysia', '@alifarhm dapat dari mana ??? Aaaa &gt;&lt; cool !! *rawr xD'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (12069, 2895, 'Johore, Malaysia', 'I''m at SAA Main Campus (Geylang, Singapore) http://t.co/u6fapjXx'), (12070, 2925, 'Johore, Malaysia', 'Alexis run fast. I also want to catch up #inspiration'), (12071, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at Level 2 Foyer FSKSM w/ 5 others http://t.co/M9odux6w'), (12072, 3171, 'Tebrau, Johor Bahru', 'I can''t be perfect to you but I''ll swear I''ll always be there when you need me.'), (12073, 1935, 'Plentong, Johor Bahru', 'Thanks babe :) RT"@AinaDayana9: @QasrinnaBalqis She Alway cute :) http://t.co/3rcUJEVZ"'), (12074, 3229, 'Kota Tinggi, Johore', 'With @LeopardPreeens (: (@ Golden 88 Cafeteria) http://t.co/eHtKY0z2'), (12075, 1345, 'Johor Bahru, Johore', 'Now at com lab ^^'), (12076, 2653, 'Johore, Malaysia', 'I shall do some ltr. :)'), (12077, 3165, 'Plentong, Johor Bahru', 'Semalam mereka main tepung. Sampai kena kerja dengan Pak Guard. Heaven sungguh mereka main lari-2 dengan Pak Guard :)'), (12078, 97, 'Johore, Malaysia', 'I''m at Esso http://t.co/FzT5qWEY'), (12079, 744, 'Johore, Malaysia', 'Irritating sia!'), (12080, 632, 'Tebrau, Johor Bahru', '@DaengHazimah pergi. Awak?'), (12081, 3191, 'Senai Kulai, Kulai Jaya', '@akmal89 to xd kt skudai. Acane ? Ada kt tebrau'), (12082, 2550, 'Johore, Malaysia', 'I''m at The Paragon (Singapore, Singapore) w/ 3 others http://t.co/WTyH0HQk'), (12083, 2925, 'Johore, Malaysia', '#institches when I sprint during 600m'), (12084, 3230, 'Senai Kulai, Kulai Jaya', '@ThatAwkMmtWhen your mouth full with food and somebody smile at you..'), (12085, 2830, 'Johore, Malaysia', 'Okay! Done :) Geo is next &gt;&lt;'), (12086, 384, 'Malaysia', '@TUAN_TH อ่อๆโทษทีจ้ะ ลืมไปว่าอยู่ปัตตานี-[]-'''), (12087, 3231, 'Johore, Malaysia', 'I''m at Singapore Polytechnic (SP) (Singapore, Singapore) w/ 3 others http://t.co/X9YqR3Co'), (12088, 3232, 'Johore, Malaysia', 'Bucking! :) (with Yishan at Capital Tower) [pic] — http://t.co/D6ziessf'), (12089, 3228, 'Johore, Malaysia', '@aceist @nomadiqve dict! Where art thee? Im in Singapore to see you'), (12090, 3036, 'Senai Kulai, Kulai Jaya', '@HasnidaHanizar sure juz give me ur email cz mine is private .'), (12091, 97, 'Johore, Malaysia', 'I''m at Keppel Tuas Gate (Canteen) http://t.co/RUdlkB80'), (12092, 1330, 'Johor Bahru, Johore', 'I''m at ITE College west @ 6611 http://t.co/Ju9kwPBN'), (12093, 470, 'Singapore', '@ProfessorMAT @FuzzyWuzzyyyy oh okay i know which one alr. i maybe can help acmv..'), (12094, 3233, 'Singapore', '24% plagiarism score for assg 2. but i guess its fine. hahaha'), (12095, 386, 'Tebrau, Johor Bahru', 'Just heard: "Kids are short, Adults are mostly big. But that doesn''t mean that adults have the "Rights" all the time. Kids have theirs too"'), (12096, 1530, 'Johore, Malaysia', '@shhhhihui where u saw it?'), (12097, 470, 'Singapore', '@GeraldGJR waiii? what happened?'), (12098, 2589, 'Johore, Malaysia', 'Wish to go home by 4 !!!'), (12099, 3234, 'Kota Tinggi, Johore', 'DAMN WINDY!'), (12100, 2306, 'Johore, Malaysia', 'Son coming back today 12 midnite:)'), (12101, 3233, 'Singapore', 'onward to finish my NA! still at tut 1. G_G'), (12102, 632, 'Tebrau, Johor Bahru', 'Menghabiskan hari hari terakhir cuti sekolah dengan buat homework. Pffftt'), (12103, 3235, 'Johor Bahru, Johore', 'I''m at Kou Fu (Singapore) http://t.co/O5Qi9V2d'), (12104, 1550, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 5 others http://t.co/oSJMiAEt'), (12105, 3236, 'Indonesia', '@justinbieber Just like what u did,,, follow back? Lol ^_^'), (12106, 795, 'Johore, Malaysia', 'I''m at Lavender MRT Station (EW11) (Singapore, Singapore) w/ 2 others http://t.co/Ok2PEvoS'), (12107, 3171, 'Tebrau, Johor Bahru', 'Im hungaaryyy.'), (12108, 1813, 'Johor Bahru, Johore', 'I''m at cousins house now!'), (12109, 3191, 'Senai Kulai, Kulai Jaya', '*tp'), (12110, 2259, 'Johore, Malaysia', 'At library~'), (12111, 470, 'Singapore', '@FuzzyWuzzyyyy okay... must pass hor!.'), (12112, 2589, 'Johore, Malaysia', 'So boring . Should have take mc !!! So many people didn''t come school today .'), (12113, 474, 'Johore, Malaysia', 'Wo ye ai ni , @yq_lovelove ♥ . Text you text you soon!'), (12114, 3237, 'Plentong, Johor Bahru', 'I''m at Jusco Tebrau City (Johor Bahru, Johor) http://t.co/r4wW2chE'), (12115, 2071, 'Plentong, Johor Bahru', 'Lunch Time! (at Chez Papa French Bistro) — http://t.co/f2wprjUP'), (12116, 2312, 'Johor Bahru, Johore', '@abbeybaloney I swear I''m gonna cry meeting you! I feel like crying now!!'), (12117, 3086, 'Indonesia', 'otw palopo'), (12118, 2808, 'Johore, Malaysia', 'I''m at The Clementi Mall (Singapore, Singapore) w/ 7 others http://t.co/BR0ZFBzS'), (12119, 1556, 'Singapore', 'I better get ready.'), (12120, 429, 'Malaysia', '@Boo139 กลับแล้วววว'), (12121, 984, 'Johore, Malaysia', '@NuhOfficial innallilah which uncle bro'), (12122, 281, 'Johor Bahru, Johore', 'I''m at Blk 404 Fajar Road (Singapore, Singapore) http://t.co/1RLGAqzb'), (12123, 3188, 'Malaysia', '@afonsofx hi mate'), (12124, 2523, 'Riau, Indonesia', 'I''m at Lunar Cafe (Singapore) http://t.co/ulAQHfgl'), (12125, 2808, 'Johore, Malaysia', 'I''m at Clementi MRT Station (EW23) (Singapore, Singapore) w/ 7 others http://t.co/ahJ6jpZY'), (12126, 3238, 'Riau, Indonesia', 'Happy 5th anniversary for @momuthiariza &amp; @baayyuupratama \nLanggeng yak...:D'), (12127, 775, 'Johore, Malaysia', '@musicalkimbab I''m not ah! :/'), (12128, 529, 'Johor Bahru, Johore', 'We''re in hell (peanut)\n-_-'), (12129, 1871, 'Johore, Malaysia', '@_minimill go up soon ! Malao miss you all also ! LOL! I going freesia Liao ! SONG BO !'), (12130, 3239, 'Johor Bahru, Johore', 'Can''t wait for Phuket man!!! :D'), (12131, 672, 'Johor Bahru, Johore', '@QurratuAini4 Ohh :O . Sec what ?'), (12132, 2925, 'Johore, Malaysia', '@Retwittings why don''t u all follow back ur followers :)'), (12133, 1652, 'Johor Bahru, Johore', 'My lunch today. Thai chili paste @ NCR Pantry - Tampines Grande http://t.co/8MG0FyH6'), (12134, 3240, 'Johore, Malaysia', 'http://t.co/7Ows6l7B'), (12135, 469, 'Plentong, Johor Bahru', 'Lepas mkn jr ngantok . X mkn nnt nk mengamok . Brrrrrhhhgg'), (12136, 3241, 'Johore, Malaysia', 'I''m at Ya Kun Kaya Toast (Singapore) http://t.co/VsL1hKCJ'), (12137, 3242, 'Plentong, Johor Bahru', '@jonet_joanna xpyh nk tweet sgt lh . Hahaha ^'), (12138, 3236, 'Indonesia', '@justinbieber Just like what u did buddy ,,, follow back? Lol ^_^'), (12139, 2825, 'Johore, Malaysia', 'I''m at Block 5 Beach Road http://t.co/gGjysjGA'), (12140, 3244, 'Johore, Malaysia', 'Is Minister Lui the CEO of SBSTransit or is he the tpt minister? Why is he answering wherever trains breakdown? http://t.co/4vcDp6JR #fb #in'), (12141, 1556, 'Singapore', 'Going to buy shoes perhaps this week'), (12142, 3245, 'Plentong, Johor Bahru', '@julieannerossid happy working to!!!'), (12143, 3069, 'Johor Bahru, Johore', '@Alaxya @kennethljy ya lor. Ken prove to her im the good one. She''s the bad one!'), (12144, 474, 'Johore, Malaysia', '@CherylWhoops Mei, what''s your number again? i lost it :('), (12145, 973, 'Johor Bahru, Johore', '~~~~'), (12146, 3246, 'Plentong, Johor Bahru', 'Lunch with family. (@ Restoran ZZ Sup Tulang) http://t.co/LJ2gcwZ9'), (12147, 1109, 'Johor Bahru, Johore', '@Queenie_Chanel Hehe. Oic thought u''ve siblings @ hme. (: Won''t b bored/lonely @ hme?'), (12148, 1959, 'Johore, Malaysia', '@NiallOfficial #firstworldpains'), (12149, 659, 'Johor Bahru, Johore', 'Movie just started. tweet later'), (12150, 2653, 'Johore, Malaysia', 'I like the dance moves from Baby I''m Sorry.'), (12151, 3151, 'Tebrau, Johor Bahru', 'should i upload the picture or vid? pic or vid? vid or pic? or both of them? nahhhh better tak payah.'), (12152, 2949, 'Plentong, Johor Bahru', '@SuhailyHasni bapakk org ? i mmng dah ada anak dua org :P hahahaha'), (12153, 2548, 'Malaysia', '@umppppp ล้อเล่นหน่ า (:'), (12154, 2423, 'Johor Bahru, Johore', '@JonathanJtjw you say till like I go your hse then you give me fuck LOL !!!!!!!!!'), (12155, 3247, 'Johore, Malaysia', 'Fuck'), (12156, 3248, 'Plentong, Johor Bahru', 'I''m at Jalan Serindit, Larkin Jaya (Johor Bahru, Johor) http://t.co/AjxsS6Df'), (12157, 2399, 'Johore, Malaysia', 'I''m at 旺 Wang Cafe [Plaza Singapura] (Singapore) http://t.co/GJqL8qUj'), (12158, 2925, 'Johore, Malaysia', '#DoWeReallyneedTo judge ppl by their looks?'), (12159, 2807, 'Johor Bahru, Johore', 'Pagi ini,bah( short for bahalau/jia ing) tanya,you finish scanning already? Sambil menggaruk kpl dn juga pipi nya. Tiba2 terbongkar rahasia.'), (12160, 58, 'Malaysia', '@SodsaiiZ เคเลย :) เดี๊ยวค่อยโทรหานะ อยากได้ไร ?'), (12161, 384, 'Malaysia', '@TUAN_TH 55555ทานข้าวเที่ยงยัง??"'), (12162, 2548, 'Malaysia', '@umppppp ไม่บอก หาเอง 55'), (12163, 2423, 'Johor Bahru, Johore', '@Zhiwennn @saintinskeleton Eh , hon and dota not same meh o:'), (12164, 1871, 'Johore, Malaysia', '@_minmin I working bread &amp; butter leh. Sell higher end jeans &amp; top de. LOL.'), (12165, 3055, 'Johor Bahru, Johore', 'Lol this kiuty texted me and asked about when school starts pulak….… geram je.'), (12166, 2548, 'Malaysia', '@MaifahMaimai ตื่นเร้็วจัง .'), (12167, 984, 'Johore, Malaysia', '@RizKrieger dun ask such questions ...Ill pull a submission on ya ...'), (12168, 3247, 'Johore, Malaysia', '@Chodinglyn FUCKZZZZZZ YOU I HATEZ YOU GO AND HAB SEX WITH HER LA'), (12169, 3055, 'Johor Bahru, Johore', '@EinsleyJ yup! :)'), (12170, 2925, 'Johore, Malaysia', '#ASIANISM is #Awesome :)'), (12171, 931, 'Johor Bahru, Johore', 'ace learnong sux i dun know how do'), (12172, 3165, 'Plentong, Johor Bahru', '@EzrienShahh Sedang :D'), (12173, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. Maybe she never get the same treatment from Junhyung. So she jealous.'), (12174, 3199, 'Johor Bahru, Johore', 'Otw to school.'), (12175, 3249, 'Kota Tinggi, Johore', '@MuhdLuqmanAziz @acstymxst apa dia luqman?'), (12176, 1820, 'Johore, Malaysia', 'Lunch :'')'), (12177, 253, 'Johore, Malaysia', 'I''m at IKEA (Singapore, Singapore) w/ 4 others http://t.co/QFZN09FB'), (12178, 3247, 'Johore, Malaysia', '@VXNNY Want fuck him!?!?!?1'), (12179, 1960, 'Johore, Malaysia', '@MunaLunaa wahh , sem ni target pointer bape ? 4.00 :) ?'), (12180, 399, 'Johor Bahru, Johore', 'Your brain is as dead as my Facebook.'), (12181, 193, 'Johor Bahru, Johore', 'I just ousted @zengmanc as the mayor of Bus Stop 43341 In Front Of Princess E Primary School on @foursquare! http://t.co/40ECBgSR'), (12182, 193, 'Johor Bahru, Johore', 'I''m at Bus Stop 43341 In Front Of Princess E Primary School http://t.co/UInAyTfz'), (12183, 2925, 'Johore, Malaysia', '#SingaporeanSayings owe money pay money'), (12184, 3250, 'Malaysia', 'I''m at 1Shamelin Shopping Mall (Kuala Lumpur, WP Kuala Lumpur) w/ 2 others http://t.co/2ohPSMcf'), (12185, 568, 'Kota Tinggi, Johore', '@iamitaliana hahaha sorry teh, bayani na sa singapore ang kilala ko.wahaha chos!'), (12186, 3247, 'Johore, Malaysia', '@_onrainydays just watched. SO SADDD'), (12187, 2401, 'Johore, Malaysia', 'Boci enak nih (@ Feel at Home Backpackers w/ @dzetcube) http://t.co/qy2dHClo'), (12188, 551, 'Johor Bahru, Johore', '@PawanSainii ate too much?'), (12189, 3251, 'Johore, Malaysia', 'I''m at National University Hospital (NUH) (Singapore, Singapore) w/ 3 others http://t.co/wbqyuzQE'), (12190, 3252, 'Johor Bahru, Johore', 'I''m at Sasa@NEX http://t.co/HydC02gX'), (12191, 3253, 'Johor Bahru, Johore', 'I''m at Punggol Plaza (Singapore, Singapore) http://t.co/nkBGKNPu'), (12192, 3254, 'Johor Bahru, Johore', '@Iciistar naw. I don''t watch Ben 10'), (12193, 2925, 'Johore, Malaysia', '#slacking during track :/'), (12194, 2590, 'Johore, Malaysia', 'I''m at Books Kinokuniya (Singapore, Singapore) http://t.co/vAP4nPMD'), (12195, 2653, 'Johore, Malaysia', 'My tweet is like kept decreasing. :('), (12196, 356, 'Johore, Malaysia', '@FIFIFIRAH siak? Mahal pe?'), (12197, 3255, 'Johor Bahru, Johore', 'I just ousted @dwih_m as the mayor of Tea Dot @ NEX on @foursquare! http://t.co/hK37sCWv'), (12198, 3255, 'Johor Bahru, Johore', 'I''m at Tea Dot @ NEX http://t.co/NNcHtZRY'), (12199, 2034, 'Malaysia', 'I just ousted @nvlhoppus as the mayor of Cathay guesthouse hatyai on @foursquare! http://t.co/ZcGDkLmr'), (12200, 2034, 'Malaysia', 'Afternoon nap. Zzz. (@ Cathay guesthouse hatyai) http://t.co/mjLXDCbR'), (12201, 879, 'Johore, Malaysia', 'I''m at Chinatown Complex Food Centre (Singapore, Singapore) http://t.co/exZxB781'), (12202, 1010, 'Johor Bahru, Johore', 'I''m at Republic Polytechnic (RP) (Singapore, Singapore) w/ 2 others http://t.co/6wTYa2e2'), (12203, 470, 'Singapore', '@GeraldGJR omg .. that seems kind of sucks ..... wait but why 2 cds? u fail meh?'), (12204, 2550, 'Johore, Malaysia', 'I''m at Gong Cha 贡茶 (Singapore, Singapore) http://t.co/ItfngziJ'), (12205, 672, 'Johor Bahru, Johore', '@QurratuAini4 Ohh :O , icic . East Sprin at where uh ?'), (12206, 2925, 'Johore, Malaysia', '#stronglyattractedto someone..NOT TO BE MENTIONED'), (12207, 1556, 'Singapore', 'Anything red on the girl is HOT'), (12208, 3255, 'Johor Bahru, Johore', 'I''m at Serangoon MRT Interchange (NE12/CC13) (Singapore, Singapore) w/ 5 others http://t.co/QrQYeEkW'), (12209, 1935, 'Plentong, Johor Bahru', 'Qas suke sngt ;) RT"@AinaDayana9: Most Welcome :) Hope qas suke RT @QasrinnaBalqis Thanks babe :)"'), (12210, 2653, 'Johore, Malaysia', 'Twitter, can you explain what happen?'), (12211, 3257, 'Johor Bahru, Johore', 'I''m at Clubfitt Gym @ Jurong East SSC (Singapore) http://t.co/HqJDJKZj'), (12212, 2655, 'Johore, Malaysia', 'A lil underdress for e CBD area.'), (12213, 865, 'Johore, Malaysia', 'U can never get a person like me. Trust me.'), (12214, 471, 'Johor Bahru, Johore', 'Every relationship have to stop one day.'), (12215, 1497, 'Johor Bahru, Johore', '@ReinaTaeminnie I also haven''t finish! :b'), (12216, 3258, 'Johore, Malaysia', 'I''m at LALA LAND. &lt;3 http://t.co/luNPrXYp'), (12217, 3259, 'Tebrau, Johor Bahru', 'Mkn per kat uma bonda... (@ Teratak bonda) [pic]: http://t.co/9fqQst0b'), (12218, 2174, 'Johor Bahru, Johore', 'I always make sure that I smile when someone near to me is beyond sad. \nSo that they know that a "smile" is near them :)'), (12219, 973, 'Johor Bahru, Johore', 'Oh god why.'), (12220, 653, 'Johor Bahru, Johore', '@lovesjqjq say I got diabetes'), (12221, 3260, 'Johore, Malaysia', 'Damn sian.'), (12222, 2804, 'Johore, Malaysia', 'Can I use Donghae''s picture to do MT hmwk? :P'), (12223, 3261, 'Senai Kulai, Kulai Jaya', 'Drive Thru disini (@ McDonalds Kulaijaya) http://t.co/FqYSbhUv'), (12224, 3262, 'Johore, Malaysia', '@junhonest never ah ! i staying at my friend''s uncle hotel!'), (12225, 1652, 'Johor Bahru, Johore', 'Kao + Kai Yang @ NCR Pantry - Tampines Grande http://t.co/zINr81QA'), (12226, 193, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 157 (Singapore) http://t.co/Fdc2iiLp'), (12227, 1211, 'Plentong, Johor Bahru', 'I''m at McDonald''s Bandar Seri Alam (Masai, Johor) w/ 2 others http://t.co/15PdYXt8'), (12228, 3263, 'Johor Bahru, Johore', 'On the way to amk to study with friends now... Good chance to take my mind off ACII... Next stop, Venetia!'), (12229, 3262, 'Johore, Malaysia', '@DerrickJeryd going wif my friends?!'), (12230, 3191, 'Senai Kulai, Kulai Jaya', 'Spe nk tgk seefood dgn sy ni ? @ieqaZY jom lah turun jb. Kita tgk seefood. Hikhik. Angkut @dalylarawr skali'), (12231, 14, 'Johor Bahru, Johore', '#irritating zzz'), (12232, 3250, 'Malaysia', 'Nice and friendly! (@ Dara Asia Boutique Saloon) http://t.co/NpnSZGDa'), (12233, 2925, 'Johore, Malaysia', '#StupidSia u go read my smses without permission'), (12234, 2674, 'Johore, Malaysia', 'I''m at Ah Orh Seafood Restaurant http://t.co/umXowyAd'), (12235, 1310, 'Johor Bahru, Johore', '@shawtypearl Eleh, kalau tk ckp tk ajk. Pfft.'), (12236, 3041, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 7 others http://t.co/pUggAAio'), (12237, 3251, 'Johore, Malaysia', 'I''m at Department Of Diagnostic Imaging http://t.co/uewuxxgw'), (12238, 3264, 'Johor Bahru, Johore', '@MsBubblyFelicia chaisy is the more slow one ! first to go in last to came out'), (12239, 2804, 'Johore, Malaysia', 'The task was to describe the picture. ^^'), (12240, 196, 'Johor Bahru, Johore', 'Wearing my bow earring today.'), (12241, 1514, 'Johore, Malaysia', 'Lunch and some shopping (@ Plaza Singapura w/ 9 others) http://t.co/UtPhjUld'), (12242, 1556, 'Singapore', '@FtnEphra that is ok, the daughter may hv time to learn to wear soon'), (12243, 992, 'Johor Bahru, Johore', '@Qimanpoh really meh.?actually I also fund it ugly..chey'), (12244, 2306, 'Johore, Malaysia', 'The english songs in mat yoyo sound so fake'), (12245, 3265, 'Johore, Malaysia', 'ME2. (@ SIM HQ LT1.17) http://t.co/2pjRYQTW'), (12246, 3266, 'Johor Bahru, Johore', 'I''m at S11 Hougang Ave 1 http://t.co/iGoNrNMs'), (12247, 2548, 'Malaysia', 'ฟังเพลงให้ตายไปเลยนะซอ - -'), (12248, 2925, 'Johore, Malaysia', '#SometimesYouHaveTo not care about ur weight and eat all u want! :)'), (12249, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. But you like Kara?'), (12250, 3071, 'Pulai, Johor Bahru', 'Apabila kenangan menguasai hidup. Sayu &amp; sendu peneman diri.'), (12251, 1684, 'Senai Kulai, Kulai Jaya', 'I''m at L27 KTHO!! http://t.co/KCtpYgc1'), (12252, 551, 'Johor Bahru, Johore', '@PawanSainii Aiyo! Go take gavascon! It works really well :) and why haven''t you eaten huh ?'), (12253, 3267, 'Malaysia', '@POH_Natthawut ดูแล้วคะพี่ป๋อ พึงถึงบางอ้อว่า จบประมงคืออารัย จบประมงๆๆ'), (12254, 632, 'Tebrau, Johor Bahru', '@Suhaidahmahmud sudah lah tu Susue~'), (12255, 1310, 'Johor Bahru, Johore', '@mizznesza @shawtypearl Hehs. ((:'), (12256, 1497, 'Johor Bahru, Johore', 'I like how you force me to text you :'')'), (12257, 1399, 'Johore, Malaysia', 'Baby , you don''t know a thing about me . ;)'), (12258, 3268, 'Tebrau, Johor Bahru', '@WKFwiraku I love u sayang......'), (12259, 1684, 'Senai Kulai, Kulai Jaya', 'I''m at Depan TV L27 (Johor Bahru, Johor) http://t.co/9zJLPUK2'), (12260, 3269, 'Johor Bahru, Johore', 'I''m at E!hub Downtown East (Singapore) w/ 2 others http://t.co/lxCFcoCM'), (12261, 3270, 'Plentong, Johor Bahru', '@connie0710 MLS 2012 已经retired了,这badge active一天罢了'), (12262, 3055, 'Johor Bahru, Johore', 'Blasting Chris Rene''s Young Homie + Haven''t shower + Sing loudly = Best Home Alone feeling ever!'), (12263, 1499, 'Johore, Malaysia', 'Not too full today, exams later! (@ Spices Cafe Concorde Hotel) http://t.co/rHNilIRv'), (12264, 1499, 'Johore, Malaysia', 'I just ousted @keziatheflutist as the mayor of Spices Cafe Concorde Hotel on @foursquare! http://t.co/4MHxqvNh'), (12265, 1109, 'Johor Bahru, Johore', '@CELINLEONG Hehe! ^^'), (12266, 3271, 'Johor Bahru, Johore', '@duaneho HAHAHAHAHAAH Aiyoh y u so cute... Lololol'), (12267, 3272, 'Johor Bahru, Johore', 'I''m at Wendy''s Century Square (Singapore) http://t.co/755hXg51'), (12268, 3273, 'Johore, Malaysia', 'Doing hwk nw ~'), (12269, 902, 'Johor Bahru, Johore', '@DreamsCreams oklah enjoy playing soccer dun be a bitch n brk something else this time :P'), (12270, 973, 'Johor Bahru, Johore', 'Crush down world.'), (12271, 3132, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 11 others http://t.co/bErSvulF'), (12272, 1820, 'Johore, Malaysia', 'kalau nak upload video mmg lambat eak ? hufft &gt;&lt;'), (12273, 299, 'Plentong, Johor Bahru', 'Lepak dgn tokay kodai.. (@ BS Empire Alteration) http://t.co/8wkktbf5'), (12274, 3097, 'Indonesia', 'iya yg itu !!! kenafa di capslock coba ??? RT @Johanbakhri Baca yang mana? Yang CONDOMnya? RT @rimatresna: gak fufu ~ agak absurd'), (12275, 2527, 'Singapore', '@thebongette Hahaha, awesome Joey is awesome!'), (12276, 2807, 'Johor Bahru, Johore', 'Ketika die garuk pipi,ada Kulit yg terkopek.dibawa kulit iTu Ada Tanda. Di pipi kanan tanda berkata "kick my face!" di pipi Kiri "punch me!"'), (12277, 672, 'Johor Bahru, Johore', '@QurratuAini4 Sec 1 also (: . How''s school ?'), (12278, 3151, 'Tebrau, Johor Bahru', '@zulfahamnie alergh, tadi busy buat cupcakes pahtu tgok Liam punya twitcam. ahaha'), (12279, 328, 'Johor Bahru, Johore', '@DeenethBoiiNani Where the picture?'), (12280, 120, 'Johor Bahru, Johore', 'Don''t know i trying to control ? Don''t know i want to change ? Then you act like you know me for ?'), (12281, 3055, 'Johor Bahru, Johore', '@iFARRK sweat lah!'), (12282, 2792, 'Johore, Malaysia', '@theLEONvincent @nicholas_shaoz yah. she told me to hurry!'), (12283, 585, 'Johor Bahru, Johore', 'I just wake up . Good afternoon'), (12284, 3249, 'Kota Tinggi, Johore', 'lambat sia ni @syafiqhassim!!!!!!'), (12285, 3274, 'Johore, Malaysia', 'talking to the most stupid guy on earth.'), (12286, 3275, 'Johore, Malaysia', 'I''m at Maxwell Road Hawker Centre (Singapore, Singapore) w/ 3 others http://t.co/1xjwvpuk'), (12287, 1662, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) w/ 4 others http://t.co/1KtOdiM3'), (12288, 984, 'Johore, Malaysia', '@RizKrieger Its on.. MMA fight of the 2012 ... Profit 50 / 50 ?'), (12289, 2478, 'Johore, Malaysia', 'On the train with @JonniBeans and @RidzBiscuits'), (12290, 2804, 'Johore, Malaysia', 'Cry cry can''t you see the music ~'), (12291, 1723, 'Johore, Malaysia', 'I Can''t Seem To Load Anything . Uhhhhhh .'), (12292, 1985, 'Johor Bahru, Johore', 'Contd me,North West,more than 800,entering stress,good sometimes and that was the Shipping Forecast'), (12293, 1017, 'Johor Bahru, Johore', 'gonna start on my homework now!  first to knock out: chinese.'), (12294, 3276, 'Johore, Malaysia', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore) http://t.co/ur1DqzVj'), (12295, 1684, 'Senai Kulai, Kulai Jaya', 'I''m at Kolej Tun Husseinn Onn http://t.co/fiWLUDyS'), (12296, 3132, 'Johor Bahru, Johore', 'I''m at Event Piazza @ ITE College West (Singapore, Singapore) w/ 2 others http://t.co/WceFg4LD'), (12297, 138, 'Plentong, Johor Bahru', 'I borrow this from my eng sir..ohsemmn ryte. P/s my sir is chinese man and her adore yuna so bad.. http://t.co/fMWXx0hR'), (12298, 2792, 'Johore, Malaysia', '@crystalpenelope @renabecca woah cool. Which country!'), (12299, 1959, 'Johore, Malaysia', '@nicshields 24-70!'), (12300, 1662, 'Johor Bahru, Johore', 'I''m at Queue At 67 http://t.co/nggy2iTq'), (12301, 3277, 'Johor Bahru, Johore', 'I''m at S-11 Woodlands Ring Rd http://t.co/PhVuVtBz'), (12302, 2925, 'Johore, Malaysia', 'Sprind 600m. U #siaoliao'), (12303, 3005, 'Johore, Malaysia', 'Fuck yeah gym all to myself. Fucking #powerup'), (12304, 3278, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Flora &amp; Landscape Pte Ltd http://t.co/akX3KGJl'), (12305, 153, 'Johor Bahru, Johore', 'I''m at Tucky Home (Singapore) http://t.co/7qKN7jem'), (12306, 470, 'Singapore', 'okay .. at least hcsp got A .. i slogged and let my laptop running for a week without off-ing..'), (12307, 1471, 'Tebrau, Johor Bahru', 'Damn tired... Feeling effects of working two full days in a row...'), (12308, 3055, 'Johor Bahru, Johore', 'Hidung tak keluar pe? @yanayeyOh'), (12309, 3051, 'Johor Bahru, Johore', '2 more days my baby''s cot will arrive :)'), (12310, 1174, 'Johore, Malaysia', 'I''m at Moulana Mohamed Ali Mosque http://t.co/Hqynvoev'), (12311, 2312, 'Johor Bahru, Johore', '@abbeybaloney okay okay. ☺'), (12312, 2061, 'Johore, Malaysia', 'It''s lunch time and I feel like I have bed hair. \nBed hair day. Haha...'), (12313, 3269, 'Johor Bahru, Johore', ' (@ Wild Wild Wet w/ 2 others) http://t.co/ctR2v9VC'), (12314, 33, 'Johore, Malaysia', 'Changed my name and luckily i brought the lawyer form !! Thanks @Wesleytann for helping me so much on those form ! &lt;3'), (12315, 2653, 'Johore, Malaysia', '@IHEARTSUZY Me too.When they release "Step", I think is not really fair to U-Kiss. Neveland is better. But the problem is Kara kept winning.'), (12316, 653, 'Johor Bahru, Johore', '@lovesjqjq yay~~~'), (12317, 1601, 'Plentong, Johor Bahru', 'I''m at Tutti Frutti Kebun Teh (Johor Bahru, Johor) http://t.co/x9ZJ9H3C'), (12318, 14, 'Johor Bahru, Johore', 'One day I''m gonna seriously close my Facebook.'), (12319, 2124, 'Johor Bahru, Johore', 'Why have euu become like that? Sigh , turn back soon ok . It''s not too late yet!'), (12320, 1399, 'Johore, Malaysia', 'Good stuff is wroth the waiting .'), (12321, 3279, 'Plentong, Johor Bahru', 'Jalan-jalan (@ KSL City Mall w/ 3 others) http://t.co/IZL7I78K'), (12322, 3280, 'Singapore', 'Check in'), (12323, 2653, 'Johore, Malaysia', 'Decrease by one. :('), (12324, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Yelah weh. Dia tgh frust mcm awk ckap smlm ehh Nadia? Ohhh yeke? Err'), (12325, 2423, 'Johor Bahru, Johore', '@JonathanJtjw 15months ley ! Where got so fast ! I going court on 22 march'), (12326, 2993, 'Johor Bahru, Johore', 'lunch out w @Gaayunice (@ Pizza Hut) http://t.co/9O2mgQ7Q'), (12327, 1634, 'Pulai, Johor Bahru', '@AzzaZuwany yang nih? http://t.co/CIzY8oqV'), (12328, 1399, 'Johore, Malaysia', 'Good things are worth waiting for .'), (12329, 1556, 'Singapore', 'It is kinda of loser to be a victim of same mistake, only at different timing.'), (12330, 3051, 'Johor Bahru, Johore', 'Jus had strawberries n tomatoes for my bf! N I m waiting to order Mac but overwhelming orders since 12.30'), (12331, 958, 'Johore, Malaysia', 'F*ck.. Damn regret...why i am so f*cking dumb...'), (12332, 3281, 'Tebrau, Johor Bahru', 'I don''t need any human contact right now. The only contact I need is between my body, my pillow and my bed'), (12333, 3282, 'Johor Bahru, Johore', 'I''m at Pasir Ris SRC Swimming Pool (Singapore) http://t.co/3QH9SaZy'), (12334, 2883, 'Plentong, Johor Bahru', 'jiah,, okelah kalo begitu RT @adityATNK Mau nunggu lu,lama banget,di ajakin futsal,cm gak bawa spatu gue,nanti lah kpn2 ksana lg gue RT'), (12335, 3283, 'Johore, Malaysia', 'I''m at Jack''s Place (Singapore) http://t.co/jm9oEDWs'), (12336, 3280, 'Singapore', 'Changi Airport'), (12337, 72, 'Johor Bahru, Johore', 'Shackkk! Ios 5.1 no jailbreak ver): must wait for new update. Sighh'), (12338, 632, 'Tebrau, Johor Bahru', '@Suhaidahmahmud asyik tweet sedih je~'), (12339, 2925, 'Johore, Malaysia', '#GirlsNameILike Benjamin :)'), (12340, 274, 'Johor Bahru, Johore', '@nxdz as in I have to come down but they didnt tell me when..'), (12341, 470, 'Singapore', '@GeraldGJR aww.. allrighty, jyjy for ur remaining semesters ! :D gambatte !'), (12342, 3284, 'Johor Bahru, Johore', 'I''m at KPool (Ang Mo Kio Branch) (Singapore, Singapore) http://t.co/d9us0FFW'), (12343, 2961, 'Johore, Malaysia', 'I''m at Tanjong Katong Complex (Singapore, Singapore) http://t.co/O7D2AhY5'), (12344, 2925, 'Johore, Malaysia', '#GamesIPlayedWhenIWasLittle don''t step on the lines of the square floor'), (12345, 1950, 'Johor Bahru, Johore', '@AnaFanna mee too!!!!'), (12346, 984, 'Johore, Malaysia', '@NuhOfficial condolences from my family bro ..'), (12347, 2312, 'Johor Bahru, Johore', 'Our sad lives.'), (12348, 2883, 'Plentong, Johor Bahru', '@eyyaeyye nggak, masuk jam 4 nanti :D'), (12349, 58, 'Malaysia', '@SodsaiiZ 5555 , เดี๊ยวถ้าเห็นสวยเดี๊ยวซื้อให้เคมั้ย ?'), (12350, 274, 'Johor Bahru, Johore', '@Jasmineyix yeah hah I reaching ite cck soon. Where you?'), (12351, 72, 'Johor Bahru, Johore', 'I need a drink!!!!'), (12352, 672, 'Johor Bahru, Johore', '@QurratuAini4 Nope (: . You ?'), (12353, 471, 'Johor Bahru, Johore', '#WhyImFatExcuses, because I keep eating and eating:)'), (12354, 3284, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/xEfA1iu9'), (12355, 1030, 'Johor Bahru, Johore', 'Hoodoo haha my acting so good look'), (12356, 2925, 'Johore, Malaysia', 'Eating #likethereisnotomorrow'), (12357, 3285, 'Johor Bahru, Johore', 'I''m at NE/CC Line: NE12/CC13 Serangoon http://t.co/El28eN6K'), (12358, 3249, 'Johore, Malaysia', 'i need a new pair of sandal!!!!!!!'), (12359, 2925, 'Johore, Malaysia', 'Drinking #likeaboss'), (12360, 984, 'Johore, Malaysia', '@Donnievf01 @MmaXerez no comprente!! Abla English??'), (12361, 3286, 'Johor Bahru, Johore', 'Good weather to mug! (: (@ Princesses'' Palace) http://t.co/PhQxFESE'), (12362, 2281, 'Johore, Malaysia', 'I''m at Nanyang Academy Of Fine Arts Campus 3 http://t.co/MjnYCeFs'), (12363, 2044, 'Riau, Indonesia', 'I''m at Lights, Camera, Action!™ Hosted by Steven Spielberg (Sentosa Island, Singapore) http://t.co/3qzuSuEv'), (12364, 3286, 'Johor Bahru, Johore', 'I''m at Woodlands Block 304 (S11) http://t.co/FuJRjFNO'), (12365, 2262, 'Malaysia', '@Fu_heartless ลงมาเลยอีก5นาทีเจอกัน'), (12366, 14, 'Johor Bahru, Johore', '#gottabecookieman'), (12367, 3286, 'Johor Bahru, Johore', 'I''m at S11 Food House (Blk 304) (Marsiling, SG) http://t.co/MU13Y1iI'), (12368, 3287, 'Johore, Malaysia', 'I''m at Marina Square (Singapore, Singapore) w/ 9 others http://t.co/5X4e6XQZ'), (12369, 3288, 'Tebrau, Johor Bahru', 'Good Morning...\nAku baru bangun tidur...'), (12370, 2925, 'Johore, Malaysia', '#BoysNameILike Benjamin :)'), (12371, 2576, 'Kota Tinggi, Johore', 'Mum gave birth to me at the wrong time . My sis is more like a bigger one.'), (12372, 3289, 'Johore, Malaysia', 'Spam dancing now at school. Haiz.'), (12373, 2253, 'Johor Bahru, Johore', '@KpopLoverRachel nvm cos is you solo work..'), (12374, 984, 'Johore, Malaysia', '@NuhOfficial no bro ... Cant take leave . Sorry man'), (12375, 2925, 'Johore, Malaysia', '#BoysNameILike suresh :)'), (12376, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi wallaweiiii... kemah adik kito... bulih gi jauh tuu.. patutla panda wat blog...'), (12377, 650, 'Malaysia', 'I''m at ครัวเชฟ (หาดใหญ่, จ.สงขลา) http://t.co/URBpiSQX'), (12378, 179, 'Johor Bahru, Johore', '@motorstig thanks man, anything you need?'), (12379, 3290, 'Johore, Malaysia', 'I''m at Pacnet (Singapore) http://t.co/wCTFdeQ0'), (12380, 3291, 'Johor Bahru, Johore', 'I''m at Paragon, orchard road http://t.co/T5S8Xz7c'), (12381, 2504, 'Johore, Malaysia', 'Great my phone is dying !'), (12382, 3292, 'Johor Bahru, Johore', 'Finally getting rid of all these textbooks and ten year series, hah! http://t.co/2Z9bpsk6'), (12383, 3036, 'Senai Kulai, Kulai Jaya', '@HasnidaHanizar got it . jp ea i hbeskan kje kt dpur ni jp'), (12384, 470, 'Singapore', '@TeeEffWhy @DoraNg let it running for the remaining 4 sems!'), (12385, 3253, 'Johor Bahru, Johore', 'I''m at Macdonald''s Punggol 21 Community Centre (Punggol Town, Punggol) http://t.co/AcjzvKEY'), (12386, 2954, 'Johore, Malaysia', '@adrenaaa school lol :('), (12387, 3293, 'Johor Bahru, Johore', 'I''m at Republic Polytechnic (RP) (Singapore, Singapore) w/ 3 others http://t.co/H1HKe2U0'), (12388, 1959, 'Johore, Malaysia', '@1DAmerica_x GOOD REVIEWS LOOL'), (12389, 3055, 'Johor Bahru, Johore', '@yanayeyOh come I treat you gong Cha.'), (12390, 103, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 8 others http://t.co/0RQktgNA'), (12391, 2865, 'Tebrau, Johor Bahru', 'Hurghh. Sgt tak menyeronokkan okay teman orang date -..-'), (12392, 973, 'Johor Bahru, Johore', '@WANTHENGYOU_111 HAHAHA.'), (12393, 1540, 'Johore, Malaysia', '@Iffattt ok'), (12394, 2925, 'Johore, Malaysia', '#mycrazyobsession with Ryeowook &lt;3'), (12395, 2576, 'Kota Tinggi, Johore', '&amp;quot;@yaasqre_tzlex: RT @ArzeanNadeerah: How can i not like you. You are so effing cute.&amp;quot;'), (12396, 3287, 'Johore, Malaysia', 'I''m at Seoul Garden (Singapore, Singapore) http://t.co/oZDBpp96'), (12397, 3294, 'Johore, Malaysia', 'going to do maths noww.'), (12398, 1964, 'Johore, Malaysia', 'Pretty lunch. @ Pasta Brava http://t.co/ha16G662'), (12399, 2653, 'Johore, Malaysia', '@IHEARTSUZY Okay. Bye will be back ltr. I will chat with you when I''m back.'), (12400, 3295, 'Johor Bahru, Johore', 'I''m at Pizza Hut (Singapore, Singapore) http://t.co/8xiIRiBA'), (12401, 1300, 'Johor Bahru, Johore', 'Done w/ my lunch'), (12402, 1264, 'Johore, Malaysia', 'Emoing with my music at #2Lclassouting LOL'), (12403, 115, 'Indonesia', 'kamu peramal ya? kq bisa nebak apa yg kulakukan?'), (12404, 3296, 'Johore, Malaysia', 'CCUP @ Komala Vilas Vegetarian Restaurant http://t.co/IYuiK02X'), (12405, 973, 'Johor Bahru, Johore', 'Memories sia this song. E-type - life'), (12406, 2793, 'Johore, Malaysia', 'Waah early in the morning my poor eyes has to see some motherfucking son a bitch face '), (12407, 2653, 'Johore, Malaysia', 'Bye. Be back ltr.'), (12408, 3297, 'Johore, Malaysia', 'I''m at The Awesomest Workdesk Ever!  (Singapore) http://t.co/8FUxyLtc'), (12409, 3249, 'Kota Tinggi, Johore', '@ResidingInsideU @ayutametchi @AdaAbd meet at jp k'), (12410, 3273, 'Johore, Malaysia', 'Haais , lazy wnt do alrd .'), (12411, 632, 'Tebrau, Johor Bahru', '@Suhaidahmahmud haha tak sedih lah Susue. Biasa je. LOL'), (12412, 3298, 'Johore, Malaysia', 'Jemput!!! With @matinromeo @ Geylang Serai http://t.co/FhOIHv0j'), (12413, 3299, 'Johore, Malaysia', 'This is now cold I am in the ofc! Btw, new grey lens!!! Love!! @ Katong Mall http://t.co/65Jtv6BT'), (12414, 1030, 'Johor Bahru, Johore', 'My acting Baik La'), (12415, 3300, 'Johor Bahru, Johore', 'At seal''s crib!! (@ Lakeside Area @ Home) http://t.co/Yf0O2pd9'), (12416, 3151, 'Tebrau, Johor Bahru', '@zulfahamnie datang rumah ;) lepas isyak ada bacaan yasin'), (12417, 2141, 'Johor Bahru, Johore', 'Kene lah tngu lgy, darie smlm. Hmm........'), (12418, 3301, 'Johor Bahru, Johore', 'Dancing the boys !!'), (12419, 2423, 'Johor Bahru, Johore', '@Tinylittlexz powerpuff girl ? Or winx club ? Honestly I love to watch when I was younger . Mojojojo .\nWinx club flora (Y) LOL !'), (12420, 1573, 'Johore, Malaysia', '@Jocy_sT yaa . Spartan here . :)'), (12421, 3302, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/0l0z50tv'), (12422, 2889, 'Johore, Malaysia', 'Wah. Cb, ): i cant rotate my picture...'), (12423, 3303, 'Johore, Malaysia', 'I''m at Marina Barrage (Singapore, Singapore) w/ 2 others http://t.co/0jQiNEhn'), (12424, 1500, 'Johor Bahru, Johore', 't2 staff canteen (@ Changi International Airport (SIN) w/ 8 others) [pic]: http://t.co/CA825UEc'), (12425, 876, 'Johor Bahru, Johore', '@sodaloverxc Hahah. Thank me la. Still blame me?'), (12426, 3245, 'Plentong, Johor Bahru', '@julieannerossid uik?kn khamis arini.i ingt u keje..huhu'), (12427, 3304, 'Johor Bahru, Johore', 'I''m at In Heaven. With Love &lt;3 http://t.co/QTvPcZEz'), (12428, 784, 'Johor Bahru, Johore', 'busy-ness in calm.. @ urban http://t.co/p2DUYsiM'), (12429, 672, 'Johor Bahru, Johore', '@QurratuAini4 So bored .. How''s your holidays ?'), (12430, 3305, 'Johore, Malaysia', 'Mad corinne bailey Rae fan!'), (12431, 210, 'Johore, Malaysia', 'Morning, Just woke up lolol'), (12432, 3306, 'Johore, Malaysia', 'I love him lah!!! Serious http://t.co/5967ncnf'), (12433, 3307, 'Johore, Malaysia', 'Hello, computer. &lt;3'), (12434, 3308, 'Johor Bahru, Johore', 'I am only one, but I am one. I cannot do everything, but I can do someth @ Bloodbank@Woodlands Civic Centre http://t.co/WDjTOHtD'), (12435, 3309, 'Johore, Malaysia', 'sushi love http://t.co/TA0eYFPJ'), (12436, 1662, 'Johor Bahru, Johore', 'I''m at On Bus 67! ^^ http://t.co/9xJ6ibfg'), (12437, 3310, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 15 others http://t.co/xoAqD4cQ'), (12438, 2928, 'Johore, Malaysia', 'Lunch! Mumum~ (at Long John Silver''s @ 313 Somerset) [pic] — http://t.co/ihsHHoEf'), (12439, 3225, 'Johor Bahru, Johore', 'Pressure, how long can I hang on?'), (12440, 2889, 'Johore, Malaysia', '@SiaoLiaoLah eat la xD if not i go macs for what! hahaha (:'), (12441, 3311, 'Plentong, Johor Bahru', 'Menyembunyi dan melewatkan tarikh pilihanraya kampus kepada bulan 9 adalah ibarat seorang Raja yang sangat takut kepada Sang Semut !'), (12442, 697, 'Johor Bahru, Johore', 'I''m at KPT @ 401 Hougang (Singapore, Singapore) http://t.co/qiBxS2Y0'), (12443, 440, 'Johor Bahru, Johore', '@ChoCoLOve_Nic o_O so guai, u go sch for art workshop right? &gt;&lt; this kind of thing also enthu &gt;_&lt;'), (12444, 3055, 'Johor Bahru, Johore', '@yanayeyOh lol menyampah but okay jugak haha! Price agak2 brape ah? Da lama tak minum!'), (12445, 2119, 'Johore, Malaysia', 'tracking where is my parcel.. http://t.co/5UCrbHir'), (12446, 1904, 'Johor Bahru, Johore', 'I''m at Golden Village (Singapore, Singapore) http://t.co/XGsBoQY8'), (12447, 632, 'Tebrau, Johor Bahru', 'I take millions of pictures and end up only having one that''s good for me.'), (12448, 3176, 'Riau, Indonesia', 'Kereennnnn..ga sia2 antri lamaa... (@ TRANSFORMERS The Ride: The Ultimate 3D Battle w/ 4 others) http://t.co/n4hsAENi'), (12449, 3312, 'Johore, Malaysia', '@babysuccubus @kickthatmo see that RT@willybeh new tongue twister "how much cock can a cockblock block if a cockblock could block cock."'), (12450, 3313, 'Johor Bahru, Johore', 'I''m at K F C http://t.co/EWHTM8Ur'), (12451, 3151, 'Tebrau, Johor Bahru', 'eleh kucing aku ni, meow meow ingat kenapa tah rupanya ajak anak dia main lari lari. apa do .__.'), (12452, 3242, 'Plentong, Johor Bahru', '@jonet_joanna ops , sikit pn xjelous lngsng .'), (12453, 3314, 'Johore, Malaysia', 'Feels so sick.'), (12454, 14, 'Johor Bahru, Johore', '#THECOOKIEMAN Lol'), (12455, 2423, 'Johor Bahru, Johore', '@Tinylittlexz what the hell is that !\nOh , and I love Tom&amp;jerry , cannot snatch also !'), (12456, 2548, 'Malaysia', '@aaaaaaaew ไม่ดราม่าแล้วเว้ยยยยย &gt;&lt; /'), (12457, 3313, 'Johor Bahru, Johore', 'I''m at KFC (Singapore) http://t.co/VpLzmkT9'), (12458, 1318, 'Johore, Malaysia', 'Anybody ordered "double" double meat in Subway before? Technically they should give you 4 portions of meat'), (12459, 3315, 'Johore, Malaysia', 'I''m at MacPherson MRT Station (CC10/DT26) (Singapore) w/ 2 others http://t.co/c4eeJ4pT'), (12460, 126, 'Tebrau, Johor Bahru', '#TeamMinatLeeMinHo :)'), (12461, 3313, 'Johor Bahru, Johore', 'I''m at Punggol Golf Range http://t.co/31U7GdMk'), (12462, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Ce bukak wall dia :'')'), (12463, 1396, 'Johore, Malaysia', 'SAP: Senior Solution Advisor ( #Singapore ) http://t.co/EPPf0KtQ #Sales #sap #sapjobs #Job #Jobs #TweetMyJobs'), (12464, 417, 'Johore, Malaysia', '@CsjmBELIEBER @josephinehong HAHAHAHAHHA ENCHANCER'), (12465, 3316, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza (Singapore, Singapore) w/ 6 others http://t.co/M8sy5EHl'), (12466, 1008, 'Johore, Malaysia', 'Mostlikely not going out today T.T oh well gotta study'), (12467, 2793, 'Johore, Malaysia', '@Smittenkiss where are you?'), (12468, 115, 'Indonesia', '@_Risdamaris @OaN_J #ngakakpuas dari semalam sampai pagi tadi.. kayaknya bakal bersambung nih jd simpan stok dolooo...'), (12469, 1748, 'Pulai, Johor Bahru', 'I''m at Homeyyy (Johor Bahru, Johor) http://t.co/vvl0Vrwd'), (12470, 1184, 'Johore, Malaysia', 'I''m at ITE College East , B06-07 (Singapore, Singapore) http://t.co/7FfhJlCL'), (12471, 3317, 'Johor Bahru, Johore', 'I''m at IKEA (Singapore, Singapore) w/ 3 others http://t.co/nnsb8eaQ'), (12472, 2944, 'Pulai, Johor Bahru', '@asyraffrosli esok kau bawak kereta ke? Kalau bawak amik aku la'), (12473, 608, 'Malaysia', 'I''m at กันเอง http://t.co/9kicbftz'), (12474, 3318, 'Johore, Malaysia', '@musika828: 2 days off is over. Back to reality tomorrow. #Whendoiwinthelottery -- pangarap ko din itey teh wahhhh!!!'), (12475, 2504, 'Johore, Malaysia', 'Always like that ;(((('), (12476, 1980, 'Johore, Malaysia', 'I''m at The Plaza (Singapore) http://t.co/VSNxWX2Q'), (12477, 973, 'Johor Bahru, Johore', 'Just a lil late.'), (12478, 462, 'Johore, Malaysia', 'y da fuq does it says that I''m in Johore??!'), (12479, 755, 'Johore, Malaysia', 'Train disruption between Dhoby Ghaut and Harbour Front. Sad.'), (12480, 399, 'Johore, Malaysia', '@BrynerTan Damn pissed off with attention seeking whores.'), (12481, 3319, 'Johore, Malaysia', 'God , help me !'), (12482, 3151, 'Tebrau, Johor Bahru', '@zulfahamnie ahahaha ada choc cheese cupcakes dgn oreo cupcakes ;)'), (12483, 1570, 'Plentong, Johor Bahru', 'gua leader pasang line kat sini (@ Ryosindoh Manufacturing) http://t.co/EgrlfTzW'), (12484, 1556, 'Singapore', '@LoveRasul @SyafiqAstro @MuhdFirman 4 lonely boys http://t.co/xH3mvQTv'), (12485, 1940, 'Johor Bahru, Johore', 'Lunch with lovelies. ^^ (@ Koufu Foodcourt) http://t.co/EVKFpY8V'), (12486, 3273, 'Johore, Malaysia', 'Eheh , dher ni sure tk sure skate kat blok rumah aku .'), (12487, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi haaa tudio... hokni hok kito nok denga... bagus2 dik. i like... tp.. bilo abih ngaji tuu'), (12488, 2065, 'Pulai, Johor Bahru', '@ShakillaKhoriri aik..ni tweet smalam ni..dah expired pun,syg kalau org berbakat xada lagi hahaha..xpe pasni doa baik2 aje..'), (12489, 138, 'Plentong, Johor Bahru', '#np se7en - when I can''t sing again :)'), (12490, 3320, 'Johore, Malaysia', 'Yummy cranberry chicken and potato. Cedele serves healthy and nutritious food! # @ Cedele @ Wheelock Place http://t.co/ch88ds26'), (12491, 3321, 'Johor Bahru, Johore', 'I''m at Bishan MRT Interchange (NS17/CC15) (Singapore, Singapore) w/ 2 others http://t.co/DnFVTHB6'), (12492, 3322, 'Johore, Malaysia', 'I''m at Bus Stop 21581 (Blk 65) (Taman Jurong, Singapore) http://t.co/OMqk9u46'), (12493, 247, 'Johor Bahru, Johore', '@_fatinatiqa @izzat18azim xdengar2 hahaha'), (12494, 973, 'Johor Bahru, Johore', 'What a cruel world.'), (12495, 931, 'Johor Bahru, Johore', '@MansoorAdabi sure'), (12496, 3323, 'Johor Bahru, Johore', '@bigboss8888 that''s my old old hobby'), (12497, 3307, 'Johore, Malaysia', '@brendafizzy rofl, its okay. sleep late, late wake up. :D'), (12498, 1980, 'Johore, Malaysia', 'I''m at Revive Wellness @ The Plaza http://t.co/wj6O3KYH'), (12499, 3324, 'Johor Bahru, Johore', 'I''m at IKEA (Singapore, Singapore) w/ 4 others http://t.co/cJRmYTfE'), (12500, 3325, 'Malaysia', '@naridomon @zaleex พุ่งนี้เค้าไปหาดใหญ่แล้วน่ะ @naridomon ไปด้วยกันม่ะ'), (12501, 3326, 'Johor Bahru, Johore', 'Weeeeee , simsimi ishhhh so fun ! :)'), (12502, 3252, 'Johor Bahru, Johore', 'I''m at Food Republic (Singapore, Singapore) http://t.co/1FW7Qk1F'), (12503, 3327, 'Plentong, Johor Bahru', 'Tggu tukar wire guitar -______-'), (12504, 1721, 'Johore, Malaysia', 'Must stop eating chicken rice for lunch'), (12505, 1008, 'Johore, Malaysia', '@Hearttttbreaker hehe, just feel like very unlucky. Cos early in the morning ma.'), (12506, 138, 'Plentong, Johor Bahru', '@HanzDorner ehhh tadi bangun cmne pakcik?? Jumpe I tak kat dlm mimpi.haha'), (12507, 3095, 'Johore, Malaysia', '@kitkat_2002 oo kahapon pa tanghali ulit kain ko..uwi ng halos madaling araw..pasok di makabreakfast sa busy haha...buhay.....'), (12508, 1502, 'Singapore', 'ermm steel rods..'), (12509, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Ok ;D'), (12510, 3328, 'Johor Bahru, Johore', 'I''m at Yew Tee MRT Station (NS5) (Singapore, Singapore) http://t.co/VgTQxHUZ'), (12511, 2286, 'Johore, Malaysia', 'Football! &lt;3 (@ Football &amp; Futsal @ St. Wilfrid Sports Complex) http://t.co/VDZWnP9b'), (12512, 973, 'Johor Bahru, Johore', 'The human brain is fucked.'), (12513, 3329, 'Johor Bahru, Johore', 'Signin off. (@ Sengkang ClubFITT Gym) http://t.co/z77AiXPc'), (12514, 210, 'Johore, Malaysia', 'Eh I 2 plus then sleep ok!! “@SMEXYDOPES: @mirikuku likeapig #joanneteo"'), (12515, 1030, 'Johor Bahru, Johore', 'I love my Dick :-)'), (12516, 3330, 'Johore, Malaysia', 'I''m at Manjusri Secondary School (Kampong Ubi, Singapore) http://t.co/YtWim0Ka'), (12517, 2889, 'Johore, Malaysia', '@SiaoLiaoLah (:'), (12518, 3331, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 16 others http://t.co/sZYUxqOh'), (12519, 3319, 'Johore, Malaysia', 'Help get rid of him from my life . (Not from the world) he''s a lunatic !"'), (12520, 1984, 'Plentong, Johor Bahru', 'lunchios. (@ Kebayan Pusat Bandar) http://t.co/n1AhMgSg'), (12521, 3273, 'Johore, Malaysia', '@DaBossIzMe @DrewBieber2256 Haha ! :pp'), (12522, 2944, 'Pulai, Johor Bahru', '@ShafinazIzhar blackshot?'), (12523, 1404, 'Johore, Malaysia', 'Let''s get the party started !'), (12524, 931, 'Johor Bahru, Johore', '@MansoorAdabi gosh i done that'), (12525, 429, 'Malaysia', '@Boo139 เด่วถ่ายรูปให้ดูนะ อิอิ'), (12526, 2903, 'Johore, Malaysia', 'He got me so high no i dont mind .'), (12527, 1912, 'Johor Bahru, Johore', 'Dearest friends, we need some help Alpha testing the RadiusEvents system! Please le @ NTU Innovation Centre http://t.co/6VlifvJN'), (12528, 2397, 'Johore, Malaysia', 'Now watching season 5'), (12529, 632, 'Tebrau, Johor Bahru', '@Suhaidahmahmud haha awak dah active BIS? Lama tak whatsapp. Awak sombong :('), (12530, 3332, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 20 others http://t.co/VD7W0NbG'), (12531, 1973, 'Johor Bahru, Johore', 'I''m at General Office @ West Spring Secondary School (Singapore) http://t.co/msY1goG5'), (12532, 3333, 'Johore, Malaysia', 'I''m at the other end of Singapore ✌'), (12533, 931, 'Johor Bahru, Johore', '@MansoorAdabi yah so true'), (12534, 666, 'Malaysia', 'I''m at Office-B4S (หาดใหญ่,สงขลา, อนุสรณ์อาจารย์ทอง) http://t.co/6e9jIfBI'), (12535, 2423, 'Johor Bahru, Johore', '@Tinylittlexz you watch pontiyana ~'), (12536, 1738, 'Senai Kulai, Kulai Jaya', 'I''m at Kolej Tun Husseinn Onn w/ @firdaushahidan http://t.co/OcXiA68c'), (12537, 2889, 'Johore, Malaysia', '"@Ithinkthatway: That annoying feeling when your dying to talk to someone, but you refuse to text them first..."'), (12538, 3334, 'Johor Bahru, Johore', '@Alibrabrachongg okayokay, den you go work you go work .'), (12539, 2925, 'Johore, Malaysia', '@Retwittings spongebob squarepants!! :)'), (12540, 1935, 'Plentong, Johor Bahru', '@FarahFee Im back :-)'), (12541, 247, 'Johor Bahru, Johore', 'petang ni lawan k9-k10..cuak seyh!'), (12542, 1820, 'Johore, Malaysia', '@iamqiqi20 yup. tpy tak berapa terang &gt;&lt; angin kuaatt tadi. Btw, tunggu saya upload dulu. loading lambat &gt;&lt;'), (12543, 470, 'Singapore', '@GeraldGJR btw whats ur gpa?'), (12544, 3149, 'Johor Bahru, Johore', '@HotlinkYC how to reactivate hotlink online A/C?'), (12545, 277, 'Johor Bahru, Johore', 'I''m at Junction 8 Shopping Centre (Singapore) w/ 9 others http://t.co/qAOXykur'), (12546, 931, 'Johor Bahru, Johore', '@MansoorAdabi i never do that'), (12547, 398, 'Johor Bahru, Johore', '@AloysiusWng i got a feeling u will be the first one to buy also'), (12548, 13, 'Johore, Malaysia', '@JINFENN LOL . The dino laugh at euuuu ;x'), (12549, 2548, 'Malaysia', '@aaaaaaaew ไอบ้าาาาา ; p'), (12550, 2972, 'Johore, Malaysia', 'RT “@JoyceMeyer: Trying to walk in faith without love is like having a flashlight with no battery.”'), (12551, 3270, 'Plentong, Johor Bahru', '@henrylabz I think to do rodeo swarm is best do at Austin convention center during late morning Austin time'), (12552, 3333, 'Johore, Malaysia', 'Pokai.'), (12553, 3335, 'Johor Bahru, Johore', 'Waiting for a bus~ (@ bus stop 63369) http://t.co/yZOBQd4n'), (12554, 1118, 'Johor Bahru, Johore', 'Yg tu pny imo *atut RT @aniasrani: RT @Emisaputri: udah di tangkep ma yg ini -----&gt; @YuliaYudhani mana Magnum. .dicari cari kok gak da."'), (12555, 3336, 'Tebrau, Johor Bahru', 'tadi dah lunch da (@ Foodmart @mart) http://t.co/wueZlUVG'), (12556, 2889, 'Johore, Malaysia', '@SiaoLiaoLah that dp cant rotate mah. haha.'), (12557, 2651, 'Johor Bahru, Johore', 'Going back to CCK alone :('), (12558, 931, 'Johor Bahru, Johore', '@fcukitbitchful to what???'), (12559, 3337, 'Johore, Malaysia', 'I''m at nydc (Singapore, Singapore) w/ 2 others http://t.co/peChM3jG'), (12560, 3338, 'Johor Bahru, Johore', 'MOE career talk. (at hss seminar room 6) — http://t.co/a4EtjHdZ'), (12561, 429, 'Malaysia', '@Boo139 ยั่วน้ำลายไง'), (12562, 1752, 'Johor Bahru, Johore', 'Lunching (@ ITE College West w/ 11 others) http://t.co/oKqnX8b7'), (12563, 2304, 'Johore, Malaysia', '@thebongette of course I liked it! Two of my favourite cities! Sigh! N Ali zafar.'), (12564, 2925, 'Johore, Malaysia', 'His big eyes ; so freaking cute &lt;3'), (12565, 3055, 'Johor Bahru, Johore', '@yanayeyOh should be haha go eat LJS sudah.'), (12566, 3339, 'Tanjong Kupang, Johor Bahru', 'I''m at Malaysia/ Singapore Immigration Check Point http://t.co/ec8Zejh8'), (12567, 138, 'Plentong, Johor Bahru', 'Xd plak lagu diandara untitled.baru nak dwld -_-"'), (12568, 3340, 'Johore, Malaysia', 'I would love to go to Radiohead. Anyone lovely enough to buy me tickets? Hewhewhew.'), (12569, 471, 'Johor Bahru, Johore', 'I can''t wait to go Malaysia, on sunday!'), (12570, 55, 'Johor Bahru, Johore', '^^ RT @ThatBucketList: #75. Before I die, I would like to have a pet monkey.'), (12571, 1399, 'Johore, Malaysia', 'Looking at pictures is much more interesting than looking at the real person .'), (12572, 429, 'Malaysia', '@Boo139 555'), (12573, 3247, 'Johore, Malaysia', '#ok'), (12574, 1118, 'Johor Bahru, Johore', 'RT @kata2bijak: Jangan iri atas kesuksesan orang lain, ketahuilah bahwa mereka berada di sana karena tekad dan kerja keras."'), (12575, 868, 'Johore, Malaysia', 'Comfort food after a bad bad morning! http://t.co/1opOxsMX'), (12576, 126, 'Tebrau, Johor Bahru', '@SweetEkaA @MHDFaizul aku da dlete.Puas hati?Aku bwk body guard TIJB baru thu tade la smpi kne dlete2 gamba sbb die tak famous mcm korg BOO!'), (12577, 1820, 'Johore, Malaysia', 'hey @bismakarisma ! see you soon . Btw, GWS ya :'')'), (12578, 3336, 'Tebrau, Johor Bahru', 'lepak kedai cousin sahaja.. (@ GETS Gallery @ @Mart Kempas) http://t.co/7YkKmn9O'), (12579, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at Fakulti Sains Komputer &amp; Sistem Maklumat, Universiti Teknologi Malaysia (Johor Bahru, Johor) http://t.co/gSWtrGer'), (12580, 2995, 'Johore, Malaysia', 'I just ousted Weiyan C. as the mayor of 994 JTC Bendemeer on @foursquare! http://t.co/15M8zVDJ'), (12581, 2995, 'Johore, Malaysia', 'I''m at 994 JTC Bendemeer (Singapore, Singapore) http://t.co/rjwZ8605'), (12582, 3151, 'Tebrau, Johor Bahru', 'kakak Aqish seharusnya tukar Fracturado kepada Milo! Nama Milo tu comel tau *~*'), (12583, 3341, 'Johore, Malaysia', 'Finish jamming (@ Food Junction w/ 2 others) http://t.co/qxWPsivI'), (12584, 398, 'Johor Bahru, Johore', '@ShazTen asal nie.... Hahaha u near me house...'), (12585, 2002, 'Johore, Malaysia', 'Drama''13 lunch :D (@ McDonald''s) http://t.co/YYHcp3SV'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (12586, 1007, 'Johor Bahru, Johore', 'I''m at St. Hilda''s Secondary School (Singapore) http://t.co/3r7MQvjz'), (12587, 342, 'Johore, Malaysia', '@klarycelim yup!you?(;'), (12588, 3077, 'Johor Bahru, Johore', 'I just ousted Coco M. as the mayor of Kopi Seletar @ Greenwich V on @foursquare! http://t.co/GjZ4ssAQ'), (12589, 492, 'Johor Bahru, Johore', 'I don''t know why this blank feeling is always in me'), (12590, 3340, 'Johore, Malaysia', 'My geotag says I''m in Johore. I''m not. :''( #firstworldpains'), (12591, 2889, 'Johore, Malaysia', '"@GirlsLibrary: A little jealousy in a relationship is healthy, it''s nice to know someone''s afraid to lose you..."'), (12592, 2390, 'Johore, Malaysia', '@brokenyeul who let the dog out??? Wkwkwkw'), (12593, 3342, 'Plentong, Johor Bahru', '@Efan_Eos thanks follow me,,,'), (12594, 2925, 'Johore, Malaysia', 'They stare at me and ONLY me all the time &lt;3'), (12595, 2635, 'Johor Bahru, Johore', '@hooray_4_scott knn, Y YOUR CAMP FOOD SO NICE?!'), (12596, 2857, 'Johore, Malaysia', 'Y u stalk meh ?'), (12597, 3270, 'Plentong, Johor Bahru', '@tamtomo2 @henrylabz @isaackenny @mohdmurtadha @hidekawano gotta wait till weekend for more MLS badges =)'), (12598, 247, 'Johor Bahru, Johore', '@izzat18azim hahaha mane boleh ohh,xtaw ag sape menang,kita tgk dulu hahahah'), (12599, 247, 'Johor Bahru, Johore', '@seliparbiru301 thank you dear :)'), (12600, 1634, 'Pulai, Johor Bahru', '@qahismail weee. Lama tak nampak kauu.'), (12601, 2889, 'Johore, Malaysia', '"@wastedbulletsx: RT @Keekeezxc RT @NaomiNeo_: I love those people that I can just go silent with and yet nobody feels awkward at all."'), (12602, 2390, 'Johore, Malaysia', '@brokenyeul ok la still acceptable hahaha'), (12603, 287, 'Plentong, Johor Bahru', '@royyDM dik!'), (12604, 3343, 'Johor Bahru, Johore', '@StevenJayJay Nice guys have a famil'), (12605, 1502, 'Singapore', 'df after i saw the #NationalOreoDay trend, i wanna eat oreoooooo'), (12606, 3344, 'Johor Bahru, Johore', 'Timeless Love! (@ Shaw Theater 3 @ Lot 1 Shoppers Mall) http://t.co/Vfjju0Qq'), (12607, 2548, 'Malaysia', '@aaaaaaaew จุ้บบบบบ .'), (12608, 3345, 'Johor Bahru, Johore', 'I''m at Fish And More (Singapore) http://t.co/7MYtYJ0K'), (12609, 3346, 'Johor Bahru, Johore', 'I''m at Bangkit LRT Station (BP9) (Singapore, Singapore) http://t.co/R70YcoUx'), (12610, 957, 'Singapore', '@itsmedyeyn hi gorgeous! ^_^'), (12611, 1590, 'Johore, Malaysia', 'Last day with CHE and Lunch time w/ our classmates n my mentor http://t.co/ycOmk9oB'), (12612, 3347, 'Johore, Malaysia', 'I''m at Paya Lebar MRT Interchange (EW8/CC9) (Singapore, Singapore) w/ 3 others http://t.co/AC9Drhry'), (12613, 3348, 'Johore, Malaysia', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore) http://t.co/uMnkdIT9'), (12614, 2889, 'Johore, Malaysia', '@Boon_Juin awhhhhhh. HAHAHAHA.'), (12615, 1465, 'Johor Bahru, Johore', 'I''m at West Spring Secondary School (Singapore) http://t.co/mPonz3LG'), (12616, 3336, 'Tebrau, Johor Bahru', 'check in awal2 (@ Ambank Bandar Baru Uda) http://t.co/ECEvVE0v'), (12617, 471, 'Kota Tinggi, Johore', 'Singapore #likeabored only.'), (12618, 2498, 'Johore, Malaysia', '@qing_yap like ________'), (12619, 2925, 'Johore, Malaysia', '#MyLifeAsABarbie sucks...'), (12620, 3349, 'Johore, Malaysia', '@Orchard rd... siap-siap ke SunGard http://t.co/f4ZuaHD8'), (12621, 3350, 'Johore, Malaysia', 'Working seen 5am, Just squatted down and my boxer tear!!! And I will only be ending work at about 6pm. #so cooling \nLol.'), (12622, 3351, 'Johor Bahru, Johore', 'I''m at Loyang Point (Singapore, Singapore) http://t.co/mERdSV6c'), (12623, 1770, 'Johor Bahru, Johore', 'art room'), (12624, 1918, 'Johore, Malaysia', 'Wkwkk, d tampines ruma sapa hu? RT @PChristiany: Geli lu huu ! RT @AndriHuu: Wakakakaa bacodd !! Sing people gwRT... http://t.co/LCQjCRn9'), (12625, 1465, 'Johor Bahru, Johore', 'I''m at Wsss Art Room http://t.co/CKeCblRf'), (12626, 2889, 'Johore, Malaysia', '@SiaoLiaoLah ik! (:'), (12627, 280, 'Johor Bahru, Johore', '@MICHELLESYX ^.&lt;&gt;.^'), (12628, 3350, 'Johore, Malaysia', '@yiqinling you will pass!'), (12629, 2181, 'Plentong, Johor Bahru', 'I''m on boat (@ The Zon Ferry Terminal ( Stulang Laut ) w/ 2 others) http://t.co/ZQa6uRvl'), (12630, 2065, 'Pulai, Johor Bahru', '@NazurahMN oreo crush vanilla pun ngam gak..baru meleleh..hahaha,adoi nk kuar g beli la'), (12631, 115, 'Indonesia', '@TonyRichesZ baru selesai jadi buruh bangunan ya??'), (12632, 2635, 'Johor Bahru, Johore', 'Hey I just met you,and this is crazy but here''s my n- SHUT THE FUCK UP BEFORE I EAT U.'), (12633, 3352, 'Johor Bahru, Johore', 'At KTPH, getting my weekly foot check up. http://t.co/h2MbpCYh'), (12634, 2119, 'Johore, Malaysia', 'yeayy,.!!my parcel already at JB.. :) :) :)'), (12635, 1918, 'Johore, Malaysia', '@PChristiany hahaha, wktu itu kemari tnggal dmanaa?'), (12636, 3342, 'Plentong, Johor Bahru', 'huhuhu demam tak suka nya,,,macam tak larat jek,,,'), (12637, 3350, 'Johore, Malaysia', '@SherylCPL good??'), (12638, 3353, 'Johore, Malaysia', 'With @HuiNingg @ELoVeJayChou @tiMEx2 @PerryChuaa and Eddie (@ Ssikkek BBQ) http://t.co/x2XTqqpH'), (12639, 2925, 'Johore, Malaysia', '#DontCallMeIf u want to use me then throw me away'), (12640, 2889, 'Johore, Malaysia', '@SiaoLiaoLah going to chage that to my fb dp. (:'), (12641, 1685, 'Johore, Malaysia', 'Pikaaachhhhuuuuuu!!! ⚡⚡⚡'), (12642, 2949, 'Plentong, Johor Bahru', '@SuhailyHasni hahaa . u tak keluar ?'), (12643, 3354, 'Johore, Malaysia', 'http://t.co/6zQEfCAr fake airplanes are kerashing down, right here'), (12644, 2889, 'Johore, Malaysia', '@SiaoLiaoLah change *'), (12645, 3355, 'Johor Bahru, Johore', 'Really nice ambience :) (@ The Coastal Settlement) [pic]: http://t.co/CjcFnYNK'), (12646, 2419, 'Johore, Malaysia', 'I''m at Astons Express http://t.co/PaQ2hogX'), (12647, 3356, 'Tebrau, Johor Bahru', 'Searching for new jacket... (@ Jusco AEON Tebrau City) http://t.co/W2baq9wO'), (12648, 3342, 'Plentong, Johor Bahru', 'result da nak keluar,,takutnya,,,'), (12649, 3354, 'Johore, Malaysia', '@toyoriginal aiyah all that cher fault lurh'), (12650, 3357, 'Johor Bahru, Johore', 'c: (@ Blk540 Serangoon North Ave 4) http://t.co/JFzmNkIZ'), (12651, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 ehh betoyy aaa ! hahaha'), (12652, 287, 'Plentong, Johor Bahru', '@ahmadsyauqiPO eh.. Ni rasanya belum ade dalam list dinda... Ce tengok kat page..'), (12653, 1013, 'Johor Bahru, Johore', 'I''m at School of Engineering @ ITE College West w/ 2 others http://t.co/4J3uxQVE'), (12654, 398, 'Johor Bahru, Johore', 'I don''t know what to do or to say!!!!!'), (12655, 3336, 'Plentong, Johor Bahru', 'check in awal2 gak.. LOL (@ Courts Megastore JB) http://t.co/nY6bSiKT'), (12656, 3358, 'Johore, Malaysia', '@leycialy unfortunately, I''m not at ur sch. What do u need help in tho?'), (12657, 3359, 'Johor Bahru, Johore', '@Dr_Yuki wanna go out watch movie???'), (12658, 868, 'Johore, Malaysia', '“@BNPPARIBASOPEN: #Federer beats Bellucci 36 63 64. #BNPPO12” I was so worried! He was showing so much more consistency previously...'), (12659, 196, 'Johor Bahru, Johore', '@Jimmykhai crazy!'), (12660, 492, 'Johor Bahru, Johore', 'These thoughts in my head.. It''s turning to my feelings'), (12661, 2142, 'Johor Bahru, Johore', '@KimSungKEY oh. Okay. ^^'), (12662, 2631, 'Malaysia', 'Ikhlasin aja yaa de ini udh pake bb lg kan (⌣́_⌣̀)\\(''́⌣''̀ ) RT @Dheaa_11: @sharacheera hehe iya DM aja kak hehe gak tau hilangnya dimana :('), (12663, 1143, 'Johor Bahru, Johore', '@iamADATAN HAHA COOL. WEIPIN DAMN STALKER. SCARY'), (12664, 2889, 'Johore, Malaysia', '@Rynwcz_ take care xD !'), (12665, 1770, 'Johor Bahru, Johore', 'takder pape nak buat'), (12666, 2925, 'Johore, Malaysia', '#WhenYouDont frown, u look handsome &lt;3'), (12667, 3360, 'Johor Bahru, Johore', '@AsyrafPanda ok go !'), (12668, 115, 'Indonesia', 'me 2.. RT @pauldepe When I watch a romantic movie, suddenly want to say "I really love you"'), (12669, 2142, 'Johor Bahru, Johore', '@njyjcy unnie!'), (12670, 3361, 'Plentong, Johor Bahru', 'I''m at Nasi Arab http://t.co/0WOtzWIz'), (12671, 2578, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 10 others http://t.co/8o54r94m'), (12672, 58, 'Malaysia', 'จากที่ไม่ชอบก็กลายเป็นใช่กลายเ­ป็นคำตอบของใจฉัน'), (12673, 3362, 'Johor Bahru, Johore', 'I''m at Lot 1 Food Alley http://t.co/E1AJL9eb'), (12674, 672, 'Johor Bahru, Johore', '@QurratuAini4 Ok (:'), (12675, 1530, 'Johore, Malaysia', '@uggene ^^ going anywhere today?'), (12676, 3183, 'Johor Bahru, Johore', '@chengmunnn woah oh e sch health check issit oo.'), (12677, 2925, 'Johore, Malaysia', '#IDontHaveTimeFor ppl who use me then throw me away'), (12678, 3354, 'Johore, Malaysia', 'anyone believe in reincrnation here?O.O im watching a movie on that.LOL'), (12679, 1210, 'Johore, Malaysia', 'More blue sky. :-) http://t.co/TNM5u5kr'), (12680, 1183, 'Johore, Malaysia', 'Lunch time! (@ Dôme) http://t.co/pRj5XwFP'), (12681, 1163, 'Johore, Malaysia', 'I have no idea what to check.. First time doing such kind of enquiry. Time to upgrade my knowledge =)'), (12682, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi oloh... nok abih doh... addeiii... nok jerrit waser...'), (12683, 325, 'Johor Bahru, Johore', 'I''m at Facebook''s HQ (Hq) http://t.co/tBVL30qW'), (12684, 2065, 'Pulai, Johor Bahru', '@hahazaahir hahaha..nasib baik ko kata hidung jawa ada nilai komersial,klu xhilang kewarasan aku nk hidung mancung mcm ko dgn @ZamerZahran'), (12685, 2949, 'Plentong, Johor Bahru', 'Takpernah aku mimpi aku jumpa perempuan ni . tibe2 harini aku mimpi aku jumpa dia =.='''), (12686, 3362, 'Johor Bahru, Johore', 'I''m at Food Junction (Singapore) http://t.co/QpZzsIaD'), (12687, 3363, 'Johor Bahru, Johore', 'Boooo.. (@ Bedok Reservoir Park Forest Adventure) http://t.co/8S7IUo2v'), (12688, 325, 'Johor Bahru, Johore', 'I''m at Fair Price @ EastPoint Mall http://t.co/FvFI3263'), (12689, 364, 'Johor Bahru, Johore', '@kayenleongkaien IM AWAKE !'), (12690, 196, 'Johore, Malaysia', '@Evolruoyemllet_ likea rich girl lor.'), (12691, 3354, 'Johore, Malaysia', ':D http://t.co/soNPk4LC'), (12692, 3364, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 12 others http://t.co/fwvoajKd'), (12693, 325, 'Johor Bahru, Johore', 'I''m at Fitness Corner @ Blk 154 Simei St 3 (Singapore) http://t.co/dLWQjMmY'), (12694, 2889, 'Johore, Malaysia', '@SMEXYDOPES never buy for me? );'), (12695, 2894, 'Malaysia', 'เทอมหน้า กูขอ 3.5 นะ อาจารย์คณิต 55555'), (12696, 2635, 'Johor Bahru, Johore', 'I had fucking nice ABS in the morning. Now? It''s all gone. Why? I ATE LUNCH. FML.'), (12697, 632, 'Tebrau, Johor Bahru', '@DaengHazimah okay see you later!'), (12698, 492, 'Johor Bahru, Johore', 'I was so different back then..'), (12699, 878, 'Riau, Indonesia', 'Silosoh beach http://t.co/ZjjZDHX7'), (12700, 210, 'Johore, Malaysia', '@SMEXYDOPES no leh. she wake up\nV early one LOL'), (12701, 138, 'Plentong, Johor Bahru', '#HowToKeepARelationship,hey nothing u can do if u are really takde jodoh.kan,kan,kan'), (12702, 2925, 'Johore, Malaysia', '#LiesIveToldMyParents I checking the dictionary! (but actually I tweeting) :P'), (12703, 2578, 'Johore, Malaysia', 'I''m at Paper Market (Singapore, Singapore) http://t.co/s9jmkis1'), (12704, 3183, 'Johor Bahru, Johore', '@007katerine yea go retake complete that mod! Why fail?! Don''t think f expulsion pls.. Else you only left with o lvls cert :/'), (12705, 1860, 'Johore, Malaysia', 'Finally using lappy!'), (12706, 3359, 'Johor Bahru, Johore', '@Ryo1806 @dr_yuki lazy. Skali she concuss slp on her mother bed again. LOL.'), (12707, 738, 'Johor Bahru, Johore', '@Showofpop Chey!!!!!'), (12708, 3151, 'Tebrau, Johor Bahru', 'Happy #NationalOreoDay @SolehahAbdul ;D'), (12709, 2250, 'Johor Bahru, Johore', 'Lunchie :) (@ Liv2eat) http://t.co/SzPPumJF'), (12710, 484, 'Singapore', 'Tell Bernanke what you think directly. The @federalreserve joined Twitter today'), (12711, 196, 'Johore, Malaysia', '@Jimmykhai you!'), (12712, 2631, 'Malaysia', 'RT @Kimdhevie91: [News/Photo] Minzy 2NE1 Terlihat Seperti Karakter Animasi: Minzy 2NE1 menarik perhatian publik dengan kecantikan... http'), (12713, 3365, 'Johore, Malaysia', 'The illustrious panel Fredrik Härén, Olivier Carnohan, So-Young Kang, Chandran Nair &amp; Partick Fok at #OgilvyDO debates http://t.co/5CQTzdFB'), (12714, 505, 'Johore, Malaysia', 'I dun believe tt u r tt "Heng" la hor.. Of all ppl only you..'), (12715, 3273, 'Johore, Malaysia', 'RT " @anatasyazz Its already thursday. Satu hw pon blom pegang :p "'), (12716, 3253, 'Johor Bahru, Johore', 'I''m at Coral Edge LRT Station (PE3) (Singapore) http://t.co/zcopsoiH'), (12717, 3366, 'Johore, Malaysia', 'Why must school be so fucking boring?? -.-'), (12718, 3367, 'Johor Bahru, Johore', 'I''m at Oh Yeah http://t.co/8xfctFJ7'), (12719, 470, 'Singapore', '@GeraldGJR omgg!! if only my gpa was some where round there hahahs..'), (12720, 632, 'Tebrau, Johor Bahru', '@Suhaidahmahmud hahaha busy macam anak menteri ah awak ni!!'), (12721, 1163, 'Johore, Malaysia', 'Faster want to go home and study SS. Sorry cannot join bowling today!'), (12722, 2119, 'Johore, Malaysia', 'http://t.co/G2dDe3gs'), (12723, 1520, 'Johore, Malaysia', '@ryanbigg Sorry your journey was more annoying farce than cartoon!'), (12724, 3368, 'Johor Bahru, Johore', 'Mom&amp;Daughter; Thursday. @ Tampines MRT Station (EW2/DT32) http://t.co/ri8oWo2G'), (12725, 1770, 'Johor Bahru, Johore', 'art n- level halfway done'), (12726, 3354, 'Johore, Malaysia', 'is your monkey as cute as mine? http://t.co/Fwuzk328'), (12727, 247, 'Johor Bahru, Johore', 'Ya Allah,permudahkan urusan kami pada petang ini ya tuhanku'), (12728, 3273, 'Johore, Malaysia', '@anatasyazz Haha ! Same !'), (12729, 2306, 'Johore, Malaysia', 'My throat swelling and pain. Hate it'), (12730, 181, 'Johore, Malaysia', 'Kul 2pm kene gi expo sane... Apa lagi chui ite simei nye chix laaa'), (12731, 2504, 'Johore, Malaysia', 'Thank god I "found" you !'), (12732, 2889, 'Johore, Malaysia', '@SiaoLiaoLah haha xD'), (12733, 2548, 'Malaysia', '@aaaaaaaew คิดถึงด้วยยย -o-'), (12734, 3354, 'Johore, Malaysia', 'i find people too nice, r fake.'), (12735, 3367, 'Johor Bahru, Johore', 'I just became the mayor of Die Liao on @foursquare! http://t.co/D63UmMTh'), (12736, 3367, 'Johor Bahru, Johore', 'I''m at Die Liao http://t.co/hYTd0XY1'), (12737, 2739, 'Pulai, Johor Bahru', 'I''m at bukit indah 2 http://t.co/PmOMkZpX'), (12738, 3369, 'Johor Bahru, Johore', 'I''m at Hougang Ave 10 Puggol Park http://t.co/LVnSSRve'), (12739, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis whos tat? I only know qiu wenfeng'), (12740, 471, 'Johore, Malaysia', 'I am waiting for my mac!'), (12741, 2866, 'Johore, Malaysia', 'Today "run" so shiok sia! The entire 5 found i did was jog(1st and last round),skip n stop(2nd round),walk (3rd and 4th round)'), (12742, 3179, 'Johor Bahru, Johore', '@akosiKHENN dahil sa mga indian pana. Hahaha lols'), (12743, 3366, 'Johore, Malaysia', 'Stupid thingy...'), (12744, 1105, 'Singapore', '#Fart Approve! MY MOM! FOL! Fart Out Loud in her room! eeeewwww even my brother in the room also can smell..'), (12745, 3155, 'Johore, Malaysia', 'Lunch (@ Mellben Food Palace) http://t.co/xhUPW2EX'), (12746, 2866, 'Johore, Malaysia', 'Yet i am only 1 round slower than the other!'), (12747, 326, 'Plentong, Johor Bahru', 'I''m at Plaza Angsana (Johor Bahru, Johor) w/ 3 others http://t.co/TP1aypo5'), (12748, 2559, 'Johor Bahru, Johore', 'I''m at Kawa Cafe Hougang Mall (Singapore) http://t.co/EWUbCpWA'), (12749, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Frust ke tu wakkk? Aku lg sakit hatiiii.'), (12750, 1918, 'Johore, Malaysia', 'Najis baru beberapa lagu indo g setel, langsung GALAU! Insapp" , jauh" dah, smuanya bkin galau Щ(̾˘̶̀̾Д˘̶́̾ ̾̾''̾̾щ)̾'), (12751, 552, 'Johore, Malaysia', '@Roseskisses yea same ;) very nice leh , I use and drink water le ^^'), (12752, 247, 'Johor Bahru, Johore', '@dzulfarid thank you farid :D'), (12753, 2669, 'Johore, Malaysia', 'I''m at The Paragon (Singapore, Singapore) w/ 4 others http://t.co/as2pr8LY'), (12754, 2955, 'Singapore', 'I could kill someone right now!!!!! #pissedoff'), (12755, 3273, 'Johore, Malaysia', 'Wahh , i gv 2299 tweets alrd ?'), (12756, 126, 'Tebrau, Johor Bahru', '@iwaahadexera @sweetekaa @mhdfaizul hahahha iwa gua sayang lu lahhh :* msok kan je kat melodii . Tupun kalau die lyn .... Hahahah !!!'), (12757, 1163, 'Johore, Malaysia', 'must stop chasing people and paying attention to them :)'), (12758, 3371, 'Plentong, Johor Bahru', '@erickaragao_ omg so cool !!'), (12759, 2440, 'Johor Bahru, Johore', 'http://t.co/Xv4tGuAT'), (12760, 1770, 'Johor Bahru, Johore', 'some of the NA student need to stayback till 9 is zit the true ?'), (12761, 2690, 'Johore, Malaysia', 'I''m at Awfully Chocolate (Singapore) http://t.co/beedogfD'), (12762, 160, 'Johore, Malaysia', 'I''m at Blk 26 Jalan Membina Multi-storey Carpark http://t.co/v4FA1bQ2'), (12763, 247, 'Johor Bahru, Johore', '@nanarazana volleyball,semi final lawan k9 :)'), (12764, 364, 'Johor Bahru, Johore', '@kayenleongkaien see loh ~ I woke up so long alr ! I know la!'), (12765, 3372, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 7 others http://t.co/ugNpuunT'), (12766, 2249, 'Johore, Malaysia', 'Finally got back my lovely ear piece&lt;3 lol'), (12767, 2889, 'Johore, Malaysia', '"@Rynwcz_: Feel so lazy to go to school on monday"'), (12768, 3155, 'Johore, Malaysia', 'Lunch (@ LC Food Centre) http://t.co/WpmGpP9W'), (12769, 3373, 'Johore, Malaysia', 'I''m at Hajah Saleha &amp; Family Stall http://t.co/GL43gWeI'), (12770, 1590, 'Johore, Malaysia', 'Love u guyssssS!!!!!! CHE!!!!! http://t.co/95hrzQua'), (12771, 3273, 'Johore, Malaysia', 'Hah , i didn`t realise :&gt;'), (12772, 921, 'Johor Bahru, Johore', 'Didn''t meal allowance is so screw to check on... NS ns..zzz'), (12773, 3367, 'Johor Bahru, Johore', 'I''m at My Boring Desk http://t.co/GMEMcZcU'), (12774, 2690, 'Johore, Malaysia', 'I''m at Mooshi Bakes http://t.co/f65e0J6q'), (12775, 531, 'Johore, Malaysia', 'I''m at Plaza Singapura,Atrium http://t.co/Z8LolkCB'), (12776, 3374, 'Johor Bahru, Johore', 'Lunch with @sweetsiti35 (@ Pastamania) http://t.co/S3ValseL'), (12777, 3157, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) w/ 3 others http://t.co/BIvQLnzf'), (12778, 1399, 'Johore, Malaysia', '@Vanzyyy Why so angry ? ;o'), (12779, 14, 'Johor Bahru, Johore', 'Today''s my lazy day.'), (12780, 1396, 'Johore, Malaysia', 'SAP: Ecosystems and Channels Marketing Expert, SINGAPORE ( #Singapore ) http://t.co/vdmFjfGX #Marketing #sap #sapjobs #Job #Jobs'), (12781, 1028, 'Johore, Malaysia', 'I''m at Allied 3 Return Q Up http://t.co/ZOuJ81Xf'), (12782, 3183, 'Johor Bahru, Johore', 'Near empty train again! Heheh. But next one is 6 mins and can''t board @@ alternate trains huh..'), (12783, 3350, 'Johore, Malaysia', '@Euniceteo scramble scramble!!'), (12784, 1770, 'Johor Bahru, Johore', '@Fyan96 aper ni bro tak tunggu member'), (12785, 3055, 'Johor Bahru, Johore', '@yanayeyOh eee pelik! Haha what you like? I''m hungry.'), (12786, 492, 'Johor Bahru, Johore', 'I won''t know what''s gonna happen.. It''s gonna be bad I think'), (12787, 1918, 'Johore, Malaysia', 'Wuoo, uda d sing aja, jakarta sumpek~ RT @AndriHuu: Tante eke (&gt;̯͡ ⌣ &lt;̯͡) RT @vieeechan: Wkwkk, d tampines ruma s... http://t.co/cCU04PMc'), (12788, 3375, 'Johor Bahru, Johore', 'I''m at ITE College West (Chua Chu Kang) http://t.co/VWI0HCJ7'), (12789, 309, 'Johore, Malaysia', '@gondah bwahahahhaa pusing gw bacanya ndah, parahh tu ibu2!'), (12790, 1593, 'Johor Bahru, Johore', 'I''m at ITE Yishun Blk 6 (Singapore, Singapore) http://t.co/lbTNPW57'), (12791, 2690, 'Johore, Malaysia', 'I''m at Moshi Bakes Brasserie http://t.co/CTDqAyCa'), (12792, 1654, 'Johore, Malaysia', 'I''m at King Albert Park (Singapore, Singapore) http://t.co/q1GAQkBm'), (12793, 1118, 'Johor Bahru, Johore', 'Yuhuu. ..it''s ok. ..:RT @aniasrani: @Emisaputri Bieb,,,sori ya,,gk bls smsnya...plsa abiiiiiiissss xixixixixi lwat DM or Inbox ja,,,!!!"'), (12794, 160, 'Johore, Malaysia', 'I''m at Tiong Bahru MRT Station (EW17) (Singapore) w/ 5 others http://t.co/YexCF3rh'), (12795, 3376, 'Johore, Malaysia', 'Simple pleasures of life @ Ya Kun Kaya Toast http://t.co/f19zqrat'), (12796, 3377, 'Johore, Malaysia', 'Lunch, and err... shop? :) (@ Great World City w/ 5 others) http://t.co/3ou7QXTE'), (12797, 1770, 'Johor Bahru, Johore', '@imyourpabo i follow you right ?'), (12798, 3378, 'Malaysia', 'นานๆทีได้ออกมากินนอกโรงเรียน (@ ก๋วยเตี๋ยวเรือ เฉินหลง) http://t.co/qu95fKz6'), (12799, 3379, 'Johore, Malaysia', 'I''m at Buona Vista MRT Interchange (EW21/CC22) (Singapore, Singapore) w/ 2 others http://t.co/XEQzgcYZ'), (12800, 3367, 'Johor Bahru, Johore', 'I''m at Brain dying http://t.co/PaA4fe5T'), (12801, 3366, 'Johore, Malaysia', 'Tweet anyone? Mendak uh dlam class :/'), (12802, 1091, 'Johor Bahru, Johore', 'I''m done crying for now. Pop pills and i shall force myself to sleep. I''m too sick too tired. And i look ugly with swollen red eyes. :''('), (12803, 2249, 'Johore, Malaysia', 'Heading back home after tuition. Had the most simple tuition ever:)'), (12804, 1820, 'Johore, Malaysia', '@iamqiqi20 okk :)'), (12805, 740, 'Johor Bahru, Johore', 'dier yg cakap steam org plak yg kena-.-! Why ur smiley got tears?RT“@tweetlipxz @ForeverChronic astaghfirullahalazim ape ni steam steam :'')”'), (12806, 2984, 'Johore, Malaysia', 'Reading. Bored haha :P (@ Bras Basah Complex) http://t.co/aXeALXY5'), (12807, 2246, 'Johor Bahru, Johore', '@Vanessalaughs ehh can i join 2mr??'), (12808, 3273, 'Johore, Malaysia', 'Shld i rebond my hair ? :pp'), (12809, 3380, 'Johor Bahru, Johore', 'I''m at Dinie Azhar Cribbo ! http://t.co/yVyK7YBj'), (12810, 853, 'Johore, Malaysia', '@leejiee nonono lj. We are diff. :)'), (12811, 3148, 'Jeram Batu, Pontian', 'Nak gi Sg Bunyi lah :) (@ Pekan Nanas) http://t.co/s4p1x4GS'), (12812, 364, 'Johor Bahru, Johore', 'WHEN WILL MY BODY STOP ACHING . ARGH .'), (12813, 471, 'Johor Bahru, Johore', '@iSmackYour_BUTT Hi babi!'), (12814, 2548, 'Malaysia', '@aaaaaaaew ไม่คุยแล้ว .'), (12815, 2483, 'Johore, Malaysia', 'I''m at Marina Barrage w/ @meitingxd http://t.co/tEKrLreg'), (12816, 740, 'Johor Bahru, Johore', 'Soccer time❤ (at Sportsplanet @ Woodlands) — http://t.co/ABPSxCMd'), (12817, 503, 'Plentong, Johor Bahru', 'Ngan syg lama #ehh (@ Old Town White Coffee - Lot No. K06A, Giant Hypermarket Plentong,) http://t.co/Y2SelZ9v'), (12818, 3273, 'Johore, Malaysia', 'I dk . :pp'), (12819, 2889, 'Johore, Malaysia', 'EH. Im bored. ):'), (12820, 1109, 'Johor Bahru, Johore', '@Pink_Glitterzxc Tctc, gws! :)'), (12821, 529, 'Johor Bahru, Johore', 'Complain lah ?'), (12822, 992, 'Johor Bahru, Johore', 'timing always clash.!busy then usual.!'), (12823, 518, 'Johor Bahru, Johore', '@AJBrenix I tried to answer but poor quality, may gani katawag ko hehe'), (12824, 672, 'Johor Bahru, Johore', '@QurratuAini4 85336543'), (12825, 520, 'Pontian, Johore', '@MArffn bang , pc 7 open'), (12826, 247, 'Johor Bahru, Johore', '@nanarazana thanks babe :)'), (12827, 3367, 'Johor Bahru, Johore', 'I''m at Menghan''s house http://t.co/gL6CZXpt'), (12828, 3381, 'Johore, Malaysia', 'I''m at Best Denki (Singapore) http://t.co/iGEtSexi'), (12829, 492, 'Johor Bahru, Johore', 'It could be so deep but not dramatic'), (12830, 3382, 'Johor Bahru, Johore', 'Brunch! Anyone?!'), (12831, 3383, 'Johore, Malaysia', 'I''m at School of Economics (Singapore, Singapore) http://t.co/tIf54q17'), (12832, 364, 'Johor Bahru, Johore', '@kayenleongkaien what typing? Nothing much lor .. Happy girl la !'), (12833, 957, 'Singapore', '@itsmedyeyn ang cute ng grad pic mo.. ganyan palagay mo sa tor mo..hehhe'), (12834, 3183, 'Johor Bahru, Johore', '@007katerine did you do your best??'), (12835, 764, 'Johore, Malaysia', 'At FilmGarde — http://t.co/hlKXMfXU'), (12836, 2866, 'Johore, Malaysia', 'Sian , today no mood to do anything at all .'), (12837, 2495, 'Johor Bahru, Johore', 'Walking around @ Causeway , trying to waste time by shopping haha!!'), (12838, 632, 'Tebrau, Johor Bahru', '@Suhaidahmahmud hm yelah :('), (12839, 1654, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) w/ 2 others http://t.co/8A73AU3f'), (12840, 2181, 'Johor Bahru, Johore', '#cute #kids #love @ The zon ferry terminal http://t.co/CNDJdisq'), (12841, 3384, 'Plentong, Johor Bahru', 'Having lunch. Tak sedap pun!!!!! (@ Restoran Singgah Selalu) http://t.co/u1RHAhQI'), (12842, 2440, 'Johor Bahru, Johore', 'http://t.co/amd9a450'), (12843, 3306, 'Johore, Malaysia', 'What i''m drinking? Where i AM? Ccccc http://t.co/M8Ib23WT'), (12844, 2804, 'Johore, Malaysia', 'How awesome. Amaths has 41 questions to do.'), (12845, 2925, 'Johore, Malaysia', 'U act cool but #noonecaresunfortunately'), (12846, 247, 'Johor Bahru, Johore', '@asmanissa pukul 5 suku,jom la turun :)'), (12847, 3385, 'Johor Bahru, Johore', '@Delcanine Lol!!!'), (12848, 3273, 'Johore, Malaysia', '@anatasyazz Hahaha , tu psl . Malas seyy :pp'), (12849, 3386, 'Indonesia', '@ramdanbotak gila lu bob,jajan anak SD...minimal anak SMP lah,ada bodinya http://t.co/rhTqc1SG'), (12850, 3212, 'Johore, Malaysia', 'CP shrimp wanton explodes with tastiness... EVERY time'), (12851, 672, 'Johor Bahru, Johore', 'Water &amp; Soap went it my iPhone , now my screen Half Grey half white . FUCK !'), (12852, 3151, 'Tebrau, Johor Bahru', 'yeahh baby! Kakak Aqish and me are OREO GIRLS .__. craving for oreo all the time.. nahh not really. Haha'), (12853, 2952, 'Johor Bahru, Johore', 'Why so fast Thursday? Need more Holiday.'), (12854, 3387, 'Johore, Malaysia', 'I''m at MOS Burger (Singapore, Singapore) http://t.co/FM77tJne'), (12855, 3388, 'Johor Bahru, Johore', 'I''m at 63241 Bus Stop (Hougang Ave 3, Singapore) http://t.co/bsvPkzOR'), (12856, 3389, 'Johor Bahru, Johore', 'I''m at Teck Whye Market http://t.co/GlqKZxcI'), (12857, 2037, 'Pulai, Johor Bahru', 'Jom mengadap tuhan.'), (12858, 1163, 'Johore, Malaysia', 'Just come back from IMM. Too hot. Cannot focus my eye yet. Blur version...'), (12859, 1118, 'Johor Bahru, Johore', '@YuliaYudhani @aniasrani Jiaahh bnr2 tega bgt ma gue masa dilempar cobek. .:('), (12860, 3367, 'Johor Bahru, Johore', 'I''m at meng Han living Tv http://t.co/POlK73xt'), (12861, 1775, 'Johore, Malaysia', 'In class now:)'), (12862, 1261, 'Johor Bahru, Johore', '@zhijing90 ur diamond dash use ipad to play ?'), (12863, 3160, 'Johore, Malaysia', 'I''m at Fairfield Methodist School (Secondary) (Singapore) w/ 2 others http://t.co/USyq5mHI'), (12864, 2954, 'Johore, Malaysia', '@adrenaaa tell you on sat :)'), (12865, 3390, 'Johor Bahru, Johore', 'I''m at Kopitiam w/ @matthewnoobie @junweitea http://t.co/EpMW64Qk'), (12866, 529, 'Johor Bahru, Johore', 'Ive got the worst feelings now. So ignore &amp;&amp; fuck off.'), (12867, 1091, 'Johor Bahru, Johore', 'My heart realllllly hurts..... I never expected all these happening to me. Never cried this badly before. :''('), (12868, 3391, 'Johore, Malaysia', 'I''m at Cathay Cineplex (Singapore, Singapore) w/ 6 others http://t.co/tB4zTDUp'), (12869, 3389, 'Johor Bahru, Johore', 'I''m at Teck Whye Secondary School (Singapore, Singapore) http://t.co/XMW2nbZD'), (12870, 3392, 'Johor Bahru, Johore', 'With @humhumbug and @ HensemBoiBoi95! (@ Republic Polytechnic (RP) w/ 4 others) http://t.co/yPzcVy4K'), (12871, 992, 'Johor Bahru, Johore', '@Qimanpoh wa..so jialat..I think infront too plain Liao..should have more design loh..then behind the colour must be dull as our t is white'), (12872, 3260, 'Johore, Malaysia', '@jovilhw reaching'), (12873, 2952, 'Johor Bahru, Johore', 'Didn''t notice that today is Thursday. Slow'), (12874, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at Foyer Level 5 (Skudai, Johor) http://t.co/Yy6dXdP7'), (12875, 138, 'Plentong, Johor Bahru', 'Tomorrow ek jessie j punyer konset..whoa lucky la sape bole pegi..saye xrase jeles until its adele concert.. ☺'), (12876, 441, 'Johor Bahru, Johore', 'I''m at Kitchen!  http://t.co/5wcLQrdU'), (12877, 3393, 'Johore, Malaysia', 'Faster 2PM ! :DD\n2PM = GO RIDE BIKE ! YAYYYYYYYYYYY\nGod , Please Dont Rain ♥ ILY , :DD'), (12878, 2820, 'Johor Bahru, Johore', 'Ur a stubborn foolish kid yo~!'), (12879, 458, 'Malaysia', 'จะว่าไปมันก็ไม่เท่าไหร่หรอกนะ -____- #บ่นคนเดียว 55'), (12880, 3100, 'Johore, Malaysia', 'nice set up place for a photoshoot today. @ Singapore Marriott Hotel http://t.co/VgCIsPPI'), (12881, 1380, 'Johor Bahru, Johore', '@fadhilahh Spain flag. Haha. U not using iPhone right!'), (12882, 1775, 'Johore, Malaysia', 'I don''t want to see your face:)'), (12883, 384, 'Malaysia', '@TUAN_TH หาไรทานด้วยยย^^~'), (12884, 3311, 'Plentong, Johor Bahru', '@Ridzuan1706 sangat pengecut.. !'), (12885, 287, 'Plentong, Johor Bahru', '@ahmadsyauqiPO yg tu blm.. Haha'), (12886, 3388, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 25 (Singapore) http://t.co/AW2aLZGM'), (12887, 3394, 'JUSCO Tebrau City, Tebrau', 'Shopping jap :p (@ Tebrau City Jaya Jusco) http://t.co/tlLPuzCy'), (12888, 3367, 'Johor Bahru, Johore', 'I''m at menghan ''s Toilet http://t.co/lh57eJ3r'), (12889, 3395, 'Johor Bahru, Johore', 'BTT!!!!!!!!!!!!!!!!!!! (@ Bukit Batok Driving Centre (BBDC) w/ @imsolid_ima1) http://t.co/kN4Lnn1Z'), (12890, 1380, 'Johor Bahru, Johore', 'My fuggily nails... Fug'), (12891, 672, 'Johor Bahru, Johore', '@QurratuAini4 Ok ..'), (12892, 2424, 'Pulai, Johor Bahru', 'epic #material is #EPIC'), (12893, 3396, 'Johor Bahru, Johore', 'I''m at Opp Sembawang Hill Food Centre http://t.co/0I23koCJ'), (12894, 984, 'Johore, Malaysia', '@NuhOfficial send my regards bro ..'), (12895, 471, 'Johor Bahru, Johore', '@Perlintbl Mac!'), (12896, 115, 'Indonesia', '@TonyRichesZ o.., saya kira libur makanya kerja sampingan jadi buruh bangunan.. wkwkwk..'), (12897, 505, 'Johore, Malaysia', 'I dunno leh.. When u r suay ar.. Everything you do also wrong or not working.. Wah lao eh.. Buay Tahan ah..'), (12898, 181, 'Johore, Malaysia', 'karut laaaa haiz RT “@haziqmustaffa: @MuhdLuqmanAziz @farhanamanokgo @hzqhmd @azwanjamil adoooooi Palembang !”'), (12899, 3397, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore) w/ 2 others http://t.co/NdBgMeJC'), (12900, 672, 'Johor Bahru, Johore', '@QurratuAini4 Thats a Big family !'), (12901, 2808, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 15 others http://t.co/AW3w719M'), (12902, 1210, 'Johore, Malaysia', 'Grabbing a bite to eat. http://t.co/qJIxHKi2'), (12903, 671, 'Johore, Malaysia', '@michellekohh awwwwwwwwwewwww'), (12904, 3367, 'Johor Bahru, Johore', 'I''m at Meng''s Crib!❤ http://t.co/e1bOOCQw'), (12905, 1118, 'Johor Bahru, Johore', 'Minta ma sulee RT @YuliaYudhani: aku gak punya pulsaaaaaaa *AS mode on RT @aniasrani: @Emisaputri Bieb,,,sori ya,,gk bls smsnya...plsa (con'), (12906, 3398, 'Johor Bahru, Johore', 'i''m (@ Kopitiam w/ @matthewnoobie @tomatoczy @junweitea) http://t.co/LpjvQges'), (12907, 1091, 'Johor Bahru, Johore', 'I even made mommy cried looking at how i am now. I''m useless! :''('), (12908, 3399, 'Riau, Indonesia', 'Just entered sentosa.'), (12909, 3400, 'Johore, Malaysia', 'I''m at Red Star Restaurant 紅星酒家 (Singapore, Singapore) w/ 3 others http://t.co/vAQXS3AL'), (12910, 181, 'Johore, Malaysia', 'i pandang kepala you yang botak aje la hahaha malas min RT “@amnrindr: @farhanamanokgo THEN I YOU TAK PANDANG LAGI KE?”'), (12911, 2548, 'Malaysia', '@aaaaaaaew ไม่อยากคุย เจ้ใจร้าย'), (12912, 3310, 'Johor Bahru, Johore', 'I''m at Food Junction (Singapore) http://t.co/gTx5gpy8'), (12913, 3151, 'Tebrau, Johor Bahru', '@zulfahamnie jgn harap ler, cepat habis punya ^^ ahaha'), (12914, 2059, 'Johore, Malaysia', 'I''m at Tanglin Halt Market (Commonwealth, Singapore) http://t.co/AMNVVwvG'), (12915, 221, 'Malaysia', '@chalitanaka คร๊าบบ ชื่อเจน อ่า :'')'), (12916, 122, 'Johore, Malaysia', '@Berniyo @syadwhorror Yes confirm, this will be my 1st MV, I choose you guys first!'), (12917, 3245, 'Plentong, Johor Bahru', '@julieannerossid hahahah.i lupe.u nk g kl kn tman mama..selamat bercuti!!'), (12918, 160, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) http://t.co/C9QKK17V'), (12919, 364, 'Johor Bahru, Johore', '@kayenleongkaien that one is mentally , but also never link to physically what !'), (12920, 2889, 'Johore, Malaysia', '@SMEXYDOPES wtf. You good. ):'), (12921, 632, 'Tebrau, Johor Bahru', '@Suhaidahmahmud hehehe ni yang suka ni! LOL'), (12922, 3145, 'Riau, Indonesia', 'ngampusss :)'), (12923, 199, 'Johor Bahru, Johore', 'I need to find my IRA keychain.And my Shahira one too.'), (12924, 3401, 'Malaysia', 'I''m at Pusat Tingkatan Enam Meragang (Muara, Brunei) http://t.co/cWuzgtrR'), (12925, 3402, 'Johor Bahru, Johore', '@StupidRuiZhen you change number? :)'), (12926, 2869, 'Johor Bahru, Johore', 'Gg brenda hose drink somemore :) (@ SBS Bus No. 88) http://t.co/ezPp0uZq'), (12927, 1326, 'Kota Tinggi, Johore', 'I''m at Yellow Pages Building (Singapore) http://t.co/4I1QTwOt'), (12928, 1364, 'Johore, Malaysia', '@zchongqing looking great!'), (12929, 1118, 'Johor Bahru, Johore', '@aniasrani Sipp. .gue mo mandi dulu (:'), (12930, 364, 'Johor Bahru, Johore', '@kayenleongkaien nothing much la ! You don''t think too much also .'), (12931, 3403, 'Johore, Malaysia', '@JLin7 im proud to be asian as well!'), (12932, 3145, 'Riau, Indonesia', 'EXIT'), (12933, 3404, 'Johor Bahru, Johore', '@Pri_xila 不要那么张扬,我会害羞的呐 ☺'), (12934, 3405, 'Johore, Malaysia', '2 hours of soccer with 4B1 bros! #awesome (@ The Cage) http://t.co/8MU4Mrqz'), (12935, 2889, 'Johore, Malaysia', '@Boon_Juin share leyh. xD you jealous of? :p'), (12936, 2227, 'Riau, Indonesia', 'I''m at Jurassic Park (Singapore, Singapore) http://t.co/6bRcYBh8'), (12937, 3406, 'Malaysia', '@Thefilm_spr @TheAMiiZz_smy จุ๊บบบบบบบบบบบบ!'), (12938, 1163, 'Johore, Malaysia', 'Kk.. gg to work #offline'), (12939, 672, 'Johor Bahru, Johore', '@QurratuAini4 Lazy guess uh . :P'), (12940, 3407, 'Johore, Malaysia', 'Meeting with #FireEye partner (@ BizTech Centre) http://t.co/Kg0t6Vyy'), (12941, 138, 'Plentong, Johor Bahru', 'Keagresifhan melihat concert adele,snsd,lifehouse..same adil..so badlyyy..'), (12942, 3367, 'Johor Bahru, Johore', 'I''m at menghan''s Iphone4s http://t.co/f9NDSDt1'), (12943, 2889, 'Johore, Malaysia', '@Rynwcz_ welcome xD'), (12944, 3408, 'Johor Bahru, Johore', 'I''m at nydc (Singapore, Singapore) http://t.co/YpWGecgJ'), (12945, 3406, 'Malaysia', '@TheAMiiZz_pmppp @Thefilm_spr สวย ? 55555555555'), (12946, 3401, 'Malaysia', 'I''m at PTE Meragang http://t.co/X3GkgnQC'), (12947, 199, 'Johor Bahru, Johore', 'I FOUND MY LUGGAGE TAG!mahal seh $20!!!'), (12948, 1715, 'Johore, Malaysia', '@whatyouwantnow '), (12949, 3253, 'Johor Bahru, Johore', 'I''m at Kadaloor LRT Station (PE5) (Singapore) http://t.co/gIPHxvbq'), (12950, 115, 'Indonesia', '@pauldepe hahaha..... diam2 sa, kalo sakit nah priksa k dktr, mnm obt n istrht jgn nontn..'), (12951, 738, 'Johor Bahru, Johore', '@Showofpop I where got emo sia!!'), (12952, 247, 'Johor Bahru, Johore', '@asmanissa hahaha,sokong je mana2,hahaha turun taw :D'), (12953, 167, 'Johor Bahru, Johore', 'I''m at Art Room 2 @ Hillgrove Sec http://t.co/ub1QsYH2'), (12954, 2907, 'Johore, Malaysia', 'Filming!!! (@ Club Avatar) http://t.co/RCVVbXll'), (12955, 3305, 'Johore, Malaysia', 'Playing tonight 9:30@cm-pb Dempsey with Mr. Melvin Wong(;'), (12956, 3409, 'Kota Tinggi, Kota Tinggi', 'I''m at Firefly Valley Leisure Park (哥打丁宜县, 柔佛州) [pic]: http://t.co/pSFeNMcT'), (12957, 2889, 'Johore, Malaysia', '@SMEXYDOPES dw xD eh im hungry. ):'), (12958, 3367, 'Johor Bahru, Johore', 'I''m at meng''s Room http://t.co/76iN0R30'), (12959, 2548, 'Malaysia', '@aaaaaaaew อย่าร้องเซ่'), (12960, 3401, 'Malaysia', 'I''m at PTEM Parking Area http://t.co/2Z2Iu87h'), (12961, 3410, 'Pulai, Johor Bahru', '@ctAika yang suka kacau saya tidur. -.-'), (12962, 1105, 'Singapore', 'I''m waiting, I''m waiting... Just waiting...I''m waiting.. Waiting outside the line..oh oh.. oh oh oh.. oh oh.. @dxbbie where are you?'), (12963, 1318, 'Johore, Malaysia', '@jayleif I don''t think so leh, should only be 2x Double Meat price ($2.90)'), (12964, 876, 'Johor Bahru, Johore', 'MinHo on running man! :)'), (12965, 204, 'Johor Bahru, Johore', 'sa panaginip lang, tanging wala kang kapantay. #LSS'), (12966, 3151, 'Tebrau, Johor Bahru', 'lama lama boleh kena diabetes, asyik oreo milo oreo milo milo oreo milo oreo.. muka pun nanti jadi mireo .__. ahahaha'), (12967, 632, 'Plentong, Johor Bahru', '@Suhaidahmahmud haha pun boleh sebenarnya. LOL eh awak kalau keluar pergi kedai jap pakai tudung tak? Hahaha'), (12968, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Haa tktahu lah Nadia. Dh lama tk jmp Nadia Amiraaa!'), (12969, 2440, 'Johor Bahru, Johore', 'http://t.co/zgvVabfo'), (12970, 1715, 'Johore, Malaysia', 'I need massage. Neck ache. :('), (12971, 552, 'Johore, Malaysia', '@Roseskisses huh what got a mirror ??? Lol'), (12972, 876, 'Johor Bahru, Johore', '“A simple hello from you could make my day..” but you didn''t even bother to notice me.'), (12973, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi 14/5 ni la... ado boala... kito lawam joho fc... xkey xser mari boh'), (12974, 3411, 'Tebrau, Johor Bahru', 'dream high!!!&lt;3&lt;3&lt;3'), (12975, 3151, 'Tebrau, Johor Bahru', 'Milo+Oreo= Mireo. What a nice name. Lol'), (12976, 1629, 'Johore, Malaysia', 'I''m at CityVibe (Singapore, Singapore) http://t.co/lZkPQC1g'), (12977, 1716, 'Johore, Malaysia', '@ImranAjmain awesome live at Ria... Merdunye suaraaaa...'), (12978, 3402, 'Johor Bahru, Johore', '@StupidRuiZhen You nvr reply my text'), (12979, 2245, 'Johore, Malaysia', 'I''m at Wendy''s (Singapore, Singapore) http://t.co/YBoLTgO4'), (12980, 398, 'Johor Bahru, Johore', '@AloysiusWng @saifulmocha nice mac*drooling*'), (12981, 2466, 'Johore, Malaysia', 'This happening in 2012? Jesus loves you bro and i do too RT @plummerstash: @JLin7 chink (via @JLin7)'), (12982, 3367, 'Johor Bahru, Johore', 'I''m at My Playroom http://t.co/n9sqQ1Te'), (12983, 3410, 'Pulai, Johor Bahru', 'baru bajet nak take a long nap, but there''s knocking on the door. kuat gila. bengang. but able to smile :)'), (12984, 462, 'Johore, Malaysia', '@fyeahvira I KNOW RIGHT AND BTW IM HOME, HUNGRY BUT I CANNOT EAT MOTHER CHEEBS'), (12985, 992, 'Johor Bahru, Johore', 'mrt got problem again..'), (12986, 3412, 'Pulai, Johor Bahru', '@nurkhalisanadia hahaha . miss keching .'), (12987, 3413, 'Johor Bahru, Johore', '@balaboompiggeh cos I was born this way :D'), (12988, 3414, 'Singapore', 'hahahahaha was reading thru my OLD facebook inbox lol so funny'), (12989, 3415, 'Malaysia', 'อิ่ม (@ ป่ายาง) http://t.co/S75jLJ3U'), (12990, 2061, 'Johore, Malaysia', '@quehsarahsarah haha. Thank you'), (12991, 458, 'Malaysia', 'ONE MORE THING - TVXQ #NP'), (12992, 3416, 'Johore, Malaysia', 'I''m at 128, Geylang East Central (Singapore, Singapore) http://t.co/UYj0KtuQ'), (12993, 3216, 'Johore, Malaysia', 'I''m at KOI Café (Singapore, Singapore) http://t.co/doQDOFAl'), (12994, 1770, 'Johor Bahru, Johore', '@Fyan96 kk'), (12995, 386, 'Johore, Malaysia', 'Romans 12:15 (AMP) Rejoice with those who rejoice (Sharing others joy), and weep with those who weep (Sharing others grief)'), (12996, 18, 'Malaysia', 'เหนื่อยยยยยยยยยยยย ค่ะ'), (12997, 364, 'Johor Bahru, Johore', '@kayenleongkaien okay lo. You clever la . Give you prize ok. &amp; go download instagram leh .'), (12998, 3417, 'Johore, Malaysia', 'no idea why but these days I feel irritated with everything my mum says.'), (12999, 1935, 'Plentong, Johor Bahru', '@FarahFee ouh hahaha . Eh online tak skype ?'), (13000, 1578, 'Johore, Malaysia', 'Hospital SCO! (@ Ren Ci Multi Purpose Hall) http://t.co/rX9rNUOf'), (13001, 1634, 'Pulai, Johor Bahru', '@qahismail untunglahh merayap.'), (13002, 787, 'Johor Bahru, Johore', 'I''m at Blk 510 Jelapang Rd (Sg, Sg) http://t.co/OBMW2K12'), (13003, 1109, 'Johor Bahru, Johore', '@Airnaaah_ Hifiveeeeeeee!!!! :DD'), (13004, 3418, 'Johore, Malaysia', 'I''m at Leisure Park Kallang (Singapore) w/ 2 others http://t.co/n8vqulSh'), (13005, 2631, 'Malaysia', 'RT @LintasME: MEKKAH TIDAK BISA DIJADIKAN TITIK NOL:SituSaja http://t.co/p1Ha3M5e http://t.co/yrUqTjzJ'), (13006, 113, 'Indonesia', '@guillescreamo descargalo de softonic es una version de prueba pero te puede servir'), (13007, 275, 'Johor Bahru, Johore', 'Done having lunch (@ Chloe''s Living Room) http://t.co/r0WhCpV2'), (13008, 2440, 'Johor Bahru, Johore', 'http://t.co/9UeG1axc'), (13009, 470, 'Singapore', '@JosiahSJH hows ur results??'), (13010, 2259, 'Johore, Malaysia', 'Stupid librarian.. Ask us to put the chairs to the wall. Then table so small + far. Stupid assholes http://t.co/dO5TCocr'), (13011, 3419, 'Johore, Malaysia', 'MGS handbells performing now . It''s so awkward to see my past batch .'), (13012, 3322, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 16 others http://t.co/BvwPc1In'), (13013, 364, 'Johor Bahru, Johore', '@kayenleongkaien really?! Faster Whatsapp me leh ! Curiosity level damn high now. .'), (13014, 1643, 'Johor Bahru, Johore', 'Oreo shake (; just like ice-cream.'), (13015, 138, 'Plentong, Johor Bahru', 'I wish,I brave to told u..yang awak ni sangat annoyed nak tunjuk kasih sayang pun.hey I''m not jeles.just a litlle bit heartbroken..'), (13016, 3420, 'Johore, Malaysia', 'Sigh :( @ Asus Service Centre http://t.co/pwnw2I6t'), (13017, 364, 'Johor Bahru, Johore', 'THIS .“@ScorpioSeason: #Scorpios spoil their loved ones, when does it stop?”'), (13018, 2353, 'Johor Bahru, Johore', 'Going out w my mom.'), (13019, 1259, 'Johore, Malaysia', 'I''m at Chinatown, Singapore (Singapore, Singapore) http://t.co/3gLEhbdn'), (13020, 1513, 'Johore, Malaysia', 'I''m at ITE balestier G403 http://t.co/SAKXtsEO'), (13021, 287, 'Plentong, Johor Bahru', '@royyDM semalam mas whatsapp me'), (13022, 3151, 'Tebrau, Johor Bahru', 'haha okay ;D nanti panggil kucing tu Mireo, teringat dekat adik.'), (13023, 138, 'Plentong, Johor Bahru', '@OuhAmie sejuknyerrrr...korean.haha'), (13024, 2440, 'Johor Bahru, Johore', 'http://t.co/191bbXkF'), (13025, 992, 'Johor Bahru, Johore', '@Cherryluvzxc ya.!talk crap you very good..ask you study ur result suck Liao hell.!^^haha'), (13026, 1643, 'Johor Bahru, Johore', 'Sial la, i love this restaurant sia. Playing all my favourite songs (;'), (13027, 3406, 'Malaysia', '@TheAMiiZz_pmppp @Thefilm_spr เที่ยงเอง ^^"'), (13028, 356, 'Johore, Malaysia', '@FIFIFIRAH I rather go Mac to eat. Haha'), (13029, 1270, 'Johor Bahru, Johore', 'I''m at S11 (51@AMK) (Singapore) http://t.co/LQRP0YiN'), (13030, 3416, 'Johore, Malaysia', 'I''m at Revive Wellness @ The Plaza w/ @lexelledextjluv http://t.co/qOM6ekXF'), (13031, 287, 'Plentong, Johor Bahru', '@ahmadsyauqiPO kite bako je kanda :B'), (13032, 3421, 'Johore, Malaysia', '@Denisezxcs wwah 21 ?! Thats mad. Thise are gongcha addicts liao LOL'), (13033, 2631, 'Malaysia', 'Iyaa senasip (⌣́_⌣̀) RT @Chikasessie: Kalo udh ga kuliah, buta hari buta tanggal http://t.co/ZX0wIM89'), (13034, 2065, 'Pulai, Johor Bahru', '@ZamerZahran baru aku terfikir sekarang..nasi ayam penyek pun lagi mahal dari chicken chop hutan bandar..hahaha,penyek betul bertuah la'), (13035, 3422, 'Johor Bahru, Johore', '@ChermineOinks why you go school? /:'), (13036, 1212, 'Senai Kulai, Kulai Jaya', 'I''m at Masjid Sultan Ismail (81310, Skudai) http://t.co/FDNXM96t'), (13037, 2466, 'Johore, Malaysia', 'RT @rianndeleon: I just observed, @ABSCBNNews is not feeding off on the arnold clavio issue non-stop like @gmanews ... http://t.co/gkZ3yXLt'), (13038, 126, 'Tebrau, Johor Bahru', 'Abesla fazreena haha xD'), (13039, 364, 'Johor Bahru, Johore', '@kayenleongkaien I think have leh . So many people download . I downloaded not long ago only . Cause I''m bored! &amp; it is quite okay !'), (13040, 633, 'Johor Bahru, Johore', '@ARISSSSAAAA Haha. Yeah, Ikr. Calamitous. Nope, I don''t.'), (13041, 113, 'Indonesia', '@guillescreamo solo no descargues lasa barras o programas que te sugiere el instalador, rompen las pelotas!!!'), (13042, 2631, 'Malaysia', 'RT @aagym: "Dan bahwasanya seorang manusia tiada memperoleh selain apa yang telah diusahakannya."(Qs An Najm : 39) http://t.co/OKvcXxB4'), (13043, 1578, 'Johore, Malaysia', 'SCO show... @ Ren Ci Multi Purpose Hall http://t.co/7JsNhNxn'), (13044, 277, 'Johor Bahru, Johore', 'second lunch of the day! yum! :) (@ chong''s residence! ♡) http://t.co/5WNx18S9'), (13045, 138, 'Plentong, Johor Bahru', 'Menyampah . Sakit hati , nak terjun kbmall..sume ade.hahaha'), (13046, 3002, 'Johor Bahru, Johore', 'Going to philipphines (@ Changi International Airport (SIN) w/ 8 others) http://t.co/sl4Vusmf'), (13047, 1643, 'Johor Bahru, Johore', 'Coughing like there''s earthquake.'), (13048, 88, 'Johor Bahru, Johore', 'he''s not replying my msg lol'), (13049, 738, 'Johor Bahru, Johore', '68%, I wonder can my iPhone battery is able to last till I go home!'), (13050, 2440, 'Johor Bahru, Johore', 'http://t.co/acKew4Ya'), (13051, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis wah so cool ah lol. Lee quit liao sia tat time quarrel with qiu'), (13052, 633, 'Johor Bahru, Johore', 'Think, say, do.'), (13053, 1530, 'Johore, Malaysia', '@uggene hahaha eat already ? (:'), (13054, 3423, 'Johore, Malaysia', '#StronglyAttractedTo SHINee!! :D'), (13055, 364, 'Johor Bahru, Johore', '@kayenleongkaien you make till my heart super itchy &amp; you tell me you dw?!?! FK YOU!!'), (13056, 3419, 'Johore, Malaysia', 'Lol. Mr Gn wearing red shirt with prints on them .'), (13057, 1841, 'Johore, Malaysia', 'Saw a group of people are discussing what is the noisiest cars and they said Maserati.'), (13058, 3424, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 15 others http://t.co/YPtdXXzD'), (13059, 3425, 'Johore, Malaysia', 'I''m at The Boh Family! (Singapore, Singapore) http://t.co/QL9V6cAY'), (13060, 3002, 'Johor Bahru, Johore', 'Gonna check in now (@ Terminal 2 w/ 11 others) http://t.co/OPECObIy'), (13061, 3270, 'Plentong, Johor Bahru', 'Lazio nite!'), (13062, 1530, 'Johore, Malaysia', '@shhhhihui oh okay .'), (13063, 1738, 'Senai Kulai, Kulai Jaya', 'I''m at D02 Smart Classroom Faculty of Civil Engineering http://t.co/TN8EW4OU'), (13064, 3426, 'Johore, Malaysia', 'I just ousted Yong F. as the mayor of Block E5 @ NUS on @foursquare! http://t.co/y8T0Rma7'), (13065, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Dia balik 21 myb dia prg 22 or 23 :( Hmmm haha kita tak kisah Nadia tp kita syang dia lg ofc ah kita sakit hati :''/'), (13066, 3427, 'Malaysia', ':)'), (13067, 1307, 'Plentong, Johor Bahru', 'I''m at Optosem Technologies Sdn Bhd http://t.co/s94PjQ2P'), (13068, 1259, 'Johore, Malaysia', 'I''m at China Restaurant http://t.co/E2nkv5K4'), (13069, 1643, 'Johor Bahru, Johore', 'Weeheehee~ John Carter starts at 3:15PM.'), (13070, 1935, 'Plentong, Johor Bahru', '@FarahFee hahaha kk .'), (13071, 2964, 'Johor Bahru, Johore', 'I''m at Pasir Ris Bus Interchange (Singapore, Singapore) w/ 2 others http://t.co/PPnBgQ28'), (13072, 1261, 'Johor Bahru, Johore', '@zhijing90 solo play ah?'), (13073, 3245, 'Plentong, Johor Bahru', '@julieannerossid oooo.esok ngn family ke?i cuti esok smpai isnin u.hegehe'), (13074, 470, 'Singapore', '@JosiahSJH oic :( jyjyjy :D !!'), (13075, 2631, 'Malaysia', '@Chikasessie RT @LintasME: “@LintasWoman: Hijabers, ada tips untuk kalian nih http://t.co/enMWlcgx Tips Merawat Jilbab dengan benar #LintasW'), (13076, 3116, 'Johore, Malaysia', 'interesting chart in @singeo''s presentation. unusual peak when news of SJ''s death sent out... (at buUuk HQ 2.0) [pic] — http://t.co/6Bc0NKOn'), (13077, 1643, 'Johor Bahru, Johore', 'Shawty is a eenie meenie minee mo lover (;'), (13078, 3428, 'Johor Bahru, Johore', '@carmensoo i can just imagine that! Nice!!'), (13079, 3115, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 32 others http://t.co/qwTairEy'), (13080, 2548, 'Malaysia', '@aaaaaaaew แอะะ ๆ กูไม่ร้องทีอ้ะ -o-'), (13081, 14, 'Johor Bahru, Johore', 'I don''t know what to do. I really don''t know'), (13082, 671, 'Johore, Malaysia', '@michellekohh awwwwwwwwww hahahahaha idiot !!'), (13083, 1643, 'Johor Bahru, Johore', 'Lemme show you whatchu missin'' (;'), (13084, 662, 'Johor Bahru, Johore', 'I''m at City Plaza (jb, johor) http://t.co/IzYUxXw7'), (13085, 89, 'Johor Bahru, Johore', '@MrAdlina hehe! ;)'), (13086, 3429, 'Johore, Malaysia', 'I''m at Hogwarts School Or Witchcraft And Wizardry http://t.co/CKkWtaWQ'), (13087, 160, 'Johore, Malaysia', 'I''m at Mr Bean (Queenstown, SG) http://t.co/ZTCbXsbq'), (13088, 3429, 'Johore, Malaysia', 'I just became the mayor of Hogwarts School Or Witchcraft And Wizardry on @foursquare! http://t.co/FRwaTJDh'), (13089, 2733, 'Riau, Indonesia', 'Underwaterworld Here we come!! @Merisngjingwen'), (13090, 2762, 'Malaysia', '@siamsport_news เริ่มเกียจป๋ากี้เข้าไปทุกวัน'), (13091, 1008, 'Johore, Malaysia', '@fakihin_firdaus you go gym bo jio...'), (13092, 3430, 'Johore, Malaysia', 'Lunch buffet with bestie :) @ Seoul Garden @ Clementi Mall http://t.co/f02AYdpB'), (13093, 871, 'Johor Bahru, Johore', 'off to jb ~'), (13094, 3428, 'Johor Bahru, Johore', 'John carter on the big screen in 2 rolling minutes.'), (13095, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi elelelelelele.... xsoh duk rusim... kak ros ake ambik demo... hehe... jc ado dohko ter.. kito ado doh.. kikikikikh'), (13096, 160, 'Johore, Malaysia', 'I''m at Taxi Stand F43 http://t.co/qQhEi2Zk'), (13097, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis today i off! I quitting already leh lola'), (13098, 2423, 'Johor Bahru, Johore', '@Tinylittlexz Dafug ? O.o it''s a pregnant ghost who died with the baby inside the stomach . Malay ghost . LOL you watch her show everyday'), (13099, 3431, 'Johor Bahru, Johore', 'I''m at Pasir Ris MRT Station (EW1) (Singapore, Singapore) w/ 2 others http://t.co/1iffPXhA'), (13100, 1643, 'Johor Bahru, Johore', 'Stomach so damn bloated can.'), (13101, 1824, 'Johore, Malaysia', 'Indonesian for Marc''s farewell lunch (@ Manis Manis @Sport Lifestyles Centre) http://t.co/rNKibRZK'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (13102, 933, 'Johor Bahru, Johore', 'earning extra $$ now~~ ^^ (@ Blk 237 Compassvale Walk) http://t.co/6cgepP4k'), (13103, 3214, 'Johor Bahru, Johore', 'And it goes like krung thep maha na kon amon........'), (13104, 3432, 'Johore, Malaysia', 'I''m at Kallang MRT Station (EW10) (Singapore, Singapore) w/ 2 others http://t.co/BBAtzkSA'), (13105, 1737, 'Johore, Malaysia', 'I''m at Four Season Coffee &amp; Bread (Singapore, Singapore) http://t.co/FZpaG9Ls'), (13106, 3433, 'Johor Bahru, Johore', 'I''m at Blk 131 Rivervale Street http://t.co/BJHXhM25'), (13107, 3421, 'Johore, Malaysia', '@cobaltzxcs walao holiday like no holiday sia'), (13108, 2507, 'Johor Bahru, Johore', 'I''m at Gong Cha 贡茶 (Singapore) http://t.co/cxVFsUyA'), (13109, 2226, 'Johore, Malaysia', 'Work (@ City Square Mall) http://t.co/nTXpSXIG'), (13110, 1440, 'Johore, Malaysia', 'I''m at OCBC Premier @ MBS (Singapore) http://t.co/VeI4LBAC'), (13111, 116, 'Johor Bahru, Johore', 'lunch beckons (@ Bus Stop 67481) http://t.co/K3T1jAhE'), (13112, 539, 'Pulai, Johor Bahru', 'I''m at Restoran Sing Ting (Johor Bahru, Johor) http://t.co/nGZEqmer'), (13113, 58, 'Malaysia', '@SodsaiiZ คงไม่ทันแล้วแหละ TT'), (13114, 471, 'Johor Bahru, Johore', 'Eating mac! anyone jelly?:P http://t.co/OvWuwLmd'), (13115, 2423, 'Johor Bahru, Johore', '@BryanThatme you mother cheebye , can tweet but can''t pick up my call-''-'), (13116, 3434, 'Johor Bahru, Johore', 'Good morning xx'), (13117, 3435, 'Johore, Malaysia', 'I like the new "Comment" feature in #GoogleDocs, really allow group collaboration and communication! :)'), (13118, 3427, 'Malaysia', 'Smorih se ko papigaaa....'), (13119, 3155, 'Johore, Malaysia', 'Work (@ Strawberry Asia Group) http://t.co/eOmHfGBZ'), (13120, 247, 'Johor Bahru, Johore', '@asmanissa x,kuning la yang..kuning corak hitam..'), (13121, 3055, 'Johor Bahru, Johore', '@yanayeyOh okay what did you buy.... nasi ke western? Haha'), (13122, 3373, 'Johore, Malaysia', 'Back in ubersocial. &lt;3'), (13123, 3423, 'Johore, Malaysia', '#StronglyAttractedTo SHINee!! :D'), (13124, 3316, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Bus Interchange (Singapore, Singapore) http://t.co/Wu770Oia'), (13125, 2423, 'Johor Bahru, Johore', '@Louislikeastyle bang my ass &lt;3'), (13126, 18, 'Malaysia', '@patt2534 วันนี้เหนื่อยยยยยยยยยยยมว๊ากๆ เจ้'), (13127, 2548, 'Malaysia', '@nanadeera สาย - -'), (13128, 138, 'Plentong, Johor Bahru', '@OuhAmie ha ha ha..eh cte betul kowt..tala caye dah *hempas pintu hahah'), (13129, 1643, 'Johor Bahru, Johore', 'I just hit my leg. )'':'), (13130, 3437, 'Johor Bahru, Johore', 'Very2 e tired from work...'), (13131, 2631, 'Malaysia', 'ƗƚɑƗƚɑƗƚɑ geura angkatan atuh :p RT @sasasannisa: euleuh popoean ngarapung!!!!!!!!!!!! http://t.co/ddFUBtAP'), (13132, 458, 'Malaysia', 'STILL - TVXQ #NP'), (13133, 3434, 'Johor Bahru, Johore', 'Happy birthday to @wzzwan !! Senyum sikit yeeeeeee :&gt;'), (13134, 1812, 'Plentong, Johor Bahru', '@zoulchong lim lagi satu kau tak payah tanye..'), (13135, 544, 'Johore, Malaysia', 'I''m at Grand Mercure Roxy Singapore (Singapore, Singapore) http://t.co/g1nXhkYC'), (13136, 2196, 'Johore, Malaysia', '@CJie 所以我忍住不买。'), (13137, 3319, 'Johore, Malaysia', 'Bon voyage friend .'), (13138, 3438, 'Johore, Malaysia', 'I''m at Little India MRT Station (NE7/DT12) (Singapore, Singapore) http://t.co/Jo8cwbsz'), (13139, 3419, 'Johore, Malaysia', 'Queensway band came first and waited very long but MGS perform first . Too bad sis'), (13140, 458, 'Malaysia', 'อยากดู sherlock แล้ววว &gt;"&lt;'), (13141, 3225, 'Johor Bahru, Johore', 'What hurt most is when I know I ain''t important at all.'), (13142, 3439, 'Malaysia', 'กลับ กทม หละคับ'), (13143, 3193, 'Plentong, Johor Bahru', 'Disebalik kesabaran mesti ada ganjaran InsyaAllah :'')'), (13144, 3440, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 15 others http://t.co/IluGmzMg'), (13145, 3441, 'Johor Bahru, Johore', 'I''m at Blk 628 Ang Mo Kio Market Food Centre (Singapore, Singapore) http://t.co/H8OyRJjo'), (13146, 992, 'Johor Bahru, Johore', '@Cherryluvzxc hahas.!sure Bo.?you don''t look like the want that can study loh.!'), (13147, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis i no more afternoon shift already. Left three more\nMorning shift and im done'), (13148, 2658, 'Johore, Malaysia', 'I''m at United Square (Singapore, Singapore) w/ 2 others http://t.co/h9YCoC2n'), (13149, 458, 'Malaysia', 'รู้สึกว่าช่วงนี้กูจะว๊อนทุกวง - -'') 555'), (13150, 3412, 'Pulai, Johor Bahru', '@deannamohamad15 ohh yeke ? Sapa dia ?'), (13151, 303, 'Johore, Malaysia', 'Having dph now :-)'), (13152, 3442, 'Johore, Malaysia', '@iloveguitar waitress lo..;)'), (13153, 83, 'Plentong, Johor Bahru', 'Roti kosong 20 (@ Restoran Sayed) http://t.co/IZJwmA56'), (13154, 3055, 'Johor Bahru, Johore', 'Beauty and the Geek! Miss watching this!'), (13155, 2657, 'Johore, Malaysia', 'if u r leavin a company, pls b more professional..it doesnt mean that u can ignore ur wrk when u r servin ur notice..u r still on d payroll.'), (13156, 992, 'Johor Bahru, Johore', '@Cherryluvzxc better than me.?ur result got as good as me?know how bake and cook.?hahas.!'), (13157, 3443, 'Johore, Malaysia', '@batrisyiatw AT MAH HSE WOTTS'), (13158, 45, 'Johor Bahru, Johore', 'Suicides and stamina runs.... Someone save me please'), (13159, 1860, 'Johore, Malaysia', 'Asmaradana &lt;3'), (13160, 3419, 'Johore, Malaysia', '#nowplaying time bomb - all time low'), (13161, 670, 'Johore, Malaysia', 'I''m at Dover MRT Station (EW22) (Singapore, Singapore) w/ 2 others http://t.co/svLxSmuo'), (13162, 3078, 'Johore, Malaysia', 'Giant Platter ^^ (@ The Manhattan Fish Market) http://t.co/ZTPGcLbG'), (13163, 2082, 'Johor Bahru, Johore', 'At CE with @LeHAISH..'), (13164, 1643, 'Johor Bahru, Johore', 'Leaving the restaurant already ): i still wanna listen to songs for free.'), (13165, 3193, 'Plentong, Johor Bahru', '@NasiGorengKeju Hahah bg lah dkt dia sndri.'), (13166, 3440, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore, Singapore) http://t.co/o7WEQ5ri'), (13167, 3319, 'Johore, Malaysia', 'I . Am . Not . Cute !!!'), (13168, 364, 'Johor Bahru, Johore', '@kayenleongkaien Haiyo ! Okay loh . ); I now Whatsapp you first . Let you see something! Totally mindfuck.'), (13169, 3165, 'Plentong, Johor Bahru', 'BLANK TERUS LAPPY NI!'), (13170, 3444, 'Johor Bahru, Johore', '@JustinWWD coz ytd win $$ then today can eat delux mah! ^^'), (13171, 3445, 'Johor Bahru, Johore', 'Not that bad lehh! :D team event lets go!'), (13172, 3446, 'Johore, Malaysia', '@ValerieeeeeT hey where are you now ?'), (13173, 2466, 'Johore, Malaysia', 'Im proud to be asian!!! (via @JLin7) - Represent!'), (13174, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Rararara'), (13175, 1982, 'Johor Bahru, Johore', '@ahmerul okay . See ya Kia . See ya tomorrow .'), (13176, 1780, 'Johore, Malaysia', 'Now that im full, i feel soo sleepy. Wanna go home now cn?'), (13177, 3419, 'Johore, Malaysia', 'Lol. Just lol'), (13178, 3447, 'Kota Tinggi, Johore', 'Free wifi + no tourists = happy guy. (@ Hup Chong Hakka Yong Dou Foo (Branch)) http://t.co/s4X0d6kB'), (13179, 3319, 'Johore, Malaysia', 'Im getting frustrated !!'), (13180, 1536, 'Johor Bahru, Johore', 'Otw to play bball'), (13181, 3448, 'Riau, Indonesia', 'Sentosa http://t.co/ag4Y6fOv'), (13182, 738, 'Johor Bahru, Johore', 'Seriously? Fed up.'), (13183, 1490, 'Johore, Malaysia', '#nowreading 1Q84 by Haruki Murakami'), (13184, 458, 'Malaysia', 'ตอนเย็นไปตัดสกินเฮดละนะ -..-'' [ ขอโทดถ้าแท็กแล้วเปนการกวน 55 ] @PPrimo_cUte @CuzzMiiw @tpalita @mild_mildmild @AAeeScallop'), (13185, 665, 'Johor Bahru, Johore', 'Omg._.'), (13186, 967, 'Kota Tinggi, Johore', 'RT @RezpectorCentre: Di sini yang orang Indonesia siapa? http://t.co/Wy1giRUQ'), (13187, 256, 'Johor Bahru, Johore', 'Why do I always lack discipline in doing math'), (13188, 992, 'Johor Bahru, Johore', '@Qimanpoh yea..but overall rating I give 4/10 only..really not that nice..later I ask my friends outside see what their comments..'), (13189, 2548, 'Malaysia', '@aaaaaaaew ไม่ร้องงงงงงง .'), (13190, 1399, 'Johore, Malaysia', ':L'), (13191, 1109, 'Johor Bahru, Johore', '@CELINLEONG Tweeting n gg watch dream high 2! ;) U neh? Go watch dream high freaking nice n funny!! ;D'), (13192, 2393, 'Johor Bahru, Johore', '@shanjingg @zhirennn haha then where? Wm?'), (13193, 3449, 'Malaysia', 'I''m at Yayoi (ยาโยอิ) (Hat Yai, Songkhla) http://t.co/3bSQ7yOa'), (13194, 3450, 'Riau, Indonesia', 'I''m at Palawan Beach (Sentosa Island, Singapore) http://t.co/nRmOJ6Vz'), (13195, 1490, 'Johore, Malaysia', '@monosyllabicity You too!! ;)'), (13196, 2423, 'Johor Bahru, Johore', 'I''ve asked for so long , yet there''s nothing .'), (13197, 3451, 'Singapore', '@NildaJSD don''t like! LOVE THEM!!! =D'), (13198, 3452, 'Johore, Malaysia', 'MY INTERNET IS WORKING AGAINNNNNNNNNN'), (13199, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi huk aloh adik kawe sore nih. elelelelelele. acu tgk background kito alik blake tuh. gmba maso bakar aye. bakpo x mari nyos rugi'), (13200, 3452, 'Johore, Malaysia', 'YAAAAAAAAAAY'), (13201, 3453, 'Johor Bahru, Johore', 'I''m at East View Secondary School w/ @darryltwj http://t.co/0uWTieQn'), (13202, 1399, 'Johore, Malaysia', 'Nobody ever tells me the truth .'), (13203, 3285, 'Johore, Malaysia', 'I''m at Buona Vista MRT Interchange (EW21/CC22) (Singapore, Singapore) w/ 4 others http://t.co/2IANB7OV'), (13204, 2559, 'Johor Bahru, Johore', 'I''m at Bus Stop 64541 (Hougang Central Bus Interchange) (Hougang, Singapore) http://t.co/AqsRV79a'), (13205, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis xuefang is a girl\nOr boy?? Introduce to me\nLeh hahaha'), (13206, 116, 'Johor Bahru, Johore', 'Dinner? @jabslim @CaoMilan'), (13207, 3247, 'Johore, Malaysia', '@POOOPSIE angry alredi hor you dw reply my msg'), (13208, 2423, 'Johor Bahru, Johore', '@Louislikeastyle bang it harder .'), (13209, 3454, 'Johore, Malaysia', 'Hello beautiful eyes.'), (13210, 256, 'Johor Bahru, Johore', '@rainbowofdreams OMGGGGG'), (13211, 2631, 'Malaysia', 'RT @B2STsoB2UTY: ok, jadi B2ST bakal punya adek baru lagi yaitu BTOB. semoga mereka ga mengecewakan ya :) http://t.co/vrV2Fqvu'), (13212, 3421, 'Johore, Malaysia', '@marcopolosexy @mendthisheart @CheRings @Murasamunex3 @MicahhChu @ tnks for the great night :)'), (13213, 3455, 'Johore, Malaysia', '"sleeping bags, tents, picnic mats and maybe BBQ pits spotted outside Apple shops."'), (13214, 2889, 'Johore, Malaysia', '@Boon_Juin oh. Really? how you know she got bf? 0:'), (13215, 356, 'Johore, Malaysia', '@FIFIFIRAH haha. Once in awhile ok ok la. kalau hari makan nasi ayam 5 dollar. Habis terus poks uh. Hahaha'), (13216, 3456, 'Plentong, Johor Bahru', 'now at ikmal house! (@ Padi Huma 10) http://t.co/WWg0ErnW'), (13217, 89, 'Johor Bahru, Johore', '@MrAdlina tkda tanye je..'), (13218, 967, 'Kota Tinggi, Johore', 'I''m at Bombardier CSeries Dome At #sga2012 http://t.co/s4K8036o'), (13219, 3457, 'Johor Bahru, Johore', 'tiring day. somebody save me!'), (13220, 3458, 'Johor Bahru, Johore', 'So disappointed by this semester''s assignment results. :('), (13221, 453, 'Johor Bahru, Johore', 'I''m at ~My Lo•Ve•Ly KiTcHeN~ http://t.co/D0ErNHZW'), (13222, 2912, 'Johor Bahru, Johore', ' did I get tanner ?! BUT IM ALR INDIAN . Noooooo #fml'), (13223, 2889, 'Johore, Malaysia', '@SMEXYDOPES HAHAHAHA. KCAN xD'), (13224, 1860, 'Johore, Malaysia', '@fluffykitties_ I tak leh kluar hari ni larh.. Evening i nak kluar with family I guess. SO sorry.. :((('), (13225, 364, 'Johor Bahru, Johore', 'YALAH . TOTALLY . “@ScorpioSeason: #Scorpios take care of everyone. Who will take care of them?”'), (13226, 2548, 'Malaysia', '@aaaaaaaew คร้าบบบบบ'), (13227, 3005, 'Johore, Malaysia', '@mrbrown NEL is the only line to run on overhead power cables while the rest are powered by third rail.'), (13228, 470, 'Singapore', '@JosiahSJH hmm .. im not sure if its good or bad i guess its avg. but well it didnt met my expectations .. ya'), (13229, 204, 'Johor Bahru, Johore', '@vdevenecia haha. di mo ba naarok? :D'), (13230, 3459, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 11 others http://t.co/XOM7n6OG'), (13231, 992, 'Johor Bahru, Johore', '@Qimanpoh yea..that''s why Qing ping and others don''t like it..hais..wondering should I wear it to sch anot..our sch ite shirt nicer lea..'), (13232, 492, 'Johor Bahru, Johore', 'See you means a lot to me'), (13233, 3460, 'Johore, Malaysia', 'I''m at homework time. http://t.co/9BI3oWBo'), (13234, 364, 'Johor Bahru, Johore', '@kayenleongkaien got ah ! Dumb!'), (13235, 2299, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 4 others http://t.co/FXXocyzL'), (13236, 3421, 'Johore, Malaysia', '@cobaltzxcs yo :P abit high now ytd go zouk till now never sleep :/ hoho'), (13237, 3461, 'Riau, Indonesia', 'kakaak melody pinteeerrrr :) RT @melodyJKT48 Anomali iklim'), (13238, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 sebab hujan tak ingin dgr suara u .'), (13239, 3462, 'Johore, Malaysia', '#iwanttosleep'), (13240, 3322, 'Kota Tinggi, Johore', 'I''m at Boon Lay Bus Interchange (Singapore, Singapore) w/ 2 others http://t.co/o5PoVcQY'), (13241, 1950, 'Johor Bahru, Johore', 'Sleep time!!! Teacher i lecture time... By only talk to one class... Stupid!!!'), (13242, 3452, 'Johore, Malaysia', 'Had a great chat with @kisssmyazz after like a super long time yesterday~'), (13243, 967, 'Kota Tinggi, Johore', 'Kamseupay http://t.co/b6PfJ7LQ'), (13244, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis attachment?? From sp??'), (13245, 3446, 'Johore, Malaysia', '@ValerieeeeeT then is Jamie with you ? Text me when you reach . 97509647 .'), (13246, 1918, 'Johore, Malaysia', 'You''re the reason I believe in love.'), (13247, 138, 'Plentong, Johor Bahru', '@OuhAmie hahahahahah..takpe lepasni maybe boleh.yang pentg keep try,jgn cept berputus asa haha'), (13248, 2423, 'Johor Bahru, Johore', 'I seriously hate this guy in this IMH .'), (13249, 775, 'Johore, Malaysia', 'YEASSS!! I''LL BE WATCHING #WICKED THE SECOND TIME! PRAISE THE LORDDD. Elphaba, I''m cominggg to hear your VOICE tonighhhhht!'), (13250, 2631, 'Malaysia', 'Eaaaaaa :p RT @adhikusuma: ihhh berharap kamu bisa jadi milikuu... http://t.co/yUGYKXkP'), (13251, 3319, 'Johore, Malaysia', 'U will never get a clue , how i feel about you .'), (13252, 3461, 'Riau, Indonesia', ':) appaaann kk acchan RT @achanJKT48 Hahahah ketauan deh-_- hahha'), (13253, 3005, 'Johore, Malaysia', '@livingrocknroll tell the girls I can''t reply them. Btw I can''t go out. No money.'), (13254, 556, 'Malaysia', '@TangMoaloha เซงไง โอ้ยยย = ='), (13255, 2423, 'Johor Bahru, Johore', 'Fml to be doing CSO in IMH -.-'), (13256, 2548, 'Malaysia', '@nanadeera ดีมากก ๆ .'), (13257, 1613, 'Johore, Malaysia', 'I''m at Boon Keng MRT Station (NE9) (Singapore, Singapore) w/ 2 others http://t.co/3bWYatmX'), (13258, 115, 'Indonesia', '@TonyRichesZ sapa tau khan.. lumayan pemasukan +an.. wkwkwkwk....'), (13259, 3421, 'Johore, Malaysia', '@cobaltzxcs awesome ;)'), (13260, 2348, 'Johor Bahru, Johore', '@XxJiahuizZ @ilurvejongkey wtf!!! Plan? Joker sial you'), (13261, 3448, 'Riau, Indonesia', 'I''m staying at Marina Bay Sands Hotel in Singapore http://t.co/4lGx0B5t'), (13262, 1530, 'Johore, Malaysia', '@uggene hahaha . Okay . ^^ what you doing ?'), (13263, 745, 'Singapore', '@julesQ_ hehhehe dunno the exact place but its along the main road of little india..i think the name of the shop is jade palace'), (13264, 3448, 'Riau, Indonesia', 'SangriLa http://t.co/QdrsQXA3'), (13265, 3463, 'Johor Bahru, Johore', 'I''m at West Mall (Singapore, Singapore) w/ 2 others http://t.co/7g0Vvy6G'), (13266, 556, 'Malaysia', '@Nnamfhhh เย้&gt;&lt; 555. ไปรับเกรดปะ?'), (13267, 2421, 'Johore, Malaysia', 'Body burning... Head hurts like hell... Feeling so uncomfortable nw...'), (13268, 1918, 'Johore, Malaysia', 'Sama ! RT @wanndi_: Ga mau mikirin yg laen..uang uang uang $$'), (13269, 3464, 'Johor Bahru, Johore', 'I''m at Yew Tee MRT Station (NS5) (Singapore, Singapore) w/ 2 others http://t.co/9oNiVfEZ'), (13270, 556, 'Malaysia', '@jimjibeaw ตื่นแล้ววววววววว:D'), (13271, 2423, 'Johor Bahru, Johore', 'This guy , loves to take up food from the garbage bin and eat ALL the food in the garbage bin . And when I scold him , he barks .'), (13272, 1860, 'Johore, Malaysia', 'When he replies me late, I would be irritated. But the moment when the reply arrives, all the irratations flies away. &lt;3'), (13273, 3422, 'Johor Bahru, Johore', '@ChermineOinks ohhhh.. Today is the what Ic registration one right? /:'), (13274, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh nothing'), (13275, 556, 'Malaysia', '@PongsakonBig 55555เราก็ว่างั้น ;)'), (13276, 2553, 'Johore, Malaysia', '@theweirdgirl_ @xiaoshanshan_ here ._.'), (13277, 2975, 'Johor Bahru, Johore', 'Roar!!!! This means war!!! (@ LTA Appeal Department) http://t.co/0i5JnOLx'), (13278, 45, 'Johor Bahru, Johore', 'I better be early for training. Or else ms neo will kill me'), (13279, 992, 'Johor Bahru, Johore', '@TevisDaDus when ur chatlet?'), (13280, 2082, 'Johore, Malaysia', 'Watching 9gag..'), (13281, 1247, 'Senai Kulai, Kulai Jaya', 'I''m at Blok M43 Mafia Kolej Tun Dr Ismail UTM (Skudai, Johor) http://t.co/T8NQkvuj'), (13282, 2304, 'Johore, Malaysia', 'XD lorcha kya hai? RT @thebongette This hand is your hand. This hand is my hand. No wait its your hand. No wait its my hand! :D'), (13283, 415, 'Kota Tinggi, Johore', '@shootbanglove only today! Haha!'), (13284, 3465, 'Johore, Malaysia', 'I''m at Market @ Blk 69 Kallang Bahru http://t.co/awugQL4T'), (13285, 556, 'Malaysia', '@llinenia2g เค้าเพิ่งตื่นนิ = = จะนอนกินบ้านกินเมืองหรออันอั๊น'), (13286, 1909, 'Tebrau, Johor Bahru', 'Lunch with my ❤ (@ Pizza Hut @ Jusco Tebrau City) http://t.co/A8G0bn6j'), (13287, 3055, 'Johor Bahru, Johore', '@yanayeyOh alright! Jemput :)'), (13288, 844, 'Johor Bahru, Johore', '@Ramm_2012 kaw nmpk aku time aku kt tingkt due?'), (13289, 2808, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange (Singapore) w/ 2 others http://t.co/zOkAh0Bo'), (13290, 3466, 'Johor Bahru, Johore', 'I just woke up. Later on going jb. (at Choa Chu Kang Ave 5, Blk 484D) — http://t.co/EUSK87dU'), (13291, 556, 'Malaysia', '@Airinqz เหมือนเค้าจะสายกว่า 5555'), (13292, 204, 'Johor Bahru, Johore', '@vdevenecia hala na, sino si majoma? hehe :) tribute ko yan kay karl roy. :)'), (13293, 1812, 'Plentong, Johor Bahru', '@zoulchong mike bukan kat mahkahmah ke?'), (13294, 2423, 'Johor Bahru, Johore', 'I know you''re crazy but don''t be stupid like seriously ? -.-\nYou in this IMH how long alr , you dk the rules ?'), (13295, 2631, 'Malaysia', 'RT @SemuaRasaRemaja: Ketika kamu memutuskan untuk menyerah, disaat itulah sesungguhnya kamu ''hampir sampai''. http://t.co/siWc0SNS'), (13296, 2889, 'Johore, Malaysia', '"@NaomiNeo_: Why should you have a say in my life? Don''t teach me how to lead my life when you can''t handle your own."'), (13297, 2848, 'Kota Tinggi, Johore', '@kingkass19 twitter and fb? Joint account?'), (13298, 2623, 'Malaysia', 'ยังมีคนแบบนี้อยู่อีกหรอ ? เหนติ๋มๆ ก่ร้ายไม่เบา &gt;&lt;'), (13299, 3467, 'Johore, Malaysia', 'Late lunch! (@ Open Door Policy) [pic]: http://t.co/47nV9Yi5'), (13300, 2724, 'Plentong, Johor Bahru', '@IffahNajihah where are u!! i miss uuu!! \nlol :)'), (13301, 3412, 'Pulai, Johor Bahru', 'Mama nak hush puppies Rm50'), (13302, 2423, 'Johor Bahru, Johore', 'Your mother cheebye , hope you tio cancer and die early .'), (13303, 1860, 'Johore, Malaysia', '@fluffykitties_ HAHAHAH! Twau tak perh! At least dapat meet! Wani! Ako rindu dher! :(( tehehe..'), (13304, 131, 'Kota Tinggi, Johore', '@ teleperformance with @arencher1520 and @rocheboy'), (13305, 1343, 'Johor Bahru, Johore', 'Overhead nearby in the office, "only barbarian dunno how to cook water". I don''t know how to react to this not that I need to react at all'), (13306, 3468, 'Johor Bahru, Johore', '@therantingcurse @Carrleos @sarahhtxy @Joyboomzyou totally can''t sing that song well now! ):'), (13307, 2428, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) w/ 5 others http://t.co/UoyeWMHz'), (13308, 138, 'Plentong, Johor Bahru', 'Who the hell its niam? It is nilam,nilai or diam jer.hmm aku malas goggle.'), (13309, 18, 'Malaysia', 'หายใจไม่ค่อยจะทันนน ว่ะ'), (13310, 2423, 'Johor Bahru, Johore', '@JonathanJtjw ya , Ikr ! Hais'), (13311, 2825, 'Johore, Malaysia', 'I''m at Chinatown, Singapore (Singapore, Singapore) http://t.co/kqV9ruus'), (13312, 3421, 'Johore, Malaysia', '@cobaltzxcs cannot luh damn high x.x anw gtg kk hospital to see doctor :/ so cant sleep also'), (13313, 3469, 'Johore, Malaysia', 'I''m at Tanjong Pagar Market and Food Centre (Tanjong Pagar, Singapore) w/ 2 others http://t.co/VScJ47oR'), (13314, 3470, 'Johore, Malaysia', 'I''m at Orchard Central (Singapore) w/ 5 others http://t.co/0Y575yuC'), (13315, 992, 'Johor Bahru, Johore', '@Cherryluvzxc pui.!kns&gt;&lt;\nur cfm suck Liao hell.!no standard de..mine got MBS people teach and coach me de.!haha.!^^'), (13316, 2925, 'Johore, Malaysia', '#checking my Facebook notifications...'), (13317, 3319, 'Johore, Malaysia', 'This chinese guy likes me ! Chinese !!'), (13318, 3005, 'Johore, Malaysia', '@FalthLoveHope free bus!!!'), (13319, 115, 'Indonesia', '@pauldepe iyo sdh biar senang spya cpt sembh.. btw, berarti filmnya bnyk nih.. minta donk..'), (13320, 3471, 'Johore, Malaysia', 'Thankyou very very much for the advance birthday gift @caesariapramita'), (13321, 2423, 'Johor Bahru, Johore', '@Louislikeastyle I only did with two . You and my girlf ):'), (13322, 1065, 'Johore, Malaysia', 'No lesson, next destination HOME'), (13323, 2910, 'Johor Bahru, Johore', 'Isnt this too adorable? A mini speaker! Thanks Kipling! @ The New Paper http://t.co/DBVgvrFF'), (13324, 280, 'Johor Bahru, Johore', '@xBeatricee no luh. Evening then have'), (13325, 2925, 'Johore, Malaysia', '#disgusted at the sight of sluts :/'), (13326, 256, 'Johor Bahru, Johore', '@Alfreda_L it''s a show or song omg oops Alfreda did you just wake up ?'), (13327, 2889, 'Johore, Malaysia', '@Boon_Juin smlj la xD always disturb me! :p no xD dont like him liao xD HAHAHA.'), (13328, 775, 'Johore, Malaysia', '@nurulm IM WATCHING WICKED again TONIGHT. How I miss the gala night event w you. :)'), (13329, 1399, 'Johore, Malaysia', '@_yanzhen yea lorh idk why :S'), (13330, 3472, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Ave 5 Block 483 http://t.co/kF3IvwdZ'), (13331, 3421, 'Johore, Malaysia', '@cobaltzxcs boooooo grimore Hearts!!!!! ONE MAGIC!'), (13332, 1244, 'Johore, Malaysia', 'I''m at 3838 Eating Place (Singapore, Singapore) w/ 2 others http://t.co/HXqEBLF0'), (13333, 3120, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) http://t.co/E0k16Igs'), (13334, 3473, 'Johore, Malaysia', 'I''m Bored . @RianVans @FarahAqidah @UmairahKecoh'), (13335, 1918, 'Johore, Malaysia', 'RT @JLEBmoment: Saat cewek rela diapa2in sama pacarnya,itu bukan cuma bikin jatuh harga dirinya tapi juga udah ng... http://t.co/Xjv9CzC7'), (13336, 3319, 'Johore, Malaysia', 'Im i that stupid ? No one is stupid .'), (13337, 2423, 'Johor Bahru, Johore', '@Louislikeastyle I''ll only do with two person , you &amp; my girlf ..'), (13338, 1343, 'Johor Bahru, Johore', 'Singapore Cord Bank, which just saw its 100th unrelated cord blood transplant, is calling for more donors http://t.co/xyqcXJnn'), (13339, 3474, 'Tesco Sri Alam, Plentong', 'Cekik jom (@ Medan Selera Tesco Seri Alam) http://t.co/a3RppJL4'), (13340, 556, 'Malaysia', '@Nnamfhhh ไปๆๆ ม๊าบังคับ T T'), (13341, 3475, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/yf8Hctzw'), (13342, 1190, 'Kota Tinggi, Johore', 'Yknow what? You''re not worth it. I''m just gonna focus on improving myself.'), (13343, 1927, 'Johore, Malaysia', '@iamurvivek : cOOL'), (13344, 3476, 'Johore, Malaysia', 'Hello!! :D'), (13345, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Hahah harini. Biarlah diaaaa!'), (13346, 1860, 'Johore, Malaysia', '@fluffykitties_ Dher reply msg lambat seyh.. :(('), (13347, 1662, 'Johore, Malaysia', 'I''m at Bedok South Blk 1 http://t.co/VsPJytFv'), (13348, 1109, 'Johor Bahru, Johore', '@Queenie_Chanel Orh kkay hehe! ;) But dun so busy til u neglect ur health k? :) &lt;3 No matter wat, health n safety cme first!'), (13349, 1601, 'Plentong, Johor Bahru', 'I''m at E Cube Trading @ Danga City Mall (Johor, Johor Bahru) http://t.co/eTAU4udH'), (13350, 992, 'Johor Bahru, Johore', '@TevisDaDus oh..okay.'), (13351, 3477, 'Johore, Malaysia', 'with @TiffyBangzz (@ Plaza Singapura w/ 14 others) http://t.co/KcjCnKvz'), (13352, 2356, 'Johore, Malaysia', 'Grey colour tee and dark blue jeans ~'), (13353, 3478, 'Plentong, Johor Bahru', 'Driving test .haish mengantuk nyeee (@ Akademi Lesen Memandu Mewah) http://t.co/ymI4PPOk'), (13354, 2925, 'Johore, Malaysia', '@dee_kosh march ''holiday'' wasn''t a holiday...must go sch everyday. U called dat a holiday?'), (13355, 204, 'Johor Bahru, Johore', '@vdevenecia haha. yun un e. aral ka na! may exam ka pa ata :) goodluck kapatid!'), (13356, 1399, 'Johore, Malaysia', 'err jiayi can tell me who ? :O'), (13357, 984, 'Johore, Malaysia', '@RizKrieger ohh ur asking for it man.. Lol'), (13358, 3479, 'Johore, Malaysia', 'I''m at Farrer Park Swimming Complex (Singapore) http://t.co/h4zGm20n'), (13359, 374, 'Senai Kulai, Kulai Jaya', 'Dafuq with this tweet RT @kevinaldrian: Tweet di kamar mandi http://t.co/THIaVyCV'), (13360, 556, 'Malaysia', 'ก็รู้ทั้งรู้ อิเวนนนนนนนนนนนนน = ='), (13361, 1264, 'Johore, Malaysia', 'BBQing and playgrouding at Tiffany house'), (13362, 453, 'Johor Bahru, Johore', 'I''m at *~My Lo•Ve HoMe~* http://t.co/fPIw7AGs'), (13363, 2822, 'Kota Tinggi, Johore', 'Lunchhhh break! Having cheese burger and I have to cut in up into pieces! ;( Chloe said I''m like a baby! It''s not my fault, it''s my braces!'), (13364, 138, 'Plentong, Johor Bahru', '#np green day - working class hero.'), (13365, 3480, 'Johore, Malaysia', 'I''m at Il Gelato Di Brunto @ Citylink (Singapore) http://t.co/M7HsU5x7'), (13366, 2498, 'Johore, Malaysia', 'i should go out and buy lunch.'), (13367, 1530, 'Johore, Malaysia', '@uggene okay . Treat me hehehe! :p fake .'), (13368, 664, 'Maktab Sultan Abu Bakar, Plentong', 'Wuazaaapppp (@ Maktab Sultan Abu Bakar (English College)) [pic]: http://t.co/2B4tPqnT'), (13369, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh SURE NOT A PROBLEM'), (13370, 3481, 'Kota Tinggi, Johore', 'Now studying with @Alastairwxj @RonnCJJ and jairus!'), (13371, 2423, 'Johor Bahru, Johore', 'Seriously ? I''ve enough stress and trouble . Now you''re trying to cook me up and make me boil . -''- in your face .'), (13372, 992, 'Johor Bahru, Johore', '@Cherryluvzxc lol.!u cfm.? we hold 1 cooking competition see who win..don''t need say also know I sure win.!LOL.!'), (13373, 879, 'Johore, Malaysia', 'I''m at 41 Craig Road http://t.co/4CYtN1ko'), (13374, 3482, 'Johore, Malaysia', 'Tweet la apelagi, hekhek.'), (13375, 45, 'Johor Bahru, Johore', 'Idiot :( @zafianthefret you suck ballz!!!:(:(:('), (13376, 3214, 'Johor Bahru, Johore', 'Really got the insufficient sleep feeling.'), (13377, 479, 'Singapore', '@dee_kosh Has a nice ring to it though! Chorus sounds so catchy:&gt;'), (13378, 115, 'Indonesia', '@JandReeYandRee baru tahu kemaren e..\njadi mau tagih oleh2 dari negeri sakura..'), (13379, 3388, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) w/ 3 others http://t.co/W5gaWE6r'), (13380, 3319, 'Johore, Malaysia', '*am (for the previous previous tweet )'), (13381, 1684, 'Senai Kulai, Kulai Jaya', 'I''m at D10 Lecture Hall (Johor Bahru, Johor) http://t.co/rSkzTz7K'), (13382, 3482, 'Johore, Malaysia', 'Facebook mati hor'), (13383, 992, 'Johor Bahru, Johore', '@Cherryluvzxc stop bhb lah.!making me puke.!hahas:D'), (13384, 2635, 'Johor Bahru, Johore', '@hooray_4_scott mine was like shit lah.'), (13385, 1109, 'Johor Bahru, Johore', '@Ckytveryshiny HappyAdvancedBdae! ;) Enjoy urself tml!'), (13386, 2912, 'Johor Bahru, Johore', '@kenabanginblack HAHAH, you know it''s true'), (13387, 3483, 'Johor Bahru, Johore', 'Bored over here with my colleagues. Changing job soon after the contract ends.'), (13388, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis Huh wtf i thought that only applies to rp'), (13389, 256, 'Johor Bahru, Johore', '@Alfreda_L but I think he looks quite different now ! What show is it ?? Title ! HAHAHAH I''m addicted to 90210'), (13390, 183, 'Johore, Malaysia', 'I''m at KINGDOM INVASION (School of Healing and Impartation) Singapore Expo Hall 1 http://t.co/eRkxEYQJ'), (13391, 1979, 'Johore, Malaysia', 'Boredom. (at Gaming ERA @ Plaza Singapura) [pic] — http://t.co/uoap6F5i'), (13392, 1927, 'Johore, Malaysia', '@vijaymarreddy : Seema simham how are u'), (13393, 116, 'Johor Bahru, Johore', 'hop off (@ Compassvale lane busstop 67211) http://t.co/6Oxj64Om'), (13394, 1827, 'Johor Bahru, Johore', 'I''m at Land Transport Authority (Singapore) http://t.co/9WY0MzVK'), (13395, 3484, 'Pulai, Johor Bahru', 'alhmdulilah xke re-do lavelling td.. wieee!!~~'), (13396, 3485, 'Johore, Malaysia', 'I''m at Starbucks (Singapore, Singapore) http://t.co/ncTjlXfE'), (13397, 665, 'Johor Bahru, Johore', 'Just finish bathing&gt;&lt; omggg all my clothes in da washing !'), (13398, 1343, 'Johor Bahru, Johore', 'copier? Xerox? She''s a delight to play with isn''t she? @LimPeiLin @pickyin'), (13399, 2925, 'Johore, Malaysia', 'Spongebob squarepants :)'), (13400, 3486, 'Johore, Malaysia', 'Back at work! (at Chapter 2 @ Marina Square) — http://t.co/8kCp7mEc'), (13401, 3487, 'Senai Kulai, Kulai Jaya', 'Oh shit. I accidentally swallowed a fish bone.'), (13402, 2925, 'Johore, Malaysia', 'Pocoyo &lt;3'), (13403, 3488, 'Johore, Malaysia', 'Im so happy for my friend, she''s like updating on fb her house renovations. So pretty her house! Bestnyaaa, I also want my own house pls.'), (13404, 2631, 'Malaysia', '==" RT @_AllRiseCho: .____.RT @ajrinacan: ..............RT @.koreansplash: PO SS4INA SAMPAI TANGGAL 20 MARET 2012 http://t.co/k6rwyJxi'), (13405, 1748, 'Pulai, Johor Bahru', '早上起来睁开眼就看到你是幸福的'), (13406, 775, 'Johore, Malaysia', 'OMGG. Yes! RT @nurulm Whatt omg! Lucky!! RT @iZacchMatt: @nurulm IM WATCHING WICKED again TONIGHT. How I miss the gala night event w you. :)'), (13407, 2423, 'Johor Bahru, Johore', '@Louislikeastyle Dafug ? Why you so no link one , suddenly talk about sabotoucher ):'), (13408, 1876, 'Johor Bahru, Johore', 'Dammit fucking rush!!!!!!!!'), (13409, 2393, 'Johor Bahru, Johore', 'And I''m back in school...'), (13410, 2925, 'Johore, Malaysia', 'Upin and Ipin &lt;3'), (13411, 3489, 'Pulai, Johor Bahru', '@NurshafiqaR oii ngoi lah kau. Dah ada twitter skrg :P http://t.co/xGb8BVfW'), (13412, 3490, 'Johore, Malaysia', 'And yes, some auntie talked to me in Mandarin. Once again, she thought I was Chinese :| (@ MRT (North South Line)) http://t.co/dDaqjay6'), (13413, 1860, 'Johore, Malaysia', '@fluffykitties_ Dher reply tapi lambat tu jer'), (13414, 1226, 'Johore, Malaysia', 'I''m at Bedok CC B1-01 w/ @fafarellaa @callmeodah http://t.co/ixL1SU99'), (13415, 3483, 'Johor Bahru, Johore', 'Single and miserable.\nMarried and waiting to die.'), (13416, 1588, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 6 others http://t.co/HcLkaRqn'), (13417, 3491, 'Johore, Malaysia', 'Makan makan makan! (@ Amoy Street Food Centre w/ 3 others) http://t.co/NtyMifZA'), (13418, 2065, 'Pulai, Johor Bahru', '@ZamerZahran Game xbest la tu der..hahaha'), (13419, 2925, 'Johore, Malaysia', 'Corndog fight!! :)'), (13420, 2299, 'Johor Bahru, Johore', 'I''m at Pepper Lunch (Singapore) http://t.co/9TMGHxrk'), (13421, 3492, 'Johore, Malaysia', 'I''m at His Glory Cafe @ Clifford Centre (City, Singapore) http://t.co/R3dQ2kjV'), (13422, 3481, 'Johor Bahru, Johore', '@MuhdHaqimShah AFTERNOON! :-)'), (13423, 256, 'Johor Bahru, Johore', 'Let it rain is really a nice song . Erm... Not referring to the one by the tiko peh pibull HAHAHAH'), (13424, 3493, 'Johor Bahru, Johore', 'I''m at Sally''s Salon (Singapore) http://t.co/pxTqTq0J'), (13425, 2522, 'Johore, Malaysia', 'I''m at Big O Cafe &amp; Restaurant (Singapore, Singapore) http://t.co/XQ2w73Ri'), (13426, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh GOOD THAT YOU\nKNOW HAHAH'), (13427, 3489, 'Pulai, Johor Bahru', '@amerkierakara welcome to the club. Bb ftw! Hihi lol http://t.co/1YHDiDCC'), (13428, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis huh shit i dont want carrefour'), (13429, 1694, 'Johor Bahru, Johore', '@tashankassey @drshafbonculous @dennisrvp @sathisssh @pirra_szcz @flyinpotatoes Not Forgotten? Forgettable movie.'), (13430, 3488, 'Johore, Malaysia', '...But wedding come later please? I want my own house only. I still need to master how to cook the rice perfectly first. Hee! ;P'), (13431, 1979, 'Johore, Malaysia', 'Sackboy tried vans but it didn''t fit. (at Gaming ERA @ Plaza Singapura) [pic] — http://t.co/3G3iboFW'), (13432, 2762, 'Malaysia', '@Dack_biw มีแต่มาเอาเอง'), (13433, 2423, 'Johor Bahru, Johore', 'I always start to joke and you scold and in the end it becomes my fault , for trying to joke and get your attention . Seriously ?'), (13434, 3494, 'Kota Tinggi, Johore', 'W/ @frappeliciousQT mug! (@ Starbucks) http://t.co/lvo2kGCu'), (13435, 2886, 'Johore, Malaysia', 'I''m at Raffles City Shopping Centre (Singapore) w/ 9 others http://t.co/E3Fctn1Z'), (13436, 3495, 'Johor Bahru, Johore', 'I''m at Home Team Academy (Singapore) w/ 2 others http://t.co/qm6mxCV1'), (13437, 1629, 'Johore, Malaysia', 'I''m at Clementi Bus Interchange (Singapore) http://t.co/5c6b7Dbw'), (13438, 2822, 'Kota Tinggi, Johore', '@florxxlicious happy brithday!(; 1 week older than me! Hahahah!'), (13439, 3370, 'Johor Bahru, Johore', '@Lsinying @lhongkaiamos jiangkai'), (13440, 3369, 'Johor Bahru, Johore', 'I''m at Blk 308 Hougang Avenue 5 (Singapore, Singapore) http://t.co/JBaU50gO'), (13441, 3496, 'Johore, Malaysia', 'Leave applied ! Kiara DH comp. here i come !!'), (13442, 2886, 'Johore, Malaysia', 'I''m at Swissôtel The Stamford (Singapore, Singapore) w/ 4 others http://t.co/XeERoiUr'), (13443, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi asaimen semace nah.. at the end of the storm.. is a golden sky.. and the sweet silver song of a lark.. sabadeh'), (13444, 3497, 'Johor Bahru, Johore', 'Shopping with two aunties ): Sad life (@ Tampines 1 w/ 7 others) http://t.co/FD4o8wxf'), (13445, 2631, 'Malaysia', 'RT @SemuaRasaRemaja: RT @BungKOCAK: Coba aj MANTAN bisa di daur ulang yah kn g perlu repot2 move on #UdahGituDoang #GakPakeEaaa #ApalagiCiee'), (13446, 3410, 'Pulai, Johor Bahru', 'lapar tgok makanan.'), (13447, 2423, 'Johor Bahru, Johore', 'Eh , knn you go die la eh -''- I had enough of you . Last night , my fault . Now , my fault . Still want how many time ? Pcb'), (13448, 3498, 'Johor Bahru, Johore', 'I''m at Block 445 Coffee Shop http://t.co/23HtKQHi'), (13449, 3488, 'Johore, Malaysia', 'Mati anak makcik kena makan maggie everyday. But now we have Adabi, no? ;P Instant ingredient pack rocks!'), (13450, 632, 'Plentong, Johor Bahru', 'Budak kecik kat kamdar ni ajak aku main cak cak. Hahaha aku teman mak aku bukan nak main main lah!'), (13451, 3499, 'Johor Bahru, Johore', 'NCDCC (@ East View Secondary School w/ @darryltwj @terence_onlyme) http://t.co/FwTaLrxn'), (13452, 3500, 'Singapore', '@Olive_rrrr Why got so many ppl?'), (13453, 1268, 'Johor Bahru, Johore', '@jasonthepig to Samsung?'), (13454, 3446, 'Johore, Malaysia', '@ValerieeeeeT yup .'), (13455, 3501, 'Johore, Malaysia', 'Boys yg over. (at Temasek Primary School) [pic] — http://t.co/eP3Npfia'), (13456, 552, 'Johore, Malaysia', '@Roseskisses nope -.- big guy using small yellow cup (; but nvm I like can already ^^'), (13457, 2957, 'Johore, Malaysia', 'Okay , I''m so full now.'), (13458, 3502, 'Johore, Malaysia', 'Crazy over iPad! (with Leonard, Shaun, and 2 others at City College (Singapore) @ SPRING Singapore) [pic] — http://t.co/NhLhUseV'), (13459, 3482, 'Johore, Malaysia', 'Hehe. Boleh jadi gile tahu tak pasal nak keluar nye pasal.'), (13460, 3503, 'Johor Bahru, Johore', 'At Joseph''s condo . Swimming in 5 mins and then doing my homework . I HOPE .'), (13461, 3487, 'Senai Kulai, Kulai Jaya', 'Fish for lunch for 3 days straight. -_-'), (13462, 3370, 'Johor Bahru, Johore', '@AydilAbdulAzis not according to results?!'), (13463, 3319, 'Johore, Malaysia', 'I got a comment from my friend that im emo . Okay , nurin .. u have got to chill .'), (13464, 3504, 'Johore, Malaysia', 'nice to see the sun after such terrible weather yesterday...'), (13465, 3505, 'Johor Bahru, Johore', '@SonOfSabariman Tinggallah Aku Sendiri'), (13466, 2421, 'Johore, Malaysia', 'I''m not a super women... I do get sick too n I need rest.. Sick n tired of being strong...'), (13467, 2514, 'Malaysia', '@hanongh @Ziine_Panistar พี่ฮ่ะหน่อง น่าร๊ากกกอ่ะ ^ ^'), (13468, 2515, 'Johor Bahru, Johore', '@ashjimmy Wahh cool !!!'), (13469, 3130, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 15 others http://t.co/vhI8l1k5'), (13470, 992, 'Johor Bahru, Johore', '@Cherryluvzxc haha.!i won''t cry de.!intead I will shit infront of u.!cos tio food poisoning.!heheh..'), (13471, 115, 'Indonesia', '@nona_maniezz @JandReeYandRee eitzzzz...... dilarang ikut2n..'), (13472, 78, 'Johor Bahru, Johore', '@seinakunii he will be fine .'), (13473, 3506, 'Johor Bahru, Johore', 'I''m at Sembawang MRT Station (NS11) (Singapore, Singapore) w/ 3 others http://t.co/DpJiJMI7'), (13474, 2423, 'Johor Bahru, Johore', '@Louislikeastyle because you never talked to me anymore ! There''s more who sabo-ed me . Your friends as well (:'), (13475, 250, 'Johor Bahru, Johore', 'So sleepy :/'), (13476, 3507, 'Malaysia', 'แวะมื้อเที่ยงง่ายๆ KFC (@ Siam Nakarin Complex (สยามนครินทร์คอมเพล็กซ์)) http://t.co/nUefK1u8'), (13477, 2866, 'Johore, Malaysia', 'Hope it will get it by today!'), (13478, 364, 'Johor Bahru, Johore', '@kayenleongkaien they happy !'), (13479, 1979, 'Johore, Malaysia', 'To other Sackboy came and was pissed cuz his shoe was taken away. (at Gaming ERA @ Plaza Singapura) [pic] — http://t.co/8uPMvaUH'), (13480, 992, 'Johor Bahru, Johore', '@Cherryluvzxc actually got cake gv ppl de..but say until like that then I think forget bah..'), (13481, 45, 'Johor Bahru, Johore', '@zafianthefret NONOOOOOOOOOOO!!!!!!!!! :(:(:(:('), (13482, 3508, 'Johore, Malaysia', 'I''m at Topman (Singapore, Singapore) http://t.co/pnaD7PTG'), (13483, 1994, 'Johore, Malaysia', '@hydrobioctlina yah but right now im ok la we just had a bit of arguments &amp; then i realise i dont want to be stress cause of her! hehehe...'), (13484, 3452, 'Johore, Malaysia', 'Me and my mom lied to the ICA person so funneh'), (13485, 3510, 'Johor Bahru, Johore', '@peilinglow come back soon. @Raedom4eva and me miss u a lot:)'), (13486, 3319, 'Johore, Malaysia', 'When im home . Im going to switch on the music at full blast ! Weehee !! :D'), (13487, 287, 'Plentong, Johor Bahru', 'Lapar. Tapi tak larat nak makan. Tweet je larat.'), (13488, 2822, 'Johore, Malaysia', 'Ohhh no. I only know that I can actually used the gel thingy given by doctor to protect my ulcer ;( screw me I didn''t being it out with me!'), (13489, 3511, 'Johor Bahru, Johore', 'I hate typical ah beng !'), (13490, 3500, 'Singapore', '@captfabrejas Guys and girls? Guys have me, jaryl, ganesh, naveen for now. Cant go for movie man, I got class bbq;('), (13491, 114, 'Johor Bahru, Johore', 'Study@ library. Feel like in Singapore nothing to do.'), (13492, 3406, 'Malaysia', '@Yuri_Sasipimon โย่วววววว ^^"'), (13493, 3247, 'Johore, Malaysia', 'RT @littty: I miss being old happy me.'), (13494, 1212, 'Senai Kulai, Kulai Jaya', 'I''m at FKM UTM (Johor Bahru, Johor) http://t.co/xazXDpdw'), (13495, 1965, 'Johore, Malaysia', 'You cannot win if you do not begin'), (13496, 3512, 'Johore, Malaysia', '看板がでてた。たぶん電車が止まってる情報。 (at Bedok MRT Station (EW5)) [pic] — http://t.co/QJ4IeVJW'), (13497, 1710, 'Johore, Malaysia', 'I just ousted Yong Yau G. as the mayor of China Sq Central on @foursquare! http://t.co/tEPXlQxe'), (13498, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc @aldenczh now got $5 combo (:\n\nCb sia , that time I buy $36++ for two subway -.- me&amp;girlf .'), (13499, 1562, 'Johor Bahru, Johore', '@limitbreaker02 at least, jiyeon, hyomin, soyeon and eunjung should remain'), (13500, 89, 'Johor Bahru, Johore', '@MrAdlina ok jugs bro hidup ok la juga.. ;)'), (13501, 2059, 'Johore, Malaysia', 'I''m at Haw Par Technocentre (Singapore, Singapore) http://t.co/llNNfmQo'), (13502, 2822, 'Kota Tinggi, Johore', 'And I have to the whole day to endure the pain ;(((( sad lifeeee.'), (13503, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh THANK YOU'), (13504, 333, 'Johor Bahru, Johore', 'RT“@mmininose: Wadafuq. 2pm only?”'), (13505, 471, 'Johor Bahru, Johore', '@CrazyyAdele no my bro go buy!:)'), (13506, 241, 'Johore, Malaysia', 'Bagus ah. Smuer jalan. Aku dah ngantok giler babi ni.'), (13507, 3347, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 14 others http://t.co/8lmGukXt'), (13508, 2253, 'Johor Bahru, Johore', 'The "Earth" without "Art" is just "EH".'), (13509, 1572, 'Johor Bahru, Johore', 'I''m at Kovan Heartland Mall (Singapore, Singapore) http://t.co/yUmjfrHA'), (13510, 3513, 'Johore, Malaysia', 'With @_LINGG @DARRENKANGG @JIAHAOHAPPYBOII (@ CoCoICHIBANYA Curry House) http://t.co/kfCAlmqT'), (13511, 298, 'Johore, Malaysia', 'Fortunate people with blessed family , some have family with no peace, quarreling everyday . treasure it while you have .'), (13512, 3247, 'Johore, Malaysia', 'Japanese/English version of the korean songs RT @meouchiexcz: Okay . Shall download some other language songs ? All my songs korean LOL .'), (13513, 364, 'Johor Bahru, Johore', '@beautifools_ @peiharsalvatore ya. &amp; I''ll go down meet you all .'), (13514, 3500, 'Singapore', 'Managed to avert the internet while doing work;)'), (13515, 3514, 'Johor Bahru, Johore', 'RT @TwitPacaran: #AkuCintaKamu karena cuma sama kamu aku bisa merasakan nyaman, bahagia... ♥'), (13516, 3179, 'Johor Bahru, Johore', 'God answers all our prayers, in the way that is best for us.'), (13517, 471, 'Johor Bahru, Johore', '@CrazyyAdele see how!:P'), (13518, 440, 'Johor Bahru, Johore', '@TheEntertainerX gongcha is tea whut :x lesser sugar lor. U drink nvm de la, just don''t suddenly sore throat'), (13519, 1548, 'Johore, Malaysia', 'Homed (@ 36 Bedok South Avenue 2) http://t.co/u4yGkblx'), (13520, 2253, 'Johor Bahru, Johore', 'Your face is not a coloring book. Chill out with the makeup'), (13521, 965, 'Johor Bahru, Johore', '#Alhamdulillah~ kenyang.'), (13522, 3500, 'Singapore', 'Like finally.....'), (13523, 3515, 'Johor Bahru, Johore', 'otw to meeting @muhdizzwan and @mudriski (@ Onboard bus 34) http://t.co/Zs6B0e50'), (13524, 2615, 'Johore, Malaysia', 'I hate my family'), (13525, 3516, 'Johor Bahru, Johore', 'I''m at Singapore Zoo (Singapore) w/ 5 others http://t.co/SRyU1Y6a'), (13526, 2889, 'Johore, Malaysia', '@Boon_Juin go die xD Gladys right? :p'), (13527, 2253, 'Johor Bahru, Johore', 'Don''t make a girl your number one, make her your only one.'), (13528, 115, 'Indonesia', '@pauldepe dasaaarrrrrr.., perhitungan bgt sih..'), (13529, 440, 'Johor Bahru, Johore', 'Hmmm'), (13530, 1994, 'Johore, Malaysia', '@hydrobioctlina how r u?'), (13531, 3517, 'Plentong, Johor Bahru', 'Dads fav line: he thought he very smart'), (13532, 2617, 'Johor Bahru, Johore', 'I''m at Alicia''s LivingRoom:&gt; http://t.co/E0KJ7oXD'), (13533, 3518, 'Johore, Malaysia', 'I''m at Susan Chan Food (Singapore) http://t.co/IBGpCfbh'), (13534, 230, 'Johor Bahru, Johore', 'Feel like goin to the gym today..hmm but with who ah?'), (13535, 992, 'Johor Bahru, Johore', '@Cherryluvzxc come por me first loh..then I conside.!:)'), (13536, 3519, 'Plentong, Johor Bahru', 'Finally in Johor. ☁☀Its been 11 years~ @ Grand BlueWave Hotel Johor Bahru http://t.co/EGM9J800'), (13537, 3520, 'Johore, Malaysia', '@chaikaiqi OMG! Europe?! Envious.'), (13538, 1670, 'Johor Bahru, Johore', 'I''m at KFC @ Rainforest Kidzworld http://t.co/QfmY5pEN'), (13539, 2657, 'Johore, Malaysia', '@groovygenie hmmmm, i dun understand the stand of bromance as well...'), (13540, 992, 'Johor Bahru, Johore', '@Cherryluvzxc consider*'), (13541, 473, 'Johor Bahru, Johore', 'Holding a 1.5kg cake with a big box look like holding a 5 or 6 kg cake'), (13542, 1985, 'Johor Bahru, Johore', 'Oh dear,huge problem now that #NEL will resume at 5,it would be rush hour by then!!'), (13543, 230, 'Johor Bahru, Johore', 'I miss sch la'), (13544, 1327, 'Johore, Malaysia', '@Sya_miza ayam penyet or ayam kalasan'), (13545, 3521, 'Riau, Indonesia', 'dy main'''' aq jg bs main''''..\nJINGG..\n\n#****y'), (13546, 3522, 'Johore, Malaysia', '#escada #perfume #limited edition @ Les Parfum Funan http://t.co/LbGfebXT'), (13547, 3452, 'Johore, Malaysia', '@MuhdOzir14 muahhaha cos i make the passport , then the picture is my sec 1 photo then i said it was january then my mom say yeaa HAHHAH'), (13548, 2139, 'Johor Bahru, Johore', 'Why bishan ite girls wear skirt so short? LOL.'), (13549, 1268, 'Johor Bahru, Johore', '@sujuwithlove BIG BANG'), (13550, 3523, 'Johore, Malaysia', 'I''m at The St. Regis Singapore (Singapore) http://t.co/bQjqhjLz'), (13551, 1819, 'Johore, Malaysia', '@hamdeemuhdd alaa abe nk bile??! Hahahaha'), (13552, 1109, 'Johor Bahru, Johore', '@DEADD0LLS Cool! :D'), (13553, 3524, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 13 others http://t.co/nFSDF7QH'), (13554, 3013, 'Johore, Malaysia', '@mmeandc ano to? Hahahahahaha'), (13555, 230, 'Johor Bahru, Johore', 'Now like no life sia -.-"'), (13556, 3525, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 14 others http://t.co/80WNNbph'), (13557, 3472, 'Johor Bahru, Johore', 'I''m at Bus Stop Outside Bukit Panjang Govt High (Choa Chu Kang, Singapore) http://t.co/2Zvu8ok2'), (13558, 1118, 'Johor Bahru, Johore', 'RT @pepatah: Tak ada pengorbanan yang sia-sia. Meski mungkin tujuan tak tercapai, tapi akan selalu ada pelajaran yang bisa diambil."'), (13559, 1268, 'Johor Bahru, Johore', 'I brought one banana along LOL.'), (13560, 431, 'Johore, Malaysia', 'So superficial.'), (13561, 2885, 'Johore, Malaysia', 'I''m at Tanjong Katong Secondary School http://t.co/YyV5zNFv'), (13562, 3013, 'Johore, Malaysia', '@mmeandc wala tinotopak nnman amo ko'), (13563, 1035, 'Johor Bahru, Johore', 'A chinese grandmother talked to me in malay! SHE SO CUTE!:D'), (13564, 1835, 'Johore, Malaysia', 'After so many years not having a test, today I will have one!! Best of luck..'), (13565, 3526, 'Johor Bahru, Johore', 'I wished I had an XC bike to tackle those killer climbs! @ Ketam Mountain Bike Trail http://t.co/TIhM5ojA'), (13566, 3527, 'Singapore', '@luckyz_syuQ omg. tinnnnggggggggggggiiiiiiiii perrrrrrrrrrrrr :O'), (13567, 3528, 'Johor Bahru, Johore', '@FatinFarrell HAHAHA! I am watching what i eat okay love!'), (13568, 3193, 'Plentong, Johor Bahru', '@NadiaBalqish Yelahhhh! Tuhaaaaa yg kita cakap A tuuu haaa bagai -,- Errr wa tkd masa nk ahhh dgan dia. Hahaha'), (13569, 1155, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 15 others http://t.co/L8QHkxrn'), (13570, 992, 'Johor Bahru, Johore', '@Cherryluvzxc cos my butt sexy and fleshy.!alot people see Liao all nose bleed.!'), (13571, 1413, 'Johore, Malaysia', 'With effect from 2.30pm, I''ll be left with 4hrs of work !! Yay !! One more day to weekends !!'), (13572, 1860, 'Johore, Malaysia', '@fluffykitties_ HAHAHAH! Tak perh larh. Dher bz arh]'), (13573, 3529, 'Johor Bahru, Johore', 'When girls say "I''m a fan of The Hunger Games", I''ll say "YAYYYYY ME TOOO :D" but when girls say "I''m Obsessed"... "Please, bitch"'), (13574, 672, 'Johor Bahru, Johore', 'Waste of my fucking batt -.- . Water go inside now cannot charge -.- . Not supported with the accessories your uncle luh sial ! Fucking dog!'), (13575, 2553, 'Kota Tinggi, Johore', '@theweirdgirl_ @xiaoshanshan_ MA! Got buy things for me? =P'), (13576, 45, 'Johor Bahru, Johore', '@zafianthefret phew!!!! Yeps I''m gg t leave house soon:) gg t school. What bout you?:) still at ecp?'), (13577, 856, 'Johore, Malaysia', 'ang hirap magdebug ng inaantok! #tanginabro'), (13578, 2209, 'Johore, Malaysia', '“@JSanchezAI11: If you liked my performance tonight (I''m hoping you did :p &lt;3) Please vote for me! Every single vote counts! :) &lt;3”'), (13579, 2423, 'Johor Bahru, Johore', '@Louislikeastyle nvm (: &lt;3'), (13580, 3530, 'Johor Bahru, Johore', 'Lunch and group meet-up for project (@ MOS Burger) http://t.co/hiohAJ2h'), (13581, 3531, 'Johore, Malaysia', 'I''m at Kaplan Campus @ Room 405 http://t.co/egbMsKgQ'), (13582, 1309, 'Senai Kulai, Kulai Jaya', 'Recee ajer :-) (@ Johor Premium Outlets w/ 7 others) http://t.co/19nJYqVg'), (13583, 33, 'Johore, Malaysia', 'Hey yesterday i said i wouldn''t care . And i''m serious about it . :)'), (13584, 672, 'Johor Bahru, Johore', 'Fuck luhh ! Now left 4% ! The end of my phone :&lt; . Fuck !'), (13585, 529, 'Johor Bahru, Johore', 'Fuck arghh aku binget gileeee !'), (13586, 775, 'Johore, Malaysia', '"Hooray! Rayhoo! Elmo rules!" Wicked the Musical for the second time. A sudden decision over lunch made by my mummeh.'), (13587, 3532, 'Johor Bahru, Johore', 'I''m at TEE''s Study Room (Singapore) http://t.co/MBr6ePvA'), (13588, 3533, 'Malaysia', '#nw #rasuk'), (13589, 3534, 'Pulai, Johor Bahru', 'Test bju time.. (@ Martin Hair Studio) http://t.co/qWCzRHMq'), (13590, 3535, 'Johor Bahru, Johore', 'Ahhhh! tired shit.'), (13591, 287, 'Plentong, Johor Bahru', 'Cita cita nak jadik interior designer tapi terjebak dalam business plak.'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (13592, 3524, 'Johore, Malaysia', 'I''m at PastaMania (Singapore, Singapore) http://t.co/8OO2t1XD'), (13593, 2423, 'Johor Bahru, Johore', '@AldenCZH @pinkkystarszxc cb I also want cookies ! Double choco chip ! (Y) ^^'), (13594, 3245, 'Plentong, Johor Bahru', '@julieannerossid hehe,i g kl je.ade wedding member'), (13595, 2903, 'Johore, Malaysia', 'I love to bully my cat hehe'), (13596, 529, 'Johor Bahru, Johore', 'Urrrggghhhhhh !'), (13597, 3457, 'Johor Bahru, Johore', 'Lee Dong Wook will be the new mc of strong heart!!! Yessaa! ^~^'), (13598, 3536, 'Johore, Malaysia', 'I''m at Broadway @ Dover Crescent w/ @terryjoel http://t.co/C24vEeVJ'), (13599, 3537, 'Johore, Malaysia', 'Yumyumyum (@ Mezza9) http://t.co/a5mB3j74'), (13600, 992, 'Johor Bahru, Johore', '@Cherryluvzxc haha.!'), (13601, 3538, 'Kota Tinggi, Johore', 'I''m at Jurong East http://t.co/XLCqRHB2'), (13602, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc @aldenczh you mah , you so short , no need eat much'), (13603, 3539, 'Johore, Malaysia', 'Fuck you la NUS bus.'), (13604, 2548, 'Malaysia', '@umppppp งั้นไม่ต้องหา อิอิ'), (13605, 1860, 'Johore, Malaysia', '@fluffykitties_ HAHAHAH! Thanks! Ako selsema siol..'), (13606, 2903, 'Johore, Malaysia', 'They''re just so adorable sia !'), (13607, 3540, 'Johore, Malaysia', 'Just posted a photo @ Tower 3 Marina Bay Sands Hotel http://t.co/w6kxkKNg'), (13608, 3540, 'Johore, Malaysia', 'My view. @ Tower 3 Marina Bay Sands Hotel http://t.co/8PkNRW7Q'), (13609, 2548, 'Malaysia', '@MaifahMaimai กินข้าวยังซิส ?'), (13610, 3406, 'Malaysia', '@Yuri_Sasipimon ทำไรค้ะพี่ยูริ ;D'), (13611, 3541, 'Johore, Malaysia', 'Working sidebyside with  (@ Prudential @fuji Xerox) http://t.co/2U87LxMD'), (13612, 2903, 'Johore, Malaysia', 'But i wonder why some hate cats :/'), (13613, 2548, 'Malaysia', '@nanadeera = ='), (13614, 3542, 'Plentong, Johor Bahru', '@MyNameisAzrul nie la orgnye .. Kembar ko http://t.co/N1PoNq58'), (13615, 3030, 'Johore, Malaysia', '@IsyaRedzwan I feel the same way like u too.'), (13616, 2903, 'Johore, Malaysia', 'Dorg kan cute tsk !'), (13617, 3543, 'Johore, Malaysia', 'Hahaha so funny he was trying to hide his wallpaper away from me but I saw it le long ago le. Than I ask him ur gf lei never come ar.'), (13618, 3422, 'Johor Bahru, Johore', '@ChermineOinks I also don''t know what to do sia. I haven''t even get my letter..'), (13619, 2065, 'Pulai, Johor Bahru', '@ZamerZahran la yeke..ni serius der,ke dorang dh xamik berat pasal GGMU lagi?atau beralih angin?mungkin la kn..haha'), (13620, 3544, 'Johore, Malaysia', '#listening to Sometimes when we touch, and I think of you @skinnyshortcake'), (13621, 2778, 'Johore, Malaysia', 'Blog updated! http://t.co/DOw5DjPS'), (13622, 3452, 'Johore, Malaysia', '@MuhdOzir14 Basketball? what have u become... HAHAHHA KIDDING'), (13623, 1343, 'Johor Bahru, Johore', 'it''s overly addictive, the simplicity, the human player factor, the challenge, the fun, @pickyin @limpeilin @ashyusof'), (13624, 3545, 'Johore, Malaysia', 'How sweet of dem to cum dwn ol e way to clementi to haf lunch wif me &lt;3 @ Fish &amp; Co Clementi Mall http://t.co/Ez4wxsMF'), (13625, 3120, 'Johore, Malaysia', 'I''m at Bugis Street (Singapore) w/ 7 others http://t.co/veTcWnd8'), (13626, 2522, 'Johore, Malaysia', 'Calamari ヽ(▽^〃ヽ) @ Big O Cafe @ Paragon http://t.co/AQT45rsJ'), (13627, 287, 'Plentong, Johor Bahru', '@royyDM dia suruh tanya Roy dah ade GF ke belum. *ok dah tu je, lepas satu pesanan*'), (13628, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi anok ngn bini pat ari doh tok jupo.. nok ungga gi kelih kare d bt pahat... nyo mari rindu dohni... hehe jak marin lg..'), (13629, 632, 'Plentong, Johor Bahru', '@amirsyazwina hoi'), (13630, 2874, 'Plentong, Johor Bahru', 'Let us sing along until we die! (@ Suara O.K.) http://t.co/lEgTgEot'), (13631, 3546, 'Johor Bahru, Johore', 'Shall go simple ltr or middle middle ?'), (13632, 3547, 'Johore, Malaysia', 'I''m at Kandang Kerbau (KK) Women''s &amp; Children''s Hospital (Singapore, Singapore) w/ 8 others http://t.co/niQNm48d'), (13633, 931, 'Johor Bahru, Johore', '@WordsLikeBullet tmr u come?'), (13634, 1201, 'Johore, Malaysia', 'With Zafren!!! (@ Far East Shopping Centre) http://t.co/o18tD4N4'), (13635, 138, 'Plentong, Johor Bahru', 'I have two choice: disakiti or menghindari..and I chose keep disakiti but sedikit demi sedikit,menghindari..'), (13636, 3332, 'Johore, Malaysia', 'Nb. Train spoil. Take shuttle bus service here change train. (@ Outram Park MRT Interchange (EW16/NE3) w/ 3 others) http://t.co/fI7jilsK'), (13637, 1724, 'Johore, Malaysia', 'Thank God! :)'), (13638, 1472, 'Singapore', '@doooduuu go my house then... no body there to disturb u hahahaha!!!'), (13639, 3527, 'Singapore', '@RedStilettoXx @lefthanie korg, aku tgk pt camera aku ad gmbr hilang sia. aku cume npk cume ad gmbr yg pt gallery islam jek T__T'), (13640, 2356, 'Johore, Malaysia', 'Reach already ? @taylorsaysswift'), (13641, 1955, 'Singapore', '@superapplejuice Oh no, why is it on Twitter! No it''s not~ Haha who are you? Remove remove :P'), (13642, 3047, 'Johore, Malaysia', 'Waiting for bus home. My head hurts and I couldn''t find my book. -.- (@ Bugis Street w/ 8 others) http://t.co/EOuuE3Pd'), (13643, 2808, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 5 others http://t.co/3oh5QN1W'), (13644, 213, 'Plentong, Johor Bahru', '@lailatiaina don''t underestimate the thing that I''d do~'), (13645, 2393, 'Johor Bahru, Johore', '@shanjingg @zhirennn do what?'), (13646, 2522, 'Johore, Malaysia', 'They call this Dirty Rice @ Big O Cafe @ Paragon http://t.co/qgpgSSxI'), (13647, 1343, 'Johor Bahru, Johore', 'and hence my strong attempt to avoid getting sucked when I lack time as it is... @pickyin @limpeilin'), (13648, 3030, 'Johore, Malaysia', '@IsyaRedzwan very tempting. Hahaha....'), (13649, 2631, 'Malaysia', 'Subhanallah jleb bgt rasanya dimadu RT @LintasME: Aa Gym Menikahi Teh Ninih Kembali Karena Dukungan Teh Rini, Subhanallah ... http://t.co/w'), (13650, 3548, 'Kota Tinggi, Johore', 'Homework time. Argh! #lazyness'), (13651, 1253, 'Malaysia', 'สลับยาง (@ หจก.หาดใหญ่หล่อดอก) http://t.co/pdKcMj4t'), (13652, 3157, 'Johor Bahru, Johore', 'I''m at KOI Café (Singapore) http://t.co/TNlXRB6B'), (13653, 3549, 'Johore, Malaysia', 'I''m at Clementi Bus Interchange (Singapore) w/ 3 others http://t.co/mewzkcY2'), (13654, 3543, 'Johore, Malaysia', 'No la I where got gf than I say oh okay. After that he knew that I saw the wallpaper with her de, he say sorry to me I was like-.-'), (13655, 73, 'Johor Bahru, Johore', '@Fion_99 Gerard .'), (13656, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc @aldenczh taller then you isn''t it ?'), (13657, 1613, 'Johor Bahru, Johore', 'I''m at Serangoon Station http://t.co/PNfUtG4A'), (13658, 2381, 'Riau, Indonesia', 'I''m at McDonald''s (Sentosa Island, Singapore) http://t.co/gu0nhlyb'), (13659, 3500, 'Singapore', '@captfabrejas Girls i not sure whose going but I know there is 10 going~'), (13660, 3550, 'Johor Bahru, Johore', '@Juper_Sunior gosh, I hope I''ll still love T-ara after the change..'), (13661, 1971, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 7 others http://t.co/p6uiBnUx'), (13662, 992, 'Johor Bahru, Johore', '@Cherryluvzxc come sunplaza Mac find me lah..I at there..'), (13663, 3551, 'Johore, Malaysia', 'Cute! @ All Good Things http://t.co/EzmpQY0d'), (13664, 298, 'Johore, Malaysia', '@MR_6661 Yup . :)'), (13665, 2903, 'Johore, Malaysia', 'I thot i was charging my phone till i realised i didnt switch it on'), (13666, 1327, 'Johore, Malaysia', '@Sya_miza bumbu tu Ada jual kat supermarket sana yg ada bumbu lengkuas n lain'), (13667, 3488, 'Johore, Malaysia', 'Its really sad seeing my gfs whom very innocent and sweet turn wild. Why start smoking? Why start drinking? Boo.... ;('), (13668, 3550, 'Johor Bahru, Johore', '@seoul_my_love YEPYEP:D'), (13669, 2423, 'Johor Bahru, Johore', '@JonathanJtjw thanks &lt;3'), (13670, 3552, 'Johor Bahru, Johore', 'Home :) (@ Blk 684C Jurong West Street 64) http://t.co/agU3PRC8'), (13671, 2651, 'Johor Bahru, Johore', '@HazeeraBob I forgot to tell you.. Nadia can''t make it tmrw. You got Safar''s number? She ask if can change to sat. But I prefer sun ah..'), (13672, 3013, 'Johore, Malaysia', '@mmeandc ai bet ko yan cj'), (13673, 359, 'Johore, Malaysia', 'Didn''t get nearly enough sleep! Pero ok na din time to prepare!'), (13674, 3553, 'Indonesia', '@Ruaakm oh yea i see :D thanks :)'), (13675, 931, 'Johor Bahru, Johore', '@WordsLikeBullet k. see u tmr'), (13676, 3554, 'Johor Bahru, Johore', 'With @AHMAINEE (@ The Manhattan Fish Market) http://t.co/oKlYU7ku'), (13677, 3500, 'Singapore', 'This must be the season of mrt breakdowns.....'), (13678, 2651, 'Johor Bahru, Johore', '@SNSDf0Rever yeah.. Very sad :('), (13679, 2903, 'Johore, Malaysia', 'My body''s too weak now'), (13680, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc @aldenczh want meet ? We go buy later ^^ Hougang mall :3'), (13681, 3472, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange (Singapore) http://t.co/bU45EgZD'), (13682, 3555, 'Johor Bahru, Johore', 'With @almightyglen, @seanchung02 and  (@ The Ship Restaurant @ NEX) http://t.co/cBte1m1Y'), (13683, 3556, 'Johore, Malaysia', 'Relax. (@ Ikeda Spa) [pic]: http://t.co/outUrCxk'), (13684, 1615, 'Singapore', '@xnetzz HAHAH!! nvm~ i wanna see more of maknae too!! put kwon? tempted* lol'), (13685, 1056, 'Johore, Malaysia', 'Looks like its really getting bad. Mum says it haf grown quite big in juz a few days. Dad in ops since morning. Bro never update me, fu #fb'), (13686, 73, 'Johor Bahru, Johore', 'Hai . My mummy bought me Vitasoy (:'), (13687, 3557, 'Kota Tinggi, Johore', 'Sneak peek..... @ Rodalink http://t.co/tE6TjX0U'), (13688, 3488, 'Johore, Malaysia', 'I rmb whispering to her on our grad day,"Babe stay sweet and nice just the way you are okay? Don''t let the culture here spoil you. Sayang.."'), (13689, 3157, 'Johor Bahru, Johore', 'I''m at Century Square (Singapore, Singapore) w/ 7 others http://t.co/dLKwfhko'), (13690, 2822, 'Kota Tinggi, Johore', '@SamanthaKiara bosssssss! Best right! I''m eating cheese burger now and I need to cut it up into tiny pieces then I can eat ;('), (13691, 2903, 'Johore, Malaysia', 'Due to period i hate this'), (13692, 1310, 'Johor Bahru, Johore', '@shawtypearl Erm ye laa. Hees.'), (13693, 3558, 'Johor Bahru, Johore', 'I''m at ITE College West w/ @xiiaoshiwang http://t.co/ef8Clhp1'), (13694, 384, 'Malaysia', '@TUAN_TH jaa~'), (13695, 3553, 'Indonesia', '@nadhiluuu kkekekke... gmana?? mimpi apa td mlm?'), (13696, 1343, 'Johor Bahru, Johore', 'I''ll prolly do a weekend bout or something... Can''t handle the daily thingy... @pickyin @limpeilin'), (13697, 3559, 'Johor Bahru, Johore', 'Mum''s laksa for lunch! @ TOASTBOX @ Pasir Ris SRC http://t.co/1nyLlZRp'), (13698, 167, 'Johor Bahru, Johore', '@amb3rbhit yh'), (13699, 2559, 'Johor Bahru, Johore', 'I''m at J and Jas Hair Salon (Singapore, Singapore) http://t.co/VtZVk4Zy'), (13700, 298, 'Johore, Malaysia', '@MR_6661 Okiess . ~'), (13701, 284, 'Johor Bahru, Johore', '@theVERKAIKster erm, we''ll be staying at Arnoma Hotel, 99 Ratchadamri Rd. the hotel number is 26555555. Or you can call my mom''s number...'), (13702, 1615, 'Singapore', '@ichi_monji hmm..i see..kkk..maybe i''ll check again laters..i think there will be tweets. :D'), (13703, 3560, 'Johor Bahru, Johore', 'I''m at Qiji (Singapore, Singapore) http://t.co/nwi7UJQc'), (13704, 3444, 'Johor Bahru, Johore', '@JustinWWD hahahaha. I w rowena leh..'), (13705, 3561, 'Riau, Indonesia', 'hmmm....semuanya pada cemas dg sikond q ini....'), (13706, 2134, 'Johore, Malaysia', 'I''m at Adam Road Food Centre (Bukit Timah, Singapore) w/ 6 others http://t.co/NQBMKN0Q'), (13707, 213, 'Plentong, Johor Bahru', '@kmrsyartl betul betul~~ jimat oh'), (13708, 874, 'Johor Bahru, Johore', 'Back at stn for AAR meeting. (at HQ 4th CD Division / Bukit Batok Fire Station) — http://t.co/nSo65y6w'), (13709, 931, 'Johor Bahru, Johore', '@WordsLikeBullet '), (13710, 2423, 'Johor Bahru, Johore', '@Louislikeastyle no way , I don''t want to harm you (:'), (13711, 2807, 'Johor Bahru, Johore', '@Haikeladam ape Susa? Baling!!!!!'), (13712, 1615, 'Singapore', '@stephhrocks_ lol~ i see..hahah!!'), (13713, 2553, 'Johore, Malaysia', '@xiaoshanshan_ @theweirdgirl_ Made in Australia... Interesting..'), (13714, 25, 'Johor Bahru, Johore', '@ManMathers @Sam_Hayley17 korang 2 kat mane?'), (13715, 1109, 'Johor Bahru, Johore', '@sugaroverloadx3 So good!'), (13716, 3468, 'Johor Bahru, Johore', '@therantingcurse YAHHH LAHH!'), (13717, 1775, 'Johore, Malaysia', '@adiiJack klr ngan your kwn lahh'), (13718, 2826, 'Johore, Malaysia', '&lt;3 @B1A4_CNU ''s new hair style !!!'), (13719, 3043, 'Johore, Malaysia', '@cutewinnie your coffee bean breakfast.'), (13720, 284, 'Johor Bahru, Johore', '@theVERKAIKster you can call my mom''s number is 96690116~'), (13721, 3539, 'Johore, Malaysia', 'Fuck NUS ITCare dept also I fucking need my transcript today take so long to address my account login issue, even mindef does it better.'), (13722, 1343, 'Johor Bahru, Johore', 'RT“@cnalatest: Update: Resumption of NEL #MRT svc between Dhoby Ghaut &amp; HarbourFront stations will be delayed until 5pm, according to LTA”'), (13723, 3559, 'Johor Bahru, Johore', 'Curry chicken for lunch! @ TOASTBOX @ Pasir Ris SRC http://t.co/WT4O0gEX'), (13724, 167, 'Johor Bahru, Johore', 'Mdm Nurul treating us Pizza.'), (13725, 2949, 'Plentong, Johor Bahru', '@FaziraR i mimpi u lahh . haha tadelaa . i pun tktau ;)'), (13726, 2903, 'Johore, Malaysia', 'I wanna be a cat ah ..'), (13727, 73, 'Johor Bahru, Johore', 'Yay ! @meluvtiffany , must thank me uh ! ^^ .'), (13728, 3157, 'Johor Bahru, Johore', 'I''m at Food Junction (Singapore, Singapore) http://t.co/0grm2LCs'), (13729, 936, 'Johor Bahru, Johore', '@Caellynne lo kaga ngajak g k sini? “@OMGFacts: There’s a Hello Kitty themed hospital in Taiwan! Cute picture --&gt; http://t.co/XtJdyZFk”'), (13730, 1023, 'Johore, Malaysia', 'Going home now!:):) (@ Toa Payoh MRT Station (NS19)) http://t.co/qAS0HSjQ'), (13731, 1054, 'Johore, Malaysia', 'Late check in (@ Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) w/ 2 others) http://t.co/crnvZXkx'), (13732, 115, 'Indonesia', 'what is the maksud?? RT @nona_maniezz sapopeng owww'), (13733, 1327, 'Johore, Malaysia', '@Sya_miza oooo ayam goreng kalasan tu mbak'), (13734, 2949, 'Plentong, Johor Bahru', '@SuhailyHasni haha u skola mne ?'), (13735, 2498, 'Johore, Malaysia', 'who want to eat lunch with me D; dont feel like dapao-ing back.... #foreveralone'), (13736, 1555, 'Plentong, Johor Bahru', 'gembira.gembira.gembira...plz b happy!!'), (13737, 3562, 'Johore, Malaysia', 'After http://t.co/mHuS0DzO'), (13738, 2903, 'Johore, Malaysia', 'Senang je hidup , makan tidu makan tidu tetap org sayang hehehe'), (13739, 2949, 'Plentong, Johor Bahru', '@amieralovato haha adnan berapa'), (13740, 3543, 'Johore, Malaysia', 'Sorry for what seriously. I want to know the reason. Hiaz what is he thinking.'), (13741, 2550, 'Johore, Malaysia', 'I''m at Tiong Bahru Plaza (Singapore, Singapore) w/ 5 others http://t.co/pdysrQVy'), (13742, 3130, 'Johor Bahru, Johore', 'Watching woman in black with gao zhe and hakim (@ Shaw Theatres nex) http://t.co/MM2iICDl'), (13743, 1502, 'Singapore', '@seventhjanuary hahahaha i change alr.. lol haiz i damn tired later then i online find you k hahaha'), (13744, 2949, 'Plentong, Johor Bahru', '@aisyahsaid96 mendung tanda nye amaran supaya u jgn nyanyi lagi :p'), (13745, 3013, 'Johore, Malaysia', '@mmeandc wala naman shock absorber lang ang peg namin ngayon hahaha'), (13746, 2984, 'Johore, Malaysia', 'Lunch :P (@ McDonald''s) http://t.co/MPeXtNt4'), (13747, 1367, 'Johor Bahru, Johore', 'Where is teacher?... (@ Block 6 Level 4 School Of Engineering) http://t.co/GThAPgkY'), (13748, 3563, 'Singapore', '@kebinwoo_ wow chill lax man'), (13749, 2082, 'Johore, Malaysia', 'Stupid apui playing the comp.. @LeHAISH http://t.co/q0DuScjv'), (13750, 3564, 'Johor Bahru, Johore', 'Waiting to interview. (@ Jteam productions) http://t.co/iFnFEbz1'), (13751, 1734, 'Johor Bahru, Johore', 'I''m at Matrix Cafeteria (Singapore, Singapore) w/ 7 others http://t.co/1SFLkxGL'), (13752, 2115, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 14 others http://t.co/xp75ezdN'), (13753, 3565, 'Johore, Malaysia', 'It a great day to walk in this cool weather.'), (13754, 3551, 'Johore, Malaysia', 'Yummy! @ All Good Things http://t.co/y2fCqhQ0'), (13755, 131, 'Kota Tinggi, Johore', '@DrCrane8 invited ako wooot!'), (13756, 3470, 'Johore, Malaysia', 'I''m at Tung Lok Seafood (Singapore, Singapore) http://t.co/JfLnMrKv'), (13757, 3566, 'Singapore', 'Noboby is PERFECT.\nBut EVERYBODY is SPECIAL.'), (13758, 992, 'Johor Bahru, Johore', '@Cherryluvzxc I later going Smb sec.!so later gv'), (13759, 2949, 'Plentong, Johor Bahru', '@apiszulkarnain Malamm lepakk aliff jom :D'), (13760, 1002, 'Indonesia', 'kuticca?? "@frans_sheva EndeBatak Huling-huling acca..'), (13761, 3567, 'Johor Bahru, Johore', 'I''m at E!hub Downtown East (Singapore) http://t.co/NSDMQYfb'), (13762, 1588, 'Johor Bahru, Johore', 'I''m at In The Mrt (: http://t.co/iyTOWpsS'), (13763, 1588, 'Johor Bahru, Johore', 'I just became the mayor of In The Mrt (: on @foursquare! http://t.co/ToFcxVn4'), (13764, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc @aldenczh I treat you two !'), (13765, 2808, 'Johor Bahru, Johore', 'I''m at Yewtee Point (Singapore) http://t.co/FchafUFW'), (13766, 298, 'Johore, Malaysia', 'Lay in your coffin and sleep with your sins , give me the nails and I''ll hammer them in .'), (13767, 632, 'Plentong, Johor Bahru', '@amirsyazwina tengah nak buat kerja kursus ni. You?'), (13768, 775, 'Johore, Malaysia', 'Sighh. How quickly the months have passed. It seems like only yesterday I attended the gala night of wicked the musical. :&gt;'), (13769, 2423, 'Johor Bahru, Johore', '@AldenCZH @pinkkystarszxc haha you shh , you also short .'), (13770, 3274, 'Johore, Malaysia', '@forgotblueberry HE DOESNT GET THE HINT EH WTF I SHD JUST WRITE IT ON MY FOREHEAD LA hahahaha just wait for him to reply!!!'), (13771, 2543, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 5 others http://t.co/IOEeg9iV'), (13772, 3568, 'Johor Bahru, Johore', 'Bapak aku carik toilet jauh nah pai sini. (@ Woodlands Civic Centre) http://t.co/PGp9alaO'), (13773, 3569, 'Johore, Malaysia', 'I''m at East Coast Park (Singapore, Singapore) w/ 2 others http://t.co/jUQw1xZi'), (13774, 2903, 'Johore, Malaysia', 'My cat is a female but i name her blackie since she''s black but mcm awkward gitu hahaha'), (13775, 3570, 'Johore, Malaysia', 'w Alina, Jasmine, Jolene, M.Ryan, Junyi &amp; Haibin. (@ Seoul Garden) http://t.co/P7bd5sKF'), (13776, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi kito nyari pintis la.... hohohoho'), (13777, 3571, 'Johor Bahru, Johore', 'I''m at Bus Stop 54329 @ Blk 420 Ang Mo Kio Ave 8 http://t.co/g2wYjt9R'), (13778, 3572, 'Johor Bahru, Johore', 'Soto Ayam, my lunch before heading home. @ el.azilron''s snapshots http://t.co/LHeEjx6d'), (13779, 3573, 'Plentong, Johor Bahru', '@cikbaii kereta ke?'), (13780, 3574, 'Johore, Malaysia', 'Bday lunchie~ (@ Gaia Korean Restaurant w/ 2 others) [pic]: http://t.co/mczhOcNn'), (13781, 1955, 'Singapore', '@superapplejuice HAHAH HELLO! New to Twitter here :B'), (13782, 3575, 'Johore, Malaysia', 'Money come money come!!$$ i want to go shopping.'), (13783, 3537, 'Johore, Malaysia', 'I''m at Mezza9 (Singapore, Singapore) http://t.co/BOtMIFqa'), (13784, 492, 'Johor Bahru, Johore', 'Okay so now I''ma be anti-social to my cousins as they are not worth my time ! All still perangai budak2 !'), (13785, 287, 'Plentong, Johor Bahru', '@Lynnlaloy kije! Huuu T__T men lukis je ni. Dok perabis battery dari tak tahu buat ape kaan :D'), (13786, 1540, 'Johore, Malaysia', 'Lol ur a wimp'), (13787, 115, 'Indonesia', 'some1 said : disini anginnya kencang juga.. mungkin angin sama galaunya denganku..'), (13788, 1325, 'Johore, Malaysia', 'I''m at Little India MRT Station (NE7/DT12) (Singapore, Singapore) http://t.co/5iXjOaXq'), (13789, 3576, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 3 others http://t.co/obHuzSpt'), (13790, 3577, 'Johor Bahru, Johore', '“@craigburrows: Legally Filipino by Allen Faith March 15, 2012: http://t.co/Ns8qXg74 Thank you @soccercentralPH" ---very well said.'), (13791, 2786, 'Johore, Malaysia', 'Nice weather to play soccer:)'), (13792, 2986, 'Johore, Malaysia', 'I''m at Marina Square (Singapore, Singapore) w/ 7 others http://t.co/psnFehhk'), (13793, 1127, 'Singapore', 'mata aku stengah :''( goodnight'), (13794, 3242, 'Plentong, Johor Bahru', '@jonet_joanna biler pulak ber BF ? Kwengkwengkweng . Due2 zero ker ?'), (13795, 3573, 'Plentong, Johor Bahru', '9?? :0:0:0 RT @NurainHasan: aku rasa kisah cinta aku dgn am yg dah berusia 9tahun ni pon mcm boleh (cont) http://t.co/O5jnbzry'), (13796, 795, 'Johore, Malaysia', 'I''m at ITE College Central (Balestier Campus) (Singapore, Singapore) w/ 3 others http://t.co/4KWnTgS2'), (13797, 3527, 'Johore, Malaysia', '@RedStilettoXx yaa. aku tktaw camne blh hilang sia T__T'), (13798, 3578, 'Kota Tinggi, Johore', 'Ahuh siilooll. Wow fantastic baby &lt;3'), (13799, 2610, 'Singapore', '@cherylt_23 VAMPIRE DIARIES NEW EPISODE WOOOOHOOOOOOOOOO'), (13800, 507, 'Johor Bahru, Johore', 'I''m kinda excited to see how the timetable for the first sem of our year 2 will be like'), (13801, 1109, 'Johor Bahru, Johore', '@M_urderotic Hehehe. ;) &lt;3 Watcha doin?'), (13802, 3388, 'Kota Tinggi, Johore', 'I''m at Braddell MRT Station (NS18) (Singapore, Singapore) w/ 3 others http://t.co/ct4GDZsq'), (13803, 2610, 'Singapore', '@sundayaffairs I DON''T CARE I JUST WANT MY TVD'), (13804, 3579, 'Plentong, Johor Bahru', 'I''m at Perbadanan Perpustakaan Awam Johor (Johor Bahru, Johor) w/ 2 others http://t.co/XaU9uvM2'), (13805, 775, 'Johore, Malaysia', 'Thank God I get the opportunity to watch it w my mummeh later. Thank God for musicals. Thank God for watching it the 2nd time! Woot.'), (13806, 2949, 'Plentong, Johor Bahru', '@amieralovato ouh haha okey2'), (13807, 1980, 'Johore, Malaysia', 'I''m at Raffles Hospital (Singapore, Singapore) http://t.co/EfOy8BuD'), (13808, 2787, 'Johor Bahru, Johore', '@sylvialeeeeee @angie_elysiee haha no?'), (13809, 3527, 'Johore, Malaysia', 'camne gmbr bnyk hilang niy ??? nak nanges T___T'), (13810, 1056, 'Johore, Malaysia', '@joannchance cancer of the intestine. Tx'), (13811, 2356, 'Johore, Malaysia', '@taylorsaysswift Meet at my house ?'), (13812, 3580, 'Johore, Malaysia', 'Just overheard from financial services sales type: "I think the world is slowly sorting itself out". Now what world would that be exactly?'), (13813, 1002, 'Indonesia', 'na mangan on majo ate, nga songon na male au poang,'), (13814, 736, 'Johor Bahru, Johore', '@Xiuqinghere_x3 Bergen go out buy ?!?!?'), (13815, 2903, 'Johore, Malaysia', 'I wanna do something to my hair so boring already'), (13816, 2897, 'Johore, Malaysia', 'I''m at Great World City (Singapore, Singapore) w/ 6 others http://t.co/CIHxG7P5'), (13817, 3527, 'Johore, Malaysia', 'Takp. sat niy aku pegy ahh sorg2 TT___________TT'), (13818, 2259, 'Johore, Malaysia', '@MuhdAshrafAsri idk if it''s a student or not'), (13819, 1472, 'Singapore', '@doooduuu hahahaha!!!! smart. go my house u also can watch drama haa!! tv wif all korea channel,laptop all to u also haa! but u nd study LOL'), (13820, 1955, 'Singapore', '@superapplejuice NYJ, where you going? :)'), (13821, 2571, 'Johore, Malaysia', 'zz, i dont play game my mum dont call me, i play only she call me, good lor, now die and waste my time training -.-'), (13822, 284, 'Johor Bahru, Johore', '@theVERKAIKster haha okay!! :D LOL'), (13823, 2903, 'Johore, Malaysia', 'Obviously no chopping off !!'), (13824, 272, 'Johore, Malaysia', '@jenjenn22 dont gobble them all up at one go! :)'), (13825, 3048, 'Plentong, Johor Bahru', 'I''m at AMPM Office BSI http://t.co/Eov4AWSF'), (13826, 2023, 'Johore, Malaysia', 'I just ousted @sexybitchy as the mayor of I-Remit Remittance Center on @foursquare! http://t.co/DTfxsCRn'), (13827, 1779, 'Johore, Malaysia', 'I''m at Kublai Khan Mongolian Bbq &amp; International Buffet http://t.co/YUyUHtWl'), (13828, 1779, 'Johore, Malaysia', 'I just became the mayor of Kublai Khan Mongolian Bbq &amp; International Buffet on @foursquare! http://t.co/NtZAZVIz'), (13829, 2431, 'Indonesia', 'Ya Tuhan..terimakasih atas kebahagiaan yg Engkau limpahkan. Semoga utk seterusnya berkah-Mu senantiasa bersamaku. Aamiin'), (13830, 2423, 'Johor Bahru, Johore', 'Zz siao , 2hours 47mins more . But left 39% . twitter , you''re harming me'), (13831, 3582, 'Johor Bahru, Johore', 'I''m at South View LRT Station (BP2) (Singapore, Singapore) http://t.co/0oeVEHsu'), (13832, 2949, 'Plentong, Johor Bahru', '@apiszulkarnain eeeeyekk . haha aliff tempat kau lahh . aku nak pi diva hohoho nak itot tak ?'), (13833, 3583, 'Indonesia', '@Pftion g'), (13834, 874, 'Johor Bahru, Johore', '@fabrefiz 3 more months and im done with this shit.'), (13835, 2903, 'Johore, Malaysia', 'It took years to grow ykno'), (13836, 2499, 'Singapore', '@gayapillai what kinda movie is this Gaya?...genre?'), (13837, 1502, 'Singapore', 'dang im rly feeling so sleepyyyyyy'), (13838, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc @aldenczh I mean treat you two cookie , not treat both of you ar ! Kick alden ! Hahaha'), (13839, 2139, 'Johor Bahru, Johore', 'Today''s plan cancel. So many people thinking twice. Ugh. -_-'), (13840, 2548, 'Malaysia', '@umppppp มาฆ่าก่อน เดี๋ยวบอก ;p'), (13841, 3585, 'Johore, Malaysia', 'I''m at The Café Cartel (Singapore, Singapore) http://t.co/gOdRdULk'), (13842, 632, 'Plentong, Johor Bahru', '@amirsyazwina Sejarah.'), (13843, 3586, 'Riau, Indonesia', '@anggiaivanna13 hahahaha... maav baru skg buka twitt...'), (13844, 3587, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 15 others http://t.co/nsR0op5P'), (13845, 2423, 'Johor Bahru, Johore', '@Louislikeastyle now you also like that . Nvm .'), (13846, 1300, 'Johor Bahru, Johore', 'Wow.. Napipilitan aq jag iieNglish hahah katuwa nmn :-)'), (13847, 2664, 'Plentong, Johor Bahru', 'oke da hantar budak annoying tu balek melaka :D'), (13848, 2903, 'Johore, Malaysia', 'She said she''s jealous with me and apez ? Abt what ?'), (13849, 520, 'Pontian, Johore', 'Berapa ramai orang melayu yang tahu tentang sejarah melayu dahulu kala ? kita peka ke ? belajar lah dari masa silam :D'), (13850, 1300, 'Johor Bahru, Johore', '@tinzliang'), (13851, 73, 'Johor Bahru, Johore', 'HAHAHAH . THIS IS SO COOL .'), (13852, 3588, 'Johore, Malaysia', 'So many great Jazz homies in town.Last night saw few, now \nmeet @kuneye,later going to peek NNH reh n see more friends.JazzJapan is here !'), (13853, 3586, 'Riau, Indonesia', '@johndri pie kabare pak jojon ???'), (13854, 2423, 'Johor Bahru, Johore', 'Everyone''s like that . Seriously ? Forget it lo . -.-'), (13855, 3322, 'Kota Tinggi, Johore', 'I''m at FaizulDaddy Crib!  (Jurong West, West) http://t.co/0GfBwSYp'), (13856, 3589, 'Plentong, Johor Bahru', 'Mencekik dulu kat nasi ambang MAT CORNER BBU.. http://t.co/GgSTSpTg'), (13857, 3500, 'Singapore', '@Olive_rrrr Ohhh I tot must collect the GO thing today~'), (13858, 2903, 'Johore, Malaysia', 'I still love her the most !'), (13859, 3416, 'Johore, Malaysia', 'Delivery for someone (@ Raffles Hospital w/ @lexelledextjluv) http://t.co/YrsRSrUA'), (13860, 3122, 'Johore, Malaysia', 'A moment of despair'), (13861, 3590, 'Johore, Malaysia', 'PARTEHHH ! (@ East Coast Park w/ 3 others) http://t.co/t0e18auJ'), (13862, 1155, 'Johore, Malaysia', 'I''m at PastaMania (Singapore, Singapore) http://t.co/QukXgWYB'), (13863, 58, 'Malaysia', '@Doraemon_aii เที่ยว !'), (13864, 1109, 'Johor Bahru, Johore', '@M_urderotic Oic. Tweeting n chatting wif ya hre. ;)'), (13865, 272, 'Johore, Malaysia', '@jenjenn22 dont gobble them up at one go! :)'), (13866, 3591, 'Singapore', '@blindpilot While in Singapore: Hawker center; the pool/roof at Marina Bay Sands; Little India; and Tanjong Beach Club on Sunday afternoon.'), (13867, 2423, 'Johor Bahru, Johore', 'My good intention is making myself fall into another trouble again .'), (13868, 2250, 'Johor Bahru, Johore', 'I''m at Little Bee''s Hive (Bukit Panjang New town, Bukit Panjang) http://t.co/MzEao08u'), (13869, 2284, 'Johore, Malaysia', 'I''m at Esplanade MRT Station (CC3) (Singapore, Singapore) http://t.co/R519M2uJ'), (13870, 458, 'Malaysia', 'เซงมึง อีสัส ! TT'), (13871, 3527, 'Johore, Malaysia', 'Aku sanggup pegy sorg2. kalau tk pon, nk ajak @nadzirahafiefy uh TT____TT'), (13872, 3546, 'Johor Bahru, Johore', '@hochuanjing i thought of that, but look so retarded..'), (13873, 2597, 'Riau, Indonesia', 'knpa hrus sebel , jalani aja lg@AkyuziiEviSafit'), (13874, 2250, 'Johor Bahru, Johore', 'I''m at Bee''s study room (bukit panjang, Singapore) http://t.co/g3PzXE3Y'), (13875, 3592, 'Johor Bahru, Johore', 'breakfast ^.^ (@ Share Tea 歇脚亭) http://t.co/aXNjqft1'), (13876, 440, 'Johor Bahru, Johore', '@TheEntertainerX can luh ._. Cold drinks will only contract your vocal cords for the moment. By tmr alr ok whut. GO DRINK LA'), (13877, 471, 'Johor Bahru, Johore', '@Fcukbitches Bo bian ma. Nth eat.:( you never reply mi!'), (13878, 1955, 'Singapore', '@superapplejuice Yeah, OH!!! Ngee Ann! My fav senior is there too! Haha who else is going there? :)'), (13879, 2903, 'Johore, Malaysia', '@nrzwni what colour ? :/'), (13880, 368, 'Senai Kulai, Kulai Jaya', 'I''m at Faculty of Science, Universiti Teknologi Malaysia (Johor Bahru, Johor) http://t.co/r1stclMT'), (13881, 2139, 'Johor Bahru, Johore', '@Jiamin_Bliss HAHAHA! No laa. I steady one. :D You schooling where?'), (13882, 2423, 'Johor Bahru, Johore', '@AldenCZH @pinkkystarszxc treat tiffany two cookie , not treat you both two ! Hahahaha !!'), (13883, 1300, 'Johor Bahru, Johore', '@tinzliang woi i uupdate mo nmn ako.. Paka bsy mo lagi! Pag ako kinalimtan mo babatuhin kta ng bola ng basketbol'), (13884, 287, 'Plentong, Johor Bahru', '@royyDM Roy answer dia. Dia tanya Roy dah ade GF ke belum. Answer yes or no je.'), (13885, 2807, 'Johor Bahru, Johore', 'I was sleeping the whole time they were having the safety talk! Hahahaha!!!!!'), (13886, 1643, 'Johor Bahru, Johore', 'Bitch, i caught you. http://t.co/GwGIXnhG'), (13887, 1813, 'Johor Bahru, Johore', 'Umm.... Teacher just gave us a lollipop n I gave to my zavier his sis, n Germaine to eat, they love to eat '), (13888, 1601, 'Plentong, Johor Bahru', 'I''m at English Zone (Johor Bahru) http://t.co/zuzc7qBY'), (13889, 3593, 'Johore, Malaysia', '@yeokkie to own a car don''t wish for a simple life. Dream that you own a car of your own and bring your family out on weekends.'), (13890, 440, 'Johor Bahru, Johore', 'Bullshit holiday'), (13891, 3505, 'Johor Bahru, Johore', 'Thomas Pridgen, Best Drummer period.'), (13892, 2787, 'Johor Bahru, Johore', '@sylvialeeeeee in my pocket'), (13893, 374, 'Senai Kulai, Kulai Jaya', 'Di negri org pelit'' deh ‎​(‾▿‾) . http://t.co/BAm93rCn'), (13894, 812, 'Senai Kulai, Kulai Jaya', '@_dibaduran @petehfaridyunus eleh peteh nak privatekan twitter plak.kah kah'), (13895, 1466, 'Johore, Malaysia', 'I''m at First Coach (Singapore, 307683) http://t.co/l1pOHvkj'), (13896, 2253, 'Johor Bahru, Johore', '#SomePeopleNeedTo realize that Facebook is a social network, not a diary.'), (13897, 147, 'Johor Bahru, Johore', 'Nervous... (@ SingHealth Polyclinics (Pasir Ris)) http://t.co/G43sRwD3'), (13898, 2897, 'Johore, Malaysia', 'I''m at Valley Point Office Tower (Singapore) http://t.co/z0dkwUQK'), (13899, 3315, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 13 others http://t.co/E61zPaFg'), (13900, 3594, 'Johore, Malaysia', 'I''m at Food Junction (Singapore, Singapore) http://t.co/wW8l2fRu'), (13901, 2423, 'Johor Bahru, Johore', '@AldenCZH @pinkkystarszxc if not how ? You treat me la !^^'), (13902, 2356, 'Johore, Malaysia', '@taylorsaysswift Ok ~'), (13903, 3416, 'Johore, Malaysia', 'I just ousted @shayneflowong as the mayor of Costumes Connection (The Costumes Shop) on @foursquare! http://t.co/kdynZTAo'), (13904, 2253, 'Johor Bahru, Johore', 'I ignore texts. I let the phone ring. It''s nothing personal, but #SomePeopleNeedTo realize that sometimes I don''t feel like talking.'), (13905, 2903, 'Johore, Malaysia', 'Come on mama ! Whatever it is i still put you first before him .'), (13906, 440, 'Johor Bahru, Johore', 'Omg. I never eat lunch, now quite hungry sia.... :( anyone wan makan? D: no one? I eat alone later. LOL.'), (13907, 390, 'Johor Bahru, Johore', 'An unexpected visit to hss'), (13908, 2423, 'Johor Bahru, Johore', '@Louislikeastyle nvm lo , you want die I treat you . If not everyone blame me again -.-'), (13909, 1643, 'Johor Bahru, Johore', '@hahahambali @_CookieMonstah_ ._.'), (13910, 786, 'Senai Kulai, Kulai Jaya', '@shahfendy8118 pendrive mane ye?'), (13911, 299, 'Plentong, Johor Bahru', 'Nasi Ambenggg! (@ Nasi Ambang BBU @ Mat Corner) http://t.co/NRYEDSbC'), (13912, 1910, 'Johor Bahru, Johore', 'I''m at Terminal 2 (Singapore, Singapore) w/ 13 others http://t.co/lSFADJdD'), (13913, 965, 'Johor Bahru, Johore', 'jom study PhytoChem~'), (13914, 3595, 'Johore, Malaysia', 'I''m at Yigloo (Singapore, Singapore) http://t.co/SnjmMbTT'), (13915, 1266, 'Johore, Malaysia', '@thisisrhubarb because life :P lolol'), (13916, 2648, 'Johore, Malaysia', 'Lunch~ (: (@ Glory Catering Services Pte Ltd) http://t.co/yc43xcX8'), (13917, 390, 'Johor Bahru, Johore', '@DerrelLee @cerynd how''s iMac?!'), (13918, 2423, 'Johor Bahru, Johore', '一个两个都这样 .'), (13919, 632, 'Plentong, Johor Bahru', '@amirsyazwina I don''t think so. Sebab belum buat lagi'), (13920, 1938, 'Johore, Malaysia', 'I''m at Orchard MRT Station (NS22) (Singapore, Singapore) w/ 4 others http://t.co/W537MWYo'), (13921, 3596, 'Johore, Malaysia', '@i_ish_bel cuz I''m a kid doodler... Woot'), (13922, 2423, 'Johor Bahru, Johore', '习惯就好 .'), (13923, 1502, 'Singapore', 'argh asdsafdf afk'), (13924, 2889, 'Johore, Malaysia', '@Boon_Juin tsk, he keeps denying that he dont like her. -.- eh, please luh k. i more cute and awesome than you. HAHAHAHA xD'), (13925, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi hahahaha.... welcome to the simple'), (13926, 2903, 'Johore, Malaysia', 'She''s too afraid of losing me till she doesnt want me to get marry -.-"'), (13927, 2350, 'Plentong, Johor Bahru', 'Update (@ Pos Malaysia) http://t.co/N45VtU8U'), (13928, 3597, 'Johor Bahru, Johore', '@elvincredible gawa mo?'), (13929, 2142, 'Johor Bahru, Johore', '@njyjcy keke, on the way to shopping mall. ^^ you? ^_^'), (13930, 3598, 'Johore, Malaysia', 'I''m at Toa Payoh Central (Singapore) http://t.co/EQkqCQ8I'), (13931, 3599, 'Plentong, Johor Bahru', '@jassferb (Y)'), (13932, 632, 'Plentong, Johor Bahru', '@hazieqahhouda umai??? Hahaha one name missing! LOL'), (13933, 3388, 'Johor Bahru, Johore', 'I''m at  His Crib. http://t.co/FOUwH74y'), (13934, 3043, 'Johore, Malaysia', '@cutewinnie I referring to the breakfast set (includes a tea/coffee). Not all outlets have this promo. I ate at white sands outlet before la'), (13935, 34, 'Johor Bahru, Johore', '@boringyang @nehnehpoopoo @cktanhi huh??'), (13936, 172, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Community Club (Singapore, Singapore) http://t.co/YsEnJLPi'), (13937, 2065, 'Pulai, Johor Bahru', '@ZamerZahran @hahazaahir hahaha..aku rasa GGMU saja wat gimik..baru ramai peminat nak tengok..cam cerita tamil..hero kalah dulu..hahaha'), (13938, 2889, 'Johore, Malaysia', 'Omg. What a bitch. Got new boyfriend already, still keep retweeting your ex''s tweet?'), (13939, 2115, 'Kota Tinggi, Johore', 'Brunch with Haziqah and Syuhaidah. (@ Long John Silver''s) http://t.co/4tT3A74t'), (13940, 3371, 'Plentong, Johor Bahru', '#MHIB http://t.co/0vSbVTEt'), (13941, 3597, 'Johor Bahru, Johore', '@nOna_110511 @coziamlio korek!'), (13942, 3588, 'Johore, Malaysia', '日本から素晴らしいジャズミュージシャン達が小曽根さんのビッグバンドNo Name Horsesで来てます! @yoshirojazz @Kengo__Nakamura 金曜日のコンサート楽しみ過ぎ!OK mosaic festival, you did well :D'), (13943, 3600, 'Johor Bahru, Johore', 'I''m at Tampines MRT Station (EW2/DT32) (Singapore, Singapore) w/ 5 others http://t.co/rhAz2rru'), (13944, 2903, 'Johore, Malaysia', 'But well i understand her feelings though . But i want her to understand mine too .'), (13945, 3314, 'Johore, Malaysia', '@MinDahSnaps You do with ?'), (13946, 172, 'Johor Bahru, Johore', 'I''m at Chua Chu Kang Basketball Court http://t.co/HhJ2lF2a'), (13947, 587, 'Johore, Malaysia', 'Have been playing since 10am till nw (@ Basketball Court) http://t.co/syXjTT1T'), (13948, 3041, 'Johore, Malaysia', 'I''m at Bus Stop 85091 (Tanah Merah Station) (Singapore, Singapore) http://t.co/Ip0WkkdO'), (13949, 1396, 'Johore, Malaysia', 'SAP: Head of LoB Solutions Marketing, APJ ( #Singapore ) http://t.co/gujjnJf4 #Marketing #sap #sapjobs #Job #Jobs #TweetMyJobs'), (13950, 599, 'Plentong, Johor Bahru', 'I''m at The Embassy Hotel &amp; Service Apartment (Johor Bahru, Johor) http://t.co/zCPmExqG'), (13951, 1056, 'Johore, Malaysia', 'U wana act like a big bro, but u never did what is required of it #fb'), (13952, 2822, 'Johore, Malaysia', 'Lunch break over cause I finished my cheese burger. I took 11mins! I''m sure other people take half my time! Anyway, bye! Off to my books!'), (13953, 2889, 'Johore, Malaysia', '"@Siao_Bitches: We''re merely friends. That''s what your mouth says, but not your heart. :)"'), (13954, 2142, 'Johor Bahru, Johore', 'Buying prepaid, new screen protector, ledger paper, pens and correction tape later.'), (13955, 2423, 'Johor Bahru, Johore', '@Louislikeastyle you say one ah .'), (13956, 1472, 'Singapore', '@doooduuu BUAHAHAH!! really is pin drop silent now my house.. ya ya got bed also... aircon still cold also hahahah!!!'), (13957, 3601, 'Johore, Malaysia', 'Cardio (@ GymWerkz) http://t.co/V4iBslcM'), (13958, 416, 'Johore, Malaysia', 'Event ended, finally. Hop on to A''L ride. Thanks A''s :) tummy still unwell going back home early to rest!'), (13959, 1109, 'Johor Bahru, Johore', '@Pink_Glitterzxc Noprob! ;)'), (13960, 1353, 'Senai Kulai, Kulai Jaya', 'Eng economy (@ FKK UTM) http://t.co/b8yMqjc4'), (13961, 2142, 'Johor Bahru, Johore', 'After I smoke, I feel like shitting. &gt;&lt;'), (13962, 3602, 'Johor Bahru, Johore', 'I''m at Godparent''s House http://t.co/KRelL8wu'), (13963, 2949, 'Plentong, Johor Bahru', '@apiszulkarnain Sat lagii . japgi aku g mkn then g snooker . aku dah dlm bus nk ke tmpt kau aku msg kau lahh. piki n apis .'), (13964, 885, 'Johor Bahru, Johore', 'At Home Team Academy — http://t.co/bSY9ifk4'), (13965, 2495, 'Johor Bahru, Johore', 'Now @ woodland national library studying ;)'), (13966, 2142, 'Johor Bahru, Johore', 'When is my bus coming?'), (13967, 3603, 'Johore, Malaysia', '@KhyeNizam ; kate tk jadi!!'), (13968, 665, 'Johor Bahru, Johore', 'Going to meet @TohBugLemonpop :)'), (13969, 435, 'Singapore', 'having weird dreams lately.'), (13970, 3550, 'Johor Bahru, Johore', 'Roly Poly playin at a KOPITIAM?!! Gosh..'), (13971, 213, 'Plentong, Johor Bahru', '@kmrsyartl yaa~'), (13972, 2903, 'Johore, Malaysia', 'She said , im not thinking abt her if i didnt i wouldnt be at Crocs working you see .'), (13973, 2080, 'Malaysia', '@Tumvadee จีฮานรักอ้อม น่ะครับ'), (13974, 3597, 'Johor Bahru, Johore', '@tontonico my god! Scary!'), (13975, 2423, 'Johor Bahru, Johore', '@AldenCZH @pinkkystarszxc ofcos must be serious ! Idw treat you unless you win me bs snipe !^*'), (13976, 3506, 'Johor Bahru, Johore', 'I''m at Causeway Point w/ @ahjusshi_ming http://t.co/2OpbIXCP'), (13977, 2284, 'Johore, Malaysia', 'I''m at City Hall MRT Interchange (EW13/NS25) (Singapore, Singapore) w/ 3 others http://t.co/8qtTqg3x'), (13978, 3550, 'Johor Bahru, Johore', '@Juper_Sunior no. May wad..'), (13979, 2113, 'Kota Tinggi, Johore', '@iiirrarara they r e owner.. Ntah uh.. Mesti de smtg going on i guess'), (13980, 632, 'Plentong, Johor Bahru', '#whounfollowedme why you unfollowed me? LOL :('), (13981, 3245, 'Plentong, Johor Bahru', '@julieannerossid cis,die suda ade cite ngn u ke?hahaha\nOkok,bole je.nanti u g ane je?'), (13982, 2949, 'Plentong, Johor Bahru', '@amieralovato i dkt uma ni . tadi time i kat taman kot . or memb i yg call u . i pun tktahu aa'), (13983, 160, 'Johore, Malaysia', 'I''m at Mount Pleasant Veterinary Centre (Singapore, Singapore) http://t.co/CqFUQnlY'), (13984, 2142, 'Johor Bahru, Johore', '@njyjcy hahaha! You''re in high school? How old are you? ^_^ keke.'), (13985, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc nehneh'), (13986, 1860, 'Johore, Malaysia', '@fluffykitties_ HUH?'), (13987, 856, 'Johore, Malaysia', '@candyspecs not sure with twitter, but am sure as hell am here at work!'), (13988, 3165, 'Plentong, Johor Bahru', 'Kau couple terhangat dekat sekolah. And selalu kena ngalan dengan cikguu Irsha.:P'), (13989, 1129, 'Johor Bahru, Johore', 'My sleepy girl @Sheenawesome still haven''t wake up ! Haha :p &lt;3&lt;3'), (13990, 1955, 'Singapore', '@superapplejuice If I''m not wrong, i think Ong Shi Hui is going Ngee Ann! :D\nEh? I thought Janine and Helissa is going there too?'), (13991, 556, 'Malaysia', '@llinenia2g เค้าก็เหมือนกัน = = ,, แล้วทำไมอันอั๊นนอนไม่หลับอะ คิดเยอะ !! 55.'), (13992, 2065, 'Pulai, Johor Bahru', '@ZamerZahran @hahazaahir ni semua tiru Lin Dan ni..pandai wat2 xkalah..bagi can MC menang ni..hahaha'), (13993, 3597, 'Johor Bahru, Johore', '@Marge_Sweetie @msanapam @nona_110511 seeeeee youuuu!'), (13994, 2903, 'Johore, Malaysia', 'Cause i always think abt her thats why im working to help her out , tu pon dia tak nampak hais .'), (13995, 2878, 'Johore, Malaysia', '@dongseopie omg ur dp &gt;///&lt; /pokes his cheeks asdfghjkl :\\'), (13996, 2423, 'Johor Bahru, Johore', '@Louislikeastyle okay .'), (13997, 435, 'Singapore', 'in my dreams , i dreamt that i was meeting siying , hazel and one other girl in macdonald to eat. HAHA.'), (13998, 2138, 'Johore, Malaysia', 'Nakikidaan lang naulan sa labas hehe (@ Ubi Techpark @ Ubi Crest) http://t.co/4pObUibM'), (13999, 641, 'Johore, Malaysia', '“@Notebook: Sometimes you have to stop thinking so much, and just go where your heart takes you... &lt;3” True!'), (14000, 2723, 'Plentong, Johor Bahru', '@nadia_rasdi muko demo supo Oki Satiana Dewi'), (14001, 3517, 'Plentong, Johor Bahru', 'Kalau u grow up dont want to be a fogger, tolong go and read some books http://t.co/6l7Xjwqf'), (14002, 1370, 'Johor Bahru, Johore', '@RandomOptimism google, you noobcake'), (14003, 2903, 'Johore, Malaysia', 'Ape lagi yg tak cukop pon taktau ah'), (14004, 551, 'Johor Bahru, Johore', '@PawanSainii hey sorry for the late reply. Phone is dumb. Anyway had your eno already? Oh lunch where at?'), (14005, 3371, 'Plentong, Johor Bahru', 'Torn away from you. http://t.co/hjmMXhI3'), (14006, 1813, 'Johor Bahru, Johore', 'Gd question: wat can I do to my 3weeks holiday?? Umm....?'), (14007, 1980, 'Johore, Malaysia', 'I''m at Costumes Connection (The Costumes Shop) w/ @pheobetan http://t.co/Cn4Mkkwq'), (14008, 3604, 'Johore, Malaysia', '@ APM Seminar...... (@ Marina Bay Sands Convention Center Hall A w/ 3 others) http://t.co/8haWhZfd'), (14009, 632, 'Plentong, Johor Bahru', '@amirsyazwina aah. Tengah tunggu kawan lah'), (14010, 1864, 'Johor Bahru, Johore', '#nowplaying Usher - Climax &lt;3 runaway ~ so high voice ^^'), (14011, 3580, 'Johore, Malaysia', 'It''s fascinating to observe conversation dynamics between the salesman and the person being sold to when they are equally unconfident.'), (14012, 2822, 'Kota Tinggi, Johore', 'I want to eat more BUT I CAN''T CHEW ANY OTHER THING! LOL. Stupid braces! Oh well I just have to bear with it! Can lost weight ahhhhhh!'), (14013, 3605, 'Johore, Malaysia', 'yoh! class is boring - feel like apart from Chem, school is just such a waste these days :/ #FilesNails'), (14014, 120, 'Johor Bahru, Johore', 'Back pain -.-"'), (14015, 1588, 'Johor Bahru, Johore', 'Waiting for the baos (@ Ang Mo Kio MRT Station (NS16) w/ 2 others) http://t.co/jbom1uR3'), (14016, 3606, 'Johor Bahru, Johore', '@jieyingszxc must be tat ass haha'), (14017, 786, 'Senai Kulai, Kulai Jaya', '@shahfendy8118 owh.. Nanti aku amik. Ko kat ner ni?'), (14018, 1109, 'Johor Bahru, Johore', '@Felicia_seetoh Yea! :( If he nvr go fr de surgery, his life would b in danger!'), (14019, 1062, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 14 others http://t.co/EFXTd0Xi'), (14020, 262, 'Johore, Malaysia', '@mweii :''( how bad? need to go hospital? (service centre)'), (14021, 3607, 'Johor Bahru, Johore', 'With @K_LoveRock'), (14022, 3582, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 4 others http://t.co/ltC2OznN'), (14023, 3553, 'Indonesia', '@WestlifeFansID ini foto kapan min?? re: shane sm mark'), (14024, 1860, 'Johore, Malaysia', '@fluffykitties_ OOH! HAHAHH! THNKS SO MUCH SYG! &lt;3'), (14025, 1456, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 6 others http://t.co/Uhce6guB'), (14026, 2903, 'Johore, Malaysia', '@nrzwni do we do it ourself or go to the salon ? Serious ive no idea haha .'), (14027, 2153, 'Indonesia', 'twitter qu. .\n@aiiughandira\nfollow yaa. . :D\n\n#(Y)'), (14028, 3371, 'Plentong, Johor Bahru', '#WYW http://t.co/5InJcvOR'), (14029, 3608, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) w/ @travislowkm http://t.co/Pc1HuWdF'), (14030, 1062, 'Kota Tinggi, Johore', 'I''m at Boon Lay Bus Interchange (Singapore, Singapore) w/ 5 others http://t.co/vGw5MMTt'), (14031, 1163, 'Johore, Malaysia', 'I personally like gents with blue black pants, making them more handsome :)'), (14032, 2495, 'Johor Bahru, Johore', 'Chiong for Geography! Hope can finish before sunset!!'), (14033, 2142, 'Johor Bahru, Johore', '9 more minutes. &gt;&lt; and I''m gonna be late.'), (14034, 3599, 'Plentong, Johor Bahru', '@jassferb mean of ''''F00D'''' ;'' )'), (14035, 2822, 'Kota Tinggi, Johore', 'Okay, seriously bye! My books=my marks=my future.'), (14036, 3609, 'Malaysia', 'โอ้เยีย (@ หาดใหญ่) http://t.co/ZiNUoOuB'), (14037, 3340, 'Johore, Malaysia', '@ferozkhan_ 5th may :-)'), (14038, 1211, 'Plentong, Johor Bahru', 'I''m at Turret PMT Office (Pasir Gudang, Johor) http://t.co/6qDsQMAv'), (14039, 2889, 'Johore, Malaysia', 'Fuuuu. Aisyah never bring the full set. How print!?'), (14040, 2348, 'Johor Bahru, Johore', 'Hate girls who cheat guys feeling'), (14041, 556, 'Malaysia', '@llinenia2g เหยยยย เป็นไร -0-'), (14042, 3610, 'Johor Bahru, Johore', 'With @marcus_badboi , @ichongjun @yinggx @martinie_ @jordanqwertyy @seonggheonn (@ nex w/ 15 others) http://t.co/VVPVmFL7'), (14043, 13, 'Johore, Malaysia', '@WILLLLZZZ @nightbythebeach later dinner ? ;p'), (14044, 3340, 'Johore, Malaysia', '@acciocatnip yeah, I guess so. :-)'), (14045, 1235, 'Johore, Malaysia', 'Today was.. Wonderful!'), (14046, 2353, 'Johor Bahru, Johore', 'Should i go out? I dont feel like. Fudge you! Mom''s being a bitch today. Scolding me for nothing -.-'), (14047, 2949, 'Plentong, Johor Bahru', '@apiszulkarnain haha aku tak mampu nak membawa gadis2 . kau hajak la gadis2 . nnti tricking haha . aku nk off pape aku msg chaw'), (14048, 213, 'Plentong, Johor Bahru', '@AzrulZailani2 hahaha kaw2~~'), (14049, 196, 'Johore, Malaysia', '@Jimmykhai crazy you!'), (14050, 309, 'Johore, Malaysia', 'lowest part? o_O “@TesszDj: @biifriends @alberthienee because you stay there not in my highest top, but also my lowest part. #NyatakanCinta”'), (14051, 3611, 'Johor Bahru, Johore', '@ZodiacFacts'), (14052, 3597, 'Johor Bahru, Johore', '@nOna_110511 @coziamlio my god! Tignan natin... Anongoras pasok nyo?'), (14053, 2949, 'Plentong, Johor Bahru', '@amieralovato adee . memb i . i rasa die call la kot .'), (14054, 3612, 'Johore, Malaysia', 'I''m at The Cathay, Office Lvl 5 http://t.co/dmqyG1Io'), (14055, 213, 'Plentong, Johor Bahru', '@mek_klate97 meh sini meh~ haha'), (14056, 3340, 'Johore, Malaysia', '@farinahanim HEHE YES!! ☺'), (14057, 3255, 'Johore, Malaysia', 'I''m too early T.T (@ 313@Somerset w/ 9 others) http://t.co/84MekbrG'), (14058, 2903, 'Johore, Malaysia', 'Kita buat baik org tak nampak tapi buat silap siket fuhhh !!! Lu pikir lah sendiri .'), (14059, 3613, 'Johor Bahru, Johore', 'I''m at Crestar Learning Centre @ Abacus Plaza (Singapore) http://t.co/oSFNkjHK'), (14060, 3323, 'Johor Bahru, Johore', '@bigboss8888 yes. Stopped playing chess. Now play real estate :D'), (14061, 3614, 'Johor Bahru, Johore', 'I''m at ITE College Central (Bishan Campus) w/ @janessaong http://t.co/yapGyYdO'), (14062, 1440, 'Johore, Malaysia', '@clarriiccee quite ok so far ah'), (14063, 3615, 'Johor Bahru, Johore', 'I''m at Bishan Bus Interchange (Singapore, Singapore) http://t.co/oUssSePC'), (14064, 284, 'Johor Bahru, Johore', 'TAYLOR SWIFT''S WONDERSTRUCK FRAGRANCE!! FINALLY!!! :'') &lt;3 @ Changi Airport Terminal 2 http://t.co/X9MTUStD'), (14065, 3615, 'Johor Bahru, Johore', 'I''m at Bishan MRT Interchange (NS17/CC15) (Singapore, Singapore) w/ 4 others http://t.co/T1zNyEUH'), (14066, 1343, 'Johor Bahru, Johore', 'McD at East Coast Parkway, one of the oldest and iconic, over 30 yrs old, will be closing its doors... Relocating to new venue...'), (14067, 2889, 'Johore, Malaysia', '"@xtrawhoredinary: Tomorrow is Friday already "'), (14068, 3160, 'Johore, Malaysia', 'I''m at The Daily Scoop (Singapore) http://t.co/TG8oyjfM'), (14069, 632, 'Plentong, Johor Bahru', '@amirsyazwina dah tadi. You?'), (14070, 3441, 'Johor Bahru, Johore', 'homed. (@ Chloe''s Hideout. ©) http://t.co/cm4lnHqa'), (14071, 3616, 'Johore, Malaysia', 'Wasted half the day, still got half to go :/'), (14072, 1955, 'Singapore', '@superapplejuice Ohhh good what! You guys quite close right? Haha my classmate! https://t.co/s59cPQiP Aiyo, no worries! Make friends!'), (14073, 2610, 'Singapore', '@sundayaffairs YES YES YES YES YES YES YES OMGGGGG'), (14074, 556, 'Malaysia', '@Ezq1 จ่าา :3'), (14075, 1399, 'Johore, Malaysia', 'My computer is slow like fuck _l_'), (14076, 2331, 'Riau, Indonesia', 'Lunch after a good rub! @ Imperial Treasure La Mian Xiao Long Bao http://t.co/HYIMvESt'), (14077, 3041, 'Johore, Malaysia', 'I''m at ITE East (Simei) (singapore) http://t.co/GJqG6FEu'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (14078, 2142, 'Johor Bahru, Johore', '@lylamre you sure you no eat marshmallow?'), (14079, 196, 'Johore, Malaysia', 'Wa, the journey from cck to bugis seems so far now.'), (14080, 2065, 'Pulai, Johor Bahru', '@ZamerZahran @hahazaahir ko ni zahir ada hati nak caras ke awex org??'), (14081, 123, 'Johore, Malaysia', 'E. Awards I got a bad feeling Lol please ah don''t or else I going to kill lol if anyone get what I mean zz'), (14082, 3617, 'Johore, Malaysia', 'I''m at Music Centre @ ACJC http://t.co/N6zABg9R'), (14083, 2284, 'Johore, Malaysia', 'I''m at Hersey''s @ Citylink (Singapore) http://t.co/3GaADRns'), (14084, 3618, 'Johor Bahru, Johore', 'Hmm boring much :/'), (14085, 2884, 'Tebrau, Johor Bahru', 'Old days lunch...... (@ FongJ 凤姐) [pic]: http://t.co/W1PVXX3B'), (14086, 3340, 'Johore, Malaysia', 'Dear bands &amp; artists of the world, we are glad you have come to yr senses to include Malaysia in your tours. You will not be disappointed. ☺'), (14087, 3619, 'Kota Tinggi, Johore', 'Juz woke upp ~~ ^-^'), (14088, 3620, 'Johor Bahru, Johore', 'Lol my iPhone is still showing Hong Kong weather :P'), (14089, 1986, 'Plentong, Johor Bahru', 'so tired'), (14090, 1540, 'Johore, Malaysia', '“@Retwittings: Mention a friend who looks like a giant tit.”@ThisIsArmaan'), (14091, 1235, 'Johore, Malaysia', 'Who''s around sota? Lol I''m boreeeeed'), (14092, 196, 'Johore, Malaysia', '@Jimmykhai =P'), (14093, 3621, 'Johore, Malaysia', 'Tersesat.. ( ˘͡ -˘͡) (@ China Square Central w/ @adi_lun) http://t.co/RQ9JW9KB'), (14094, 3535, 'Johor Bahru, Johore', '@iMASTYY yeahhh!'), (14095, 2110, 'Johore, Malaysia', 'I''m at Ayer Rajah Food Centre I (Singapore, Singapore) w/ 2 others http://t.co/H9lMVYQm'), (14096, 196, 'Johore, Malaysia', 'Hungry leh. Why ah!'), (14097, 1370, 'Johor Bahru, Johore', 'Shower then snack on chips while doing homework and finishing up PW slides #soundslikeaplan'), (14098, 2303, 'Johore, Malaysia', 'I''m at 40121 Bus Stop http://t.co/bOjl9KIW'), (14099, 2348, 'Johor Bahru, Johore', '@WawaGilerh vice versa'), (14100, 786, 'Senai Kulai, Kulai Jaya', '@shahfendy8118 mane erk? Tempat biase erk..'), (14101, 1666, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 10 others http://t.co/Nmrl6Yp4'), (14102, 2203, 'Johore, Malaysia', 'Fundamentals of Sounds... (@ NAFA Campus 3, C5-14 w/ @_mrdarren) http://t.co/njFW4qNJ'), (14103, 2142, 'Johor Bahru, Johore', '@lylamre it''s still marshmallow!!!'), (14104, 3472, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 14 others http://t.co/qsEd7TbV'), (14105, 712, 'Johore, Malaysia', 'I''m at 비스트(B2ST/ BÉÅŠT) ''s Home (ŠĪÑGÃPØRĘ) http://t.co/tnT4ste8'), (14106, 2159, 'Johore, Malaysia', 'I''m so EVIL to my sis!'), (14107, 1109, 'Johor Bahru, Johore', '@Thathegirl Kkay haohao! :)'), (14108, 3622, 'Johor Bahru, Johore', 'I''m at Blk 319A Anchorvale Drive (Singapore, Singapore) http://t.co/eZzHqpK9'), (14109, 3623, 'Johor Bahru, Johore', 'I keep forgetting to use FourSquare! (@ Tampines Mart) http://t.co/ou9xZXTH'), (14110, 3624, 'Johore, Malaysia', 'Awake... bf coming bk frm wrk soon! (@ 贝比的家) http://t.co/2ANS8hlb'), (14111, 3625, 'Johor Bahru, Johore', 'I''m at Yew Tee MRT Station (NS5) (Singapore, Singapore) w/ 3 others http://t.co/TdJ7E0GH'), (14112, 3535, 'Johor Bahru, Johore', '@Nur_Aainfyna yay!'), (14113, 3626, 'Plentong, Johor Bahru', '@nurfatiny ye comel'), (14114, 1872, 'Johore, Malaysia', '@msjenzzy lolz...hahaha :)))'), (14115, 138, 'Plentong, Johor Bahru', '"@Retwittings: Retweet if you get jealous over stupid insignificant things."Yes I am (-__-")'), (14116, 262, 'Johore, Malaysia', '@mweii :''( how did you drop it.. got blue black alr! It''s the metal one isit?'), (14117, 3472, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Public Library (Singapore, Singapore) http://t.co/FsJtOabx'), (14118, 116, 'Johor Bahru, Johore', 'lunch mode (@ Blk 207A Near Sengkang Secondary) http://t.co/qkAqYA8H'), (14119, 1774, 'Tebrau, Johor Bahru', 'After 9 days now only going to open my laptop ;) \nHaha'), (14120, 2548, 'Malaysia', '@nanadeera เยอะแยะเลย มากินมา ๆ'), (14121, 1261, 'Johor Bahru, Johore', '@zhijing90 oo, no la wonder y ur score so high. =)'), (14122, 2528, 'Johore, Malaysia', '@Kosaaksi :) @rajakumaari'), (14123, 1863, 'Johor Bahru, Johore', 'Shortness of breath... :S'), (14124, 3340, 'Johore, Malaysia', '@qistinasopian26 xylo bands kan? :-)'), (14125, 3472, 'Johor Bahru, Johore', 'I''m at Gong Cha 贡茶 (Singapore, Singapore) http://t.co/Bs8ALPZN'), (14126, 1065, 'Johor Bahru, Johore', 'Meeting @SyafiiieeQ later'), (14127, 640, 'Johor Bahru, Johore', 'I''m at Admiralty MRT Station (NS10) (Singapore, Singapore) w/ 3 others http://t.co/TXqQpZqi'), (14128, 632, 'Plentong, Johor Bahru', '@amirsyazwina oh, haha alhamdulillah :)'), (14129, 3472, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/7EyvgE7q'), (14130, 3203, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 5 others http://t.co/DyJh2pix'), (14131, 2495, 'Johor Bahru, Johore', '@aaajokeee yeah.. Workbook page 45 to 48 and 39 to 41 de !!'), (14132, 928, 'Johor Bahru, Johore', '@DarrelzZz Here! ^^ http://t.co/WU3bRTGS'), (14133, 738, 'Johore, Malaysia', 'Reach lavender 3.30 already lo. Forever sia.'), (14134, 3618, 'Johor Bahru, Johore', 'OMG I haven''t started doing my hw'), (14135, 1662, 'Johore, Malaysia', 'I''m at HOME ;D (Singapore) http://t.co/rdAN0nPj'), (14136, 3627, 'Johor Bahru, Johore', 'I''m at Starbucks (Simei, Singapore) http://t.co/ajmCTbpi'), (14137, 632, 'Plentong, Johor Bahru', '@hazieqahhouda haha letak cepat! LOL'), (14138, 560, 'Johor Bahru, Johore', 'I''m at Sengkang Community Club (Singapore, Singapore) http://t.co/jcOYPHc8'), (14139, 196, 'Johore, Malaysia', '#SomePeopleNeedTo just stfu.'), (14140, 2142, 'Johor Bahru, Johore', 'Boarded my bus.'), (14141, 3606, 'Johor Bahru, Johore', '@jieyingszxc tats what he wan u to think but he jus probably wan to look at ur assets or smth..perverts are everywhere'), (14142, 2412, 'Johore, Malaysia', '@soshified Mind spreading? :D Vote for sica!! http://t.co/TraBM84e Park Shin Hye is leading! You can vote as many times as you want! ^^ thx!'), (14143, 2466, 'Johore, Malaysia', 'almost everybody face #discrimination just about anywhere. Whether it''s about ur religion, race,age, appearance or d color of ur skin.'), (14144, 2736, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 7 others http://t.co/dBe9uqXF'), (14145, 863, 'Johor Bahru, Johore', 'I''m at Bus Stop 78101 (Opp Downtown East) (Singapore) http://t.co/oWof1T6n'), (14146, 738, 'Johore, Malaysia', 'Why do I smell popcorn'), (14147, 196, 'Johore, Malaysia', '@redrosyroses  why No reply me!'), (14148, 3628, 'Johore, Malaysia', 'With Zoe, Lihua &amp; Coco! IT''S HITLER TIME! (@ Jurong Regional Library w/ 6 others) http://t.co/SlKwcYIs'), (14149, 471, 'Johore, Malaysia', '#Iwannawatch the women in black!'), (14150, 3629, 'CIMB Bank ATM - Taman Universiti, Skudai, Pulai', 'I''m at CIMB Bank (Taman Universiti) (Johor Bahru, Johor) http://t.co/LvdDrXBN'), (14151, 1109, 'Johor Bahru, Johore', '@fyeahvira Goodbye! Takecare babe! (: Have a safe journey thr!'), (14152, 2777, 'Plentong, Johor Bahru', 'Off to Kulai ! (@ Dataran Bandaraya) http://t.co/mKpn4CWF'), (14153, 3630, 'Johor Bahru, Johore', 'Today i am bored nothing to do'), (14154, 2065, 'Pulai, Johor Bahru', '@ZamerZahran @hahazaahir ha adik2,caras sama la maksudnya dengan sailang ya..jgn salah faham ya adik2..ini utk kita2 aje..hahaha'), (14155, 3599, 'Plentong, Johor Bahru', '@jassferb Get ;'' }'), (14156, 665, 'Johor Bahru, Johore', 'I''m super lazy and hungry :/'), (14157, 1863, 'Johor Bahru, Johore', '@krisaquinoSTD hahahaha... That message from Rufag is so sweet.. :D'), (14158, 1774, 'Tebrau, Johor Bahru', '@norasuperjialat @febriyuna sing what?'), (14159, 1955, 'Singapore', '@superapplejuice Heh, i''m sure sure eh~ WUTTTT, then you ":(" what! Hahaha!'), (14160, 1384, 'Johore, Malaysia', 'The sun is up wowe!'), (14161, 374, 'Pulai, Johor Bahru', 'Setiap kg masuk sekitar 50 rm pasti melayang . Mati gw kalo gitu trus :| gmn idup chuy ! http://t.co/vQGnPGFl'), (14162, 3631, 'Johor Bahru, Johore', 'Gd afternoon world! 1st day of blissful 5 off days ahead. Going out for a picnic with the BF &amp; his classmates! Yeay!'), (14163, 3632, 'Johore, Malaysia', 'back to my report (@ My Office) http://t.co/G9kFk4sh'), (14164, 1850, 'Johor Bahru, Johore', 'Pkm lah phone aku masok air !!! _|_'), (14165, 3633, 'Johore, Malaysia', '@daphnetingzhi Pfft pfft! Kns laa you'), (14166, 479, 'Singapore', '#NationalOreoDay Twisting, licking, dunking forever &amp; ever.'), (14167, 196, 'Johore, Malaysia', '@Jimmykhai of course la, if not I drink with you meh!'), (14168, 3634, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle no guys trying to attract ya.. :)'), (14169, 3593, 'Johore, Malaysia', '@yeokkie never. Greedy is not I say one. Is your birthdate says de. Being greedy is a good thing. It makes you work for it.'), (14170, 2353, 'Johor Bahru, Johore', 'Uh fuck you lah! I dont go out. You happy now?! Mofo _|_'), (14171, 3172, 'Riau, Indonesia', 'Done! Burp... @ Tanjong Beach Club http://t.co/uM5KkKjw'), (14172, 1850, 'Johor Bahru, Johore', 'Skrg memory card dah rosak .. )):'), (14173, 2937, 'Johore, Malaysia', 'I''m at Siam kitchen @ Parkway Parade (Katong, Singapore) http://t.co/3ExdzKkm'), (14174, 1850, 'Johor Bahru, Johore', 'Volume pn dh tkde ... ))):'), (14175, 3633, 'Johore, Malaysia', '@daphnetingzhi @shufflenoob Xiasuay siah!!'), (14176, 1343, 'Johor Bahru, Johore', 'Brings memories of KFC back in Kepong Baru... Once the only fast food joint there...'), (14177, 3635, 'Johore, Malaysia', 'Mana lah si tua ni.. (@ S H Cycle) http://t.co/rdN7OtpP'), (14178, 3568, 'Johor Bahru, Johore', 'Buy groceries (@ NTUC FairPrice) http://t.co/1lph90GO'), (14179, 1472, 'Singapore', '@doooduuu hahaha so fun tempting u... key is always available at ah fang''s house haahahah!!!'), (14180, 1459, 'Tebrau, Johor Bahru', 'Nw having break 1hr;)'), (14181, 747, 'Johore, Malaysia', '@disillusionedd sure. Let me know in advance.'), (14182, 3043, 'Johore, Malaysia', '@cutewinnie Hahas. I don''t drink coffee one honey. Hahas.'), (14183, 122, 'Johore, Malaysia', '@huss_syaza what telah happen?'), (14184, 499, 'Johor Bahru, Johore', 'Eunice loves us @ Lena''s http://t.co/ZTqCZmy3'), (14185, 3636, 'Johore, Malaysia', 'what''s with naomi neo haters hahaha! most of them are those girls who likes to tweet quotes and stuff with a heavy makeup dp. and why''s that'), (14186, 1370, 'Johor Bahru, Johore', '@shaherawr yeah man. LOL'), (14187, 650, 'Malaysia', 'อย่างเพลีย - -" (@ ถุงเงินอพาร์ทเมนต์) http://t.co/8FYepZuK'), (14188, 477, 'Johor Bahru, Johore', '@XIUHUIJOJO alaaaaaa. dun say until lik tht la. paiseh de lea xD'), (14189, 2650, 'Johore, Malaysia', '@W_GumingBen yesterday deepthroat ah ? :P'), (14190, 3241, 'Johore, Malaysia', 'I''m at The Treasury (Singapore, Singapore) http://t.co/e8gU1K6u'), (14191, 2296, 'Johore, Malaysia', 'I''m at Robinson Point (singapore, singapore) http://t.co/Ktgo2PUk'), (14192, 2389, 'Johor Bahru, Johore', 'lunch ^^ (@ Blk 156 Yishun St 11 Coffeeshop) http://t.co/jHl76Grr'), (14193, 3637, 'Johore, Malaysia', 'I get shit attitude when I said the wrong things\n-_-'), (14194, 786, 'Senai Kulai, Kulai Jaya', '@shahfendy8118 mcm ner pendrive leh ade kat ko? Aku tertinggal kat lab erk?'), (14195, 196, 'Johore, Malaysia', 'The angmo baby on the train so cute!'), (14196, 40, 'Johor Bahru, Johore', 'Good morning. ~.~'), (14197, 3631, 'Johor Bahru, Johore', '1st thing I did upon waking up was to cut caramel''s nails! Grew super fast since the last time I cut it last mth! Time to get a new cage!'), (14198, 3638, 'Johor Bahru, Johore', 'I''m at K Box (Singapore) http://t.co/z5eYAHMw'), (14199, 3586, 'Riau, Indonesia', '@yizzreel27 kai benggali ???'), (14200, 632, 'Tebrau, Johor Bahru', '@NurlisaShahira mana kau?!!!'), (14201, 1343, 'Johor Bahru, Johore', 'RT“@BBCWorld: Human fossils hint at new species http://t.co/nlcJxb2Z”'), (14202, 2285, 'Riau, Indonesia', 'I''m at Siloso Beach (Sentosa Island, Singapore) w/ 5 others http://t.co/uwW2a0Ay'), (14203, 3626, 'Plentong, Johor Bahru', '@AqilahDewana pfffft'), (14204, 702, 'Johor Bahru, Johore', 'she made me smile on this... @ Orchid Park Condominium http://t.co/TpJnjGbC'), (14205, 2548, 'Malaysia', '@nanadeera มามา ;p'), (14206, 33, 'Johore, Malaysia', 'I''m so tired right now ...'), (14207, 458, 'Malaysia', '@leadergyuTB =[]='' นายตอบได้เร็วมาก 5555'), (14208, 520, 'Pontian, Johore', 'http://t.co/ee1BYpta'), (14209, 2674, 'Johor Bahru, Johore', 'I''m at Courts 2.0 (Singapore) http://t.co/VqwhfKLt'), (14210, 2160, 'Johore, Malaysia', 'You know you''re tired when wind can blow you off course while walking. #ineedtosleeprightfuckingnow'), (14211, 1580, 'Johore, Malaysia', '@hahnar nopes. (:'), (14212, 3125, 'Singapore', 'Indonesian Ex Trade Minister Rahardi Ramelan talks to SOROTAN about his closed-ties with Germany http://t.co/J5Z1z6uI'), (14213, 2851, 'Johor Bahru, Johore', 'Class BBQ :&gt; (@ Aloha Resort Loyang) http://t.co/tRPSyQUm'), (14214, 196, 'Johore, Malaysia', '@Jimmykhai No thank you.'), (14215, 2866, 'Johore, Malaysia', 'Siao arh?'), (14216, 3045, 'Riau, Indonesia', '@derryderrot FOLLBACK DULU'), (14217, 2356, 'Johore, Malaysia', '@taylorsaysswift okkkkk ~'), (14218, 2731, 'Plentong, Johor Bahru', 'I just ousted @anissrossman as the mayor of Pusat Tuisyen Seri Intelek on @foursquare! http://t.co/sHgUIVea'), (14219, 2731, 'Plentong, Johor Bahru', 'BM. (@ Pusat Tuisyen Seri Intelek) http://t.co/epHw8VBb'), (14220, 45, 'Johor Bahru, Johore', 'I''m tired of being good, let''s be bad :)'), (14221, 2092, 'Kota Tinggi, Johore', 'I''m at Sports Hall @ Jurong West Sports &amp; Recreation Centre http://t.co/Z2bPwPYy'), (14222, 88, 'Johor Bahru, Johore', 'the zone :))'), (14223, 458, 'Malaysia', '@Pich_D อื้อออ ;D'), (14224, 2495, 'Johor Bahru, Johore', '@aaajokeee no problem :)'), (14225, 3586, 'Riau, Indonesia', '@anggiaivanna13 kampret... gak jg ya... lg eksis di FB aja.. hahahaha...'), (14226, 3639, 'Johor Bahru, Johore', 'I''m at Blk 789 Chao Chu Kang North 6 w/ @gabrieltannn http://t.co/2ydJtFSS'), (14227, 632, 'Tebrau, Johor Bahru', '@hazieqahhouda takpe lah :('), (14228, 3640, 'Johore, Malaysia', 'argh!!!! boring weekend!!!!\ni''ll make sure i get to go out tmr=)\nlook forward to it'), (14229, 2138, 'Johore, Malaysia', 'Lunch time (@ Kopitiam) http://t.co/Za0lQZWG'), (14230, 1109, 'Johor Bahru, Johore', '@GWYNZXC De song sang by who der? :)'), (14231, 3440, 'Johor Bahru, Johore', 'I''m at BURGER KING® (Singapore, Singapore) http://t.co/QrsdI5BJ'), (14232, 3440, 'Johor Bahru, Johore', 'I just ousted Jonathan Y. as the mayor of BURGER KING® on @foursquare! http://t.co/nB1Bjytq'), (14233, 1092, 'Johore, Malaysia', 'Bitch slap is the in thing SAFFU NOW...'), (14234, 3631, 'Johor Bahru, Johore', 'The most awesome-est way of starting my morning! A cuppa tea! Yumza!! http://t.co/DsF4QpFX'), (14235, 2142, 'Johor Bahru, Johore', 'I see so many people using manhattan portage, lol.'), (14236, 3048, 'Plentong, Johor Bahru', '@AlyaaAfifah gooood ☺ http://t.co/58EneuwE'), (14237, 1306, 'Johore, Malaysia', '@ronniechengg haha diff. have people diff. preferences :) Anyway see you later for dance'), (14238, 1092, 'Johore, Malaysia', 'We had a movie to catch. A really awesome movie.'), (14239, 3641, 'Johore, Malaysia', '@tdysports yea! I agreed.'), (14240, 2142, 'Johor Bahru, Johore', 'Rich people nowadays.'), (14241, 2896, 'Plentong, Johor Bahru', '@tv1810 hoho,suuweetnyer ko pakai hp tuh..hahahaaaaktuii...'), (14242, 3606, 'Johor Bahru, Johore', '@jieyingszxc YES YES U ARE :-)'), (14243, 471, 'Johor Bahru, Johore', 'I miss my jacket:('), (14244, 3586, 'Riau, Indonesia', '@M_Iskandar182 thanx sweetty.. :)'), (14245, 1955, 'Singapore', '@superapplejuice Aiyo,can make friends with males one ma!Ngee Ann so big!Hahah all the best there ah!I heard the variety of food there is(Y)'), (14246, 45, 'Johor Bahru, Johore', '@zafianthefret SMS, sometimes I''m lazy to reply :p reply ur text ltr :)'), (14247, 40, 'Johor Bahru, Johore', 'Fucking sorethroat . Can''t speak ah now :('), (14248, 632, 'Tebrau, Johor Bahru', '@NurlisaShahira dgn Hamizah and Hanna. Kat depan mcd, kat tmpt duduk tu'), (14249, 196, 'Johore, Malaysia', 'And finally reach bugis.'), (14250, 1078, 'Johore, Malaysia', 'I''m at ITE College East (Singapore, Singapore) w/ 10 others http://t.co/LrBPDslS'), (14251, 453, 'Johor Bahru, Johore', 'I''m at *~In The Toilet~* http://t.co/Um86Zh9Z'), (14252, 1396, 'Johore, Malaysia', 'SAP: Senior Manager- Office of COO Solutions ( #Singapore ) http://t.co/hUtIbrb8 #Sales #sap #sapjobs #Job #Jobs #TweetMyJobs'), (14253, 122, 'Johore, Malaysia', 'Tmr is the day! Nervous as fuck!'), (14254, 1813, 'Johor Bahru, Johore', 'Xia Yi zhan Xin fu #Nowatching'), (14255, 1692, 'Tebrau, Johor Bahru', 'YEAH ! Spectre Victory ! :D'), (14256, 1300, 'Johor Bahru, Johore', 'RT "@CezAniciete: PLS VOTE @kc_concepcion FOR THE BATTLE OF THE BILLBOARDS 2012 http://t.co/Nh4DwTaj tnx!"'), (14257, 3165, 'Plentong, Johor Bahru', 'TETTTTTT kelas aku jadi mangsa. Macam yall.'), (14258, 2303, 'Johore, Malaysia', 'I''m at Bus Stop 50041 Novena Lodge http://t.co/9GQgdTJZ'), (14259, 2681, 'Johor Bahru, Johore', 'I''m at Blk 357B Admiralty Dr http://t.co/yqmSpPBS'), (14260, 665, 'Johor Bahru, Johore', 'Om damn hot :('), (14261, 1109, 'Johor Bahru, Johore', '@Airnaaah_ Hehehe!'), (14262, 3631, 'Johor Bahru, Johore', 'I really wanna watch This means War again, this time with the BF! For those who haven''t, go watch!!! It''s hilarious!!'), (14263, 3642, 'Johore, Malaysia', 'Hungry!! (@ Food for Thought 8QSAM) http://t.co/bUs7pgii'), (14264, 3179, 'Johor Bahru, Johore', '@akosiKHENN tama :) hahaha!'), (14265, 2866, 'Johore, Malaysia', '@ohmymama_bitch don print!'), (14266, 3643, 'Pontian, Johore', 'Kukup chalet!!'), (14267, 3307, 'Johore, Malaysia', '#audition'), (14268, 2142, 'Johor Bahru, Johore', '@lylamre it''s still marshmallow! You put chocolate also a marshmallow! Lol! Thats a marshmallow!'), (14269, 3644, 'Johor Bahru, Johore', 'fuck holiday hmwk_|_ so many-.-'), (14270, 2291, 'Johore, Malaysia', 'Otw to batam.. (@ Departure Hall) http://t.co/oxuhF6nc'), (14271, 1109, 'Johor Bahru, Johore', '@Ckytveryshiny Heh noprob! ;)'), (14272, 3645, 'Johore, Malaysia', 'Thx @niteger for spamming me with lives for Diamond Dashh! ^^'), (14273, 122, 'Johore, Malaysia', 'Thanks @Buntat_Radke for the wonderful gift!'), (14274, 694, 'Kota Tinggi, Johore', '@BenjermaineCYP sorry just wake up ^^ afternoon ~'), (14275, 3646, 'Johore, Malaysia', 'With dicks (@ Cathay Cineleisure Orchard w/ 17 others) http://t.co/JeC38NKE'), (14276, 632, 'Tebrau, Johor Bahru', '@hazieqahhouda hahaha babun!!! Bella tak ingat kite pun :('), (14277, 3637, 'Johore, Malaysia', 'Now it is time for me to be famous !..!\nShall try something crazy'), (14278, 3647, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 9 others http://t.co/o39pR6N9'), (14279, 2199, 'Johor Bahru, Johore', 'I''m at Changi Cycling Services Shop http://t.co/fbL728uk'), (14280, 3045, 'Riau, Indonesia', '@derryderrot bagus (ʃ˘̩̩̩_˘̩̩̩ƪ)'), (14281, 3489, 'Pulai, Johor Bahru', '@NurshafiqaR eleh sat pandai lah tu hehe. Ke nak belajar dgn jkh? Haha http://t.co/QboBYcmb'), (14282, 2864, 'Tebrau, Johor Bahru', '@yunie105 @weishangoh @JianLynn gud luck 4 ur presentation!!! @weishangoh try ur best 2 relax ya...:P'), (14283, 3648, 'City Square, Plentong', 'I''m at Johor Bahru City Square (Johor Bahru, Johor) w/ 4 others http://t.co/cCaBhlNX'), (14284, 905, 'Johore, Malaysia', 'Evo X naman hanobayan!'), (14285, 3641, 'Johore, Malaysia', '@P_Cattitude what job?'), (14286, 2142, 'Johor Bahru, Johore', 'Hongster -.-'), (14287, 33, 'Johore, Malaysia', '@wh4ley What you mean by that arrow ?!!'), (14288, 3649, 'Riau, Indonesia', 'panass.....'), (14289, 1385, 'Riau, Indonesia', '@kangpy tough luck. Disruption to last till 5pm!!! Better start calling everyone up to check on them and make arrangements early!'), (14290, 3647, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore) http://t.co/OZTebmGm'), (14291, 472, 'Johor Bahru, Johore', '@Telesaurtise yeap ahahaha'), (14292, 196, 'Johore, Malaysia', '@PARANOIDLIES_ '), (14293, 3125, 'Singapore', 'Indonesian Ex Trade Minister #Rahardi Ramelan talks to SOROTAN about Indonesia''s tourism potential. http://t.co/UGmVdN6U'), (14294, 3132, 'Johor Bahru, Johore', 'I''m at Bus Stop 44121 (Blk 113) (Singapore) http://t.co/7Lp5be2r'), (14295, 3650, 'Johore, Malaysia', 'I think I''m only gonna start my work on Sunday xP hHa lazy start now !! Boo'), (14296, 1503, 'Johor Bahru, Johore', 'RT“@acietnasta: Love it ♥ RT @hardrockfm: #nowplaying The Cure - Mint Car”'), (14297, 3651, 'Johore, Malaysia', '@VanessaTanLB lol high five to that'), (14298, 2142, 'Johor Bahru, Johore', '@prisnikolette cause I need people accompany ma!'), (14299, 3132, 'Johor Bahru, Johore', 'I''m at Bus Stop 44129 http://t.co/S9oA6XpN'), (14300, 112, 'Johore, Malaysia', 'I''m at In Front Of Com http://t.co/agfvu1ol'), (14301, 2329, 'Johor Bahru, Johore', 'back to the library. aaahhhhh. useless popular -__-'), (14302, 1019, 'Johor Bahru, Johore', 'Right eye twitching since morning... Weird and uncomfy...'), (14303, 2964, 'Johor Bahru, Johore', 'I''m at 24 Loyang Crescent http://t.co/Rqxcmeqc'), (14304, 3641, 'Johore, Malaysia', '@P_Cattitude then punch lor!'), (14305, 1548, 'Johore, Malaysia', 'I want to eat pork steak ............'), (14306, 694, 'Kota Tinggi, Johore', '@NexTourLife see first i just wake up ~'), (14307, 3652, 'Johore, Malaysia', 'I''m at Astons Specialities (Singapore) http://t.co/yiWpZ2h2'), (14308, 3611, 'Johor Bahru, Johore', ':-)&lt;3'), (14309, 3653, 'Johore, Malaysia', 'I''m at Subway (HDB Hub) (Singapore, Singapore) http://t.co/wA7goGrm'), (14310, 1918, 'Johore, Malaysia', '@PChristiany hahaha, brapaa hari nihh rencananya ? Yahh tapii g kerjaa :''('), (14311, 2142, 'Johor Bahru, Johore', '@itsthechee_ynx edward''s mother.'), (14312, 3631, 'Johor Bahru, Johore', '@AmyRawrrs I can''t stand ppl who take sides when a couple fights. They don''t f*cking know head or tail to begin with! Lifeless people.'), (14313, 1615, 'Singapore', 'tsktsk~ at @followjyp ''s tweet..they are the best vocal group..of cos their song will have popularity!!'), (14314, 7, 'Johore, Malaysia', 'Assalamualaikum, Hi ?'), (14315, 398, 'Johor Bahru, Johore', '@BenjoyingLife @_naver_ @vahiiniie @seriiberg @_kelvega21 @eatroachsuckers cgpa?'), (14316, 472, 'Johor Bahru, Johore', '2 pizzas..a bottle of coke..'), (14317, 2082, 'Johore, Malaysia', 'I''m always correct lah apui.. Listen to mee.. @LeHAISH'), (14318, 7, 'Johore, Malaysia', 'Assalamualaikum, Hi awak?'), (14319, 3452, 'Johore, Malaysia', '@Roseskisses whr u working :o'), (14320, 3637, 'Johore, Malaysia', '@CherylGoodGirl what?'), (14321, 3654, 'Johor Bahru, Johore', 'Something isn''t right. But what exactly went wrong..'), (14322, 1271, 'Johore, Malaysia', 'Stewed chicken mushroom noodles @ Sultan''s Kitchen @ Sultan Plaza http://t.co/vvd6rMmo'), (14323, 786, 'Senai Kulai, Kulai Jaya', '@shahfendy8118 @Rabiatul_Adibah aku leh lupe sampai mcm tu skali? Bahaya ni.. Mlm ni mac value dinner erk?'), (14324, 3452, 'Johore, Malaysia', '@dubstepunicorns HAHAHHAHAHAHA'), (14325, 3655, 'Johor Bahru, Johore', 'Here to attend ENG Staff Comm! ^^ (@ Temasek Poly Auditoria 1 &amp; 2) http://t.co/eJUxcQ9o'), (14326, 2142, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle NO WORRIES.'), (14327, 14, 'Johor Bahru, Johore', 'Simply #dope'), (14328, 3656, 'Johore, Malaysia', '@pastrydelicacy Nooo!!!! then how?! T.T'), (14329, 2633, 'Plentong, Johor Bahru', '@CIMB_Assists thanks.'), (14330, 1909, 'Tebrau, Johor Bahru', 'I''m at Topman/Topshop @ Jusco Tebrau (Johor Bahru, Johor) http://t.co/EeU94SDb'), (14331, 3657, 'Johor Bahru, Johore', 'I''m at J and Jas Hair Salon w/ @marcustxk http://t.co/EnmDff7D'), (14332, 1140, 'Kota Tinggi, Johore', '@kickassredlips hahaha exactly babe'), (14333, 2741, 'Johor Bahru, Johore', 'What the hell is mt black motorcycle doing on my bed? O_o'), (14334, 632, 'Pulai, Johor Bahru', '@hazieqahhouda LOL takde makna. Hahaha'), (14335, 3132, 'Johor Bahru, Johore', 'So hot!!'), (14336, 190, 'Plentong, Johor Bahru', 'Cuaca panas utk hari ini....'), (14337, 2121, 'Johore, Malaysia', 'I''m at East Coast Park (Singapore, Singapore) w/ 3 others http://t.co/QkIyoQOg'), (14338, 1371, 'Johore, Malaysia', '@renezki @sharon_cuneta12 Count me in! We love u Mega!Remember God knows,God sees, God blesses!God is with you always:-)'), (14339, 3651, 'Johore, Malaysia', '@richerd what''s the secret sauce to do that?! Lol'), (14340, 1231, 'Johor Bahru, Johore', 'Gr8 just drop my phone..! Not gonna happen again!'), (14341, 3658, 'Kota Tinggi, Johore', 'Hair damn messy'), (14342, 1403, 'Johore, Malaysia', 'lunching (@ Kamayan, Tanjong Pagar) http://t.co/WO9B4XSD'), (14343, 1205, 'Johore, Malaysia', '@miqatsumzul @amirulparker @fir_dolicious huh? What...?'), (14344, 3631, 'Johor Bahru, Johore', '@AmyRawrrs rare moments when I get 5 off days in a row! must embrace them when I get the chance! Hang in there the weekend is almost here!'), (14345, 2217, 'Johore, Malaysia', 'My $4.50 Chicken Rice bento which is not so great. Look is deceiving. - Purchased inside hall A. [pic]: http://t.co/ZhwEgMZU'), (14346, 2142, 'Johor Bahru, Johore', '@prisnikolette might be coming in June loh. (:'), (14347, 2762, 'Malaysia', 'วันนี้ร้านผมคึกคักอีกแล้วครับ'), (14348, 3659, 'Johore, Malaysia', 'w @kaykwang @dinowoos @rye0wook waiting for slowpokez @boiseu (@ Bugis Street w/ 9 others) http://t.co/7uU0ttsO'), (14349, 2422, 'Johor Bahru, Johore', '@StephanieLoh mao mak!'), (14350, 3660, 'Johore, Malaysia', 'you need to know you can''t come and goes as and when you like.'), (14351, 3658, 'Kota Tinggi, Johore', 'AHAHAHAH FIRST TIME LIKE THAT DARE GO OUT'), (14352, 3658, 'Kota Tinggi, Johore', 'Okay I''m going home now'), (14353, 2082, 'Johore, Malaysia', '@WMShazwi u don''t understand my class bro.. Anyways thanks..'), (14354, 1473, 'Johor Bahru, Johore', 'What a waste of a good afternoon'), (14355, 2598, 'Pulai, Johor Bahru', 'I''m at Giant Perling Mall (Johor Bahru, Johor) http://t.co/CuhCZT50'), (14356, 3606, 'Johor Bahru, Johore', '@jieyingszxc lying lah im a changed man'), (14357, 520, 'Pontian, Johore', 'iloveyou my only gula :)'), (14358, 3661, 'Johor Bahru, Johore', 'I''m at 12 Lorong Pisang Batu http://t.co/AoqsSsY3'), (14359, 3662, 'Plentong, Johor Bahru', 'I''m at Jalan Kemuncak 9, Taman Nong Chik, Jb http://t.co/7wortajo'), (14360, 284, 'Johor Bahru, Johore', '@WlNFRED THE AIRPORTTT&lt;3 :D'), (14361, 45, 'Johor Bahru, Johore', 'I''m so dead..... Ms neo is gna kill me. :( extra runs for me. Wish me luck'), (14362, 14, 'Johor Bahru, Johore', 'Turn me on #nowblasting'), (14363, 3663, 'Johor Bahru, Johore', '@mcjx91 hey! Yo bro! Just tweeting for fun! Lol'), (14364, 3631, 'Johor Bahru, Johore', 'My new domestic help is finally here! What a relief for the family! Hooray!'), (14365, 3664, 'Plentong, Johor Bahru', 'Sending Jet and Mean home :) (@ Bandar Baru Uda) http://t.co/qLKGo5vx'), (14366, 3279, 'Plentong, Johor Bahru', 'Supermarket :DD (@ Tesco Extra Plentong) http://t.co/WhxoCDVx'), (14367, 876, 'Johor Bahru, Johore', '@sodaloverxc dang. She told me she''d be gg somewhere else and I bet she''s having training. Why am I even so angry...'), (14368, 3665, 'Johor Bahru, Johore', 'I''m at Sembawang MRT Station (NS11) (Singapore, Singapore) http://t.co/inbQV7lv'), (14369, 3045, 'Riau, Indonesia', '@liaa_liliaa Ɣªª'), (14370, 250, 'Johor Bahru, Johore', '@HxziqRodriguez tgh siap. Jmp 315 kt adm leh?'), (14371, 2142, 'Johor Bahru, Johore', 'At 303 only, -.-'), (14372, 3305, 'Johore, Malaysia', 'Drooling http://t.co/LdIMjBBH'), (14373, 2949, 'Plentong, Johor Bahru', '@FaziraR betul kee jodoh i ? hee . kalau betoll . padan muka u .'), (14374, 3666, 'Johor Bahru, Johore', 'You wouldn''t want to look at the face @ Seletar Hills Estate http://t.co/NRwXwLwW'), (14375, 412, 'Malaysia', 'อบรม ปปส (@ ศชต. Southern Border Province Bureau) http://t.co/yHmFjxfU'), (14376, 430, 'Johor Bahru, Johore', '@mthrh haha u think far i also think far ^^ but i think your father wont accept me cause i will never be an arsenal fan.'), (14377, 3294, 'Johore, Malaysia', '#NationalOreoDay HELLO ! finally done maths by my own. X_X my brain can burst yo'), (14378, 1256, 'Johor Bahru, Johore', 'Nw i knw who wil stand beside me nt behind me smetimes water is thicker then blood uh..'), (14379, 3667, 'Tebrau, Johor Bahru', 'I''m at Jabatan Pendaftaran Negara, Setia Tropika. http://t.co/OTb9q6PY'), (14380, 2142, 'Johor Bahru, Johore', 'Yay! I can rap the rap of can you smile, (:'), (14381, 1594, 'Johore, Malaysia', 'Omg! There''s a candidate same age as me, his wisdom, charisma and the way he speaks is so mind blowing. I need to go read up!'), (14382, 1266, 'Johore, Malaysia', '@thisisrhubarb or maybe that''s the case'), (14383, 2949, 'Plentong, Johor Bahru', '@amieralovato hahaha i pun pelik bile tah i call u haha'), (14384, 2548, 'Malaysia', '@nanadeera นราธิวาสค่ะ .'), (14385, 3631, 'Johor Bahru, Johore', 'Had domestic help since I was born until abt 3 years ago, mum decided to try living w/out one. Worst period of my life!'), (14386, 2826, 'Johore, Malaysia', 'Can''t wait for next week when the last 2 ep of SUFBB comes out AHHHHHH'), (14387, 876, 'Johor Bahru, Johore', '@sodaloverxc today''s like the first time I didn''t wait for her and just went home...? Am I trying not to care or do I not care anymore...'), (14388, 747, 'Johore, Malaysia', '@jengs_ yes. In Korea 5pm is like 8pm in sg.'), (14389, 1869, 'Restoran Makanan Laut Remaja, Plentong', 'Lunch! (@ Restoran Makanan Laut Remaja) http://t.co/hEQRDaIo'), (14390, 3668, 'Johor Bahru, Johore', '@TROLLiNGCAKE wow okay! They better change!!'), (14391, 3500, 'Singapore', '@captfabrejas Hahaha Then split up lor:('), (14392, 2741, 'Johor Bahru, Johore', '#nowplaying - Hallelujah. Paramore.'), (14393, 3669, 'Plentong, Johor Bahru', ':)'), (14394, 45, 'Johor Bahru, Johore', '@zafianthefret yeahh :( ure so mean :( you suck, BIG TIME :( Haish decoy :( I''m gg t die :(:(:('), (14395, 1909, 'Tebrau, Johor Bahru', 'I''m at Harris Bookstores (Johor Bahru) http://t.co/hgN8tAVx'), (14396, 3670, 'Johor Bahru, Johore', 'How do you expect people to keep your secrets when you can''t even keep yours!'), (14397, 632, 'Plentong, Johor Bahru', '@hazieqahhouda suruh lah!! Hahaha'), (14398, 3527, 'Johore, Malaysia', '@luckyz_syuQ gy asian civilisation. plss teman aku. Urgent! TT__TT'), (14399, 1109, 'Johor Bahru, Johore', '@fyeahvira Noprob!! :D Wat time''s ur flight?'), (14400, 3668, 'Johor Bahru, Johore', '@TROLLINGREVOLTS HAHHAHAHHAAHAHHA!!!!'), (14401, 876, 'Johor Bahru, Johore', '@sodaloverxc tmrw lah. :3'), (14402, 7, 'Johore, Malaysia', 'Sakit perut :/'), (14403, 3671, 'Kota Tinggi, Johore', 'Barney''s Musical Castle @ Expo Hall 9 http://t.co/ojNGcIZe'), (14404, 3672, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 14 others http://t.co/xmZOvLSU'), (14405, 2142, 'Johor Bahru, Johore', '@IAmYaoQuan release stress. Make them feel better.'), (14406, 703, 'Johore, Malaysia', 'Stupid me. Mark Bonafide was actually performing in front of me at Zouk for Shah''s video. Aku boleh tak perasan!'), (14407, 3673, 'Plentong, Johor Bahru', 'seni sudah siap !'), (14408, 1118, 'Johor Bahru, Johore', 'Yuhuu.gue pgi gak berani Duingin poll enakan tdr RT @aniasrani: Baru mandiiiiii...!!! RT @Emisaputri: aniasrani Sipp. .gue mo mandi dulu (:"'), (14409, 284, 'Johor Bahru, Johore', '@gabyaw it''s $98!! IT''S SMELLS SOOOO TAYLOR SWIFTY :D &lt;3'), (14410, 3045, 'Riau, Indonesia', '@mikhariamv Ɣªª ampyunn dh dia ygbatak,, gila Ɣªª ?? ƗƗɑƗƗɑƗƗɑ'), (14411, 3643, 'Pontian, Johore', 'Kukup chalet :) (@ Hello Leisure Resorts @ Kukup) http://t.co/OTofihvD'), (14412, 3674, 'Kota Tinggi, Johore', 'Darn.. It''s a damn hot day.. (@ Jln Ahmad Ibrahim Top Up Booth) http://t.co/OS153h2R'), (14413, 2786, 'Johore, Malaysia', '@Hidhir96 eh dtg dkt temasek filed jumpe kt situ'), (14414, 556, 'Malaysia', '@llinenia2g งั้นเค้าก็ด้วยคนเหอะ เกือบจะบ้าตาย = ='), (14415, 151, 'Johore, Malaysia', 'I''m at Prada (Singapore) http://t.co/6w0B5fHQ'), (14416, 147, 'Johor Bahru, Johore', 'My number... Hurry pls... Im feeling damn bored -.- Boredom and Nervous Strikes :/ [pic]: http://t.co/tDRKKaSv'), (14417, 3675, 'Johor Bahru, Johore', 'I''m at CAITLYN''S NINJA HOUSE (Singapore, Singapore) http://t.co/pd1WCi5W'), (14418, 3676, 'Kota Tinggi, Johore', '"saya suka la tengok mata awak, cantik." duhh! dia pakai contact lens memang la cantik -.- #lakisweetalker'), (14419, 3606, 'Johor Bahru, Johore', '@jieyingszxc not a horny boy anymore'), (14420, 3667, 'Tebrau, Johor Bahru', '@putihreddish pergh anto black maria g meminang? Pinang penjenayah?'), (14421, 1985, 'Johor Bahru, Johore', '@bbc5live Wallace and Gromit and Shaun the Sheep'), (14422, 3677, 'Johore, Malaysia', 'Mug with 8years crazy bestie @NeonPlasters'), (14423, 3678, 'Johore, Malaysia', 'Wahhhh!!!! So full~ (@ CoCoICHIBANYA Curry House w/ 2 others) http://t.co/tPG8Csbx'), (14424, 2741, 'Johor Bahru, Johore', 'I''ve written like 3 full pages for my essay, but I''m not even halfway through it &gt;.&lt;'), (14425, 1091, 'Johore, Malaysia', 'Let your ego control you. ='')'), (14426, 124, 'Johor Bahru, Johore', '@corinnesong meet me later ? :) please ?'), (14427, 3679, 'Tebrau, Johor Bahru', 'Officially here (@ Starbucks Malaysia (Official)) http://t.co/DCGHiHcZ'), (14428, 1054, 'Johore, Malaysia', 'Back to station... (@ HarbourFront Mrt Station (NE1)) http://t.co/ZGwcSlId'), (14429, 2065, 'Pulai, Johor Bahru', 'Manusia selalu berubah,tapi sekali dia berpaling dari kesetiaan dia..dia akan hilang selamanya apa yang digelar SEJATI...:D'), (14430, 3680, 'Johore, Malaysia', '“@JASMINEVILLEGAS: it''s a beautiful thing when us females stick together instead of hatin on one another #GIRLPOWER”'), (14431, 3681, 'Johor Bahru, Johore', 'I''m at Kopitiam (Singapore, Singapore) http://t.co/tvpHZK4H'), (14432, 2511, 'Johore, Malaysia', 'At Malina Square — http://t.co/2pydXMXr'), (14433, 213, 'Plentong, Johor Bahru', '@spartanZ9774 solat solat'), (14434, 3682, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 11 others http://t.co/5KJTlhLX'), (14435, 3563, 'Singapore', '@kebinwoo_ coz u vry messy got 1 time i dunno hu is hu tats why.'), (14436, 703, 'Johore, Malaysia', 'Awesomeness, he was rapping in Malay. I was beside him, staring at the smokey ice.'), (14437, 3672, 'Johor Bahru, Johore', 'I''m at NTUC Foodfare (Singapore, Singapore) http://t.co/avzCkJtX'), (14438, 3667, 'Tebrau, Johor Bahru', '@franique miss you jugak!'), (14439, 171, 'Johore, Malaysia', '@elvypangaribuan @jillo_o sumpah kapan2 tak ajak ke orchard tower. Kita akan merasa terhona sebagai perempuan seutuhnyaaaa'), (14440, 58, 'Malaysia', '@limited_Pookki3 กูเบื่อนิ ! ที่บ้านกูอะไรไม่รู้ ห่าย ;('), (14441, 3656, 'Johore, Malaysia', '@pastrydelicacy oh i didnt pick up! XD'), (14442, 3683, 'Johore, Malaysia', 'getting my PDL at CDC eunos :)'), (14443, 1748, 'Pulai, Johor Bahru', 'Dbt girls who are so lala'), (14444, 3684, 'Johore, Malaysia', 'I''m at Wei Xiao Bao @Bedok Reservoir View w/ 2 others http://t.co/hz5W3XfC'), (14445, 2741, 'Johor Bahru, Johore', '#nowplaying _ Adia. Avril Lavinge.'), (14446, 1343, 'Johor Bahru, Johore', 'Long awaited telescope is closer in sight... Now the question of in SG to actually use it effectively...'), (14447, 3685, 'Johore, Malaysia', 'I''m at Twelve Cupcakes (Singapore, Singapore) http://t.co/BW9CBY0D'), (14448, 1109, 'Johor Bahru, Johore', '@CELINLEONG Heh tyty!! ;)'), (14449, 3686, 'Johore, Malaysia', 'studying? on a holiday? HAHAHA! You''re too funny'), (14450, 1091, 'Johore, Malaysia', 'Being ego will only lead to bad things. Never ever regret any decisions you make with ego controlling you. =)'), (14451, 213, 'Plentong, Johor Bahru', '@KhairilAnwarr alaa nanti x best pulak~~ hahah'), (14452, 3687, 'Johore, Malaysia', 'Who''s going for the concert later at NAFA?'), (14453, 58, 'Malaysia', '@Doraemon_aii ยังไม่แน่เลย แต่ละคนเรื่องมากตายตอนแรกบอกไปตอนนี้อะไรไม่รู้'), (14454, 33, 'Johore, Malaysia', '@wh4ley Oh yah hor .... LOL'), (14455, 3688, 'Johor Bahru, Johore', 'I''m at E!hub Downtown East (Singapore) w/ 2 others http://t.co/fBvgTguW'), (14456, 951, 'Johor Bahru, Johore', 'RT @Jayohlene: 没有做工的日子真的很闷啦!!!'), (14457, 3666, 'Johor Bahru, Johore', '#nowwatching #guliana&amp;bill @ Seletar Hills Estate http://t.co/0ZcqpkXG'), (14458, 3689, 'Johore, Malaysia', 'I''m at marina bay sand http://t.co/bpccl8XX'), (14459, 556, 'Malaysia', '@llinenia2g สักคนอ่ะ );'), (14460, 3631, 'Johor Bahru, Johore', '@AmyRawrrs such ppl need to be bitch-slapped! Babe, it''s times like this u''ll know who yr real friends are. Judgement period.'), (14461, 876, 'Johor Bahru, Johore', 'You don''t know how I feel; I hate you but yet I love you. It''s like pushing you down a cliff then rush down to catch you. Damn.'), (14462, 640, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 10 others http://t.co/iw1dc9Oh'), (14463, 3690, 'Johor Bahru, Johore', 'I''m at Block 445 Coffee Shop w/ @keixra http://t.co/q2V1Rzq2'), (14464, 3691, 'Johor Bahru, Johore', '“@fluffynips: looking forward to the b-boys'' game tomorrow against pahang!”'), (14465, 1028, 'Johore, Malaysia', 'I''m at JWC Logistics Pte Ltd (Singapore) http://t.co/tKUUDzLK'), (14466, 2741, 'Johor Bahru, Johore', '#NowPlaying - Independence. The Band Perry.'), (14467, 2142, 'Johor Bahru, Johore', '@lylamre yay! I win. :3'), (14468, 3692, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 14 others http://t.co/LU90ih1C'), (14469, 3651, 'Johore, Malaysia', '@chimagination @Jackyyapp @mengwong, decompression after 19th instead?'), (14470, 3563, 'Singapore', '@kebinwoo_ ok long story short. i tot tat was u. somehow'), (14471, 3693, 'Johore, Malaysia', 'Here to register for my course . (@ ITE College East w/ @thatlovetrap) http://t.co/T2GGZsME'), (14472, 7, 'Johore, Malaysia', '@Ayishcepot Jahakkk mu ni :/'), (14473, 3691, 'Johor Bahru, Johore', 'Partying all night.'), (14474, 703, 'Johore, Malaysia', 'Okaylah actually not bad lah kan. I shall show Mark Bonafide the picture i took.'), (14475, 1091, 'Johore, Malaysia', 'Mommy talked things out with me. As much as I wanna stop crying but I still wanna cry my hearts out. I can''t stop. =S'), (14476, 45, 'Johor Bahru, Johore', '@zafianthefret I''m late for training :(:(:( I''m rly scared now :(:('), (14477, 1440, 'Johore, Malaysia', '@clarriiccee haha who is your bitch now?'), (14478, 3694, 'Kota Tinggi, Johore', 'I''m at MacRitchie Reservoir Park (Singapore, Singapore) http://t.co/iLq5kyPg'), (14479, 747, 'Johore, Malaysia', 'Haha. NEL still down. At this time 1438. Tsk tsk tsk.'), (14480, 2142, 'Kota Tinggi, Johore', 'Okay. Have to get koi for baby. @itsthechee_ynx'), (14481, 876, 'Johor Bahru, Johore', 'What can I do. I''m just a fool that can''t live without you.'), (14482, 7, 'Johore, Malaysia', '@AfiqMaulani Haha k tukar. Sakit fiqq. Haha'), (14483, 213, 'Plentong, Johor Bahru', '@spartanZ9774 ohh tido balik ya bang?? heheh'), (14484, 3527, 'Johore, Malaysia', 'ok. tak kelakar. abg aku terdelete semue gmbr2 tuh semue -.-'), (14485, 2617, 'Johor Bahru, Johore', 'I''m at Exercise Time! @ House Of Alicia''s http://t.co/Emj8hYdb'), (14486, 3642, 'Johore, Malaysia', 'Hungry!! @ Food for Thought 8QSAM http://t.co/VvmVUqqn'), (14487, 2142, 'Kota Tinggi, Johore', 'Where the hell is the koi shop in je? Lol.'), (14488, 2984, 'Johore, Malaysia', 'Zzz why u no continue walking?? I wanna go home (@ Dunkin'' Donuts) http://t.co/Y8dHPeR2'), (14489, 213, 'Plentong, Johor Bahru', '@spartanZ9774 poyo laa'), (14490, 3673, 'Plentong, Johor Bahru', 'i need you !'), (14491, 3695, 'Singapore', '@ArinaQahirah .. weii wa rindu lu laaa &lt;3'), (14492, 3696, 'Malaysia', 'I''m at KBank @ สาขาถนนศุภสารรังสรรค์ หาดใหญ่ (จ.สงขลา, Thailand) http://t.co/qrwqATWF'), (14493, 965, 'Johor Bahru, Johore', 'jgn didamba cinta insani~'), (14494, 1077, 'Johor Bahru, Johore', 'So Bored:('), (14495, 3328, 'Johore, Malaysia', 'I''m at Tanah Merah MRT Interchange (EW4) (Singapore, Singapore) w/ 5 others http://t.co/NcPggENa'), (14496, 3573, 'Plentong, Johor Bahru', '@liyanaLunia ala jgn la :"('), (14497, 1109, 'Johor Bahru, Johore', '@pxdkitty So good! I also wan! &gt;&lt;'), (14498, 1540, 'Johore, Malaysia', 'Tuition hurry finish!!!'), (14499, 3075, 'Johor Bahru, Johore', '“@WhatTheFFacts: Feeling low? Day dreaming about the bright future will instantly give you a boost.”'), (14500, 3546, 'Johor Bahru, Johore', '@hochuanjing @uamlon normal shirt and jeans'), (14501, 45, 'Johor Bahru, Johore', 'The awarkward moment when you''re late for training and your coach demands an explanation'), (14502, 58, 'Malaysia', 'โอ้ยยยยย ! ปวดหัว'), (14503, 3, 'Plentong, Johor Bahru', 'im at CitySquare :-)'), (14504, 1030, 'Johor Bahru, Johore', 'It''s holiday'), (14505, 1343, 'Johor Bahru, Johore', 'RT“@cnalatest: Update: NEL #MRT svc betw Dhoby Ghaut &amp; HarbourFront stn now delayed until further notice - NEW electrical insulation issue”'), (14506, 1206, 'Johor Bahru, Johore', 'I''m at Bus Stop 44819 (Opp West Spring Sec Sch) (Bukit Panjang, Singapore) http://t.co/ArFKwguF'), (14507, 812, 'Senai Kulai, Kulai Jaya', '@sueannajoe dari dulu. Lagi depa duk ckp benda sama.penat nak nunggu.haha'), (14508, 3697, 'Johor Bahru, Johore', 'woohoo last day!  not that i''m mean but hello!?! We''re still in the same campus if u hvn realise -.-'), (14509, 724, 'Plentong, Johor Bahru', '預備。。開始! @ Groceries http://t.co/NUw9o7C7'), (14510, 812, 'Senai Kulai, Kulai Jaya', '@sueannajoe dari dulu lagi depa duk ckp benda sama.penat nak nunggu.haha'), (14511, 3698, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 12 others http://t.co/majWBhgD'), (14512, 138, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle easy to forget..'), (14513, 3374, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Library (Singapore, Singapore) w/ 2 others http://t.co/F8nDeRbU'), (14514, 3699, 'Johore, Malaysia', 'I''m at Lucky Garden http://t.co/d4CFNGl3'), (14515, 1343, 'Johor Bahru, Johore', '@kvijaynathan: Long awaited telescope is closer in sight... Now the question of where in SG to actually use it effectively...'), (14516, 1705, 'Johor Bahru, Johore', 'Bck to werk (@ Shell Punggol) http://t.co/vWtWtpVu'), (14517, 3452, 'Johore, Malaysia', 'Insecured babeh'), (14518, 1030, 'Johor Bahru, Johore', 'Ok right now my life is so full of confusion :-('), (14519, 3700, 'Johore, Malaysia', 'SHOP! (@ Bugis Street w/ 10 others) http://t.co/bzMMjzpJ'), (14520, 965, 'Johor Bahru, Johore', 'bersiap utk ke kelas'), (14521, 264, 'Singapore', '@LAMSHITKAYYYY_ Hehe chim den got more to reply :BB'), (14522, 2896, 'Plentong, Johor Bahru', '@tv1810 yela..sapela aku nie..tp best ape aku jual minyak..hehe..ramai tu nk beli..'), (14523, 876, 'Johor Bahru, Johore', 'I miss your hugs.'), (14524, 3122, 'Johore, Malaysia', 'Ok tuition timeeee'), (14525, 213, 'Plentong, Johor Bahru', '@KhairilAnwarr hahah good idea~'), (14526, 3701, 'Johor Bahru, Johore', 'Ice-Cream!!! (@ Udders w/ 2 others) [pic]: http://t.co/RI5LF9CR'), (14527, 1091, 'Johore, Malaysia', 'Told mom I''m going out at night. I can''t stay home anymore. I don''t feel goood crying at home. Shall go somewhere peace &amp; quiet. =''('), (14528, 2142, 'Johore, Malaysia', '@IAmYaoQuan idk? For my Cigg the best!'), (14529, 3279, 'Plentong, Johor Bahru', 'I''m at Tesco Extra Plentong http://t.co/EJ7j9vgc'), (14530, 2082, 'Johore, Malaysia', 'Y every time when I go I n out of q air con room mesti rase mcm nak kenching ni??? -_-'), (14531, 171, 'Johore, Malaysia', '@yanhuar itu bukan tulisan aku. --"'), (14532, 2821, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 10 others http://t.co/K2TE0iOm'), (14533, 2664, 'Plentong, Johor Bahru', 'teringin nak ada date :)'), (14534, 2548, 'Malaysia', '@nanadeera งั้นหาดใหญ่นะ'), (14535, 3702, 'Johore, Malaysia', 'At Sushi Tei — http://t.co/EibBm7oM'), (14536, 1371, 'Johore, Malaysia', '@sharon_cuneta12 if people talk negatively about you,live in such a way that no one will believe them.'), (14537, 58, 'Malaysia', '@limited_Pookki3 ม่ายที่บ้านกูนิ ! แบบตอนแรกเออจะไปพรุ่งนี้ แล้วพอมามา ยังตกลงกันไม่ได้เลย ;('), (14538, 2142, 'Johore, Malaysia', 'K. I know where le. Lol.'), (14539, 3336, 'Pulai, Johor Bahru', 'Banyak barang baby! I like.. Surver barang utk baby baru..hehe (@ Fabulous Mom) http://t.co/MjDDfC5i'), (14540, 124, 'Johor Bahru, Johore', 'I''m done washing the clothes . Clran faris room , iqah''s room . Nasi dah masak . Few more to go .'), (14541, 2499, 'Singapore', '@ct_ray I hv a confession to make,im actually a Pâtissier at home n I can make perfect souffle :p'), (14542, 812, 'Senai Kulai, Kulai Jaya', 'RT @naadiyaxx: RT @zarakahan: #LOLDewanRakyat Ibrahim Ali pakai baju melayu pink. Aku confuse samaada dia manusia ... http://t.co/hxszWviz'), (14543, 171, 'Johore, Malaysia', '@elvypangaribuan cantiknya abis. Sumpah ga terima!!!'), (14544, 1109, 'Johor Bahru, Johore', '@GWYNZXC Ic kkay. :)'), (14545, 1955, 'Singapore', '@superapplejuice Hahaha you''ve been there already ah?\nHave direct bus what! Oh yeah but still!! (Y)'), (14546, 3703, 'Johore, Malaysia', 'Here with my aunt for check-up. (@ Kadang Kerbau Women''s And Children''s Hospital) http://t.co/YQsrBmSZ'), (14547, 3704, 'Johor Bahru, Johore', 'I''m at Home Sweet Home http://t.co/luJtPEZr'), (14548, 3075, 'Johor Bahru, Johore', '“@WhatTheFFacts: "If I can do it, anybody can do it" is considered the most annoying statement from successful people.”'), (14549, 181, 'Johore, Malaysia', '@azwanjamil you was talking to me?'), (14550, 2142, 'Johore, Malaysia', 'I have $150 in my wallet.'), (14551, 7, 'Johore, Malaysia', '@Ayishcepot Eh apa kena mengena? Aku takpernah pinggirkan kau. Sampai hati kau dik kata aka gitu :/'), (14552, 3573, 'Plentong, Johor Bahru', '@AliaMustaphaa pmpuan plak klau nak ktuk lelaki dye akan refer pd semua lelaki kt dunia ni sama je.. kekonon pmpuan tu mulia sngt'), (14553, 1443, 'Johore, Malaysia', 'I''m just gonna switch off my phone. Don''t wanna be caught in dramas.'), (14554, 171, 'Johore, Malaysia', '@beaty_riska bole2. Ayo2 kita ke swalayan bareng.'), (14555, 3705, 'Johore, Malaysia', 'With tricia . Gonna sing my lungs out. (@ K Box @ Bedok Point) http://t.co/Az52huL8'), (14556, 3, 'Plentong, Johor Bahru', 'aku single ke aku couple ke topup aku tetap sama macam orang kerja korporat ~'), (14557, 3527, 'Johore, Malaysia', '@luckyz_syuQ mmg best. aku nak ajak kwn aku, smlm dah pegy. this tyme aku nk gy nan kau plk. aku nk kne amek gmbr bnyk pt sane. please :(('), (14558, 556, 'Malaysia', '@llinenia2g ตบให้หน่อยดิ -.-'), (14559, 3706, 'Malaysia', 'Just posted a photo @ Brother Service Center Hat Yai http://t.co/IWJ9jqMv'), (14560, 171, 'Johore, Malaysia', 'Eh lo, minggir lo, lo menghalangi pemandangan gue dari abang ganteng. --" #jablaygagal'), (14561, 3452, 'Johore, Malaysia', '@Roseskisses i was at T1 yesterday sia hahaha'), (14562, 124, 'Johor Bahru, Johore', '#nowplaying heaven - Bryan Adams'), (14563, 856, 'Johore, Malaysia', '@peaNaths @candyspecs so is my code #tanginabro'), (14564, 213, 'Plentong, Johor Bahru', '@KhairilAnwarr bila nk balik malaysia~'), (14565, 440, 'Johor Bahru, Johore', '@awesomelady98 u good D:'), (14566, 2873, 'Johore, Malaysia', '@likuhhein oops I forgot LOL. I take pic send you first. What your number?'), (14567, 3573, 'Plentong, Johor Bahru', '@DYMYanManan buat ape kat korea plak? bkn kt jb ke?'), (14568, 2515, 'Johor Bahru, Johore', '@meemezah Kau lah HAHAHAHHA'), (14569, 171, 'Johore, Malaysia', '@elvypangaribuan kan bila perlu. HAHAHAHAHAHA :))'), (14570, 3193, 'Plentong, Johor Bahru', 'Home sweet home! :D (@ Jalan Sentosa , Kg Dato Onn) http://t.co/sikg1N5c'), (14571, 3452, 'Johore, Malaysia', '@ohmysofiaa hmmmmmmmm TIME'), (14572, 2142, 'Johore, Malaysia', '$50 to pay my brother hsa fine, $50 to buy study material. $50 to change my screen protector buy prepaid. Lol.'), (14573, 688, 'Johor Bahru, Johore', 'Nvr catch tio prawn nvm . Taxi also dont have !!!!!'), (14574, 440, 'Johor Bahru, Johore', 'Sian die'), (14575, 2741, 'Johor Bahru, Johore', '@Almhrxwr_ Your cuzzie looks like you :P'), (14576, 3707, 'Tebrau, Johor Bahru', 'I''m at Room 202 @ Sunway Jb (Johor Bahru, Johor) http://t.co/rrmU8tQa'), (14577, 213, 'Plentong, Johor Bahru', '@spartanZ9774 @waffles1213 aww so sweet!'), (14578, 2142, 'Johore, Malaysia', '@itsthechee_ynx what you want!'), (14579, 1140, 'Johore, Malaysia', '@thiveebeanie you think that''s for me ah??'), (14580, 3708, 'Johore, Malaysia', 'Even though we fail Him most of the time, God never fails #ThankYouLord @iAmBERNZs http://t.co/jSpJ0iFF'), (14581, 407, 'Malaysia', 'มอนิ่งง! ตื่นแล้ววจ้าาา.'), (14582, 3709, 'Johore, Malaysia', 'Why would you want wedding photographs taken outside ION?'), (14583, 3649, 'Riau, Indonesia', 'Setauku hati itu ga punya tulang, tapi kenapa hatiku bisa patah waktu aku liat kamu uda sama yg lain'), (14584, 3695, 'Singapore', '@ArinaQahirah hahaah.. bosan teramat laa... herm, vanilla coklat dh best.. sedihh'), (14585, 3710, 'Johore, Malaysia', 'I''m at Marina Barrage (Singapore, Singapore) w/ 5 others http://t.co/RRiHelVq'), (14586, 1236, 'Johore, Malaysia', '@ibiebergreyson_ Wad kind of dance u wanna learn? 0.o'), (14587, 171, 'Johore, Malaysia', 'Pulang sekola, cuaca ga menentu gini, emang paling enak brenang. Tp brenang d condo orang. Pura2 gila..'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (14588, 2232, 'Johor Bahru, Johore', 'Basketball lol! (@ McDonald''s w/ 3 others) http://t.co/HDdijFuZ'), (14589, 3697, 'Johor Bahru, Johore', 'Hahas Zi Cong from macpherson ite hor? not bad guess who''d be my new best friend '), (14590, 3075, 'Johor Bahru, Johore', '@WhatTheFFacts WTF hahahahahahahaha.....'), (14591, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli aini saket, takbole nak date'), (14592, 3573, 'Plentong, Johor Bahru', 'xsngaje xpe RT @liyanaLunia: Ah sudahhh :( mcm mana ni? Dah tertuit ni RT @SilaTerasa liyanaLunia (cont) http://t.co/cf3UFHJ5'), (14593, 45, 'Johor Bahru, Johore', '@zafianthefret nonsense la u :/ \nI''m always late. If I''m early it''s someth unusual :/'), (14594, 3563, 'Singapore', '@kebinwoo_ i noe. only realised recently'), (14595, 3691, 'Johor Bahru, Johore', 'Anyone wanna come Chalmers house now?'), (14596, 3711, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 14 others http://t.co/sIhVa4R3'), (14597, 7, 'Johore, Malaysia', '@HafizahNazam Terasa =.='), (14598, 2864, 'Tebrau, Johor Bahru', 'I''m at Room 202 @ Sunway Jb w/ @yunie105 http://t.co/VDB4zVGp'), (14599, 3712, 'Kota Tinggi, Johore', 'I''m at McDonald''s @ Jurong Central Park http://t.co/2MvFYa4g'), (14600, 2142, 'Johore, Malaysia', '@itsthechee_ynx okay!'), (14601, 2499, 'Singapore', '#SomePeopleNeedTo put other people down in order for them to feel glorious...and thats moronic'), (14602, 45, 'Johor Bahru, Johore', 'At this rate, I''m gg t b suspended from sch:/'), (14603, 3563, 'Singapore', '@xinhuiz whuut? again?'), (14604, 3165, 'Plentong, Johor Bahru', 'Dekat camera aku patut banyak gambar aku.Tapii ni tak, banyak gambar kau pulak T_T'), (14605, 3713, 'Johore, Malaysia', 'Visiting old friends. @ Foreign Policy Design Group http://t.co/uI8UPf3O'), (14606, 1459, 'Tebrau, Johor Bahru', 'Counting the days;))'), (14607, 171, 'Johore, Malaysia', '@yanhuar tp yg nomer 16 bole juga deh yank :))'), (14608, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja hehe.welcome.bosanlaaa,hang out jom,weeeeeeee~ :P'), (14609, 1643, 'Johor Bahru, Johore', 'Yeay, mum giving me money to buy Vans :3 but dunno when /:'), (14610, 2056, 'Johore, Malaysia', 'Lost Smartphone? Don''t Plan On Seeing It Again http://t.co/NGAC8Mac'), (14611, 3687, 'Johore, Malaysia', '@tzehuii O.O you on diet uh?'), (14612, 1343, 'Johor Bahru, Johore', '@ashyusof the comic strip B.C. comes to mind but somehow that seems like an injustice in the current context'), (14613, 7, 'Johore, Malaysia', '@Ayishcepot Sorry dgn maaf bkn sama :O'), (14614, 3714, 'Johore, Malaysia', '@ Antoinette mandarin gallery. Yummy!!! http://t.co/n8aSGhc5'), (14615, 3715, 'Malaysia', '5555 พี่เค้าเอาคอมมาส่งแล้วววจ้าาา'), (14616, 1140, 'Johore, Malaysia', 'Haha I quit my job'), (14617, 1432, 'Johor Bahru, Johore', 'Gotta do homework later cos of @Mmmeifei ! hahaha'), (14618, 7, 'Johore, Malaysia', '@echaashadi Nahh hulur duit pergi beli. Haha'), (14619, 1860, 'Johore, Malaysia', 'Since that day, we have been having ''Harum'' fights everyday! &lt;3 XD'), (14620, 1643, 'Johor Bahru, Johore', 'Singapore where sell Vans? /:'), (14621, 3633, 'Johore, Malaysia', 'RT @HXahshrink: How to be a better drinker?'), (14622, 1850, 'Johor Bahru, Johore', 'Pkm lah !! Memory card aku dh tkleh pkai !!! Mcm mane nk dgr lagu ni ... ))):'), (14623, 3717, 'Johor Bahru, Johore', 'Mmmmdap!!!! (@ KFC @ Nex) http://t.co/skgdpKOK'), (14624, 3715, 'Malaysia', 'เย้ๆๆๆๆๆๆาสวยๆๆ'), (14625, 2548, 'Malaysia', '@nanadeera ไม่รู้ 55'), (14626, 404, 'Malaysia', 'my keyboard http://t.co/ONzvoKQO'), (14627, 3071, 'Pulai, Johor Bahru', 'KOSONG. KOSONG.. KOSONG.'), (14628, 1721, 'Johore, Malaysia', '500peso phillippino money. http://t.co/jITw06vG'), (14629, 3631, 'Johor Bahru, Johore', '@Praaabhuuu @amyrawrrs guys, pls don''t fight of my comment. I feel that none of us should take any sides when a couple fights coz that..'), (14630, 7, 'Johore, Malaysia', '@HafizahNazam Tgk ah balas tweet yg mana =.='), (14631, 3573, 'Plentong, Johor Bahru', 'gosh i hate sinetron!'), (14632, 2741, 'Johor Bahru, Johore', '@Almhrxwr_ Yeah... Like a kid version if you? :P'), (14633, 3673, 'Plentong, Johor Bahru', 'PLAYSAFE !'), (14634, 2648, 'Johore, Malaysia', 'Hahaha great sticker! xD (@ I12 Katong w/ 3 others) [pic]: http://t.co/kj2heEVH'), (14635, 3718, 'Johor Bahru, Johore', '@Jackvicgoh'), (14636, 441, 'Johor Bahru, Johore', 'Gonna eat here ~ (@ The Manhattan Fish Market) [pic]: http://t.co/ghG70DqD'), (14637, 958, 'Johore, Malaysia', '@ChuabyChad i whatsapp you.'), (14638, 3582, 'Johor Bahru, Johore', 'I''m at Kranji MRT Station (NS7) (Singapore, Singapore) http://t.co/7rWAGuIB'), (14639, 3294, 'Johore, Malaysia', 'lmao cannot ukiss slowly slowly is becoming one of my main fandom'), (14640, 1129, 'Johor Bahru, Johore', 'Hahaha! High card win 7 M !!! Haha'), (14641, 2115, 'Kota Tinggi, Johore', 'I''m at Boon Lay Bus Interchange (Singapore, Singapore) w/ 4 others http://t.co/POeoNmBB'), (14642, 284, 'Johor Bahru, Johore', '@gabyaw Yeap there is!! It''s about $80+!!'), (14643, 58, 'Malaysia', '@limited_Pookki3 เซ็งว่ะ ! ทำไร ?'), (14644, 2948, 'Johor Bahru, Johore', 'I''m at Hong Kong Kim Gary Restaurant 香港金加利茶餐厅 (Singapore, Singapore) http://t.co/aJ6sYubN'), (14645, 1643, 'Johor Bahru, Johore', '@SantaSainted orh okcan. Thanks :3'), (14646, 58, 'Malaysia', '@Doraemon_aii ก็อยากไปอ่ะ - -'''), (14647, 3527, 'Johore, Malaysia', '@luckyz_syuQ ktrng pegy pagy? mcm kul10 gtu?'), (14648, 3719, 'Johor Bahru, Johore', 'With @burpblurp (@ Tea Tarik @ Woodlands @--/- (R)) http://t.co/IhvvIGN3'), (14649, 1850, 'Johor Bahru, Johore', 'Fml . #bodohnakmampos'), (14650, 3715, 'Malaysia', 'เจอ Samsung เท่ห์เว้ยยยยยย'), (14651, 2741, 'Johor Bahru, Johore', 'My literature looks like shit &gt;.&lt;'), (14652, 3636, 'Johore, Malaysia', 'oh I feel sad because you made plans without telling me'), (14653, 1399, 'Johore, Malaysia', '@dee_kosh I saw you init with @NaomiNeo_ and you were carrying her baby brother .'), (14654, 3573, 'Plentong, Johor Bahru', '@DYMYanManan yeke? jauhnyee..jurang kite. haha'), (14655, 171, 'Johore, Malaysia', 'BANGUN @jillO_o!! Kita brenang. Mumpung panas.'), (14656, 3720, 'Johor Bahru, Johore', 'I''m at PastaMania (Singapore, Singapore) http://t.co/PudNzFXM'), (14657, 3721, 'Johore, Malaysia', 'I''m at Food Court@Parkway Parade https://t.co/jJu5iawx'), (14658, 1860, 'Johore, Malaysia', 'I will save my heart for that special somone which is YOU &lt;3'), (14659, 3656, 'Johore, Malaysia', '@pastrydelicacy got free incoming laa! anyways i message him he no reply... what time going your house?'), (14660, 3452, 'Johore, Malaysia', '@ohmysofiaa i tell you again , i abit lazy eh hahah'), (14661, 3722, 'Johor Bahru, Johore', 'I''m at Bus Stop 63381 ( Xinmin Pr Schl) (Singapore) http://t.co/EYpcs2Y1'), (14662, 3633, 'Johore, Malaysia', 'How? You want go ecp now ah? @daphnetingzhi'), (14663, 876, 'Johor Bahru, Johore', 'Boys flirt all day but before they go to sleep they think of the girl they love. Girls complain, but they still love the same person.'), (14664, 1201, 'Johor Bahru, Johore', 'Lol wth (@ The World Of Narnia) http://t.co/YSK8q9i6'), (14665, 2741, 'Johor Bahru, Johore', 'I GIVE UP. SCREW YOU, POEM.'), (14666, 2142, 'Johore, Malaysia', '@njyjcy I''m in middle school. I don''t know what it''s called cause we called it secondary school. Haha. I''m 15! ^^'), (14667, 1643, 'Johor Bahru, Johore', 'Mum gonna lemme go with friends to Bugis then buy my Vans. Ohyeay. :D but when? /:'), (14668, 1594, 'Johore, Malaysia', 'Wa I should start talking to such people, okay, later go library!'), (14669, 3722, 'Johor Bahru, Johore', 'I''m at Xinmin Secondary School (Singapore) http://t.co/NHcHQQ9J'), (14670, 1205, 'Johore, Malaysia', '@ohmysofiaa @allyxanderz cycling ah?!!'), (14671, 2160, 'Johore, Malaysia', 'You know you''re being an idiot when you hashtag your sms.'), (14672, 1140, 'Johore, Malaysia', '@thiveebeanie my tweet didn''t show it''s for her what.. Hahaha and how would she know even???'), (14673, 3723, 'Johore, Malaysia', 'I''m at Singapore Indoor Stadium (Singapore, Singapore) w/ 7 others http://t.co/yEoORiWG'), (14674, 3722, 'Johor Bahru, Johore', 'I''m at Xinmin Secondary School Canteen (Singapore, SG) http://t.co/43YlKqpE'), (14675, 3527, 'Johore, Malaysia', 'omg. she stalk me at fb :O'), (14676, 196, 'Johore, Malaysia', 'Yayy! Bought three Nash nachos potato from barcook!'), (14677, 1284, 'Johor Bahru, Johore', 'I''m at Jay''s 爱的小屋 http://t.co/xv1klszz'), (14678, 3724, 'Johore, Malaysia', '@mrJackieKhoo yeah!!! So good'), (14679, 980, 'Johor Bahru, Johore', 'I''m at Bowling @ CSC Club http://t.co/X55LpkRl'), (14680, 3722, 'Johor Bahru, Johore', 'I''m at Choir room Xinmin Secondary (Hougang, Singapore) http://t.co/BUpCxGbS'), (14681, 3725, 'Plentong, Johor Bahru', 'FU, police road block! http://t.co/ZXcfpHds'), (14682, 3726, 'Johore, Malaysia', '@Hubert_93 awwww. You''d be my robin too if i was batman. &lt;3'), (14683, 1140, 'Johore, Malaysia', '@thiveebeanie I have the same feeling too.. Haha'), (14684, 3673, 'Plentong, Johor Bahru', '@EllNabila hahahahaha.. yeahhh'), (14685, 3727, 'Johor Bahru, Johore', '@upehpuspita ngbakso dmn le?'), (14686, 1370, 'Johor Bahru, Johore', '@shaherawr don''t forget to bug me!!!'), (14687, 3715, 'Malaysia', 'PC Pc Pc Pc Pc Yahoooo'), (14688, 3146, 'Kota Tinggi, Johore', 'stuck here till the light don''t shine anymore (@ MediaCorp PS studio) http://t.co/Y1tkAz9M'), (14689, 3728, 'Johor Bahru, Johore', '@madeinlove_ :/ make no sense.. ok. hahhahaah. coming training ltr?'), (14690, 3679, 'Tebrau, Johor Bahru', 'Skrillex &lt;&lt;&lt;&lt;FTW&gt;&gt;&gt;&gt; @ Starbucks Drive-Tru http://t.co/9yfaD3Li'), (14691, 3631, 'Johor Bahru, Johore', '@Praaabhuuu @amyrawrrs just aggrevates &amp; makes this worst for the couple &amp; not them. Just my general opinion, not to spike either of u.'), (14692, 3347, 'Johore, Malaysia', 'I''m at National Library Building (Singapore, Singapore) w/ 4 others http://t.co/wr9pXyut'), (14693, 7, 'Johore, Malaysia', '@HafizahNazam Haa'), (14694, 3193, 'Plentong, Johor Bahru', 'Ammmmma! :D RT @shaheezayulaika: Comel je tengok Rayyan meneran nak berak Hhahhahha'), (14695, 1540, 'Johore, Malaysia', '“@Retwittings: #SomePeopleNeedTo learn how to think before they speak.”@ThisIsArmaan'), (14696, 958, 'Johore, Malaysia', '@YilingGumshoe for?:s'), (14697, 3715, 'Malaysia', 'I love Pc'), (14698, 3703, 'Johore, Malaysia', 'Here with ny aunt'), (14699, 2681, 'Johor Bahru, Johore', 'I''m at Sun Plaza (Singapore, Singapore) w/ 2 others http://t.co/McXITqGg'), (14700, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja haha.rumah mari.haha.ang? :P'), (14701, 196, 'Johore, Malaysia', '@Jimmykhai Dw la, so big.'), (14702, 3687, 'Johore, Malaysia', '@tzehuii ohhh, okay!^^ then later meet up before going in then!^^'), (14703, 7, 'Johore, Malaysia', '@Ayishcepot Haha eleh rindu aku kan? kan ? :P'), (14704, 3715, 'Malaysia', 'Jup JUp'), (14705, 2299, 'Johor Bahru, Johore', 'I''m at Pasir Ris Community Library (Singapore, Singapore) http://t.co/qmjT537o'), (14706, 1643, 'Johor Bahru, Johore', 'Mum, can buy me school bag? /:'), (14707, 2499, 'Singapore', '@NicolettaAC so far its been great + im awake :) great speakers n met a couple of high flying businessmen as well,could strike up good deals'), (14708, 3670, 'Johore, Malaysia', '@Panda_JoeL WHAT SIAH'), (14709, 2887, 'Johore, Malaysia', 'RT @Cheeyongg: The most homework I have is..... Chinese...'), (14710, 3075, 'Johor Bahru, Johore', '“@WhatTheFFacts: Although it feels relieving at first, but blowing your nose when you have a cold actually worsens your condition.”'), (14711, 3689, 'Johore, Malaysia', 'I''m at Ode To Art http://t.co/CqniqU9w'), (14712, 2408, 'Johor Bahru, Johore', 'I''m at Hougang MRT Station (NE14) (Singapore, Singapore) http://t.co/kVX67k4O'), (14713, 2681, 'Johor Bahru, Johore', 'I''m at Kopitiam@Sun Plaza http://t.co/aladxeLF'), (14714, 2717, 'Johor Bahru, Johore', 'I''m at Suara OK Danga Bay http://t.co/elonSpjf'), (14715, 3658, 'Johor Bahru, Johore', 'Quickly rush home I don''t wanna face this world with my messy hair'), (14716, 2284, 'Kota Tinggi, Johore', 'I''m at Braddell MRT Station (NS18) (Singapore, Singapore) w/ 2 others http://t.co/6McsjTqx'), (14717, 3729, 'Plentong, Johor Bahru', 'Lunch v Bunn (@ Restoran Selasih Seri Alam..) http://t.co/fYxY27Xf'), (14718, 2014, 'Johor Bahru, Johore', 'Somepeople think that LOL is lots of love.haha:-)'), (14719, 171, 'Johore, Malaysia', 'Jahat &gt;&gt; “@yanhuar: anjaninadya NGOK !!! , ngasih km emot lubang idung gede-nya @radityadika ( O.O )”'), (14720, 287, 'Plentong, Johor Bahru', '@royyDM ok'), (14721, 1601, 'Plentong, Johor Bahru', 'I''m at Rayqal Char Kuey Teow http://t.co/A3RZro1T'), (14722, 58, 'Malaysia', ':('), (14723, 1724, 'Johore, Malaysia', '@chengfeifei yuuuuu. Wekkekekekekkeke. Kemon.'), (14724, 2160, 'Johore, Malaysia', 'I miss #rollerblading. Imma sleep with my skates on tonight. #WeOutHere snoring on my bed tonight.'), (14725, 923, 'Plentong, Johor Bahru', 'Checkup (@ Poliklink Kesihatan Mahmoodiah) [pic]: http://t.co/GM4QuteC'), (14726, 3730, 'Kota Tinggi, Johore', '#foodforthought A smile is all it takes to complete the look for the day. Smile! :)'), (14727, 171, 'Johore, Malaysia', 'Jelas! :)) “@elvypangaribuan: Smua ttg sepatu itu perlu dimatamu --" RT anjaninadya: elvypangaribuan kan bila perlu. HAHAHAHAHAHA :))”'), (14728, 1860, 'Johore, Malaysia', '"If you love somebody, set them free. And if they really love you, they''ll come back." So you came back. Does it mean you really love me? &lt;3'), (14729, 1507, 'Malaysia', 'I''m at Airouo''ke (Hat Yai, Songkhla) http://t.co/47ptHktb'), (14730, 2548, 'Malaysia', 'ฉันวาดฝัน . ไว้สวยงาม . เกินความจริง (:'), (14731, 1243, 'Johor Bahru, Johore', 'I''m at Superman''s House (Singapore, Hougang) http://t.co/DKge7HR7'), (14732, 3731, 'Johor Bahru, Johore', 'Going out soon..'), (14733, 181, 'Johore, Malaysia', 'RT “@WanZamora: Aduiiiii semua orang help ! RT @IMANSHAHbucks: "@WanZamora: Ni luqman tak habis habis help help ." mintak kene selang'), (14734, 3732, 'Johor Bahru, Johore', 'I''m at Terminal 2 Departure Hall (Singapore, Singapore) http://t.co/lHH9Rylq'), (14735, 58, 'Malaysia', '@limited_Pookki3 5555 ! เเม่งเบื่อชิ๊บ'), (14736, 2896, 'Plentong, Johor Bahru', '@tv1810 haha,tu jela yg aku mmpu.tym stdy dulu,pointer rendah2 jek,dpt la keje kt pam minyak..john carter tu bkn penyanyi idaman ko ke?..'), (14737, 871, 'Plentong, Johor Bahru', '@IzlynNatasha hah , tunggu luh'), (14738, 3733, 'Johor Bahru, Johore', 'I''m at ITE College West (Chua Chu Kang) w/ 2 others http://t.co/ebQXPSzw'), (14739, 1081, 'Malaysia', 'ไม่มีที่ไปละกรุ (@ ส้มตําชบา (Chaba Somtum)) http://t.co/FQx3ZhdS'), (14740, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli oke :)'), (14741, 3734, 'Johore, Malaysia', 'มาไหว้พระ ขอความเฮงค่ะ (@ Water Loo Street Guanyin Temple) http://t.co/an6upEQa'), (14742, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz ._.'), (14743, 2576, 'Kota Tinggi, Johore', '@FirSukeArt ohhhhhhhhhhhhhhh'), (14744, 171, 'Johore, Malaysia', 'woi woi astaji “@astaji: hey..hey@anjaninadya”'), (14745, 3580, 'Johore, Malaysia', 'Self-criticism is often most noticeably absent where it seems most essential.'), (14746, 3735, 'Johore, Malaysia', 'I''m at CityLink Mall (Singapore, Singapore) http://t.co/vfkBPY7g'), (14747, 2708, 'Johor Bahru, Johore', 'I''m at Pastamania @ Junction 8 http://t.co/Teo968kC'), (14748, 2385, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 4 others http://t.co/ZSywiMqC'), (14749, 7, 'Johore, Malaysia', '@echaashadi Haha eceh. skrg juga aka boleh belikan :P'), (14750, 632, 'Tebrau, Johor Bahru', 'Apa benda lah Myra Zulaikha ni tak habis habis dengan tweet dia.'), (14751, 1895, 'Johor Bahru, Johore', 'Haiyooooooooo'), (14752, 3736, 'Johore, Malaysia', 'I''m at Ngee Ann Polytechnic (NP) (Singapore, Singapore) w/ 4 others http://t.co/VEeisxTn'), (14753, 3737, 'Singapore', '@i_nubeer งานเยอะหรอ สู้ๆนะ'), (14754, 3738, 'Johore, Malaysia', '@Suzuya_Tohzuki whr u???? werk??? home?? somewhr in space????'), (14755, 2664, 'Plentong, Johor Bahru', 'everyday I do the same things :('), (14756, 3732, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore, Singapore) http://t.co/rRU38ubw'), (14757, 13, 'Johore, Malaysia', 'Saw @SmallEyessss @pinkrabbitears and @ShafinahIeenaaa at cine . LOL'), (14758, 171, 'Johore, Malaysia', '@badaiy ngapain kampus to kampus di?'), (14759, 2147, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 15 others http://t.co/rNXlPGMu'), (14760, 1643, 'Johor Bahru, Johore', 'Mum buy me new jacket can?'), (14761, 3739, 'Johore, Malaysia', 'Taco Lunch (@ Spruce Taqueria) [pic]: http://t.co/WeFoO8rQ'), (14762, 3740, 'Johor Bahru, Johore', 'I''m at Vista Point (Singapore, Singapore) w/ 2 others http://t.co/y6USuyxR'), (14763, 1643, 'Johor Bahru, Johore', 'I''m just a picky girl.'), (14764, 3738, 'Johore, Malaysia', 'i''m dead dying here...but here lots of werk todo'), (14765, 3565, 'Johore, Malaysia', '@choonleong_tan wat result? U all until?'), (14766, 3687, 'Kota Tinggi, Johore', '@tzehuii okay! Can pm me your number? I kinda lost it alr&gt;.&lt;'), (14767, 2576, 'Kota Tinggi, Johore', '&amp;quot;@KJH_SG: RT @dailyteenwords: ☑tweeting ☑eating ☑tweeting ☑sleeping ☐studying.&amp;quot;'), (14768, 3741, 'Johore, Malaysia', 'I''m at KK Women''s &amp; Children A&amp;E Department (Singapore, Singapore) http://t.co/G5RqBFaR'), (14769, 1643, 'Johor Bahru, Johore', 'Oh no, pencil case no need.'), (14770, 2147, 'Johor Bahru, Johore', 'I''m at Shaw Theatres Choa Chu Kang (Singapore, Singapore) http://t.co/jHFunkAX'), (14771, 1237, 'Johor Bahru, Johore', 'Wow fantastic baby. Boom shakalaka'), (14772, 3633, 'Johore, Malaysia', '@daphnetingzhi Idk what time he will be okay siah!'), (14773, 3274, 'Johore, Malaysia', '@abelsocool dont scare people there HAHAHAH BWAIBWAI'), (14774, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja jhor mari.hehe. :P'), (14775, 3738, 'Johore, Malaysia', 'i luv my enemy....saranghae @Suzuya_Tohzuki'), (14776, 3742, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 12 others http://t.co/WCXTOtQI'), (14777, 3743, 'Kota Tinggi, Johore', 'Farhan blanja~ :D (@ Starbucks) http://t.co/5pL7ewHF'), (14778, 3744, 'Johore, Malaysia', 'with @joyyyseet and @shafinahieenaaa wooooo (@ Cathay Cineleisure Orchard w/ 19 others) http://t.co/zTehxHmn'), (14779, 514, 'Johore, Malaysia', 'I''m at Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) (Singapore, Singapore) w/ 2 others http://t.co/Xa1Glrxd'), (14780, 342, 'Johore, Malaysia', '@klarycelim anytime should be free!(:'), (14781, 1623, 'Plentong, Johor Bahru', 'Jpj roadblock at jalan Tun Abd Razak after Danga City Mall #JBTU'), (14782, 1140, 'Johore, Malaysia', '@thiveebeanie haha and the immature part too right'), (14783, 3563, 'Singapore', '@xinhuiz lol wat u do sia. talk back meh?'), (14784, 58, 'Malaysia', '@limited_Pookki3 โทรสับไม่มีตังว่ะ ;( นอนหวาเบื่อหนัด'), (14785, 2681, 'Johor Bahru, Johore', 'I just ousted @nvendr as the mayor of Sembawang Community Library on @foursquare! http://t.co/xgvYNThP'), (14786, 2681, 'Johor Bahru, Johore', 'I''m at Sembawang Community Library (Singapore, Singapore) http://t.co/c88yTaf8'), (14787, 1643, 'Johor Bahru, Johore', 'I saw new designs of pencil cases in The Wallet Shop. :3. Wonder what design @MavisWong_ bought me. :3.'), (14788, 181, 'Johore, Malaysia', 'Luqman aziz panas2 pon horny,. Kecoh pe @azwanjamil @haziqmustaffa @hzqhmd @FirLaughter @AdityaPratamama izmisizmiseni @syafiqhassim'), (14789, 2420, 'Johor Bahru, Johore', 'Slacking at pasir ris blk 133 haha im lost when comes to east area luckily there is this transport called taxi ! :)'), (14790, 3371, 'Plentong, Johor Bahru', 'Say #keju http://t.co/f7U9AoCE'), (14791, 1643, 'Johor Bahru, Johore', 'Monday faster come! I wanna see my present. :3.'), (14792, 3527, 'Johore, Malaysia', '@luckyz_syuQ fri? sat pagy2 buta cam kul7pagy?'), (14793, 2550, 'Johore, Malaysia', 'I''m at Tiong Bahru MRT Station (EW17) (Singapore) w/ 2 others http://t.co/Bap3HEBm'), (14794, 2158, 'Johore, Malaysia', 'antonio vivaldi'), (14795, 84, 'Johor Bahru, Johore', '@Jae_Jerome can just that you have to say bye bye to Sherlock album only mah hahahah'), (14796, 3745, 'Kota Tinggi, Johore', 'I''m at Gym @ Signature Park http://t.co/1jBbUO0N'), (14797, 3746, 'Johor Bahru, Johore', 'Changed bed sheets and done with laundry!! :] (at Blk 429) [pic] — http://t.co/NW8Ev0kB'), (14798, 3489, 'Pulai, Johor Bahru', '@NurshafiqaR hahaha tau takpe. Poyo gilaaa. Poyo tahap ape aku tak tau lah. Hebat sangat dah tu. Geli geli lah. Eh asal puteri tak app bbm?'), (14799, 3747, 'Johore, Malaysia', '@YaoSiuLeb tomorrow I can''t! I got drama from 9am to 5pm!!!'), (14800, 3738, 'Johore, Malaysia', 'i wants happinesss......problem free....'), (14801, 2815, 'Senai Kulai, Kulai Jaya', '''''Nobody''s perfect'''' but don''t use that excuse to cover up your mistakes.'), (14802, 3748, 'Tebrau, Johor Bahru', 'DEJA VU, YO. Eh korang, I teleported to Tebrau with @Isniraa'), (14803, 3735, 'Johore, Malaysia', 'I''m at Marina Square (Singapore, Singapore) w/ 6 others http://t.co/C0tHTwbE'), (14804, 2141, 'Johor Bahru, Johore', 'I have no idea what i''m thinking till i''m stress out!'), (14805, 1860, 'Johore, Malaysia', 'I''m just pretending not to care.'), (14806, 7, 'Johore, Malaysia', '@Ayishcepot Eleh ngadanya kauu.'), (14807, 3274, 'Johore, Malaysia', '@forgotblueberry ;) (WINK WINK WINK WINK)'), (14808, 1217, 'Johore, Malaysia', 'Feeling super tired..do drawing can fall asleep and the drawing lines anyhow fly ard the screen lols'), (14809, 26, 'Johore, Malaysia', 'the damage has been done so I guess I be leaving'), (14810, 3749, 'Johore, Malaysia', 'I''m at Chinatown, Singapore (Singapore, Singapore) w/ 2 others http://t.co/fp1qkT0Y'), (14811, 1091, 'Johore, Malaysia', 'I wanna leave this world.'), (14812, 1744, 'Johor Bahru, Johore', 'Otw to work. Let today be a good day please?? I wanma be happy.'), (14813, 398, 'Johor Bahru, Johore', '@BenjoyingLife @_naver_ @vahiiniie @seriiberg @_kelvega21 @eatroachsuckers not bad...2.13 cgpa for me'), (14814, 749, 'Malaysia', 'ลูกค้าธรรมดากินน้ำเขียว ลูกค้า Serenade กินกาแฟสด (@ AIS Center | HADYAI HQ) http://t.co/9s15QFne'), (14815, 3631, 'Johor Bahru, Johore', '@Praaabhuuu @amyrawrrs this is getting out of hand, pls don''t include me in this. My tweet was general opinion, not meant to spite anyone.'), (14816, 58, 'Malaysia', 'อยากบอกรักเธอทุกเวลาทุกนาที'), (14817, 7, 'Johore, Malaysia', '@AfiqMaulani Haha okay fine fiq. Bila ah dpt jumpa kau? Haha'), (14818, 2730, 'Kota Tinggi, Johore', 'Another afternoon at the reservoir! (@ MacRitchie Reservoir Park w/ @hanisnyyaann) http://t.co/34dJ9Ios'), (14819, 3749, 'Johore, Malaysia', 'I''m at Chinatown Street Market (Singapore, Singapore) http://t.co/ebomSOfo'), (14820, 3535, 'Johor Bahru, Johore', 'I am regetting so much now'), (14821, 1361, 'Johor Bahru, Johore', 'So bored. I hate skool holidays'), (14822, 3750, 'Johore, Malaysia', 'i want to jailbreak my ipad :('), (14823, 3203, 'Johor Bahru, Johore', 'I''m at Zone X @ White Sands http://t.co/l2NOxtfv'), (14824, 3751, 'Malaysia', '@SuperPunns จ่ายอะไรเยอะแยะ ห๊าาา'), (14825, 26, 'Johore, Malaysia', 'you say you love me then you won''t pick up on the phone'), (14826, 412, 'Malaysia', 'ลาเต้เย็นระหว่างอบรม (@ MyCoffee) http://t.co/Am1qNUNb'), (14827, 2576, 'Kota Tinggi, Johore', '@FirSukeArt erm..no ? I&amp;#39;m watching my show xD'), (14828, 3055, 'Johor Bahru, Johore', '@AnisDainty hahaha eleh malu konon anyway congrats gurllll! HAHAHA'), (14829, 3749, 'Johore, Malaysia', 'I''m at A Beary Good Hostel (Singapore, Singapore) http://t.co/I4X1YeHV'), (14830, 181, 'Johore, Malaysia', 'Luqman asal kau famous?'), (14831, 659, 'Johor Bahru, Johore', 'Finished watching ''This Means War'' ! Its was #awesome and #hilarious !'), (14832, 26, 'Johore, Malaysia', 'oh- cry me cry me oooooo cry me a river'), (14833, 7, 'Johore, Malaysia', '@HafizahNazam Haha ye i tahu. Lahai =.='), (14834, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja wahh,yeke.hehe.kluang.najja mane? :)'), (14835, 3474, 'Plentong, Johor Bahru', 'I''m at Shell Malaysia Trading http://t.co/1aCKpgiJ'), (14836, 398, 'Johor Bahru, Johore', '@Eatroachsuckers @benjoyinglife @_naver_ @vahiiniie @seriiberg @_kelvega21 wtf..... Call dr chua now!!!'), (14837, 3274, 'Johore, Malaysia', '@abelsocool no they will go "SCARY TALL GUY"'), (14838, 2141, 'Johor Bahru, Johore', '@bellalaaaat knape nie rimas2? Haha'), (14839, 3752, 'Johor Bahru, Johore', '“@ConanChou: 哪個孩子活膩了 RT @KarenMeu: 被一个学长表扬说小咪萌的冒泡~~~ 蹦蹦跳跳~~~” 大Boss粗线鸟~ 小喽罗们鸟兽状散开~~'), (14840, 493, 'Johor Bahru, Johore', 'Going down to teck whye later :)))'), (14841, 3753, 'Johore, Malaysia', 'Register!!!!!!! (@ ITE College East w/ 17 others) http://t.co/wCIxAjZv'), (14842, 3754, 'Plentong, Johor Bahru', 'Baru mau lunch. (@ Terminal Bas Sentral Johor Bahru) http://t.co/lJK5XSRi'), (14843, 3159, 'Johore, Malaysia', 'Ladies who have tea @ TWG Tea Company http://t.co/fa9LkMeX'), (14844, 2815, 'Senai Kulai, Kulai Jaya', '#BestThingAboutBeingSingle You don''t have to worry about balancing your time between friends and your boyfriend/girlfriend'), (14845, 1356, 'Johore, Malaysia', '@MOGneedstorant haha one of those random guy friend! He''s annoying me a little.:/'), (14846, 3755, 'Johor Bahru, Johore', '@dee_utm @shantychan lg biz trip ke.... :-p'), (14847, 1540, 'Johore, Malaysia', '@Iffattt omg he sucks la'), (14848, 3756, 'Johore, Malaysia', 'Just ate Bakezin, SO FULL!'), (14849, 398, 'Johor Bahru, Johore', '@LuqmanBlarpple @benjoyinglife @hotplatetofu share cgpa...'), (14850, 3656, 'Johore, Malaysia', '@pastrydelicacy hahaha! what the fish?! kk later i come! ^.^'), (14851, 3055, 'Johor Bahru, Johore', 'Looking forward for tomorrow''s Beauty and the Geek!!!!'), (14852, 1356, 'Johore, Malaysia', '@MOGneedstorant yesss finally! Haha'), (14853, 2284, 'Johor Bahru, Johore', 'collect milo prize (@ SPH news center) http://t.co/9vSOLP6M'), (14854, 3757, 'Johore, Malaysia', 'Fuck you 老伴 :( (@ Lao Ban Soya Beancurd 老伴豆花) http://t.co/iJfbTAI4'), (14855, 632, 'Tebrau, Johor Bahru', 'Aku rasa kerja kursus Sejarah ni susah lah. Macam kerja budak Universiti. Seriously.'), (14856, 3758, 'Johor Bahru, Johore', 'The fine country :D (@ Changi International Airport, Singapore - Terminal 2, Gate E2) http://t.co/l4egDqVK'), (14857, 1096, 'Malaysia', 'มาหาหมอ (@ โรงพยาบาลหมอแว) [pic]: http://t.co/qTEkO4rJ'), (14858, 181, 'Johore, Malaysia', 'aku pon RT “@haziqmustaffa: “@MuhdLuqmanAziz: Dah aku taknak bobal ngan kau.”I''m on your side . Aku dah mala nak layan dia”'), (14859, 898, 'Johor Bahru, Johore', '@Muz_zamil muz 4s tak bagos kan ??'), (14860, 1959, 'Johore, Malaysia', 'when people ask if the shoewheel is for hamsters and they''re being serious.......#howdidyougraduate'), (14861, 659, 'Johor Bahru, Johore', '@ShahrukhSuperX play soccer at where?'), (14862, 1993, 'Johor Bahru, Johore', 'Watching tv. (@ Dad''s Room) http://t.co/0X76lp4q'), (14863, 13, 'Johore, Malaysia', '@SmallEyessss @pinkrabbitears @shafinahieenaaa at kfc . LOL'), (14864, 2576, 'Kota Tinggi, Johore', '@FirSukeArt showwww offff :bbbbbbbbbb'), (14865, 14, 'Johor Bahru, Johore', 'Love the way you lie #np'), (14866, 2664, 'Plentong, Johor Bahru', 'aigooo'), (14867, 3759, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore) http://t.co/bi4ijU9R'), (14868, 7, 'Johore, Malaysia', '@echaashadi Haha nak pergi belikan mmg aka ah minum habiskan :P'), (14869, 3760, 'Johor Bahru, Johore', '@Rongieee yearbook!'), (14870, 3734, 'Johor Bahru, Johore', 'ขอโชคลาภ และความรัก (@ Sri-Siva Krishna Temple) http://t.co/mms7gBjU'), (14871, 3245, 'Plentong, Johor Bahru', '@julieannerossid hahaha..yg penting x ya pk psl keje kn.pandai pn u..hehe'), (14872, 33, 'Johore, Malaysia', '@RY_ANNNN lol same -.- but i''m waiting for my number also 100+ zz'), (14873, 182, 'Johor Bahru, Johore', 'I''m at Rachel Z''s Study Table http://t.co/lnN4hFsH'), (14874, 3757, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/TQjzZIYD'), (14875, 3761, 'Johore, Malaysia', 'I''m at Balmoral Plaza (Singapore) http://t.co/m8BgfLys'), (14876, 1005, 'Johore, Malaysia', 'I''m at COE @ Macpherson ITE (Singapore) http://t.co/hv9kkBOR'), (14877, 1980, 'Johore, Malaysia', 'Full like shit and full of shit... (@ Singapore Zam Zam Restaurant) http://t.co/96n9AExd'), (14878, 7, 'Johore, Malaysia', '@Ayishcepot Eh memang ah tak :P Haha dkt mn ni dik?'), (14879, 377, 'Johor Bahru, Johore', '@belindadrs http://t.co/1g8rwNhh'), (14880, 3633, 'Johore, Malaysia', '@daphnetingzhi I think he want go.... But won''t weird meh? Got others there. I asked him to join us LOL.'), (14881, 3615, 'Johore, Malaysia', 'I''m at Buona Vista MRT Interchange (EW21/CC22) (Singapore, Singapore) w/ 7 others http://t.co/ePX9kOjY'), (14882, 775, 'Johore, Malaysia', '@tabilin thanks!! ;)'), (14883, 1643, 'Johor Bahru, Johore', 'I told my mum i no like the swimsuit and she''s gonna buy another one/exchange. Yeay. :3'), (14884, 3761, 'Johore, Malaysia', 'I''m at Motivate Music School http://t.co/QK8jPMt5'), (14885, 3487, 'Senai Kulai, Kulai Jaya', 'RT @sleepytroll: guy reading on iPad vs guy reading a book on hand. fuck ipads books are sexy as fuck.'), (14886, 1356, 'Johore, Malaysia', '@jiaLiaoMee yes it is! Time flies!'), (14887, 3340, 'Johore, Malaysia', 'Off to Orchard Rd. ☺'), (14888, 2434, 'Johor Bahru, Johore', 'Pool with Matt Vt Mh and Svlyvester (: (@ Beauty World Centre) http://t.co/FuT5zwdH'), (14889, 7, 'Johore, Malaysia', '@AfiqMaulani Hari hari aku keluar Haha. Tp tak menghadap bandar ah :D'), (14890, 898, 'Johor Bahru, Johore', 'Saya nak balik lah.'), (14891, 2065, 'Pulai, Johor Bahru', '@ZamerZahran yela..ramai kata gtu..tukar chef katanya..Ika ada warung try2 la singgah makan tolong2 kawan..depan sekolah rendah rawa'), (14892, 3762, 'Johore, Malaysia', 'At @SCAPEsg — http://t.co/PbsEXsOy'), (14893, 3763, 'Johor Bahru, Johore', '@leandraaT @kyjjasmine @meifangc @woojiamin @sytytyt I can''t go! Have fun guys! I''m so sorry!!! D:'), (14894, 3045, 'Riau, Indonesia', '@liaa_liliaa lah siapa yg ktawa ?'), (14895, 2957, 'Johore, Malaysia', 'OHGAWD , I miss you'), (14896, 3764, 'Senai Kulai, Kulai Jaya', 'I''m at Faculty of Management and Human Resource Development (Skudai, Johor) http://t.co/Jugk5o7k'), (14897, 415, 'Johor Bahru, Johore', 'Charge charge charge charge.'), (14898, 3563, 'Singapore', '@xinhuiz how come u got grounded?'), (14899, 1206, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza (Singapore, Singapore) w/ 3 others http://t.co/DY1TEY3M'), (14900, 2020, 'Riau, Indonesia', 'Panass x_x'), (14901, 3335, 'Kota Tinggi, Johore', 'I''m at CHIJ St. Nicholas Girls'' School (Secondary) (Singapore, Singapore) http://t.co/tkTKa9Hv'), (14902, 3346, 'Johore, Malaysia', 'I''m at Robinsons (Singapore, Singapore) http://t.co/ubyLXcD0'), (14903, 3765, 'Johor Bahru, Johore', 'I''m at Bishan ClubFITT Gym (Bishan, Singapore) w/ 3 others http://t.co/twB6F8uR'), (14904, 3075, 'Johor Bahru, Johore', '“@WhatTheFFacts: Nintendo''s ''Wii'' is a slang for ''penis''.”'), (14905, 181, 'Johore, Malaysia', 'Heran tak heran goyang tak goyang rembat bangla kat park, den curi duit .. Ape nak jadi?'), (14906, 404, 'Malaysia', 'ไม่แข็งแรงมากพอเหมือนในวันนี้ อาจจะเป็นอะไรกว่านี้'), (14907, 3766, 'Johor Bahru, Johore', 'Stage 1.07. Hope can be officially out on the road! :D (at Bukit Batok Driving Centre (BBDC)) — http://t.co/kdDGz81I'), (14908, 3371, 'Plentong, Johor Bahru', 'at Gerai ABC http://t.co/SijlPZKB'), (14909, 398, 'Johor Bahru, Johore', '@LuqmanBlarpple @benjoyinglife @hotplatetofu wtf..... I thought he study harder then me...'), (14910, 3767, 'Johore, Malaysia', 'Last day of working with my 동생s before they go to PP ㅠ^ㅠ (@ UNIQLO w/ @missvvu @hoppypoppyz @jxntoh) http://t.co/3TvAEGG8'), (14911, 2988, 'Tebrau, Johor Bahru', 'Check-up lg.. Arini sesak gilosss.. (@ Klinik Desa Kangkar Tebrau) http://t.co/JNpiQ4yb'), (14912, 283, 'Johor Bahru, Johore', '“@flipstable_: @Jyeoj come aa3 uh !”'), (14913, 2323, 'Johor Bahru, Johore', '@iam_jsonking meron ba ung mas magandang view naman?hehehe'), (14914, 3055, 'Johor Bahru, Johore', '@threewordsbaby huh? *blur* haha'), (14915, 399, 'Johore, Malaysia', '@xxBabydoll My X-ray is so fucking cool ☺'), (14916, 3294, 'Johore, Malaysia', 'i can''t get over the fact that the the number ''4'' on the clock is suppose to be IV and not IIII LOLat tick tack mv'), (14917, 3768, 'Johore, Malaysia', 'I''m at Salon Vim by Chez Vous (Singapore, Singapore) http://t.co/UB1fRDZF'), (14918, 3527, 'Johore, Malaysia', '@luckyz_syuQ raffles place :'')'), (14919, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja haha.really?eh den selalu pegi sane.hehe.area tman scientex.ayah den keje sane :P'), (14920, 3769, 'Johor Bahru, Johore', 'Freezing cold! (@ DBS Bank @ Kovan) http://t.co/KuAIdnZV'), (14921, 1812, 'Plentong, Johor Bahru', '@zoulchong ntah la...maybe minggu depan haku Nak coti harap takde yg menyalak.'), (14922, 3024, 'Kulai Jaya, Johore', 'Kulai eh? :''D'), (14923, 415, 'Johor Bahru, Johore', '@claudialiem you alright? Why so angry?'), (14924, 740, 'Johor Bahru, Johore', 'why seyy sad? Ryan taknak u ehk tu pasal u sad? Haha RT“@tweetlipxz: @ForeverChronic hehehehe!!! oh asal tak boleh eh? idk la i feel sad...”'), (14925, 3757, 'Johore, Malaysia', 'I''m at Mei Heong Yuen Dessert (味香园) (Singapore, Singapore) http://t.co/nhqBQW14'), (14926, 876, 'Johor Bahru, Johore', 'True. You''re one in million. No one hurt me, until you came.'), (14927, 1140, 'Johore, Malaysia', '@thiveebeanie but theres no way she can see my tweets right'), (14928, 266, 'Johor Bahru, Johore', 'I''m at In SMRT Bus 178 http://t.co/1FkroAJR'), (14929, 1109, 'Johor Bahru, Johore', '@dee_kosh Kkay unds. Chill!'), (14930, 898, 'Johor Bahru, Johore', '@Muz_zamil kau skrg pakai ape?'), (14931, 1183, 'Johore, Malaysia', 'Watching "The Lorax" (@ Shaw Lido Theatre 10) http://t.co/TRFVIXfW'), (14932, 291, 'Johor Bahru, Johore', 'Don''t fear going to hell because many famous people are down there too'), (14933, 3770, 'Johore, Malaysia', 'Sibei ulu! (@ Far East Shoping Center) http://t.co/nlvahSdC'), (14934, 3771, 'Riau, Indonesia', 'i nak lunch dlu..'), (14935, 479, 'Singapore', '#SomePeopleNeedTo stop judging and learn to improve their own characters instead of spending their days talking shit about others!'), (14936, 283, 'Johor Bahru, Johore', '@evelynrachel he flew back yesterday. he was still on the plane when the news broke out. ):'), (14937, 73, 'Johor Bahru, Johore', 'RT @humsmylifeThe most irritating shit that can happen on earth is having people talk behind your back. Just scream it into my face can?'), (14938, 1452, 'Johor Bahru, Johore', '@Bazkil ah snap.'), (14939, 3045, 'Riau, Indonesia', '@mikhariamv ƗƗɑƗƗɑƗƗɑ btak never DIE yah'), (14940, 2822, 'Kota Tinggi, Johore', 'Freaking girls from MGS making so much noise-.- so smart yet act like monkeys in Mac. Haiz. I look down on you guys seriously! Haiz.'), (14941, 415, 'Johor Bahru, Johore', 'Sooner or later I''ll charge my way through DB..'), (14942, 3751, 'Malaysia', 'คิบอมกลับมาขึ้นคอนเมื่อไหร่ กูต้องไม่พลาดแน่ !!'), (14943, 1856, 'Singapore', 'MALANG BERGETAR BERTERIAK BERKERINGAT BERDESAH BERGELINJANG BERDARAH'), (14944, 72, 'Johor Bahru, Johore', 'That 1 second moment eye-to-eye stare with a cute chick ..'), (14945, 1259, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 8 others http://t.co/pBDmOvdG'), (14946, 33, 'Johore, Malaysia', '@RY_ANNNN lol wait one passport like wait for gold worst then my ite -.-'), (14947, 1066, 'Kota Tinggi, Johore', 'Dye rambut (with @shayruggie at Fann Shakebutt''s Crib) — http://t.co/WcZohja3'), (14948, 3772, 'Johore, Malaysia', '@neezster HAHAHaHHAHAHA!!'), (14949, 3773, 'Johor Bahru, Johore', 'Its been soooo looong (at Home Team Academy) — http://t.co/aTSmrBIR'), (14950, 3774, 'Johor Bahru, Johore', 'I''m at Guan Hock Tiong Eating House 源福中餐室 (Singapore) http://t.co/5F850RSf'), (14951, 1452, 'Johor Bahru, Johore', 'OMFG QUIT BOMBARDING ME WITH QUESTIONS THE MINUTE I GET HOME'), (14952, 3636, 'Johore, Malaysia', 'can''t believe my brother''s going out to watch movie at orchard later and I have no plans at all!'), (14953, 3775, 'Kota Tinggi, Johore', 'Part 2 of Magnum Experience... (@ Jurong West Street 61, Blk 624) [pic]: http://t.co/7VrQ7aOl'), (14954, 3776, 'Johor Bahru, Johore', 'Just watched friends with benefits ;)'), (14955, 1993, 'Johor Bahru, Johore', 'Watching tv. (@ Dad''s Room) http://t.co/d6ARfLaN'), (14956, 2515, 'Johor Bahru, Johore', '@meemezah hahahaha'), (14957, 3777, 'Johore, Malaysia', 'YAAAAY (@ Popeyes® Louisiana Kitchen w/ 2 others) http://t.co/WGyjojSF'), (14958, 659, 'Johor Bahru, Johore', '@ShahrukhSuperX ohkaycan bro ! I bring my friends. See ya there by what time?'), (14959, 3416, 'Johore, Malaysia', 'Waited around but all ignored us. No time so we are off (@ Singapore Zam Zam Restaurant w/ @lexelledextjluv) http://t.co/tQPbArLZ'), (14960, 632, 'Pulai, Johor Bahru', '@hazieqahhouda nak buat pakaian tu semua. Cari butik'), (14961, 181, 'Johore, Malaysia', '@lyanayanayana @syafiqhassim hahahhahaha'), (14962, 3633, 'Johore, Malaysia', '@daphnetingzhi Ya lo.........'), (14963, 2385, 'Johor Bahru, Johore', 'I''m at Smiggle http://t.co/uZk2Chmv'), (14964, 1856, 'Singapore', '@mikazen klasik ya mukanya..'), (14965, 3371, 'Plentong, Johor Bahru', 'John Carter ♥ http://t.co/cCZsK44y'), (14966, 607, 'Johore, Malaysia', 'I''m at Hawker Center @ Bugis (Rochor, Singapore) http://t.co/tSPguExS'), (14967, 3563, 'Singapore', '@xinhuiz chey i was thinking wat. how u hit limit sia. limit is how much?'), (14968, 3778, 'Johor Bahru, Johore', 'I dont want to make the same mistakes I did. What am I thinking then. I dont. I just fall.'), (14969, 3779, 'Malaysia', '@MMunu เรียนไรอ้า '' ?'), (14970, 479, 'Singapore', '#BestThingAboutBeingSingle you get time to think things through carefully and make yourself better before getting into a relationship:)'), (14971, 3780, 'Johore, Malaysia', 'I''m at City Square Mall (Singapore) w/ 6 others http://t.co/0e2emEjk'), (14972, 3573, 'Plentong, Johor Bahru', '@DYMYanManan awwww sweetnyee\n*^O^*'), (14973, 3781, 'Johore, Malaysia', 'I just ousted Rommel F. as the mayor of Browhaus on @foursquare! http://t.co/IPOjWb83'), (14974, 3781, 'Johore, Malaysia', 'I''m at Browhaus (Singapore) http://t.co/879aTbzH'), (14975, 3782, 'Johor Bahru, Johore', 'I''m at Mind Matters Education Centre (Singapore, Singapore) http://t.co/46VrOWON'), (14976, 1399, 'Johore, Malaysia', '@H4ZP4NG_ Ng Jiekang ? o_o'), (14977, 3533, 'Malaysia', 'boring sangat2'), (14978, 895, 'Johore, Malaysia', 'Lunch ☺'), (14979, 3783, 'Johor Bahru, Johore', 'We are here Singapore @ Changi International Airport, Singapore - Terminal 2, Gate E2 http://t.co/vb6DpZCk'), (14980, 302, 'Johore, Malaysia', 'Don''t you remember,the reason you love me before'), (14981, 181, 'Johore, Malaysia', '@syafiqhassim @lyanayanayana fiq cmon hahahha'), (14982, 415, 'Johor Bahru, Johore', '@claudialiem you so angry till as if you can kill a lion if I throw you into safari! Haha!'), (14983, 3784, 'Malaysia', '@Dr_Prawut 1/ 15มี.ค.55เวลา09.50น. คนร้ายนำระเบิดซุกซ่อนในรถ จยย.จอดทิ้งไว้ริม ถ.สาย410 เส้นปัตตานี-ยะรัง ต.บาราเฮาะ อ.เมือง จ.ปัตตานี'), (14984, 3785, 'Johore, Malaysia', 'I''m at Toa Payoh MRT Station (NS19) (Singapore, Singapore) w/ 3 others http://t.co/wq3I9KCn'), (14985, 73, 'Johor Bahru, Johore', 'RT @humsyourlife ;The most irritating shit that can happen on earth is having people talk behind your back. Just scream it into my face can?'), (14986, 7, 'Johore, Malaysia', '@HafizahNazam Eh mana ada. Awak ni.'), (14987, 3786, 'Tebrau, Johor Bahru', 'I''m at PappaRich@Austin Height (Johor Bahru, Johor) http://t.co/lJ6NZFd2'), (14988, 3787, 'Johore, Malaysia', '@krisaquinoSTD since natutuwa aqng i-follow ka, im going to bring you some of this flavor....... http://t.co/jr3yQsEV'), (14989, 3371, 'Plentong, Johor Bahru', 'Karok Jom !! http://t.co/4aoWHPja'), (14990, 3481, 'Kota Tinggi, Johore', '@MuhdHaqimShah hah okay~'), (14991, 58, 'Malaysia', 'แม่งเบื่อ เซ็ง เหี้ย สัส ห่า เวน ควย ;('), (14992, 3788, 'Johore, Malaysia', 'With @ailnaik @DijieBlingzxc @ikrzounny and @imatyw (@ KBox Marina Square) http://t.co/3j69RPRq'), (14993, 3779, 'Malaysia', '@Am_lita จ้า '' เช่นกันน้ะ'), (14994, 1091, 'Johore, Malaysia', 'Kalau berani say it straight to any girls'' face. Girls'' whom are faithful. if you don''t get any tight slap,consider yourself lucky!'), (14995, 2896, 'Plentong, Johor Bahru', '@tv1810 xigt!!!sape?..'), (14996, 1452, 'Johor Bahru, Johore', '@Bazkil I didn''t buy my top yet cause idk which school I''ll be at -_-'), (14997, 2493, 'Johore, Malaysia', '@tafsiranwee kau nak belanja pe~?'), (14998, 3789, 'Johore, Malaysia', 'here with cheryl! :D (@ Far East Plaza w/ 16 others) http://t.co/e3COivXm'), (14999, 1118, 'Johor Bahru, Johore', '@aniasrani mulai Dr awal donk. .'), (15000, 1490, 'Johore, Malaysia', 'Free to do anything! #BestThingAboutBeingSingle'), (15001, 659, 'Johor Bahru, Johore', '@ShahrukhSuperX okaycan bro ! see ta :)'), (15002, 923, 'Plentong, Johor Bahru', 'Tak pernah pernah aku dihulur sampai ke sini (@ Bilik Saringan, Klinik Pesakit Luar Mahmoodiah) [pic]: http://t.co/L89bqYHu'), (15003, 7, 'Johore, Malaysia', '@AfiqMaulani Yeler. Pergi mana mana ahh. Taktentu'), (15004, 3790, 'Johore, Malaysia', 'Why is Seb not on Twitter? "I prefer to talk to people." #acumen -- Red Bull (@redbullf1spy) -- haha! Nice line :) @rty400'), (15005, 3784, 'Malaysia', '@Dr_Prawut 2/ เมื่อทหารผ่านมาคนร้ายได้กดระเบิดขึ้นเป็นเหตุให้ชาวบ้านเสียชีวิต1คน ได้รับบาดเจ็บ1คน ทหารบาดเจ็บ2นาย'), (15006, 2141, 'Johor Bahru, Johore', '@bellalaaaat pkir nyanyi kepe. Haha!'), (15007, 3791, 'Johor Bahru, Johore', 'I''m at Ericsson Pet Farm http://t.co/WO31n6wt'), (15008, 1109, 'Johor Bahru, Johore', '@DEADD0LLS Noprob! ;DD'), (15009, 898, 'Johor Bahru, Johore', '@Muz_zamil fuhh..tukar samsung note ...'), (15010, 3294, 'Johore, Malaysia', 'Alexander Lee Eusebio T_____T'), (15011, 3779, 'Malaysia', '@BBllnnL ว่าไงค้า '' ?'), (15012, 3786, 'Tebrau, Johor Bahru', 'I''m at Reunion Cafe http://t.co/tTCnGr9E'), (15013, 3416, 'Johore, Malaysia', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore) http://t.co/njIsIDWf'), (15014, 3405, 'Johore, Malaysia', 'LOL 4B1 playing cards after lunch. @Dancing_Kodomo @taykaihong (@ Koufu) http://t.co/WCJzdmaG'), (15015, 7, 'Johore, Malaysia', '@echaashadi Haha memang ah sampai :P'), (15016, 181, 'Johore, Malaysia', 'yes laaa RT “@IMANSHAHbucks: @MuhdLuqmanAziz luqman kenek twitjailed. Hahaha kenek”'), (15017, 1980, 'Johore, Malaysia', 'I''m at The Coffee Bean &amp; Tea Leaf w/ @pheobetan http://t.co/V27cLuA5'), (15018, 2822, 'Kota Tinggi, Johore', '@yienleong the food there is good what!! Hahahhaha. Come back spore go for a run then you''ll burn it! Ahahah.'), (15019, 3792, 'Johor Bahru, Johore', '@NorAmsyarAziz ape game kau main??'), (15020, 280, 'Johor Bahru, Johore', 'Bro send me to sembawang mrt ^^'), (15021, 2482, 'Johor Bahru, Johore', '@eunicekzq just eat'), (15022, 1399, 'Johore, Malaysia', '@H4ZP4NG_ oh . LOL xD sorry .'), (15023, 876, 'Johor Bahru, Johore', 'My friends were right. It''s always me waiting for you. And you? Can''t even wait for 30 mins? Seriously.'), (15024, 3617, 'Johore, Malaysia', 'I''m at Astons Express http://t.co/AAaIE3Tn'), (15025, 73, 'Johor Bahru, Johore', 'Yes . I get it .'), (15026, 3695, 'Singapore', '@ArinaQahirah alololo &lt;3 x gie mane3'), (15027, 3793, 'Johore, Malaysia', 'ihate camps!!!!!!!-.- cuzes me to nt go my match wth..'), (15028, 1356, 'Johore, Malaysia', 'Randomly remembering our promise bff(: @ngsimin'), (15029, 7, 'Johore, Malaysia', '@Ayishcepot Fine ya.. Haha Rumah juga.'), (15030, 1242, 'Singapore', 'Shall eat some snacks then start do homework.'), (15031, 280, 'Johor Bahru, Johore', 'Damn it I''m tired now'), (15032, 748, 'Plentong, Johor Bahru', 'smngt Siang @ CICT JOHO BAHRU http://t.co/yH3LoMUf'), (15033, 479, 'Singapore', 'No idea why Happy National Condom Day is trending &gt;_____&gt;'), (15034, 556, 'Malaysia', '@llinenia2g โรคจิต -3-'), (15035, 73, 'Johor Bahru, Johore', 'Its fine if you want things to be this way ,'), (15036, 2522, 'Johore, Malaysia', 'I''m at Wheelock Place (Singapore, Singapore) w/ 2 others http://t.co/FGnXOM7H'), (15037, 72, 'Johor Bahru, Johore', '@ImAbibNoor lols. Go get an iphone! Hahahah xD loser bb users! Haha'), (15038, 399, 'Johore, Malaysia', '@ShermaineLoh Scary ain’t it! I have Scoliosis'), (15039, 33, 'Johore, Malaysia', 'Gonna dye back black and cut a neat hairstyle after my school starts ! Goodboy 1995 ! :D'), (15040, 1017, 'Johor Bahru, Johore', 'i like a-maths! omg! mmm i also like pastry. i love Marble Slab''s ice cream. i hate chinese compo.'), (15041, 3738, 'Johore, Malaysia', '@Suzuya_Tohzuki jb...u must b kidding.....'), (15042, 280, 'Johor Bahru, Johore', 'RT @IndraJones_: RT @elvisow No mood for homework lol not planning to do any:)'), (15043, 3695, 'Singapore', 'kayy.. kite putosss &gt;&lt; lalalalaaa... breakk'), (15044, 72, 'Johor Bahru, Johore', '@its_mumu yeayea! Where u?'), (15045, 3794, 'Johor Bahru, Johore', 'Hi Anna\nVenkat'), (15046, 7, 'Johore, Malaysia', 'Mcm mana boleh mimpi dia....'), (15047, 415, 'Johor Bahru, Johore', '@shootbanglove I need that hardworking too, can''t find it!'), (15048, 3795, 'Johor Bahru, Johore', 'I''m at ANTTP'' House http://t.co/z06KAbGH'), (15049, 2493, 'Johore, Malaysia', '“@MdNurAbdillah: I miss #rollerblading. Imma sleep with my skates on tonight. #WeOutHere snoring on my bed tonight.”\nTmw night blading la!'), (15050, 1157, 'Singapore', 'painnnnn ):'), (15051, 181, 'Johore, Malaysia', '@MuhdLuqmanAziz man kau bully bangla kat park?? Kalau kau tak reply in 2 minutes, it means yes'), (15052, 1356, 'Johore, Malaysia', '@WeThinkTeen @shainedawson followed ;:'), (15053, 458, 'Malaysia', '@Pich_D มีอะไร 555'), (15054, 73, 'Johor Bahru, Johore', 'Talking to me to fucking sacrastically . Like wtf only can . -.- .'), (15055, 3433, 'Johor Bahru, Johore', 'I''m at Pasir ris interchange http://t.co/WM9gGKos'), (15056, 640, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) w/ 8 others http://t.co/2LSz8CHO'), (15057, 73, 'Johor Bahru, Johore', '*so'), (15058, 3796, 'Johore, Malaysia', 'one to one with the director\n\n----&gt;nervous!!'), (15059, 45, 'Johor Bahru, Johore', 'Hold on to ur words, cauz talk is cheap'), (15060, 902, 'Johor Bahru, Johore', '@IRISKK awww!! Hahaha!! Yr beloved teacher :D'), (15061, 280, 'Johor Bahru, Johore', 'RT“@Joooeyt: Power failure from Dhoby Ghaut to Habourfront lol.”'), (15062, 3797, 'Johor Bahru, Johore', 'Going to hardcore studyyyyyyyyyy hahahah and homework'), (15063, 3398, 'Johor Bahru, Johore', 'i''m (@ JiaQing''s Houseee) http://t.co/XuVxzNkb'), (15064, 1911, 'Johore, Malaysia', 'Sometimes the devil is just testing my patience. Devil, u wait n see'), (15065, 3798, 'Johore, Malaysia', '@Forever_Raaa I Know Right ^^'), (15066, 181, 'Johore, Malaysia', '@lyanayanayana @syafiqhassim fiq bile nak blanje aku nye turn? Ouj only lyana je kah?'), (15067, 1540, 'Johore, Malaysia', '@dunno...'), (15068, 2493, 'Johore, Malaysia', '@subcunt #dafuq ?? LOL'), (15069, 2113, 'Kota Tinggi, Johore', 'My new house address is very easy to rmmbr.. Blk 525C PASIR RIS ST 51 #08-585.. LOL! 5s &amp; 8s.. #random #bto2011'), (15070, 3193, 'Plentong, Johor Bahru', '@ZaimahNassir: Jangan tanya kenapa kalau aku tak layan kau.'), (15071, 3331, 'Johore, Malaysia', 'I''m at Bedok MRT Station (EW5) (Singapore, Singapore) w/ 3 others http://t.co/fFnvTccP'), (15072, 632, 'Plentong, Johor Bahru', '@farizdzakir haha budak sekolah nak cuti kan. LOL'), (15073, 3799, 'Johor Bahru, Johore', 'I''m at (@ BLK339A Sembawang Close) http://t.co/QMOiG0DW'), (15074, 13, 'Johore, Malaysia', '@thhaatSLUT at cene .__.'), (15075, 399, 'Johore, Malaysia', '@xxBabydoll It is! It’s called Scoliosis, and I have to see the specialist now as it got worse.'), (15076, 1124, 'Johore, Malaysia', '@iam_moony den ano yun drawing mo? Hong hirap Lolz'), (15077, 3051, 'Johor Bahru, Johore', 'It''s time for 女人我最大'), (15078, 73, 'Johor Bahru, Johore', 'Omg Fideline . Now because of you my whatsapp notis go up up up .'), (15079, 2406, 'Johore, Malaysia', 'I''m at Blk 427, Clementi Ave 3 http://t.co/61X1rqZF'), (15080, 3576, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 17 others http://t.co/ghKE8cSS'), (15081, 3800, 'Pulai, Johor Bahru', 'I''m at Pejabat Setiausaha Kerajaan Johor, Bahagian Perumahan, Bangunan Dato'' Abdul Rahman Andak, Kota Iskandar. http://t.co/WvDLPnvm'), (15082, 324, 'Johore, Malaysia', 'Lafs with @dd031287 and @ara3strada plus mudak. :-) (@ Tanglin Mall) http://t.co/415Cm8fr'), (15083, 3695, 'Singapore', '@ArinaQahirah bosann sesangat doee'), (15084, 1467, 'Pulai, Johor Bahru', 'Bestnye kalau dpt chair ni kt office aku :P http://t.co/n58c000z'), (15085, 73, 'Johor Bahru, Johore', 'Phone keep vibratingg .'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (15086, 181, 'Johore, Malaysia', 'THIS RT “@AtiqahAdeenan: Im jealous of the ppl that gets to see you everday”'), (15087, 2014, 'Johor Bahru, Johore', 'Oh yeah....'), (15088, 33, 'Johore, Malaysia', '@Vissprettyboy april 9'), (15089, 73, 'Johor Bahru, Johore', 'Whatzzeehellzz .'), (15090, 1091, 'Johore, Malaysia', 'Can it be night now? I wannnnna go out. I neeeeeeeeed to go out. =''('), (15091, 2889, 'Johore, Malaysia', '@Boon_Juin shut up xD'), (15092, 73, 'Johor Bahru, Johore', 'Hahah . Fideline created her own fan club .'), (15093, 3801, 'Johor Bahru, Johore', 'Home! (@ Arrival Hall @ Terminal 1) http://t.co/jrSnsJbg'), (15094, 73, 'Johor Bahru, Johore', 'Okkk lol .'), (15095, 2889, 'Johore, Malaysia', '@HoYingChewYouUp go die xD'), (15096, 3786, 'Tebrau, Johor Bahru', 'I''m at Moonlight Cafe@Austin Heights (Johor Bahru, Johor) http://t.co/FxtUT9mz'), (15097, 3489, 'Pulai, Johor Bahru', '@NurshafiqaR kau tgok dekat yg dia tulis mention tu. Atau bentuk @. Mmg gitu doh. Kalau kat phone ada. http://t.co/Mv3nDWrS'), (15098, 1574, 'Johore, Malaysia', '@tikucirs blm tau tanggal brp hahaha. Tp yg jelas mei juga gw ke sana. Tp gak tau juga tgl brp lol'), (15099, 181, 'Johore, Malaysia', 'I miss thai massage'), (15100, 415, 'Johor Bahru, Johore', 'My camp MO efficiency is 25% of polyclinics. Just you imagine that waiting time.'), (15101, 3789, 'Johore, Malaysia', 'scallop miso ramen soup! (@ Ramen Ten @ Far East Plaza) http://t.co/qeiACrcj'), (15102, 3055, 'Johor Bahru, Johore', '@AnisDainty YEAHHH!'), (15103, 3802, 'Johore, Malaysia', 'I''m at Clementi Woods Secondary School http://t.co/Q4i3gDFL'), (15104, 3803, 'Johor Bahru, Johore', 'I''m at Guangyang Secondary School (Singapore) http://t.co/uzL0tFr5'), (15105, 3537, 'Johore, Malaysia', 'Yummy yummy appetizer http://t.co/Dd5JfjeX'), (15106, 1709, 'Senai Kulai, Kulai Jaya', 'Flight economic class (@ Aero Lab FKM) http://t.co/PPk5MPkM'), (15107, 1140, 'Johore, Malaysia', '@thiveebeanie or else my tweets not private hahah'), (15108, 3336, 'Pulai, Johor Bahru', 'Meet my 3''Z... (@ Taman Pulai Utama) http://t.co/b9Jset1u'), (15109, 2499, 'Singapore', '@ct_ray haha Siti,I was kidding lah,waitin for that sentence u promised if someone could make good souffle,hehe :p'), (15110, 2822, 'Kota Tinggi, Johore', 'Omg! What nonsense! I got a mention from ''the biggest loser''. I feel so insulted.-.- WTF. So much for making me sound fat huhhhhh! ;('), (15111, 73, 'Johor Bahru, Johore', 'Music is my escape (: .'), (15112, 3173, 'Johor Bahru, Johore', '“@Khai1993Rahim: @HaniKumar That day, she went sch just to accompany her friend. And she also asked about Yuli.” | Abt Yuli? Wat she ask?'), (15113, 1540, 'Johore, Malaysia', 'Finished tuition!✌'), (15114, 3687, 'Johor Bahru, Johore', 'Just about to swim\nAnd it rained.. #sibehsian'), (15115, 72, 'Kota Tinggi, Johore', '@its_mumu i''ll wait jn JP.'), (15116, 3677, 'Johore, Malaysia', '@WTFhazEON o?'), (15117, 3321, 'Johore, Malaysia', 'I''m at Sky Park (Singapore) http://t.co/Pcp1yyDH'), (15118, 3115, 'Riau, Indonesia', 'W/ @poyoy (@ Loui''s Signature Pizza) http://t.co/IQ3fHkZ4'), (15119, 898, 'Johor Bahru, Johore', '@Muz_zamil hahaha trade in uh..yeah iphone..'), (15120, 1550, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 13 others http://t.co/D44AmIo7'), (15121, 2886, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 4 others http://t.co/yTyoe7tF'), (15122, 3804, 'Johore, Malaysia', 'Just had lunch with ION marcoms at ION Salt Grill &amp; Sky Bar. Nice place! Shall go there again for lunch/dinner. http://t.co/KLewjUOj'), (15123, 2500, 'Plentong, Johor Bahru', 'garang nyewwww'), (15124, 73, 'Johor Bahru, Johore', '"Are you breaking up with me? Hold on, let me grab a pen." -Adele'), (15125, 2410, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 7 others http://t.co/7ID4jCxg'), (15126, 210, 'Johore, Malaysia', 'lolol. just left the house only :l'), (15127, 431, 'Johore, Malaysia', 'Kids from hell _|_'), (15128, 1184, 'Johore, Malaysia', 'I''m at Bus Stop 84031 (Bedok Stn) (Singapore) http://t.co/Ajg3y6kU'), (15129, 276, 'Johor Bahru, Johore', 'buat fb baru pon nk pk plek. haihh'), (15130, 185, 'Singapore', '@nerdhoon talk on whatsapp, i''ve got something to tell you.'), (15131, 2866, 'Johore, Malaysia', '@ohmymama_bitch I dw leh :P'), (15132, 2230, 'Singapore', 'just came back from city hall.tired man:('), (15133, 3805, 'Johore, Malaysia', 'I''m at KK Hospital Women''s Tower w/ 2 others http://t.co/qV7RIlZy'), (15134, 3806, 'Johore, Malaysia', 'I''m at Home Sweet Home  http://t.co/0T7b8Qh8'), (15135, 3636, 'Johore, Malaysia', 'maybe I should just stay home and finish up my homework. hmm'), (15136, 3452, 'Johore, Malaysia', '@ohmysofiaa WE 2 DONT CYCLE LA'), (15137, 3527, 'Johore, Malaysia', '@luckyz_syuQ pleashhhhh TT___TT'), (15138, 3371, 'Plentong, Johor Bahru', 'Berhijab Aku jah .. Tobat nasuha dahh :P http://t.co/XgddaAP9'), (15139, 185, 'Singapore', '@_KwonTaeny later okay!'), (15140, 3807, 'Johore, Malaysia', 'haisssss waiting. (@ ICA Building @ Passport Unit Lvl 2 w/ 2 others) http://t.co/z8vhrDod'), (15141, 73, 'Johor Bahru, Johore', 'Don''t follow your heart. Make your heart follow you. The things your heart desire are often the things you''re better off without'), (15142, 2822, 'Kota Tinggi, Johore', '@BiggestLoser607:Congrats! U just earned an exclusive invite 2 The Big Loser Coach Network. Click our profile link and use invite code 7798”'), (15143, 3808, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/NtzWhedh'), (15144, 1452, 'Kota Tinggi, Johore', '@Bazkil the long sleeve all... Idk. Fml. First day of school... What do I wear?!'), (15145, 2575, 'Johor Bahru, Johore', 'The confusing disorientation of a French keyboard http://t.co/TSoaj8c1'), (15146, 1010, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 12 others http://t.co/FAkU6ohY'), (15147, 3563, 'Singapore', '@xinhuiz siao....i only tweeted lyk 299 until now. how u tweet so much sia....'), (15148, 3809, 'Kota Tinggi, Johore', 'tibay at lakas ng loob ang kailangan ko... lalala...\n(may kanta yatang ganito)'), (15149, 3615, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) w/ 2 others http://t.co/nbhzkIxK'), (15150, 3798, 'Johore, Malaysia', '@Forever_Raaa dont uhh kk me /:'), (15151, 3615, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) w/ 2 others http://t.co/nbhzkIxK'), (15152, 7, 'Johore, Malaysia', '@Ayishcepot Ha kan. Duit tgh takda ah dik. Tgu ah nanti2'), (15153, 1118, 'Johor Bahru, Johore', '@aniasrani bieb Pindah lapak yuck ptg! !!!!!'), (15154, 1426, 'Johore, Malaysia', 'Is there any job where u can make money from sleeping? :)'), (15155, 431, 'Johore, Malaysia', 'I wish I had a middle finger emoji'), (15156, 73, 'Johor Bahru, Johore', 'Sometimes im told to follow my heart ,'), (15157, 120, 'Johor Bahru, Johore', 'Seriously no appetite to eat at all ..'), (15158, 2160, 'Johore, Malaysia', 'You just had to remind me didn''t you? #trauma yo!!! “@ladeenesta: @MdNurAbdillah pls dont talk to sleazy pakciks in ur sleepy state ok. :)”'), (15159, 3055, 'Johor Bahru, Johore', '#nowwatching Jangan Tegur. Reminds me of the time me and my secondary school mates!'), (15160, 2531, 'Singapore', '@BoyceAvenue Please have a concert in Singapore soon! It has been so long since the last time I have seen you! #changeyourmind'), (15161, 1330, 'Johor Bahru, Johore', 'I''m at Event Piazza@ITE College West http://t.co/0gadhAnA'), (15162, 73, 'Johor Bahru, Johore', 'Sometimes im told not to .'), (15163, 3798, 'Johore, Malaysia', '@Forever_Raaa hmm ,okok(:'), (15164, 3045, 'Riau, Indonesia', '@mikhariamv tak lah,, aku palembang MEN !!!'), (15165, 3810, 'Singapore', 'imma weird person'), (15166, 2822, 'Kota Tinggi, Johore', 'Wtf. Seriously! Urghhhhh! Are they nuts or what? Haiz.'), (15167, 3811, 'Johore, Malaysia', '@MunawarZainal yup..kwn adik supervisor ak bg..simpan kan k..'), (15168, 1850, 'Johor Bahru, Johore', '@Didystussy huh balik ape ?'), (15169, 3812, 'Kota Tinggi, Johore', 'So bored'), (15170, 3813, 'KPJ Johor Specialist Hospital, Plentong', 'Golfing with leg.. =p (@ KPJ Johor Specialist Hospital w/ 2 others) http://t.co/AeyLgk7x'), (15171, 73, 'Johor Bahru, Johore', 'What should I believe ?'), (15172, 210, 'Johore, Malaysia', 'hahah supposed to meet @purplebninja at 2:30 but it''s 3 now LOL'), (15173, 84, 'Johor Bahru, Johore', '@Jae_Jerome huh what you mean?'), (15174, 430, 'Johore, Malaysia', '@mthrh ya i know follow the flow of the river but in the river ada buaya haha k lame.'), (15175, 1555, 'Plentong, Johor Bahru', 'berdebar-debar tanpa sebab..'), (15176, 7, 'Johore, Malaysia', '@HafizahNazam Betullah sayang. Pukul 9 gitu. Sbb mama alyn call suruh balik. Then i balik terus. Ingat nk g segget skjp. Mls ah haha'), (15177, 1975, 'Plentong, Johor Bahru', 'Ceq lapaq!!:('), (15178, 328, 'Johor Bahru, Johore', '@DeenethBoiiNani the other one'), (15179, 3814, 'Riau, Indonesia', 'Far Far Away :) @ Universal Studios Singapore http://t.co/4RDRs33O'), (15180, 1017, 'Johor Bahru, Johore', 'i wish my room has noiseproof walls. i don''t want my family members to fall in love with my voice. '), (15181, 1236, 'Johore, Malaysia', '@ibiebergreyson_ LOL!! Wanna dance waltz with who eh?? :p'), (15182, 3815, 'Johor Bahru, Johore', 'I''m at Tampines Sports Hall Badminton http://t.co/LDV4H2U4'), (15183, 2830, 'Johore, Malaysia', '@_LeeYana who sasaeng ?'), (15184, 1368, 'Johore, Malaysia', 'I''m at Tan Boon Liat Building (Singapore, Singapore) http://t.co/5Vh1Tsb8'), (15185, 3816, 'Johore, Malaysia', 'I''m at Homeeeeee. http://t.co/UA0fXA9f'), (15186, 328, 'Johor Bahru, Johore', 'Going shisha later'), (15187, 7, 'Johore, Malaysia', '@AfiqMaulani Haha aku baru tahu kau kat jb. Nak ajak mcm mn. Nti awek kau marah Wuu :P'), (15188, 493, 'Johor Bahru, Johore', 'Banyak pe chicks!!!'), (15189, 493, 'Johor Bahru, Johore', 'Haha XD'), (15190, 3798, 'Johore, Malaysia', '@Forever_Raaa hahaha (: youu not so free ? lolol ! okay can also(: go there meet my bestfriend luhh(:'), (15191, 221, 'Malaysia', '@seesom_s ดีคร๊าบ :'')'), (15192, 210, 'Johore, Malaysia', '@SMEXYDOPES ikr'), (15193, 2889, 'Johore, Malaysia', '@Boon_Juin lepak. hahahaha.'), (15194, 2065, 'Pulai, Johor Bahru', 'Betul ke golek katang sebab suntik kan tambahan??'), (15195, 1452, 'Johor Bahru, Johore', 'WHY THE FUCK DID I GO HOME OMFG URGH SHUT UP DO I LOOK LIKE I CAN ANSWER ALL OF YOUR QUESTIONS'), (15196, 1850, 'Johor Bahru, Johore', 'No mood to do hw alrdy !! &gt;.&lt; My phone spoilt ... )):'), (15197, 3321, 'Johore, Malaysia', 'With @unfaithfulteens (@ VivoCity w/ 18 others) http://t.co/IR7UDNt4'), (15198, 3817, 'Johore, Malaysia', 'I''m at Carl''s Jr. (Singapore, Singapore) http://t.co/zvisj23j'), (15199, 7, 'Johore, Malaysia', '@Defajrinibrahim Ikutt :P'), (15200, 1522, 'Johor Bahru, Johore', '@yeelinlicious hahaha lucky you! It''s like instagram lo.'), (15201, 813, 'Johore, Malaysia', 'I''m at Paya Lebar MRT Interchange (EW8/CC9) (Singapore, Singapore) w/ 5 others http://t.co/YSHWf1Pj'), (15202, 3818, 'Plentong, Johor Bahru', 'Home home home :3 (@ 3 Jalan Padi Mahsuri 16) http://t.co/rS4jEO9y'), (15203, 1345, 'Johor Bahru, Johore', 'At home Liao :))'), (15204, 3819, 'Indonesia', ':) RT@nabil_aulia @SarabillaNadira sipp lah :)'), (15205, 181, 'Johore, Malaysia', 'Where is money?'), (15206, 1109, 'Johor Bahru, Johore', '@M_urderotic Hehehehe. ;)'), (15207, 2576, 'Kota Tinggi, Johore', 'Tojyo naoneun Jackpot nuga mwora gon so what~'), (15208, 1860, 'Johore, Malaysia', 'If you can''t wait then don''t buy!'), (15209, 3798, 'Johore, Malaysia', '@Forever_Raaa hahah(: okay can ^^ uuhh kkkk ! -.- you &amp; youre lame ! eeesh ! /:'), (15210, 72, 'Kota Tinggi, Johore', '@its_mumu wait so i came all the way to jp for mentos?? U kiddin me?'), (15211, 3285, 'Kota Tinggi, Johore', 'I''m at Old Town @ Jurong Point Shopping Centre http://t.co/brXykThV'), (15212, 936, 'Johor Bahru, Johore', '@Caellynne gila lu. Liat HK 2 jam aja kt d pswt dikirain señorita. Kl ada HK di pswt bs dikira anak hyperactive kali. Ga berenti jerit2an.'), (15213, 2822, 'Kota Tinggi, Johore', 'Okay bye. Back to my books! I''m getting distracted too easily! Not a good sign.'), (15214, 2300, 'Johor Bahru, Johore', 'Mata saya Pedas.... \nAku memang kalah dgn Bawang.... \nConfirm Nangis seBaldi...'), (15215, 2160, 'Johore, Malaysia', 'I might just make an appearance. Is it aggro or freeskate? “@jattamat: “@MdNurAbdillah:\nTmw night blading la!”'), (15216, 2499, 'Singapore', '@ct_ray ishh?...thats not the word u promised...bad girl :p'), (15217, 2419, 'Johore, Malaysia', 'I''m at J.Kim''s :D (Singapore) http://t.co/nV0avcqc'), (15218, 1860, 'Johore, Malaysia', 'Next time read my terms and conditions! -____-'), (15219, 3820, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 21 others http://t.co/2aOl68X2'), (15220, 3821, 'Johor Bahru, Johore', '@dearsheryl Study!!'), (15221, 1467, 'Pulai, Johor Bahru', '@badridainial hoi'), (15222, 3798, 'Johore, Malaysia', '@Forever_Raaa Yeah, Everything You Know(:'), (15223, 1590, 'Johore, Malaysia', 'Ini 2 org serious lancay http://t.co/l6gJFDaP'), (15224, 210, 'Johore, Malaysia', 'What''s that smell... omg stinks'), (15225, 3822, 'Plentong, Johor Bahru', 'Happy birthday Liverpool FC ! 120th YNWA'), (15226, 492, 'Johor Bahru, Johore', 'When I get this feeling, I don''t want to hold back and ypu shouldn''t too'), (15227, 2576, 'Kota Tinggi, Johore', 'This is a story about a dwarf and giant\nBut it`s gonna end just like David and Goliath.'), (15228, 2500, 'Plentong, Johor Bahru', 'lollllll,,,nk lolipop'), (15229, 3816, 'Johore, Malaysia', 'I''m at ⓛⓘⓥⓘⓝⓖ ⓡⓞⓞⓜツ http://t.co/lb9mpZqP'), (15230, 58, 'Malaysia', '@limited_Pookki3 ฝันหวาน ๆ'), (15231, 1325, 'Johor Bahru, Johore', 'I''m at Junction 8 Shopping Centre (Singapore) w/ 13 others http://t.co/brq0YrwB'), (15232, 3165, 'Plentong, Johor Bahru', 'Sikit sikit je I merajuk, you selalu sabar pujuk. Tapi sebenarnya I cuma test you sayaa'), (15233, 3639, 'Johor Bahru, Johore', 'I''m at McDonald''s w/ @gabrieltannn http://t.co/qLuSjDEK'), (15234, 1109, 'Johor Bahru, Johore', '@Felicia_seetoh Yalorhhhh!! Hais! &gt;_&lt;'), (15235, 1467, 'Pulai, Johor Bahru', '@badridainial sebb x empuk'), (15236, 3636, 'Johore, Malaysia', 'just realised there''s no time on Friday to do homework. panick'), (15237, 3798, 'Johore, Malaysia', '@Forever_Raaa yayayaya ! okay^^'), (15238, 3024, 'Kulai Jaya, Johore', 'i smell something fishy'), (15239, 3823, 'Johore, Malaysia', 'Who''s free now ,come towb plzzzz'), (15240, 181, 'Johore, Malaysia', 'Haziq mus mana elwa? RT “@YannaSamsam: Reached. Waiting for Elwa now.”'), (15241, 3824, 'Kota Tinggi, Johore', 'My nose is peeling!!'), (15242, 3825, 'Johore, Malaysia', 'Someone bomb this place pls'), (15243, 72, 'Kota Tinggi, Johore', '@its_mumu kidding laaa sure thanks anyth!'), (15244, 3826, 'City Square, Plentong', 'Lunch kater nye.. (@ PappaRich @ City Square) http://t.co/gPscJfU6'), (15245, 3563, 'Singapore', '@xinhuiz u gila liao lah'), (15246, 3665, 'Johore, Malaysia', 'I''m at City Hall MRT Interchange (EW13/NS25) (Singapore, Singapore) http://t.co/OS89lEW9'), (15247, 492, 'Johor Bahru, Johore', 'I won''t hold back, so you shouldn''t too'), (15248, 2889, 'Johore, Malaysia', '@HoYingChewYouUp then anyhow talk to strangers xD'), (15249, 3827, 'Johore, Malaysia', '@MishaLovesJesJ Hey J.J fan..'), (15250, 2849, 'Johore, Malaysia', 'Sugar rush time. @ Bistro Petit Salut http://t.co/TzvBr3lx'), (15251, 302, 'Johore, Malaysia', 'FML in famished dehydrated and I''ve no strength to go buy lunch. C'), (15252, 2751, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 13 others http://t.co/NC8JeGaq'), (15253, 1236, 'Johore, Malaysia', '@ibiebergreyson_ Haha!! I know la.. Why wanna learn hip hop? I wanna learn jumpstyle~ :D'), (15254, 58, 'Malaysia', 'http://t.co/rh5KllcM! :)'), (15255, 2500, 'Plentong, Johor Bahru', 'faham gikgu,,,*cehhhh dlm atyyy ????*'), (15256, 1467, 'Pulai, Johor Bahru', '@SeriYanie1 hahaha sebb tu la agaknye org besar2 ni tido kt opis! :P'), (15257, 3798, 'Johore, Malaysia', '@Forever_Raaa HAHHAHA ! k(: can also &gt;.&lt;'), (15258, 2398, 'Johor Bahru, Johore', 'I''m at Blk 289C Bukit Batok Street 25 (Singapore) http://t.co/cW531fvV'), (15259, 2499, 'Singapore', '@NicolettaAC biasalah...my master was Bourdain &amp; Ramsay...thanx to the travel channel :p'), (15260, 73, 'Johor Bahru, Johore', 'I should really start doing my work but im just too lazy hahah . &gt;&lt; .'), (15261, 2184, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle dun nid to spend so much $chingching$ on dates and gifts!'), (15262, 3828, 'Plentong, Johor Bahru', 'Macam mana lah rambut tak gugur kalau hari2 tidur lambat je. *sigh'), (15263, 1538, 'Johore, Malaysia', '@hmeeling 哇,这么快'), (15264, 415, 'Johor Bahru, Johore', '@shootbanglove I''m still studying now lor! Doing part time diploma :)'), (15265, 458, 'Malaysia', '@Pich_D ทักเฉยๆสินะ ฮ่าๆๆ'), (15266, 2160, 'Johore, Malaysia', 'You bet it did. Imma put my army camouflage sneaking skills to use if I see him. “@ladeenesta: @MdNurAbdillah that reminder woke u up, right'), (15267, 3633, 'Johore, Malaysia', '@HXahshrink Huh menses?!'), (15268, 2088, 'Johor Bahru, Johore', 'Yay! Monday Start keje.. Nasib dekat , straight bus to work, gaji tak pasal, pelan2 insyallah it will increase.. I hope evrything goes well.'), (15269, 399, 'Johore, Malaysia', '@RyannnnnW Check out my cool X-ray ☺ http://t.co/Bjp6xhPC'), (15270, 3829, 'Singapore', '@whitematter @esty501 @albinoriotman hey guys good to see you all. catch up soon! #SXSWi'), (15271, 3055, 'Johor Bahru, Johore', '@AnisDainty okay mak haha!'), (15272, 181, 'Johore, Malaysia', '@ElwaFishy eh salah... Elwa mana haziq mus?'), (15273, 399, 'Johore, Malaysia', '@xxBabydoll Last time was 20 degrees but now it became 26! And that’s considered bad.'), (15274, 3560, 'Johor Bahru, Johore', 'Movie time with family ''Dr Seuss The Lorax'' ^_^ (@ Golden Village) http://t.co/ODKMwzGW'), (15275, 3798, 'Johore, Malaysia', '@Forever_Raaa UHHH KKK !'), (15276, 493, 'Johor Bahru, Johore', 'Cruising around, down town with my hashbrown?'), (15277, 3598, 'Johore, Malaysia', 'I''m at Novena Square 2 (Singapore, Singapore) w/ 3 others http://t.co/PGfWKpTf'), (15278, 632, 'Plentong, Johor Bahru', '@hazieqahhouda aah. Hm :('), (15279, 3830, 'Johor Bahru, Johore', 'my lunch arrived :) thanks to sister ! http://t.co/zcTcxfd5'), (15280, 3452, 'Johore, Malaysia', '@khizdancerz want run?'), (15281, 3827, 'Johore, Malaysia', '*sigh*.. Homework haven''t done yet but too lazy..'), (15282, 2493, 'Johore, Malaysia', '@MdNurAbdillah Whatever style of blading u want man. But i believe everyone that turns up will be in their normal stunt setup.'), (15283, 210, 'Johore, Malaysia', '@purplebninja haha coming alr laa'), (15284, 1347, 'Johor Bahru, Johore', 'Was I too strict or too lenient in the morning?'), (15285, 3831, 'Johore, Malaysia', 'At Ayam Penyet Ria for lunch wit kiddos http://t.co/GPcZs5xM'), (15286, 3422, 'Johor Bahru, Johore', 'Sorry for not knowing that I''m just an option to you..'), (15287, 3527, 'Johore, Malaysia', '@luckyz_syuQ kau nk turon sane bsk ke sat?'), (15288, 2674, 'Johor Bahru, Johore', 'I''m at Dairy Farm Estate (Singapore) http://t.co/IesGzhGt'), (15289, 3390, 'Johor Bahru, Johore', 'I''m at senior citizen''s corner  (Singapore) http://t.co/tCxoLW2W'), (15290, 3798, 'Johore, Malaysia', '@Forever_Raaa HAHAH ! whatever sia youu ! -.-'''), (15291, 2591, 'Johor Bahru, Johore', '@nicoleeyeo roughly tell me what isit about ?!i forgot.'), (15292, 3827, 'Johore, Malaysia', 'Let''s do it at 8pm till 10 or 11pm..'), (15293, 181, 'Johore, Malaysia', 'kau da ns? RT “@MuhdLuqmanAziz: @farhanamanokgo Asal? Kau nak aku bully kau? Haha. Help @haziqmustaffa”'), (15294, 3544, 'Johore, Malaysia', '@bigpetmax o.o?'), (15295, 3832, 'Malaysia', 'Mr.steak w/ @toon_sp @ Mr.Steak / มิสเตอร์สเต็ก (Hatyai) http://t.co/VdJ0MwUe'), (15296, 124, 'Johor Bahru, Johore', '@Tyty_Fly ;) hhahah'), (15297, 1236, 'Johore, Malaysia', '@ibiebergreyson_ Read properly! It''s jumpstyle toopidd!!'), (15298, 3467, 'Johore, Malaysia', 'I''m at Books Actually (Singapore, Singapore) http://t.co/NtWgo5eJ'), (15299, 3563, 'Singapore', '@xinhuiz U. TWEET. TOO. MUCH. even though i think d jial limit a bit too little lah'), (15300, 898, 'Johor Bahru, Johore', '@Muz_zamil hahaha...untuk kau apa best?'), (15301, 210, 'Johore, Malaysia', 'So many small cuts -.- damn'), (15302, 302, 'Johore, Malaysia', 'Didn''t expect my lense will b here so soon!!'), (15303, 3583, 'Indonesia', '@syariief kampluk sontol'), (15304, 3603, 'Johore, Malaysia', 'dont know where to go after lesson... Nak gi mane ehk??'), (15305, 7, 'Johore, Malaysia', 'Cerita bunohan Best ke? Macam tak je.'), (15306, 632, 'Plentong, Johor Bahru', 'Sumpah orang yang karaoke ni semua suara macam sial.'), (15307, 1005, 'Johore, Malaysia', 'I''m at Training Room C403 http://t.co/fqXPGtMU'), (15308, 3833, 'Kota Tinggi, Johore', 'I''m at Rehabilitation Centre @ CGH http://t.co/tgSjir8l'), (15309, 3740, 'Johor Bahru, Johore', 'I''m at 888 Plaza (Singapore, Singapore) http://t.co/IBe5bgvC'), (15310, 399, 'Johore, Malaysia', '@ShermaineLoh Uneven growth of the spine, that causes the spine to curve! Hehehe thank you hunny ♥ Xo'), (15311, 2889, 'Johore, Malaysia', '"@juz10_1D: When you talk to me, I swear the whole world stops."'), (15312, 3798, 'Johore, Malaysia', '@Forever_Raaa HAHAH (: yeah , he is awesome . why ? u jelly ?'), (15313, 181, 'Johore, Malaysia', 'Haziq mustafa part nasi ayam tambah 25 sen memang number 1...'), (15314, 3834, 'Malaysia', 'I''m at Shabushi (ชาบูชิ) (Hat Yai, Songkhla) http://t.co/uI2kEhe2'), (15315, 3835, 'Johore, Malaysia', 'I''m at @Brandtology headquarters in Singapore, very nice (@ Brandtology) [pic]: http://t.co/vgioxVAV'), (15316, 1367, 'Johor Bahru, Johore', 'I''m at Block 6 Room 6410 @ ITE College West (CCK Campus) w/ @aeizyanou http://t.co/ToIFHkdy'), (15317, 2889, 'Johore, Malaysia', '"@Smilie_Lollipop: “@Glennypiglet: How i wish there was another week of holiday.”"'), (15318, 3836, 'Singapore', '"Words with frens" then "Draw something"with frens. Post up ugly drawing and Lose Your Frens ~'), (15319, 2681, 'Johor Bahru, Johore', 'I''m at Admiralty Link Blk 403 http://t.co/N01BDWZx'), (15320, 1586, 'Plentong, Johor Bahru', '@Nooraiysah @erzana23 apa sebot2 kita ni?'), (15321, 806, 'Johore, Malaysia', '"I Don''t Get Mad.. I Get Money."'), (15322, 3837, 'Johor Bahru, Johore', 'OFF TO CITY HALL ❤ http://t.co/ZPazvnGZ'), (15323, 1287, 'Johore, Malaysia', 'I''m at Frontech Centre (Singapore) http://t.co/PPrICdrX'), (15324, 181, 'Johore, Malaysia', '@haziqmustaffa @elwafishy @muhdluqmanaziz karut bye'), (15325, 3452, 'Johore, Malaysia', '@khizdancerz k'), (15326, 3785, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) w/ 3 others http://t.co/XfVWzc8Q'), (15327, 697, 'Johor Bahru, Johore', 'I''m at Xueying''s Crib http://t.co/wOqUkexO'), (15328, 3600, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 8 others http://t.co/JLX5fSZ0'), (15329, 493, 'Johor Bahru, Johore', '@AnakSamTan gym ah??'), (15330, 124, 'Johor Bahru, Johore', 'Alright , done washing the plates and bowls and cups . Vacuum the house already .'), (15331, 3798, 'Johore, Malaysia', '@Forever_Raaa HAHAHA , yeah . ofcourse ! like duhh ^_^'), (15332, 2500, 'Plentong, Johor Bahru', '#TeamTakSiapHomework lagi'), (15333, 458, 'Malaysia', '@Pich_D อ่านะ'), (15334, 2762, 'Malaysia', '@Myself_Indy ต้องการกำลังใจ ^^"'), (15335, 3838, 'Johor Bahru, Johore', 'Ice cream session now with @shinedivas! (@ Udders) http://t.co/Be5BvC22'), (15336, 3045, 'Riau, Indonesia', '@mikhariamv lembang itu di bogor dodol. andi itu palembang ..'), (15337, 3664, 'Plentong, Johor Bahru', 'Lunch w/ Ayah , Ammar &amp; Lukman. (@ Restoran Pak Itam &amp; Mak Wa) http://t.co/3yfwJHTj'), (15338, 3798, 'Johore, Malaysia', '@Forever_Raaa okok(:'), (15339, 1988, 'Johore, Malaysia', 'I''m at The Fullerton Bay Hotel Singapore (Singapore, Singapore) [pic]: http://t.co/eSsj0dSk'), (15340, 1643, 'Johor Bahru, Johore', 'Okay, in cinema. Okay bye'), (15341, 1118, 'Johor Bahru, Johore', 'Hadeuh hujan lp bw payung :P'), (15342, 1643, 'Johor Bahru, Johore', 'Wee, i wanna watch. Who wanna watch with me? :3. http://t.co/vp2fG3Iv'), (15343, 2866, 'Johore, Malaysia', '@ohmymama_bitch ewww i dw!'), (15344, 1347, 'Johor Bahru, Johore', 'NOOO...it''s drizzling'), (15345, 3452, 'Johore, Malaysia', 'http://t.co/2CxyhPzt'), (15346, 3741, 'Johore, Malaysia', 'I''m at KKH X-ray http://t.co/PMdqdwTx'), (15347, 328, 'Johor Bahru, Johore', '@unseam No..'), (15348, 3615, 'Johore, Malaysia', 'exam! (@ MDIS UniCampus w/ 5 others) http://t.co/l0pPdATS'), (15349, 3839, 'Johor Bahru, Johore', 'Women in black! (:'), (15350, 3840, 'Johore, Malaysia', 'Waiting for bus 5 to Lower Delta Road (@ Bus Stop 84499 @ Blk 140 Bedok Reservoir Road) http://t.co/oFqnhVar'), (15351, 2993, 'Johor Bahru, Johore', 'I''m at nEbo café (Singapore, Singapore) http://t.co/CHEZvSX8'), (15352, 58, 'Malaysia', 'เหนื่อยใจ :('), (15353, 3841, 'Johore, Malaysia', 'It''s difficult to say "goodbye and thank you" to someone from afar when I''ve totally lost my voice.'), (15354, 399, 'Johore, Malaysia', '@pillowfightx It became worse compared to my previous checkup but my X-ray is so cool ☺ you take care too ♥ Xo!'), (15355, 3842, 'Johore, Malaysia', 'Supah hoomin ~'), (15356, 1347, 'Johor Bahru, Johore', 'Gongcha :)'), (15357, 1531, 'Johor Bahru, Johore', 'Why today no people?'), (15358, 3843, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 14 others http://t.co/sabgZop2'), (15359, 3633, 'Johore, Malaysia', '@HXahshrink Hahahahah chey!! LOLL!'), (15360, 2889, 'Johore, Malaysia', '@HoYingChewYouUp shhhh. xD'), (15361, 84, 'Johor Bahru, Johore', '@SMileverl0ve @jae_jerome yep yep'), (15362, 3797, 'Kota Tinggi, Johore', 'Dont talk behind me'), (15363, 632, 'Plentong, Johor Bahru', 'RT @ifaan: be cool la umairah!:) RT Sumpah orang yang karaoke ni semua suara macam sial. @UmairahNizam'), (15364, 3068, 'Malaysia', 'Just posted a photo @ Central Hatyai (เซ็นทรัล หาดใหญ่) http://t.co/fsAb5BQY'), (15365, 2500, 'Plentong, Johor Bahru', 'saya tau,,saya suka mkn lolipop sooooo,,jgnnnn nk jelouse *jelir lidah*'), (15366, 1959, 'Johore, Malaysia', '@AusDirectioners rape them in their hotel rooms'), (15367, 3583, 'Indonesia', 'wah asem ik podo minggat'), (15368, 1069, 'Johore, Malaysia', 'Roars http://t.co/GypMv5RX'), (15369, 181, 'Johore, Malaysia', '@haziqmustaffa @muhdluqmanaziz kau takya ns sudah... Cik mus hari2 masok ns eh? Ashik gunting botak je? HAHAHHAHAHAHHA'), (15370, 632, 'Plentong, Johor Bahru', '@ifaan haha sakit telinga ah!!'), (15371, 2932, 'Johore, Malaysia', 'Bye for now'), (15372, 1856, 'Singapore', '@mikazen hahaha iya betul mas..btw nek ada info event layangkan ke cs@halomalang.com ya :D'), (15373, 210, 'Johore, Malaysia', 'Goodwill ambassador? Lol'), (15374, 2160, 'Johore, Malaysia', '@jattamat Aites. Imma be there. #WeOutHere tomorrow night!'), (15375, 3844, 'Johore, Malaysia', 'I''m at Partyworld @ Clementi http://t.co/9OCSjPty'), (15376, 3344, 'Johor Bahru, Johore', 'I''m at Ya Kun Kaya Toast (Singapore, Singapore) http://t.co/2UwkNuGU'), (15377, 1236, 'Johore, Malaysia', '@ibiebergreyson_ Go check YouTube about jumpstyle~ it''s nice~'), (15378, 3845, 'Johore, Malaysia', 'I''m at I''m coming home http://t.co/RDbCCzCN'), (15379, 3422, 'Johor Bahru, Johore', 'My sister can''t keep her mouth shut for a sec. Noisy.'), (15380, 3561, 'Riau, Indonesia', 'aq butuh tmn'), (15381, 124, 'Johor Bahru, Johore', 'The washing machine took so long to wash the towels . What dafug is wrong with you ? You can''t handle that , washing machine ?'), (15382, 2932, 'Johore, Malaysia', 'Must prepare for Etoile f.c training later'), (15383, 3633, 'Johore, Malaysia', 'Haven''t sleep yet siah zomg so sleepy.'), (15384, 1684, 'Pulai, Johor Bahru', 'I''m at Green Jade Republic (Skudai, Johor) http://t.co/3dKCorXg'), (15385, 632, 'Plentong, Johor Bahru', 'Syeera suruh aku nyanyi. Hm suara aku tak merdu lah babe :('), (15386, 3307, 'Johore, Malaysia', 'Hmm, lokie pretty.'), (15387, 3846, 'Johor Bahru, Johore', 'I''m at Grace Home :) (Mumbai, Maharashtra) http://t.co/OYKDabVl'), (15388, 399, 'Johore, Malaysia', '@RyannnnnW It’s called Scoliosis but I don’t know what caused my spine to become like that hehehe.'), (15389, 2500, 'Plentong, Johor Bahru', 'okeyyyy nk,,,,pegi jumpa couznnnn,,byeeeeee'), (15390, 3847, 'Johor Bahru, Johore', 'I''m at Springdale Condo (Bukit Timah, Singapore) http://t.co/BIqZwFNH'), (15391, 2932, 'Johore, Malaysia', 'We going Khalsa pitch :D'), (15392, 3798, 'Johore, Malaysia', 'you going vivo ? hahha ^^ too bad ! -.-'' i went there yesterdayy ! -.-'''), (15393, 1382, 'Johor Bahru, Johore', 'I. Am. Shivering. From. Hunger.'), (15394, 856, 'Johore, Malaysia', '@peaNaths thanks! happy birthday too @candyspecs !!'), (15395, 1467, 'Pulai, Johor Bahru', '@suhaimiAini @mikenakemane'), (15396, 2706, 'Plentong, Johor Bahru', '@Lizza_Abdullah akk xde shooting ke arini'), (15397, 2582, 'Johore, Malaysia', 'Every time in the mrt, ladies will come n stand near me : ( I wan men leh.'), (15398, 1382, 'Johor Bahru, Johore', 'This is the worst feeling.'), (15399, 3848, 'Kota Tinggi, Kota Tinggi', 'Waiting... (@ SDS Cake House &amp; Cafe) http://t.co/O1J4k5F9'), (15400, 2088, 'Johor Bahru, Johore', 'Kerje 8.30-5.30.. Kalau ade OT, I nak OT banyak-banyak...'), (15401, 806, 'Johore, Malaysia', '"Love those who show you love and fuck those who took it for granted..."'), (15402, 1120, 'Tebrau, Johor Bahru', 'Lapar woii! RT @farenkadir: Yummmmy http://t.co/o9GVloS1'), (15403, 3850, 'Johore, Malaysia', '@raineontippytoe you and Tiffany hve something going with the abs..'), (15404, 250, 'Johor Bahru, Johore', '@HxziqRodriguez kk. Mana kau?'), (15405, 1402, 'Johor Bahru, Johore', 'I''m at Blk 347 Tampines http://t.co/GvEOUbRV'), (15406, 3851, 'Johore, Malaysia', 'I''m at Parkway Parade (Singapore) w/ 8 others http://t.co/FwBB7HSD'), (15407, 2139, 'Johore, Malaysia', '#nowlisteningto Perfect - Hedley. :\\'), (15408, 2591, 'Johor Bahru, Johore', '@nicoleeyeo answer shelter . You try . Don''t care about the man or weather .'), (15409, 1118, 'Johor Bahru, Johore', 'Meluncur RT @aniasrani: yuk mareee RT @Emisaputri: aniasrani bieb Pindah lapak yuck ptg! !!!!!"'), (15410, 2088, 'Johor Bahru, Johore', '@Nisah_Eminem register kawin per... Hehehehe'), (15411, 3852, 'Johor Bahru, Johore', 'Going ippt now hope can get wat I wan =x'), (15412, 3853, 'Malaysia', 'คืนนี้ว่าไงจะยันสว่างอีกปะ !! (@ @ฉก.32) http://t.co/vLN7jdW4'), (15413, 3854, 'Johore, Malaysia', 'Cant wait for KBox later~~ just cant sit still any longer!!'), (15414, 3855, 'Johor Bahru, Johore', 'Playing mario with @asdfghjade_TW'), (15415, 3856, 'Johor Bahru, Johore', '@thesliverpiggy 有情人终成眷属 @sodiolicious @RetroVilleSim'), (15416, 1452, 'Johor Bahru, Johore', '@RyannnnnW THANKS FOR MAKING MY ASS HURT'), (15417, 1109, 'Johor Bahru, Johore', '@CELINLEONG ^_^'), (15418, 74, 'Johor Bahru, Johore', '@leighfranc @missjhoyfranc epal kayo! Hahaha'), (15419, 3527, 'Singapore', '@luckyz_syuQ anything asalkan kau dtg sudah cukop :''D'), (15420, 2393, 'Johor Bahru, Johore', '@sharmaine_t hey!! Hahaha! You still remember me?! :) yup, it''s been a very long time! How are you doing?'), (15421, 632, 'Plentong, Johor Bahru', '@ifaan suara I tak merdu ah :('), (15422, 3837, 'Johor Bahru, Johore', 'Laptop cam siak lagging'), (15423, 3837, 'Johor Bahru, Johore', 'Pecahkan sudaaah'), (15424, 3804, 'Johore, Malaysia', 'okay fun''s over.. rushing back to office to finish all the fashion show loans. sian!!'), (15425, 3857, 'Johor Bahru, Johore', '@MohamedHydar perangai forever alone... Hahahahaa http://t.co/TXMvCPH7'), (15426, 3858, 'Johor Bahru, Johore', 'I''m so bored http://t.co/meAQUk8M'), (15427, 2664, 'Plentong, Johor Bahru', 'susa sangat ke nak dapat P? aku da ronda KL da :D'), (15428, 3823, 'Johore, Malaysia', 'Okay that was ming wei =_= but anyone free pls come town~'), (15429, 2807, 'Johor Bahru, Johore', 'Being in here is like being in secondary school,their overalls smell like rusty metal just like school uniforms...'), (15430, 3859, 'Johore, Malaysia', 'I''m tired of trying to be happy all the time.'), (15431, 2085, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) w/ 8 others http://t.co/0qWRfHs4'), (15432, 3785, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 16 others http://t.co/fnicyglz'), (15433, 399, 'Johore, Malaysia', '@ShermaineLoh I don’t think so! I’m not sure what caused my spine to become like that. So terrible, but my X-ray is so cool ☺'), (15434, 867, 'Johore, Malaysia', '" werq again! " (at Regent Singapore,A Four Seasons Hotel) [pic] — http://t.co/ynCXn3Dv'), (15435, 3837, 'Johor Bahru, Johore', 'Alamak, belom boleh keluar sekarang ah'), (15436, 3758, 'Johor Bahru, Johore', 'จะเข้าเมืองได้มั๊ยว้ะ 5555'), (15437, 3860, 'Johore, Malaysia', 'BRANCH ~.~'' (@ McDonald''s) http://t.co/5i19IieQ'), (15438, 210, 'Johore, Malaysia', 'Oh purple line not available LOL. heng I taking greenline phew'), (15439, 3045, 'Riau, Indonesia', '@diina_tweet Okay :'')'), (15440, 280, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange  http://t.co/Y025douX'), (15441, 3287, 'Johore, Malaysia', 'I''m at Superbowl (Singapore) http://t.co/hgn5yE3T'), (15442, 2085, 'Johor Bahru, Johore', 'I''m at Opposite Yishun Mrt (Singapore) http://t.co/Mvq7eeGd'), (15443, 2896, 'Plentong, Johor Bahru', '@tv1810 ko sorg jek..wawawa..'), (15444, 7, 'Johore, Malaysia', '@AfiqMaulani Takda? haritu bkn ada relation? Pgil kemain sweet bagai. Haha'), (15445, 1586, 'Plentong, Johor Bahru', 'penyamaran'), (15446, 181, 'Johore, Malaysia', '@haziqmustaffa @muhdluqmanaziz man pon malas nak layan kau ziq.. Pasal kau belen2 ..'), (15447, 1236, 'Johore, Malaysia', '@ibiebergreyson_ See first ah..'), (15448, 7, 'Johore, Malaysia', '@Defajrinibrahim Haha jauh woii. Hah'), (15449, 3861, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio X-Ray Clinic &amp; Laboratory (Ang Mo Kio, Singapore) http://t.co/FJAkDr0e'), (15450, 2599, 'Johore, Malaysia', 'I''m at National Orchid Garden @ Singapore Botanic Gardens (Singapore, Singapore) http://t.co/fbdOgN7H'), (15451, 2085, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 8 others http://t.co/roJ7nP8J'), (15452, 7, 'Johore, Malaysia', '@echaashadi Eleh manja nya. Buatpe syg?'), (15453, 3785, 'Johor Bahru, Johore', 'Meeting Daniel.Buying MW3 for PC. (@ Funzcentre) http://t.co/Rz7tFmc5'), (15454, 1452, 'Johor Bahru, Johore', '@RyannnnnW HAHHAHA CYCLING LA. NEXT TIME WE WILL KAYU. NO MORE PASIR RIS'), (15455, 3582, 'Johor Bahru, Johore', 'I''m at Bakery Point @ Khatib MRT http://t.co/49rFnJ1a'), (15456, 3842, 'Johore, Malaysia', 'Ball so hard, bitch behave. #np'), (15457, 2088, 'Johor Bahru, Johore', 'Thank You, Ya Allah..!!!'), (15458, 1054, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 5 others http://t.co/9IcEj3zZ'), (15459, 1467, 'Pulai, Johor Bahru', '@suhaimiAini @mikenakemane @badridainial xpa bg die trening telinga dulu'), (15460, 3233, 'Singapore', 'think i expend to much energy yesterday. need coffee to stay awake now. damnit'), (15461, 3862, 'Johore, Malaysia', 'The Story of ''Keep Calm and Carry On'' http://t.co/UL5D7whv'), (15462, 3863, 'Johor Bahru, Johore', 'dgn aku cpt je kau nak kbye . oh okay fne :'')'), (15463, 3573, 'Plentong, Johor Bahru', '@NurainHasan sy geram tngok awk. cecubit pipi awk smpai merah bleh? huhu'), (15464, 58, 'Malaysia', '@limited_Pookki3 อือ ๆ กูนอนก่อน'), (15465, 3864, 'Johor Bahru, Johore', 'Kenna boot out of my com lab by the iMedia club students! Having my lonely lunch now... Ahhahahaha http://t.co/TebAEf4A'), (15466, 1588, 'Johor Bahru, Johore', 'I''m at Circle Line Train http://t.co/wnHv9ofX'), (15467, 2418, 'Johor Bahru, Johore', 'I CANT DO THE BLOODY FUNCTION.'), (15468, 1054, 'Johore, Malaysia', 'I''m at Jurong East Temporary Bus Interchange (Singapore, Singapore) w/ 2 others http://t.co/ylUQ9YeA'), (15469, 3723, 'Johore, Malaysia', 'Minnie ice ball!! &lt;3 @ Singapore Indoor Stadium http://t.co/oREHsMpI'), (15470, 2001, 'Johor Bahru, Johore', 'I''m at The Manhattan Fish Market (Singapore) http://t.co/Qpnjyjzo'), (15471, 3331, 'Johore, Malaysia', 'I''m at East Coast Park (Singapore, Singapore) w/ 6 others http://t.co/31MXlsRT'), (15472, 2846, 'Johor Bahru, Johore', '@chiawenfang is cutting all her hair off.  (@ Live Culture Hair &amp; Beauty Salon w/ @chiawenfang) http://t.co/hDKTHCJd'), (15473, 40, 'Johor Bahru, Johore', 'Bball anyone? :('), (15474, 264, 'Singapore', '@LAMSHITKAYYYY_ tsk...'), (15475, 3865, 'Johore, Malaysia', 'Make the cakes goes wils.... (@ Graze) http://t.co/tcSPUS2v'), (15476, 3096, 'Johor Bahru, Johore', 'I''m at Home http://t.co/KvscTkDB'), (15477, 3644, 'Johor Bahru, Johore', 'Alot sia hmwk_|_'), (15478, 3866, 'Plentong, Johor Bahru', '@khairulDam @suhaimiAini @badridainial meme la bad dh pandai reply twett. Mie tok gurunya'), (15479, 181, 'Johore, Malaysia', 'Kk national player sorry laaa.. Jangan post gambar...'), (15480, 3842, 'Johore, Malaysia', 'DAT SHIT CRAY'), (15481, 1779, 'Johore, Malaysia', 'I''m at chinatown 牛车水 http://t.co/Kc9FuUQk'), (15482, 1155, 'Johore, Malaysia', 'I''m at Bugis Street (Singapore) w/ 13 others http://t.co/1NIoqOh3'), (15483, 1109, 'Johor Bahru, Johore', '@Queenie_Chanel Aiyo tctc yaaaaaa!! Okkay, jiayou! &lt;3'), (15484, 1586, 'Plentong, Johor Bahru', 'ohh benci nya aku dengan org yg masuk bakul angkat sendiri. shit!'), (15485, 2588, 'Johor Bahru, Johore', '@yukayuhara love birds.:D'), (15486, 3867, 'Johor Bahru, Johore', 'I''m at Casa De Gordon http://t.co/KDgxAEwl'), (15487, 3868, 'Johore, Malaysia', '上学去鸟 (@ 7-Eleven) http://t.co/1PkTJQjK'), (15488, 3863, 'Johor Bahru, Johore', 'lama dah org tak nyanyi for me . oh takpelah dah single kan nak buat cano . brrrbbb'), (15489, 1522, 'Johor Bahru, Johore', '@yeelinlicious a pin is what you put on a board. Like in real life. LOL.'), (15490, 1949, 'PETRONAS - KM 11 Jalan Skudai, Tebrau', 'I''m at Mcdonald''s Petronas Tampoi Drive-Thru (Johor Bahru, Johor) http://t.co/Wl64jCu6'), (15491, 1522, 'Johor Bahru, Johore', '@yeelinlicious it just has boards. Other than that it''s about the same.'), (15492, 2382, 'Johore, Malaysia', 'OMG IM AT ZUO YE 3 ALREADYYYYYY. NOT BAD NOT BAD'), (15493, 3527, 'Singapore', '@luckyz_syuQ syuq, bikimah bz. macam mane? :(('), (15494, 3869, 'Riau, Indonesia', '@KyleHughesGolf @richardatthey madness, good luck though... Hope you raise lots of monies'), (15495, 707, 'Indah Shopping Centre, Pulai', 'Makan balek (@ AEON Bukit Indah Shopping Centre w/ 2 others) [pic]: http://t.co/RM5b6Uwn'), (15496, 1586, 'Plentong, Johor Bahru', 'kalau nk ckp diri tu baek pn tak payah lah sampai nk buat fake acc n bgtau aku kau tu baek.'), (15497, 2622, 'Johore, Malaysia', 'B*tch, if you like him just say so.. It won''t hurt my feelings, it just makes me hate you even more.'), (15498, 3870, 'Singapore', 'LIAM HAD A TWITCAM! AWWWH I MISSED IT :('), (15499, 1452, 'Johor Bahru, Johore', '@Bazkil ALL THE SAME MEH. ARGH FUCK SHIT. Can just buy from Bishan or not!!'), (15500, 1467, 'Pulai, Johor Bahru', '@mikenakemane @suhaimiaini @badridainial baru diajor ni haaaaaa'), (15501, 3489, 'Pulai, Johor Bahru', '@NurshafiqaR cececece nak kalis pulakk haha :P http://t.co/DkPGQhAH'), (15502, 1586, 'Plentong, Johor Bahru', 'menyanyah.'), (15503, 3871, 'Johor Bahru, Johore', 'I''m at Woodlands MRT Station (NS9) (Singapore, Singapore) http://t.co/NC3EzePH'), (15504, 181, 'Johore, Malaysia', '@haziqmustaffa @muhdluqmanaziz sounds fucking sore loser'), (15505, 58, 'Malaysia', 'http://t.co/LFqI9Zos'), (15506, 3842, 'Johore, Malaysia', 'Im in love........ with @Lysa_a''s phone.'), (15507, 2548, 'Malaysia', '@umppppp จะรอนะ จุ้บบๆ ;3'), (15508, 2495, 'Johor Bahru, Johore', 'Cold sia.. Forget bring jacket!'), (15509, 2548, 'Malaysia', '@MaifahMaimai แล้ววๆ (:'), (15510, 3872, 'Johor Bahru, Johore', '筆と刃物から出る偶然だと? アッ!'), (15511, 73, 'Johor Bahru, Johore', 'I live my phone theme . TEEHEE .'), (15512, 399, 'Johore, Malaysia', '@RyannnnnW Yes the nurse said that it isn''t genetic! But the nurse said that the things I do don’t affect the spine. I am cursed.'), (15513, 1043, 'Johor Bahru, Johore', 'opung boruuuuu!!! Gracy ngak iso bobo nich!!! ngak ada yg nemenin dirumah! mana siy opu... (at Regent Heights) [pic] — http://t.co/ifiyj4Hj'), (15514, 3823, 'Johore, Malaysia', '@darylweeee orchard central~'), (15515, 458, 'Malaysia', 'ไม่มีอารมอีกแล้วว เปนรัยว้าา T^T เซง =3='), (15516, 3812, 'Kota Tinggi, Johore', '@Kashif_DaBowss haha brutal?'), (15517, 73, 'Johor Bahru, Johore', '*Love'), (15518, 3758, 'Johor Bahru, Johore', '@bummess สิงห์บุรี55555 เดี๋ยวซื้อของไปฝากก'), (15519, 2548, 'Malaysia', '@Tukoby @aaaaaaaew กูก็คิดว่าอย่างนั้น / เหมือนบ้าเลยพวกกู -0-'), (15520, 84, 'Johor Bahru, Johore', '@AngelusChan you can do it!!^^'), (15521, 3873, 'Plentong, Johor Bahru', 'I''m at Wamwam''s emo site. http://t.co/qp1BRHZw'), (15522, 888, 'Johor Bahru, Johore', 'lunch with team CE! (at Sushi Tei) — http://t.co/55YPfyAj'), (15523, 3863, 'Johor Bahru, Johore', 'she with she ? hahahahhaha watapak , janji tinggal janji . eh manusia mmg acentu . leeekk ahh'), (15524, 72, 'Kota Tinggi, Johore', '@its_mumu okayyyyy~ haha'), (15525, 902, 'Johore, Malaysia', 'Waiting for 506 heading bak school :( (@ Bus Stop @ Eunos Link) http://t.co/8QMtPeXf'), (15526, 2548, 'Malaysia', '@aaaaaaaew @Tukoby กูว่ากูชนะนะ :p'), (15527, 576, 'Johor Bahru, Johore', 'I will not reply to 1-2 word text msgsss, #annoying'), (15528, 458, 'Malaysia', 'ไม่ใช่เซงอะไร เซงเกรดนิ้ &gt;O&lt;'' ฮือออ ครูค่าบบอกผมผิดทีเถอะ'), (15529, 467, 'Johore, Malaysia', 'RT “@TODAYonline: SBS Transit NEL disruption now even longer than 7-hour outage SMRT suffered in Dec http://t.co/v3x7Amqo”'), (15530, 14, 'Johor Bahru, Johore', '“@DayumEla: I have no mood for homework. Who on earth wants to do homework on the holidays?”'), (15531, 3634, 'Johor Bahru, Johore', 'where''s the guy that used to wait for me even if it takes 3 hours? :''('), (15532, 1586, 'Plentong, Johor Bahru', 'kau pompuan 2org 2x5'), (15533, 84, 'Johor Bahru, Johore', '@SMileverl0ve @jae_jerome oohh.. Then erm you need me help you order?'), (15534, 2516, 'Johore, Malaysia', 'SO FREAKING BORED AND HUNGRY'), (15535, 3874, 'Plentong, Johor Bahru', 'Another management meeting. My boss look extremely pleasant.'), (15536, 3047, 'Johore, Malaysia', 'Eatingggg! (; (@ Pastamania @ Parkway Parade) http://t.co/9C8hnyHJ'), (15537, 3869, 'Riau, Indonesia', 'Retweet if you love Norwich City FC! they are doing us proud #ncfc #greenarmy #OTBC'), (15538, 3875, 'Johore, Malaysia', 'Otw to bb!'), (15539, 2382, 'Johore, Malaysia', ':DDDDDDDDDD WOOOOOHOOOOO'), (15540, 2635, 'Johor Bahru, Johore', '@Boythunder913 hey bt. I''d like to apologize about the beliebers behaviour. They r being damn lame and rude. sorry k? Don''t cry.'), (15541, 2050, 'Johor Bahru, Johore', 'It''s been so long since I last saw this smile on his face @adamjosephj @ Woodlands Drive 16 http://t.co/tMQE54Br'), (15542, 3633, 'Johore, Malaysia', 'I don''t like this empty feeling leyh..........'), (15543, 902, 'Johore, Malaysia', '@IRISKK i''ll msg u...'), (15544, 7, 'Johore, Malaysia', 'Mana nak cari duit 500rat =.= Shit!'), (15545, 3573, 'Plentong, Johor Bahru', 'kate ninja, buat skil hilang bayang tu la. =p RT @YuFakhrulLah: Aaaa.basah sudah seluar T_T .SAPA ADA KERETA HANTARKAN AKU KE KICT PLS.'), (15546, 3842, 'Johore, Malaysia', 'Ok @Lysa_a is asking me to stop using her phone. Haha ok goodbye lovely pipol. xoxo Mwah'), (15547, 2889, 'Johore, Malaysia', '"@Lipstickstainz: I miss the time when I actually meant something to you."'), (15548, 2382, 'Johore, Malaysia', 'Omg please let this be the first holiday since sec 1 that i completed all my hwk.'), (15549, 3863, 'Johor Bahru, Johore', 'couple lagi penting bg kau . k aku single , ibu lagi penting (Y) :'')'), (15550, 221, 'Malaysia', '@seesom_s คร๊าบบ เช่นกันนะ :'')'), (15551, 3876, 'Johore, Malaysia', 'I''m at ITE College East (Singapore, Singapore) http://t.co/gKgCqNao'), (15552, 3874, 'Plentong, Johor Bahru', 'Stop commenting that i lost weight. Nak bodek lettew.'), (15553, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz got so saddening meh? :o I thought they end cca at April whut'), (15554, 1109, 'Johor Bahru, Johore', '@Ckytveryshiny ^^'), (15555, 2548, 'Malaysia', '@umppppp คิคิ รักหรอกน่า(:'), (15556, 3665, 'Johore, Malaysia', 'I''m at Raffles City Shopping Centre (Singapore) w/ 10 others http://t.co/lvapWtUX'), (15557, 256, 'Johor Bahru, Johore', 'Push push baby'), (15558, 58, 'Malaysia', 'นอนก่อนเน้อ ! ฝันหวานทุกคน'), (15559, 1898, 'Johore, Malaysia', 'Kung may mga taong sadyang hindi ka pinapahalagahan...mas mabuting ipamukha mo sa kanila na HINDI SILA KAWALAN!'), (15560, 3863, 'Johor Bahru, Johore', 'tangan kaki lebam . cerita dia now dah makin bengkak . apak sakit gila lah wei'), (15561, 3877, 'Malaysia', 'ไม่ได้กินนานแล้ว (@ มันเดือย หน้าสถานีรถไฟ w/ 3 others) [pic]: http://t.co/ZqloZl7Q'), (15562, 1343, 'Johor Bahru, Johore', 'RT“@TODAYonline: SBS Transit NEL disruption now even longer than 7-hour outage SMRT suffered in Dec http://t.co/nqRsmXfP”'), (15563, 3878, 'Johore, Malaysia', '@yoseupz just feel you (:'), (15564, 3024, 'Kulai Jaya, Johore', '@WOOOAHHHbuffet HAHAHAAHAHAHHAHAHAHAHAHAAAAHAH'), (15565, 3827, 'Johore, Malaysia', 'Me and Rara http://t.co/j6TfBZoY'), (15566, 3236, 'Indonesia', '@CodySimpson wish u to have a beautifull dream about ur fans...Lol ^_^'), (15567, 908, 'Johor Bahru, Johore', 'YA AND THEY NEED IT BADLY RT "@Retwittings: #SomePeopleNeedTo learn how to use deodorant."'), (15568, 3527, 'Singapore', '@luckyz_syuQ yaa... asal? n kau turon sini sorg ke?'), (15569, 84, 'Johor Bahru, Johore', '@AngelusChan aiyo! Rest well! Drink more water'), (15570, 1140, 'Johore, Malaysia', '@kickassredlips @thiveebeanie hahahaha how do you make it private babe?'), (15571, 3828, 'Plentong, Johor Bahru', 'Ramai yg stalk awak punya wall FB :)'), (15572, 3879, 'Johore, Malaysia', '@pamjeanne liberating right? Told ya. UCSC admission out tdy. Nervous much. Will tell ya how it goes.'), (15573, 2548, 'Malaysia', '@aaaaaaaew @Tukoby จุ้บ .'), (15574, 1236, 'Johore, Malaysia', '@ibiebergreyson_ true!!'), (15575, 2587, 'Johor Bahru, Johore', 'cant wait for tmr&gt;_&lt; @CelineTJW @Vinnie_Kpoping'), (15576, 738, 'Johore, Malaysia', 'I''m at ICA @ Lavender w/ 4 others http://t.co/JZQOFcxF'), (15577, 2755, 'Johor Bahru, Johore', '@salwazie then the whole of 3yrs pun I leh claim ar???'), (15578, 1988, 'Johore, Malaysia', 'I''m at Merlion Park - Singapore w/ 3 others [pic]: http://t.co/UZFxlOPZ'), (15579, 1522, 'Johor Bahru, Johore', '@vforvanity when is it out?'), (15580, 1141, 'Kota Tinggi, Johore', '@JoanneSings ou nga. good for you ate! sana sken din.'), (15581, 3880, 'Johore, Malaysia', '@YUVSTRONG12 All the best yuvi... We r waiting to see u on the field...'), (15582, 76, 'Malaysia', '@Krean_sas @Lynnzii_Ln @GGN_Pimmy @Garg_sas คนที่ดีดเปียโนอยู่ด้านหลังใครอ่ะ ? หน้าคล้ายๆ น้องพุดว่ะ [หรือกูเพ้อถึงพุดมากเกินว่ะ ?]'), (15583, 520, 'Pontian, Johore', '@asraffothman gila'), (15584, 834, 'Johore, Malaysia', 'I just ousted Angie Gigi V. as the mayor of Ecogarden @ Science Centre on @foursquare! http://t.co/HB4KoFvS'), (15585, 597, 'Johor Bahru, Johore', 'it''s not that I don''t want to change my hairstyle. it''s just that everytime I do, its kinda screwed up. :/'), (15586, 1109, 'Johor Bahru, Johore', '@lovedropcxz Hehe y dun u do it too? :D'), (15587, 3881, 'Plentong, Johor Bahru', 'I''m at Konsulat Jeneral Republik Indonesia http://t.co/zHEwQN6h'), (15588, 3882, 'Johor Bahru, Johore', 'I''m at 888 Plaza (Singapore, Singapore) http://t.co/9K49j3M2'), (15589, 2050, 'Johor Bahru, Johore', 'What about me, Joe? :''/ @ Wlds Dr 16 http://t.co/OPdDJFpe'), (15590, 3883, 'Malaysia', 'Alone ^^ (@ Hat Yai International Airport (HDY) ท่าอากาศยานนานาชาติหาดใหญ่ w/ 6 others) http://t.co/wm5QS2NC'), (15591, 3884, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 13 others http://t.co/MKlSuQ4P'), (15592, 232, 'Johore, Malaysia', '@tomokaakomot うが!'), (15593, 3885, 'Plentong, Johor Bahru', '@fieyooo Sangatttt :'') Pukul 9 lebih baru sampai rumah tahu?'), (15594, 3886, 'Johor Bahru, Johore', 'With @_hyuniquejvanz :&gt; (@ Sakae Sushi) http://t.co/kN70iga6'), (15595, 3307, 'Johore, Malaysia', '@Cong_Ying LOKIE. &lt;3'), (15596, 1860, 'Johore, Malaysia', 'Distance means so little when someone means so much. &lt;3'), (15597, 7, 'Johore, Malaysia', '@Ayishcepot Haha kau rompakkan untuk aku :P'), (15598, 399, 'Johore, Malaysia', '@ShermaineLoh Yes ok, on the 27th is my appointment! I am so amused by my X-ray hehehe ☺'), (15599, 1895, 'Johor Bahru, Johore', 'Out to meet lovelies~'), (15600, 3870, 'Singapore', '@NiallOfficial Awwww Nialler :)'), (15601, 2432, 'Johor Bahru, Johore', 'Need to do till like this meh ? He ask u go u fly go u ask u go u say no ... Sua lor let''s be classmate only thn'), (15602, 3672, 'Johor Bahru, Johore', 'I''m at KOI Café (Singapore) http://t.co/QWrWXu8w'), (15603, 7, 'Johore, Malaysia', '@FarrahMohd Haha sayang ah nak keluarkan duit dkt bank =.='); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (15604, 7, 'Johore, Malaysia', '@AfiqMaulani Okay bolehlah ni :P hahaha'), (15605, 3887, 'Kota Tinggi, Johore', 'going to start studying... @ Starbucks http://t.co/epc9hB2B'), (15606, 72, 'Kota Tinggi, Johore', '@its_mumu anyth.. Hahaha'), (15607, 81, 'Johore, Malaysia', 'amy merepek'), (15608, 3452, 'Johore, Malaysia', '@Roseskisses idk leh HAHAHHA'), (15609, 3888, 'Johore, Malaysia', 'I was on fb and saw like almost everyone fb status is on the latest news of SMRT... Lol'), (15610, 3889, 'Johore, Malaysia', 'Hope you''re alright.'), (15611, 2495, 'Johor Bahru, Johore', 'Oh well.. Done listening to Lady Gaga songs.. Next is Greyson chance! Haha'), (15612, 908, 'Johor Bahru, Johore', 'IDGAF :) RT "@SoDamnTrue: That awkward moment when someone skinnier than you says "I''m so fat." and you stand there like. -__-"'), (15613, 3890, 'Johor Bahru, Johore', 'I''m at Admiralty MRT Station (NS10) (Singapore, Singapore) w/ 6 others http://t.co/VX2Fywog'), (15614, 3891, 'Tebrau, Johor Bahru', '@TanJouyi haha..btw thanks darling and sorry for disturbing u all last nite!'), (15615, 221, 'Malaysia', '@seesom_s g0o เจน คร๊าบ :)'), (15616, 2635, 'Johor Bahru, Johore', 'The BELIEBERS are being super rude to bt. EHHH, HE''S HELPING US AND HE ACTUALLY SPENT MONEY ON US. GIVE HIM A FUCKING BREAK.'), (15617, 3892, 'Johore, Malaysia', 'Caramelised banana for lunch w @khairuddin88 @ Strictly Pancakes http://t.co/MpQDb7a6'), (15618, 3810, 'Singapore', '@nathania_lim gotta do hw now .bye'), (15619, 1911, 'Johore, Malaysia', 'Wheres the leaning shoulder to lean on?'), (15620, 2664, 'Plentong, Johor Bahru', 'aku rindu sayang kamu'), (15621, 1109, 'Johor Bahru, Johore', 'Gg cont doin ss. :) N watch dream high2! :D'), (15622, 3893, 'Pulai, Johor Bahru', 'This one''s not bad ;) (@ Starbucks Coffee Aeon Bukit Indah) http://t.co/gxT7QqPa'), (15623, 2373, 'Johore, Malaysia', 'OMG I left the sketchbook at school T_T fml .'), (15624, 3422, 'Johor Bahru, Johore', 'Damn, suddenly one bunch of xdd and xmm come up the bus. SUPER NOISY.'), (15625, 3894, 'Johor Bahru, Johore', 'I''m at Temasek Design School (Singapore) http://t.co/kVEtd3R2'), (15626, 3891, 'Tebrau, Johor Bahru', '@yunie105 relaxxxxxx~~~haha...'), (15627, 3645, 'Johore, Malaysia', 'Some passenger''s waffle smells damn nice! Whose one ahhh?! Can share? :D'), (15628, 3024, 'Kulai Jaya, Johore', 'Seram siol aku tengok #AmukanPocong ni. Iklan dia je dah buat aku terpekik, apa lagi citernya nanti @tv3malaysia'), (15629, 1452, 'Johor Bahru, Johore', '@Bazkil WHY DIDN''T YOU ANSWER MY CALL JUST NOW ;_; ::::::::::::::''((((('), (15630, 3544, 'Johore, Malaysia', '@iemweiswois what did you dream of? :))'), (15631, 1141, 'Kota Tinggi, Johore', '@jmerryldc hihihi. san kau gumala?'), (15632, 3497, 'Johor Bahru, Johore', 'Finally can sit down uh . After the super super slow &amp; long walk at tamp 1 (@ Eastlink Mall Food Court) http://t.co/RhU4xjfg'), (15633, 3527, 'Johore, Malaysia', '@luckyz_syuQ serious?? wahh seyh~ :O'), (15634, 3894, 'Johor Bahru, Johore', 'I''m at CAD Lab @ Temasek Design School (Tampines) http://t.co/T5dCaxcp'), (15635, 3895, 'Johor Bahru, Johore', 'I just became the mayor of Sheltered Area on @foursquare! http://t.co/JiHuhCJZ'), (15636, 2330, 'Johor Bahru, Johore', 'Studying with ahboy in library. Hehehee he''s freeezinggg.. :)'), (15637, 2896, 'Johor Bahru, Johore', '@wani_ar tlg cekkan aku punyer..bley cik waniar?..'), (15638, 3896, 'Johore, Malaysia', '@NJingxian @junjieeeeeeee @jolene_boniface @desmondtan12 hi all'), (15639, 1872, 'Johore, Malaysia', 'Gimme something for the next 2.5 hours!! :('), (15640, 1201, 'Johore, Malaysia', 'Im lost :( (@ NUH Main Building) http://t.co/kqU0wCfR'), (15641, 3017, 'Johore, Malaysia', '@stickafork ok for?'), (15642, 3664, 'Plentong, Johor Bahru', 'Hantar Lukman. (@ Taman Sri Bahagia, Tampoi) http://t.co/zwi24FZN'), (15643, 3897, 'Johor Bahru, Johore', 'I''m at Cotton On (Singapore) http://t.co/CVkTXRPr'), (15644, 3898, 'Johore, Malaysia', 'The terkenchit journey -,- haizz'), (15645, 1179, 'Johore, Malaysia', 'I''m at CSM Shuttle Bus http://t.co/ExCyn1Al'), (15646, 3561, 'Riau, Indonesia', 'sesak nafas law teringt qmu...bkin emosi jadiny'), (15647, 552, 'Johore, Malaysia', '@LongisBored lol , hahahas turnout ;)'), (15648, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz :/ I shall leave you to your sadness. :D cryyyyyyyy :('), (15649, 1467, 'Pulai, Johor Bahru', '@mikenakemane @badridainial @suhaimiaini peh....mengadu!'), (15650, 3681, 'Johor Bahru, Johore', 'I''m at AhBoi''s Crib http://t.co/KqYIug4u'), (15651, 2330, 'Johor Bahru, Johore', '@manutd4ever06 ): he forgot wht its about!! ):'), (15652, 440, 'Johor Bahru, Johore', 'Omg. I''m so bored'), (15653, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU I THOUGHT YOU SWIMMING ?? How come can use phone in the water de ??!'), (15654, 2548, 'Malaysia', '@aaaaaaaew @Tukoby ไอบ้าาาาา -o-'), (15655, 3899, 'Johore, Malaysia', 'I''m at Fusionopolis (Singapore, Singapore) w/ 3 others http://t.co/tRzbBHO1'), (15656, 72, 'Kota Tinggi, Johore', '@its_mumu cannot! Hahah! Anyth laaa!'), (15657, 1217, 'Johore, Malaysia', '@mrYONGDINGFEIBO TRYING!!!'), (15658, 2069, 'Johore, Malaysia', 'I''m at Makan Place (Singapore) w/ 2 others http://t.co/NLh77kQb'), (15659, 3897, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) w/ @linyenhung http://t.co/8W0iGcMN'), (15660, 2884, 'Tebrau, Johor Bahru', 'I''m at Pasha Hair Studio (新山, 柔佛州) [pic]: http://t.co/E4ZmwkPC'), (15661, 440, 'Johor Bahru, Johore', 'People I don''t want to talk to are bothering me. Wth.'), (15662, 440, 'Johor Bahru, Johore', 'Omg'), (15663, 1307, 'Senai Kulai, Kulai Jaya', 'Visiting (@ Johor Premium Outlets w/ 11 others) http://t.co/exzVLoIR'), (15664, 3005, 'Johore, Malaysia', 'My okay drawing of a really pretty girl. http://t.co/vkCA411q'), (15665, 3465, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 20 others http://t.co/9TYGeEJ0'), (15666, 3900, 'Johor Bahru, Johore', 'I''m at BURGER KING® (Singapore, Singapore) http://t.co/dv2q4ivt'), (15667, 3901, 'Johor Bahru, Johore', 'I''m at Deyi Secondary School (Singapore, Singapore) http://t.co/7GvmVvOD'), (15668, 210, 'Johore, Malaysia', 'RT @vannitan: Like you ah hahaha dog face'), (15669, 3896, 'Johore, Malaysia', 'Fuck working life'), (15670, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh '), (15671, 3294, 'Johore, Malaysia', '[U ]-Ubiquitous[ K]-Korean [ I ] -International (Idol) [ S ] -Super [ S ] -Star \\m/'), (15672, 1467, 'Pulai, Johor Bahru', '@mikenakemane @badridainial @suhaimiaini @ybjaissarday mike menipuuuu mane ad yb punye twitter tu! Kuang ajo'), (15673, 3878, 'Johore, Malaysia', '@yoseupz haha! Relax kay. You are in advantage if you take it easy. Let karma fuck them up instead. Don''t make yourself angry. No point'), (15674, 1217, 'Johore, Malaysia', 'I shld buy sweets to work next time(:'), (15675, 1190, 'Johor Bahru, Johore', '@cynthianxh ❤! are you at Henderson wave yet!'), (15676, 2896, 'Plentong, Johor Bahru', 'Tlg la jgn blackout lame2,tahap kerajinan aku xtahan lame.skang tengah rajin nie..'), (15677, 1141, 'Kota Tinggi, Johore', '@detective_KENan ika kaya maginvest time effort love emotions for more than 3years, tpus maghiwalay, len ku mo, hahahahaha.'), (15678, 1513, 'Johore, Malaysia', 'I''m at CSM Shuttle Bus w/ @twoscenarios http://t.co/R788iwTx'), (15679, 1467, 'Pulai, Johor Bahru', '@EjamElfNemo rambut xde pon masuk saloon ke'), (15680, 3247, 'Johore, Malaysia', 'RT @FORBIDDENEDLOVE This is like one of my worst holidays ever.'), (15681, 3902, 'Tebrau City Shopping Centre, Tebrau', 'Dengan kakak (@ AEON Tebrau City Shopping Centre) http://t.co/9MXyWcOg'), (15682, 3903, 'Johore, Malaysia', 'I''m at Bedok MRT Station (EW5) (Singapore, Singapore) w/ 2 others http://t.co/reZQNie3'), (15683, 3452, 'Johore, Malaysia', 'Lobe my class @whattheasyraf @burntmittens @WilnethL @herwhispers @zomgitsnawar @alyaroux @tastesoursugar http://t.co/FzUdgDL8'), (15684, 276, 'Johor Bahru, Johore', '@Aiman_R9 hahahaha sajaaa'), (15685, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU HAHAHAH WHERE GOT IPHONE IS WATER PROFF ONE I BET YOU TOO SCARED TO ENTER THE WATER'), (15686, 72, 'Kota Tinggi, Johore', '@its_mumu ;) faster come lehhh.'), (15687, 3316, 'Johore, Malaysia', 'I''m at Isetan Orchard (Singapore, Singapore) http://t.co/fyVR2ufe'), (15688, 3573, 'Plentong, Johor Bahru', '@NurainHasan xpe..nk jugak *gigit2 pipi*'), (15689, 3425, 'Johore, Malaysia', 'I''m at APAC Law Corporation http://t.co/Df5zDG5p'), (15690, 3527, 'Johore, Malaysia', '@luckyz_syuQ then sat nk jmpe pt ne?'), (15691, 3574, 'Johore, Malaysia', 'Cakie! (@ Bakerzin (Suntec City)) [pic]: http://t.co/acBikncj'), (15692, 3538, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 5 others http://t.co/RD0awLkZ'), (15693, 3885, 'Plentong, Johor Bahru', '@ainzz_zain shamalatha'), (15694, 3658, 'Johor Bahru, Johore', '@ipissedglitter haha yaaa! At your house !? But me and sy got poa supp in the morning ;('), (15695, 3904, 'Senai Kulai, Kulai Jaya', 'Xbest tul gado dgn bos sendiri....'), (15696, 7, 'Johore, Malaysia', '@AfiqMaulani Haha hamboi fikir kemanatu? Haha'), (15697, 3905, 'Johor Bahru, Johore', 'hmp!'), (15698, 3863, 'Johor Bahru, Johore', 'sbeing straight . fullstop .'), (15699, 3891, 'Tebrau, Johor Bahru', '@TanJouyi haha..then next week I accompany u :)'), (15700, 3583, 'Indonesia', '@viskafwnda apa aja bisa kok'), (15701, 2573, 'Plentong, Johor Bahru', 'I''m home ! (@ Shahroom''s Crib) http://t.co/zkOzbYAn'), (15702, 7, 'Johore, Malaysia', '@FarrahMohd Haha nti kena tangkap mcm mana?'), (15703, 2896, 'Plentong, Johor Bahru', '@wani_ar bg no ic aku kt sini xbahaya ke?kang org tau umur sbenar aku kang..hehe..'), (15704, 1899, 'Johor Bahru, Johore', 'Think i goinh buy cupcake die i addicted'), (15705, 825, 'Johore, Malaysia', '''Life is good, life is great. Always love and never hate. Break the rules, stand apart. Ignore your head and follow your heart.''\n\nHapon :)'), (15706, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz awwwwh :( so sad'), (15707, 3906, 'Johore, Malaysia', 'Helping bro with his history project. I''m sucha great sister.. :3 (@ Armenian Church of St Gregory the Illuminator) http://t.co/tsB44QXn'), (15708, 3870, 'Singapore', 'There''s not an interview where the boys do not say " MASSIVE THANK YOU" its so adorable. :)'), (15709, 7, 'Johore, Malaysia', '@echaashadi Cerita apa? Baring je. Bosanlah. Whoa ada olang lindu ite ahh. Muah ikit :*'), (15710, 3658, 'Johor Bahru, Johore', '@ipissedglitter yeaaaa okay! :)'), (15711, 2864, 'Tebrau, Johor Bahru', '@weishangoh promise??u better dun run away!!!hahaha'), (15712, 1213, 'Johor Bahru, Johore', 'I adore a great cup of coffee..'), (15713, 123, 'Johore, Malaysia', '@stephhlalala no la haven confirm lol but got bad feelings cause sj is nominated zzz lol'), (15714, 1601, 'Plentong, Johor Bahru', 'I''m at Jalan Tangki Air http://t.co/mHfMfSyw'), (15715, 3771, 'Riau, Indonesia', 'kite cuti - cuti 1 malaysie saje, jimat - jimat siket ...'), (15716, 2864, 'Tebrau, Johor Bahru', '@JadynLow @weishangoh yeah..finally it''s over....'), (15717, 3908, 'Johor Bahru, Johore', '人心险恶'), (15718, 1138, 'Johor Bahru, Johore', '@matieuxx that Stallman ? http://t.co/yKx7sF2m #troll ;)'), (15719, 185, 'Singapore', 'CHELSEA 4-1 FTWWWWWWW'), (15720, 3909, 'Sungai Tiram, Johor Bahru', 'I''m at EEW Sdn Bhd (Pasir Gudang, Johor) http://t.co/KLunwrIq'), (15721, 3910, 'Johore, Malaysia', 'Chill time (@ ION Orchard w/ 19 others) http://t.co/l8BLwyww'), (15722, 660, 'Plentong, Johor Bahru', 'bangun2 terus check handphone betul2 ke ada msg ? ohh tak , mimpi je rupanya :/'), (15723, 3863, 'Johor Bahru, Johore', '@Bakar_kechix mmg tgh sabar --'''), (15724, 185, 'Singapore', 'we made history - di matteo'), (15725, 3904, 'Senai Kulai, Kulai Jaya', 'Chow from VS.. Now meeting @ Dyson pulak..;('), (15726, 430, 'Johore, Malaysia', '@mthrh ni part da dashdotdash lame laa. Update to ios 5.1 plus jailbreak la dei.'), (15727, 1085, 'Johor Bahru, Johore', 'I just ousted Geer Y. as the mayor of Ang Mo Kio Techplace II on @foursquare! http://t.co/yPmSdBoc'), (15728, 1085, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Techplace II (Singapore) http://t.co/2Ph7akzU'), (15729, 3857, 'Johor Bahru, Johore', '@MohamedHydar hahahaa.... Go n enjoy ur ice cream :D http://t.co/X8pJlPSo'), (15730, 3307, 'Johore, Malaysia', '@Cong_Ying fuck who'), (15731, 2826, 'Johore, Malaysia', 'I m missing SS4SG'), (15732, 1435, 'Johor Bahru, Johore', 'Zzz no more internet in 5 mins time .... dots dots dotties T.T'), (15733, 3785, 'Johor Bahru, Johore', 'I''m at Challenger (Singapore, Singapore) http://t.co/6UDzXAyM'), (15734, 1899, 'Johor Bahru, Johore', 'In pub and ipower'), (15735, 3600, 'Johore, Malaysia', 'I''m at ArtScience Museum (Singapore, Singapore) http://t.co/YEhuTUyP'), (15736, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz coz u no cry for them :( omg im just pure bored that I''m typing crap.'), (15737, 1741, 'Johore, Malaysia', 'Kau kuar masok tk tlg bile part busy kau buat bodoh ape maksod kau?'), (15738, 3249, 'Kota Tinggi, Johore', '@haphwaythere hahahahaha tak la. merepek je kau. siapa nak msg aku pagi pagi just to wish me good morning!'), (15739, 1109, 'Johor Bahru, Johore', '@lovedropcxz Haha. ;)'), (15740, 415, 'Johor Bahru, Johore', '@shootbanglove ofcuz tired la! But youth must live active lifestyle!'), (15741, 3911, 'Johore, Malaysia', 'At east coast park ...^^ biking...:)'), (15742, 3578, 'Johor Bahru, Johore', 'I think you knw dude. Youre just acting that you dnt. Terrible perr -.-'), (15743, 3885, 'Plentong, Johor Bahru', 'Haih orang gila pun tak drive macam kau'), (15744, 72, 'Kota Tinggi, Johore', '@its_mumu okay. Then you must do something... Later.. Say hi to my japanese friend later.'), (15745, 185, 'Singapore', 'real madrid is sick lol, ronaldo and benzema wtf'), (15746, 3912, 'Johor Bahru, Johore', 'I''m at ITE College West (Singapore) w/ 10 others http://t.co/dOrx7eif'), (15747, 440, 'Johor Bahru, Johore', 'Haiz. Should i go out makan or instant noodles?'), (15748, 3206, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) w/ 4 others http://t.co/JAST427G'), (15749, 13, 'Johore, Malaysia', '@thhaatSLUT eu wan come ?'), (15750, 3891, 'Tebrau, Johor Bahru', '@TanJouyi @jadynlow haha...tonight I need to chiong accounting:('), (15751, 3885, 'Plentong, Johor Bahru', '@ainzz_zain Pleasure'), (15752, 3913, 'Johore, Malaysia', '@SixthAveYP369 lol you at where'), (15753, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh me rite??? hah i know'), (15754, 3914, 'Johore, Malaysia', 'Lunch time v girl (@ Astons Specialties) http://t.co/LpKkBIGk'), (15755, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU HAHAHAH I HOPE YOU CAN LEARN SWIMMING !!!!! Don''t drown ! I know you will !'), (15756, 660, 'Plentong, Johor Bahru', 'perasaan dalam mimpi tu dgn perasaan sebenar kalau benda tu betul2 jadi , sama . tak tau nak excited atau sedih . hmm hmm'), (15757, 3915, 'Johore, Malaysia', 'Very stress... @ Equity Communications http://t.co/DIXwONDz'), (15758, 878, 'Johore, Malaysia', 'Panas bikin kerenget angin merusak rambut buset capek banget dari sentosa #__# http://t.co/RtpfyrWb'), (15759, 1988, 'Johore, Malaysia', 'I''m at Bridge On Singapore River [pic]: http://t.co/zYOazhwr'), (15760, 1043, 'Johore, Malaysia', 'YEAAAAAHHH!!! thank U JESUS for the mercy!!! ♫ Glorious by Bob Fitts (at New Creation Church Singapore (NCC)) — http://t.co/l1eNNu2w'), (15761, 2230, 'Singapore', 'i &lt;3 bubble tea!:)'), (15762, 3916, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) w/ 8 others http://t.co/hlgWbqSh'), (15763, 1190, 'Kota Tinggi, Johore', '@cynthianxh oh. LOL yall damn slow ley!!!'), (15764, 3527, 'Johore, Malaysia', '@luckyz_syuQ orite settle. kulrape?'), (15765, 185, 'Singapore', '@Heavencried9 playing?'), (15766, 3863, 'Johor Bahru, Johore', 'bdk fofular sng je dapat ape dia nak . lalala hot''s and cool kan , sape taknak .'), (15767, 1586, 'Plentong, Johor Bahru', 'apa sial bau taik!'), (15768, 2313, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 6 others http://t.co/jkIAzyqS'), (15769, 3572, 'Johor Bahru, Johore', 'Bringing the girls for a sundae treat! Yummy!! (@ McDonald''s) http://t.co/BkCRtvgM'), (15770, 3911, 'Johore, Malaysia', '@piggymoustache haha come to east coast nd biking with me lah...;D Hihi jkXD'), (15771, 3896, 'Johore, Malaysia', '@aloysiuscgh will 10 you?'), (15772, 3668, 'Johor Bahru, Johore', '@YUNXUANstitch okay thanks!'), (15773, 3917, 'Plentong, Johor Bahru', 'I''m full Alhamdulilah.'), (15774, 3249, 'Kota Tinggi, Johore', '@AdaAbd @ResidingInsideU @ayutametchi grrrr'), (15775, 3918, 'Plentong, Johor Bahru', 'I''m at Goreng Pisar Mawar (Johor Bahru, Johor) http://t.co/FxaT8p7i'), (15776, 2864, 'Tebrau, Johor Bahru', '@JadynLow @weishangoh i tink i will enjoy my weekend 1st only worry abt it.I still get @weishangoh 2 accompany me n of coz @JadynLow n Qin'), (15777, 2896, 'Plentong, Johor Bahru', '@wani_ar haha cet!! 861019565699..tlg2..'), (15778, 1670, 'Johor Bahru, Johore', 'I''m at Rainforest Kidzworld (Singapore, Singapore) http://t.co/U69bbo7Y'), (15779, 3432, 'Johore, Malaysia', 'Cian uncle cry cz he miss her daughter .. cedeyh pulak.. i will pray aites for u.. tys comng 27 obek dah kuar keyh http://t.co/G8q49hjV'), (15780, 1586, 'Plentong, Johor Bahru', 'dh besar2 pn berak dh tentu hala.'), (15781, 3489, 'Pulai, Johor Bahru', '@NurshafiqaR zorro tu bukan nama kucing psycho dia ke? Hahaha mmbr baik kau ni halusinasi teruk ni. Dgn kucing bercakap.'), (15782, 3668, 'Johor Bahru, Johore', ', so now what? Should i go amk hub.'), (15783, 3664, 'Tebrau, Johor Bahru', 'Ammar pulokk :p (@ Jalan Permatang 4/3, Kempas Baru, JB) http://t.co/boT9AknN'), (15784, 1237, 'Johor Bahru, Johore', '@xtwigsx I like it when top say shakalaka. Damn awesome'), (15785, 1467, 'Pulai, Johor Bahru', '@mikenakemane @badridainial @suhaimiaini @asmorisaahari hahahahaha @ayahpin'), (15786, 75, 'Malaysia', '@Pw_npbb อ่อออ ไปทำไรอ่ะ'), (15787, 1586, 'Plentong, Johor Bahru', 'sial gua dduk sebelah toilet.'), (15788, 3919, 'Johore, Malaysia', '@ardenysais @anixsuba Get ready!'), (15789, 2548, 'Malaysia', '@Tukoby จ้วบ -o-'), (15790, 2871, 'Kota Tinggi, Johore', '@Imfuckingsmart hi baby &lt;3'), (15791, 1324, 'Tebrau, Johor Bahru', 'I''m at RHB Bank Berhad (Johor Bahru, Johor) http://t.co/O9uvQzTy'), (15792, 3920, 'Johore, Malaysia', 'I am not sure for Singapore...ㅋㅋ'), (15793, 1883, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 20 others http://t.co/FwRZSoZB'), (15794, 3534, 'Plentong, Johor Bahru', 'Jln2..cci mte.. (@ City Square@Johor Shopping) http://t.co/In9FmdHt'), (15795, 1008, 'Johore, Malaysia', '@naddcsy hmm. Looks like im staying in the whole day today. :('), (15796, 2664, 'Plentong, Johor Bahru', 'nak tulis blog nak tulis blog :D'), (15797, 2739, 'Pulai, Johor Bahru', 'I''m at Tutti Frutti Sutera Utama (Johor Bahru, Johor) http://t.co/Xf1YfJn7'), (15798, 3863, 'Johor Bahru, Johore', '#BestThingAboutSingle credit aku banyak safe .'), (15799, 3921, 'Johor Bahru, Johore', '@SyuhadahZainee relax arh take a chill pill :P'), (15800, 342, 'Johore, Malaysia', '@klarycelim ah I free next week!next week ?:D'), (15801, 10, 'Johore, Malaysia', 'Treasure the person infront of you, before you realized that you''ve been holding on to a rock instead of a gem all these while.'), (15802, 1586, 'Plentong, Johor Bahru', 'memang kewak taik siapa yg panjang dlm mangkuk jamban tu! tak geti nk flush ke hoii! bangang!'), (15803, 3920, 'Johore, Malaysia', 'ㅋㅋ..i want!!:D'), (15804, 260, 'Johore, Malaysia', '@ZhungAnzxc @naaoomey what www i just woke up'), (15805, 181, 'Johore, Malaysia', 'tu kirekan da bnyk pe.. RT “@NRLHDH: 200 followers. girl kental? pun boleh la.”'), (15806, 2843, 'Johor Bahru, Johore', '@ElynnChua HI :D'), (15807, 3015, 'Johore, Malaysia', 'I''m at United Square (Singapore, Singapore) w/ 3 others http://t.co/etUAJATL'), (15808, 1467, 'Pulai, Johor Bahru', '@suhaimiAini @mikenakemane @badridainial @presidenbush hahaha @kak mah'), (15809, 2871, 'Kota Tinggi, Johore', 'See katek cock face http://t.co/wDdkEXPh'), (15810, 3863, 'Johor Bahru, Johore', '#BestThingAboutSingle credit hari hari ada .'), (15811, 399, 'Johor Bahru, Johore', '@xxBabydoll No idea actually, just abnormal growth of the spine!'), (15812, 660, 'Plentong, Johor Bahru', 'ohh btw , should be harini pergi buat passport dgn abah tapi takjadi . kenapa ntah . sbab aku tidur tak bangun2 kot . hihi'), (15813, 260, 'Johore, Malaysia', 'My 3G got problem wtf'), (15814, 3922, 'Johor Bahru, Johore', 'Just cleared immigration :-) (@ Terminal 2 w/ 16 others) [pic]: http://t.co/OdyDuVqH'), (15815, 632, 'Plentong, Johor Bahru', 'Aku tak tahu nak buat apa ah sekarang ni. Hm ramai sangat.'), (15816, 3923, 'Johore, Malaysia', 'I''m at Raffles City Shopping Centre (Singapore) w/ 10 others http://t.co/kxlFJHZv'), (15817, 3249, 'Johore, Malaysia', 'ehhhhhhhh handsome nye budak cina ni! hehehe *.*'), (15818, 3568, 'Johor Bahru, Johore', 'Tired!! (@ Fyla''s Dungeon) http://t.co/EltZdVAt'), (15819, 1586, 'Plentong, Johor Bahru', '@Nooraiysah @erzana23 kn kte dh ckp nanti kte beli kan awk blender buah tu hehehehe'), (15820, 520, 'Pontian, Johore', '@asraffothman baby luuuuuuuuu'), (15821, 260, 'Johore, Malaysia', 'Just woke up :0'), (15822, 1513, 'Johore, Malaysia', 'I''m at City Square Mall (Singapore) w/ 5 others http://t.co/pAwMGMVZ'), (15823, 415, 'Johor Bahru, Johore', '@ThisIDUsed @hellosaynengb since you waiting train my battle Mage la hahha!'), (15824, 3924, 'Johore, Malaysia', '@kar5365 hi'), (15825, 3925, 'Johor Bahru, Johore', 'Nak karaoke lagu SOFAZR lah!! Rinduu'), (15826, 185, 'Singapore', '@gikwangoppar LOLLLLLLLLL'), (15827, 3863, 'Johor Bahru, Johore', '#BestThingABoutSingle more time with all my friend . nak keluar takpayah nak ckp dkt bf/gf /.'), (15828, 3926, 'Johore, Malaysia', 'Yo :D'), (15829, 3839, 'Johor Bahru, Johore', '@SEXY_BANGS nak tgok uh ni!'), (15830, 7, 'Johore, Malaysia', '@AfiqMaulani Ecehh fiq konon :P Harini takeluar;'), (15831, 1421, 'Singapore', 'yay I now haz a Turkish fez hat!'), (15832, 1586, 'Plentong, Johor Bahru', 'air freshner anti bacteria. puiihh!'), (15833, 3927, 'Johore, Malaysia', 'I''m here to claim my rights as Mayor of this location. (@ Subordinate Courts) http://t.co/xMD7dPE5'), (15834, 399, 'Johor Bahru, Johore', '@ShermaineLoh Yes I will! Thank you for your concern hun ♥ Xo!'), (15835, 3870, 'Singapore', '#NiallFact Niall has Beyonce''s number in his phone. :0'), (15836, 3928, 'Johor Bahru, Johore', '@haarishakishor I don''t know. It''s trending worldwide.'), (15837, 3896, 'Johore, Malaysia', '@aloysiuscgh I at city hall'), (15838, 3929, 'Johore, Malaysia', 'I''m at Saipem Singapore Pte Ltd http://t.co/uEMRmklC'), (15839, 3930, 'Johor Bahru, Johore', 'Think she does not want to watch at all just wanna fight the tablet with me'), (15840, 514, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 16 others http://t.co/3CYGn97X'), (15841, 3636, 'Johore, Malaysia', 'wow tight schedule tomorrow'), (15842, 2871, 'Kota Tinggi, Johore', 'See dini cock face http://t.co/hj9cIapq'), (15843, 1586, 'Plentong, Johor Bahru', 'bau taik lagi kuat. omg :('), (15844, 72, 'Kota Tinggi, Johore', '@its_mumu consequence lorh! Hahah'), (15845, 7, 'Johore, Malaysia', '@echaashadi Hhaa cerita lama naik bosan tgk. Haha kereta takda ah nk keluar. Kul 6 kot keluar tgu kawan amik.'), (15846, 3896, 'Johore, Malaysia', 'April faster come'), (15847, 3931, 'Johore, Malaysia', 'Bowled Over! @ Orchid Bowl http://t.co/sUXLMsrc'), (15848, 3863, 'Johor Bahru, Johore', '#BestThingAboutSingle takpayah jaga hati orang (Y)'), (15849, 3024, 'Kulai Jaya, Johore', 'That stomp post ''What a ''privilege'' for airport cleaner to have lunch at passenger lounge'' is just.....'), (15850, 3932, 'Johore, Malaysia', 'a tv advert just said sweaters aren''t ''grandma'' style then they were showing celebs wearing them &amp; they showed caroline\nlmao'), (15851, 3933, 'Johore, Malaysia', 'Love of my life !! http://t.co/n1FU0YDe'), (15852, 3934, 'Johore, Malaysia', 'I''m at Xtreme SkatePark (Singapore, Singapore) http://t.co/VfkugSsV'), (15853, 3935, 'Johor Bahru, Johore', 'I''m at Aloha Chalet (Singapore) http://t.co/Q2XPXse5'), (15854, 2889, 'Johore, Malaysia', '"@VannVannnn: “@dailyteenwords: You make me smile when I talk to you.”"'), (15855, 7, 'Johore, Malaysia', '@FarrahMohd Okay bagus. ni mkn sayang dkt farah. Lol haha'), (15856, 3885, 'Plentong, Johor Bahru', 'Sedang menghafal lagu Mr Sexo Beat :D Nak suruh ezad main guitar lagu tu, Hehehe'), (15857, 2889, 'Johore, Malaysia', '"@fxtg88k: It''s annoying when some people assume they know everything. No you don''t, so stop acting like you do."'), (15858, 660, 'Plentong, Johor Bahru', '@WafiIshak memang memang !'), (15859, 3677, 'Johore, Malaysia', '我吃得起苦'), (15860, 2889, 'Johore, Malaysia', '"@juz10_1D: So sick of love songs. So tired of tears. So done with wishing, you were still here."'), (15861, 3936, 'Johore, Malaysia', 'Whaaaat''s up? @ Lala Land http://t.co/dzPFXN1K'), (15862, 3245, 'Plentong, Johor Bahru', '@julieannerossid uik?nk resign?knape u?nk keje laen ke?'), (15863, 2506, 'Senai Kulai, Kulai Jaya', 'Jln2.. (@ Johor Premium Outlets w/ 10 others) http://t.co/6tNs8LQ7'), (15864, 3024, 'Kulai Jaya, Johore', 'That cleaner is also a human okay. Kerja tu halal kan?'), (15865, 2115, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 14 others http://t.co/VwkqPCUd'), (15866, 3527, 'Johore, Malaysia', '@luckyz_syuQ 10am ? :''DD'), (15867, 3863, 'Johor Bahru, Johore', '#BestThingAboutSingle takpayah jaga hati someone (Y) . jaga hati sndiri lg bagus . jd selfish sometimes is good :)'), (15868, 221, 'Malaysia', 'เบื่ออ.. !!'), (15869, 260, 'Johore, Malaysia', '@ZhungAnzxc @naaoomey no $ with who so less ppl'), (15870, 2174, 'Johor Bahru, Johore', 'You give before you get. ~ Napoleon Hill'), (15871, 1741, 'Johore, Malaysia', 'Perangai siak'), (15872, 283, 'Johor Bahru, Johore', '@flipstable_ @jyeoj Lui is money, so bo lui liao = no money liao. Hahahaa'), (15873, 2889, 'Johore, Malaysia', '"@juz10_1D: ifkr "@fxtg88k: It just doesn''t feels right walking pass someone who''s once close to you and acting like strangers.""'), (15874, 3572, 'Johor Bahru, Johore', 'Bringing the girls for a sundae treat! @ el.azilron''s snapshots http://t.co/b41a4AZS'), (15875, 160, 'Johore, Malaysia', 'I''m at Newton MRT Station (NS21/DT11) (Singapore, Singapore) http://t.co/zCj8qU7L'), (15876, 3937, 'Tebrau, Johor Bahru', '@sitihajaarr nak!!!! :p'), (15877, 1242, 'Singapore', 'Zzz'), (15878, 3583, 'Indonesia', '@viskafwnda forever alone at its finest :('), (15879, 2422, 'Johor Bahru, Johore', '@StephanieLoh why leh?'), (15880, 1555, 'Plentong, Johor Bahru', 'setiap kali dia msuk mesti tgh bkk fb..ceht'), (15881, 3938, 'Johor Bahru, Johore', 'I''m at Borneo Motors (Upper Thomson, Singapore) http://t.co/J0fBGVv4'), (15882, 3839, 'Johor Bahru, Johore', 'Kecoh pe!'), (15883, 3939, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 16 others http://t.co/72Kii913'), (15884, 1738, 'Senai Kulai, Kulai Jaya', 'I''m at Block C09, FKA, UTM http://t.co/uMeMXymc'), (15885, 3940, 'Johor Bahru, Johore', 'I''m at Xin Wang Hong Kong Café (Singapore) http://t.co/DlU5e1fX'), (15886, 908, 'Johor Bahru, Johore', 'Been so long since I vacuumed the house! Damn it feels great to sweat it out hehehhe'), (15887, 3941, 'Senai Kulai, Kulai Jaya', '32 minutes more'), (15888, 304, 'Johor Bahru, Johore', 'Loving a person who loves another one &lt;/3'), (15889, 2422, 'Johor Bahru, Johore', 'Idwna be drunk anymore . Fml'), (15890, 3863, 'Johor Bahru, Johore', '#BestThingAboutSingle boleh bersweet2 dgn sesape . takde sape marah x)'), (15891, 3932, 'Johore, Malaysia', 'what will happen to the brains of the innocent children who watch Nickelodeon otl\nwhat a mess would''ve been made upon their innocence'), (15892, 3942, 'Johor Bahru, Johore', 'I''m at ITE College Central (Bishan Campus) (Bishan, Singapore) http://t.co/RFm7Itof'), (15893, 3943, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall w/ @veronicalok http://t.co/uX62DDRD'), (15894, 2506, 'Senai Kulai, Kulai Jaya', 'Ada yg memborong.. (@ Adidas) http://t.co/xEUUdrTj'), (15895, 3917, 'Plentong, Johor Bahru', 'Damn deactivate Facebook lah macam ni!'), (15896, 13, 'Johore, Malaysia', '@thhaatSLUT i mean later meet peem wann come marhh ? Idk at where though'), (15897, 941, 'Riau, Indonesia', '@AnNeaiRanieSs nk terbang ke mana tu? Haha'), (15898, 1586, 'Plentong, Johor Bahru', '@faiEqahFauzi tau takpe. bodoh punya cina ni!'), (15899, 2283, 'Tebrau, Johor Bahru', '15.3.2012, Nur Fiona Ilyana binti Aizat. My new niece... http://t.co/OXfaxrae'), (15900, 2085, 'Johor Bahru, Johore', 'I''m at Bishan Circle Line  http://t.co/saYtcZ0v'), (15901, 3792, 'Johor Bahru, Johore', '@rinasalvatrice follow me, i want dm u'), (15902, 3633, 'Johore, Malaysia', 'Will anybody miss me if I disappear one day?'), (15903, 1231, 'Johor Bahru, Johore', 'New cap!!!!! http://t.co/RoPjuZwm'), (15904, 304, 'Johor Bahru, Johore', '@aaajokeee org call mane nk layan lagy kan ...'), (15905, 3944, 'Johore, Malaysia', 'It makes me crazy. When you''re crazy, you don''t speak. #NowPlaying #ASOT550'), (15906, 3945, 'Kota Tinggi, Johore', 'Nanak andi blh tk? Hehe..'), (15907, 2889, 'Johore, Malaysia', '" 77% of girls think they''re ugly. 52% of girls think they''re fat. 100% of people should stop insulting girls for their appearances."'), (15908, 3863, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle takpayahlah nak report dkt sesape ap je aku nak buat -.- . and hati senang lenang .'), (15909, 3633, 'Johore, Malaysia', 'I miss the time when I actually meant something to you.'), (15910, 399, 'Johor Bahru, Johore', '@xxBabydoll Because you can see my bones? It''s so cool!'), (15911, 74, 'Johor Bahru, Johore', '@leighfranc ano yung drawing mo? Naka fuck you?! Hahaha'), (15912, 3811, 'Johore, Malaysia', '@MunawarZainal cakp ngan mama nak milo 2kilo harge rm26.90...clear stock..kwn abg jual..'), (15913, 2088, 'Johor Bahru, Johore', '@MdoubleEzah admin babe.. Senang sikit, office hour..'), (15914, 1586, 'Plentong, Johor Bahru', '@erzana23 kau tau kn bertapa dekat nya toilet dengan tmpt aku ni. ad org berak tak flush!'), (15915, 3173, 'Plentong, Johor Bahru', 'It''s soo beautiful and it indeed attracted my attention ! Salutes to whoever who d @ Expo @ Danga City Mall http://t.co/OVvVXfqi'), (15916, 72, 'Kota Tinggi, Johore', '@its_mumu just say kawai ne'), (15917, 3946, 'Johore, Malaysia', 'Mmm bean juice @ The Shoppes at Marina Bay Sands http://t.co/CGcwTsUn'), (15918, 1163, 'Johore, Malaysia', '-Someone mad at me-'), (15919, 3869, 'Riau, Indonesia', '@RichardAtthey all good pal how''s things with you? #ijp'), (15920, 1586, 'Plentong, Johor Bahru', 'suspek utama aku. aunty cleaner ni!'), (15921, 3633, 'Johore, Malaysia', 'I want you to notice when I''m not around.'), (15922, 72, 'Kota Tinggi, Johore', '@its_mumu ka-wa-i-ne .,,'), (15923, 283, 'Johor Bahru, Johore', 'Did you ever think that maybe its because.. It''s you? The way you act etc.'), (15924, 793, 'Johor Bahru, Johore', 'I''m at King''s Laksa Steamboat @ Teck Chye Terrace http://t.co/Lv50Fyck'), (15925, 1242, 'Singapore', 'In no position to do or say anything.'), (15926, 1163, 'Johore, Malaysia', '-being ignored-'), (15927, 2506, 'Senai Kulai, Kulai Jaya', 'Minum petang.. (@ Starbucks) http://t.co/rDW25opm'), (15928, 484, 'Singapore', '@iamKamsai Absolutely. gr8 find. Keep ''em coming :] "If I had 2 pay £5 for every time I saw one of these d1ckweed5 I''d be as poor as I am"'), (15929, 3598, 'Johore, Malaysia', 'I''m at Gong Cha 贡茶 (Singapore, Singapore) http://t.co/Ztqhrshv'), (15930, 260, 'Johore, Malaysia', '@ZhungAnzxc @naaoomey dk leh :( if not i will rot again'), (15931, 3863, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle nak suka sape sape nak ad crush semua boleh .'), (15932, 2065, 'Pulai, Johor Bahru', '@ZamerZahran thank u my dear friend..i hope #CFC will win the UCL for the 1st time..hahaha..'), (15933, 1003, 'Plentong, Johor Bahru', '@mackenziedoo sengal Mac hahahahaha'), (15934, 3947, 'City Square, Plentong', 'I''m at Johor Bahru City Square (Johor Bahru, Johor) w/ 6 others http://t.co/V988WNRs'), (15935, 3890, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore) http://t.co/lpKNqaOq'), (15936, 1586, 'Plentong, Johor Bahru', 'sebab 3 hari dia tak datang alasan saket perut.'), (15937, 2623, 'Malaysia', '“@CushyTipz: @fahfak วินิตค่ะขึ้นม.1” จ้าาาา '''), (15938, 3572, 'Johor Bahru, Johore', 'Me &amp; my sundae.. Yummy! @ el.azilron''s snapshots http://t.co/jVuD3PTn'), (15939, 373, 'Senai Kulai, Kulai Jaya', '@Forlornbrat better than nothing.'), (15940, 2746, 'Johore, Malaysia', 'Doing english project now :D'), (15941, 3948, 'Johor Bahru, Johore', 'I''m at Haikun''s (: (Singapore) http://t.co/Uz6JvAoY'), (15942, 898, 'Johor Bahru, Johore', 'Bapak setan anak setan'), (15943, 3677, 'Johore, Malaysia', '@FelYantoWilliam song la lame'), (15944, 1109, 'Johor Bahru, Johore', '@Smljsia Reported. (:'), (15945, 1586, 'Plentong, Johor Bahru', 'td pagi pn saket perut lagi.'), (15946, 3948, 'Johor Bahru, Johore', 'I''m at Study Desk http://t.co/Jqs2YcYR'), (15947, 1354, 'Johore, Malaysia', '@_valerietan where got forget... Forget will not pm\nU le lol hehe &lt;3'), (15948, 1347, 'Johor Bahru, Johore', 'Someone just kill me...I just did the wrong essay for econs and found out only after I finish!!!'), (15949, 362, 'Johore, Malaysia', '@tookitaway Can baby &lt;3'), (15950, 2495, 'Johor Bahru, Johore', 'Oh my gosh..that weird!! This two random girls suddenly come forward &amp; asked me which school am I.. O.o?'), (15951, 3882, 'Johor Bahru, Johore', 'I''m at Woodlands Home~ http://t.co/886gLym7'), (15952, 3948, 'Johor Bahru, Johore', 'I''m at Hk''s wooden plank (Singapore) http://t.co/33fQhLsm'), (15953, 2889, 'Johore, Malaysia', '"If you spend too long holding onto the one who treats you like an option, You will miss finding someone who treats you like a priority"'), (15954, 304, 'Johor Bahru, Johore', '@aaajokeee nk kua gie town? Jumpe nabs skali lpk kat mc cafe ,'), (15955, 2422, 'Johor Bahru, Johore', '@StephanieLoh grr. Rly crazy sia. Nd no he still in sg.'), (15956, 3863, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle can do whatever i want . can hang out with sesapa yg ai suka and tiada org nk jealouse or marah (Y)'), (15957, 1586, 'Plentong, Johor Bahru', 'mmg sah! kerja org tua ni.'), (15958, 1163, 'Johore, Malaysia', 'Thankssss for the coffee @KinjiTaisuke . So special =D'), (15959, 7, 'Johore, Malaysia', '@iAmyliaNatasya Pretty :*'), (15960, 84, 'Johor Bahru, Johore', '@SMileverl0ve @jae_jerome IKR!!'), (15961, 3949, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 23 others http://t.co/77nzkdYW'), (15962, 3917, 'Plentong, Johor Bahru', '#bestthingaboutbeingsingle save my money,my credit and etc!'), (15963, 362, 'Johore, Malaysia', 'Oh wow ! Bitchy much ? Hahahaha ! I''d rather die then talking to you . Lol .'), (15964, 283, 'Johor Bahru, Johore', 'You''re my lay lay lay lay lady~'), (15965, 1452, 'Johor Bahru, Johore', '@jolzangx WE CAN  BRIGHTERRR THAN THE '), (15966, 440, 'Johor Bahru, Johore', 'Heck la. I eat noodles at home'), (15967, 3950, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 14 others http://t.co/lRa5VkAZ'), (15968, 3951, 'Johor Bahru, Johore', 'cut hair (@ Snip Avenue) http://t.co/u5kAym4g'), (15969, 484, 'Singapore', '@sadenshi my reaction too. Have you heard of the espresso book printing stall? Prints book on demand'), (15970, 230, 'Johor Bahru, Johore', 'Off to the gym with this lahanat!!'), (15971, 1307, 'Senai Kulai, Kulai Jaya', 'Lunch again (@ Taang Shifu) [pic]: http://t.co/twjddJR9'), (15972, 2174, 'Johor Bahru, Johore', '@CyndiOnly Lai Lai we go eat icecream da chan'), (15973, 3952, 'Riau, Indonesia', 'bangga ? RT @BLB_melva tadi ulangan susulannya gak nyampe 15 menit,keren !!'), (15974, 728, 'Johor Bahru, Johore', 'Tuition just end ! ^^'), (15975, 3953, 'Riau, Indonesia', 'RT@dimaas_maulana loh'), (15976, 3863, 'Johor Bahru, Johore', 'konklusi dia , being single bnyk benefits . almost 8 months dah waa single . hidup lg .'), (15977, 3954, 'Johore, Malaysia', 'Hope get d new visit pass (@ Immigration &amp; Checkpoints Authority w/ 5 others) http://t.co/NHlFF1gr'), (15978, 2762, 'Malaysia', 'อยากเข้า กสทช ไม่รู้ว่าจะได้รึเปล่า(รอลุ้น)'), (15979, 1586, 'Plentong, Johor Bahru', 'aku pun penah saket perut jugak. tp takde lah sampai lupa nk flush! tension betol aku. bau taik mcm dh melekat. eeeeeeee!'), (15980, 3527, 'Johore, Malaysia', '@luckyz_syuQ abeh mcm mane nk contact kau ?'), (15981, 3677, 'Johore, Malaysia', '别怪她- old but nice song'), (15982, 3902, 'Tebrau, Johor Bahru', 'My late lunch ;) @ Macau Express Portuguese Chicken http://t.co/f1NzKZwt'), (15983, 895, 'Johore, Malaysia', 'A bright smile will make my day'), (15984, 3598, 'Johore, Malaysia', 'I''m at Sogurt (Singapore, Singapore) http://t.co/IkNzMHui'), (15985, 1501, 'Johor Bahru, Johore', 'you are very annoying. S E R I O U S L Y'), (15986, 3955, 'Plentong, Johor Bahru', '#SomePeopleNeedTo study and get ready for examination :)'), (15987, 3956, 'Johore, Malaysia', '@humchimpeng go court for what'), (15988, 3863, 'Johor Bahru, Johore', 'kau dah nak masuk 3 kali tukar couple . aku single lagi .'), (15989, 14, 'Johor Bahru, Johore', 'Up up here we go go ~~'), (15990, 2762, 'Malaysia', 'กินข้าวมื้อเที่ยงตอนบ่ายสองตลอดเลย'), (15991, 362, 'Johore, Malaysia', 'I suggest you get a plastic surgery then you talk to me okay ? Can ? Okay great . Kay thank bye .'), (15992, 2896, 'Plentong, Johor Bahru', '@wani_ar oo,550 jek..hehe..murah la tu..tggu la nnt nk idopkan rodtax bru byr..keh2..'), (15993, 2623, 'Malaysia', 'ตัดให้ขาดเลย ชั๊บ ชั๊บ ชั๊บ !'), (15994, 3955, 'Plentong, Johor Bahru', '@farzanashukor hihi :D'), (15995, 3925, 'Johor Bahru, Johore', '@aiensyamsul @hotfm976 @kieranhotfm @ikhwanhotfm @surayahotfm I mampu kat radio mp4 je.. Haha'), (15996, 415, 'Johor Bahru, Johore', 'I want a day for myself. Listening broadway music, drinking coffee, reading my books. No calls, no messages, no notifications. Just silence'), (15997, 3957, 'Johor Bahru, Johore', '@clashboomband I almost fell of my chair siah!!@#%&amp;*'), (15998, 1855, 'Johor Bahru, Johore', 'Hunt... My blood boils.'), (15999, 3863, 'Johor Bahru, Johore', 'dari korang strt couple , sampai dh break lani aku single lagi . lalalala .'), (16000, 1586, 'Plentong, Johor Bahru', '@shahidaselamat yelah kak. sedih aku. hahhaha'), (16001, 3958, 'Johore, Malaysia', '@iwantbibimbap hahahaha uhmm kuan. naa kai gpa sabot?? hahaha'), (16002, 86, 'Singapore', 'I''m happy being at home .'), (16003, 3955, 'Plentong, Johor Bahru', '@carrotiee hi nicaa comel :)'), (16004, 2550, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 24 others http://t.co/hryKAu1z'), (16005, 2432, 'Johor Bahru, Johore', 'Control'), (16006, 2410, 'Johore, Malaysia', 'In circle line:) (@ Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) w/ 3 others) http://t.co/ndKmftMh'), (16007, 124, 'Johor Bahru, Johore', '@corinnesong okay2'), (16008, 3452, 'Johore, Malaysia', '@Roseskisses heehee soon? you work at where :o'), (16009, 332, 'Johor Bahru, Johore', 'I''m at Bukit Panjang LRT Station (BP6) (Singapore, Singapore) http://t.co/ACQI250u'), (16010, 3959, 'Johore, Malaysia', 'JBT tonight! Yay!'), (16011, 632, 'Plentong, Johor Bahru', 'I''m not happy.....'), (16012, 3960, 'Johore, Malaysia', 'Today thursday but alot of people, got no life uh! #yousiao'), (16013, 2986, 'Johore, Malaysia', 'I''m at Suntec Singapore International Convention &amp; Exhibition Centre (Singapore, Singapore) w/ 3 others http://t.co/pVNjLuNA'), (16014, 86, 'Singapore', 'im tired like hell, but i didn''t do anything much.'), (16015, 2822, 'Kota Tinggi, Johore', 'Yesh, they finally left and I finished 3 pile of emaths worksheet already! WOHOO. English hw now. The friend thingy and the fairy tale one.'), (16016, 2028, 'Plentong, Johor Bahru', 'Bos buat hal plak...huhuhu'), (16017, 632, 'Plentong, Johor Bahru', 'Alamak gua ni cengeng ah!!'), (16018, 1421, 'Singapore', 'lunched at Medzs at Orchard Central today. Why do they make their waitresses wear tight mini-sweatpants'), (16019, 3955, 'Plentong, Johor Bahru', '#PeopleIWantToMeet my family'), (16020, 3961, 'Johor Bahru, Johore', 'With netballers^^ celebrating syaza''s and felicia''s birthday :D (@ Mad Jack Café) http://t.co/3cbhJPLN'), (16021, 1586, 'Plentong, Johor Bahru', '@Nooraiysah @erzana23 dh lupa kan hadiah kau tu. sbb skng aku tension! hahahah'), (16022, 2623, 'Malaysia', 'ฉันเหนเทอถือร่มผ่านไป เตมไปด้วยร่องลอยและคาบน้ำตา :('), (16023, 3962, 'Johor Bahru, Johore', 'I''m at Kovan Heartland Mall (Singapore, Singapore) w/ 2 others http://t.co/KBRmyUL1'), (16024, 3874, 'Plentong, Johor Bahru', 'I like to see men in greyish black suit, big collar off white long sleeve shirt, minus the tie. Sangat italian.'), (16025, 3963, 'Plentong, Johor Bahru', '@farisamin96 okkkkk !!!!!! jgn meset saie,call saie !!'), (16026, 1260, 'Plentong, Johor Bahru', '@qasehmaryam @pman_tnt @Zura_Zainal @sheila_rahim @ZaraAisyAmani @mwr_9407 ƗƗɐƗƗɐƗƗɐ "̮.. K. Gurun? Hero remaja? (Mate keats tangan dibahu)'), (16027, 1501, 'Johor Bahru, Johore', 'WTF! WHAT KIND OF VIP ARE YOU?'), (16028, 2565, 'Kota Tinggi, Johore', '@yyslow can u stop mention me'), (16029, 3963, 'Plentong, Johor Bahru', '@farisamin96 saie syg awkkk'), (16030, 763, 'Johor Bahru, Johore', '@Eee_rah lion?'), (16031, 3964, 'Malaysia', 'I''m at Mangga Dua Square http://t.co/f6FmjuwS'), (16032, 3245, 'Plentong, Johor Bahru', '@julieannerossid cis,syiok la u..\nOkok,anty papehal cite ngn i la'), (16033, 3642, 'Johore, Malaysia', 'I''m at Canalé Pâtisserie Chocolaterie http://t.co/v20BMbeV'), (16034, 2775, 'Tebrau, Johor Bahru', 'Come with me and be one of us. ;) http://t.co/tXhJMmwM'), (16035, 632, 'Plentong, Johor Bahru', 'Benda senang tolong jangan buat jadi susah'), (16036, 3955, 'Plentong, Johor Bahru', '#PeopleIWantToMeet my brother . imissyou angoh :p'), (16037, 848, 'Johore, Malaysia', '@gavinweisheng for what ?'), (16038, 2548, 'Malaysia', '@Tukoby คุคุ ;33'), (16039, 2294, 'Johore, Malaysia', 'I''m at Blk 61 Telok Blangah Heights (Singapore, Singapore) http://t.co/aNuNAHMx'), (16040, 3823, 'Johore, Malaysia', '@darylweeee can luh, we just chilling'), (16041, 3965, 'Plentong, Johor Bahru', 'I just ousted @ealyie as the mayor of MT1 Container Yard, Johor Port Berhad. on @foursquare! http://t.co/NAf5oftG'), (16042, 362, 'Johore, Malaysia', 'Melayu batu muke tak lawa Tao , No offence lah . Mix people look better . Hehehe jelly ke ? Takmo Kay . Go tanam yourself :)'), (16043, 3633, 'Johore, Malaysia', '@daphnetingzhi Huh?'), (16044, 3863, 'Johor Bahru, Johore', 'kau kejap kejap capital D kejap capital A kejap capital Y kejap capital N . aku capital Y je # yaya payne xD'), (16045, 3966, 'Riau, Indonesia', 'Sentosa islandddd.. http://t.co/az3YEkT0'), (16046, 588, 'Johor Bahru, Johore', 'Gan pua sian'), (16047, 1354, 'Johore, Malaysia', '@_valerietan ok ^_^ not marry la ROM ^_^'), (16048, 3967, 'Johor Bahru, Johore', 'I''m at Nex Carpark (Singapore) http://t.co/Vxv3ZUAg'), (16049, 3968, 'Tebrau, Johor Bahru', '@stevensacks hello'), (16050, 3969, 'Johor Bahru, Johore', 'I''m at Bus 27  http://t.co/Nq1SRQ6h'), (16051, 1997, 'Johore, Malaysia', 'Oh. Didn''t know this is week 9!'), (16052, 2543, 'Johore, Malaysia', 'Dad bought goreng pisang &amp; durian wowowoowowiwowow (@ Block 63) http://t.co/FKe9xiKU'), (16053, 1184, 'Johore, Malaysia', 'I''m at Dizzle''s Crib http://t.co/b2yv7aem'), (16054, 3970, 'Johore, Malaysia', 'Still not done!'), (16055, 763, 'Johor Bahru, Johore', 'Damn. Going for a visit to the doctor. Long time no see doc.'), (16056, 3971, 'Johor Bahru, Johore', 'I''m at Bus Stop 51071 (MacRitchie Reservoir) (Singapore, Singapore) http://t.co/TbJ27I3h'), (16057, 73, 'Johor Bahru, Johore', 'Okkk . Time for my afternoon nap (; .'), (16058, 1586, 'Plentong, Johor Bahru', 'sedap mengata aku meroyan ea. cuba aku celet taik kt baju hang cket. nk? haha'), (16059, 3955, 'Plentong, Johor Bahru', '#nowshowing senjakala'), (16060, 848, 'Johore, Malaysia', '@ArchieStoleMyGF @gavinweisheng tonight go where makan WX !!!!'), (16061, 3863, 'Johor Bahru, Johore', 'aku single bukan sbb aku tunggu ex aku . cuma aku dah tawar hati . lalala .'), (16062, 2588, 'Johor Bahru, Johore', '@yukayuhara aiyoo budgie is different species... Ni love birds... http://t.co/VDsY165e'), (16063, 3972, 'Plentong, Johor Bahru', 'I''m at KSL City Mall (Johor, Johor) w/ 4 others http://t.co/Ij8bGLwm'), (16064, 3249, 'Kota Tinggi, Johore', '@haphwaythere hahahaha lucky you! haha unlike me! :('), (16065, 3896, 'Johore, Malaysia', '@Jolene_Boniface @njingxian @junjieeeeeeee @desmondtan12 what pussy ng!!! Don''t force me whack girl'), (16066, 3973, 'Johor Bahru, Johore', 'Gonna spent the entire day 2morrow watching movies..blue ray! ;) :)'), (16067, 1955, 'Singapore', '@superapplejuice Hahahaha, yes yes:)!'), (16068, 317, 'Johor Bahru, Johore', 'I think i''m gonna go back to sleep.. #siaoliao'), (16069, 2495, 'Johor Bahru, Johore', '@ShaneHeng scary sia!!'), (16070, 2623, 'Malaysia', 'ใจบอกว่าใช่เทอ ;)'), (16071, 2312, 'Johor Bahru, Johore', '@abbeybaloney I''m hungry too'), (16072, 1345, 'Johor Bahru, Johore', 'Just now I with my friend playing gameboy!!! ^^ haha recall last time :3'), (16073, 3786, 'Plentong, Johor Bahru', 'I''m at Public Bank Bhd @ Ros Merah (Johor Bahru, Johor) http://t.co/EUvESgiv'), (16074, 1501, 'Johor Bahru, Johore', 'URGH! SUIT YOURSELF LA EHHH.'), (16075, 3972, 'Plentong, Johor Bahru', 'I''m at Causeway Bay Hong Kong Cafe http://t.co/fvueGSKy'), (16076, 14, 'Johor Bahru, Johore', 'Cousin so irritating .. Sooo noisy zzzzz #STFU'), (16077, 3925, 'Johor Bahru, Johore', '@aiensyamsul @hotfm976 @kieranhotfm @ikhwanhotfm @surayahotfm hah tu lah sebabnye I dgr hotfm! Local radio wlpn mlayu kat SG Susah nk lyn!'), (16078, 280, 'Johor Bahru, Johore', 'I''m at Bus Stop 65069 (Blk 190C) (Singapore, Singapore) http://t.co/z9s2QBtd'), (16079, 3932, 'Johore, Malaysia', '@sensatioNIALL followed your tumblr :) our url''s http://t.co/y3C1ckuJ thaaaanks! &lt;3'), (16080, 3823, 'Johore, Malaysia', 'So sweet @Miiiiiiinnng bought me a birthday present, using my money!!!'), (16081, 2762, 'Malaysia', 'น้ำดื่ม Nestle ดีกว่าแบรนด์อื่นจริงเหรอ'), (16082, 365, 'Johore, Malaysia', 'Afternoon appointment . (at Bedok Trans Family Service.) — http://t.co/SxmDNaRa'), (16083, 3974, 'Johore, Malaysia', 'I''m at Ken @ Hairstage http://t.co/TEo9zUbY'), (16084, 2565, 'Johor Bahru, Johore', 'No dance today?'), (16085, 3975, 'Malaysia', '@ZeNTS6_PL น่าฮักขนาดด พี่เซน'), (16086, 1467, 'Pulai, Johor Bahru', 'Bapak haluuuuus spek mate http://t.co/ADVaZdlx'), (16087, 848, 'Johore, Malaysia', 'Eat and eat !!! (@ Maxwell Road Hawker Centre w/ 5 others) http://t.co/Ibv4NNmG'), (16088, 1501, 'Johor Bahru, Johore', '#nw G.I JOE.'), (16089, 1173, 'Johore, Malaysia', '@meowchiiiii yes of course. Haha!!'), (16090, 86, 'Singapore', 'Friday is nearrrrrr !'), (16091, 3771, 'Riau, Indonesia', '@ryan_bluejazz leboh tu di balai bg..'), (16092, 3976, 'Johore, Malaysia', '@Jowinlee @joviayg LOL then how?? Tell him you can''t do it? Yay I''m gg home now!!! Hooray'), (16093, 1179, 'Johore, Malaysia', 'I''m at Gong Cha 贡茶 (Singapore, Singapore) w/ 2 others http://t.co/22arDynU'), (16094, 3977, 'Riau, Indonesia', '@hendrautama3 rajin kliatan''y maen twitter ne...!!!!'), (16095, 1043, 'Johore, Malaysia', 'Holly Jazz true Gospel!!! ISR... ♫ Again I Say Rejoice by Israel &amp; New Breed (at New Creation Church Singapore (NCC)) — http://t.co/3UnGcXut'), (16096, 384, 'Malaysia', '@TUAN_TH ทานแล้วจ้า~อิ่มๆ555อาเดะทานข้าวกับอะไรเอ่ย?"'), (16097, 1173, 'Johore, Malaysia', '@panky_associate tara! Add moko!'), (16098, 304, 'Johor Bahru, Johore', '@aaajokeee nvm den ....'), (16099, 3633, 'Johore, Malaysia', 'Really leyh. You not even my boyfriend you scold me for fuck.'), (16100, 28, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) (Singapore, Singapore) w/ 9 others http://t.co/o0yA91nS'), (16101, 362, 'Johore, Malaysia', 'Kau nak maen indirect , aku boleh layankan ;)'), (16102, 3978, 'Johore, Malaysia', 'Jufri uh Hp rosak (@ LG Customer Service Center) http://t.co/fdvV0G1K'), (16103, 3917, 'Plentong, Johor Bahru', '@ekynyuya Ekin,insyallah aku dtg Jb tahun depan! see you next year! LOL'), (16104, 3979, 'Johore, Malaysia', 'Pass by clementi and there''s a urge to buy Koi! :)'), (16105, 1997, 'Johore, Malaysia', '@ruixistfaith haha yeah. It''s all too fast. Somehow sem 2 just goes at the speed of light.'), (16106, 1264, 'Johore, Malaysia', 'Bbq so long i havent even eat any decent food , 6 nuggets thats all LOL'), (16107, 3980, 'Malaysia', 'Who play " DotA "with me !! 555 ;''D'), (16108, 1501, 'Johor Bahru, Johore', 'sometimes i wish i never be friends w/ you.'), (16109, 3975, 'Malaysia', 'ถ้ามันจะร้อนขนาดนี้นะ TT'), (16110, 1708, 'Johore, Malaysia', 'I''m at Yahoo! Southeast Asia (Singapore) http://t.co/BFwYkvAK'), (16111, 72, 'Kota Tinggi, Johore', '@its_mumu yeah that''s japanese!!'), (16112, 3925, 'Johor Bahru, Johore', 'Dalca for lunch. Woots! Mmmmmm'), (16113, 3981, 'Malaysia', 'เพ้ลลัก http://t.co/1dma8Dnk'), (16114, 1141, 'Kota Tinggi, Johore', '@detective_KENan hahahaha! tula ku nman keka, palwal mu nla ngeni. hahaha'), (16115, 1708, 'Johore, Malaysia', 'I''m at YSM DS - Yahoo! SEA (Singapore) http://t.co/xkt5FHoQ'), (16116, 1060, 'Riau, Indonesia', 'Q yang duluan butuh bantuan kamu,bukan orang lain!! 凸(`⌒´メ)凸'), (16117, 632, 'Plentong, Johor Bahru', 'Ada perasaan memberontak dalam diri aku sekarang ni.'), (16118, 1708, 'Johore, Malaysia', 'I''m at YSM BD - Yahoo! SEA http://t.co/39ALQfTE'), (16119, 3982, 'Johore, Malaysia', '5点快点来.... I wanna go hm tidor'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (16120, 2635, 'Johor Bahru, Johore', '@Boythunder913 BT. STOP BEING SO UPSET. :( MICHELLE TOLD ME . CHILLAX, EAT ICE CREAM. BOTH OF THEM WERE REALLY DAMN RUDE,IGNORE THEM.'), (16121, 1325, 'Johor Bahru, Johore', 'I''m at Bishan Bus Interchange (Singapore, Singapore) http://t.co/Y4stcKJf'), (16122, 728, 'Johor Bahru, Johore', 'School holiday is going to end soon!!! Why like that?!!!'), (16123, 3863, 'Johor Bahru, Johore', '#np It''s Over - Jesse McCartney'), (16124, 399, 'Johor Bahru, Johore', '@RyannnnnW 27th is my appointment with the specialist! Want to come? :3'), (16125, 632, 'Plentong, Johor Bahru', '@adlihakeem untung lah tak ajak gang sendiri!'), (16126, 660, 'Plentong, Johor Bahru', '@dasukisanit suki , harini tak update pulak "Its been 5 days since you''re far away"????'), (16127, 304, 'Johor Bahru, Johore', '@aaajokeee den see u at night bro . Anything u call .'), (16128, 1501, 'Johor Bahru, Johore', '@Ashiikin you know how to use torrent??'), (16129, 1242, 'Singapore', 'Shall stop doing homework. No point doing it if I can''t think.'), (16130, 2393, 'Johor Bahru, Johore', '@sharmaine_t GREAT! Take this march hol to rest, tho not many days left. Haha :D Im in pjc now. Made some nhhs frens! You''re in SA right?'), (16131, 440, 'Johor Bahru, Johore', 'Wth. I wan make noodles eat den kitchen got some stupid bee. Zzzz. Sian leh.'), (16132, 923, 'Plentong, Johor Bahru', 'Cucuk dah... Bersepai muka aku... Pucat as always... bukan setakat Nurse tegur, patient pun tegur.. Kekekr http://t.co/cQz8qMGy'), (16133, 3981, 'Malaysia', 'ชอบ http://t.co/MYWR19Dq'), (16134, 3828, 'Plentong, Johor Bahru', 'I know i''m lost!'), (16135, 1092, 'Kota Tinggi, Johore', 'Old boy private screening.'), (16136, 72, 'Kota Tinggi, Johore', '@its_mumu konichiwa is too formal..'), (16137, 3983, 'Johore, Malaysia', '“@yiqingg_: Have not done any work yet ughhhhhhhhhh”'), (16138, 2550, 'Johor Bahru, Johore', 'I''m at NTUC FairPrice Xtra (Singapore, Singapore) http://t.co/XLNgWR5R'), (16139, 3957, 'Johor Bahru, Johore', '@thesuper_girl @clashboomband TRUEEEEEEEEEE THATTTTTTT!!!!!!! HAHAHAHAAH'), (16140, 1389, 'Johore, Malaysia', 'For the 6th time today, sumugod ako sa pababang escalator para umakyat (@ Mandarin Orchard Singapore) [pic]: http://t.co/p5vE6oJX'), (16141, 2227, 'Johore, Malaysia', 'Solat Zohor. (@ Masjid Temenggong Daeng Ibrahim (Mosque)) http://t.co/bS9Rooqg'), (16142, 2887, 'Johore, Malaysia', 'Off to macritchie to spur the boys on! @LXianDa'), (16143, 3024, 'Kulai Jaya, Johore', '#BestThingAboutBeingSingle tak dapat dosa macam orang lain :)'), (16144, 1501, 'Johor Bahru, Johore', '@gakkaiwa what to study for aqidah exams? :/'), (16145, 384, 'Malaysia', 'วันนี้กูเท่ห์55555-&gt;[]&lt; @maina_alone'), (16146, 3583, 'Indonesia', '@arsakurakura boyband anyar yan'), (16147, 795, 'Johore, Malaysia', 'I''m at Boon Keng MRT Station (NE9) (Singapore, Singapore) http://t.co/KKXNu4kE'), (16148, 3981, 'Malaysia', 'น่ารักมาก http://t.co/Ae8XwlHd'), (16149, 3249, 'Kota Tinggi, Johore', '@haphwaythere ahahahha confirm diorang malas nak layan aku. dah biasa dengan diorang. hahahaha'), (16150, 1997, 'Johore, Malaysia', 'Guess what? I finally realized that today is week 9 and deck sells this! http://t.co/nx2sSAvs'), (16151, 3984, 'Johor Bahru, Johore', 'I''m at Ah Ma House @ Blk 624 (Singapore) http://t.co/4LRnGcFm'), (16152, 399, 'Johor Bahru, Johore', '@xxBabydoll It looks like fish bones, doesn''t it! Therefore, I am now a fish.'), (16153, 72, 'Kota Tinggi, Johore', '@its_mumu whaaaat? Hahaha. Just greet only what! Haha'), (16154, 3863, 'Johor Bahru, Johore', 'aku mmg sakit hati dgn kau . time masih in relation dgn aku jealouse sakit hati semua diam je taknak ckp . now nak ungkit . brrbb mcm yall'), (16155, 671, 'Johore, Malaysia', '@bexchew omg ! You cut your hair ?!?!'), (16156, 3976, 'Johore, Malaysia', 'Hungry :( food food food.'), (16157, 3973, 'Johor Bahru, Johore', 'A gotl that uses vulgarity definitely turn me off =.='), (16158, 283, 'Johor Bahru, Johore', 'Boomshakalaka'), (16159, 86, 'Singapore', 'thursday = sleepy day.'), (16160, 3185, 'Johore, Malaysia', 'Full and sleepy ~.~'), (16161, 3059, 'Johore, Malaysia', 'Mayvis ._. want go swing? LOL (@ Blk 9, Holland Ave) http://t.co/IxAF0wyA'), (16162, 7, 'Johore, Malaysia', '@iAmyliaNatasya Eceh buatpe syg?'), (16163, 3196, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 5 others http://t.co/lCprQM8D'), (16164, 1501, 'Johor Bahru, Johore', '@Ashiikin how to use it?'), (16165, 2623, 'Malaysia', '@Izbeamiiz ทำไรนั้น ?'), (16166, 3932, 'Johore, Malaysia', 'dying omfg'), (16167, 3985, 'Johore, Malaysia', 'I''m at The Paragon (Singapore, Singapore) w/ 10 others http://t.co/ubZplvqy'), (16168, 1259, 'Johore, Malaysia', 'I''m at Marina Bay Sands (Hotel) (Singapore, Singapore) w/ 5 others http://t.co/QkjdpcEg'), (16169, 7, 'Johore, Malaysia', '@FarrahMohd Haha kembang tak:P'), (16170, 2326, 'Johore, Malaysia', 'Nougatine Dacquoise! @ The Coffee Bean &amp; Tea Leaf @ 313 Somerset http://t.co/rv8tBsRN'), (16171, 1586, 'Plentong, Johor Bahru', '@Nooraiysah @erzana23 beli icebox instalment ea. hehehehee'), (16172, 2012, 'Johor Bahru, Johore', '"@heyitsjeannny: Tell me why you''re so hard to forget." Cause its what you are thinking about it :)'), (16173, 3917, 'Plentong, Johor Bahru', 'Fury &gt;:('), (16174, 284, 'Johor Bahru, Johore', 'Bangkok, baby. (@ Terminal 2 w/ 18 others) [pic]: http://t.co/Dp1qLHWs'), (16175, 3955, 'Plentong, Johor Bahru', '@carrotiee hihih , biasa je :p ape buad ?'), (16176, 2724, 'Plentong, Johor Bahru', '@WhatMiss hahaha!! betol 2...'), (16177, 148, 'Johor Bahru, Johore', '@hollyporks oo. Angway. My mum asked whether u wanna celebrate my gram''s birthday with our relatives this sat..'), (16178, 3985, 'Johore, Malaysia', 'I''m at ToriQ Japanese Yakitori @ Paragon http://t.co/PpoaWDBz'), (16179, 86, 'Singapore', 'If you don''t appreciate me, i will not appreciate you much much more ((:'), (16180, 3452, 'Johore, Malaysia', '@burntmittens shibeh'), (16181, 2847, 'Johor Bahru, Johore', 'WTF train moving like FRACKING SLOW.'), (16182, 3986, 'Singapore', 'Just came bck from Rivervale Mall'), (16183, 7, 'Johore, Malaysia', '@AfiqMaulani Onl takberapa nk tenang? Maksudnya? Haha. Esuk kemana?'), (16184, 3863, 'Johor Bahru, Johore', 'kau dulu break sbb bosan kan ? now aku break dgn kau sebab bosan jugaklah . senangkan :'') kejam taklah . ini namanya KARMA .'), (16185, 1871, 'Johore, Malaysia', 'Later go Sheng shiong buy some groceries then go home cook for baby to eat (:'), (16186, 3987, 'Johor Bahru, Johore', 'Clinic! Checking my facial skin. :\\ (@ SingHealth Polyclinics (Tampines)) http://t.co/m3kj4Kba'), (16187, 2410, 'Johore, Malaysia', 'I''m at Esplanade Xchange (Singapore, Singapore) http://t.co/QG1ZQtGm'), (16188, 632, 'Plentong, Johor Bahru', '@adlihakeem pergi lah weh.'), (16189, 3048, 'Plentong, Johor Bahru', '@AlyaaAfifah jgn nk yeayyy sgt ehk. Huhu http://t.co/v0qyRFK4'), (16190, 1003, 'Plentong, Johor Bahru', '@suratuntukhujan owh betul ea? Erm pelik je tp'), (16191, 1501, 'Johor Bahru, Johore', 'mum''s sambal tumis is making me hungreh!\n.'), (16192, 3896, 'Johore, Malaysia', 'What have I become...'), (16193, 3986, 'Singapore', 'feel so tired'), (16194, 3969, 'Johor Bahru, Johore', 'I''m at Sengkang Bus Interchange (Singapore) http://t.co/IqmcoXtd'), (16195, 2793, 'Johore, Malaysia', 'Two down! One more to go!'), (16196, 1120, 'Tebrau, Johor Bahru', 'Malas betei'), (16197, 3925, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle errmmm... Ntah! Tp byk jgk nak letak!! Hahahah'), (16198, 2807, 'Johor Bahru, Johore', 'The people here are talking about me...hahaha..idiots..'), (16199, 1303, 'Johore, Malaysia', 'Bored.'), (16200, 2393, 'Johor Bahru, Johore', '@sharmaine_t GREAT! Take this march hol to rest, tho not many days left. Haha :D Im in pjc now. Made a few nhhs frens! You''re in SA right?'), (16201, 3988, 'Johor Bahru, Johore', 'Wake Up Lerh!!! :)'), (16202, 3609, 'Malaysia', '@yurikrab @james_pfc เคร่ืองลงหาดใหญ่ บินตรง ชม มา หญ อะ == เบ่ือสาด'), (16203, 3976, 'Johore, Malaysia', 'Why is the train so freaking cold!!!!'), (16204, 3407, 'Johore, Malaysia', 'I''m at Wang Cafe @ 8 Shenton Way (Singapore, Singapore) http://t.co/m4b3aip0'), (16205, 2762, 'Malaysia', '@Dack_biw มาแล้ว (เอาข้าวไปให้ยัง)'), (16206, 138, 'Plentong, Johor Bahru', 'Hindarilahhh dari bertxt menampakkan senyum sumbing..sbb nampak sangat lovesick kat situ.haha'), (16207, 2122, 'Johor Bahru, Johore', 'LET THE FIGHT BEGIN LOL @clarahohohoho @_chodingpanda @purplefuckyeah'), (16208, 660, 'Plentong, Johor Bahru', '@dasukisanit ohhh amek mood dulu eh ? haha'), (16209, 3988, 'Johor Bahru, Johore', 'Super Hungry!!'), (16210, 1242, 'Singapore', 'Semi dead.'), (16211, 3986, 'Singapore', 'shall get a quick nap'), (16212, 3989, 'Johore, Malaysia', 'Hello'), (16213, 3990, 'Malaysia', 'มาดูงาน (@ Siam Nakarin Complex (สยามนครินทร์คอมเพล็กซ์) w/ 2 others) http://t.co/4n18UZsQ'), (16214, 632, 'Plentong, Johor Bahru', 'CC : @shahryna @ShafinazIzhar RT @adlihakeem: @UmairahNizam hahaha . Jomm ahh . I ingatkan diaorang ajak you sekali .'), (16215, 3986, 'Singapore', 'meeting flora ltr on'), (16216, 3991, 'Plentong, Johor Bahru', 'Ape cerita org kampongg?'), (16217, 3157, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) w/ 4 others http://t.co/7B0RMMkQ'), (16218, 3992, 'Johore, Malaysia', 'I''m at KKH Children''s Tower (Singapore, Singapore) http://t.co/5vY5NM2r'), (16219, 5, 'Johore, Malaysia', '@timothytiah because they are suing for dynamic page generation patent, which everyone is infringing.'), (16220, 160, 'Johore, Malaysia', 'I''m at Toa Payoh MRT Station (NS19) (Singapore, Singapore) http://t.co/BS5UX8kk'), (16221, 632, 'Plentong, Johor Bahru', '@adlihakeem pffftt. Takpe ah. Have fun!'), (16222, 3863, 'Johor Bahru, Johore', '@FuzaRdzn pintu bilik mak aku rosak smlm . dia jem menda tah . tu aku off . prgi pecah kan pitun tu -oo-'), (16223, 72, 'Kota Tinggi, Johore', '@its_mumu woiiii.. K la dont need say!'), (16224, 3973, 'Johor Bahru, Johore', 'Going out to watch movies (^^) joyful night!'), (16225, 3925, 'Johor Bahru, Johore', '@MoMo_GEISHA Ku envy.. Jealous! Mygeisha Msia dpt kamu! Yg di S''pore blom!!! ;(('), (16226, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak นอนเล่นอยู่หอเพื่อนนิ้ (:” / แล้วไม่เรียนอ่อ ?'), (16227, 1356, 'Johore, Malaysia', '@jiaLiaoMee how come! Ord ald?'), (16228, 3917, 'Plentong, Johor Bahru', 'RT @NasihahNightmos Umur semakin meningkat. Kubur semakin dekat :'')'), (16229, 3993, 'Johore, Malaysia', 'Lunch time spiced (@ Ayam Penyet Ria (Level 4)) http://t.co/C0QA4zo8'), (16230, 2807, 'Johor Bahru, Johore', '"the boy from visa''s office always come here and scan a lot of copies"'), (16231, 3955, 'Plentong, Johor Bahru', '#MasalahBudakTwitter no comment :)'), (16232, 1003, 'Plentong, Johor Bahru', '@kamachisreen hehe. ;p'), (16233, 2122, 'Johor Bahru, Johore', 'ROUND 2 @clarahohohoho @_chodingpanda @purplefuckyeah'), (16234, 3994, 'Johore, Malaysia', '@mariaberna14 hahahaa.. me too!'), (16235, 1467, 'Pulai, Johor Bahru', '@suhaimiAini @badridainial tau ibu haluuuuuuuus'), (16236, 3157, 'Johor Bahru, Johore', 'I''m at Bus 10 http://t.co/WukqnULA'), (16237, 3869, 'Riau, Indonesia', '@RichardAtthey @ijpdesign still rocking the IJP clothing in Singapore #neednewthreads glad it''s going well, will NCFC catch Newcastle!!'), (16238, 833, 'Johore, Malaysia', 'Buffet! (@ Sakae Sushi) http://t.co/hKnmT3Mk'), (16239, 2353, 'Johor Bahru, Johore', 'Just now tell me dont go out. Now tell me go out. Make up your freaking mind -.-'), (16240, 3984, 'Johor Bahru, Johore', 'I''m at Khatib MRT Station (NS14) (Singapore, Singapore) http://t.co/Tm2Gs8ca'), (16241, 3980, 'Malaysia', '@SharpSaranyu ไปตึก หรอค้าบบพี่ ? ^^'), (16242, 196, 'Johore, Malaysia', '@Jimmykhai cannot bring home one la!'), (16243, 3785, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) http://t.co/sdu2xCun'), (16244, 3955, 'Plentong, Johor Bahru', '@ainabasyirahh dia merajuk dgn kau tu :)'), (16245, 703, 'Johore, Malaysia', 'Kebabian aku terserlah. Lagu club aku mosh dan buat techtonic moves. Bagus.'), (16246, 660, 'Plentong, Johor Bahru', '@eyqAtiqa @WafiIshak haha sebenarnye aku baru perasan korg mention aku . twitter ni bangang tahap kuda laut !'), (16247, 3993, 'Johore, Malaysia', 'Now back in office.. chiong ah!!! (@ Wisma Atria w/ 4 others) http://t.co/kCmfPABE'), (16248, 2064, 'Johor Bahru, Johore', 'I am seriously enjoying @casinowildhog , @dee_kosh and @MunahAndHirzi convo on twitter right now!'), (16249, 1524, 'Johor Bahru, Johore', '@AISSSHHAHH city square'), (16250, 659, 'Johor Bahru, Johore', '@ShahrukhSuperX bro, sorry man. I playing at other place. sorry man :('), (16251, 2422, 'Johor Bahru, Johore', '@StephanieLoh apps woooooo. (:'), (16252, 3854, 'Johore, Malaysia', '@NusNihc chill~~~~~~~~~~~'), (16253, 332, 'Johor Bahru, Johore', 'I''m at Greenridge Shopping Centre (Singapore, Singapore) http://t.co/bz9OO8zI'), (16254, 1354, 'Johore, Malaysia', '@_valerietan haha don wan invite Lao gong &lt;3'), (16255, 3995, 'Johor Bahru, Johore', 'I''m at Tampines 1 (Tampines, Singapore) w/ 9 others http://t.co/vYXhe6Sv'), (16256, 997, 'Johor Bahru, Johore', 'I''m at Khatib MRT Station (NS14) (Singapore, Singapore) w/ 2 others http://t.co/sTT5NOJB'), (16257, 3024, 'Kulai Jaya, Johore', 'Rocker baru + rocker otai = simetri http://t.co/RlXCbS7t UWA UWA UWA AU UWA UWA AU UWAU UWA UWA AU UWA UWA AU'), (16258, 2864, 'Tebrau, Johor Bahru', '@JadynLow @weishangoh okay...wat time r u leaving??'), (16259, 3996, 'Kota Tinggi, Johore', 'LLA lesson we doing this. Long time I never colour colour. http://t.co/49IwmU4S'), (16260, 3986, 'Singapore', '#SomePeopleNeedTo look at themselves in the mirror first before they start judging on other people'), (16261, 3307, 'Johore, Malaysia', '@CoenChua Chillax.'), (16262, 2064, 'Johor Bahru, Johore', 'HAHAHAHAH! RT @purwatih: Kebabian aku terserlah. Lagu club aku mosh dan buat techtonic moves. Bagus.'), (16263, 1524, 'Johor Bahru, Johore', '#nowwatching PRETTY LITTLE LIARS HEHEHEH'), (16264, 3997, 'Johor Bahru, Johore', 'Back to work! (@ Wild Wild Wet w/ 4 others) http://t.co/VVgtNXts'), (16265, 3955, 'Plentong, Johor Bahru', '#MasalahBudakTwitter dorang tkde masalah :)'), (16266, 3998, 'Johor Bahru, Johore', '“@Chermaine_W: Mum''s suspecting that i''m hanging out with bad company nowadays. Hello where did i changed?”'), (16267, 1502, 'Johore, Malaysia', 'Wja shuang im controling a damn swee car'), (16268, 2412, 'Johore, Malaysia', 'BORED ALONE AT HOME. lol my hair i know hahha http://t.co/Z2VJ1K6K'), (16269, 2088, 'Johor Bahru, Johore', '@MdoubleEzah its at bt batok, hillview there.'), (16270, 1356, 'Johore, Malaysia', '@MOGneedstorant hahaha some ridiculous fella! He always spam me whole day when I don''t reply him straight away. He think I sit waiting to'), (16271, 3249, 'Kota Tinggi, Johore', '@ResidingInsideU @AdaAbd @ayutametchi tsk anything call'), (16272, 3996, 'Kota Tinggi, Johore', '@BeatboyMagix you okay?'), (16273, 2298, 'Johore, Malaysia', 'Happy Promise @ HarbourFront Tower One http://t.co/qwYqUGV2'), (16274, 3999, 'Johor Bahru, Johore', '@TwittingBoon probably ur step dad.'), (16275, 2064, 'Johor Bahru, Johore', 'I just woke up. #likeaboss'), (16276, 2811, 'Johore, Malaysia', 'I''m at Fusionopolis (Singapore, Singapore) w/ 4 others http://t.co/KHhhjYbv'), (16277, 1588, 'Johore, Malaysia', 'I''m at Marina Square - Open Space http://t.co/90C5zeht'), (16278, 703, 'Johore, Malaysia', 'Within less than one hour aku dapat hafal lagu Mark Bonafide and Shahridzuan. Amaciam, mastermind baybay!'), (16279, 3979, 'Johore, Malaysia', 'Somehow I am certain that this feels like school holidays! :D #fb'), (16280, 2724, 'Plentong, Johor Bahru', '@WhatMiss hahaha.. mmg hot giler today!!!\naku kat libri da berpeluh da ni!! xD'), (16281, 1524, 'Johor Bahru, Johore', '@NathanTheWanted good morning my dear nathan ((: xx'), (16282, 1356, 'Johore, Malaysia', '@MOGneedstorant yes!!!! Meet soon!!!'), (16283, 1356, 'Johore, Malaysia', '@MOGneedstorant text him only leh. Funny lah. But he also younger than me by alot. Totally not my cup of tea man.'), (16284, 520, 'Pontian, Johore', '@asraffothman go dai baby , haha'), (16285, 2145, 'Johor Bahru, Johore', 'March holidays ending..:( #makethebestofthings'), (16286, 2122, 'Johor Bahru, Johore', '@clarahohohoho @_chodingpanda @purplefuckyeah FOR FUN!'), (16287, 2099, 'Johore, Malaysia', 'I''m at Gym @ NUSS Kent Ridge Guild House (Singapore, Singapore) http://t.co/S1rAWoeM'), (16288, 3823, 'Johore, Malaysia', 'Chilling with ming at scape, waiting for eu jin~'), (16289, 3583, 'Indonesia', '@arsakurakura mboten mas, ane bukan king oil yang tiap ada konser selalu hadir :3 :2 :1'), (16290, 3609, 'Malaysia', '@yurikrab @james_pfc อา ห๊ะ อีก200 กว่า กม 5555'), (16291, 2139, 'Johore, Malaysia', '#IfYouKnowMeYouKnow that I kinda hate girly girls. I like rough ones. Ones who isnt afraid to get rough/fun in public. That''s what i want.'), (16292, 4000, 'Johore, Malaysia', 'I''m at Kith Café (Singapore, Singapore) http://t.co/uugX95N2'), (16293, 2012, 'Johor Bahru, Johore', 'People..... Follow mee plz'), (16294, 2064, 'Johor Bahru, Johore', 'Grandpa irritating me w my surname. Stop it eh Gramps.'), (16295, 3881, 'Tebrau, Johor Bahru', 'Nasiaympnyekagain (@ Restoran ZZ Sup Tulang) [pic]: http://t.co/8GqM40Tl'), (16296, 4001, 'Johore, Malaysia', 'PO1 Lecture . (@ Lecture Hall) http://t.co/AOVdNYR0'), (16297, 1629, 'Johore, Malaysia', 'I''m at Concorde Hotel Singapore (Singapore) w/ 2 others http://t.co/s11z4N5B'), (16298, 2499, 'Singapore', '@gayapillai how about those who wanna be AD''s? :p'), (16299, 4002, 'Johor Bahru, Johore', '太阳公公出来了. No more cool wheather.'), (16300, 3955, 'Plentong, Johor Bahru', '@ainabasyirahh hihi , cube cmpak . mesti okay punye :)'), (16301, 4003, 'Johor Bahru, Johore', 'At amk garden Mac studying grade 5 with @AndrewTanny @germinchan and @_blursotong !!!'), (16302, 3986, 'Singapore', '#BestThingAboutBeingSingle no need to keep on thinking about him'), (16303, 3989, 'Johore, Malaysia', 'Shit just got real!'), (16304, 3869, 'Riau, Indonesia', '@MarkHollingerUK hows it going mark?'), (16305, 707, 'JUSCO - Bukit Indah, Pulai', 'Bbby bunyaaa ! (@ Subway, Jusco Bukit Indah w/ 3 others) [pic]: http://t.co/IryMV9pr'), (16306, 2762, 'Malaysia', '@Dack_biw คั่วกิ้ง กับพัดหน่อไม้ เอิ้กๆ'), (16307, 349, 'Johor Bahru, Johore', 'I sleep then dream, woke up then realize my face filled with tears. ):'), (16308, 1502, 'Johore, Malaysia', 'Playing the whole list of bigbang''s song ♥'), (16309, 3109, 'Johore, Malaysia', 'I''m at St. Joseph''s Institution (Singapore, Singapore) http://t.co/lFYHi6UE'), (16310, 4004, 'Plentong, Johor Bahru', 'Jet macam budak kecik . puasa tak sampai separuh hari dah buka puasa . kah kah kah !'), (16311, 703, 'Johore, Malaysia', '@glamourbeetch mark bonafide looks awesome in person! Haha too bad i''m dancin behind him -.-'), (16312, 2064, 'Johor Bahru, Johore', '"Brendaaaaa.....SALAH...." waaah piang. it is JALLEH okay!'), (16313, 2284, 'Johor Bahru, Johore', 'I''m at Venus @ White Sands http://t.co/9dBTXj77'), (16314, 2139, 'Johore, Malaysia', '#ImCoolLikeThat'), (16315, 2284, 'Johor Bahru, Johore', 'I just ousted Didi S. as the mayor of Venus @ White Sands on @foursquare! http://t.co/zdH24i4A'), (16316, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak ขี้เกียจค่อยไปเรียนพรุ่งนี้ (:” / มีงี้ด้วยอ่อ :)'), (16317, 4005, 'Plentong, Johor Bahru', '"Guna hak berfikir, sebelum hak untuk bersuara" http://t.co/KzKMYtXW'), (16318, 2088, 'Johor Bahru, Johore', 'Yang penting my new job ni tempat dia takda anjing unlike my previous job at Tuas...'), (16319, 3827, 'Johore, Malaysia', 'Which one is cuter left or right?? http://t.co/RPQgzd6R'), (16320, 4006, 'Johor Bahru, Johore', 'I''m at Bukit Batok Driving Centre (BBDC) (Singapore, Singapore) w/ 12 others http://t.co/sBepurQP'), (16321, 280, 'Johor Bahru, Johore', 'RT @SzeYinggg: RT @dailyteenwords: If Twitter doesn''t exist, my phone battery would last a lot longer.'), (16322, 1264, 'Johore, Malaysia', 'KAHLING ON NAOMI NEO BLOGSPOT LOL'), (16323, 349, 'Johor Bahru, Johore', 'I cried in my dreams /: so sad sia my dream )'':'), (16324, 3986, 'Singapore', '#BestThingAboutBeingSingle no need to quarrel over small things'), (16325, 3771, 'Riau, Indonesia', 'awak jomlah balek..'), (16326, 4007, 'Johore, Malaysia', '@fiziqq I hate coffee bro'), (16327, 63, 'Johor Bahru, Johore', 'Say hello to one of my babies ; kaya ball. http://t.co/zwkwrNJe'), (16328, 1524, 'Johor Bahru, Johore', '@BingRenZ hahhaha sorry i never buy for ya'), (16329, 160, 'Johore, Malaysia', 'I''m at gate B4 @ Toa Payoh Bus Interchage http://t.co/QAln8RRu'), (16330, 3983, 'Johore, Malaysia', '@yiqingg_ @jeanbeanwean haha! Holland v! Wanna come?(:'), (16331, 1501, 'Johor Bahru, Johore', '@Ashiikin i dl all the things already. but i dont how to use it.'), (16332, 3165, 'Plentong, Johor Bahru', '@yuyiena beg tuu. beggg .....'), (16333, 72, 'Kota Tinggi, Johore', '@its_mumu seeyalater'), (16334, 2733, 'Riau, Indonesia', 'Time for some dolphin performance!:) @Merisngjingwen'), (16335, 4005, 'Plentong, Johor Bahru', 'RT @aagym: Allah sangat senang bila hambaNya yakin dan benar2 meminta/bergantung hanya kepadaNYA, dijamin tak akan dikecewakan.'), (16336, 4008, 'Johore, Malaysia', 'Bener banget..RT @HeyBaca: Tak mudah melupakan masa lalu. Tp akan terasa indah jika kita menyadari. Jika masa depan jauh lebih ISTIMEWA'), (16337, 1586, 'Plentong, Johor Bahru', '@Nooraiysah aku nk bagi zana je. dia suka.'), (16338, 931, 'Johor Bahru, Johore', '@MansoorAdabi ok'), (16339, 362, 'Johore, Malaysia', 'My in charge and supervisor so cute ! They getting promotion , Going to work at Taiwan ! Then they both so happy ! Lol .'), (16340, 4009, 'Johor Bahru, Johore', 'Frolick!!!! http://t.co/cQrYmuZ3'), (16341, 287, 'Plentong, Johor Bahru', '@royyDM bila nak turun JB?'), (16342, 4002, 'Johor Bahru, Johore', 'http://t.co/w7dDi8R6'), (16343, 1163, 'Johore, Malaysia', 'gg to take 5 min break ... Busy day!'), (16344, 4010, 'Singapore', 'Helloo semua :)'), (16345, 3863, 'Johor Bahru, Johore', 'tahu tak . tangan aku kat bahagian denyutan nadi tu sakit gila sbb lebam dkt situ =''/'), (16346, 1421, 'Singapore', '@itstartswithnic @vandanaraghuvir good work there sharing her home address for all to see~'), (16347, 2139, 'Johore, Malaysia', '@EiikaMeow_ ANYTHING SISTER! But make sure your mum buy insurance for you already. :D'), (16348, 3452, 'Johore, Malaysia', '@ohmysofiaa whai'), (16349, 3827, 'Johore, Malaysia', 'Which one more cuter left or right?? http://t.co/bSTJCto1'), (16350, 4009, 'Johor Bahru, Johore', '@ForeverChronic i feel like terajang your face.....'), (16351, 2064, 'Johor Bahru, Johore', '@purwatih nama macam kenal jerh.. ahaha. Tapi taktau sape. Confirm you starstruck ah!'), (16352, 1131, 'Johor Bahru, Johore', 'Cheerleading was kinda awesome just now! (":'), (16353, 4012, 'Johore, Malaysia', 'The changeover in the system is not being helpful at all! Make the accounts even more difficult. Can cry over frustration'), (16354, 1252, 'Senai Kulai, Kulai Jaya', 'Lalu je... (@ P08 FKE) http://t.co/BNBiT6GO'), (16355, 266, 'Kota Tinggi, Johore', 'I''m at Wadori @ Jurong Point http://t.co/9RJneCWM'), (16356, 2495, 'Johor Bahru, Johore', '@ShaneHeng Wth.. Pls la!! They are not my type okay!!'), (16357, 3385, 'Johor Bahru, Johore', '@Anglia_Lim @delcanine I working now lo~~~'), (16358, 3757, 'Johore, Malaysia', 'I''m at Maxwell Road Hawker Centre w/ @hellomesumin http://t.co/vCrZKuUT'), (16359, 3303, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) w/ 5 others http://t.co/JzCb2uNU'), (16360, 2425, 'Johore, Malaysia', 'SH*T i''ve a freaking keylogger!'), (16361, 1421, 'Singapore', '@monkeyslutter they attempt to wear a black apron thingy over it, if that helps'), (16362, 3822, 'Plentong, Johor Bahru', 'i feel noise all the day. Haishhzz'), (16363, 1163, 'Johore, Malaysia', 'I dun want to do OT today ... I want to go home and study =('), (16364, 1586, 'Plentong, Johor Bahru', '@shahidaselamat ee memang. sellau tgk taik sendiri je. ni aku kena flush kn taik org yg tak bertanggungjawab! bencii.'), (16365, 3452, 'Johore, Malaysia', '@BubblyyPandaa @ohmysofiaa hey im not dumb HAHAHHA'), (16366, 3989, 'Johore, Malaysia', 'Passcode:one straight line in the middle going up,if you know what i mean'), (16367, 1770, 'Johor Bahru, Johore', '@Fyan96 k'), (16368, 362, 'Johore, Malaysia', '#SomePeopleNeedTo shut the fuck up . Open mouth only hatred . Nothing else . Eh heart smelly sia . Eww .'), (16369, 923, 'Plentong, Johor Bahru', 'Cucuk amik darah dah, Xray dah, tunggu keputusan lab test darah... Tu yang doktor cakap paling kurang sejam lagi tu http://t.co/pLeqYXB6'), (16370, 3554, 'Johor Bahru, Johore', 'Watching Lorax with @AHMAINEE :) (@ Golden Village) http://t.co/YDUOgPoT'), (16371, 264, 'Singapore', '@Zophia98 Yalayala you very awesome luh.. AND SUPER BHB :DDD'), (16372, 63, 'Johor Bahru, Johore', '"@ArabProverbs: People are for each other."'), (16373, 349, 'Johor Bahru, Johore', '@Charmiann lol. She funny sia! Must be very pek cek everytime she do that &gt;.&lt; haha see if next time got chance a not lorhh /:'), (16374, 2422, 'Johor Bahru, Johore', '@StephanieLoh whatsapp'), (16375, 1704, 'Johor Bahru, Johore', 'I''m at Choony house:) http://t.co/CCccSwom'), (16376, 1092, 'Johore, Malaysia', 'Blood squirt on face...'), (16377, 2088, 'Johor Bahru, Johore', '&amp; I know keje office bnyk nah politics dia. Imma try to ignore all that.. Insyallahn.n'), (16378, 3452, 'Johore, Malaysia', '@dubstepunicorns no one miss me walao'), (16379, 4013, 'Riau, Indonesia', '@Celine_SwittinS @ bellaazhiratarm iya gpp thank you ya kmu udh sempetin ngucapin aku, aku senang banget ^_^'), (16380, 4014, 'Johore, Malaysia', 'I''m at Bayfront MRT Station (CE1/DT16) (Singapore) http://t.co/Plvl5Rty'), (16381, 531, 'Johor Bahru, Johore', 'When I''m listening to stronger. I think of you ~'), (16382, 2724, 'Plentong, Johor Bahru', '@WhatMiss hahahaha!! ye lahhh\nkalau aku ajk kau leyh pg keee!!!!'), (16383, 362, 'Johore, Malaysia', 'RT @syakilla_xx: @Imlikearocket OH I SEE. ARIGATO. you reward for telling is you get to tweet how the fuck you want . lol kbye^^'), (16384, 1231, 'Johor Bahru, Johore', '@shanyoungmoney my mum bought for me online.. Idk how much'), (16385, 3452, 'Johore, Malaysia', '@Fat_fishes @khizdancerz lol ikr'), (16386, 25, 'Johor Bahru, Johore', '@ManMathers kol kau bukan nk angkat'), (16387, 660, 'Plentong, Johor Bahru', '@WafiIshak @eyqAtiqa ehhhh kau pun tau eh pasal nabilah nabilah tu ? hahahha amboi wafi kau masok melodi ape ?!'), (16388, 264, 'Singapore', '@LAMSHITKAYYYY_ I nothing to study... Bleah.'), (16389, 2139, 'Johore, Malaysia', '@EiikaMeow_ Heh heh heh. :D'), (16390, 2122, 'Johor Bahru, Johore', 'So true omg RT @AquariusWins: An #Aquarius won''t accept people yelling at them, whether older or younger. They''ll find a way to punish them.'), (16391, 3955, 'Plentong, Johor Bahru', '@ainabasyirahh amboi . haha :p deyy , ape buad ?'), (16392, 2588, 'Johor Bahru, Johore', '@yukayuhara hmmm scientific name dier agapornis ler.. Lovebirds, budgie fischer they are pocket parrots. Investment jeee.:)'), (16393, 3452, 'Johore, Malaysia', '@ohmysofiaa SHI BEH FAHMI STELLA BEH LEH?'), (16394, 384, 'Malaysia', '@TUAN_TH อ่าจ้ะๆ ทำไรอยู่??'), (16395, 88, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle tak payah nak bg report apa2 dekat bf lols'), (16396, 4014, 'Johore, Malaysia', 'I''m at Marina Bay Sands (Hotel) (Singapore, Singapore) w/ 6 others http://t.co/LYezPOiN'), (16397, 1594, 'Johore, Malaysia', 'No I must go read up, anyone joins book club? I wanna go join too!'), (16398, 2064, 'Johor Bahru, Johore', 'It is Brenda Mary Ann JALLEH. Not SALAH.'), (16399, 4010, 'Singapore', 'wowwwww RT @atylialee Hahah . Roughh . Auwm . Dating kat krete dgn nisa smlm . Wewit .'), (16400, 2623, 'Malaysia', '“@Izbeamiiz: @fahfak 555 มีที่นี่ที่เดียว :)” / ม้ายหรอก ตอนเค้าไปติว เค้าก่เปนแบบนี้แหละ'), (16401, 3986, 'Singapore', '#PeopleIWantToMeet #Fahrenheit &lt;3'), (16402, 2766, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 10 others http://t.co/gZeB5FFJ'), (16403, 3294, 'Johore, Malaysia', 'if i can''t get what i want, i will love n appreciate what i have.'), (16404, 4015, 'Kota Tinggi, Johore', 'Still at work..Excited much makauwi ng pinas para mapanuod ulit mga kapamilya shows http://t.co/DDlqrbPl'), (16405, 3917, 'Plentong, Johor Bahru', 'Wacky.LOL'), (16406, 2065, 'Pulai, Johor Bahru', '@ZamerZahran ngata diri sendiri ke bang??hahaha'), (16407, 703, 'Johore, Malaysia', '@glamourbeetch he always sings w/ taufik batisah. Haha starstruck eh. I''m like lost. I even did the matrep dance siol!'), (16408, 3677, 'Johore, Malaysia', '@AnnoyingHongie your sleeping beauty'), (16409, 86, 'Singapore', 'Bad romance used to be our song. In the end, it was out story too.'), (16410, 1330, 'Johor Bahru, Johore', 'I''m at ITE College west @ 6611 http://t.co/jxnSLJNq'), (16411, 1741, 'Johore, Malaysia', 'Called urself a senior but attitude like eff.'), (16412, 280, 'Johor Bahru, Johore', 'RT @MICHELLESYX: RT @fxtg88k: If only insecurities didn''t exist.'), (16413, 3986, 'Singapore', '#PeopleIWantToMeet #AaronYan &lt;3'), (16414, 3203, 'Johor Bahru, Johore', 'Going to Loyang point soon. (@ McDonald''s w/ 3 others) http://t.co/MnvixPB3'), (16415, 1770, 'Johor Bahru, Johore', '@imyourpabo ohk'), (16416, 3955, 'Plentong, Johor Bahru', '@carrotiee layan twitter , fb :)'), (16417, 1288, 'Johore, Malaysia', 'I''m at Hort Park http://t.co/wC5HNKBj'), (16418, 671, 'Johore, Malaysia', 'Earl grey milktea with herbal jelly is so Yumzzzz !!!!!!!'), (16419, 1231, 'Johor Bahru, Johore', '@shanyoungmoney can by tonight i give as i also dun know what web i need to ask my mum'), (16420, 2284, 'Johor Bahru, Johore', 'I''m at NTUC FairPrice (Singapore) http://t.co/n9FtWr36'), (16421, 1770, 'Johor Bahru, Johore', 'otw home'), (16422, 362, 'Johore, Malaysia', 'Hungry :('), (16423, 2385, 'Johor Bahru, Johore', 'I''m at Mr Bean @ Hg Mall http://t.co/ui6tlOX8'), (16424, 3797, 'Johor Bahru, Johore', 'Why people called me a show off /: sad siaa'), (16425, 1586, 'Plentong, Johor Bahru', 'haa kan bos aku dh mcm anjing ni.'), (16426, 962, 'Johor Bahru, Johore', 'Bsok nk tempuh lagi ujian..malasnye!!'), (16427, 2896, 'Plentong, Johor Bahru', '@wani_ar haha,belagak la sbb mmg aku xkn byr..kuikui..tq waniar..'), (16428, 3863, 'Johor Bahru, Johore', '@FuzaRdzn aku call uncle aku . suruh bukak tombol pintu tu . dah bukak habes takboleh bukak jugak . entah taktahu kenapa lst aku tendang je'), (16429, 867, 'Johor Bahru, Johore', '" we so excited!!! " (at Republic of Singapore Air Force Museum) [pic] — http://t.co/QmFpBEMa'), (16430, 1242, 'Singapore', 'Fuck la'), (16431, 795, 'Johor Bahru, Johore', 'I''m at Serangon MRT Station w/ 2 others http://t.co/IrHfwLr7'), (16432, 2746, 'Johore, Malaysia', '@Kesterkjw oi? Here? ~_~'), (16433, 1938, 'Johor Bahru, Johore', 'I''m at Sembawang Shopping Center  (Singapore) http://t.co/JJkDBbRM'), (16434, 3169, 'Johore, Malaysia', 'I''m at PSB Academy (Delta Campus) w/ @paulinambing http://t.co/1GtVgHTU'), (16435, 2085, 'Johore, Malaysia', 'I''m at Circle Line Platform B http://t.co/L9MPvQ5C'), (16436, 1524, 'Johor Bahru, Johore', 'lucy hale macam muka seakan-akan like selena gomez'), (16437, 988, 'Johor Bahru, Johore', 'Go home time :) (@ ITE College West w/ 11 others) http://t.co/aQDQSf4Z'), (16438, 4016, 'Johore, Malaysia', 'I''m at Ngee Ann City Tower A (Singapore) http://t.co/NrgYdD51'), (16439, 4017, 'Singapore', 'omg'), (16440, 3452, 'Johore, Malaysia', '@BubblyyPandaa @ohmysofiaa MAUHAHA not moi!'), (16441, 4018, 'Johor Bahru, Johore', '@imflorencee having a fun day out!!!! :-)'), (16442, 86, 'Singapore', 'Bad romance used to be our song. In the end, it was our story too .'), (16443, 632, 'Plentong, Johor Bahru', 'Tukar fikiran. I hope someone will help me.'), (16444, 3917, 'Plentong, Johor Bahru', '@AdiiAshlee Dila,jiggy tu kan dia ada masuk Showdown tahun lepas lah! rokustep!'), (16445, 502, 'Johor Bahru, Johore', 'Hungryyyyy.'), (16446, 3452, 'Johore, Malaysia', '@burntmittens whr u beh'), (16447, 2762, 'Malaysia', 'มากกกก'), (16448, 4019, 'Johore, Malaysia', 'I''m at Lucky Plaza (Singapore, Singapore) http://t.co/ClvuwaSz'), (16449, 3986, 'Singapore', '#PeopleIWantToMeet SHINee, Super Junior, Boyfriend and all kpop groups &lt;3'), (16450, 1501, 'Johor Bahru, Johore', '@Ashiikin after that?'), (16451, 1356, 'Johore, Malaysia', '@jiaLiaoMee niceee!!(:'), (16452, 325, 'Johor Bahru, Johore', 'I''m at xXFaiZaLxXPaRaDiSexX (Singapore) http://t.co/NaGGiJKY'), (16453, 4016, 'Johore, Malaysia', 'I''m at Takashimaya Department Store w/ @yolandaftw http://t.co/AXrbBPqe'), (16454, 2085, 'Johore, Malaysia', 'I''m at Masjid Wak Tanjong http://t.co/SJ00g4ym'), (16455, 3452, 'Johore, Malaysia', 'who wanna jog todayye'), (16456, 632, 'Plentong, Johor Bahru', 'I don''t wanna let my years fall. Please!'), (16457, 3418, 'Johore, Malaysia', 'I''m at Sweet Chills (Singapore) http://t.co/Pxt7GhX9'), (16458, 3979, 'Johore, Malaysia', '@TeoZiJie You never know! See the NJ people in our platoon! hahaha'), (16459, 3452, 'Johore, Malaysia', 'NOT GOING TOWN ANYMORE YAY'), (16460, 4013, 'Riau, Indonesia', '@ChintaSwittinS follback aku ya please cantik ^_^'), (16461, 3452, 'Johore, Malaysia', 'YAYZ'), (16462, 2667, 'Johore, Malaysia', 'I''m at Tower 2 Marina Bay Sands Hotel w/ @angela_leong http://t.co/AeoYNXP8'), (16463, 3819, 'Indonesia', '#PeopleIWantToMeet @JRX_SID @melaniesubono @Charlie_Rowe @BOBBYBIKUL and much more :)'), (16464, 1303, 'Johore, Malaysia', 'Feeling so empty.'), (16465, 2254, 'Johor Bahru, Johore', 'Back in Msia lol (@ Saujana Seafood) http://t.co/IEerLVxj'), (16466, 2353, 'Johor Bahru, Johore', 'Bias. Bro did well for his A''s i did badly for my CT. So? He can go out, i cant? Why you fucking control my freedom?'), (16467, 116, 'Johor Bahru, Johore', '@jabslim oh yeah @CaoMilan! LOL'), (16468, 2172, 'Johore, Malaysia', 'hye people!!!!!'), (16469, 1856, 'Singapore', '@Ling2_fruitbar mulai jam berapa tarotnya?'), (16470, 4017, 'Singapore', 'walao tan kim boon!! -.-'), (16471, 962, 'Johor Bahru, Johore', 'I am fucking hell wanna mia frm werk!haha!'), (16472, 4020, 'Malaysia', 'I''m at Batik Paoman Art (Indramayu, West Java) http://t.co/dV8z8qMo'), (16473, 1770, 'Johor Bahru, Johore', '@Fyan96 ur painting http://t.co/bcYBJYXq'), (16474, 660, 'Plentong, Johor Bahru', '@dasukisanit belum belum ! mesti la belum . aku pening taktau nak baca yg mne . ikut spot atau baca semua @_@'), (16475, 3822, 'Plentong, Johor Bahru', 'Can u please stop making noise in outside there. I''m feel disturbed !'), (16476, 2667, 'Johore, Malaysia', 'I''m at Marina Bays Sands, Skypark, Poolside http://t.co/521DKT6A'), (16477, 4017, 'Singapore', 'give us so much hw last minute say change question!! -''-'), (16478, 7, 'Johore, Malaysia', 'Fuu lifeless'), (16479, 2085, 'Johore, Malaysia', 'I''m at City Plaza (Singapore) http://t.co/AOrs8LnN'), (16480, 3947, 'Plentong, Johor Bahru', 'Java chip pls (@ Starbucks @ City Square w/ 2 others) http://t.co/06EO30A2'), (16481, 210, 'Johor Bahru, Johore', 'Why Jurong east complex close?!?!'), (16482, 4021, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 21 others http://t.co/UOuSBUtF'), (16483, 3863, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle nak rindu ex ex semua boleh . kalau in relay nanti bf gf jealouse . brrrbbb =3 annyoed'), (16484, 1118, 'Johor Bahru, Johore', '@aniasrani @YuliaYudhani rating 10. Karunia, (RCTI, 20:27-22:58), 3.1/12.9-3.2/13.5'), (16485, 221, 'Malaysia', '@hoo_benz :")'), (16486, 2353, 'Johor Bahru, Johore', 'Regret having you as my mom. Other parents dont do this to their child. The more you push me to the limit, the more rebellious i''ll become.'), (16487, 3986, 'Singapore', 'You think you''re perfect? Nope you''re wrong #Nobody''sPerfect'), (16488, 317, 'Johor Bahru, Johore', '@JoeyyLau wadd?:o'), (16489, 4022, 'Johore, Malaysia', 'Set up ! (at Singapore Expo (Hall 5)) — http://t.co/BIKuBEPQ'), (16490, 2861, 'Johor Bahru, Johore', 'I''ll just turn and walk away.'), (16491, 1019, 'Johor Bahru, Johore', '@Retwittings obviously Adele'), (16492, 1586, 'Plentong, Johor Bahru', 'selamat hari taik lah VIKING ASPHALT'), (16493, 221, 'Malaysia', '@POP_INBIRD :")'), (16494, 4023, 'Johor Bahru, Johore', 'Big Tits (.Y.) (@ ITE College West w/ @typhusmary) http://t.co/tDnaLt9l'), (16495, 4008, 'Johore, Malaysia', 'RT @HeyBaca: Jgn tunda u/ masa depanmu. Kesempatan gk datang 2x. Manfaatkan dgn baik, lakukan dgn baik dan kamu akan jd yg terbaik'), (16496, 4024, 'Johore, Malaysia', 'I''m at SingHealth Polyclinics - Bedok (Singapore) http://t.co/J6FvlD7W'), (16497, 25, 'Johor Bahru, Johore', '@DayahMango tahu tkpe. Aku nk ajak diorang kluar but tk angkat phone soo atlast aku kluar sorang.'), (16498, 931, 'Johor Bahru, Johore', '@RollingTheDeeps oreofighter'), (16499, 2064, 'Johor Bahru, Johore', '@purwatih hahah! Mampos! This is normal when you are nervous and in awe. Ahahah. At least tak buat chicken dance. Confirm malu gila.'), (16500, 3955, 'Plentong, Johor Bahru', '@ainabasyirahh haha , mcm tu pun ada ka ? eh , kau dh siap folio sejarah ?'), (16501, 2085, 'Johore, Malaysia', 'I''m at Grandlink Square (Geylang, Singapore) http://t.co/gBqyyo1e'), (16502, 4021, 'Johore, Malaysia', 'I''m at Artease Café (Singapore, Singapore) http://t.co/St6T75tr'), (16503, 4025, 'Johore, Malaysia', '@ tutti frutti (@ The Clementi Mall w/ 7 others) http://t.co/1dVqZqrq'), (16504, 660, 'Plentong, Johor Bahru', 'hahaha booo wafi booo ! RT @eyqAtiqa @WafiIshak @raihanaonly tak pyh nk perasaan sgt ehhh!'), (16505, 2499, 'Singapore', 'Los Leones has gotta teach #MUFC kids a lesson...give them a trophy-less season so that they''l learn to be less arrogant in the future'), (16506, 3863, 'Johor Bahru, Johore', 'tgn aku kna kipas makin sakit padehal kipas ni volume dia satu je =3'), (16507, 4026, 'Plentong, Johor Bahru', 'I''m at Perpustakaan Tun Dr Ismail (Johor Bahru, Johor) http://t.co/xFGFM5oj'), (16508, 3726, 'Johore, Malaysia', 'Like, i came to KLP with my family, but i''m not even bowling with them coz i need to go off soon. What the hell man!'), (16509, 1988, 'Johore, Malaysia', 'I''m at The Fullerton Hotel Singapore (Singapore, Singapore) w/ 2 others [pic]: http://t.co/KainorMq'), (16510, 181, 'Johore, Malaysia', 'Ahahha sir sroh aku ren and ssg azmi buat bende, bende lain kite buat.. Tangkap earthworm kasi ikan kat kolam makan http://t.co/smDsMchk'), (16511, 3771, 'Riau, Indonesia', '@ryan_bluejazz ada gitu ?? haha'), (16512, 272, 'Johore, Malaysia', 'pink guava juice'), (16513, 1524, 'Johor Bahru, Johore', '@imkaiyisah i''m watching the first season!! hahahahaha omg they really gonna reveal?'), (16514, 4013, 'Riau, Indonesia', '@TasyaD_SwittinS follback aku yaa please ^_^'), (16515, 138, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle takyah topup.kau nak marah aku tak reply txt,..sile jahanam..'), (16516, 4017, 'Singapore', '#BestThingAboutBeingSingle : Doing work no need keep thinking of this particular person. can concentrate more!'), (16517, 4027, 'Riau, Indonesia', 'I''m at Sultan Mahmud Baharudin II International Airport Palembang http://t.co/KEN2mFYH'), (16518, 1770, 'Johor Bahru, Johore', '@ElfyEnrique ur painting http://t.co/WEUWVpEJ'), (16519, 4028, 'Johor Bahru, Johore', 'Money is much important than other!!! Sigh......'), (16520, 264, 'Singapore', '@LAMSHITKAYYYY_ Term break no need do anything :P'), (16521, 3900, 'Johor Bahru, Johore', 'Hey Hazwan. (@ The Red Bench) [pic]: http://t.co/6sBc5mot'), (16522, 3863, 'Johor Bahru, Johore', '@FuzaRdzn pintu tu tak kunci -.- kunci spare ade takboleh bukak jugak . boleh ah . kaki waa bengkak ni haa brrrbbb'), (16523, 1472, 'Singapore', 'Almost forget about cashflow again. -_-!!'), (16524, 962, 'Johor Bahru, Johore', 'I hate to be in politics line!haha'), (16525, 2125, 'Johore, Malaysia', 'I''m at Landmark Tower (Singapore, Singapore) http://t.co/9qIXnt02'), (16526, 3452, 'Johore, Malaysia', '@BubblyyPandaa @ohmysofiaa Too bad you can''t cos iknow!'), (16527, 502, 'Johor Bahru, Johore', 'It''s raining outside and I can''t concentrate. How to study likethis? OMG'), (16528, 3896, 'Johore, Malaysia', 'If only money dropped from the sky'), (16529, 4030, 'Johor Bahru, Johore', '@_xiaofei Like me? :D'), (16530, 1131, 'Johor Bahru, Johore', 'So long since I came home so early! Shall take a nappppppp! (":'), (16531, 1501, 'Johor Bahru, Johore', 'currently im sticking tissue in my nose.'), (16532, 3041, 'Johore, Malaysia', 'MMMMMMDAP! (@ Spize Bedok) http://t.co/Auak7i1q'), (16533, 3721, 'Johore, Malaysia', 'I''m at Eunos MRT Station (EW7) (Singapore) http://t.co/Zm2w0EZG'), (16534, 362, 'Johore, Malaysia', 'Boring :( . Kay lah . Nak gy smoke . Lol .'), (16535, 3452, 'Johore, Malaysia', '@AndreasTJJ @whattheasyraf no one asked HAHAHHAHA'), (16536, 2814, 'Johore, Malaysia', 'Art (at STPI Robertson Squay 41) [pic] — http://t.co/CW3Tldpt'), (16537, 962, 'Johor Bahru, Johore', '@Khatijahjah senang bt tricky..ive gt 65% for mcq..gerek kn?!?!haha'), (16538, 2598, 'Indah Shopping Centre, Pulai', 'I''m at AEON Bukit Indah Shopping Centre (Johor Bahru, Johor) http://t.co/0IKcDSJB'), (16539, 2064, 'Johor Bahru, Johore', 'OMG. NANNY COOKED DHAL. *runs away*'), (16540, 3986, 'Singapore', 'Ate Mac just now ^ ^'), (16541, 984, 'Johore, Malaysia', 'Wants to go home'), (16542, 88, 'Johor Bahru, Johore', '#BestThingsAboutBeingSingle You do not need to bother about how to dump someone or how not to get dumped.'), (16543, 148, 'Johor Bahru, Johore', '@hollyporks haha I just realized too~ hehhe. Hmm so u can''t uh? D: going.. But might need leave earlier..'), (16544, 3863, 'Johor Bahru, Johore', '"ibu cakap , kena ad org lelaki sorang duduk rumah ni . adik kau jd fengkid je lah eh ?" *brrrrbbbb ap ibu merepek doh ? -oo-*'), (16545, 1483, 'Singapore', '@Aiiroro i also forget...'), (16546, 4031, 'Johor Bahru, Johore', 'Wahh!! The doctor was gonna give me 3 days mc!! I said no thanks.. Hahaha! (@ Choa Chu Kang Polyclinic (NHG)) http://t.co/G2Fty8Z8'), (16547, 895, 'Johore, Malaysia', 'Walau why so crowded'), (16548, 2758, 'Senai Kulai, Kulai Jaya', 'Hai tuan bilik! Hai~ (@ No. 2-51, Block MA1, Kolej 11 UTM) http://t.co/DmiEPFvr'), (16549, 4032, 'Johor Bahru, Johore', 'Yay I love my mum. She''d gonna buy A&amp;F shirts for me!'), (16550, 1421, 'Singapore', '@itstartswithnic @vandanaraghuvir hmmm if I''d wanted it, I''d have obtained it long ago~'), (16551, 3955, 'Plentong, Johor Bahru', 'kredit tkde :('), (16552, 977, 'Johore, Malaysia', 'I''m at 602 Clementi West Street 1 (Singapore) http://t.co/LBhUnXbj'), (16553, 4013, 'Riau, Indonesia', '@SwittinS follback aku yaaa please ^_^'), (16554, 3819, 'Indonesia', '@anjinurhuda follback qaqa :D'), (16555, 2283, 'Tebrau, Johor Bahru', 'Ahha muka anak buah aku macam amoi haa !'), (16556, 63, 'Johor Bahru, Johore', 'Just reached Singapore . Hah bnyk movie beli. Tp lgy 3 hari da skola. -.-'), (16557, 1354, 'Johore, Malaysia', '@_valerietan 我是你老婆不是朋友。'), (16558, 3452, 'Johore, Malaysia', 'Hello to ma'' new twitcon~'), (16559, 3870, 'Singapore', 'Louis: Mary?\nHarry: well, we had that thing going on..\nLouis: SHE''S MINE!!!\n#1DMemories'), (16560, 931, 'Johor Bahru, Johore', '@Shermainezxc @RollingTheDeeps Oreofighter im gonna kill u'), (16561, 2598, 'JUSCO - Bukit Indah, Pulai', 'I''m at Subway, Jusco Bukit Indah w/ @darenishh http://t.co/WB7l6IGQ'), (16562, 3616, 'Johore, Malaysia', 'Wondering if #chameleoncircuit will make a new album I sincerely hope so :)'), (16563, 362, 'Johore, Malaysia', 'No judgement but you''re too ugly to be bitchy . Hahaha .'), (16564, 4033, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 21 others http://t.co/2H0sgjLu'), (16565, 4034, 'Johore, Malaysia', 'Releasing stress.. #fyeah ✌ (@ ClubFitt Gym @ Clementi Sports Hall) http://t.co/31iwSlkL'), (16566, 2736, 'Johore, Malaysia', 'I''m at Marina Square (Singapore, Singapore) w/ 6 others http://t.co/SLe8NqbJ'), (16567, 4035, 'Singapore', '@Shaynerdbaby PEDO!'), (16568, 2758, 'Senai Kulai, Kulai Jaya', 'TIDO zzzz (@ MA1 Kolej 11 UTM Skudai Johor) http://t.co/QJF3EKTT'), (16569, 3986, 'Singapore', 'gonna have a quick nap now #tired &gt;&lt;'), (16570, 2548, 'Malaysia', '@umppppp เย่ เย่ : D'), (16571, 3785, 'Johore, Malaysia', 'I''m at Toa Payoh MRT Station (NS19) (Singapore, Singapore) w/ 2 others http://t.co/teOfVpVi'), (16572, 3955, 'Plentong, Johor Bahru', '@ainabasyirahh ohh , rajin bebenor kau . aku satu pun tk siap .'), (16573, 1391, 'Plentong, Johor Bahru', 'I''m at Tan Chong Ekspres Auto Services SB (Johor Bahru, Johor) http://t.co/de8mXtcM'), (16574, 2842, 'Malaysia', 'I''m at I-tim (Kho Hong, Songkhla) [pic]: http://t.co/hSZZuEbJ'), (16575, 3863, 'Johor Bahru, Johore', '#np i gotta go my own way - vanessa hudgens'), (16576, 4036, 'Johore, Malaysia', 'do i look like an engineer? :('), (16577, 25, 'Johor Bahru, Johore', '@DayahMango aku tk tahu yang kau dh bangun. Slalu gini nye time kau lom bangun. Sorry'), (16578, 3746, 'Johor Bahru, Johore', 'I''m at home (@ Blk 429 Choa Chu Kang Ave 4) http://t.co/klc20MHj'), (16579, 4010, 'Singapore', 'hahahahhaa insyallah. aku tak smpt shopping apa pun RT @FuadDannyBoy hai...aku nak souvenir..:)'), (16580, 3955, 'Plentong, Johor Bahru', '@carrotiee cuti ? duduk rumah je . boring :( you ?'), (16581, 3785, 'Johore, Malaysia', 'I''m at HDB Hub Food Court (Singapore, Singapore) http://t.co/JxzB5x2F'), (16582, 3785, 'Johore, Malaysia', 'I just ousted Benny G. as the mayor of HDB Hub Food Court on @foursquare! http://t.co/ovcblWGy'), (16583, 2793, 'Johore, Malaysia', '@Smittenkiss really?! Ahahha great minds think alike remember?'), (16584, 26, 'Johore, Malaysia', 'call on me tell me everything you wants to be'), (16585, 299, 'Plentong, Johor Bahru', 'Off to Lion City.. (@ Sultan Iskandar CIQ Complex (Johor Bahru Checkpoint) w/ 2 others) http://t.co/yDBSykJB'), (16586, 3986, 'Singapore', 'Competition in two days time'), (16587, 88, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle You are free to flirt with anybody in daily life or at social networks.'), (16588, 3796, 'Johore, Malaysia', '@jajareynoso @melsckie @chechebureche16 @axia_so2 grounded ka pa hahaha..next month ka pa pede magdate :D'), (16589, 4037, 'Malaysia', 'I''m at Bellagio Mall (T) http://t.co/HKU35hJ2'), (16590, 4029, 'Johor Bahru, Johore', 'Me: hey did you see my tweet? \nLivi :no, I din''t swee your teet. \nHAHAHAHAHAHA @Leveeeee'), (16591, 3988, 'Johor Bahru, Johore', 'Why So Lag?'), (16592, 1522, 'Johor Bahru, Johore', '@yeelinlicious yeppppp'), (16593, 4038, 'Singapore', 'aku takut kamu sakit...'), (16594, 2499, 'Singapore', '@dasarangmin @mylfc08 hahaha...does she even know that #LFC is an English Premier League club and not a team playing in Liga Super?? :p'), (16595, 962, 'Johor Bahru, Johore', 'While running thru persentation,we paused and...snap!!!haaha @MaisyaMary http://t.co/Laq6yRaJ'), (16596, 3986, 'Singapore', 'how time flies'), (16597, 4039, 'Singapore', '@Nafisah_visa annyeong Follow back me please ^^ I''m is @EchaErsa''s Cousin'), (16598, 1751, 'Johore, Malaysia', '@ZimJoker yg building chocklat ehk'), (16599, 594, 'Johore, Malaysia', 'Healthy eating is not about strict nutrition philosophies, staying unrealistically thin, or depriving yourself of the foods you love.'), (16600, 568, 'Kota Tinggi, Johore', '@AzeRyanChing haha mas masaya kung ako magiging reason ng pagiging palaboy nia :p'), (16601, 1002, 'Indonesia', '@RitaAcnes adong. ale holan blog do ito,,,,,'), (16602, 4040, 'Johore, Malaysia', 'Yay more ale for me! @ Sky@11 http://t.co/dHrMsEB0'), (16603, 3986, 'Singapore', 'bye twitter'), (16604, 1354, 'Johore, Malaysia', '@_valerietan @windxuan 我also haven had lunch.... Now also donno can go Lian party ma :('), (16605, 992, 'Johor Bahru, Johore', '@Qimanpoh yea..no choice..'), (16606, 2550, 'Johor Bahru, Johore', 'I''m at Home Sweet Home ♥ http://t.co/QTGOWpaU'), (16607, 2881, 'Johor Bahru, Johore', 'I wan sleep.. (@ Beast Land) http://t.co/q0cfmJoq'), (16608, 815, 'Johor Bahru, Johore', 'I''m at Bus Stop 76149 (Opp Tampines Stn/Int) (Tampines, Singapore) http://t.co/ZbEbjFak'), (16609, 576, 'Johor Bahru, Johore', 'Why does everyone seem to have a job?'), (16610, 2399, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 21 others http://t.co/LILBo5CH'), (16611, 3467, 'Johore, Malaysia', 'Unfortunately feels nothing like Bhutan. (@ Bhutan Shop) http://t.co/kK1PcREH'), (16612, 1540, 'Johore, Malaysia', 'At @Iffattt house!'), (16613, 931, 'Johor Bahru, Johore', '@RollingTheDeeps kill u???'), (16614, 3435, 'Johore, Malaysia', 'I don''t know why my Firefox don''t render and display my Google Docs well. :('), (16615, 2399, 'Johore, Malaysia', 'I''m at Bugis Street (Singapore) w/ 16 others http://t.co/dwbDLgr7'), (16616, 362, 'Johore, Malaysia', 'Smelly china people with their disgusting attitude . Ergh !'), (16617, 1540, 'Johore, Malaysia', 'Damm rich house!!!'), (16618, 502, 'Johor Bahru, Johore', 'He''s bringing me out for dinner later on! But, I''m VERY hungry now.... Alamak. ):'), (16619, 241, 'Johore, Malaysia', 'KIMAK! Ngantok! :''('), (16620, 4041, 'Johore, Malaysia', 'Baby you light up my world like nobody else'), (16621, 568, 'Kota Tinggi, Johore', '@vin_centQ @mkrizzy @karinacanlas @dukesapercie na na na na na HOT issues!!hahaha'), (16622, 3506, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange w/ @ahjusshi_ming http://t.co/J0My5S41'), (16623, 2399, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 2 others http://t.co/nMyxGppH'), (16624, 88, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle You have the freedom of phone. No body is gonna charge you for keeping your phone busy.'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (16625, 4042, 'Johor Bahru, Johore', 'I''m at Bishan MRT Interchange (NS17/CC15) (Singapore, Singapore) w/ 7 others http://t.co/PZzlWruQ'), (16626, 1472, 'Singapore', '@Ruiiroro jialat sio we.. think we do hundred years also still will forget hahahaha!!'), (16627, 1370, 'Johor Bahru, Johore', '@soonkuehh piak more.'), (16628, 1698, 'Plentong, Johor Bahru', 'watched RASUK just now ! urrm,. best la jugak. ;)'), (16629, 3247, 'Johore, Malaysia', 'RT @YuZhenhehehaha: Let''s stay together forever.'), (16630, 280, 'Johor Bahru, Johore', 'RT @MICHELLESYX: Talk is cheap, prove it to me by your actions.'), (16631, 502, 'Johor Bahru, Johore', 'No food = no concentration.'), (16632, 4043, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 3 http://t.co/eG7noTpC'), (16633, 25, 'Johor Bahru, Johore', '@DayahMango aku kat lucky plaza. Around kul 6 gitu aku dh balik psl aku ade training nnt.'), (16634, 568, 'Kota Tinggi, Johore', '@iamitaliana makati pa kasi teh sa higad!!haha'), (16635, 78, 'Johor Bahru, Johore', 'Time to sleep.'), (16636, 999, 'Johore, Malaysia', 'Wapiang HMS damn lot people pon dance for fun lol...'), (16637, 3854, 'Singapore', 'i am just wan to rest..'), (16638, 4017, 'Singapore', 'fml :('), (16639, 2794, 'Johore, Malaysia', 'I''m at Lido IMAX Main Hall http://t.co/YZq091gy'), (16640, 889, 'Johor Bahru, Johore', 'Ki-siao-ing in progress with ah jack (@ Woodlands Spectrum I) http://t.co/OkWrDbEK'), (16641, 4044, 'Tebrau, Johor Bahru', '@Pinkypromisedx have fun on bed. :)'), (16642, 4039, 'Singapore', 'New Avatar.I''m so random today'), (16643, 280, 'Johor Bahru, Johore', 'So damn tired! Holiday isn''t a holiday at all :/'), (16644, 3986, 'Singapore', 'CCA till late at night'), (16645, 4045, 'Tebrau, Johor Bahru', 'Hi jb :) (@ Jalan Skudai) http://t.co/UDCEUmiY'), (16646, 1751, 'Johore, Malaysia', '@ZimJoker aku tao psl everydae jln situ aku nmpak kedai dc'), (16647, 2532, 'Singapore', 'I cannot figure out if the maid next door is a man or a woman. :/'), (16648, 931, 'Johor Bahru, Johore', '@RollingTheDeeps ya lol???'), (16649, 1384, 'Johore, Malaysia', 'Falling sick:('), (16650, 1081, 'Malaysia', 'ส่งของ (@ ไปรษณีย์ คอหงส์) http://t.co/tjPIQsyN'), (16651, 3986, 'Singapore', 'gonna hav some rest'), (16652, 82, 'Malaysia', 'จะต้องหาอีกนานแค่ไหน ใจเจ้าเว๊ยยยยย'), (16653, 2957, 'Johore, Malaysia', 'You left me when I needed you the most. Soon don''t even try coming back.'), (16654, 4046, 'Johore, Malaysia', 'I''m at NUS Central Library (Singapore) w/ 4 others http://t.co/XAFnhsLY'), (16655, 7, 'Johore, Malaysia', '@echaashadi Ditanya tanya lagi. Harus lahh takut. Haihh nk bunuh diri pun ada :/'), (16656, 2957, 'Johore, Malaysia', 'You only date bad guys.'), (16657, 1483, 'Singapore', '@Aiiroro haha.. cos i chking excel wksheet until i eye blur blur'), (16658, 3821, 'Johor Bahru, Johore', '@dearsheryl hahaha break again! Good job!'), (16659, 4047, 'Johor Bahru, Johore', '@YANLINGGGGG did you eat fruits before that?!'), (16660, 2791, 'Singapore', '@rawrdinorovexc LOL!!!'), (16661, 25, 'Johor Bahru, Johore', '@DayahMango im having fun now looking at the chicks around here makes me forget bout her. Hahahah'), (16662, 4048, 'Johore, Malaysia', '@DelicousCream Ps?'), (16663, 931, 'Johor Bahru, Johore', '@RollingTheDeeps funny'), (16664, 3896, 'Johore, Malaysia', '1 day it will all be over'), (16665, 2064, 'Johor Bahru, Johore', '@purwatih hahahahah! Kekek siah! If i was there, i will be laughing myself silly. got no choreography meh?'), (16666, 3863, 'Johor Bahru, Johore', '@FuzaRdzn masalahnye bukan tombol dia rosak . yg benda alah lock dekat tepi2 pintu tu --'' . haha bialah urut makin sakit .'), (16667, 1751, 'Johore, Malaysia', '@ZimJoker sale aku tk nampak!!!'), (16668, 417, 'Johor Bahru, Johore', '@iarvind98 no.'), (16669, 4049, 'Johore, Malaysia', 'I''m at Makan Place w/ @michaelaalodia http://t.co/5C3LM8W3'), (16670, 668, 'Johore, Malaysia', '“@SofeaStyles_: I''ve tried so hard, but I''m never the one.”'), (16671, 2964, 'Johor Bahru, Johore', 'I''m at Pasir Ris Bus Interchange (Singapore, Singapore) w/ 2 others http://t.co/3Z564LHI'), (16672, 3633, 'Johore, Malaysia', 'Sia lah why my mouth still got martel smell........'), (16673, 1751, 'Johore, Malaysia', '@ZimJoker kao beli kasot dc tu braper'), (16674, 643, 'Johor Bahru, Johore', 'I just woke up man sian how am I s''posed to adjust my body clock?'), (16675, 2284, 'Johor Bahru, Johore', 'I''m at Pet Lover''s Center @ Whitesand http://t.co/99MPs7r3'), (16676, 643, 'Johor Bahru, Johore', 'I just woke up man sian how am I s''posed to adjust my body clock?!'), (16677, 3955, 'Plentong, Johor Bahru', 'perempuan mmg comel bila pendek #kan'), (16678, 848, 'Johore, Malaysia', '@gavinweisheng @horfunrice @JonathanYiQiang tonight WX jio dinner at Kim Seng cc opposite the bak kut teh. You guys want ? Meet 7 at there.'), (16679, 1064, 'Johor Bahru, Johore', '@QQpotato i play with me leh i cant find u'), (16680, 2741, 'Johor Bahru, Johore', '@Almhrxwr_ There. ;)'), (16681, 250, 'Johor Bahru, Johore', '@hiokhiokhiok baik'), (16682, 2284, 'Johor Bahru, Johore', 'I''m at Pet Lovers Centre @ White Sands http://t.co/10wBB89K'), (16683, 2793, 'Johore, Malaysia', '@Smittenkiss ahahhah but im not wearing dress tomorrow!its ok tonight i will wear and take a pic and watsapp you ok?ahahah wear your batman!'), (16684, 3307, 'Johore, Malaysia', '@Cong_Ying Lai, play with me badminton. ^^'), (16685, 2180, 'Johore, Malaysia', 'I''m at The Centrepoint (Singapore) w/ 2 others http://t.co/QR3Cglig'), (16686, 151, 'Johor Bahru, Johore', 'Slacking in my bed  (@ The Centris executive apartment) [pic]: http://t.co/D1BS9G46'), (16687, 931, 'Johor Bahru, Johore', '@Shermainezxc me or him'), (16688, 3307, 'Johore, Malaysia', '@Cong_Ying Do homework. :('), (16689, 999, 'Johore, Malaysia', 'This is the most hiong dance lesson ever. Tolong ah '), (16690, 4050, 'Johore, Malaysia', 'Feature Writing! #kaplan #feature #writing #thursday #iphonography #p @ Kaplan City Campus (Starhub Centre) http://t.co/ifWGAktZ'), (16691, 3971, 'Tebrau, Johor Bahru', '@cherylncsh nope. Haha. Bypassing your place. gg tuition!'), (16692, 4039, 'Singapore', 'In April I''ll Return to Indonesia'), (16693, 3819, 'Indonesia', 'means you really really appreciate the song RT@NickySubono Listening to jack johnson tunes. I feel like walking in the sand towards the sea'), (16694, 2499, 'Singapore', '@dasarangmin haha no lah,im just makin fun coz I highly doubt that she knows anything bout LFC :p'), (16695, 3514, 'Johor Bahru, Johore', 'Dosaku tiap detik membumbung tinggi. Tak jua jiwa ini tergerak untuk menghapusnya..Ampunilah ya Allah. Maafkan ya Allah via @DoaIndah'), (16696, 3890, 'Johor Bahru, Johore', 'I''m at McDonald''s / McCafe (Singapore, Singapore) http://t.co/9JVN2VMZ'), (16697, 3955, 'Plentong, Johor Bahru', 'lelaki mmg kacak apabila dia memakai boxer cartoon #kan'), (16698, 250, 'Johor Bahru, Johore', 'Fuck lah this chinese teenage girl. Armpit hair. Why no shave?! &gt;:/'), (16699, 1560, 'Plentong, Johor Bahru', 'I miss being in Kindergarten!'), (16700, 2678, 'Johore, Malaysia', 'HORT PARK'), (16701, 3991, 'Plentong, Johor Bahru', '"@muhamadfarest: @alliyasz lantoi" relek la siaw.. Lu going to ptp what time?'), (16702, 848, 'Johore, Malaysia', 'I''m home (@ Blk 5 Banda Street) http://t.co/ohvTuHVF'), (16703, 362, 'Johore, Malaysia', 'I never pretend to be something I''m not cause I live in the real world and I am a real boy and I know exactly who I am .'), (16704, 4014, 'Johore, Malaysia', 'Titanic: The Artifact Exhibition (@ ArtScience Museum w/ 3 others) http://t.co/vgQnm4IC'), (16705, 3863, 'Johor Bahru, Johore', 'I watch them fall everytime . another colours turn to grey :'')'), (16706, 4051, 'Johor Bahru, Johore', 'All together now (with Nani and Siti Farhanah at Vista Point Kopitiam) [pic] — http://t.co/vcoVEsSP'), (16707, 1751, 'Johore, Malaysia', '@ZimJoker tk kasot lamer kao'), (16708, 3911, 'Johore, Malaysia', '@piggymoustache sadly yes...:''( hehe'), (16709, 594, 'Johore, Malaysia', 'Longing for a long run but my legs are too tired from the week''s long parties.. Sleep is the next best thing.. I know I''ll be KO asap.'), (16710, 2180, 'Johore, Malaysia', 'I''m at Cold Storage (Singapore, Singapore) http://t.co/FkCWLR5I'), (16711, 4052, 'Johore, Malaysia', 'STICKY MADNESS ^o^'), (16712, 2848, 'Johore, Malaysia', 'Lunch!!!'), (16713, 25, 'Johor Bahru, Johore', '@DayahMango siak uh kau! Haha! Aku tgk tgk skali salah tgk, tertengok kat satu matrep nie punya pompuan beh matrep tu nk stare stare aku.'), (16714, 4053, 'Johor Bahru, Johore', 'meneruskan perjuangan'), (16715, 4030, 'Johor Bahru, Johore', '#SomePeopleNeedTo have some sense in them.'), (16716, 4054, 'Johore, Malaysia', 'Already think of going home. Oh noo'), (16717, 138, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle pasang scandel sbyk yg boleh,tanpa rase bersalah.hahhaha..oke ni bkn saye.harap jgn salah faham'), (16718, 3035, 'Johore, Malaysia', 'I''m at Queensway Shopping Centre (Singapore, Singapore) w/ 5 others http://t.co/Ub77CRmp'), (16719, 2741, 'Johor Bahru, Johore', 'Eating because I''m bored. #longlivefood'), (16720, 334, 'Johore, Malaysia', 'I''m at 7 Eleven @ Pipit Road http://t.co/F0lkHH8R'), (16721, 3955, 'Plentong, Johor Bahru', '@ainabasyirahh hihihi , aku ingat cikgu kartini ajar kau sejarah :)'), (16722, 399, 'Johor Bahru, Johore', 'Cursed with Scoliosis but blessed with a brand new iPhone 4S White today! ☺♥'), (16723, 632, 'Plentong, Johor Bahru', 'In @nurhamizahamdan ''s car. Heading to Omega :) http://t.co/2tiM7M0b'), (16724, 3980, 'Malaysia', '@mormake บ้านเซ่ ๆ ไม่ได้ไปไหนเรยย ! รอหลัง 1 เมษาอ้ะ T__T'), (16725, 1252, 'Senai Kulai, Kulai Jaya', 'Td tggu haziq beli mknn.. (@ Kafeteria Noor, P19, FKE, UTM) http://t.co/tURI6co7'), (16726, 4055, 'Singapore', '@dendy1504 follback ya :) salam rungsing'), (16727, 3895, 'Johor Bahru, Johore', 'I just became the mayor of Bus 261 on @foursquare! http://t.co/EYzULkCm'), (16728, 922, 'Johor Bahru, Johore', 'Time for ice-cream! (@ Swensen''s) http://t.co/ml8G2wpG'), (16729, 556, 'Malaysia', '@llinenia2g ฟังเพลง -3- กินหนมปังป้ะ?'), (16730, 2664, 'Plentong, Johor Bahru', 'mak cakap kalau takbole gurau dok hutan sana, main2 ngan monyet :D'), (16731, 1560, 'Plentong, Johor Bahru', '@AemanAbdullah jessie j - dominoooo! :-D'), (16732, 1858, 'Johor Bahru, Johore', 'its an advantage to look like a goodboy cause nobody will notice your bad dos.'), (16733, 493, 'Johor Bahru, Johore', '@rshngab haha, then who?'), (16734, 2499, 'Singapore', '@haniehidayah u should also hashtag #malaysians with that sentence...it would be so appropriate'), (16735, 3863, 'Johor Bahru, Johore', '@FuzaRdzn mmg bodoh benda tu , dah lah rosak pukul 3 pagi . brrrbbb . biarkan jelah wei -.-'), (16736, 2791, 'Singapore', '@rawrdinorovexc nothing luhh .'), (16737, 3922, 'Johor Bahru, Johore', '@froimencias salamat po. Sunday ang balik ko'), (16738, 4056, 'Johore, Malaysia', 'Out with this little monkey! @ The Paragon http://t.co/CWJoFAL3'), (16739, 1384, 'Johore, Malaysia', 'Feel like puking'), (16740, 3911, 'Johore, Malaysia', ':O people unfollowed me in Twitter...:O OMG....-.-'), (16741, 4042, 'Johor Bahru, Johore', 'first time having a meal here. with @Photofade and Drina! ♥ (@ Pepper Lunch) http://t.co/rqL8HUdP'), (16742, 4057, 'Johore, Malaysia', 'Minsan nakakapagod din.'), (16743, 2532, 'Singapore', '@theandrewstein ugh. No. I have 2.5 more months over here and I''m usually verrry last minute with those things...'), (16744, 4058, 'Johore, Malaysia', '50/50 WAS SO GOOD, I''VE NEVER CRIED WHILE WATCHING A MOVIE BEFORE BUT OMG IT''S SO NICE AND ^^'), (16745, 4059, 'Johore, Malaysia', 'I''m at Lido (Shaw House) http://t.co/9zzLSTKp'), (16746, 3273, 'Johore, Malaysia', 'RT " @anatasyazz iknowright ^^ "'), (16747, 2623, 'Malaysia', 'ปังย่ากานนนน ~'), (16748, 999, 'Johore, Malaysia', '@yuejie1994 eh why so good!!'), (16749, 4060, 'Tebrau, Johor Bahru', 'Tak sabau nak habis kerje. Sumbatt da ni. http://t.co/6Nmol69Z'), (16750, 2549, 'Johor Bahru, Johore', 'Hate menses.'), (16751, 4039, 'Singapore', 'so miss @EchaErsa and @adnd_amalia so much :* when I could meet them?'), (16752, 1751, 'Johore, Malaysia', '@ZimJoker chey!!'), (16753, 632, 'Plentong, Johor Bahru', '@nurhamizahamdan sempat!! Hahaha'), (16754, 4061, 'Pontian, Johore', 'Alhamdulillah , Selesai kes mahkamah :)'), (16755, 2382, 'Johore, Malaysia', 'OMG RUNNING MAN DA BOMB'), (16756, 151, 'Johor Bahru, Johore', 'View my apartment from my balcony windows #sg_daily #instapad #wwindrian @ The Centris executive apartment http://t.co/14mY0Ok6'), (16757, 430, 'Johore, Malaysia', '@mthrh layankan nmpk. Layankan nmpk. HAHA.'), (16758, 4062, 'Johor Bahru, Johore', '@bavanidevi21 what? Nv share with me??'), (16759, 4063, 'Johor Bahru, Johore', 'I''m at Orchid Bowl (Singapore, Singapore) http://t.co/zRmWHS5H'), (16760, 3955, 'Plentong, Johor Bahru', '#11DAYS more :) yeahhhhhhh'), (16761, 4035, 'Singapore', '@jordyycheah YOU!'), (16762, 3984, 'Johore, Malaysia', 'I just ousted @perfectionlove as the mayor of Lervon @ Square2 on @foursquare! http://t.co/JEBtyHFr'), (16763, 3984, 'Johore, Malaysia', 'I''m at Lervon @ Square2 http://t.co/SQ3iNLdE'), (16764, 3273, 'Johore, Malaysia', '@ElmaSwag Ohh , haha , ok thn :))'), (16765, 2141, 'Johor Bahru, Johore', 'Worth a try. It''s okay'), (16766, 493, 'Johor Bahru, Johore', '@rshngab busy working bro,'), (16767, 4064, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 23 others http://t.co/UycLDHWo'), (16768, 4065, 'Johore, Malaysia', '@joreenoyt jb ! Good and cheap !'), (16769, 1522, 'Johor Bahru, Johore', '@yeelinlicious really? :S I''m thinking of getting a new gen ipod touch but any idea if it lags? I''ll be doing a lot of media-heavy stuff.'), (16770, 217, 'Johor Bahru, Johore', 'I''m at Yewtee Point (Singapore) http://t.co/q4b7XZ41'), (16771, 217, 'Johor Bahru, Johore', 'I just ousted Richard r. as the mayor of Yewtee Point on @foursquare! http://t.co/KYa4Frf3'), (16772, 2382, 'Johore, Malaysia', 'Daesung is damn funny omg why he so dumb and retarded !!!!!'), (16773, 3633, 'Johore, Malaysia', 'So what if I can''t forget you.'), (16774, 4066, 'Kota Tinggi, Johore', 'I''m at Braddell MRT Station (NS18) (Singapore, Singapore) w/ 3 others http://t.co/TTz8vqNt'), (16775, 2664, 'Plentong, Johor Bahru', 'asyik asyik asyik nak tacink, ingat aku heran?'), (16776, 479, 'Singapore', 'I #HateHating . End hate and start getting peace around all over!^^'), (16777, 2724, 'Plentong, Johor Bahru', '@WhatMiss aku ngn @AfiqHedhir , @shahdanial95, @Shaheizy_Sam , @zizanrajalawak , @jason_mraz , @JohanRajalawak , @rihanna..\ndtg r!! aku tgu'), (16778, 3247, 'Johore, Malaysia', 'Cb cause ourselves unnecessary pain and torture RT @svngmin why did I even go for higher chinese.......'), (16779, 4055, 'Singapore', '@YeniKhoirunnysa mbaee polbek'), (16780, 4061, 'Pontian, Johore', 'nasib baik rm100 je .'), (16781, 7, 'Johore, Malaysia', 'Wohoo 6hari lagi =.='), (16782, 217, 'Johor Bahru, Johore', 'I''m at Koufu (Singapore, Singapore) http://t.co/oWXj9NcW'), (16783, 4054, 'Johore, Malaysia', 'Everyday I''m shuffling, in office. Toot toot toot, I''m shuffling!'), (16784, 502, 'Johor Bahru, Johore', 'Where the hell are all my notes....'), (16785, 1694, 'Johor Bahru, Johore', '@XinnixLee @claudben @saiybahscarlet dude delete this tweet la. Not a lot of people sposed to know =_='), (16786, 668, 'Johore, Malaysia', '@Mostloveddd not happy about myself;('), (16787, 3955, 'Plentong, Johor Bahru', '@ainabasyirahh ohh . okay okay .'), (16788, 4067, 'Plentong, Johor Bahru', 'tusyen ooo tusyen :D'), (16789, 3980, 'Malaysia', '@mormake เฮ้อ ๆ ! อย่าให้สอบเสดน้ะ ฮึ ๆๆ -0-'), (16790, 632, 'Plentong, Johor Bahru', '@nurhamizahamdan haha nanti sampai omega sambung gossip! Aku sakit hati ni'), (16791, 931, 'Johor Bahru, Johore', '@Shermainezxc then i take all the oreo give andy'), (16792, 4010, 'Singapore', '#BestThingAboutBeingSingle tak payah pening kepala'), (16793, 181, 'Johore, Malaysia', '@MuhdLuqmanAziz @haziqmustaffa tak klakar kau peh pasal laa'), (16794, 4068, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza w/ @ckytveryshiny http://t.co/FoUXWeqg'), (16795, 740, 'Johor Bahru, Johore', '“macam paham -.-! Haha RT@tweetlipxz: @ForeverChronic i feel like terajang your face.....”'), (16796, 2336, 'Johore, Malaysia', '#BellaCalamidades'), (16797, 181, 'Johore, Malaysia', '@haziqmustaffa training la zzzz'), (16798, 1295, 'Johore, Malaysia', 'Collecting poi... (at Sultan Plaza @ Jalan Sultan) — http://t.co/IZixOsfB'), (16799, 3937, 'Tebrau, Johor Bahru', '@sitihajaarr nak makan ddeokbokki, nak album alive *~* ahaha'), (16800, 3633, 'Johore, Malaysia', 'I miss your smile.'), (16801, 4013, 'Riau, Indonesia', '@InandaPranesty @ bellaazhiratarm iya'), (16802, 740, 'Johor Bahru, Johore', '@BabyCherLloyd how about u?'), (16803, 3955, 'Plentong, Johor Bahru', '#11DAYS i will die -.-'''), (16804, 4069, 'Johor Bahru, Johore', '@daviansimplyFLY @jensygoh @sshipei HELLO PEEPS'), (16805, 4035, 'Singapore', '@jordyycheah because you are evil! hahaha'), (16806, 4055, 'Singapore', 'woy @vidiaayura18 follback !'), (16807, 4070, 'Pulai, Johor Bahru', 'I''m at Hentian Bas Sri Putri Skudai (Johor Bahru, Johor) http://t.co/5YUv2d42'), (16808, 4017, 'Singapore', '@justinbieber Follow me Justin! &lt;3'), (16809, 3273, 'Johore, Malaysia', '#nowdrinking Iced milo ^^'), (16810, 3636, 'Johore, Malaysia', 'hideaki takizawa  many Johnnys Jr members look up to him. should I give tackey and tsubasa a go? hmm he''s 30 this year oh my'), (16811, 4010, 'Singapore', '#BestThingAboutBeingSingle tak payah nak sakit hati / cemburu teruk'), (16812, 1524, 'Johor Bahru, Johore', 'omg his accent ahhhhhh. xx hehhehe'), (16813, 2336, 'Johore, Malaysia', 'what up tweets'), (16814, 2080, 'Malaysia', '@Neemskgr ((:'), (16815, 3863, 'Johor Bahru, Johore', '@FuzaRdzn tunggu pagi , kalau aku dgn ibu dalam bilik sape nak suruh betulkan --'' . naseb lah aku tak tido lagi .'), (16816, 2272, 'FSM Danga Bay, Plentong', ':) (@ Danga Bay) http://t.co/uG8ItF1e'), (16817, 1864, 'Johor Bahru, Johore', 'I''ve been using my phone deh whole dayy. Dk how I study. Spammers Day fault. :B'), (16818, 4068, 'Johor Bahru, Johore', 'I''m at Long John Silver''s (Singapore) http://t.co/UU4lCOBq'), (16819, 1980, 'Johore, Malaysia', 'I''m at Kits4kids, Telok Kerau http://t.co/fvSZHFdy'), (16820, 594, 'Johore, Malaysia', 'It''s only Thursday.. Weekends I am so gonna stay home and pester **** to the brink of a not so new argument. Haha..'), (16821, 632, 'Plentong, Johor Bahru', '@epulmurdoc haha sangat! LOL perli apa?'), (16822, 4055, 'Singapore', 'TWITTER ANYAR PEMIRSAH !'), (16823, 4071, 'Johore, Malaysia', '@jastineyew eh don''t so cold blooded leh.'), (16824, 2746, 'Johore, Malaysia', 'Happy National Condom Day is trending now ._. #WTF'), (16825, 999, 'Johore, Malaysia', 'Suddenly miss jojo''s classes after this dance lesson lol'), (16826, 4072, 'Johore, Malaysia', 'Only had ciggs and water for the whole day.. Urgh!'), (16827, 25, 'Johore, Malaysia', '@DayahMango matrep tu dh jln pun. Aku ckp ngan die, usha ape usha. Haha'), (16828, 3878, 'Johore, Malaysia', '@yoseupz yeah, matured ^_^'), (16829, 2382, 'Johore, Malaysia', 'BAKING MACARONS LATER :D'), (16830, 1918, 'Johore, Malaysia', '@PChristiany mayem" bsaa mainn kogg :p xixii'), (16831, 1899, 'Johor Bahru, Johore', 'Ok this wkd 3rd consecutive wk burn already hosehbo'), (16832, 362, 'Johore, Malaysia', 'But then , How to start , I malu :('), (16833, 1452, 'Kota Tinggi, Johore', '@Bazkil sorry!!! Meh :-('), (16834, 2091, 'Tebrau, Johor Bahru', 'I''m at Vivo American Pizza &amp; Panini, AEON Tebrau City http://t.co/DBOlhOe4'), (16835, 2653, 'Johore, Malaysia', '@IHEARTSUZY Hey! I''m back :) Keke.'), (16836, 493, 'Johor Bahru, Johore', '@rshngab relax uh bro my phone not working right that time, haha imy too bro .'), (16837, 2582, 'Johor Bahru, Johore', '@Evianguy Er, not auntie leh. Twenties plus ladies. A jio bu rub her breast against my back once.No wonder I Nvr strike 4d de.'), (16838, 3980, 'Malaysia', '@mormake สอบเข้าดิ !!'), (16839, 399, 'Johor Bahru, Johore', '@belle_tte Hehehe vant tu see mai X-ray? ☺'), (16840, 25, 'Johore, Malaysia', '@ManMathers pp8 aku low'), (16841, 4065, 'Johore, Malaysia', '@Prinzcpl look like china more ~ chey fake la !'), (16842, 3777, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 6 others http://t.co/fjWCc2CS'), (16843, 2848, 'Johore, Malaysia', 'The good thing about me being sick is that I can splurge on all the food that I want.'), (16844, 4073, 'Johore, Malaysia', 'I''m at H&amp;M (Singapore) w/ 11 others http://t.co/jkoGaE6F'), (16845, 287, 'Plentong, Johor Bahru', 'Ktawakan dia XD ~&gt; RT @Lynnlaloy Gua buat kerja sambil #naim lelukis pastu byk salah tak fokus padan muka kena marah! -____-'), (16846, 4074, 'Johore, Malaysia', 'I''m at Somerset 313 http://t.co/rFwX6NgS'), (16847, 918, 'Johore, Malaysia', 'At Ite College East Cafe 3 — http://t.co/OXYJfVh2'), (16848, 4075, 'Plentong, Johor Bahru', 'Tengok derang nii, jealous much :) http://t.co/HUVoqPtH'), (16849, 13, 'Johore, Malaysia', 'I''m scared . Really very scared of getting hurt again .'), (16850, 250, 'Johor Bahru, Johore', '@HxziqRodriguez aku kt khatib'), (16851, 4055, 'Singapore', 'saya mah kampoang,jadinyo telat'), (16852, 1502, 'Johore, Malaysia', 'DANG EFF I GAMEING HAPILY THEN NOW BO BATT'), (16853, 1676, 'Riau, Indonesia', '@chongtingting -.-" hired me as a driver la. Haha'), (16854, 2382, 'Johore, Malaysia', 'Stop the hate, just be neutral -_-'), (16855, 3955, 'Plentong, Johor Bahru', '#PeopleIWantToMeet Nabi Muhammad S.A.W :)'), (16856, 1190, 'Kota Tinggi, Johore', '@Imm0rtalism yeah :)'), (16857, 250, 'Johor Bahru, Johore', '@hiokhiokhiok ape pulak?'), (16858, 2653, 'Johore, Malaysia', '@KPOPbuzz B.A.P'), (16859, 88, 'Johor Bahru, Johore', 'even i''m single but i have to update every moment in life to someone. but i love itttt'), (16860, 302, 'Johore, Malaysia', 'Head is exploding even till now. Have been sleeping back countless times......'), (16861, 1060, 'Riau, Indonesia', 'assiikk...seneng deh jam nya di pakek..tambah ganteng aja ƗƗɐƗƗɐƗƗɐ "̮ "̮ ƗƗɐƗƗɐƗƗɐ "̮ ƗƗɐƗƗɐƗƗɐ "̮ ..couple'), (16862, 250, 'Johor Bahru, Johore', '@iIzzDanish YEAH'), (16863, 1612, 'Johor Bahru, Johore', 'Luncheh with Hafzhan &amp; Syafiqah (@ Tampines Mall w/ 5 others) http://t.co/y0RLGDNI'), (16864, 2336, 'Johore, Malaysia', 'aku bosan,bosan ,bosan pada diri mu lololololololololololop'), (16865, 4030, 'Johor Bahru, Johore', 'shall change the way I treat you from now on..'), (16866, 3247, 'Johore, Malaysia', '@svngmin And have to get at least an A2 WHAT THE FUCK IS THIS SHIT'), (16867, 2653, 'Johore, Malaysia', '@I_heartzxc_you You like B.A.P too? :)'), (16868, 1574, 'Johore, Malaysia', '@tikucirs weekday lah kan kerja, tp gw mw extend weekend'), (16869, 1502, 'Johore, Malaysia', 'Urgh But whatever the batt lasted for 2 days.. Means batt life still long, i happy'), (16870, 1190, 'Kota Tinggi, Johore', '4 and counting.'), (16871, 259, 'Senai Kulai, Kulai Jaya', 'Kuliah dah abis...Nak gi buat food testing jap utk bisnez di kolej...'), (16872, 4076, 'Johore, Malaysia', 'At Bugis Junction — http://t.co/9umznOeA'), (16873, 4069, 'Johor Bahru, Johore', '@Serbast97 @shawn_thesheep @mingyimomo @kizratzj @herowarekoh @jensygoh @yanyan_neon @sshipei INOWNTHENSEE. MUAHAHAHA(:'), (16874, 4077, 'Johor Bahru, Johore', 'I''m at Giant Hypermarket (Singapore) http://t.co/02xRt5pj'), (16875, 4030, 'Johor Bahru, Johore', '@_xiaofei what smiley? -.-!..'), (16876, 458, 'Malaysia', 'beautiful target - b1a4 #NP'), (16877, 4078, 'Johore, Malaysia', 'My yummy Norwegian Bruch. @ Meritus Mandarin Singapore http://t.co/Py5Vv5Hf'), (16878, 493, 'Johor Bahru, Johore', '@rshngab hahaha nothing, how you been mate?'), (16879, 3863, 'Johor Bahru, Johore', '#np bet on it - zac efron'), (16880, 4079, 'Riau, Indonesia', 'I''m at Beach Station (Sentosa, Singapore) http://t.co/sThpIAXK'), (16881, 399, 'Johor Bahru, Johore', '@xxBabydoll I can get the phone for free that’s why mom allow!'), (16882, 594, 'Johore, Malaysia', 'On second thought, with the stride of pace now, I am losing interest on ****. Literally losing it. Ohhh!! You''re gonna be so sorry if I did!'), (16883, 4010, 'Singapore', '#BestThingAboutBeingSingle takpyh susah2 nak topup/SS'), (16884, 4080, 'Johor Bahru, Johore', 'I feel like a mother as I look at my little sister. (@ Admiralty Primary School w/ @sheshanisnh) http://t.co/JnURegxE'), (16885, 1190, 'Johor Bahru, Johore', '@Imm0rtalism huh?'), (16886, 3633, 'Johore, Malaysia', 'I could be an organ donor, looking at the way I give you my heart.'), (16887, 4067, 'Plentong, Johor Bahru', '@syafiqahO yupppp... semangat ! :D'), (16888, 3274, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 21 others http://t.co/N15Ix46A'), (16889, 1502, 'Johore, Malaysia', '@kyutegyu :D &amp;hearts;'), (16890, 4081, 'Johor Bahru, Johore', 'I''m at Asssssruuul Criib Lah!! (Bukit Gombak) http://t.co/ZdgYYYCL'), (16891, 2617, 'Johor Bahru, Johore', 'I''m at Relaxing''Corner!:) http://t.co/7BBMQ3xG'), (16892, 3955, 'Plentong, Johor Bahru', '@KellyeDominick4 lulz ._.'), (16893, 3702, 'Johore, Malaysia', 'At Volkswagen Centre Singapore — http://t.co/kiOVpfNI'), (16894, 4055, 'Singapore', 'sekarang I Love Angry Birds dan selamanyaaa -_- muach'), (16895, 3739, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 13 others http://t.co/zy2SWbVJ'), (16896, 632, 'Plentong, Johor Bahru', '@epulmurdoc oh.... Hahaha k thanks lah!'), (16897, 1043, 'Johore, Malaysia', '...Let''s Ur Kingdom come... yeah dance... ♫ All Around by Israel &amp; New Breed (at New Creation Church Singapore (NCC)) — http://t.co/4QfzZdy5'), (16898, 3636, 'Johore, Malaysia', 'everybody is so uninteresting. now who''s that bastard who said everybody''s unique?? D&lt;'), (16899, 3819, 'Indonesia', 'aha anda salah RT@anjinurhuda kamu anak pondok kan ya?@SarabillaNadira'), (16900, 4030, 'Johor Bahru, Johore', '@_xiaofei nah'), (16901, 2724, 'Plentong, Johor Bahru', '@WhatMiss hahaha\nye laaa mai!!\nokok'), (16902, 4082, 'Johor Bahru, Johore', 'I''m at Xinyi''s Crib http://t.co/k9PvLji4'), (16903, 2499, 'Singapore', '@gayapillai i know Gaya,was just pulling a fast one with u :p'), (16904, 594, 'Johore, Malaysia', 'RT @ihatequotes: People who are meant to be together will find their way back to each other. They may take detours, but they''re never lost.'), (16905, 3919, 'Johore, Malaysia', 'I''m at True Fitness (Singapore, Singapore) http://t.co/CodydgTK'), (16906, 4010, 'Singapore', '#BestThingAboutBeingSingle boleh sibuk lepak dgn kwn2'), (16907, 593, 'Johore, Malaysia', '@SugaryKittyx I going down alone. So I''ll see you there then. I''m now at hospital.'), (16908, 1615, 'Singapore', '@ichi_monji gomawo for the tag!! :D hope it''s optimised for phone!! XD'), (16909, 2144, 'Tebrau, Johor Bahru', 'I''m at Restoran Selera Anggus http://t.co/0tFt1Arr'), (16910, 2635, 'Johor Bahru, Johore', '@alliteratealalliance heyyyy, so sorry about leaving yesterday.'), (16911, 7, 'Johore, Malaysia', '@AmsyarJaafar Knp skrg? Knp tak sblum2 ni? Haha'), (16912, 3583, 'Indonesia', '@extrasy uwes lah'), (16913, 4083, 'Malaysia', 'มองที่ฉันคนนี้ที่รักเธอมานาน คนที่เธอนั้นมองผ่านเรื่อยมา.\n(Potato)'), (16914, 2393, 'Johor Bahru, Johore', '@ivanlim24 when ?? Today?'), (16915, 3863, 'Johor Bahru, Johore', '@FuzaRdzn beli pintu yg mcm dekat hotel tu je senang . guna card .'), (16916, 2848, 'Johore, Malaysia', '@akosimrchan the usual flu. Cannot mag MC the work will file up hahaha'), (16917, 4084, 'Johor Bahru, Johore', 'I''m at Elias Mall@Elias Mall http://t.co/5G3O1sji'), (16918, 4080, 'Johor Bahru, Johore', 'I feel like a mother as I look over my lil sister - overprotective.'), (16919, 399, 'Johor Bahru, Johore', '@belle_tte Same! I skipped like 3 appointments and now it became so bad I’ll have to see the specialist next week!'), (16920, 1615, 'Singapore', '@xnetzz hahaha!! so many ppl put kwonnie liao lei~~~'), (16921, 1143, 'Johore, Malaysia', 'So everyone''s staring at my project work #likeaboss HEHE! ^^'), (16922, 1965, 'Johore, Malaysia', '@sabinagani life should be go on'), (16923, 1683, 'Johor Bahru, Johore', 'Just finish piano exam:]'), (16924, 4078, 'Johore, Malaysia', 'My lovely Norwegian Brunch at Wild Honey @ Meritus Mandarin Singapore http://t.co/2f4mPOF0'), (16925, 4085, 'Johore, Malaysia', '@jenscer went to Taiwan looking to wipe the floor with everyone, getting a lesson there too. It''s not looking good'), (16926, 668, 'Johore, Malaysia', '@Trappedheartt Feel that I cannot fit into his world at times.'), (16927, 2144, 'Tebrau, Johor Bahru', 'I''m at Puspakom(HPI) Taman Daya (Johor Bahru, Johor) http://t.co/cBDCrqfM'), (16928, 25, 'Johore, Malaysia', '@ManMathers number aku lah'), (16929, 2532, 'Singapore', 'They don''t sell ibuprofen or aspirin here...only paracetamol....???'), (16930, 668, 'Johore, Malaysia', '“@cigaretteroses: Need a hug ☹”'), (16931, 493, 'Johor Bahru, Johore', '@taradlyon it''s farisshah93@gmail.com :)'), (16932, 871, 'Johor Bahru, Johore', '@IzlynNatasha sabar , pelan''pelan kayuh :)'), (16933, 1406, 'Johor Bahru, Johore', '@cowlovespig Wah u very free hor. Can gimme some free time . Wlao no time to study:((((('), (16934, 1502, 'Johore, Malaysia', '@kyutegyu hahahah no la!! The input alr have le. http://t.co/Kk8AkwBa'), (16935, 4010, 'Singapore', '#BestThingAboutBeingSingle takpyh nak jg hati dia je'), (16936, 55, 'Johore, Malaysia', 'Why is @chiyangleong flooding my timeline with this weird chichi fly chichi butterfly thing.'), (16937, 1502, 'Johore, Malaysia', 'Aish i tonight den charge so tmr go sch can play lol'), (16938, 1472, 'Singapore', '@Ruiiroro hwaiting~'), (16939, 4086, 'Johor Bahru, Johore', 'Going out from here. (@ Blk 107 Teck Whye Lane) http://t.co/onx4i1QO'), (16940, 4052, 'Johore, Malaysia', 'So many HAWT GUYS here!! @RazanneHasliya @Nabilah_Bunny ;)'), (16941, 2373, 'Johore, Malaysia', 'I would have accept you If you asked me T________________T'), (16942, 399, 'Johor Bahru, Johore', '@xxBabydoll Mom say cancel your Starhub plan and change to M1 and get iPhone!'), (16943, 141, 'Johore, Malaysia', 'Gg home to do house chores :) (@ SBS Transit: Bus 33) http://t.co/PSu8dVpl'), (16944, 1965, 'Johore, Malaysia', '@LiyanaJasmay @Milyaaderina nice look'), (16945, 384, 'Malaysia', '@TUAN_TH จ้าๆ'), (16946, 2144, 'Tebrau, Johor Bahru', 'I''m at Kafe 1 Malaysia (Johor Bahru, Johor) http://t.co/EVwkO93s'), (16947, 2653, 'Johore, Malaysia', 'I''m bored. :('), (16948, 4087, 'Johore, Malaysia', 'Yakiniku Beef Bento (@ Umisushi Paya Lebar Mrt) http://t.co/KtD4Upez'), (16949, 2373, 'Johore, Malaysia', 'WHY YOU NEVER ASK ME T_______________________T'), (16950, 1236, 'Johore, Malaysia', '@Pristonate U odd number rite? Wth? Sir say I this Saturday! Wth!'), (16951, 502, 'Johor Bahru, Johore', 'Sun + rain = rainbow?'), (16952, 1406, 'Johor Bahru, Johore', 'My whole march hol revising plan is damn screwed'), (16953, 4085, 'Johore, Malaysia', 'Outnumbered, never outgunned!'), (16954, 4088, 'Malaysia', 'I''m at ร้านขอบคุณ [pic]: http://t.co/Aliiu5g3'), (16955, 4010, 'Singapore', '#BestThingAboutBeingSingleboleh buat itu dan ini.'), (16956, 2044, 'Riau, Indonesia', 'I''m at Monster Rock (Sentosa Island, Singapore) http://t.co/Eaz9AmvY'), (16957, 4089, 'Riau, Indonesia', 'I''m at Senotsa Cove http://t.co/NT0EZ1L2'), (16958, 2664, 'Plentong, Johor Bahru', 'haha, terasa ke makcik? bagos, ada jugak orang baca tweet aku'), (16959, 3955, 'Plentong, Johor Bahru', '#PeopleIWantToMeet si dia ;)'), (16960, 3980, 'Malaysia', '@mormake กาญจนาา &gt;&lt;'''), (16961, 4090, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore) http://t.co/XnIXFbd7'), (16962, 3896, 'Johore, Malaysia', 'One day I will prove my worth'), (16963, 1353, 'Senai Kulai, Kulai Jaya', 'Balik buat lab report (@ L33, KTHO, UTM) http://t.co/xOFxCAh5'), (16964, 4091, 'Johore, Malaysia', 'My Friggin goddamn maid is a goddamn ASSHOLE!!! I hate life becoz of her! ARGH!!!'), (16965, 1406, 'Johor Bahru, Johore', '@cowlovespig auntie that is called HAVING A LIFE'), (16966, 452, 'Johore, Malaysia', 'I''m at The French Kitchen http://t.co/RpSCSGHW'), (16967, 2653, 'Johore, Malaysia', '@KPOPbuzz Infinite.'), (16968, 333, 'Johor Bahru, Johore', '@jonlimjon wake up! Wake up! Wake up!'), (16969, 4092, 'Johore, Malaysia', 'Starting my weekend at the IB Asia Pacific Conference! Looking forward to a great weekend of learning! What does it mean to be educated?'), (16970, 871, 'Johor Bahru, Johore', '#PeopleIWantToMeet Peter Gene Hernandez ( Bruno Mars )'), (16971, 384, 'Malaysia', '@TheDanap 55555 ยังสาวอยู่น้ะ&gt;&lt;'), (16972, 4093, 'Johor Bahru, Johore', 'I''m at Khoo Teck Puat Hospital (KTPH) (Singapore, Singapore) w/ 3 others http://t.co/zqYenn8I'), (16973, 3316, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 20 others http://t.co/ZIfEq9c1'), (16974, 4094, 'Singapore', 'Your application for an extension of short term visit pass is approved. --Ayos! may pag-asa pa!!! :)'), (16975, 1028, 'Johore, Malaysia', 'I''m at HXPO (Singapore) http://t.co/Y04959F9'), (16976, 4065, 'Johore, Malaysia', '@joreenoyt same la ! I also ,but my mother in law okok , sometimes good sometime very sarcastic ): but the rest of the family I all hate !'), (16977, 1918, 'Johore, Malaysia', 'Knapa eluh lebih berarti melebihi cowo ? --a my question in my life~'), (16978, 317, 'Johor Bahru, Johore', '@JoeyyLau noo. I got school'), (16979, 4067, 'Plentong, Johor Bahru', 'kenapa lah dia tak reply text aku dari tadi.. asal hang ? merajuk pe.. huh...'), (16980, 3083, 'Tebrau, Johor Bahru', 'Nommmmmnomm (@ Sushi King Jusco Tebrau City w/ 2 others) http://t.co/iyzTtkP2'), (16981, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja ohh yeke.hehe.sorry for the late reply.td out jap,weeeeeeeeeeeeeeeeeeeeee~ :P'), (16982, 124, 'Johor Bahru, Johore', '@bayzeltan me .'), (16983, 2664, 'Plentong, Johor Bahru', 'heboh heboh heboh ~'), (16984, 7, 'Johore, Malaysia', '@AmsyarJaafar Haha takut kan takut kan :/'), (16985, 1727, 'Senai Kulai, Kulai Jaya', 'I''m at S15 KTC (Skudai, Johor) http://t.co/E6DG2nws'), (16986, 384, 'Malaysia', '@TheDanap เอร๊ยยยย~รู้ทันน้ะเรา--"'), (16987, 3878, 'Johore, Malaysia', '@yoseupz a matured mindset I meant !'), (16988, 4065, 'Johore, Malaysia', '@joreenoyt your baby know how to walk alr ?'), (16989, 1256, 'Johor Bahru, Johore', '@lydsamm hi darlin pls do cal me i nd to talk to u:)'), (16990, 55, 'Johore, Malaysia', 'Did an alien kidnapped chiyang.. RT @chiyangleong: I''m pretty like a Chichibird ^^ and I fly fly fly'), (16991, 370, 'Johore, Malaysia', 'Hais... Currently slacking around. Boreddd'), (16992, 705, 'Johore, Malaysia', '@Imah_2712 the fact that they are have some ego...'), (16993, 4095, 'Johore, Malaysia', 'I always fall with the wrong guy..'), (16994, 3367, 'Johor Bahru, Johore', 'I''m at My Playroom http://t.co/Q8RQTWha'), (16995, 4096, 'Johor Bahru, Johore', 'Yay! After making my pretty debit card my mood is effing good! (@ Swensen''s) http://t.co/EeHvoh0Q'), (16996, 3870, 'Singapore', '#PeopleIWantToMeet Liam Payne, Harry Styles, Louis Tomlinson, Zayn Malik and Niall Horan.'), (16997, 4097, 'Johore, Malaysia', 'Earlier tweet wasn''t by me . TFTedbwvqxo'), (16998, 1343, 'Johor Bahru, Johore', '@kengyew it felt horrible when i found out and don''t even know when it happened... Just that it was no longer there...'), (16999, 4098, 'Johor Bahru, Johore', 'I''m at Yishun Sapphire Tennis Court http://t.co/k1puYuKf'), (17000, 362, 'Johore, Malaysia', 'Yay yay ! Beli air ! Haos :('), (17001, 362, 'Johore, Malaysia', 'I''m so buying durian pancake later :)'), (17002, 4099, 'Johor Bahru, Johore', 'I''m at 我的家 http://t.co/NCGsAakG'), (17003, 1109, 'Johor Bahru, Johore', '@Thathegirl Watching shw n doing hw. :) U?'), (17004, 839, 'Johore, Malaysia', 'Inferiority complex..'), (17005, 2336, 'Johore, Malaysia', 'please stop judge me. that better'), (17006, 3870, 'Singapore', '5 more followers please RT :)'), (17007, 3367, 'Johor Bahru, Johore', 'I''m at Heaven~☀ http://t.co/eNCekDBk'), (17008, 2826, 'Johore, Malaysia', '#PeopleIWantToMeet SJ'), (17009, 3677, 'Johore, Malaysia', '你 就是 我的 天使 ,保护 著 我的 天使'), (17010, 1864, 'Johor Bahru, Johore', 'My black hairband, my black hairband. Where are you? don''t play hidenseek, I don''t like hide n seek. Dwann come out? Kcann. My nice hairdo .'), (17011, 2826, 'Johore, Malaysia', '#PeopleIWantToMeet KPOP stars'), (17012, 250, 'Johor Bahru, Johore', 'HAHAHAHA pukimak ni budak ITE tdo sambil diri. Lepas tu kaki dia give up on dia. Dia dah nak jatuh mcm lutut longgar. Pastu step check hp.'), (17013, 4099, 'Johor Bahru, Johore', 'I''m at JunLi''s Crib (Singapore) http://t.co/fmwiVuGJ'), (17014, 124, 'Johor Bahru, Johore', '@bayzeltan i''m not sure . Danny went\nTo cambodia . Malik , nowhere to be found . I''m at my friends house .'), (17015, 3863, 'Johor Bahru, Johore', 'JB ad buat cover lagu heartless tu lah . dia comel &lt;3'), (17016, 2336, 'Johore, Malaysia', '@FatinHsmi sapa nak kepoh boleh ?'), (17017, 4097, 'Johore, Malaysia', 'Frankenstein'), (17018, 1242, 'Singapore', 'Zzzz.'), (17019, 632, 'Plentong, Johor Bahru', '@epulmurdoc suka ah!! Hahaha'), (17020, 362, 'Johore, Malaysia', 'Aku nari asek merayap je . Malas nak keje nye pasal !'), (17021, 167, 'Johor Bahru, Johore', '@amb3rbhit yeah'), (17022, 4101, 'Riau, Indonesia', 'SENJA @T3kaT3ki'), (17023, 7, 'Johore, Malaysia', 'Cepatlah pukul 6. Tepu dah ni. Kremm habis duduk rumah dgn orang tak ada :/'), (17024, 4099, 'Johor Bahru, Johore', 'I''m at Place To  http://t.co/6OP33mZI'), (17025, 4097, 'Riau, Indonesia', 'Why I love auto correct ..'), (17026, 4102, 'Singapore', '@riccckkk good luck on your soul-searching in Vietnam. May the force be with you.'), (17027, 37, 'Johore, Malaysia', '#PeopleIWantToMeet @yelyahwilliams @yelyahwilliams @yelyahwilliams @yelyahwilliams'), (17028, 740, 'Johor Bahru, Johore', '@BabyCherLloyd great :) have a great day ahead aite❤'), (17029, 593, 'Johore, Malaysia', '@SugaryKittyx min min working eh. She told me one.'), (17030, 3367, 'Johor Bahru, Johore', 'I''m at 10.10 (Singapore) http://t.co/NZMyeMa4'), (17031, 4103, 'Johor Bahru, Johore', '@23rorry for what? :|'), (17032, 4104, 'Johore, Malaysia', 'Where is the master of ammak? @ascendancyofsix'), (17033, 7, 'Johore, Malaysia', '@AtikahSahimi Eh knp ckp mcm tu?'), (17034, 356, 'Johore, Malaysia', 'You far good for me. What a natural disaster!!'), (17035, 1343, 'Johor Bahru, Johore', 'LOL!“@ashyusof: Effects of #DrawSomething with @poorlypaid cc @jojoazrein @azmizi http://t.co/mLhKbDd8”'), (17036, 181, 'Johore, Malaysia', 'wan ni die hint kau .. @azwanjamil , die nak kasut baru RT “@NRLHDH: Shoes are girl''s girlfriends”'), (17037, 4099, 'Johor Bahru, Johore', 'I''m at On The Soh-Farrrrr http://t.co/bHKxSvcM'), (17038, 3273, 'Johore, Malaysia', 'Saw @DaBossIzMe at cp , haha .'), (17039, 3367, 'Johor Bahru, Johore', 'I''m at 41 Chestnut Drive http://t.co/TIMvjzlq'), (17040, 362, 'Johore, Malaysia', 'Bossini is so much better !'), (17041, 4105, 'Johore, Malaysia', 'I''m at Lucky Plaza (Singapore, Singapore) http://t.co/3ACSlivP'), (17042, 4101, 'Riau, Indonesia', 'pulang sekolah cpek bnget ,'), (17043, 1421, 'Singapore', '@akash_kaura they only come to clear diningware :P so I''m wondering what''s the point . It''s marketplace-style so the chefs are the main deal'), (17044, 3991, 'Plentong, Johor Bahru', '"@muhamadfarest: @alliyasz 5.30 pgi la."bro cecep ade kat umh x?'), (17045, 2664, 'Plentong, Johor Bahru', 'mintak maap la dulu, kang dapat result teruk bapak aku tak mengaku anak pulak nanti :)'), (17046, 4101, 'Riau, Indonesia', 'bnyak pikiran ..'), (17047, 4065, 'Johore, Malaysia', 'I wanna change job soon !'), (17048, 2639, 'Johore, Malaysia', 'I''m at Kaplan City Campus (Starhub Centre) (Singapore, Singapore) w/ 4 others http://t.co/op9Hdnnv'), (17049, 3367, 'Johor Bahru, Johore', 'I''m at 539, Bukit Panjang Ring Road http://t.co/Tyt26dg7'), (17050, 1314, 'Johor Bahru, Johore', 'I''m at Teck Whye LRT Station (BP4) (Singapore, Singapore) http://t.co/V6YGzYww'), (17051, 3863, 'Johor Bahru, Johore', '@FuzaRdzn kau nak gelak pun nak tanya aku =='' . gelak jelah haha'), (17052, 1157, 'Singapore', 'Refreshed after bathing :&gt;'), (17053, 4010, 'Singapore', '#PeopleIWantToMeet Baba Crucified'), (17054, 309, 'Johore, Malaysia', 'Treatment 10 menit, ngantre nya sejam, makan bakso 20 menit, nunggu kereta nya 3 jam. Gara2 kmu ulang taun nih @gonnyosa'), (17055, 980, 'Johor Bahru, Johore', 'I''m at 342 Choa Chu Kang Loop http://t.co/myRIxkX8'), (17056, 3273, 'Johore, Malaysia', 'Boring lhh der , maen game pun best :))'), (17057, 1256, 'Johor Bahru, Johore', 'People r often ungrateful then being grateful..'), (17058, 3367, 'Johor Bahru, Johore', 'I''m at Android Lock For Iphone http://t.co/7sOPlhog'), (17059, 632, 'Plentong, Johor Bahru', '@epulmurdoc dah sampai. Class lmbt kot. Pukul 4:45'), (17060, 124, 'Johor Bahru, Johore', '@bayzeltan faris and mack . :)'), (17061, 4106, 'Johore, Malaysia', 'With Jessy :p (@ IKEA w/ 3 others) http://t.co/Du3ZwAzd'), (17062, 4107, 'Riau, Indonesia', '@SipSlowly working his magic @whotels #singapore #travel #nightlife #cocktail @ W Singapore - Sentosa Cove http://t.co/IFmjkTWH'), (17063, 4108, 'Johore, Malaysia', 'This was in my pocket. Guess what''s wrong with it? - http://t.co/N2IUXtTI'), (17064, 3367, 'Johor Bahru, Johore', 'I''m at Art Room http://t.co/Aog9CC64'), (17065, 4109, 'Johor Bahru, Johore', 'I''m at Hougang MRT Station (NE14) (Singapore, Singapore) w/ 2 others http://t.co/yqVaWUev'), (17066, 1236, 'Johore, Malaysia', '@Pristonate K~'), (17067, 2558, 'Johor Bahru, Johore', 'I''m at Temasek Polytechnic (TP) (Singapore, Singapore) w/ 3 others http://t.co/n3RNM78S'), (17068, 1502, 'Johore, Malaysia', 'Walau wo de hmk zhen me ban siaa'), (17069, 4010, 'Singapore', '#PeopleIWantToMeet Tom Proctor'), (17070, 1389, 'Johore, Malaysia', 'Panalo! http://t.co/LOS92FMQ'), (17071, 4017, 'Singapore', 'it''s stupid i know . but sometimes people cry for no fucking reason.'), (17072, 2336, 'Johore, Malaysia', '#PatahSeribu-Ribu'), (17073, 4103, 'Johor Bahru, Johore', 'NO. WAY. THEY HAVE CSI FRANCHISE NOVELS IN THE LIBRARY. \n\nAsdfghjkl. Read all their novels! http://t.co/byFYANtE'), (17074, 4111, 'Johor Bahru, Johore', 'I''m at Blk 390 Yishun Avenue 6 (Yishun, Singapore) http://t.co/6LCFh3Nt'), (17075, 153, 'Johor Bahru, Johore', 'I''m at Bus Stop 59059 @ Yishun http://t.co/mKa7eVcr'), (17076, 399, 'Johor Bahru, Johore', '@xxBabydoll They only have 4S now! But mine is only 16GB, mom’s one is 32GB.'), (17077, 1252, 'Senai Kulai, Kulai Jaya', 'I''m at S40 http://t.co/mMQ97TLB'), (17078, 2627, 'Johore, Malaysia', 'I''m at Spinelli (Singapore, Singapore) http://t.co/XvMqQb1G'), (17079, 3896, 'Johore, Malaysia', 'There is a big problem with society'), (17080, 2558, 'Johor Bahru, Johore', 'I''m at Temasek Arts Centre http://t.co/zJZ8sT3A'), (17081, 3285, 'Kota Tinggi, Johore', 'I''m at Fish &amp; Co. (Singapore) http://t.co/rMP4bacR'), (17082, 3367, 'Johor Bahru, Johore', 'I''m at Bearnice Ng ''s House http://t.co/uhFLh8WC'), (17083, 124, 'Johor Bahru, Johore', '@Mackuereau yeap. :) theres eight pieces . :)'), (17084, 2664, 'Plentong, Johor Bahru', 'haha, peace la makcik. kau ni maken lama maken kuat tacink la, sorry keyh :)'), (17085, 4010, 'Singapore', '#PeopleIWantToMeet My Singaporean Skinheadgirls'), (17086, 356, 'Johore, Malaysia', 'Anybody want skate today?'), (17087, 4113, 'Johore, Malaysia', 'Bloody bastards, reply my whatsapp! @DeeFckTheWorld @RebelliousAmiR'), (17088, 4114, 'Johor Bahru, Johore', 'Back in Singapore! Time to check my results -_-'), (17089, 4017, 'Singapore', 'don''t need judge ok.'), (17090, 3996, 'Johore, Malaysia', 'Baby Pooh&lt; 3 http://t.co/fwkGpnfQ'), (17091, 4115, 'Johore, Malaysia', '@godfreycua woaah!!! Arte!'), (17092, 4010, 'Singapore', '#PeopleIWantToMeet Roddy Moreno'), (17093, 4116, 'Johore, Malaysia', 'Time Machine Music Video, flawless.'), (17094, 2558, 'Johor Bahru, Johore', 'Freezing in here &gt;&lt; (@ Temasek Arts Centre Studio 10) http://t.co/1S3nQt1K'), (17095, 2336, 'Johore, Malaysia', '@FatinHsmi kan aku dah cakap nk #KEPOH boleh tak U________U'), (17096, 2653, 'Johore, Malaysia', '#PeopleIWantToMeet All the KPop stars. :P'), (17097, 4103, 'Johor Bahru, Johore', '@nadyaelaina sorry. If only there''s a way to make it up to you.'), (17098, 4117, 'Johore, Malaysia', 'http://t.co/nzSduXdi is my new favorite website.'), (17099, 2596, 'Kota Tinggi, Johore', 'With @chunjia (@ Starbucks w/ 2 others) http://t.co/eEdij513'), (17100, 1454, 'Johor Bahru, Johore', 'I''m at Teck Whye LRT Station (BP4) (Singapore, Singapore) http://t.co/9G3UYMAu'), (17101, 430, 'Johore, Malaysia', '@mthrh nope. Dont want. My thanks is limited. Need to use it wisely :)'), (17102, 4113, 'Johore, Malaysia', 'It''s only 4. T-T 7 more hours to go.'), (17103, 729, 'Plentong, Johor Bahru', '没结果的结果… http://t.co/LkLDGXTP'), (17104, 362, 'Johore, Malaysia', 'That boy is so hot :3'), (17105, 4118, 'Senai Kulai, Kulai Jaya', 'Final class of packed day (@ DKD B05) http://t.co/IgP0A6Fl'), (17106, 3819, 'Indonesia', 'yaaahhhh RT@Faradhinaa twit ke 5555 nya buat gw ajadeh ƪ(˘⌣˘)┐ ƪ(˘⌣˘)ʃ ┌(˘⌣˘)ʃ'), (17107, 2336, 'Johore, Malaysia', '@FatinHsmi #joke'), (17108, 3024, 'Kulai Jaya, Johore', '@WOOOAHHHbuffet hi text me when ur back'), (17109, 2373, 'Johore, Malaysia', 'Why you go T____________________T'), (17110, 4097, 'Riau, Indonesia', 'Grammar correction expert . :)'), (17111, 4119, 'Johore, Malaysia', 'And forever I will pray, have Your way.'), (17112, 4097, 'Riau, Indonesia', 'These kind of car plates should be banned. Or else I would want to personalize mine as well :) http://t.co/gKYSPaJd'), (17113, 898, 'Johor Bahru, Johore', 'Zul Kinky'), (17114, 3996, 'Kota Tinggi, Johore', 'Waiting! Tick''tick ! Hais:/'), (17115, 4120, 'Johore, Malaysia', 'i think de gea goal kick is the best. accurate'), (17116, 1282, 'Kota Tinggi, Johore', 'I''m at Jael''s Crib❤ http://t.co/VejRFTM7'), (17117, 1734, 'Johor Bahru, Johore', 'Slack (@ ITE College West @ Library @ Block 2, level 5) http://t.co/octXerxd'), (17118, 4010, 'Singapore', '#PeopleIWantToMeet Vin Diesel'), (17119, 2560, 'Johor Bahru, Johore', '@vanessatan16 of course :D'), (17120, 399, 'Johor Bahru, Johore', '@xxBabydoll Ok for now you can use either mom’s or my phone ☺ the benefits of being under M1 and not fucked up Starhub.'), (17121, 4121, 'Johore, Malaysia', 'I''m at Green Bean (Singapore, Singapore) http://t.co/pQXB5Oeh'), (17122, 3741, 'Johore, Malaysia', 'I''m at KKH Specialist Clinic P (Singapore, Singapore) http://t.co/Df1l9eeB'), (17123, 250, 'Johor Bahru, Johore', 'I love all my friends. Except for one. Wait, he ain''t even a friend. Hahaha.'), (17124, 4122, 'Tebrau, Johor Bahru', '@fytakamaliah wah for who'), (17125, 4010, 'Singapore', '#PeopleIWantToMeet Mariah Carey'), (17126, 4123, 'Johore, Malaysia', 'Visiting here again, just like old times last year before Os... (@ Queenstown Community Library) http://t.co/qGf3RqwW'), (17127, 2336, 'Johore, Malaysia', 'you smile i cry'), (17128, 4124, 'Johor Bahru, Johore', 'Just got myself a new basketball.'), (17129, 705, 'Johore, Malaysia', '@SoDamnTrue it''s obvious me lol'), (17130, 3980, 'Malaysia', '@mormake ช่ายยย ! =))'), (17131, 259, 'Senai Kulai, Kulai Jaya', 'Happy Anniversary :) "@dynasCLPT: Me n hubby''s anniversary lunch date today.. http://t.co/P53Mf6kl"'), (17132, 2499, 'Singapore', '@dasarangmin absolutely...guess she just wants to be part of the whole football frenzy...but she''s kinda smart to choose LFC n not MU :)'), (17133, 4010, 'Singapore', '#PeopleIWantToMeet Katty Perry'), (17134, 362, 'Johore, Malaysia', 'Eh siallah ! Dara up sia tengok penipu .'), (17135, 2548, 'Malaysia', 'ทำอะไรที่ใจอยากจะทำ -o-'), (17136, 2516, 'Johore, Malaysia', 'Baking tiramisu now cause I like the ingredients fresh.'), (17137, 4125, 'City Square, Plentong', 'dried mee poh for my lunch :3 (@ Ak Noodles House 阿坤西刀鱼丸 @ City Square) http://t.co/XWaIPIuL'), (17138, 4126, 'Johore, Malaysia', 'Having late lunch. I can sense work is piling up but I don''t feel like going back to office anymor... (at Food Opera) — http://t.co/wV7OmnoZ'), (17139, 2560, 'Johor Bahru, Johore', '@joeyjxtan do thr do wad sia ?'), (17140, 1212, 'Senai Kulai, Kulai Jaya', 'I''m at U6 Kolej Perdana (Johor Bahru, Johor) http://t.co/PfMexZIE'), (17141, 3157, 'Johore, Malaysia', 'I just ousted Riana R. as the mayor of Costa Del Sol on @foursquare! http://t.co/WR8MVrsi'), (17142, 3157, 'Johore, Malaysia', 'I''m at Costa Del Sol (Singapore, Singapore) http://t.co/fB5De2Yf'), (17143, 2664, 'Plentong, Johor Bahru', '@Nanieeandy haha, pasal tak hantar alaska je?'), (17144, 2826, 'Johore, Malaysia', 'thank god I dun have training today.'), (17145, 4127, 'Johore, Malaysia', 'I''m at Robinson Green http://t.co/zgdNO8j1'), (17146, 3999, 'Johor Bahru, Johore', '@TwittingBoon we might indirectly be brothers. Ong boon ping.'), (17147, 124, 'Johor Bahru, Johore', '@bayzeltan faris .'), (17148, 4065, 'Johore, Malaysia', 'Spammer queen 2012 goes to you ! (Y)'), (17149, 3937, 'Tebrau, Johor Bahru', 'wahhh untungnya aerilzafrel reply tweet kak @Jia14June .__.'), (17150, 876, 'Johor Bahru, Johore', '"Boy boy''s beg bery heaby." :3'), (17151, 126, 'Tebrau, Johor Bahru', '#PeopleIWantToMeet lee min ho :)'), (17152, 665, 'Johore, Malaysia', 'Long long way :c'), (17153, 2560, 'Johor Bahru, Johore', '@joeyjxtan go*'), (17154, 1002, 'Indonesia', 'Hu ingot do ale inang,\nDi poda ni inang i sipangintubu i,\nIa boru mi inang parumaen na tinodo,\nDongan hu gabe sdaur matua #LomosNiSimatua'), (17155, 593, 'Johore, Malaysia', '@SugaryKittyx you call her first then you tell me.'), (17156, 1391, 'Tebrau, Johor Bahru', 'jem ape la ni....abam J wat rodblock r ni bawah flyover (@ higway p.gudang) [pic]: http://t.co/TAFOXoKk'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (17157, 4128, 'Plentong, Johor Bahru', 'the richest love is that which submits to the arbitration of time'), (17158, 396, 'Johor Bahru, Johore', 'Nothing v productive done during this 6h of my life n day;/'), (17159, 2114, 'Singapore', '(:'), (17160, 4010, 'Singapore', '#PeopleIWantToMeet Sophia Grace'), (17161, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja huhu.ape buad skrang?'), (17162, 181, 'Johore, Malaysia', 'Semlm kat wayang kiss2 eh? Ouh tak eh? Hahahahhahahahha terase la korg ye.. Hahahhahahahahhahahahhaha'), (17163, 448, 'Johor Bahru, Johore', 'With @czheugene (@ Nihon Mura) http://t.co/S6aUclg0'), (17164, 665, 'Johore, Malaysia', 'Stomach feeling very weird&gt;&lt;!'), (17165, 4035, 'Singapore', 'Play the music low and sway to the rhythm of love ~'), (17166, 4129, 'Senai Kulai, Kulai Jaya', 'KoreaRT @JawabJUJUR: #pickone drama korea atau film barat? #JJ | @Ema_bepe20 http://t.co/01iIoLqZ'), (17167, 2606, 'Plentong, Johor Bahru', 'A pretty girl is nothing with an ugly attitude.'), (17168, 4130, 'Malaysia', 'Home. In this sunny weather, sleeping would do me so good right now. (@ AJHM''s) http://t.co/vHfpTPhp'), (17169, 7, 'Johore, Malaysia', '@AtikahSahimi Ee buat aka risau je'), (17170, 2336, 'Johore, Malaysia', 'no women man cry\nno man women suffering (false)'), (17171, 3203, 'Johor Bahru, Johore', 'With @NekoKiat and ZhengXiu. Don''t know if @XcellenceCygnus coming or not! (@ Loyang Point w/ 2 others) http://t.co/vtIvNx8j'), (17172, 3273, 'Johore, Malaysia', 'Sengaje ke pe :pp'), (17173, 607, 'Johore, Malaysia', 'I''m at SBS Transit: Bus 7 (Singapore, Singapore) http://t.co/HBR6XXMp'), (17174, 4131, 'Johore, Malaysia', '#totallyandentirelyfuckinggay #makedanastar #welldonebown #welldonejack #ratarsedlittleshitbags #eatmyshitanddie #Jacobdoingstandup'), (17175, 4132, 'Plentong, Johor Bahru', 'OMG!OMG!#syukur'), (17176, 181, 'Johore, Malaysia', 'Yasmin farah zouk needs both of you.. Can ar hahahhahaha'), (17177, 632, 'Plentong, Johor Bahru', '@epulmurdoc yup!! Haha'), (17178, 3249, 'Kota Tinggi, Johore', '@haphwaythere hahahaha im chilling. hhehehehehe :3'), (17179, 3742, 'Kota Tinggi, Johore', 'Everyone confirm will hate each other at least 1 time one.'), (17180, 362, 'Johore, Malaysia', 'I hope you choke on your fakeness you little slut .'), (17181, 2114, 'Singapore', '@Widhiadarii oh yeah. Bali is a nice place isn''t'), (17182, 4085, 'Johore, Malaysia', '@jenscer they would have to sweep the Classics to stand a chance. So freakish for sure. Sadly, ain''t gunna happen'), (17183, 4132, 'Johor Bahru, Johore', '@rizal_azis tgh meeting ke apa????'), (17184, 3467, 'Johore, Malaysia', 'Coffee break! (@ Forty Hands) http://t.co/DRlNkoT7'), (17185, 4133, 'Pulai, Johor Bahru', 'Update #Instagram @ Taman Bukit Indah http://t.co/WiI5BVQ4'), (17186, 4134, 'Malaysia', '#Titans (with @rezishamdn, Daus, and 7 others at Pusat Tingkatan Enam Meragang) [pic] — http://t.co/kFuOhddR'), (17187, 4010, 'Singapore', '#PeopleIWantToMeet Pamela Anderson'), (17188, 396, 'Johor Bahru, Johore', '@PuayySuann pepperlunching was sweet n simple, shld hav it more often, where we still can enjoy student meals:D'), (17189, 7, 'Johore, Malaysia', '@AmsyarJaafar Amin. Kan? Siapa yg nk result teruk.'), (17190, 4097, 'Riau, Indonesia', 'Concert hall of horror rock :) http://t.co/kRMt8r9S'), (17191, 4135, 'Johor Bahru, Johore', 'Dinner with loves &lt;3 (at Swensen''s @ Causeway Point) — http://t.co/SPQ8vkaz'), (17192, 3421, 'Johore, Malaysia', '@CheRings @mendthisheart @marcopolosexy @micahhchu @murasamunex3 later bball i dun mind time? If i bball i go gym do weights liao :)'), (17193, 13, 'Johore, Malaysia', '@pcsyndrome @thhaatslut i anywhere also cann'), (17194, 2336, 'Johore, Malaysia', '@SharmiNazira @FatinHsmi @SaraEdrinaa wey korang tweets dari pda tdi non stop ehhh'), (17195, 3971, 'Johor Bahru, Johore', 'I''m at Block 302B http://t.co/9ImbRGuh'), (17196, 1586, 'Plentong, Johor Bahru', '@shahidaselamat ee lg serabai. hahhhahahahhaha'), (17197, 3027, 'Johor Bahru, Johore', 'I''m at Salted Caramel Artisan Ice Cream (Singapore) http://t.co/JzGS9b73'), (17198, 1615, 'Singapore', '@ichi_monji @xnetzz lol!!! it''s AM''s comeback.pls put your focuses on them pls.. XD'), (17199, 4129, 'Senai Kulai, Kulai Jaya', 'YRT @JawabJUJUR: Siapa orang yang pernah buat kamu bener2 bahagia sampai sekarang? (inisial/mention) #JJ | @Fe15We http://t.co/liTJZTUA'), (17200, 1008, 'Johore, Malaysia', 'So freaking bored omg -.- but i really shld study.'), (17201, 4136, 'Johore, Malaysia', 'Omg can I sleep on the wall?! Why are you guise so perfect? @Louis_Tomlinson @Harry_Styles @zaynmalik @NiallOfficial @Real_Liam_Payne'), (17202, 7, 'Johore, Malaysia', '@echaashadi Hhaa tgh relax ah ni. Emm amin. Wuu nk menyesal dah takguna nanti'), (17203, 4137, 'Johore, Malaysia', '没有鱼,虾也不错 (@ The Coffee Bean &amp; Tea Leaf) http://t.co/tDQthvwB'), (17204, 138, 'Plentong, Johor Bahru', 'Yelahh aku ajk join,kau taknak hahaRT"@wanfiza: @aqlhnsdhln hahahahaha bestnyaaaaaa!"'), (17205, 4097, 'Riau, Indonesia', 'Packed like sardines in a can. Not really. Just the amount of people is astonishing :)'), (17206, 4138, 'Johore, Malaysia', '@TaufikBatisah nak feat lagu bleh tk?'), (17207, 1601, 'Plentong, Johor Bahru', 'I''m at Sbai-Sbai Seafood (Johor Bahru, Johor) http://t.co/qpkXhEoc'), (17208, 1858, 'Johore, Malaysia', '#WeCantBeTogetherIf im the only one loving you.'), (17209, 2423, 'Johor Bahru, Johore', '@Louislikeastyle ok (:'), (17210, 4139, 'Jelutong, Johor Bahru', 'my twitter''s birthday is 15 March :D'), (17211, 4065, 'Johore, Malaysia', 'Stew pork still not awake ?'), (17212, 3053, 'Johor Bahru, Johore', '@jaenademushruum I know. So sad.'), (17213, 1586, 'Plentong, Johor Bahru', '@faraafyshaa opis aku bau taik. hahahhaa'), (17214, 362, 'Johore, Malaysia', 'And yes you''ll get slap with a bamboo if you''re talking bout me .'), (17215, 384, 'Malesia', 'อยากไปเที่ยววววว~'), (17216, 27, 'Pontian, Johore', 'study!!! tyme!!'), (17217, 2423, 'Johor Bahru, Johore', '@AldenCZH @pinkkystarszxc ok'), (17218, 3421, 'Johore, Malaysia', '@cobaltzxcs i not siao kayy?'), (17219, 2423, 'Johor Bahru, Johore', '20% batt left . Swee la'), (17220, 1002, 'Indonesia', 'Jujur ho unang bahen au di paralangan\nAsa unang adong panolsolion.\nMolo ikkon putus unang ho matgabus\nhatahonma, hatahonma tu au #JujurHo'), (17221, 455, 'Johore, Malaysia', 'Time to burn &amp; release then relax. :D (at Pure Yoga (Ngee Ann City)) — http://t.co/9aqdcuJg'), (17222, 4114, 'Johor Bahru, Johore', '@dreamzon 2.1 + 1 la'), (17223, 4010, 'Singapore', '#PeopleIWantToMeet Pn.Teo Sook Mei'), (17224, 4129, 'Senai Kulai, Kulai Jaya', 'Hot summer hoot RT @cumanNANYA: #cumannanya lagu yang paling asik di playlist hp lo apa ? (via:@harumbiprasetya ) http://t.co/deDIoTPz'), (17225, 317, 'Johor Bahru, Johore', '@JoeyyLau i nid go back sch do stuffs'), (17226, 933, 'Johor Bahru, Johore', 'I''m at Block 304A Anchorvale Link http://t.co/JTkaAa0v'), (17227, 2336, 'Johore, Malaysia', '#WhatMakeYouUNGLY'), (17228, 177, 'Johor Bahru, Johore', 'Today im not skating , great -__- do dnt like one mothafker'), (17229, 3980, 'Malaysia', '@mormake ป่าวว ๆ 25 นี้นิ !!'), (17230, 640, 'Johor Bahru, Johore', 'I''m at Sun Plaza (Singapore, Singapore) http://t.co/Bp8uNW8r'), (17231, 4140, 'Johore, Malaysia', 'I just ousted @lorenzooey as the mayor of Ridgewood Medical Clinic on @foursquare! http://t.co/J53T7mze'), (17232, 3996, 'Johore, Malaysia', 'I want to go night cycling:/'), (17233, 4017, 'Singapore', 'i miss my dad :( only when he come back to sg then can go out shop during weekends.'), (17234, 4114, 'Johor Bahru, Johore', 'Wow web design get A. PROUD OF MYSELF'), (17235, 4141, 'Kota Tinggi, Johore', 'I just ousted Jason C. as the mayor of Art in the Park @ Jurong West on @foursquare! http://t.co/naDIFPul'), (17236, 4141, 'Kota Tinggi, Johore', 'I''m at Art in the Park @ Jurong West (Singapore, Singapore) http://t.co/onKtVqjt'), (17237, 2114, 'Singapore', 'Goin to play chubby bunny with my friends . AWESOME!'), (17238, 362, 'Johore, Malaysia', '@HeizyyIero hahaha :3'), (17239, 593, 'Johore, Malaysia', '@SugaryKittyx slightly better.'), (17240, 4128, 'Plentong, Johor Bahru', 'the best prove of love is trust'), (17241, 4142, 'Plentong, Johor Bahru', '@deeya_naa nape tak jadi?:)'), (17242, 3053, 'Johor Bahru, Johore', '@jaenademushruum cheer up lurh.'), (17243, 1502, 'Johore, Malaysia', 'Today im gonna break the record of not texting for one day. Tsk i rule'), (17244, 2336, 'Johore, Malaysia', 'TAUBAT LAH @sa_sahira OIIIII'), (17245, 4075, 'Plentong, Johor Bahru', '@srihafyz http://t.co/TPN0LQbG'), (17246, 1940, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 14 others http://t.co/2MOKqMe6'), (17247, 4013, 'Riau, Indonesia', '@Celine_SwittinS aku tnya y?\nyg pk baju pink spa nma ny?\nyg pk baju hjau spa nma ny?\nyg pk baju biru spa nma ny?\nyg pk baju oren spa nma ny?'), (17248, 632, 'Plentong, Johor Bahru', '@epulmurdoc malas ah nak jalan. Panas'), (17249, 1028, 'Johore, Malaysia', 'I''m at PSA VISTA http://t.co/f9kUxcK7'), (17250, 1010, 'Johor Bahru, Johore', 'I''m at Singapore Sports School w/ @daintyrosesx http://t.co/1pWojIMv'), (17251, 3421, 'Johore, Malaysia', '@JeraldSoAwesome totally bro :)'), (17252, 2262, 'Malaysia', '@Fu_heartless ทำไรนั้น'), (17253, 4143, 'Johore, Malaysia', 'YAY! Finish tuition! :P 2 hours of differentiation. :P Halfway through my holiday homeworks! :D'), (17254, 4144, 'Johore, Malaysia', 'Shopping with sis and mum ! :P (@ Bugis Junction w/ 22 others) http://t.co/2fYb7MOt'), (17255, 126, 'Tebrau, Johor Bahru', '#nw boys over flower :)'), (17256, 3863, 'Johor Bahru, Johore', 'bila lah rambut nak panjang , aku nak buat wavy -_- . rmbut masuk2 dlm tu comel xD'), (17257, 1618, 'Plentong, Johor Bahru', 'I''m at Plaza Angsana (Johor Bahru, Johor) w/ 9 others http://t.co/62EAAsji'), (17258, 416, 'Johor Bahru, Johore', 'Today, so many problems. Girls! Be strong ^^'), (17259, 419, 'Malaysia', 'หนีออกจากบ้าน หึๆ (@ Tesco Lotus (เทสโก้ โลตัส)) http://t.co/dA0xtxTi'), (17260, 264, 'Singapore', '@Zophia98 Waa you learn to become more humble liao isit :P'), (17261, 317, 'Johor Bahru, Johore', '@JoeyyLau yaa'), (17262, 3452, 'Johore, Malaysia', '@ohmysofiaa meet today eh'), (17263, 795, 'Johore, Malaysia', 'I''m at Buona Vista MRT Interchange (EW21/CC22) (Singapore, Singapore) w/ 9 others http://t.co/trcCpyBs'), (17264, 4142, 'Plentong, Johor Bahru', '@nadhrafarahin mana ada sayang saya kt melaka le.ari ahad mase to jek saya g johor.hihhi..lupe nk bgthu awak..:)'), (17265, 2560, 'Johor Bahru, Johore', '@joeyjxtan hahaha u too 暴力 with ur phone uh ?'), (17266, 396, 'Johor Bahru, Johore', '「老牛嫩草3年情变,协议分居」又在搞哪一出啊!'), (17267, 1345, 'Johor Bahru, Johore', 'Forever alone T.T'), (17268, 3669, 'Plentong, Johor Bahru', '@ameerulirfan saba saba -_-'), (17269, 2114, 'Singapore', '#PeopleIWantToMeet @katyperry @greysonchance and @katycat_juang'), (17270, 705, 'Johore, Malaysia', 'In so many travel agency why does go to mecca its the most expensive place ? I really wanna go there and make dua and get even closer to HIM'), (17271, 4039, 'Singapore', 'I''m is Tiffany Hwang Twins kekeke.very LOL'), (17272, 2336, 'Johore, Malaysia', '#PeopleIWantToMeet is RASUL and ALLAH'), (17273, 2516, 'Johore, Malaysia', 'Tried a raw lady finger ( NO NOT THE VEG) and it sucked'), (17274, 384, 'Malaysia', '@TUAN_TH รูปๆ ปิดหน้าทำไม?อยากเห็นๆ น่ารักแน่เลย^^'), (17275, 2266, 'Malaysia', 'DONE... (@ evil_kun Sweet Home ☆〜(ゝ。∂)) http://t.co/68GSIfNn'), (17276, 4145, 'Johor Bahru, Johore', 'Im here &gt;&lt; Lesbianism happening right now. OMG. Help me @Zanaaalaa'), (17277, 167, 'Johor Bahru, Johore', '@amb3rbhit just finish. Hehehehe! Next week whole week still need stay back.'), (17278, 2423, 'Johor Bahru, Johore', 'Shortcuts ? I told you I don''t accept that . You feel the same too do you ? So don''t try to act blur . -''-\nMiddle finger for you (:'), (17279, 3919, 'Johore, Malaysia', '@thenewkatramos At the gym. What''s up?'), (17280, 3452, 'Johore, Malaysia', '@crispylipslock hahah ur twitconnnnn'), (17281, 2423, 'Johor Bahru, Johore', '19% batt !!!'), (17282, 4030, 'Johor Bahru, Johore', ''), (17283, 1360, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 4 others http://t.co/caVfXgyX'), (17284, 2313, 'Johore, Malaysia', 'I''m at Bagus by Banquet (Singapore, Singapore) http://t.co/kSLxFxKv'), (17285, 3242, 'Plentong, Johor Bahru', '@noynoysyukriah nk jugak lh , hoi ^'), (17286, 4146, 'Johore, Malaysia', 'I''m at MDIS UniCampus (Singapore) w/ 9 others http://t.co/0ugNuW28'), (17287, 3863, 'Johor Bahru, Johore', 'RT @farahnipsy : OKAYY F M SIAPA :''( ? #CRYINGGGGGG'), (17288, 2664, 'Plentong, Johor Bahru', 'hahaha, makcik nak buat peta. nyah kau dari sini, bye bye :)'), (17289, 4147, 'Johore, Malaysia', 'I''m at Pacman #04-10 http://t.co/n90l60Dm'), (17290, 4142, 'Plentong, Johor Bahru', '@paenKC thnks paen..rindu kau dik..:)'), (17291, 2565, 'Johor Bahru, Johore', 'Nbcb go die'), (17292, 4148, 'Johor Bahru, Johore', 'I''m at Blk 649 Woodlands Ring Road (Singapore, Singapore) http://t.co/zj9q78ye'), (17293, 4149, 'Johore, Malaysia', 'For those who haven''t heard, this is Avaland''s sound every Saturday! Recorded live by our resident Effen. Check it out! http://t.co/V5d8uOr1'), (17294, 1858, 'Johore, Malaysia', '#BestThingAboutBeingSingle you can go out with whoever you want :)'), (17295, 66, 'Malaysia', '@YS_BB @GiigHyuk เห้ยย ของฟรีเค้าเอาาา เด่วใส่ไปโชว์ให้'), (17296, 177, 'Johor Bahru, Johore', 'Hais i wish i could relive my life and make everything right again between us'), (17297, 668, 'Johore, Malaysia', '@Trappedheartt Like sometimes he like this but I hate the think he likes but I''ll tell myself I forget it, try to like it'), (17298, 992, 'Johor Bahru, Johore', 'at Shifeng house doing blogshop'), (17299, 668, 'Johore, Malaysia', '@Trappedheartt but at the same time I feel like as if I can''t breathe.'), (17300, 4150, 'Tebrau, Johor Bahru', 'Cakap follow tapi tak dapat request pun'), (17301, 4151, 'Plentong, Johor Bahru', 'Tgk ini weather satelit. Tiada kebarangkalian hujan utk masa terdekatt jom bolaaaa @aizkhalid @DenoAswal @ariffumi http://t.co/9A9OidxY'), (17302, 4152, 'Plentong, Johor Bahru', 'Hotz (@ Ezza''s Home) http://t.co/y3sxxgLl'), (17303, 2336, 'Johore, Malaysia', '@FatinHsmi @SharmiNazira @SaraEdrinaa elleh marah pulak'), (17304, 1213, 'Johor Bahru, Johore', 'Here I am deciding finally to stay at home and spend some time together and the next second, a message came in saying he''s going out. Sighs.'), (17305, 3863, 'Johor Bahru, Johore', '@FuzaRdzn tgh tidur daddy .'), (17306, 7, 'Johore, Malaysia', '@AmsyarJaafar Celab dkt mana? Dia takda bagitahu pun'), (17307, 384, 'Malaysia', 'เหมือนจะเจอแล้วว เอร๊ยยยย&gt;\\\\&lt;~'), (17308, 4153, 'Johore, Malaysia', 'HAHA FINALLY (@ Abercrombie &amp; Fitch w/ 6 others) http://t.co/nuVCT63m'), (17309, 902, 'Johor Bahru, Johore', 'Bak in school again X.X.... (@ Millennia Institute) http://t.co/lJZkNgrg'), (17310, 4154, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 24 others http://t.co/VsrJF35T'), (17311, 992, 'Johor Bahru, Johore', '@Qimanpoh -.-'), (17312, 4150, 'Tebrau, Johor Bahru', 'I want to work'), (17313, 4010, 'Singapore', '#PeopleIWantToMeet Smart Wawan'), (17314, 275, 'Johor Bahru, Johore', 'Using lappy. With baby @danzteh (@ Chloe''s Bedroom ♥) http://t.co/8ynNZL80'), (17315, 1213, 'Johor Bahru, Johore', 'What to do now. ?'), (17316, 1502, 'Johore, Malaysia', 'Okay 430 i see uf i want use com online bb'), (17317, 2664, 'Plentong, Johor Bahru', '@Nanieeandy haha, aku da humban budak tu dalam sungai klang'), (17318, 3227, 'Malaysia', 'I''m at POLA Cosmetics (Hat Yai, Songkhla) http://t.co/YW1A5Y5Y'), (17319, 2848, 'Johore, Malaysia', '@akosimrchan thanks Christian! ;)'), (17320, 4155, 'Johor Bahru, Johore', 'Oh my gosh the F50 flight was so fun! We flew all over Singapore I really enjoyed myself a lot today wow. Great Experience. Cheers mates!'), (17321, 4156, 'Johore, Malaysia', 'I''m at ComfortDelGro Driving Centre (CDC) (Singapore) w/ 9 others http://t.co/woEpbT1Y'), (17322, 181, 'Johore, Malaysia', 'THISTHISTHIS RT “@NRLHDH: Didn''t see anything ”'), (17323, 4157, 'Johor Bahru, Johore', 'I''m at Opp Blk 103A Bus Stop (65071) http://t.co/5upzAjlX'), (17324, 4158, 'Johore, Malaysia', '@Preston Reed and @jungsungha are coming to Singapore on 26 May! Tickets more than half gone! #PeopleIWantToMeet http://t.co/xAooA9Jh'), (17325, 4097, 'Riau, Indonesia', '_____________ , big disgrace ? I don''t know the front part . Fill it in yourself'), (17326, 4159, 'Johore, Malaysia', 'Doing some boring Supermarket shopping. I am not the one eating all this food anyway. I can happily live off Coke. http://t.co/GefNsjNo'), (17327, 4160, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 7 others http://t.co/RPmxd1iQ'), (17328, 705, 'Johore, Malaysia', 'My dreams is to bring my parent to visit Mecca and umrah with them ...inshallah :) \nKeep saving and makes dreams come true'), (17329, 4150, 'Tebrau, Johor Bahru', 'I want to work temporary'), (17330, 2300, 'Johor Bahru, Johore', 'Done Cooking Lauk Ikan Singgang &amp; Mee Soto! Tido jap yer, nanti nak tgk Bella Bello.... &gt;o&lt;'), (17331, 4161, 'Johore, Malaysia', 'At Customs House — http://t.co/asluDN3T'), (17332, 195, 'Plentong, Johor Bahru', '@AmiraEmalina Kan????!!!! Geram doh aku!!'), (17333, 126, 'Tebrau, Johor Bahru', '@bubulesta haha kenape knpe ?'), (17334, 2336, 'Johore, Malaysia', 'ASAL NAMA KOREA PEPELIK AHHH'), (17335, 4162, 'Johor Bahru, Johore', '@jiahui_98 HAHA HELL NO :b Look @ maii face . (:'), (17336, 3917, 'Plentong, Johor Bahru', 'Subway ta halal kot! Rasanya lah.'), (17337, 384, 'Malaysia', '@TUAN_TH ไป เราไปด้วยกันน้ะ:))'), (17338, 66, 'Malaysia', 'ไปจัดเป๋าละ'), (17339, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU the pool is damn deep one leh ! Unless your going to baby pool !'), (17340, 4067, 'Plentong, Johor Bahru', 'lapooooooooooooooooooo'), (17341, 632, 'Plentong, Johor Bahru', '@epulmurdoc eh? Haha kat area Pelangi ni panas'), (17342, 2336, 'Johore, Malaysia', 'DON''T LOVE ME PLEASE'), (17343, 3152, 'Johor Bahru, Johore', 'I''m at Serangoon Garden Circus (Singapore) http://t.co/E3RdulM4'), (17344, 138, 'Plentong, Johor Bahru', 'Cik azam bwk van laju,mcm die mengalami sakit perut yg maha dasyat..terpelanting2 aku ddk kat van ni serupe gaya naik roller coster.'), (17345, 4163, 'Johore, Malaysia', '@Mystryl 原来有比我还蛋疼的人?!不对 这么说你才是最蛋疼的吧。。。200+ turns了吧总共?!'), (17346, 4120, 'Johore, Malaysia', '" @calvinnnnteo ordered pizza!!! "\n@lindarling !!'), (17347, 181, 'Johore, Malaysia', 'First kiss eh? Hahahahhahaha'), (17348, 4045, 'Plentong, Johor Bahru', '@ClaryFairyy i cant wait to go alsoooo :( i always think if i chose pms and got uwa then it would be so nice!!!!'), (17349, 3613, 'Johor Bahru, Johore', 'I''m at Shen''s House :D http://t.co/GDl69x4d'), (17350, 4164, 'Johor Bahru, Johore', 'Ang pagRPM, Isa sa aking mga munting kasiyahan☺ http://t.co/IUExS5o0'), (17351, 4165, 'Singapore', 'BEST WOLFTEAM VIDEO OF Q12012 - Wolfteam xD Pride | Beast mode by WolfteamxDPride! http://t.co/wzbflB8X'), (17352, 4166, 'Johor Bahru, Johore', 'Me!!?? of course I want...'), (17353, 3996, 'Kota Tinggi, Johore', 'Finish. My colouring suck.. http://t.co/pjJrfPRL'), (17354, 2894, 'Malaysia', 'ผู้ชายหน้าตาดีแม่งเป็นเกย์ (?) เพราะงี้ไง กูถึงชอบมองผู้หญิงด้วยกัน -..-'), (17355, 4167, 'Johor Bahru, Johore', 'Facebook timeline is retarded'), (17356, 4168, 'Johore, Malaysia', 'Technoedge and fire #contrisense'), (17357, 4169, 'Johor Bahru, Johore', 'Waiting for laptop to be configured. Takes 4 hours!'), (17358, 902, 'Johor Bahru, Johore', '@TayLindSiol lols...haiya so cliche alr leh..all poly students use it on jc students -.-" hahaha!!\nIm alrite..its a dream come true ;D'), (17359, 2278, 'Tanjong Kupang, Johor Bahru', '@Zufik_ita @nazame org yg ckp i jual kopok..'), (17360, 3917, 'Plentong, Johor Bahru', 'Kawan,seburuk mana perangai dia kita tetap kawan dia!'), (17361, 384, 'Malaysia', '@TUAN_TH น่า น่า น่า น่ารักดีออก;)'), (17362, 738, 'Johore, Malaysia', 'Seriously, got what benefits you''re the first one to run to there.'), (17363, 660, 'Plentong, Johor Bahru', 'booo dalam air , bobobobobooboboboo ! ;D RT @eyqAtiqa @WafiIshak @raihanaonly lu rilek? Hahahaha! Boo sama dia rai!'), (17364, 4171, 'Johore, Malaysia', 'I''m at *SCAPE (Singapore, Singapore) w/ 2 others http://t.co/y1yKG18C'), (17365, 2653, 'Johore, Malaysia', '@KPOPbuzz Block B - Nanrina'), (17366, 813, 'Johor Bahru, Johore', 'I''m at Food Junction (Singapore) http://t.co/UuFYR9kP'), (17367, 3380, 'Johore, Malaysia', 'I''m at Lucky Plaza (Singapore, Singapore) w/ 3 others http://t.co/IhCirEGh'), (17368, 4067, 'Plentong, Johor Bahru', 'makin sakit hati bila menunggu macam nak mmpos.... :O'), (17369, 1377, 'Johor Bahru, Johore', 'LOL BEST TWEET BY KAIXUAN RT @YuannXiiu_hae: RT @KaiDancingXuan whao Monica, your class hates you. 2M01ftw!'), (17370, 181, 'Johore, Malaysia', '@MuhdLuqmanAziz man ni kau kene help aku.. Hahha'), (17371, 4172, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 15 others http://t.co/5oF7QkIC'), (17372, 458, 'Malaysia', 'มึงถามกี่รอบแล้วสัส'), (17373, 632, 'Plentong, Johor Bahru', '@epulmurdoc haha you kat Taman Molek kan?'), (17374, 4173, 'Plentong, Johor Bahru', 'I''m at Pusat Tuisyen Seri Intelek w/ @effiralea http://t.co/zAbCUbft'), (17375, 3863, 'Johor Bahru, Johore', 'RT @FatinGuitar96 : seronok tgk budak-2 ni bahagia :D'), (17376, 479, 'Singapore', '@jylovesunicorn Hahaha what only!'), (17377, 2664, 'Plentong, Johor Bahru', 'Mak Jemah AF'), (17378, 195, 'Plentong, Johor Bahru', '@AmiraEmalina Mangkuk lah kau ni. Twitter lah. Lagi lagi kalau pakai via text'), (17379, 670, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 19 others http://t.co/KSk0ZjSi'), (17380, 3336, 'Plentong, Johor Bahru', 'need coffee o! Xtdo dari semalam ni.. (@ Restoran Osman (Mydin)) http://t.co/tP0g2sYE'), (17381, 2336, 'Johore, Malaysia', '@SharmiNazira nk khawin ngn sape .&gt;&lt;'), (17382, 4174, 'Pulai, Johor Bahru', 'semua nya HIPOKRIT'), (17383, 4091, 'Johore, Malaysia', 'Wow! You made me pissed!!! I ain''t forgivin ya!! You better NOT make this a mountain outta molehill! Okay?'), (17384, 4175, 'Johor Bahru, Johore', 'I''m at Bottle Tree Park (Singapore, Singapore) http://t.co/6SDEBAIh'), (17385, 181, 'Johore, Malaysia', 'hahahahhahahah RT “@NRLHDH: Tidur.”'), (17386, 4173, 'Plentong, Johor Bahru', 'I''m at Danga Flyover http://t.co/EyI0GTGL'), (17387, 4176, 'Johore, Malaysia', 'my mum off her hp! argggg!!! (@ Macdonald''s Parkway Parade) http://t.co/j6Jivzwl'), (17388, 2957, 'Johore, Malaysia', 'I know you''re feeling down like no ones around but baby you''re wrong , just get rid of the fear promise that I''m here I''ll never be gone ~'), (17389, 3455, 'Johore, Malaysia', '"the trains companies are competing who can have a more serious downtime...cable tie, power cable snapping. What''s next? Train derail?"'), (17390, 4177, 'Riau, Indonesia', 'I''m at Wavemaster 9 http://t.co/HqyPuqbJ'), (17391, 839, 'Johore, Malaysia', 'I''m really damn lazy to Learn driving...'), (17392, 4035, 'Singapore', '@jordyycheah ehh shut up! hahaha! you watch it ah? :o'), (17393, 3546, 'Johor Bahru, Johore', '@_Anderix_ @uamlon @hochuanjing @uamlon lol I anyhow wear Liao, some black thingy'), (17394, 4178, 'Riau, Indonesia', 'akaka RT @pricilliaPR Sotrue RT @Poconggg: It''s funny when someone says that they miss you, but they don''t even make an effort to see you..'), (17395, 4168, 'Johore, Malaysia', 'Technoedge fire contrisense'), (17396, 3165, 'Plentong, Johor Bahru', '@SyafiqahAdilla itu bahasa johorr :D'), (17397, 3380, 'Johore, Malaysia', 'I''m at Ayam Bakar Ojolali (singapore, singapore) http://t.co/uEPnBvMV'), (17398, 390, 'Johor Bahru, Johore', '@DerrelLee can''t haha'), (17399, 3452, 'Johore, Malaysia', '@ohmysofiaa dw spend eh'), (17400, 3721, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 4 others http://t.co/aKS64MHI'), (17401, 4179, 'Johor Bahru, Johore', 'Mission accomplished (@ Changi International Airport,line Maintenance Division) [pic]: http://t.co/ctAmna1I'), (17402, 1054, 'Johore, Malaysia', '@Gee_Ass Where u board? :P'), (17403, 4180, 'Malaysia', 'เดินทางกลับ. (@ Hat Yai International Airport (HDY) ท่าอากาศยานนานาชาติหาดใหญ่ w/ 7 others) http://t.co/crCWB4l4'), (17404, 4181, 'Johore, Malaysia', '@mugunthkumar really? For me, it shipped from Shenzen!'), (17405, 4182, 'Johore, Malaysia', 'LOL!!!'), (17406, 2499, 'Singapore', '@gayapillai hv fun during the casting Gaya,im sure it''l be very colorful wit lots of personalities,hope we discover a James Dean kinda actor'), (17407, 2336, 'Johore, Malaysia', '@SharmiNazira wey kau follow semua act NADA CINTA ehhh'), (17408, 1421, 'Singapore', '@akash_kaura you could go and check it/them out yourself :P'), (17409, 3786, 'Plentong, Johor Bahru', 'I just became the mayor of IBO System on @foursquare! http://t.co/9bdcn2gL'), (17410, 3786, 'Plentong, Johor Bahru', 'I''m at IBO System (Johor Bahru, Johor) http://t.co/tuhdIu9E'), (17411, 2141, 'Johor Bahru, Johore', 'First time'), (17412, 1377, 'Johor Bahru, Johore', 'Un-AliveRT @JIA_JUN_: Wow.Fantastic baby! RT @xpiecesoflove: RT @YuannXiiu_hae: RT @KaiDancingXuan whao Monica,your class hates you.2M01ftw!'), (17413, 3546, 'Johor Bahru, Johore', '@Hafiz_CCKSianss sia la, so many homework to do!!!'), (17414, 2187, 'Johor Bahru, Johore', 'I''m at Bukit Panjang LRT Station (BP6) (Singapore, Singapore) http://t.co/SxtwQNT4'), (17415, 3897, 'Johor Bahru, Johore', 'I''m at Blk 385 http://t.co/eRooiDDm'), (17416, 4067, 'Plentong, Johor Bahru', '''jelly'' tu ape benda ?'), (17417, 2606, 'Plentong, Johor Bahru', 'TL bergerak lambat , Semua orang pergi tuition , buat homework . Saya faham :p'), (17418, 3687, 'Johor Bahru, Johore', '@nicolaricolaa oh, my school''s having a band concert at your school!^^'), (17419, 181, 'Johore, Malaysia', 'U and me resting our head on each other shoulder?? Adoiiii terase please terase hahahhahahahaha'), (17420, 3939, 'Riau, Indonesia', 'I''m at Revenge Of The Mummy (Sentosa Island, Singapore) http://t.co/q3XVIWMF'), (17421, 1421, 'Singapore', '@khanwei only 28 more chem IAs to go~'), (17422, 632, 'Plentong, Johor Bahru', '@epulmurdoc haa situ dekat apa dgn Pelangi.'), (17423, 2664, 'Plentong, Johor Bahru', 'jeles dengan via android and BB korang'), (17424, 884, 'Johore, Malaysia', 'Tuck yew, why u let train break down again?!'), (17425, 3863, 'Johor Bahru, Johore', '@farahnipsy FM mcm nama mmbe i , hihi tp membe i laki --'' . maaf maaf . chill lah you :'')'), (17426, 839, 'Johore, Malaysia', '@MloclamTAY the person must have felt that you thought he or she was very old bro:).'), (17427, 2560, 'Johor Bahru, Johore', '@joeyjxtan haha :D dun too sad uh cheer the fuck up bitch :D:D'), (17428, 1382, 'Johor Bahru, Johore', '@peiyi2706 oi mentally disturbed'), (17429, 3786, 'Plentong, Johor Bahru', 'I''m at 大家笑海鲜楼 http://t.co/DYP0WlE2'), (17430, 2114, 'Singapore', '@Widhiadarii Yeah. how r u katycat?'), (17431, 3784, 'Malaysia', 'สถานการณ์ชายแดนใต้ยังคงปั่นป่วนเมื่อเช้าคนร้ายลอบวางระเบิดดักสังหารทหารบนถนนสาย410ต.บาราเฮาะอ.เมืองปัตตานีแต่พลาด ชาวบ้านดับ1เจ็บ1@Isra_News'), (17432, 4183, 'Johor Bahru, Johore', 'Woohoo ! Mom bought me 2 new G - Shock .'), (17433, 195, 'Plentong, Johor Bahru', '@naanieeharis Ouhhh Nanie!! Awak ni memang sweet lah ❤❤❤ Mestilah kita sayang awak forever!! xoxo'), (17434, 2750, 'Johore, Malaysia', '@mkhairulz still diarrhea lehs'), (17435, 4159, 'Johore, Malaysia', 'So everyone staring bec I am the girl standing by the rice and oil, tweeting while waiting for yaya to finish shopping for meat n fish.'), (17436, 2336, 'Johore, Malaysia', '@SharmiNazira ni baru anak yang #SOLEHA'), (17437, 1190, 'Kota Tinggi, Johore', 'Til it''s too late.'), (17438, 738, 'Johore, Malaysia', 'Selfish bitch.'), (17439, 4184, 'Johore, Malaysia', 'I''m at Study In Progress (Singapore) http://t.co/udvEkqaT'), (17440, 1300, 'Johor Bahru, Johore', '@JicaJesEca not sure p.. As long as mging stable and profitable aq here heheh'), (17441, 4185, 'Johore, Malaysia', 'I''m at Two Zam Zam Restaurant http://t.co/fO0RSKKd'), (17442, 665, 'Johore, Malaysia', 'Should have brought a clip or smth !'), (17443, 4186, 'Johor Bahru, Johore', 'Fixing my manicure. No more red nails. Haha! @ Edelweiss Park http://t.co/An7OTYiG'), (17444, 181, 'Johore, Malaysia', 'Siala aleh2 aku teringat , main scissors paper stone kalah ngan @azwanjamil .. Loser gi amek straw.. HAHAHHA'), (17445, 839, 'Johore, Malaysia', '@Abcdefaithghijk cause always need to travel to the stupid driving center... Haha'), (17446, 4187, 'Johor Bahru, Johore', 'Sometimes I just hate talking to you.'), (17447, 2284, 'Johor Bahru, Johore', 'I''m at My Universe http://t.co/DxqIXOFJ'), (17448, 398, 'Johor Bahru, Johore', '@_kelvega21 kaw pass semua subject?'), (17449, 181, 'Johore, Malaysia', '@NRLHDH takde teringat smlm'), (17450, 1382, 'Johor Bahru, Johore', '@PeiYi2706 from now on my timeline is gonna be such a poor thing'), (17451, 640, 'Johor Bahru, Johore', 'I''m at Sembawang MRT Station (NS11) (Singapore, Singapore) http://t.co/KCrwvjgT'), (17452, 4188, 'Johor Bahru, Johore', 'I''m at Dayah Homeeh http://t.co/eUl2K8c8'), (17453, 632, 'Plentong, Johor Bahru', '@epulmurdoc haha tidur je ah!!'), (17454, 502, 'Johor Bahru, Johore', '@MahahaSCANDAL please see your handphone. Thanks!'), (17455, 2336, 'Johore, Malaysia', '@SharmiNazira pak guide sekolah boleh ?/??????\nkata sape" boleh kan'), (17456, 991, 'Johor Bahru, Johore', 'Serve you right!'), (17457, 3919, 'Johore, Malaysia', '@jahparedes Just use the number i gave you!'), (17458, 417, 'Johor Bahru, Johore', 'ugh youre so paranoid'), (17459, 3863, 'Johor Bahru, Johore', '@FuzaRdzn haha sakit hati lettew'), (17460, 4189, 'Johore, Malaysia', '#np Smooth Criminal - MJ. This never gets old.'), (17461, 668, 'Johore, Malaysia', '@Trappedheartt Yeah I know.. Hmm very hard to explain to you leh.'), (17462, 4190, 'Riau, Indonesia', 'plain white - revenge'), (17463, 4191, 'Plentong, Johor Bahru', 'I''m at FA DESIGN &amp; CONSTRUCTION SDN BHD http://t.co/42Hp1acO'), (17464, 3919, 'Johore, Malaysia', '@anixsuba @ardenysais Suba can you please use WhatsApp on your bb!'), (17465, 1586, 'Plentong, Johor Bahru', '@shahidaselamat cne boleh naek ek air nya? hahha adoii nasib lah kan.'), (17466, 4108, 'Johore, Malaysia', '@sodiumion - VERY smart. ;P'), (17467, 668, 'Johore, Malaysia', '“@girlnotes: The worst feeling is pretending you don''t care about something, when really it''s all you seem to think about.”'), (17468, 4192, 'Johore, Malaysia', 'Waiting for seemingly nothing. @ Pearl''s Centre http://t.co/Cyqx0Cns'), (17469, 1382, 'Johor Bahru, Johore', '@PeiYi2706 don''t know why now even mental patients join twitter'), (17470, 4193, 'Johore, Malaysia', 'bored bored bored.'), (17471, 3306, 'Johor Bahru, Johore', '爱你爱你 http://t.co/d3iXAVuz'), (17472, 4104, 'Johore, Malaysia', 'Too lazy to go out lol'), (17473, 1860, 'Johore, Malaysia', 'Its not a crime so I don''t need no comments.'), (17474, 2336, 'Johore, Malaysia', '@SharmiNazira yg #HODOH kau pinggirkan SEDIH'), (17475, 839, 'Johore, Malaysia', '@MloclamTAY true that hahaha:).'), (17476, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja duk keje RTM je.R-rehat,T-tido,M-makan.haha.tggu result spm la.takut~~~~'), (17477, 398, 'Johor Bahru, Johore', '@ShazTen aper jer kau buat?'), (17478, 4039, 'Singapore', 'Don''t be afraid to dream-@EchaErda'), (17479, 4194, 'Johor Bahru, Johore', '@Elliong u then die leh. Bukit batok luh. Standard (: u leh. Bo call me uh'), (17480, 3841, 'Johor Bahru, Johore', '@fikachan I overslept! Reached home at 8pm :( even if I went I wouldnt be able to socialize cos I don''t have a voice!!'), (17481, 4195, 'Johor Bahru, Johore', '@iamjeffie jeff kta mo reply ko sensya na ha 48yrs lol'), (17482, 1972, 'Kota Tinggi, Johore', 'Dun reply right? Fine'), (17483, 4196, 'Johor Bahru, Johore', 'Once upon a time...(blank) @ Skytrain Station http://t.co/zl0bdecl'), (17484, 3863, 'Johor Bahru, Johore', '@FuzaRdzn erk kejam -.- . tp dlm masa yg sama aku sokong --'''), (17485, 1377, 'Johor Bahru, Johore', 'Wa I much more older le T__T RT @xpiecesoflove Hi senior year.... I AM GETTING OLDER :( omg'), (17486, 195, 'Plentong, Johor Bahru', '@AmiraEmalina Ouhh yang tuu. Aku paham sangat!! Hahahaha buat bodoh jelahhhhhhhhhh ema~~~~ Asalkan dia bahagia!!'), (17487, 1300, 'Johor Bahru, Johore', 'Roasted seaweed giant sheet.. #spicy yum yum yummmmm http://t.co/rDzj4aB7'), (17488, 2336, 'Johore, Malaysia', '#ANNOYING. STOP'), (17489, 167, 'Johor Bahru, Johore', '@amb3rbhit YALORH!'), (17490, 2548, 'Malaysia', '@Praephannn กินนนนนนนนน -o-'), (17491, 4197, 'Indonesia', '@bellathorne ''RETWEET'' if you love Indonesian people :) --"'), (17492, 4067, 'Plentong, Johor Bahru', 'aku rasa macam nak cekik orang je sekarang, hahaha :D'), (17493, 991, 'Johor Bahru, Johore', 'Aww your so cute~~~~'), (17494, 222, 'Kota Tinggi, Johore', 'RT @dayhui: Today got 20 guys ask for my number sian sia off form normally got around 60plus one!'), (17495, 4039, 'Singapore', 'Don''t be afraid to dream-@EchaErsa'), (17496, 839, 'Johore, Malaysia', 'Tired out after this morning''s game finally on the way to home!'), (17497, 3274, 'Johore, Malaysia', 'I''m at Wisma Atria (Singapore) w/ 4 others http://t.co/Fd9IADKH'), (17498, 4151, 'Plentong, Johor Bahru', '@DenoAswal pergh. Ape maknenye tu?'), (17499, 4198, 'Johor Bahru, Johore', '#dailyphoto of #singapore - #cars, #sky in #unfiltered #vintage #hdr @ Bishan Depot Test Track http://t.co/9QQgh92P'), (17500, 4199, 'Riau, Indonesia', 'View vido ne yah http://t.co/8uNQmsU9'), (17501, 4178, 'Riau, Indonesia', '@pricilliaPR laper skrg nyari yuhu'), (17502, 4165, 'Singapore', 'WolfTeam March Update: http://t.co/L5cUKmws\nFor those of you who missed it ya ;)'), (17503, 660, 'Plentong, Johor Bahru', '@WafiIshak @eyqAtiqa apelah wafi , lawan pmpuan pon boleh lengit ! hahaha'), (17504, 2336, 'Johore, Malaysia', '@SharmiNazira HAHAJARJAJARJAAAJR ketawa lah :D'), (17505, 196, 'Johore, Malaysia', '@Evolruoyemllet_ damn joker!'), (17506, 4200, 'Johore, Malaysia', '@muxxxin27 えっ神!'), (17507, 4067, 'Plentong, Johor Bahru', '@syafiqahO oooo i see... ketinggalan dunia :D'), (17508, 3314, 'Johore, Malaysia', '@MinDahSnaps Oh okay.(:'), (17509, 1069, 'Johore, Malaysia', '@rohanitarohin no lor pay foreigners to queue lol! It happens'), (17510, 4039, 'Singapore', 'Now Playing:4minute-Heart To heart'), (17511, 1377, 'Johor Bahru, Johore', 'OMG 1 MORE YEAR TO ARMY. WAH SO FAST SIA. IT FEELS LIKE I JUST ENTERED SECONDARY SCHOOL YESTERDAY:('), (17512, 3868, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 23 others http://t.co/3h3PcYQL'), (17513, 4201, 'Senai Kulai, Kulai Jaya', 'I''m at Sk Taman Indahhpura 1 (Kulai, Johor) http://t.co/wzd7J8Yd'), (17514, 4104, 'Johore, Malaysia', 'HAHA AMMAK IS AWAKE @ascendancyofsix (Y)'), (17515, 2869, 'Johor Bahru, Johore', 'I''m at E!hub Downtown East (Singapore) w/ 3 others http://t.co/qi7voCQj'), (17516, 3645, 'Kota Tinggi, Johore', 'Just bought a blue wrist strap for my ipod nAno. Now I can wear it like a watch. ^^'), (17517, 3771, 'Riau, Indonesia', '@gitasuhayu alhamdulillah kami dh diksi kisi2nya yg kami buat sendiri jdi baca soal kami aj ..\ninsya allah keluar..'), (17518, 2336, 'Johore, Malaysia', '@SharmiNazira okey ape ?'), (17519, 1382, 'Johor Bahru, Johore', '@PeiYi2706 you laugh what'), (17520, 7, 'Johore, Malaysia', '#np waiting outside the lines'), (17521, 1300, 'Johor Bahru, Johore', 'Yuumm yumm.. This seaweed sheet is my new favorite hahah #healthy'), (17522, 431, 'Johore, Malaysia', 'Someone fucking the glass of vinegar and I feel very nauseous smelling it now wtf'), (17523, 4190, 'Riau, Indonesia', 'lebih suka game atau musik? #JJ'), (17524, 902, 'Johor Bahru, Johore', '@TayLindSiol oh :( looks like we are nt fated to meet :(...'), (17525, 4139, 'Jelutong, Johor Bahru', 'dutch lady chocolate.'), (17526, 4190, 'Riau, Indonesia', 'lebih suka game atau musik? #JJ [Like it? http://t.co/gYLU01oV ]'), (17527, 4104, 'Johore, Malaysia', '#SomePeopleNeedTo Myob'), (17528, 4174, 'Pulai, Johor Bahru', 'bler kunci tertinggal. terpaksa menumpang'), (17529, 4165, 'Singapore', 'OMG OMG! New chars in #WolfTeam! 4th GEN CHARS FTW'), (17530, 2336, 'Johore, Malaysia', '@SharmiNazira wey tak de papae lah sorry'), (17531, 1069, 'Johore, Malaysia', '@rohanitarohin big bus tour, tour on what?'), (17532, 4203, 'Plentong, Johor Bahru', 'Makan makan (@ McDonalds (Outlet: Pasir Gudang)) [pic]: http://t.co/dQvyOlEW'), (17533, 2134, 'Johore, Malaysia', 'I''m at Awfully Chocolate (Singapore, Singapore) http://t.co/F5FyZHH6'), (17534, 3273, 'Johore, Malaysia', 'Cibai , kau unfriend aku ? K .'), (17535, 1300, 'Johor Bahru, Johore', '@tinzliang kasi nga b.. Ambusy mo).......'), (17536, 1564, 'Johor Bahru, Johore', 'So full! ^^'), (17537, 3422, 'Johor Bahru, Johore', 'How am I supposed to find someone like you?..'), (17538, 1377, 'Johor Bahru, Johore', '@YuannXiiu_hae EEEEW SOUNDS SO WRONG MY DEAR CASSEOELF LOL'), (17539, 4199, 'Riau, Indonesia', '@ayuarmanda neh video nya dek http://t.co/8uNQmsU9'), (17540, 3489, 'Pulai, Johor Bahru', '@elijayjay cehh buat ''yogurt'' lah tu hahaha http://t.co/RSakcXvZ'), (17541, 4204, 'Johor Bahru, Johore', 'I''m at Subway @ Downtown East (Pasir Ris, Singapore) http://t.co/0G8gN66s'), (17542, 4205, 'Johore, Malaysia', '@NgoKathleen LOL! Oo sakit na sa ulo, kahit saan down. Sabay down internet sa bahay noh? Tatalon nko sa building pag ganun'), (17543, 125, 'Johor Bahru, Johore', 'I''m at E!hub Downtown East w/ @flamestodust_ http://t.co/yWq2Mhe1'), (17544, 2262, 'Malaysia', '@Fu_heartless เอ๋าทำไมอ่าาา แล้วทีนี้เอาไงนั้นไปทำให้เรียบร้อยแล'), (17545, 1858, 'Johore, Malaysia', '#SomePeopleNeedTo learn appreciate what they have now.'), (17546, 3172, 'Johore, Malaysia', 'Fck...lost bed @ ST JAMES POWERSTATION 4TH LEVEL OFFICE http://t.co/IYx50o96'), (17547, 3371, 'Plentong, Johor Bahru', 'Vigor ♥'), (17548, 2653, 'Johore, Malaysia', '@KPOPbuzz 2PM'), (17549, 4206, 'Johore, Malaysia', 'I just ousted Alvin X. as the mayor of Waiting Area (Private Driving) on @foursquare! http://t.co/SI8G84lN'), (17550, 4206, 'Johore, Malaysia', 'I''m at Waiting Area (Private Driving) http://t.co/ZUP3DOmU'), (17551, 3371, 'Plentong, Johor Bahru', 'Libra ♥'), (17552, 3576, 'Johor Bahru, Johore', 'I''m at E!hub Downtown East w/ @ahwang96 http://t.co/RfaXKAuo'), (17553, 196, 'Johore, Malaysia', '@Jimmykhai cannot la, haha.'), (17554, 3273, 'Johore, Malaysia', 'K , tkpe . Kau unfriend aku pun , tk mati lhh . K .'), (17555, 4104, 'Johore, Malaysia', '#Np Excision ohhhh nooo http://t.co/BElgdFck'), (17556, 1242, 'Singapore', 'It''s gonna end the same way isn''t it?'), (17557, 3609, 'Malaysia', '@Billit_A บิวๆ มาทะเลต่อกัน บ่?!'), (17558, 4207, 'Johor Bahru, Johore', 'om nom! (@ Greenwich V) http://t.co/DotSNozC'), (17559, 3165, 'Plentong, Johor Bahru', '@aliabaharuddin1 @HaziqHazmi wewiittt :DD'), (17560, 3868, 'Johore, Malaysia', '杯具,迟到了 (@ Informatics City Campus) http://t.co/2wpWWIqZ'), (17561, 1391, 'Tebrau, Johor Bahru', 'I''m at Plaza tol Kempas http://t.co/y3xcoFnR'), (17562, 4208, 'Plentong, Johor Bahru', '#PeopleIWantToMeet My Follower at Twitter :)'), (17563, 4209, 'Johor Bahru, Johore', 'Sayonara.. but not me.. (@ Terminal 2 w/ 19 others) http://t.co/wQFDFXG9'), (17564, 14, 'Johor Bahru, Johore', '#PeopleIWantToMeet my kindergarten friends. Lol'), (17565, 1856, 'Singapore', '@mikazen ati2 ya.. disana sering ada yg menampakkan diri :|'), (17566, 1028, 'Johore, Malaysia', 'I''m at Allied 3 Return Q Up http://t.co/YXzhZWlr'), (17567, 2336, 'Johore, Malaysia', '#SolatAsar Sudah masuk..... ape lagi solat lh &gt;&lt;'), (17568, 4067, 'Plentong, Johor Bahru', 'tak payah lah nak buat lawak antarabangsa dengan aku.. menyampah doh..'), (17569, 3863, 'Johor Bahru, Johore', '@farahnipsy yeah i know , sabarlah k you :'')'), (17570, 272, 'Johore, Malaysia', '@jenjenn22 why? thats my most preferred drink in hall haha'), (17571, 4210, 'Johore, Malaysia', 'I just ousted Jessica N. as the mayor of Trellis Towers Lobby C #17-09 on @foursquare! http://t.co/HaTrPYHF'), (17572, 3422, 'Johor Bahru, Johore', 'Ah, reminiscing. (:'), (17573, 4211, 'Johore, Malaysia', 'I''m at Orchard Road (Singapore, Singapore) http://t.co/p7TsveTw'), (17574, 3371, 'Plentong, Johor Bahru', 'Pray ♥'), (17575, 100, 'Johor Bahru, Johore', 'I''m at Alyssa''s Crib (Singapore, Singapore) http://t.co/sXxSljMa'), (17576, 2710, 'Singapore', 'I have to take care of my tumblr, twitter and facebook. HECK IT.'), (17577, 222, 'Kota Tinggi, Johore', 'And we spent like $8493939393993 RT @KENTLIMx: Hehe @audris_adabella and @Kumarwood came to visit!'), (17578, 3371, 'Plentong, Johor Bahru', 'Sentinel ♥'), (17579, 4104, 'Johore, Malaysia', 'Gotta redo my f&amp;n stuffs.DAMN that decision matrix HAHAHA'), (17580, 3878, 'Johore, Malaysia', '@_smilelovepeace @yoseupz @_NumberOneTroll sucks. Go out with me never treat me!'), (17581, 4208, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle Freedom !'), (17582, 2848, 'Johore, Malaysia', 'People will judge you based on association. But really, two persons with two diff personality can be friends, even bestfriends.'), (17583, 3371, 'Plentong, Johor Bahru', 'Steal ♥'), (17584, 4190, 'Riau, Indonesia', 'Go 100.000+ Followers for @BarterTawa !'), (17585, 3863, 'Johor Bahru, Johore', '@FuzaRdzn hahah yelah okay bye .'), (17586, 2554, 'Johor Bahru, Johore', '@solomonsocute Duh!'), (17587, 4212, 'Malaysia', 'บ่ายๆกะนู๋อิง.. (@ ก๋วยเตี๋ยวชักธง) http://t.co/d64F978j'), (17588, 4211, 'Johore, Malaysia', 'I''m at The Paragon (Singapore, Singapore) w/ 11 others http://t.co/f3ORcuPD'), (17589, 4165, 'Singapore', '[Poll] If Geremi Song''s wolf form seems SO scary and ugly, with maggots around its head, wonder how the SE of him would be! O_O #scarygeremi'), (17590, 3371, 'Plentong, Johor Bahru', 'Trigger ♥'), (17591, 222, 'Johor Bahru, Johore', 'For fuck? RT @BryanAshleigh: Fck you @Kumarwood'), (17592, 4067, 'Plentong, Johor Bahru', '@FazzFK maaf lerrr.. saya nie kolot.. bhahaha :D'), (17593, 4190, 'Riau, Indonesia', 'Go 100.000+ Followers for @BarterTawa ! [Like it? http://t.co/wPpfCAax ]'), (17594, 3371, 'Plentong, Johor Bahru', 'Flee ♥'), (17595, 4213, 'Johor Bahru, Johore', 'Supposed to watch Lorax!! But sold out so we''re watching John Carter w/ @FahmieK (@ WE Cinemas West Mall) http://t.co/v2YlE1zG'), (17596, 198, 'Johor Bahru, Johore', '@HuangZiLing pink phone?'), (17597, 4214, 'Johore, Malaysia', 'ENROL INTO SIM ALREADYYYYYYYYYYYYY'), (17598, 3371, 'Plentong, Johor Bahru', 'Haste ♥'), (17599, 3785, 'Johore, Malaysia', 'I''m at NTUC FairPrice (Singapore, Singapore) http://t.co/JCT6St6E'), (17600, 4215, 'Tebrau, Johor Bahru', 'Toink..toink.. http://t.co/nYMPaicv'), (17601, 4216, 'Johore, Malaysia', 'Dead Tree - #nofilter @ Toa Payoh Central http://t.co/8xeTEdkD'), (17602, 2664, 'Plentong, Johor Bahru', 'walau raga kita terpisah jauh namun hati kita selalu dekat bila kau rindu pejamkan mata mu dan rasakan a a a aku :D'), (17603, 4217, 'Johore, Malaysia', 'I''m at Evil Crib™ (Singapore, Singapore) http://t.co/O7kj0XND'), (17604, 640, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 5 others http://t.co/23CmYtMe'), (17605, 4192, 'Johore, Malaysia', 'Just posted a photo @ Pearl''s Centre http://t.co/8iOC66qM'), (17606, 3371, 'Plentong, Johor Bahru', 'Protect ♥'), (17607, 181, 'Johore, Malaysia', 'Can u people remember who is ur first ever friend ?? im still thinking...'), (17608, 4190, 'Riau, Indonesia', 'Go For 100.000+ Followers for @BarterTawa #arter'), (17609, 263, 'Tebrau, Johor Bahru', ''), (17610, 3371, 'Plentong, Johor Bahru', 'Shell ♥'), (17611, 1860, 'Johore, Malaysia', 'Asal tak reply ?'), (17612, 1335, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 3 others http://t.co/dFCc2jvM'), (17613, 222, 'Johor Bahru, Johore', 'When your chips are down, when your highs are low, Joyride'), (17614, 1127, 'Singapore', 'i feel that guys who call girls immature are those who are actually immature themselves.'), (17615, 4218, 'Johore, Malaysia', '@MonFernandez hey hubby what are you talking about?'), (17616, 3371, 'Plentong, Johor Bahru', 'Regen ♥'), (17617, 4174, 'Pulai, Johor Bahru', 'padah bilik single'), (17618, 4219, 'Johor Bahru, Johore', 'Dinner alone. (@ Pizza Hut) http://t.co/QZ5TvZEq'), (17619, 2894, 'Malaysia', '@_ornlyrich อุ่ยย 55555555'), (17620, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja hehe.21 ni.tu yg seram sejuk je ni.doakan ye result sy cemerlang.aminnnnn~ :)'), (17621, 3371, 'Plentong, Johor Bahru', 'Confuse ♥'), (17622, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu ya, nut cases like mentally disabled, mentally wrong, mentally ill, mentally challenged" way to describe yourself'), (17623, 3173, 'Johore, Malaysia', '“@Chelvaan: @HaniKumar Me fine.. Hows life??” | Life''s good, as usual .. How about u?'), (17624, 3371, 'Plentong, Johor Bahru', 'Fire ♥'), (17625, 181, 'Johore, Malaysia', '@MuhdLuqmanAziz pasal ini tentang azwan dan kekasih nya hudahh'), (17626, 4045, 'Plentong, Johor Bahru', '@ClaryFairyy hahahaha!!!no courage to do it la :p'), (17627, 3371, 'Plentong, Johor Bahru', 'Water ♥'), (17628, 2050, 'Johor Bahru, Johore', 'Haha seems like the eye-opening effect huh :) @ Woodlands Drive 16 http://t.co/G8IwhnMe'), (17629, 3571, 'Johor Bahru, Johore', 'I''m at Kovan Heartland Mall (Singapore, Singapore) w/ 4 others http://t.co/C93PGlRV'), (17630, 4039, 'Singapore', 'Song For You.This song is so Sweet'), (17631, 4218, 'Johore, Malaysia', '@MonFernandez what about siri?'), (17632, 2336, 'Johore, Malaysia', '#BestThingAboutBeingSingle dapat cari mangsa baru huhuhuhuhu\n*MIANG*'), (17633, 3371, 'Plentong, Johor Bahru', 'Thunder ♥'), (17634, 310, 'Johor Bahru, Johore', 'I''m at Shell Boon Lay (Singapore, Singapore) http://t.co/PWEPj00b'), (17635, 3687, 'Johor Bahru, Johore', '@nicolaricolaa yup, it''s at 7.30 later'), (17636, 3878, 'Johore, Malaysia', '@_smilelovepeace @yoseupz @_numberonetroll I hate DEREK.'), (17637, 3371, 'Plentong, Johor Bahru', 'Blizzard ♥'), (17638, 4067, 'Plentong, Johor Bahru', 'terer lah ayah aku ubah lagu orang.. boleh jadi komposer nie :D'), (17639, 2316, 'Johore, Malaysia', 'I''m at ComfortDelGro Driving Centre (CDC) (Singapore) w/ 10 others http://t.co/dxRZiAtR'), (17640, 3371, 'Plentong, Johor Bahru', 'Gravity ♥'), (17641, 120, 'Johor Bahru, Johore', 'After taking a shower .. My headache came back ..'), (17642, 552, 'Johore, Malaysia', 'Just finish one session of GYM ! SHIOK !! ;)'), (17643, 1570, 'Plentong, Johor Bahru', 'gila betol meeting dengan je-pun ni... (@ Uyemura (M) Sdn Bhd) http://t.co/GyMuBvYr'), (17644, 3273, 'Johore, Malaysia', 'Eh , hello , aku tkde time nk gy stalk kau k . \n#prangai'), (17645, 3371, 'Plentong, Johor Bahru', 'Heal ♥'), (17646, 3645, 'Kota Tinggi, Johore', 'Just remembered the Adidas watch I bought last year dont know disappeared where liao.Where a few times till got scratches then nvr wear alrd'), (17647, 3863, 'Johor Bahru, Johore', '@farahnipsy okay goodgirl :) hihi yaya fer short , 16 from johor . and you dear ?'), (17648, 1564, 'Johor Bahru, Johore', 'Don''t cry Don''t cry 有我在~'), (17649, 4220, 'Johore, Malaysia', 'I''m not afraid to say that I''m not a Directioner since the beginning. But I''m here now, and I''m here to stay.'), (17650, 97, 'Johore, Malaysia', 'I''m at Keppel Production Engineering Office (Singapore) http://t.co/5TzFTpCV'), (17651, 763, 'Johor Bahru, Johore', 'I got fever by just waiting for the doctor!'), (17652, 2789, 'Johore, Malaysia', '@AngelusChan how can I forget ur bday so easy to rmb. Lol'), (17653, 133, 'Johore, Malaysia', 'Hell yes you can bet I look good on the dance floor, dancing to electro pop like a robot from 1984.'), (17654, 632, 'Plentong, Johor Bahru', '@epulmurdoc haha I selalu tidur pukul 10 baru bangun. Kalau penat sangat pukul 1 pagi bangun ah. Hahaha'), (17655, 2652, 'Johor Bahru, Johore', '@AquaBlueRoses what hairstyle ?'), (17656, 2848, 'Johore, Malaysia', 'Curse this virus, it''s been five days with no workout.'), (17657, 222, 'Johor Bahru, Johore', 'Oh oh @JayneRozario I had Belgian waffles at Starbucks today with whip cream and it made me remember that time we had it for breakfast.'), (17658, 82, 'Malaysia', 'คิดถึงแฟนคนอื่น ^^'), (17659, 3422, 'Johor Bahru, Johore', 'I like weird peoples. Because they''re different. ☺'), (17660, 1182, 'Senai Kulai, Kulai Jaya', 'I''m at Taman Senai Jaya (Senai, Johor) http://t.co/8t39AEkz'), (17661, 4035, 'Singapore', '@TannWeeiQii HAHAHAA!'), (17662, 1421, 'Singapore', '@khanwei I don''t remember rn, but they''re considerably different. neither way is right or wrong but you gotta follow what each of them want'), (17663, 4218, 'Johore, Malaysia', '@MonFernandez hubby i love you soooo much!!!!'), (17664, 97, 'Johore, Malaysia', 'I just ousted Eric Y. as the mayor of Yufusan on @foursquare! http://t.co/EWXouyxr'), (17665, 97, 'Johore, Malaysia', 'I''m at Yufusan http://t.co/3vQp5fnV'), (17666, 181, 'Johore, Malaysia', '@MuhdLuqmanAziz hahahhahaha'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (17667, 4039, 'Singapore', 'This is My twins kekeke LOL http://t.co/DoKbr0YT'), (17668, 3371, 'Plentong, Johor Bahru', 'Poison ♥'), (17669, 4104, 'Johore, Malaysia', 'Craving for macspicy with cheese'), (17670, 3863, 'Johor Bahru, Johore', '@FuzaRdzn hahahahha kau rasa kenapa ? -.-'), (17671, 3371, 'Plentong, Johor Bahru', 'Ribbon ♥'), (17672, 3489, 'Pulai, Johor Bahru', '#np 2PM - I''ll Be Back http://t.co/tgUatdUV'), (17673, 2114, 'Singapore', '@Widhiadarii Im fine too ^^'), (17674, 902, 'Johor Bahru, Johore', '@AnnaSherylina @taylindsiol gt some awrd ceremony at st.gabs'), (17675, 4221, 'Johor Bahru, Johore', 'Otw there with @Xueeeniiizxc @Minz_ELF .'), (17676, 3371, 'Plentong, Johor Bahru', 'Silence ♥'), (17677, 3371, 'Plentong, Johor Bahru', 'Sleep ♥'), (17678, 4017, 'Singapore', '#np : leave out all the rest.'), (17679, 4189, 'Johore, Malaysia', '@BigSizedPacMan hey fag, wanna buy GTA 4 Liberty City? I don''t want it. $40. Just bought ytd.'), (17680, 2336, 'Johore, Malaysia', '@SharmiNazira SORRY not interested and so on'), (17681, 4223, 'Johor Bahru, Johore', '晒太阳 http://t.co/n1x6aLwu'), (17682, 3371, 'Plentong, Johor Bahru', 'Slow ♥'), (17683, 4224, 'Johore, Malaysia', 'I''m at Pasta Fresca @ Rochester http://t.co/2ClZUmxl'), (17684, 514, 'Tebrau, Johor Bahru', 'My phone''s burning hot.'), (17685, 629, 'Johore, Malaysia', 'I''m at 北上川火锅 http://t.co/fCxg5qxD'), (17686, 629, 'Johore, Malaysia', 'I just ousted @lutetiaparis as the mayor of 北上川火锅 on @foursquare! http://t.co/rk5qkyj1'), (17687, 1069, 'Johore, Malaysia', '@rohanitarohin oh gt new n old eh..'), (17688, 1377, 'Johor Bahru, Johore', '@dee_kosh Dee Kosh = Everyone''s friend. Haha'), (17689, 3371, 'Plentong, Johor Bahru', 'Arcana ♥'), (17690, 3371, 'Plentong, Johor Bahru', 'Life ♥'), (17691, 2207, 'Johore, Malaysia', 'I can probably finish my IA readings by the time the wait to see my ENT is over.'), (17692, 4009, 'Johor Bahru, Johore', '@NadirahShn hehehehe mmdap!!'), (17693, 3371, 'Plentong, Johor Bahru', 'Cure ♥'), (17694, 3687, 'Johor Bahru, Johore', '“@BENESYAAAAAAAAA: Rushing home to get ready for Band Concert!! :)” SAME!:) hahaha seeya later;)'), (17695, 4225, 'Johore, Malaysia', 'Third time of the week here alr. (@ Novena Square 2 w/ 2 others) http://t.co/Oq7idBMQ'), (17696, 181, 'Johore, Malaysia', 'Siape sia kawan aku yang paling first skali?? Susah pe nak ingat'), (17697, 4226, 'Johore, Malaysia', 'Act of Valor, active-duty Navy SEALs. (@ VivoCity w/ 17 others) http://t.co/vL6u5Z3E'), (17698, 4203, 'Plentong, Johor Bahru', 'Putus kepala :)'), (17699, 632, 'Plentong, Johor Bahru', '@epulmurdoc haha kecik lagi :P'), (17700, 763, 'Johor Bahru, Johore', 'And my ear painful as hell now!! Irritating. Gimme them medicines now!'), (17701, 3863, 'Johor Bahru, Johore', 'nobody is perfect . semua pernah buat silap :'') . am sorry if i did you wrong . seriously maybe tak sengaja :'')'), (17702, 4166, 'Johor Bahru, Johore', 'You''re so cute no wonder I like you..: )'), (17703, 4227, 'Johore, Malaysia', 'online balik =='''), (17704, 1120, 'Pulai, Johor Bahru', '@ashrdzn haha..mmg kot..org melayu semua nk kaya cpt..so, kenelah guna jln pintas..hehe'), (17705, 2336, 'Johore, Malaysia', 'bagus sunyi sepi rumah'), (17706, 750, 'Johor Bahru, Johore', '@EmiliaMathers happy eight years with abang. Hehehe'), (17707, 1166, 'Johor Bahru, Johore', 'Mu fu te fer na fa gi fee!'), (17708, 2664, 'Plentong, Johor Bahru', 'mencuci pinggan selepas makan adalah sesuatu yg awesomee!!'), (17709, 3878, 'Johore, Malaysia', '@_NumberOneTroll @_smilelovepeace @yoseupz I working la! Dickass! :('), (17710, 3696, 'Malaysia', 'I''m at Central Hatyai (เซ็นทรัล หาดใหญ่) (Hat Yai, Songkhla) http://t.co/zmYV92qe'), (17711, 677, 'Johore, Malaysia', '@lkmariquit @karlademoda cge lng mar! ano na ang takbo sbg plans nyo? dw wala mn to ga sabat ang ibn.'), (17712, 2554, 'Johor Bahru, Johore', 'Let it rain over me ~'), (17713, 1377, 'Johor Bahru, Johore', 'I want to go home early lol. I keep thinking of My guitar -.-'), (17714, 4228, 'Plentong, Johor Bahru', '@akbarazman #TwtUpTimeline'), (17715, 3687, 'Kota Tinggi, Johore', 'Feeling refreshed after all that workout:) time to relax now:)) ~.~ ahhhh'), (17716, 2336, 'Johore, Malaysia', 'x0x0'), (17717, 3371, 'Plentong, Johor Bahru', 'Sing ♥'), (17718, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu are you that pathetic? Or your mum ill-treat you" anybody knows how this barbarian got out of the cave'), (17719, 1775, 'Johore, Malaysia', '@iQanaQiAmany NAK !'), (17720, 3371, 'Plentong, Johor Bahru', 'Scan ♥'), (17721, 2652, 'Johor Bahru, Johore', '@2Nyism aiseh'), (17722, 3771, 'Riau, Indonesia', 'amir asyraf...'), (17723, 665, 'Johore, Malaysia', 'Changed train ~ so empty so nice :p'), (17724, 3371, 'Plentong, Johor Bahru', 'Dance ♥'), (17725, 4229, 'Johore, Malaysia', 'I''ll be free from FYP in 11 days! OMG OMG OMG'), (17726, 3190, 'Johor Bahru, Johore', 'Home sweet home &lt;3 (@ Blk 141 Petir Road) http://t.co/zqVK0iWh'), (17727, 4092, 'Johore, Malaysia', '@emshhhh I was thinking the same thing! I''m suddenly fascinated by stats!'), (17728, 3371, 'Plentong, Johor Bahru', 'Berserk ♥'), (17729, 593, 'Johore, Malaysia', 'This is my cute little cousin :) @Pretending_TMM'), (17730, 2373, 'Johore, Malaysia', 'Secrets are secrets and we''d never reveal each other''s.'), (17731, 181, 'Johore, Malaysia', '@sfzxc ok zzz'), (17732, 4230, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 5 others http://t.co/R9a5tKlK'), (17733, 4231, 'Kota Tinggi, Johore', 'Wow!! Finally.. I get to see the bright sky while going home...'), (17734, 384, 'Malaysia', '@TUAN_TH ง่าาาาา อยากเห็นนนนน-()-'), (17735, 4232, 'Malaysia', 'มินตรา บุญศิริ''s location@15:29,3/15\nถนนกาญจนวนิช Hat Yai, Songkhla 90110\nhttp://t.co/iZEOQqo9'), (17736, 198, 'Johor Bahru, Johore', '@HuangZiLing really? When got pink color de? Haha. Like that think look like nice eh. I thought only got black and white?'), (17737, 3863, 'Johor Bahru, Johore', 'jangan bandingkan couple baru dengan ex korang . kalau ex korang better that this new , why they leaving you right ? :'')'), (17738, 3371, 'Plentong, Johor Bahru', 'Bushido ♥'), (17739, 660, 'Plentong, Johor Bahru', 'seriously x kesah pun bila org unfollow,dah tweet kita annoying or tak best so deserve la kena unfollow kan.x payah la nak sentap2 sangat ;)'), (17740, 2114, 'Singapore', '@Widhiadarii Im fine too ^^.'), (17741, 1963, 'Johor Bahru, Johore', '斜陽無限無奈只一息間燦爛隨雲霞漸散逝去的光彩 ... #sunset #sky #skyporn #clouds #cloudporn @ Seletar North Link http://t.co/twiMb1Ow'), (17742, 3236, 'Indonesia', '@justinbieber Yeah...everyone must be waitting and ready for https://t.co/K9kjmSFu'), (17743, 2207, 'Johore, Malaysia', '@BizkitMonsta At Mt. Elizabeth Hospital.'), (17744, 3841, 'Johor Bahru, Johore', '@niklasingvar I''ve always wondered about that quote. If you can''t do, how do you teach??!'), (17745, 3371, 'Plentong, Johor Bahru', 'Excalibur ♥'), (17746, 2688, 'Johor Bahru, Johore', 'Runny nose after camp'), (17747, 3247, 'Johore, Malaysia', '@VXNNY CB SIA SHE TWEETED ''JAJAJAJAJA'' WTF THAT''S MY LINE'), (17748, 3371, 'Plentong, Johor Bahru', 'Esuna ♥'), (17749, 181, 'Johore, Malaysia', '@FadhliLa yes laaa ... Mesti la kau li.. Sape lagi kan??? Awwww sweet tak aku?'), (17750, 3687, 'Kota Tinggi, Johore', '@BENESYAAAAAAAAA is there a dress code or Sth?:P'), (17751, 3247, 'Johore, Malaysia', '@POOOPSIE WAIT HOR'), (17752, 4119, 'Johore, Malaysia', 'He leads me by the still waters.'), (17753, 2336, 'Johore, Malaysia', 'bye tweets i have to go now hope you understand my situation okey my tweets'), (17754, 4233, 'Johore, Malaysia', '@pamephantieee PLAY LAH ! I very long never play them liao ):'), (17755, 3371, 'Plentong, Johor Bahru', 'Dispel ♥'), (17756, 861, 'Johore, Malaysia', 'I''m at Fuji Trading Pantry Room http://t.co/LDoj04WP'), (17757, 4048, 'Johore, Malaysia', 'Rest first laa..'), (17758, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja teknik jasin,kak najja kat utm amek kos ape?'), (17759, 3247, 'Johore, Malaysia', '@meouchiexcz =='), (17760, 593, 'Johore, Malaysia', '@SugaryKittyx see ya :) so min min how?'), (17761, 3371, 'Plentong, Johor Bahru', 'Demi ♥'), (17762, 362, 'Johore, Malaysia', 'Singtel 3G being a bitch -.-'), (17763, 4203, 'Plentong, Johor Bahru', '3 ekor saya tumbangkan harini..1smpai putus kepala..'), (17764, 181, 'Johore, Malaysia', 'RT “@MuhdLuqmanAziz: “@farhanamanokgo: Siape sia kawan aku yang paling first skali?? Susah pe nak ingat” this”'), (17765, 839, 'Kota Tinggi, Johore', 'Soccer frenetic:).'), (17766, 1775, 'Johore, Malaysia', '@Bitchitallout boleh tanye ?'), (17767, 3371, 'Plentong, Johor Bahru', 'Holy ♥'), (17768, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @CikKatira . nak sangat jumpa dia . tak penah jumpa dia . hahaha'), (17769, 3247, 'Johore, Malaysia', '@Chodinglyn YES YES YESSSSSSSSSSS'), (17770, 2554, 'Johor Bahru, Johore', '4.30'), (17771, 3371, 'Plentong, Johor Bahru', 'Final Fantasy ♥'), (17772, 4104, 'Johore, Malaysia', 'I love food that is related to cheese'), (17773, 2652, 'Johor Bahru, Johore', '@yokemun97 welcome to twitter (:'), (17774, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @CikKatira . nak sangat jumpa dia . tak penah jumpa dia . hahaha [Like it? http://t.co/xk3pICL1 ]'), (17775, 181, 'Johore, Malaysia', 'Hahah RT “@MuhdLuqmanAziz: Kalau aku ada matair, aku tknk die buat twitter. Nanti die tweet abeh kawan kawan aku help sane help sini”'), (17776, 3356, 'Tebrau, Johor Bahru', 'I''m at Sri Nona @ Pandan City [pic]: http://t.co/fKV6UhdM'), (17777, 4234, 'Singapore', 'Nyhahahahhah , time to siap ! nak kluar , lapar nak mampus ! darii paqy tak maknn ..'), (17778, 3771, 'Riau, Indonesia', 'kalau kite dh suke orang tu tk kesahlah nak macem mane pun orang tu ..'), (17779, 1574, 'Johore, Malaysia', '@tikucirs iye.. Ntar gw pimp loe jadi ladyboy'), (17780, 2804, 'Johor Bahru, Johore', 'Whatsapp-ing people for help. :('), (17781, 4048, 'Johore, Malaysia', 'Imbuhan + tweeting + chatting + facebook. Lol.'), (17782, 2554, 'Johor Bahru, Johore', 'Borin shyt ,'), (17783, 4177, 'Johore, Malaysia', 'Back to Sg! (@ HarbourFront Centre w/ 2 others) http://t.co/ps4JRWZZ'), (17784, 4235, 'Johore, Malaysia', '@acethebasedgod ok thx...'), (17785, 3991, 'Plentong, Johor Bahru', '"@adrasyuhadah: umo dh 26 tp perangai tah ape2 !" sape tu??? Jiran ko ker...'), (17786, 3863, 'Johor Bahru, Johore', '@FuzaRdzn heeee tak ade apelah :) . kau buat apeni ?'), (17787, 384, 'Malaysia', '@TheDanap 55555;)))'), (17788, 4048, 'Johore, Malaysia', '@EmranTheGuy @macamretard go where?'), (17789, 4095, 'Johore, Malaysia', 'Every women dream to have a men tht is tall,dark &amp; hensem but not for me, i want a men tht is tall,fair &amp; intelligent'), (17790, 3841, 'Johor Bahru, Johore', '@dearfarahlulu thanks dear. I''ve been drinking all kinds of concoctions. Maybe if I keep quiet and not talk at all it will get better.'), (17791, 1205, 'Johore, Malaysia', 'BEAUTIFUL DAYY!!'), (17792, 2422, 'Johor Bahru, Johore', 'Omg my dad smoke. I feel like puking -.- smeelllllllllly'), (17793, 181, 'Johore, Malaysia', 'Muhd Fadhli bin ansari my first ever friend.. @FadhliLa'), (17794, 4234, 'Singapore', '@AnSoulja nyhahaha , i okay laaah baby .. saje je tulis like tat .. heheh :DD'), (17795, 4235, 'Johore, Malaysia', '@ipu0030 i alrdy follow...'), (17796, 3371, 'Plentong, Johor Bahru', 'Upszz hihi :) RT @SHYTeenagers "@dean_AmyEv chill :P"'), (17797, 4166, 'Johor Bahru, Johore', 'Wow!!! All of you guys are so handsome especially that guy on the center...'), (17798, 1379, 'Johore, Malaysia', 'I''m at Immigration &amp; Checkpoints Authority (Singapore) w/ 7 others http://t.co/rv6fcTJi'), (17799, 3247, 'Johore, Malaysia', 'Do homework now z'), (17800, 384, 'Malaysia', '@TheDanap แรงง่าาา-//-'''), (17801, 4236, 'Kota Tinggi, Johore', 'I''m at ThaiExpress @ Jurong Point (Singapore) http://t.co/8SVytcvQ'), (17802, 2207, 'Johore, Malaysia', '@BizkitMonsta No. C.T Chew.'), (17803, 632, 'Plentong, Johor Bahru', 'Today is just such a waste. FML'), (17804, 4228, 'Plentong, Johor Bahru', '@zoeyrahmanHM @AimanHakimRidza Abang Zoey !!Hello ! kirim salam saya katt abang Aiman pleaseeee . bolehh ?. ;]'), (17805, 3021, 'Johor Bahru, Johore', '@Fabulousviva did u pass?'), (17806, 1522, 'Johor Bahru, Johore', 'Rick genest coming for AFF?! :O'), (17807, 1379, 'Johore, Malaysia', 'I''m at ICA Building @ Passport Unit Lvl 2 w/ 3 others http://t.co/djeQ9sbg'), (17808, 4237, 'Johor Bahru, Johore', 'I''m at Alan''s United Auto http://t.co/CHWpgVGt'), (17809, 4035, 'Singapore', '@TannWeeiQii FAT FACE!'), (17810, 632, 'Plentong, Johor Bahru', '@epulmurdoc rumah tak kan runtuh! Haha'), (17811, 4238, 'Plentong, Johor Bahru', '@DieaNadea yup yup..'), (17812, 483, 'Johor Bahru, Johore', '@ShaunVilla lols.li yong awhile will die \nMeh'), (17813, 1594, 'Johore, Malaysia', 'BOOK CLUB!! Like go library one lah!! ;p RT @ahmadlutfii: @SandraSupreme got such club?'), (17814, 1242, 'Singapore', 'Might as well give up now.'), (17815, 3, 'Plentong, Johor Bahru', '@muhdtaufiqsahir wehhh aku dahbalik Sorry ~.~kpnatan mlampau ahh tktahan tu yg aku balik Bkannya rmaipun tdi kankan?'), (17816, 2689, 'Johore, Malaysia', '@CyanRhapsody omg how r u??? Bff'), (17817, 962, 'Johor Bahru, Johore', '@Zhafarinna @maisyamary bdk gemok??!!?! Yela kurus kering...hahahaha!'), (17818, 4239, 'Johore, Malaysia', 'Why the weather today like that? (@ Bedok Temporary Bus Interchange) http://t.co/rsP1WBD6'), (17819, 2172, 'Johore, Malaysia', 'now!!! dgn wiwin!!'), (17820, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @AdlinSofeaa . nak sangat jumpa dia . tak pernah pun jumpa dia . hahahahaha'), (17821, 4116, 'Johore, Malaysia', 'The same cycle is going to happen, trust me.'), (17822, 4240, 'Malaysia', 'ลูกค้าที่เก่าคือฐานลูกค้าที่ใหม่ของเรา #กลยุทธ์พนง.แบงค์# ใช่เหรอฟร๊ะ!! (at @KBank_Live) — http://t.co/GJzg8PGJ'), (17823, 2894, 'Malaysia', 'มันเห็นขากูเป็นหมอนรึไงวะ -..-'), (17824, 4033, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 14 others http://t.co/AQZwrXVL'), (17825, 3863, 'Johor Bahru, Johore', '@farahnipsylast month teknik perdangangan , but now dah move to kluang and sch dekat convent sini je . hihi , you pulak ?'), (17826, 4241, 'Johore, Malaysia', 'I''m at Marine Parade Community Library (Singapore, Singapore) http://t.co/bJ0uPtOI'), (17827, 4067, 'Plentong, Johor Bahru', '#PeopleIWantToMeet nenek aku :''('), (17828, 483, 'Johor Bahru, Johore', 'Auntie!!!! This is not the hair style I wan!!! Ccb!!!!!!'), (17829, 2262, 'Malaysia', '@Fu_heartless บอกไปทำให้เรียบร้อยแลลแล้วต้องมาไืนเอกสารอีกแล้วบอกพี่แกว่าเอาตัวจริง2ฉบับนะ'), (17830, 4233, 'Johore, Malaysia', '@Florxlchains HAHAH . Taking bout that, you haven''t reply me !'), (17831, 4153, 'Johore, Malaysia', 'I''m at The Heeren (Singapore, Singapore) http://t.co/fnwEXPS6'), (17832, 1900, 'Johor Bahru, Johore', 'I''m at Blk 350 Tampines Street 33 (Tampines, Singapore) http://t.co/MT3qCXaA'), (17833, 2208, 'Johore, Malaysia', '@wailei05173 i will kill u == later speech eh speech eh &gt;&lt;'), (17834, 1377, 'Johor Bahru, Johore', 'It''s better to have your heart broken once by walking away than to stay and have it broken over and over again.'), (17835, 593, 'Johore, Malaysia', '@Pretending_TMM anyhow take my phone write write write.'), (17836, 2664, 'Plentong, Johor Bahru', 'kita tweet je tetiba makcik tu sentap, terkejut boboi xD'), (17837, 3955, 'Plentong, Johor Bahru', 'Happy National Condom Day ? err'), (17838, 3878, 'Johore, Malaysia', '@_NumberOneTroll @_smilelovepeace @yoseupz you are!!!'), (17839, 2208, 'Johore, Malaysia', '我是落汤鸡 &gt;&lt;'), (17840, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @zoeyrahmanHM &amp; @AimanHakimRidza . nak sangat jumpa dua orang abang hensem ni . tak pernah jumpa . haha :)'), (17841, 4092, 'Johore, Malaysia', '@emshhhh I was thinking the same thing! Suddenly I''m fascinated by stats!'), (17842, 3878, 'Johore, Malaysia', '@_smilelovepeace gimme link !!'), (17843, 3870, 'Singapore', 'SINGAPORE DIRECTIONERS! We will be on 2 PAGES of The New Paper! Look out for it NEXT TUESDAY! :)'), (17844, 2028, 'Plentong, Johor Bahru', 'Dari pasir gudang kena blik johor bahru n sok pg kena g kluang lepas tu balik kl...hari ahd kne g pasir gudang blik... :-('), (17845, 3863, 'Johor Bahru, Johore', 'RT @fatinasmira : eh , rindu kau lah ngok :''/'), (17846, 392, 'Riau, Indonesia', 'I also want to skydiveeeeeeeee'), (17847, 196, 'Johore, Malaysia', 'Got my barcook''s nacho potato and I love taimei''s milk tea! HappyGirl97 now.'), (17848, 1019, 'Johor Bahru, Johore', '@Chinmayi , not sure if u missed thisfor the song asku laska, 2nd stanza, is it "buck buck Endru mirathi" or "kappam kethu" or what is it???'), (17849, 632, 'Plentong, Johor Bahru', 'Nothing. RT @syaalicious: @UmairahNizam asal ni umai ?'), (17850, 938, 'Johor Bahru, Johore', 'Today last day of school for me . Tomorrow have appointment ~ feels good taking mc on last day of school :p hekhek'), (17851, 2586, 'Johore, Malaysia', 'I''m at MDIS UniCampus (Singapore) w/ 10 others http://t.co/2Jlkw2TU'), (17852, 4074, 'Johore, Malaysia', 'I''m at Mandarin Orchard Singapore (Singapore, Singapore) http://t.co/zpFeuJV4'), (17853, 1778, 'Malaysia', '@imleknatkamol ขอให้เป็นอย่างนั้น'), (17854, 772, 'Johor Bahru, Johore', 'RT“@giffingskins: judgemental fucker.”'), (17855, 1574, 'Johore, Malaysia', 'Block! Kecuali kalo lucu #eaaa “@Metro_TV: Ketika Atasan Mengintip Akun Facebook http://t.co/cs8Pcrwp”'), (17856, 3273, 'Johore, Malaysia', '#np On my mind'), (17857, 4242, 'Johor Bahru, Johore', '@EXOKFacts hunhan &lt;3'), (17858, 4243, 'Plentong, Johor Bahru', 'I''m at Tasik Bukit Layang-Layang (Pasir Gudang, Johor) http://t.co/tsMFgmpD'), (17859, 4214, 'Johore, Malaysia', '@AdhaaBullock tired ah! I dont want further studies also. But scared ah nanti susah carik keje. Aku pulak cerewet :('), (17860, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu just walk out lah or else roll out meh?" says the barbarian'), (17861, 3501, 'Johore, Malaysia', 'At Bedok Temp. Bus Interchange — http://t.co/IXHdqgny'), (17862, 3955, 'Plentong, Johor Bahru', '#icanteven stay without my family'), (17863, 2028, 'Plentong, Johor Bahru', '@LynaLokman sonok ke?'), (17864, 938, 'Johor Bahru, Johore', 'Just came back ~ rest for awhile then off to waterfront to lepaaak jap :) hehe'), (17865, 4229, 'Johore, Malaysia', '@kidthelearner dimana apanya ri? #telatbangetbukatwitter'), (17866, 4166, 'Johor Bahru, Johore', 'Don''t u worry kyuhyun, u r still cute for me : )... Fight!!!'), (17867, 1385, 'Riau, Indonesia', 'Ah hahahaha!!! @xl_ling has a major troll as a big boss!!!!!!!!!!! Lol!!!!!'), (17868, 839, 'Johor Bahru, Johore', '@Abcdefaithghijk reasonable excuse right! Stupid thing always states that I''m at johor lah when I''m not!'), (17869, 3863, 'Johor Bahru, Johore', '@farahnipsy last month teknik perdangangan , but now dah move to kluang and sch dekat convent sini je . hihi , you pulak ?'), (17870, 4244, 'Malaysia', 'I''m at Central Hatyai (เซ็นทรัล หาดใหญ่) (Hat Yai, Songkhla) w/ 2 others http://t.co/s6DcGQeT'), (17871, 1109, 'Johor Bahru, Johore', 'So funny when tat guy''s hand fall inside de toilet bowl hahaha! :D'), (17872, 4245, 'Riau, Indonesia', 'Blinstar GO FOLLOW now!! ga follow ga gaul*eh RT @febilous_ : @BLINK_STARINDO admin minta promote boleh? :D'), (17873, 3771, 'Riau, Indonesia', 'jika ku hadir untuk disakiti biarlah ku pergi jauh dan sendiri ... (geisha)'), (17874, 1522, 'Johor Bahru, Johore', 'Deciding on a dinner date.... Suggestions please!!! (No chinese food)'), (17875, 4246, 'Johor Bahru, Johore', 'So tired after packing of green shop at HQ :( Going home to rest and recharge for tmr''s cca session!'), (17876, 1858, 'Johore, Malaysia', '#PeopleIWantToMeet @2PMagreement211 @dlwnsghek @Jun2daKAY @Khunnie0624 @NBA0430 @taeccool AGAIN !! XD'), (17877, 795, 'Johore, Malaysia', 'I''m at JurongEast (EW24/NS1) http://t.co/6DNVrQar'), (17878, 3247, 'Johore, Malaysia', '@svngmin cb i never complete one homework at all O___O'), (17879, 4245, 'Riau, Indonesia', 'prissy kaya barbieeeee :* @agthpricilla @PricillaBlink http://t.co/4CDYfWe4'), (17880, 2554, 'Johor Bahru, Johore', 'Hersheys :)'), (17881, 772, 'Johor Bahru, Johore', 'Yeah very fun ;DD RT “@CliftonLiew: Audi with @KokoMinty and @CherieCjl ! Fun”'), (17882, 923, 'Hospital Sultanah Aminah, Plentong', 'Baru selesai... Ubat batuk, kumur dan antibiotik. Seminggu lagi tak clear, datang untuk check kahak http://t.co/xNuplJdq'), (17883, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @AkimAhmad . nak sangat jumpa dia tuuu . lahir dalam negeri yang sama . jumpa skali pun tak pernah . haha :)'), (17884, 310, 'Johore, Malaysia', 'I''m at Big Foot Group Of Companies (Singapore) http://t.co/Dasf3Izv'), (17885, 14, 'Johor Bahru, Johore', '#lesigh my #lazyness ~.~'), (17886, 1205, 'Johore, Malaysia', 'should i cycle... :OOO'), (17887, 4013, 'Riau, Indonesia', '@Tasya_SwittinS minta follback nya dong cantik please ^_^'), (17888, 4242, 'Johor Bahru, Johore', 'I should stop hoping. Not gonna benefit anything in the end of the day.'), (17889, 3247, 'Johore, Malaysia', '@Chodinglyn SORRY IF I WANNA LIVE WITH AN ASSHOLE I''D FIND MY OWN'), (17890, 4103, 'Johor Bahru, Johore', 'Thank you Nickelodeon for ruining 1Direction. You did a great job. &gt;:)'), (17891, 938, 'Johor Bahru, Johore', '@_arieyudhistira when ?'), (17892, 4, 'Johore, Malaysia', '@iamanrose ho gay online ke nai'), (17893, 3055, 'Johor Bahru, Johore', 'Sh-sh-sh-shake it up!'), (17894, 4235, 'Johore, Malaysia', 'Sohia Grace and Rosie at Ellen Degenerous cute much...'), (17895, 772, 'Johor Bahru, Johore', '@CherieCjl cheers ! :0'), (17896, 4247, 'Tebrau, Johor Bahru', '@chongzaizai i got so many to sayyyyyyyy!!'), (17897, 1356, 'Johore, Malaysia', '@MOGneedstorant haha he''s a friend mah! But he like falling for me. I trying to stop him. But abit hard lah! it''s like he is very serious.'), (17898, 2554, 'Johor Bahru, Johore', '@solomonsocute Lai la ! Lose dun cry !:P'), (17899, 3775, 'Johor Bahru, Johore', 'going to gym... (@ Giant@PioneerMall) http://t.co/fBtx89V3'), (17900, 4039, 'Singapore', 'This is my twins Sulli ^^kekeke LOL http://t.co/uX502LQz'), (17901, 3870, 'Singapore', '#IfIMeetOneDirection I''ll ask them for a hug #HoranHugs :)'), (17902, 3878, 'Johore, Malaysia', '@_NumberOneTroll lol! Very kelian meh! I''m having lunch too.'), (17903, 522, 'Johore, Malaysia', '@SherylLKJS together wif math mine is 200+ lo:)'), (17904, 3047, 'Johore, Malaysia', 'Expensive siah-.- (@ Sogurt) http://t.co/MnKR0hQl'), (17905, 141, 'Johore, Malaysia', 'Print letter for gong gong. (@ Queensway Shopping Centre w/ 3 others) http://t.co/8RSJz0zj'), (17906, 4248, 'Kota Tinggi, Johore', 'KFC is coming!!! I''m hungry!!'), (17907, 2554, 'Johor Bahru, Johore', 'Here we are again ,'), (17908, 938, 'Johor Bahru, Johore', '@muhdzwi chin up bro. Same boat ~'), (17909, 1260, 'Plentong, Johor Bahru', '@qasehmaryam @pman_tnt @Zura_Zainal @sheila_rahim @ZaraAisyAmani @mwr_9407 ƗƗɐƗƗɐƗƗɐ "̮.. Tu lah psl.. :)'), (17910, 975, 'Johor Bahru, Johore', 'Pity a colleague.Yesterday worked office hrs, 11pm came back to do nite wrk till morng,den continue to rectify the prob for the disruption.'), (17911, 3863, 'Johor Bahru, Johore', '@FuzaRdzn tak ad apelah awak , awak ni kan . oh lagu ape awak ? xD'), (17912, 4, 'Johore, Malaysia', '@iamanrose online hoy ke nai'), (17913, 4249, 'Johor Bahru, Johore', 'This isn''t good.'), (17914, 1356, 'Johore, Malaysia', '@MOGneedstorant haha suitors not the right ones also no point mah.'), (17915, 4208, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle Terasa diri ni suci yang amat -,-'), (17916, 3178, 'Johore, Malaysia', '@akugoodboy irene dah tanye2.. Asl korang lom dtg???'), (17917, 4229, 'Johore, Malaysia', '@hebahebehebi haha iya maunya sih begitu.. early june perhaps. too bad can''t meet you on summer :x'), (17918, 4247, 'Tebrau, Johor Bahru', 'So...'), (17919, 561, 'Johore, Malaysia', '@Javonnesupz ^^'), (17920, 2554, 'Johor Bahru, Johore', '“@Angshiting: RT @liwei1408 SUper lazy afternoon.. zzz. late nights are bad..”'), (17921, 4245, 'Riau, Indonesia', 'mucumuuu;;) RT @febilous_ : @BLINK_STARINDO thankyou beib :D'), (17922, 2454, 'Johor Bahru, Johore', '@BeerSasathorn yo'), (17923, 4035, 'Singapore', '@TannWeeiQii then why you still keep denying it!!'), (17924, 772, 'Johor Bahru, Johore', '22 mor tweets &lt;3'), (17925, 164, 'Johore, Malaysia', 'I''m at MDIS UniCampus w/ @weilunish http://t.co/cq7AExbT'), (17926, 2894, 'Malaysia', 'เหี่ยยย ขาชาาาา'), (17927, 1899, 'Johor Bahru, Johore', 'Heading to hv now to kidnap cupcakes'), (17928, 4250, 'Johor Bahru, Johore', 'I do not know where I go. . tired of sitting home right'), (17929, 4233, 'Johore, Malaysia', 'WHATTHEHELL. lmfao! RT“@oranges4you: national condom day? LOLS http://t.co/szRstEUz”'), (17930, 359, 'Johore, Malaysia', 'I''m at OverEasy (Singapore, Singapore) http://t.co/a0tBAok2'), (17931, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @realFARAWAHIDA . nak sangat jumpaaaa diaa tuuuu . ;]'), (17932, 806, 'Johore, Malaysia', '" Any Dream That don''t let You Sleep Is A Dream Worth Fighting For."'), (17933, 4251, 'Malaysia', 'อร่อยดี (@ ลูกเหลียง) http://t.co/ZpZIcVcL'), (17934, 4252, 'Indonesia', ': Jaga Rumah! (@ My Siztaa Humz) http://t.co/Db4uTAVe'), (17935, 1242, 'Singapore', 'NO'), (17936, 4166, 'Johor Bahru, Johore', 'Whahhhh,, u r so handsome...'), (17937, 3784, 'Malaysia', 'ส่วนผู้ได้รับบาดเจ็บจากเหตุบึ้มปัตตานี คือ นายอับดุลอาซิ แปเฮาะฮีแล อายุ 19 ปี อยู่บ้านเลขที่ 45/2 หมู่ 5 ต.ปุยุด อ.เมืองปัตตานี @Isra_News'), (17938, 57, 'Kota Tinggi, Johore', 'fat burning.. sux. (at Blk 701 Bedok Reservoir Road) [pic] — http://t.co/ouclzK7I'), (17939, 2114, 'Singapore', '@Widhiadarii HAAH. maybe. Im 12(:'), (17940, 973, 'Johor Bahru, Johore', 'We must enjoy holiday before we start our intensive study from 7.30am-6pm. So... THROW ALL OUR HOLIDAY HOMEWORKS! LETS PLAY!!! HAHA.'), (17941, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja aminnnnnn,hehe.okay najja comel :)'), (17942, 2373, 'Johore, Malaysia', '@Insane_Phuture Eat shyt &lt;:'), (17943, 1856, 'Singapore', '@mikazen katanya suka ada yang awe2 di tangga.. :|'), (17944, 4208, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @pesawat and @modreadband :)'), (17945, 3549, 'Johore, Malaysia', 'I''m at Blk 361 Yung An Rd http://t.co/6K0WXQ50'), (17946, 81, 'Johor Bahru, Johore', '"@N4MYS: @hyuneffect''s failed try at making her eyes big http://t.co/hr0Me2om" -''-'), (17947, 4229, 'Johore, Malaysia', '@kidthelearner hahaha dua orang dodol. anw lo dimana skrg nih? lanjut MBA ya?'), (17948, 3, 'Plentong, Johor Bahru', 'penat ahh sakit otak. mmbuta lagi bgos --/'), (17949, 56, 'Johor Bahru, Johore', 'Just woke up !'), (17950, 795, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 5 others http://t.co/PZHeJCbj'), (17951, 812, 'Senai Kulai, Kulai Jaya', 'You are like sunshine.everything else is better when you''re around.'), (17952, 1778, 'Malaysia', '@NrielZandramari พี่นุ่นอยู่เปล่าค่ะ มีไรอยากถามหน่อย'), (17953, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @D_Amerda nak sangat jumpa adik tuuu . ;]'), (17954, 1187, 'Johor Bahru, Johore', 'OF COURSE IT IS! Woo! RT @Shaddykins: @Shaadrinaa cause today is a happy day! Right shad?'), (17955, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: barbarian now says @veradesu is the most uncivilized person ever in the city" uncivilized at least better den wild animal'), (17956, 4253, 'Johore, Malaysia', 'I''m at National Library Building (Singapore, Singapore) w/ 9 others http://t.co/mSsvTeJL'), (17957, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hello love i just wokeup :)'), (17958, 708, 'Johore, Malaysia', 'I''m at Maju Camp (Singapore, Singapore) http://t.co/a5Bfw4G3'), (17959, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli lye pulak yang tengah marah, haha'), (17960, 2821, 'Johore, Malaysia', 'I''m at Far East Plaza (Singapore) w/ 13 others http://t.co/maumDbKq'), (17961, 4254, 'Johor Bahru, Johore', 'Wish I''d gone swimming.. (@ The British Club) http://t.co/lLfOwW7j'), (17962, 1858, 'Johore, Malaysia', 'Happy Condom Day to all guys , play safe!'), (17963, 1339, 'Johor Bahru, Johore', '@Angelaoinky lol'), (17964, 2208, 'Johore, Malaysia', '@wailei05173 canot have to start my tmr due-date assignment!!!! dun kacau!!!'), (17965, 1994, 'Johore, Malaysia', '@hydrobioctlina im bored w/ xiaoling! what r u doing now?'), (17966, 4255, 'Kota Tinggi, Johore', 'I''m so bored c: with Isabel Andrea. And kahling who left already. (@ Jurong West Community Library w/ 4 others) http://t.co/nsFnzDtO'), (17967, 938, 'Johor Bahru, Johore', '@muhdzwi wiwi ! Kau pulaak down ~ ohh kat sekolah happy2 balek je down ~ haha relax :) this is life'), (17968, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @NazimOthman . nak sangattttt jumpa abang hensem tuuuu :]'), (17969, 4039, 'Singapore', 'SNSD http://t.co/448qkrr2'), (17970, 812, 'Senai Kulai, Kulai Jaya', 'You are like sunshine.everything else is better when you''re around. #ehyeke'), (17971, 3592, 'Johore, Malaysia', 'winter wear. (@ Aéropostale) http://t.co/BdzfmHiN'), (17972, 4245, 'Riau, Indonesia', '#senyumpepsodent @FebbyBlink @FebbRastanty :3:3:3 http://t.co/lhwMMXW4'), (17973, 4256, 'Malaysia', 'I''m at ศาลากลางจังหวัดยะลา http://t.co/W9ZEtxNa'), (17974, 4257, 'Johore, Malaysia', 'Super annoying music teacher,we have nothing to do now,finally niki is breaking her shoes,so after that,let''s sleep @NNikeh'), (17975, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at La Senza Lingerie (Indahpura Kulaijaya, Johor) [pic]: http://t.co/qd5jhT95'), (17976, 1856, 'Singapore', 'wong kantor iki disetelno seringai ae cek melek &gt;:)'), (17977, 1507, 'Malaysia', 'I''m at รุสนานี http://t.co/ejkO8hok'), (17978, 975, 'Johor Bahru, Johore', 'They have been working non-stop yet the public kept complaining.Its not a simple prob.They''re already doing their best.Pls understand.'), (17979, 3438, 'Johore, Malaysia', 'I''m at Starbucks (Singapore, Singapore) http://t.co/j25Ho6pf'), (17980, 4251, 'Malaysia', 'พา @silentbear_ กับน้องเหม่งมาซื้อติม (@ I-tim w/ @silentbear_) http://t.co/k6vccvsg'), (17981, 1867, 'Johor Bahru, Johore', 'banyak orang hipokrit! banyak jugak orang pentingkan diri. bak kata mat luthfi; "kat dunia ney banyak sampah je"'), (17982, 106, 'Johor Bahru, Johore', 'I''m at Alyssa''s Crib w/ @jnhqq http://t.co/OUi2ZeuC'), (17983, 2548, 'Malaysia', '@umppppp รูปไหน ? 555'), (17984, 2664, 'Plentong, Johor Bahru', 'oke, sorry again tau makcik :)'), (17985, 2114, 'Singapore', 'Amazing &lt;3'), (17986, 3876, 'Johore, Malaysia', 'Shopping time with parents. (@ ShengSiong Commonwealth) http://t.co/6tAyMiM0'), (17987, 362, 'Johore, Malaysia', 'Kau cute tapy mepek . Menyampah sia !'), (17988, 384, 'Malaysia', '@TUAN_TH อ่าจ้ะๆ อย่าร้องเซ่!55555'), (17989, 4228, 'Plentong, Johor Bahru', '@NFatehahh ye kite tak pernah jumpa awak . kenal dalam twitter jee . hahahhahahhaa'), (17990, 1513, 'Johore, Malaysia', 'I''m at City Square Mall Shuttle Bus Service Bay (Singapore, Singapore) http://t.co/oTmRZWLV'), (17991, 4039, 'Singapore', 'If you can do it. you can do it-@EchaErda'), (17992, 4043, 'Johor Bahru, Johore', 'I''m at Blk 248 Pasir Ris St 21 (Singapore) http://t.co/XozPvw1l'), (17993, 4208, 'Plentong, Johor Bahru', '#PeopleIWantToMeet All friend at Twitter :)'), (17994, 181, 'Johore, Malaysia', 'Bukan laa.. Kau la yang ku sanjung dan ku angkat membawa kau ke zouk. RT “@FadhliLa: @farhanamanokgo oh bukan Aj kah?”'), (17995, 556, 'Malaysia', 'ไรฟร่ะ อยู่ๆเลือดออก = ='), (17996, 1858, 'Johore, Malaysia', '@TheRealSomaticc its my idol lah 2pm. how can i not want to meet you!! :D'), (17997, 4258, 'Johore, Malaysia', 'maybe i shld learn their language. these nurses speak their language n talk abt visitors n patients!'), (17998, 3271, 'Johor Bahru, Johore', 'Amazing boy at work again hehe @the_joos http://t.co/2sQkReQp'), (17999, 1864, 'Johor Bahru, Johore', 'I alr said tissues can''t stop the bleeding and amend the wound, so why bother to just apologise?'), (18000, 72, 'Johor Bahru, Johore', '@ImAbibNoor hahaha'), (18001, 2578, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 119 (Singapore) http://t.co/Jtqs9kU0'), (18002, 626, 'Johore, Malaysia', 'often mus take the risk.. but that depends if u dare to take the huge step or not...'), (18003, 1339, 'Johor Bahru, Johore', '@UltimAdib98 haiss I can''t go T.T'), (18004, 4245, 'Riau, Indonesia', 'cieeeee avatar baru ni kak @Kathyindera . kece nya badaii:3 bagi2 dong resep buat cantik:p'), (18005, 4039, 'Singapore', 'if you can dream it. you can do it-@EchaErsa'), (18006, 4259, 'Johor Bahru, Johore', '@kengsia lol, not the companion la, people no time at all to go down&gt;&lt;'), (18007, 556, 'Malaysia', 'ไรฟร่ะ อยู่ๆเลือดออก = = (แง้เจ็บ-*-)'), (18008, 72, 'Johor Bahru, Johore', '@its_mumu yeah. Hahah'), (18009, 384, 'Malaysia', '@TheDanap 55555;). จ้า ไอเด็กน้อยเอ้ย!5555&gt;[]&lt;'), (18010, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @yeyaanazari . diadiadia comell . dia baik tauu . nak sangat jumpa diaaa . kenal dlm twitter je apa kelasss . hahaha'), (18011, 2114, 'Singapore', '@Kanakonakasama Yeah. I followed u bk too #katycatfamily'), (18012, 4260, 'Plentong, Johor Bahru', '@jasminjamila lelong2.murah2.'), (18013, 4192, 'Johore, Malaysia', 'Just posted a photo @ Pearl''s Centre http://t.co/wAUKSgci'), (18014, 4261, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 5 others http://t.co/MNyngRju'), (18015, 4260, 'Plentong, Johor Bahru', '@ImanFarok lol'), (18016, 417, 'Johor Bahru, Johore', 'Going home take my stuff then swimming weee'), (18017, 626, 'Johore, Malaysia', 'I ought to aim higher for what I''m putting in... and going thru ...'), (18018, 1858, 'Johore, Malaysia', '@dee_kosh still remember that video of yours . so funny!! XD'), (18019, 3995, 'Johor Bahru, Johore', 'I''m at Rosewood Suites http://t.co/89qrVFX5'), (18020, 181, 'Johore, Malaysia', 'sampai hati li RT “@FadhliLa: @farhanamanokgo mls”'), (18021, 4262, 'Malaysia', 'เราก้อเปนของเราอย่างนี้ตั้งแต่แรก พอนานไปรับไม่ได้ คนที่ดีกว่าเรา คนที่เขา มียู่แล้ว คงกลับมาเข้าตาเหมือนเดิมสินะ'), (18022, 1594, 'Johore, Malaysia', 'RT @Ivanwooooo: When ladies meet a&amp;f guys, they turn crazy'), (18023, 4263, 'Johore, Malaysia', 'I''m at SPCT Clubroom (Singapore, Singapore) http://t.co/VJWi8HMj'), (18024, 4045, 'Pulai, Johor Bahru', '@cindee827 i wannnnttttttt :('), (18025, 56, 'Johor Bahru, Johore', '@Hisyamdiyana kat rumah'), (18026, 3878, 'Johore, Malaysia', '@Chewybu awesome !!!! or maybe it just jjong''s voice too good!!'), (18027, 431, 'Johore, Malaysia', 'Someone fucking broke the glass of vinegar and I feel very nauseous smelling it now wtf'), (18028, 1339, 'Johor Bahru, Johore', 'I will never find someone like you again ..'), (18029, 4264, 'Johore, Malaysia', 'I''m at Forever 21 (Singapore) w/ 2 others http://t.co/ZbjkAuVF'), (18030, 138, 'Plentong, Johor Bahru', '#PeopleIWantToMeet jujur.my first love di 8tahun lepas hahahha.kbai'), (18031, 1205, 'Johore, Malaysia', '@ohmysofiaa @allyxanderz oh who?'), (18032, 2216, 'Johor Bahru, Johore', 'Gloria finds another abandoned shopping mall. (@ White Sands Shopping Centre w/ 6 others) http://t.co/8waELaAe'), (18033, 3955, 'Plentong, Johor Bahru', '#IfIMeetTaylorSwift woaahhhh ,'), (18034, 4228, 'Plentong, Johor Bahru', '@NazimOthman gambar yang banyak pun bolehh . cerita cerita tentang seorang selebriti tu . biodata dia . hahaha'), (18035, 3937, 'Tebrau, Johor Bahru', '@NabbLee nab, my twithandle dah tukar ^^ hehe bukan @amnELF lg..'), (18036, 2630, 'Johore, Malaysia', 'Hello, is this the information counter ? Hmmm...'), (18037, 3896, 'Johore, Malaysia', 'Hungry like pig'), (18038, 2689, 'Johore, Malaysia', '@YunCaiKEN oo can''t ah? Cos sat I free and shop no ppl Lol:)'), (18039, 180, 'Johore, Malaysia', 'Cruise-iiiiingggggggg...!! *lirik @boibangun http://t.co/r9L0lF76'), (18040, 626, 'Johore, Malaysia', 'I mayb not be the best... but I''m pretty sure im second best .....'), (18041, 1864, 'Johor Bahru, Johore', 'Isn''t there some medication I can apply to soothe and help the sunburn on my forehead?'), (18042, 138, 'Plentong, Johor Bahru', 'Katelah kau jeles RT"@AdindaAnys: Adq aku nie sama je pngai dgn kakak aku , pg genting je tu pun nk smgt macam nak pg london -__-""'), (18043, 4, 'Johore, Malaysia', '@iamanrose hun pucho ki kende si'), (18044, 3114, 'Johore, Malaysia', 'I''m at H&amp;M (Singapore) w/ 10 others http://t.co/XkYAeBLw'), (18045, 4265, 'Indonesia', '@TimelineError Ganteng aja gak bikin perut kenyang.tapi kalo dompet tebel,udah pasti bikin nyaman.'), (18046, 3544, 'Johore, Malaysia', '@skinnyshortcake this song used to be the background music of your blog few years back, whenever I hear this song I think of you. Haha'), (18047, 431, 'Johore, Malaysia', 'HAHAHAHAHA OMG THE TWEET BEFORE MY PREVIOUS TWEET OMG'), (18048, 561, 'Johore, Malaysia', '@cheeeerylng wat they do?'), (18049, 1976, 'Johore, Malaysia', 'Rumors are carried by HATERS spreaded by fools and accepted by idiots!'), (18050, 362, 'Johore, Malaysia', 'Girls want me but I can''t seem to go for them . Them touching me disgust me .'), (18051, 4266, 'Riau, Indonesia', 'When lion meets fish, they give birth to a puppy merlion @ Merlion @ Sentosa http://t.co/Zennm6ri'), (18052, 3878, 'Johore, Malaysia', '@_NumberOneTroll lol. He not so free to find Dickass like you'), (18053, 4267, 'Johore, Malaysia', 'Weeee! Got my new camera!! Happy max!!!'), (18054, 1002, 'Indonesia', '@JoJoJoshua3 molo lupa, ba putar lae mp3 nai, heheee'), (18055, 4131, 'Johore, Malaysia', '@attyanlove18 今はまだないんだよ~(ToT)/~~~すぐ会いたいよ~'), (18056, 181, 'Johore, Malaysia', 'Hi man'), (18057, 3452, 'Johore, Malaysia', '@ohmysofiaa whoooooooooooo'), (18058, 626, 'Johore, Malaysia', 'I may not be the best.... but I''m\npretty sure im second best ....'), (18059, 272, 'Johore, Malaysia', '@jenjenn22 everything also taste and smell like antibiotic to you'), (18060, 72, 'Johor Bahru, Johore', '@its_mumu cuz u are handsome. Lols'), (18061, 128, 'Johore, Malaysia', 'sussing the latest w mummy. boring. (@ Bentley Showroom) http://t.co/HGh1bpWe'), (18062, 3665, 'Johore, Malaysia', 'VIP event. (@ Billabong @ Raffles City) http://t.co/kMuUdN4G'), (18063, 4268, 'Johore, Malaysia', 'Stupid shit to loss my way in sg'), (18064, 3955, 'Plentong, Johor Bahru', '#Untunglah harihari date dgn bf :'')'), (18065, 4086, 'Johor Bahru, Johore', 'I''m at my nenek''s house!!! (@ Blk 237 Bukit Batok East Ave 5) http://t.co/p3B4ZWir'), (18066, 4039, 'Singapore', 'Super Junior-Pajama Party \\m/ http://t.co/kCWfOym0'), (18067, 4190, 'Riau, Indonesia', 'beliin aku kamera NIKON dong --aa'), (18068, 2590, 'Johore, Malaysia', 'I''m at National Library Building (Singapore, Singapore) w/ 9 others http://t.co/5TqsETy8'), (18069, 148, 'Johore, Malaysia', '@hollyporks D: oh no....'), (18070, 2499, 'Singapore', 'If ''Beauty &amp; The Beast'' teaches us one thing,its that looks dont matter...as long as you''re a billionaire prince who owns a freakin castle!'), (18071, 3896, 'Johore, Malaysia', 'I don''t need this crap from you'), (18072, 376, 'Plentong, Johor Bahru', '@ashrafhissan sugus??!! apa tu?!?? *mnyibuk.. hehehe..'), (18073, 1864, 'Johor Bahru, Johore', 'Kays. Stomach still nt getting along with me. The off-line. Napping.'), (18074, 4269, 'Johore, Malaysia', 'I''m at One-North MRT Station (CC23) (Singapore, Singapore) http://t.co/6BhQVo27'), (18075, 415, 'Johor Bahru, Johore', 'I''m at Medical Centre (Treatment) http://t.co/28KJA3ug'), (18076, 4270, 'Johore, Malaysia', '@KannieToNoella why?'), (18077, 4228, 'Plentong, Johor Bahru', '@NFatehahh haha eh kita satu sekolah ke ? hahaha kita tak kenal awak punn ... adoii tehaaa . kitaa sajee jee lahh ;]'), (18078, 4271, 'Johore, Malaysia', 'I''m at SCWO Centre (Singapore Council Of Women''s Organisations) (Rochor, Singapore) http://t.co/VY2d2aX1'), (18079, 2364, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) (Singapore, Singapore) w/ 8 others http://t.co/IPpTXYoq'), (18080, 398, 'Johor Bahru, Johore', '@Like_horseshit or u can check ur timetable section of student portal...'), (18081, 3785, 'Johore, Malaysia', 'I''m at MikoRein''s Crib http://t.co/Av1akizt'), (18082, 4235, 'Johore, Malaysia', '@SkysNuts I LOVE IT!!!!!&lt;3&lt;3'), (18083, 2548, 'Malaysia', '@umppppp คิคิ เขิน :D // ไปแล้ว เดี๋ยวไปหาดใหญ่นะ (:'), (18084, 4068, 'Johor Bahru, Johore', 'I''m at Each A Cup @ Senja-Cashew CC http://t.co/NoTgHbtI'), (18085, 384, 'Malaysia', 'อยากบอกเธอว่าาา ฉันรู้สึกดี ที่ได้คุยกับเธอ~เอร๊ยยยย'), (18086, 4245, 'Riau, Indonesia', 'makasih syg:D RT @CitraOliviaa : @BLINK_STARINDO ava barunyaa keren kak(y)'), (18087, 1976, 'Johore, Malaysia', '@SageMaiden di tanjong katong,airnya biru :P'), (18088, 3937, 'Tebrau, Johor Bahru', '@NabbLee at least you dah tahu. haha me too :( bila lah kan....'), (18089, 4272, 'Johor Bahru, Johore', 'I''m at Bus Stop No. 28529, Blk 441 http://t.co/i29Y5TBv'), (18090, 72, 'Johor Bahru, Johore', '@its_mumu yeah. Haahh'), (18091, 3132, 'Johor Bahru, Johore', 'I''m at BURGER KING® (Singapore, Singapore) http://t.co/aqNdOY8C'), (18092, 1976, 'Johore, Malaysia', '@SyahirahSalami di tanjong katong,airnya biru :P'), (18093, 3452, 'Johore, Malaysia', 'It''s only a fairytale i beleive.'), (18094, 4273, 'Johore, Malaysia', 'W @operonnotwitter ! (@ Lee Kong Chian Reference Library) http://t.co/Fv5vUeLu'), (18095, 4274, 'Johore, Malaysia', 'I''m at UOB Plaza 1 (Singapore, Singapore) http://t.co/XdFsTVwO'), (18096, 3306, 'Johor Bahru, Johore', '#PeopleIWantToMeet @missA_suzy @saico011 @skullhong @chungxuan @FtDrMH1111 @FtGtJH @helloimys @missA_jia @mjjeje @jbjyp @Joker891219 @'), (18097, 3695, 'Singapore', '@ArinaQahirah ARINA.. kenape ckp aq men kayu 3.. siutt kau :p'), (18098, 4097, 'Riau, Indonesia', 'The performance rocked :)'), (18099, 3955, 'Plentong, Johor Bahru', '#Untunglah lawa / handsome :'')'), (18100, 3132, 'Johor Bahru, Johore', 'I''m at West Mall (Singapore, Singapore) w/ 3 others http://t.co/VevcXDEp'), (18101, 1864, 'Johor Bahru, Johore', 'Kays. Stomach still nt getting along with me. Going off-line. Napping.'), (18102, 3452, 'Johore, Malaysia', '@ohmysofiaa wahhhhh walao'), (18103, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja haha.suke lettew :)'), (18104, 398, 'Johor Bahru, Johore', '@ShazTen haiz my kakak ni ..... Got nothing better to do eh....'), (18105, 3937, 'Tebrau, Johor Bahru', '@Jia14June haha ili cakap cmtu sebab ili tak pernah mention dia *~*'), (18106, 975, 'Johor Bahru, Johore', '@azrynn kesian kan. Haish. Eh bt ur abg signalling affected ke? Saw him during lunch tadi.'), (18107, 3294, 'Johore, Malaysia', '20more mins ASDFFDDSAKLJJFS'), (18108, 1976, 'Johore, Malaysia', 'Don''t go that extra mile for someone who isn''t even worth the run.'), (18109, 138, 'Plentong, Johor Bahru', 'Sbbkan malam ni ade class lari berganti2 400 meter berpagar..so I shud taking a nap.nyteeess haha'), (18110, 4275, 'Singapore', '@huiminnnnns EW'), (18111, 1856, 'Singapore', '@merckyharyo lo uwes om.. saiki gilirane seng hardcore :))'), (18112, 2187, 'Johor Bahru, Johore', 'I just ousted Gibby B. as the mayor of Bukit Panjang Plaza on @foursquare! http://t.co/Qd384ofW'), (18113, 2187, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza (Singapore, Singapore) w/ 3 others http://t.co/tG1gpxt1'), (18114, 4260, 'Plentong, Johor Bahru', '@jasminjamila haha.ok.kat sana lagi eh?jgn lupa ole2nya ya.muka tak malu nih.'), (18115, 3132, 'Johor Bahru, Johore', 'I''m at Timezone (Singapore) http://t.co/aEoLrdGQ'), (18116, 4276, 'Johore, Malaysia', 'Hoping to different houses and rot there till midnight. (@ Block 164 Stirling Road #07-1206 Singapore 140164) http://t.co/5ilM51Uf'), (18117, 4278, 'Tebrau, Johor Bahru', 'Nothing better to do arh?'), (18118, 1335, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange (Singapore, Singapore) w/ 5 others http://t.co/97yPqeQZ'), (18119, 4233, 'Johore, Malaysia', '@pamephantieee HAHAHA . 3hrs leis, I lazy download ): aiyoooo , go asiasoft passport find nor'), (18120, 3863, 'Johor Bahru, Johore', '@FuzaRdzn ya allah memang tak ad ape sayang T,T . haish lah dia ni . aku saje je td =3'), (18121, 4039, 'Singapore', 'Exit.I want to Study hard ;p'), (18122, 764, 'Johore, Malaysia', 'At PastaMania — http://t.co/pmZlTJz6'), (18123, 640, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) w/ 8 others http://t.co/jRfI2kHj'), (18124, 3132, 'Johor Bahru, Johore', 'I''m at West Mall Timezone DDR machine (Singapore) http://t.co/EzfDNUD1'), (18125, 938, 'Johor Bahru, Johore', '@_arieyudhistira okay bro thanks'), (18126, 3863, 'Johor Bahru, Johore', '@farahnipsy oh hihi tau tau :)'), (18127, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at Shanghai Tang (Indahpura Kulaijaya, Johor) http://t.co/iFOSfl5K'), (18128, 4279, 'Johore, Malaysia', 'That girl whom wearing those heels look better then mdm fan furn Mdm tan? Whatever our vp name.. Seriously!'), (18129, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @talha_harith . k nak sgt jumpa abg hensem tu . k aku minat dia ahhh . korang jangan sebok :P'), (18130, 4280, 'Johor Bahru, Johore', 'Work with @jasminedawson ☺ (@ Sogurt w/ 3 others) http://t.co/bVAu3lOr'), (18131, 4281, 'Johore, Malaysia', 'I''m at Tangs Plaza http://t.co/amlardw9'), (18132, 1701, 'Plentong, Johor Bahru', 'I''m at Bangunan Baru PPD Johor Bahru http://t.co/EioODTp8'), (18133, 3955, 'Plentong, Johor Bahru', '#Untunglah untunggg'), (18134, 977, 'Johore, Malaysia', 'I''m at 樂天客棧 Paradise Inn http://t.co/zyrJzV7a'), (18135, 3878, 'Johore, Malaysia', '@Chewybu yea.. 기대~~'), (18136, 84, 'Johor Bahru, Johore', '@SMileverl0ve @jae_jerome okie^^'), (18137, 1778, 'Malaysia', '@imleknatkamol ดูจบยังดรีมไฮ 2'), (18138, 1864, 'Johor Bahru, Johore', '@AcousticCandy thx for retweeting my tweet, just followed you.'), (18139, 362, 'Johore, Malaysia', 'I want you to love me like I''m a hot ride .'), (18140, 1208, 'Johore, Malaysia', 'I''m at The Central (Singapore, Singapore) w/ 5 others http://t.co/3gMyB5iV'), (18141, 4228, 'Plentong, Johor Bahru', '@NFatehahh hahahahaha .'), (18142, 4087, 'Johore, Malaysia', 'Chocolate Crush (@ Mr Bean @ Paya Lebar MRT) http://t.co/ZGmgup3G'), (18143, 4269, 'Johore, Malaysia', 'I''m at Kent Ridge MRT Station (CC24) (Singapore, Singapore) http://t.co/8kG3SfPz'), (18144, 848, 'Johore, Malaysia', 'I still don''t know lots of things.'), (18145, 4282, 'Tebrau, Johor Bahru', '@JoeyyALT hahaha I won&amp;#39;t lor please ! But IF I do I WILL!! GIRLS WORD!'), (18146, 1701, 'Plentong, Johor Bahru', 'I''m at Sekolah Temenggong Abdul Rahman 2 (Johor Bahru, Johor) http://t.co/Zk6D22nc'), (18147, 180, 'Johore, Malaysia', '*siul2 sambil lepas handuk* RT @boibangun: Bangke!! RT @dedyreva: Cruise-iiiiingggggggg...!! *lirik @boibangun http://t.co/r9L0lF76'), (18148, 3937, 'Tebrau, Johor Bahru', '236 min &gt; 46% ... bila nak 100% .__. cancel je ah download video tu, lembab gila babun.'), (18149, 4283, 'Johore, Malaysia', 'sweet 16 aint that peachy keen'), (18150, 844, 'Johor Bahru, Johore', 'doing my amaths now. hahaha'), (18151, 3775, 'Johore, Malaysia', 'Welcome to Pioneer Stadium... another Gym Session.. (@ Pioneer Stadium) [pic]: http://t.co/0b4Nyt5E'), (18152, 4045, 'Senai Kulai, Kulai Jaya', '@cindee827 hahahahaha yeahhhh :)'), (18153, 1242, 'Singapore', '@pinkrabbitears Cool.'), (18154, 4284, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 10 others http://t.co/SKTNpONG'), (18155, 2861, 'Johor Bahru, Johore', 'Dating is a ritual that requires man and woman to continue a number of platonic activities before he can say I love you.'), (18156, 3642, 'Johore, Malaysia', 'Lao Ban will only be ready at 6.30pm so I bought from here instead. Blessing in disguise. It''s as nice as Lao ban! http://t.co/wcXmvGKH'), (18157, 1205, 'Johore, Malaysia', '@ohmysofiaa @AllyXanderz you''re there already ah?'), (18158, 1701, 'Plentong, Johor Bahru', 'I''m at Petronas Jalan Yahya Awal http://t.co/48dViaYd'), (18159, 4056, 'Johore, Malaysia', 'Spend what seems like a bomb! But anything for mom! @ Marc by Marc Jacobs http://t.co/2voPTkOz'), (18160, 4229, 'Johore, Malaysia', '@kidthelearner CA! How nice! smpe kapan disananya lo?? rencana lanjut kerja di US juga?'), (18161, 848, 'Johore, Malaysia', 'There''s more for me to learn.'), (18162, 492, 'Johor Bahru, Johore', 'He would be the best I''ve ever had of we would give it a try'), (18163, 2114, 'Singapore', '@Widhiadarii Wow, ur 17, AWESOME!'), (18164, 4285, 'Johor Bahru, Johore', 'ya lol :DRT @Gerihendrian: Thats right. RT @Vj_Extazy: money can''t buy us happines.. faktanya ga (cont) http://t.co/m8aKJDZV'), (18165, 362, 'Johore, Malaysia', 'Ride on me .'), (18166, 3493, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 8 others http://t.co/eHUhxwVu'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (18167, 1701, 'Plentong, Johor Bahru', 'I''m at Pangsapuri Sri Pahlawan C (Johor Bahru, Johor) http://t.co/AYd6SdFt'), (18168, 1864, 'Johor Bahru, Johore', '@NotesOnGirls hahaha! That means obese ppl won''t get caught. No offence. :x'), (18169, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @Didi_Astillah . nak sgt jumpa kita punya princess tu.'), (18170, 4251, 'Malaysia', 'This Means War wt dude :) (@ Coliseum Cineplex (โคลีเซี่ยม ซีนีเพล็กซ์)) [pic]: http://t.co/lwT4I47n'), (18171, 3259, 'Plentong, Johor Bahru', 'Baru lps tapau ABC power...huhu (@ Azmiewawa ABC Kg Melayu Majidee w/ 2 others) [pic]: http://t.co/f5KftIo3'), (18172, 4286, 'Johore, Malaysia', 'I''m at ArtScience Museum w/ @ernestongch http://t.co/Xc8Gx6T4'), (18173, 2142, 'Johore, Malaysia', '@lylamre @euniceeee_ @itsthechee_ynx got what colour? How much?'), (18174, 844, 'Johor Bahru, Johore', 'gonna start anew when school reopen. InsyaAllah.'), (18175, 4228, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @Didi_Astillah . nak sgt jumpa kita punya princess tu. [Like it? http://t.co/RLJOxNZR ]'), (18176, 4217, 'Johore, Malaysia', 'Amacam hougang united?? @dnlafq http://t.co/cGJv0l1J'), (18177, 902, 'Johor Bahru, Johore', '@TayLindSiol @annasherylina it depends..'), (18178, 1899, 'Kota Tinggi, Johore', '@sherminwu what time it closes ?'), (18179, 4080, 'Johor Bahru, Johore', 'Lunch with mymy &lt;3 (@ Fork &amp; Spoon) http://t.co/mQewyHPs'), (18180, 1701, 'Plentong, Johor Bahru', 'I''m at Sri bendahara A Apartment Bukit Saujana (Johor) http://t.co/rCGOIkO4'), (18181, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, oke lama betul baru tau'), (18182, 2598, 'Pulai, Johor Bahru', 'I''m at Starbucks Malaysia (Official) (Johor Bahru, Johor Darul Ta''zim) w/ 2 others http://t.co/y9H6Nomj'), (18183, 72, 'Johor Bahru, Johore', '@its_mumu hahah!'), (18184, 4229, 'Johore, Malaysia', '@aishafanaro baek aisha :) kamu gmn kabarnya? hehe. Iya aku lulusnya summer ini.. gmn kuliah??'), (18185, 72, 'Johor Bahru, Johore', '@its_mumu i see..'), (18186, 1205, 'Johore, Malaysia', '@ohmysofiaa oky'), (18187, 3870, 'Singapore', '@NandosSingapore @Boythunder913 #ThanksNandos913for1Dsydney and thank you also for helping us with our flashmob yesterday! #1DSGFlashmob!!'), (18188, 1701, 'Plentong, Johor Bahru', 'I''m at Excite Gym Danga City Mall http://t.co/bu71SFb3'), (18189, 3937, 'Tebrau, Johor Bahru', '@NabbLee takmo sedih sedih :'') insya-Allah kalau ada rezeki kita jumpa lah'), (18190, 177, 'Johor Bahru, Johore', 'Who am i kidding -__- im just lying to myself'), (18191, 84, 'Johor Bahru, Johore', '@SMileverl0ve @jae_jerome no prob'), (18192, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at Zegna Outlet Store (Indahpura Kulaijaya, Johor) http://t.co/XP0GuMKC'), (18193, 4168, 'Johore, Malaysia', 'Computer centre issue so window contrisense'), (18194, 362, 'Johore, Malaysia', 'Hold me like a pillow ... Make me feel alive !'), (18195, 2598, 'JUSCO - Bukit Indah, Pulai', 'I''m at Kenny Rogers Jusco Bukit Indah http://t.co/NtLmcQEn'), (18196, 2664, 'Plentong, Johor Bahru', 'pakai syampu cap bawang takde pon rambut aku macam jackie chan =='''), (18197, 4235, 'Johore, Malaysia', '@RealBoobooFivel I love you!!!!!!!!How r u??'), (18198, 4287, 'Plentong, Johor Bahru', 'alhamdulillah ,sampai ke tanah negeri darahku tumpah Johor Bharu (:'), (18199, 4288, 'Johor Bahru, Johore', 'Homeeeeee.(:'), (18200, 4289, 'Johore, Malaysia', 'I''m at Pontian Wanton Mee (Singapore) http://t.co/a8hY935Z'), (18201, 1735, 'Johor Bahru, Johore', '@maine2145 can I get one :&gt;'), (18202, 4, 'Johore, Malaysia', '@iamanrose bara time lga rahe ho ans dene mai'), (18203, 304, 'Johor Bahru, Johore', 'On my way! To town.. \nMeeting up with lil sis (;'), (18204, 534, 'Kota Tinggi, Johore', '@itsFRANZters wahaha! Good luck ff! Church event pnunta co dito.. Hindi aq mkagala tlaga.. Haha!'), (18205, 4259, 'Johor Bahru, Johore', '@kengsia @Babytiggerx lol rubbing salt on her resignation sia!! But sadly i got no time go down&gt;&lt;'), (18206, 2044, 'Riau, Indonesia', 'I''m at TRANSFORMERS The Ride: The Ultimate 3D Battle (Sentosa Island, Singapore) w/ 5 others http://t.co/oNWx0Wpm'), (18207, 4131, 'Johore, Malaysia', 'Some funky coloured medicine for my flu. :3 http://t.co/fmikBT23'), (18208, 2689, 'Johore, Malaysia', '@YunCaiKEN eeeee sob Dnt want c me rite:((( sob emo'), (18209, 4290, 'Johor Bahru, Johore', 'I''m at Prince William''s Palace &amp; 小龙女 Cave (Singapore) http://t.co/jkC23j5L'), (18210, 4291, 'Tebrau, Johor Bahru', 'Guess how''s the feeling of finishing the final grade for exam!!!! Is totally shiokkkk ah!!!!'), (18211, 4245, 'Riau, Indonesia', 'sicantiiiiiik @PricillaBlink @agthpricilla http://t.co/YGFDk41u'), (18212, 2114, 'Singapore', '@KatyLizSS HIIIIIII. katycat'), (18213, 4092, 'Johore, Malaysia', 'Amazing stat! Singapore has the lowest rate of infant mortality of any city in the world #ibap'), (18214, 1340, 'Riau, Indonesia', 'Antri -_- w/ @bogisssp @chintyajasmine @lintangiklima (@ TRANSFORMERS The Ride: The Ultimate 3D Battle w/ 6 others) http://t.co/Djkg1eS0'), (18215, 3017, 'Johore, Malaysia', '@stickafork hahahaha! That was funny!'), (18216, 2643, 'Johor Bahru, Johore', 'studying with @Angelica_lili (ง''̀⌣''́)ง (@ McDonald''s) http://t.co/NdCKBv1K'), (18217, 2114, 'Singapore', '@HugeKatyCats @katyperry @MileyCyrus @Kittyperry_ @KatyCatJimmy @Yinting_Lee @nicariemonrose YEAHHH'), (18218, 975, 'Johor Bahru, Johore', '@azrynn icic mayb kena jadi GA to assist the commuters.'), (18219, 4292, 'Plentong, Johor Bahru', 'Jom brenag....'), (18220, 3354, 'Kota Tinggi, Johore', 'Hi everyone I''m so bored here someone tell me what to do please'), (18221, 3664, 'Plentong, Johor Bahru', 'Tea. (@ Plaza Larkin) http://t.co/pltAzSik'), (18222, 3953, 'Riau, Indonesia', '@ak_CindysiWulan hey cika.,.. :D'), (18223, 534, 'Johore, Malaysia', '@imronie22 @itsfranzters ha? Busy aq! Hahahaha'), (18224, 13, 'Johore, Malaysia', '@CELINEheresup anime are nice too D;'), (18225, 4293, 'Plentong, Johor Bahru', '@ReinAzman thankzz f0llow!!!\n\nintr0??'), (18226, 4228, 'Plentong, Johor Bahru', 'hahaha teha teha . #aptb'), (18227, 4294, 'Johore, Malaysia', 'I''m at Bus Stop 72049 (Blk 658) (Singapore) http://t.co/q1BgQA6i'), (18228, 4288, 'Johor Bahru, Johore', 'Yesung. &lt;3 RT"@BEAST2DAY: #TellMe YOUR FAV MEMBERS IN SUJU"'), (18229, 340, 'Johor Bahru, Johore', '@hunkystud007 heard stories about caylabne scary'), (18230, 1820, 'Johore, Malaysia', '@ulfaDHAH33 hyyyy &gt;&lt;'), (18231, 3937, 'Tebrau, Johor Bahru', '@NabbLee ya rabbal alamin ~'), (18232, 362, 'Johore, Malaysia', 'Baby take me high !'), (18233, 181, 'Johore, Malaysia', 'Working ke lulu siao ?'), (18234, 4189, 'Johore, Malaysia', 'Omg that small girl is trying to manipulate me. You don''t lie to a liar darling. ;)'), (18235, 4295, 'Johore, Malaysia', 'Very longgg :( (@ Anson International Paediatric &amp; Child Development Clinic w/ @ahjoyz) http://t.co/aK3OcI5R'), (18236, 304, 'Johor Bahru, Johore', '@Aizfareez0 bukan hashimah Surat Hijau eyhk !'), (18237, 384, 'Malaysia', '@panda_pdpt 5555;))กำลังเพ้อค่าา'), (18238, 2508, 'Johore, Malaysia', 'Sex Weather.. HAHAHAHAHHA! (at ~ My Heaven My Hell ~) — http://t.co/vd1CInd9'), (18239, 2113, 'Johore, Malaysia', '@iiirrarara ahh yerrr.. Serang nk ape? nk mkn eh? haahahaha!'), (18240, 3695, 'Singapore', '@umienafrell umie.. sombong'), (18241, 2114, 'Singapore', '#PeopleWhoIWantToMeet @HugeKatyCats and @Yinting_lee I meet Yinting almost everyday -_-'), (18242, 4296, 'Johore, Malaysia', 'I swear I swear I swear I am the number 37 out of 40 ppl in my course!!!!!! @thyellowbrick what''s urs?'), (18243, 326, 'Plentong, Johor Bahru', 'I''m at JPN, bukit Dahlia, Pasir Gudang http://t.co/TvSkfYvq'), (18244, 56, 'Johor Bahru, Johore', '@ManMathers man today jadi?'), (18245, 492, 'Johor Bahru, Johore', 'You don''t even know this feeling'), (18246, 3904, 'Senai Kulai, Kulai Jaya', '@anormaziah esok sila bwk if msk lebihhhh...:)'), (18247, 124, 'Johor Bahru, Johore', '@RiyandaStylist ayam , daging .'), (18248, 2180, 'Johore, Malaysia', 'I''m at Grand Central Hotel Singapore (Singapore) http://t.co/dCIS1Xex'), (18249, 738, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 13 others http://t.co/1C8EXUod'), (18250, 4087, 'Johore, Malaysia', '1dollar nalang pala laman ng EZ link card ko! (@ Paya Lebar MRT Interchange (EW8/CC9) w/ 9 others) http://t.co/aSRHCuFk'), (18251, 2892, 'Johor Bahru, Johore', 'And when i''m gone just carry on.'), (18252, 3165, 'Plentong, Johor Bahru', '@aliabaharuddin1 @HaziqHazmi haha. sunggguh omel korag ni :D'), (18253, 2142, 'Johore, Malaysia', '@lylamre :p'), (18254, 4287, 'Plentong, Johor Bahru', 'bau mcd yang mengancam lubang hidung , buat badan kena tarik beli 1 set mcdchicken :D'), (18255, 3030, 'Johore, Malaysia', '@HaniMonte nice bag babe'), (18256, 1846, 'Johore, Malaysia', 'Requesting SD card slots in tablets/smartphones are kind of expecting floppy diskettes in PCs.'), (18257, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at Maybank (Indahpura Kulaijaya, Johor) http://t.co/gdz1iGNQ'), (18258, 4296, 'Johore, Malaysia', 'FINALLY A CARD THAT INDIDCATED EVERYTHING http://t.co/abQhdjov'), (18259, 1735, 'Johor Bahru, Johore', '@maine2145 can you get me one ? :&gt; jk jk jk'), (18260, 4189, 'Johore, Malaysia', '#AskRetwittings what do you think of fat people who wear fbt.'), (18261, 492, 'Johor Bahru, Johore', 'Okay maybe you do, but you won''t take it seriously'), (18262, 4294, 'Johore, Malaysia', 'I''m at Bus 87  ! http://t.co/A6SKsIYD'), (18263, 3870, 'Singapore', 'RT if you want to meet One Direction! (Follow me, ask for a follow back)'), (18264, 458, 'Malaysia', '@karn_rozel ไม่แน่ฮะๆ 555 แต่ที่ครูบอก 3.8 กว่า ๆ TT ผมจะเอา 3.9 - -'), (18265, 2827, 'Johore, Malaysia', 'The woman in black is fugging scary &gt;&lt;. Gonna watch it anther time soon.'), (18266, 2505, 'Riau, Indonesia', 'Kenapaaaa??????????? RT @aghistata Sumpah ngakak !'), (18267, 1382, 'Johor Bahru, Johore', '@PeiYi2706 mine is high level inference you this di zhi shang aka mentally retarded won''t understand one'), (18268, 1391, 'Senai Kulai, Kulai Jaya', 'Bayar Bil ladang... (@ TNB Kulai Jaya) http://t.co/c6KWSTom'), (18269, 2664, 'Plentong, Johor Bahru', 'rindu AR saya :('), (18270, 2142, 'Johore, Malaysia', '@lylamre @itsthechee_ynx @euniceeee_ wtf is that? -.-'), (18271, 302, 'Johore, Malaysia', 'Why me so stewpig'), (18272, 181, 'Johore, Malaysia', 'hahhahaha RT “@MuhdLuqmanAziz: “@farhanamanokgo: Working ke lulu siao ?” HAHAHAAHAHAHA”'), (18273, 362, 'Johore, Malaysia', 'Are this people paid ? Or they do this for free ? Cause I wouldn''t mind helping if they pay me . http://t.co/PM9L4Bdl'), (18274, 309, 'Johore, Malaysia', 'Yeah, my not so white f''n arse! "@jondawg: ''world-class public tpt sys'' my fat fuggin white arse! almost everyday i read abt #mrt hvin prob"'), (18275, 4297, 'Pulai, Johor Bahru', 'I''m at Cendol Taman Universiti http://t.co/fzUFbPEq'), (18276, 3294, 'Johore, Malaysia', 'tuition later fml T_T'), (18277, 124, 'Johor Bahru, Johore', 'Okay , going to smoke for awhile. Then gonna wash all the plates . Sigh .'), (18278, 4298, 'Johore, Malaysia', 'Wif family :D (@ VivoCity w/ 17 others) http://t.co/nlJHOrWn'), (18279, 3863, 'Johor Bahru, Johore', '@FuzaRdzn hahaha takdelah =.= , alahai T,T'), (18280, 2114, 'Singapore', '@Widhiadarii Nooo. Ur young ^^'), (18281, 795, 'Kota Tinggi, Johore', 'I''m at Blk 214 Jurong East Street 21 (Singapore) http://t.co/Rr2jAf9y'), (18282, 3953, 'Riau, Indonesia', 'Off dlu ah:D'), (18283, 1385, 'Riau, Indonesia', 'really? RT “@LTAsg: Latest: Train services had resumed on the North East Line between Dhoby Ghaut &amp; HarbourFront stations.”'), (18284, 4, 'Johore, Malaysia', '@iamanrose fer\nsonu hona ethe shyad or deepak vi hona'), (18285, 2658, 'Johore, Malaysia', 'With @ZforZhou n @Engelicalove (@ K8 Pool @ Cineleisure) http://t.co/Ws9X27cZ'), (18286, 180, 'Johore, Malaysia', 'Cus susul siniiii RT @boibangun: @dedyreva hahahahahha kakaaaa envyyy!!! http://t.co/xO6vu1ZY'), (18287, 2373, 'Johore, Malaysia', 'Trust is like a mirror , Once its broken then it will nv be the same .'), (18288, 4299, 'Johore, Malaysia', 'Ughhh, can''t wait till the 22nd.'), (18289, 4300, 'Johore, Malaysia', 'Foda! (@ Sky roof marina bay sands) [pic]: http://t.co/ikq1LvSs'), (18290, 4235, 'Johore, Malaysia', '@RealBoobooFivel can u pls follow me....I LOVE YOU AND ALWAYS WILL..#1 fan'), (18291, 2114, 'Singapore', '@HugeKatyCats @yinting_lee Yeahhhhhhhhhh. I wanna meet ya toooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooooo'), (18292, 4301, 'Johore, Malaysia', '^^'), (18293, 2142, 'Johore, Malaysia', '@lylamre @euniceeee_ @itsthechee_ynx solution ah? I tot lens. Solution I don''t need.'), (18294, 56, 'Johor Bahru, Johore', '@ismsrfd @ipanboyan kul rape trn?'), (18295, 665, 'Johore, Malaysia', 'In bus with @TohBugLemonpop ~'), (18296, 3878, 'Johore, Malaysia', '@_NumberOneTroll don''t act cute !'), (18297, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at Samsonite Factory Outlet (Indahpura Kulaijaya, Johor) http://t.co/8ccrb5HT'), (18298, 4259, 'Johor Bahru, Johore', '@Babytiggerx @kengsia HEH? Why my fault again!!'), (18299, 362, 'Johore, Malaysia', 'Kao gy blah kay . I suke that way . :)'), (18300, 839, 'Johor Bahru, Johore', '@Abcdefaithghijk what pig:)?! Not funny uh!'), (18301, 14, 'Johor Bahru, Johore', 'Your songs running through my mind.'), (18302, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli putrajaya :D'), (18303, 384, 'Malaysia', '@panda_pdpt ไม่ใช่น้ะค้ะ-//-ไม่ได้มีความรักซะหน่อย--"55555'), (18304, 1242, 'Singapore', '@pinkrabbitears im serious!'), (18305, 4302, 'Pulai, Johor Bahru', 'Private event . http://t.co/KfZB7M8M'), (18306, 2202, 'Johore, Malaysia', 'Felt like drinking coffee then made a cup of coffee and took a sip. Then I remembered why I hate coffee.'), (18307, 3578, 'Johor Bahru, Johore', 'New Magnum Cappuccino :»'), (18308, 738, 'Kota Tinggi, Johore', 'Okay...36%....'), (18309, 534, 'Johore, Malaysia', '2nd day #ki2012!:)'), (18310, 1421, 'Singapore', '@anishapri change your twittername to teachersha'), (18311, 362, 'Johore, Malaysia', 'AHHHH ! I don''t want the shuttle service to end ! I wanna ride bus for free !'), (18312, 4278, 'Tebrau, Johor Bahru', 'Sometimes being random makes people happy'), (18313, 1778, 'Malaysia', '@NeayWR_Boice '''' เดี๋ยวก็มุดไปอยู่ในตู้เย็นชิบ #ร้อนจริง/ในตู้เย็มคงยังไม่หายร้อนพอ โคตะระร้อนเลย'), (18314, 4303, 'Johor Bahru, Johore', 'I''m at Sembawang Shopping Centre (Singapore, Singapore) http://t.co/8ePdRUcd'), (18315, 3669, 'Plentong, Johor Bahru', '@shafwahunnajja okay2.nanty hany app.thanks ye najja comel :)'), (18316, 2664, 'Plentong, Johor Bahru', 'sumpah nak beli baju RUN BPT sebab aku rindu BP Town :('), (18317, 4301, 'Johore, Malaysia', '^^'), (18318, 3955, 'Plentong, Johor Bahru', '#sadlife when i ... hmm , k nothing'), (18319, 181, 'Johore, Malaysia', '@azwanjamil helppp RT “@FadhliLa: @farhanamanokgo oh bukan Aj kah?”'), (18320, 124, 'Johor Bahru, Johore', '@corinnesong nah , it''s okay . I still got time . :)'), (18321, 2057, 'Johor Bahru, Johore', '@ChingHo2PM how is it? Tell jazlyn don''t stress herself.'), (18322, 4300, 'Johore, Malaysia', 'Cerveja as 0600 da manha hehehe (@ Ku Dé Ta Club Lounge) [pic]: http://t.co/yVJRou7G'), (18323, 4245, 'Riau, Indonesia', 'anaaak gaauul *poke @AshillaBlink @ashillazhrtiara :3:p http://t.co/VtpNhTyA'), (18324, 2982, 'Malaysia', 'I''m at Pruksa Mansion (Kho Hong, Songkhla) http://t.co/YpEW2Cng'), (18325, 13, 'Johore, Malaysia', '@CELINEheresup angel beats ! ;B'), (18326, 2270, 'Johore, Malaysia', 'Going home alreadyyy. Annyeongggggggg . (@ Singapore Polytechnic T11A) http://t.co/VBROrFdl'), (18327, 3863, 'Johor Bahru, Johore', '@farahnipsy hum you okay tak ni ?'), (18328, 932, 'Johore, Malaysia', '@CAIYUTING tiger!'), (18329, 1899, 'Kota Tinggi, Johore', '@pvbakery Hi, may i knw what cupcake flavours are there left currently ?'), (18330, 1550, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 16 others http://t.co/8laJHNJn'), (18331, 72, 'Johor Bahru, Johore', '@its_mumu lollll'), (18332, 56, 'Johor Bahru, Johore', 'Mane bb?'), (18333, 1421, 'Singapore', '@anishapri shall I pick on yours instead? :P'), (18334, 4304, 'Plentong, Johor Bahru', '«@yasminmeor «@9GAG "I''m fine" -All pissed off girls»»'), (18335, 4100, 'Pulai, Johor Bahru', '@DuffyChance Ada birthday org Haha So mlm ni tf ttup . Private open je'), (18336, 3273, 'Johore, Malaysia', 'RT " @Meerahsaywhaat ; I should probably stop sleeping late :b "'), (18337, 13, 'Johore, Malaysia', '@WILLLLZZZ @pcsyndrome i anything . At bugis now .'), (18338, 362, 'Johore, Malaysia', 'People I don''t wanna meet . #You , #You , #You and #You .'), (18339, 1382, 'Johor Bahru, Johore', '@PeiYi2706 it is still on the same topic are you blind'), (18340, 2114, 'Singapore', '@HugeKatyCats @yinting_lee Yeah, But it''s impossible -_-'), (18341, 2159, 'Johore, Malaysia', 'WAY to early for tuition!!!'), (18342, 4305, 'Johore, Malaysia', 'Drama-ing'), (18343, 2299, 'Johore, Malaysia', 'I''m at Bedok MRT Station (EW5) (Singapore, Singapore) w/ 3 others https://t.co/uNLA4lEl'), (18344, 4306, 'Johor Bahru, Johore', 'curry at cocoichibanya. http://t.co/vRwfYf32'), (18345, 626, 'Johore, Malaysia', '不想一直脚踏实地的做人。。。'), (18346, 938, 'Johor Bahru, Johore', '@LiyaanaaH takmo sad sad lagi laaah &gt;.&lt;'), (18347, 2065, 'Pulai, Johor Bahru', '@ZamerZahran dari aku mati isap asap..hahaha'), (18348, 3306, 'Johor Bahru, Johore', 'My signatures http://t.co/UxR1ZGcx'), (18349, 1899, 'Kota Tinggi, Johore', '@sherminwu haha yea since i only free to dropby :/'), (18350, 2393, 'Johor Bahru, Johore', '@yongqinmehhhhhh got. I''m with Benny zhiren and another fren now^^'), (18351, 2299, 'Johore, Malaysia', 'I''m at KOI Café (Singapore, Singapore) http://t.co/dufZzQsH'), (18352, 7, 'Johore, Malaysia', 'Wuu hitz.fm mainkan lagu Fall For You'), (18353, 13, 'Johore, Malaysia', '@CELINEheresup homework done aldy ?'), (18354, 3863, 'Johor Bahru, Johore', '#np kau aku - aiman hakim ridza cover'), (18355, 4162, 'Johor Bahru, Johore', '@jiahui_98 LoL'), (18356, 47, 'Johor Bahru, Johore', 'Others morning wake up hair is ugly, mine wake up hair is so nice. Can''t bear to wash it -.-'), (18357, 32, 'Malaysia', '@toptapp_nc สวัสดีค่ะพี่ท็อป^^'), (18358, 4275, 'Singapore', '@huiminnnnns for me, it''s a must to wear shoes or a pair of boots to town. It feels like it''s illegal and I may get sentenced to death.'), (18359, 4307, 'Johor Bahru, Johore', 'Hate lrt, forever!!!'), (18360, 1301, 'Kota Tinggi, Johore', 'I''m at Jurong Point w/ @blahlahzxc http://t.co/EegycFPw'), (18361, 4308, 'Tebrau, Johor Bahru', '#PeopleIWantToMeet MEGAN FOX'), (18362, 1330, 'Johor Bahru, Johore', 'I''m at Indoor Sport Hall @ Ite College West http://t.co/IvYahWyN'), (18363, 492, 'Johor Bahru, Johore', 'Waiting for you.. It kills me'), (18364, 7, 'Johore, Malaysia', '@hanaffiehashim haha baca dpn mcm .. baca ayt blkg lahai tandas haha'), (18365, 124, 'Johor Bahru, Johore', 'Have a break , have a ciggarette .'), (18366, 505, 'Johore, Malaysia', 'What''s for dinner tonight? Hmmm..'), (18367, 124, 'Johor Bahru, Johore', '@TrulyLee it''s okay . :) save battery ke ? :)'), (18368, 1860, 'Johore, Malaysia', 'Mystic love lasts forever &lt;3'), (18369, 2035, 'Johore, Malaysia', 'I''m at SMU School of Accountancy &amp; Law (Singapore, Singapore) http://t.co/1Nv4l5LD'), (18370, 1421, 'Singapore', '@akash_kaura ...oh yeah you''re not here now. haha woops~'), (18371, 181, 'Johore, Malaysia', '@WanIsEnough adoii'), (18372, 1242, 'Singapore', '@pinkrabbitears LOLOLOL'), (18373, 256, 'Johor Bahru, Johore', '@Alfreda_L the series finish already le is it ?'), (18374, 2864, 'Tebrau, Johor Bahru', 'I''m at Courtyard @ Sunway Johor http://t.co/oZ1Md0wr'), (18375, 3695, 'Singapore', 'cukup, cukup sudaaa.. cukup sampai di sini sajaa.. kbye :p foreverr'), (18376, 2653, 'Johore, Malaysia', '#B1A4ISBACK'), (18377, 3859, 'Johore, Malaysia', 'The skies are beautiful today.'), (18378, 4133, 'Pulai, Johor Bahru', 'Yunalis Zarai. @ Taman Bukit Indah http://t.co/sVQyyxDY'), (18379, 4241, 'Johore, Malaysia', 'I''m at MacKenzie Rex Restaurant (Singapore, Singapore) http://t.co/odAfLZr4'), (18380, 4309, 'Tebrau, Johor Bahru', 'I''m at Harris Bookstores (Johor Bahru) http://t.co/RRpGfKj0'), (18381, 56, 'Johor Bahru, Johore', '@ManMathers takpe its okay'), (18382, 453, 'Johor Bahru, Johore', 'Daddy tgk alvry dia uat apa? (@ *~My Lo•Ve•Ly BeD~*) [pic]: http://t.co/Rulp5x1E'), (18383, 141, 'Johore, Malaysia', 'I''m at  Berrrniceee''s Home  (Singapore) http://t.co/cncEOfn7'), (18384, 4310, 'Johore, Malaysia', 'At @VonZipperAsia launch in Raffles Singapore! http://t.co/mIxMnjZS'), (18385, 1124, 'Johore, Malaysia', '@jaggedrick @poydavid Lolz it''s acceptable naman db'), (18386, 1179, 'Johore, Malaysia', 'I''m at CSM Shuttle Bus http://t.co/lZg2ZVbk'), (18387, 3945, 'Kota Tinggi, Johore', '@catmeowzxc @ChikaaFeqaa thanz sgt2 k.. Grrrrr!!!!!!'), (18388, 3863, 'Johor Bahru, Johore', '@FuzaRdzn hihi k senyum :'')'), (18389, 852, 'Johore, Malaysia', '@LheaM28 @narutogirl42 @alfonbel @chad41988 @prietos_eve yes! Sure n :)'), (18390, 4311, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 15 others http://t.co/ExBeBpFZ'), (18391, 3371, 'Plentong, Johor Bahru', 'iyup :) RT @SHYTeenagers "@dean_AmyEv hye :)"'), (18392, 839, 'Johor Bahru, Johore', '@Abcdefaithghijk ya ya got to admit I''m a pig at times but no for life:). I don''t forget I choose to forget!'), (18393, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli taktau, ahad ni kot. nape yew?'), (18394, 56, 'Johor Bahru, Johore', 'Thanks god it not raining today'), (18395, 4307, 'Johore, Malaysia', '@audideyn unhealthy!!'), (18396, 2044, 'Riau, Indonesia', 'I''m at Sci-Fi City (Sentosa Island, Singapore) http://t.co/dvNm1MZL'), (18397, 932, 'Johore, Malaysia', 'Now throw lollipops give me. -.-'), (18398, 4287, 'Plentong, Johor Bahru', 'lamunan terhenti seketika ketika makan sudah di depan mate xD'), (18399, 440, 'Johor Bahru, Johore', '@awesomelady98 tsk'), (18400, 999, 'Johore, Malaysia', '@Bozotastic damn hiong but have to get used to it la. Fun :)'), (18401, 901, 'Johore, Malaysia', 'Bought Elle key pouch for myself and goldlion key pouch for my dad as bdae gift!'), (18402, 3904, 'Senai Kulai, Kulai Jaya', '@anormaziah esok pose x?'), (18403, 4259, 'Johor Bahru, Johore', '@Babytiggerx @kengsia wah win liao win liao!'), (18404, 4311, 'Johor Bahru, Johore', 'I''m at Long John Silver''s (Singapore, Singapore) http://t.co/Q4CxIQiu'), (18405, 926, 'Johor Bahru, Johore', 'For my 18th birthday, im going to donate my blood...'), (18406, 2055, 'Johor Bahru, Johore', 'Left 4 Dead 2 with the family! @ 495E Tampines St. 43 http://t.co/l99IxTn2'), (18407, 141, 'Johore, Malaysia', 'I''m at Berrrniceee Toilet''s  (Singapore) http://t.co/dZb5mFwS'), (18408, 660, 'Plentong, Johor Bahru', '@sofiahsaifuddin nak pergi mana ? kite nak ikut ! :)'), (18409, 4312, 'Plentong, Johor Bahru', 'Time to movie'), (18410, 4245, 'Riau, Indonesia', 'prissy RT @MeBlinkstars #AskBlinkstar Lebih suka siapa di BLINK?'), (18411, 7, 'Johore, Malaysia', 'Cepat dengar cepatt buka Tp radio tau bkn dkt Astro :D'), (18412, 3870, 'Singapore', '#GTS\nI''m so sorry, I''m so confused just tell me am I out of time?\nTWEET ME UR GUESS! WINNERS GET SHOUT OUTS! :)'), (18413, 4313, 'Johor Bahru, Johore', 'Babysitting my two nephews! (@ Singapore Zoo w/ 2 others) http://t.co/TEUm6pbl'), (18414, 2044, 'Riau, Indonesia', 'awesome (y) (@ Battlestar Galactica: Human vs. Cylon) http://t.co/T8wRRaWX'), (18415, 3776, 'Johor Bahru, Johore', 'Finish watching in time~'), (18416, 147, 'Johor Bahru, Johore', 'Home Sweet Home :) (@ Shazlyn''s Home Sweet Home) http://t.co/hCDztLTO'), (18417, 2894, 'Malaysia', 'ขาชาโอ้เย่ หมาเอ๋ยย ขากูไม่ใช่หมอนน ~'), (18418, 50, 'Johor Bahru, Johore', '@farrahtyga kau tadi call?y?'), (18419, 2015, 'Johore, Malaysia', 'Love Me For Me #NP &lt;3333'), (18420, 56, 'Johor Bahru, Johore', '@ismsrfd @ipanboyan okay conferm trn kan?'), (18421, 4314, 'Johor Bahru, Johore', 'I''m at Party World KTV (Singapore) http://t.co/XcKM8WPI'), (18422, 417, 'Johor Bahru, Johore', 'ugh go ahead. Since you like her so much'), (18423, 2114, 'Singapore', '@Widhiadarii HAha, if u r 100, that''s call old :P'), (18424, 4287, 'Plentong, Johor Bahru', 'L.A.Z.A.T'), (18425, 1979, 'Johore, Malaysia', 'It feels like 6pm right now but to my disappointment, it''s only 4:50. Time is tr... (at Gaming ERA @ Plaza Singapura) — http://t.co/Lpws2H0B'), (18426, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu better than you mentally retard :)" says the mental patient'), (18427, 362, 'Johore, Malaysia', 'Let me throw away your brain an give you bird eat can ? You''re oh so bloody annoying . Hahaha .'), (18428, 2207, 'Johore, Malaysia', '@BizkitMonsta Need a letter from ENT for NS.'), (18429, 1771, 'Johor Bahru, Johore', 'I''m at Jurong Junior College (Singapore) http://t.co/3ZejbdWm'), (18430, 2125, 'Johore, Malaysia', 'I''m at International Plaza (Tanjong Pagar, Singapore) w/ 2 others http://t.co/tyFADsht'), (18431, 3863, 'Johor Bahru, Johore', 'segala rintihan aku engkau selalu ada :'')'), (18432, 4315, 'Johore, Malaysia', 'I''m at Golden Mile Food Centre (Beach Road) (Singapore) http://t.co/zjAqVXGS'), (18433, 4307, 'Johore, Malaysia', 'Hol cfm, flying in 2 weeks time. :)'), (18434, 3874, 'Plentong, Johor Bahru', '5 down (zzz). C''mon presenters, pls make your reports more interesting.'), (18435, 1303, 'Johore, Malaysia', '@Wenxixixixixi when my turn?! :/'), (18436, 417, 'Johor Bahru, Johore', 'go talk to a girl who cheapens herself for attention'), (18437, 4009, 'Johor Bahru, Johore', '@Syazwanneh same la.. kita pergi lot jap je. then skrg dia kena patah balek hospital. hmm. tmr nak?'), (18438, 2664, 'Plentong, Johor Bahru', 'Aini Ramlan, weet weet. hahaha'), (18439, 2139, 'Johore, Malaysia', '@Jiamin_Bliss Hahahaha! Good good. Aiya nevermind laa. Got cert can liao. :D'), (18440, 2001, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore) http://t.co/Hz8VrFj8'), (18441, 1421, 'Singapore', '@anishapri how''s that a bad thing. it means you got cred with lil kids! :P (convenient! D: )'), (18442, 1382, 'Johor Bahru, Johore', 'Mental patients will always think others are mentally ill'), (18443, 124, 'Johor Bahru, Johore', 'Hais , dah lame tak buat housechores , penat semacam lah .'), (18444, 181, 'Johore, Malaysia', 'ngantok ke NGNATOK?? ke ketok or kocok??? @MuhdLuqmanAziz @azwanjamil help RT “@AkuChubbyBoy: ngnatok ah..”'), (18445, 1501, 'Johor Bahru, Johore', 'da kenyang. ✌✌'), (18446, 2652, 'Johor Bahru, Johore', 'YEAH“@itsfunnynotes: PINK - They try to see the best in others. They are shy, very intelligent &amp; always try to make everyone happy&lt;3”'), (18447, 3273, 'Johore, Malaysia', 'RT " @anatasyazz Homework? At night den do la ~ "'), (18448, 7, 'Johore, Malaysia', 'Hit the lights'), (18449, 1960, 'Senai Kulai, Kulai Jaya', 'Done my differential equations :) alhamdulillah (@ C10 Faculty of Science, UTM) http://t.co/EuWimpSd'), (18450, 4316, 'Johor Bahru, Johore', '@LaiqaSubadi hahaha! Bagus aku tanye Kau , Kau tanye aku xD'), (18451, 362, 'Johore, Malaysia', '@tookitaway Now da start I heard :( . Oh no ! You take 63 . Meet me . Easier !'), (18452, 4317, 'Johor Bahru, Johore', 'I''m at Canteen @ YISS ! (Singapore) http://t.co/hZKyNzo8'), (18453, 1157, 'Singapore', 'I swear i''m in pain right now -_-'), (18454, 50, 'Johor Bahru, Johore', '@tabdl call ape citer?'), (18455, 3863, 'Johor Bahru, Johore', '@farahnipsy haa dah lah . etcelli ni gaduh dgn boyfie ke cane ?'), (18456, 4318, 'Singapore', '@maaaalie @kamilhafiz I like the first one better &gt;&lt;'), (18457, 4317, 'Johor Bahru, Johore', 'I''m at Yusof Ishak Secondary School (Singapore) http://t.co/jpM96L5y'), (18458, 4260, 'Plentong, Johor Bahru', '@jasminjamila http://t.co/n2LJmBfJ kat sini nak ole2'), (18459, 4245, 'Riau, Indonesia', '@AshillaBlink @ashillazhrtiara http://t.co/JawCTB1x'), (18460, 908, 'Johor Bahru, Johore', 'RT "@WhennBoys: I don''t want a perfect relationship, I want something real. Something between the two of us, something we both feel."'), (18461, 3932, 'Johore, Malaysia', '@sensatioNIALL i followed the ziam one i think? :) X'), (18462, 124, 'Johor Bahru, Johore', '@corinnesong your welcome . :)'), (18463, 2262, 'Malaysia', '@Fu_heartless ซะงั้น บอกอุ้มให้ไปทำให้เสร็จเรื่อง'), (18464, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at Plaza Tol Senai ~ Lebuhraya Utara Selatan ~ http://t.co/zlfzlGdE'), (18465, 1421, 'Singapore', '@akash_kaura @anishapri I wonder how you know :O'), (18466, 2554, 'Johor Bahru, Johore', '@solomonsocute LAILAI !!'), (18467, 724, 'Plentong, Johor Bahru', '2nd round.... @@ @ Candle Bistro http://t.co/WZCbQXty'), (18468, 369, 'Plentong, Johor Bahru', 'I''m at Homesweethome(JB) http://t.co/dUZNKcSC'), (18469, 362, 'Johore, Malaysia', 'Hahaha bitch !'), (18470, 3863, 'Johor Bahru, Johore', '@FuzaRdzn ooooooooooooooookaaayyyyyyyyyy lah . hahahhaha'), (18471, 4275, 'Singapore', 'Naps: My best friends during the day, my worst enemies at night.'), (18472, 4317, 'Johor Bahru, Johore', 'I''m at Canteen (Singapore, Singapore) http://t.co/oZWKUFTg'), (18473, 3904, 'Senai Kulai, Kulai Jaya', 'Nampak Gaye kene stay opis Lagi as usual... Argghhhh penat la full week OT jerkkkk... ;('), (18474, 3489, 'Pulai, Johor Bahru', '@elijayjay emmm yummy haha http://t.co/H57wP2Sd'), (18475, 7, 'Johore, Malaysia', '@hanaffiehashim Haha tahutape'), (18476, 1899, 'Johor Bahru, Johore', '@pvbakery do you have peanut butter jelly ?'), (18477, 4319, 'Johore, Malaysia', '@FATTOV super phyched with her transparent umbrella. @ Orchard Road http://t.co/QzOOMndy'), (18478, 2689, 'Johore, Malaysia', '@YunCaiKEN lol come with hh la:) lll pei me:) poke hehe so bore!!! Lol'), (18479, 4320, 'Johor Bahru, Johore', 'Welcome to Thailand'), (18480, 980, 'Johor Bahru, Johore', 'I''m at ~ Home Sweet Home ~ &lt;3 http://t.co/JE0gQsw3'), (18481, 4321, 'Johore, Malaysia', 'To have my guilty pleasure (@ Marché) http://t.co/d3FmLIJ8'), (18482, 2207, 'Johore, Malaysia', '@BizkitMonsta Ahhh, I see.'), (18483, 3443, 'Johore, Malaysia', 'http://t.co/mJHHDVDr nice combination = better than taylor swift'), (18484, 13, 'Johore, Malaysia', '@CELINEheresup i forget got what homework aldy leh ;x'), (18485, 2524, 'Johor Bahru, Johore', '@Aloysius_Ho YOU WILL LOOSE THE NEXT TIME .\nWAHAHAHA ^^'), (18486, 1615, 'Singapore', '@xnetzz @hweesan letter to IAM in chinese http://t.co/yTS6Ymsr'), (18487, 7, 'Johore, Malaysia', 'Dapat dengar? Habis dah. Now hit the lights :*'), (18488, 4245, 'Riau, Indonesia', 'kak @Derby_Rr :3RT @MeBlinkstars #AskBlinkstar menurut kalian Nina"Febby" itu cocok sama siapa di PAA?'), (18489, 13, 'Johore, Malaysia', '@pcsyndrome @willllzzz dustin and mark leh ?'), (18490, 4097, 'Riau, Indonesia', 'Hopelessly I''m taking a mental picture of you now'), (18491, 2653, 'Johore, Malaysia', '#B1A4ISBACK GongChan &lt;3 Sandeul &lt;3 CNU &lt;3 Jinyoung &lt;3 Baro &lt;3'), (18492, 1054, 'Johore, Malaysia', '@WJLikesBusMrt Breakrecord'), (18493, 4322, 'Singapore', '@sixBUTTERSCOTCH Too bad, you''re too late!'), (18494, 3273, 'Johore, Malaysia', 'RT " @_fakeAsmileee_ I thought that 2012 would be better than 2011. Disappointed, its nottt. "'), (18495, 852, 'Johore, Malaysia', '@Krztine_426 @lheam28 sana Sa HK :) parang Mas masaya magsoco dun'), (18496, 4323, 'Riau, Indonesia', 'Makan roti keong rasa durian sama brownies itu... ALhamdulilaaaaah. Enak pisaaan'), (18497, 3904, 'Senai Kulai, Kulai Jaya', '@anormaziah cool.... Rezeki baby ku....;)'), (18498, 2960, 'Johore, Malaysia', 'I''m at Swensen''s (Singapore) http://t.co/WpSsSfhN'), (18499, 4324, 'Johore, Malaysia', 'Shopping alone :( (@ 313@Somerset w/ 18 others) http://t.co/AeB7xkol'), (18500, 1615, 'Singapore', '@xnetzz @hweesan tv interview for showcase http://t.co/NdZ45HjP'), (18501, 4322, 'Singapore', 'Applied for my Go!Card already!'), (18502, 56, 'Johor Bahru, Johore', 'Sape ade keje daily pay uh ? Hmmmmm'), (18503, 362, 'Johore, Malaysia', 'Kadang kadang aku type melalot ! Lol'), (18504, 1187, 'Johor Bahru, Johore', '@Shaddykins cute like meeeee'), (18505, 926, 'Johor Bahru, Johore', 'PURPLE - Purple is the color of spirituality. They always wanting to help as many people as they can. Adorable people&lt;3" @nSYMh'), (18506, 4318, 'Singapore', 'There is no place like home ♥'), (18507, 1307, 'Senai Kulai, Kulai Jaya', 'I''m at Michael Kors (Indahpura Kulaijaya, Johor) http://t.co/IjspgguT'), (18508, 332, 'Johor Bahru, Johore', 'I''m at 525 Jelapang Road http://t.co/IbrjG3qn'), (18509, 2044, 'Riau, Indonesia', 'so dark (۳˚Д˚)۳ (@ Revenge Of The Mummy) http://t.co/HnKs2m10'), (18510, 3741, 'Johore, Malaysia', 'I''m at Kopitiam (Singapore) http://t.co/5OJXxbe6'), (18511, 50, 'Johor Bahru, Johore', '@NisleyLee @tabdl hahaha .ada2 je korg'), (18512, 56, 'Johor Bahru, Johore', '@ismsrfd @ipanboyan okay best . Nak trn tweet aku'), (18513, 1421, 'Singapore', '@akash_kaura @anishapri i''ll find something to pick on there, if she lets me :P'), (18514, 2980, 'Johore, Malaysia', '@ @ilovehandbells_ oh okay'), (18515, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, about that? ermmm'), (18516, 4322, 'Singapore', 'I''m enjoying my Heaven&amp;Earth Green Tea. Aaahhh....'), (18517, 4325, 'Senai Kulai, Kulai Jaya', 'Yahoooo~ (@ Exit 254 Skudai) http://t.co/kOLZnNRS'), (18518, 2864, 'Tebrau, Johor Bahru', '@yunie105 yeah...how u noe it...oh my gosh'), (18519, 3294, 'Johore, Malaysia', 'going t write tuition journal now, so that later don''t have to chiong during class. :D'), (18520, 1314, 'Johor Bahru, Johore', 'I''m at Yishun Bus Interchange (Singapore) w/ 2 others http://t.co/aLHDAriB'), (18521, 2524, 'Johor Bahru, Johore', '@theoneseven who are you ?'), (18522, 440, 'Johor Bahru, Johore', '@awesomelady98 Semo? O_Oalso not say u'), (18523, 4322, 'Singapore', 'Plus, I''m pissed!'), (18524, 4318, 'Singapore', '@NisaFareeha and thats why you''re epic and we''re awesome :P'), (18525, 4326, 'Johor Bahru, Johore', 'FINALLY REACHED!!!! (@ Kovan MRT Station (NE13)) http://t.co/DgwEEVaV'), (18526, 4194, 'Johor Bahru, Johore', '@Imaginary3lf so bad. Hahaha'), (18527, 2653, 'Johore, Malaysia', '#B1A4ISBACK Baby I''m Sorry~~~'), (18528, 4259, 'Johor Bahru, Johore', '@Babytiggerx @kengsia lol!!! No time la); if got i go liao'), (18529, 4316, 'Johor Bahru, Johore', '@Nurfadhli15 happy birthday!'), (18530, 440, 'Johor Bahru, Johore', '@awesomelady98 I will become ultra fat :( AND ARE U LIKE STALKING MY TWEETS? :o'), (18531, 4327, 'Johor Bahru, Johore', 'Just finished gym with @minchvt :DD (@ ClubFitt Gym@Tampines) http://t.co/gdx9aXSr'), (18532, 3938, 'Johore, Malaysia', 'I''m at Novena Square (Singapore, Singapore) http://t.co/oXlzHlCO'), (18533, 3316, 'Johore, Malaysia', 'I''m at H&amp;M at Somerset http://t.co/fqy3GhzX'), (18534, 1571, 'Senai Kulai, Kulai Jaya', '"@DoriaAbdullah oh shit now i realise my eyebags are real big and.. big -.-" at least not your eyeball.'), (18535, 3670, 'Johore, Malaysia', '@Panda_JoeL u know what?!?! Why I dunno :@'), (18536, 1382, 'Johor Bahru, Johore', '@PeiYi2706 hello my dear is bu don even know how to talk properly'), (18537, 4328, 'Johor Bahru, Johore', 'I''m at Yio Chu Kang MRT Station (NS15) (Singapore, Singapore) w/ 2 others http://t.co/JqgK4d6S'), (18538, 3870, 'Singapore', '@Boythunder913 OMG WHAT KING OF QUESTION IS THAT?!? You helped us out of Narnia, you held lots of 1D competitions always fight for us! :)'), (18539, 2142, 'Johore, Malaysia', '@lylamre don''t tag me! My notification irritating.'), (18540, 4320, 'Johor Bahru, Johore', 'Iyqa maken hot sioool I like.....'), (18541, 181, 'Johore, Malaysia', '@haziqmustaffa @akuchubbyboy adik lulu ke kekasih lulu?? Fir tukar name kau la.. "firlu"??'), (18542, 256, 'Johor Bahru, Johore', '@Alfreda_L no wonder I never hear omg hehehe got which girls in the show ??'), (18543, 13, 'Johore, Malaysia', '@CELINEheresup eng compo how to write ? .__.'), (18544, 440, 'Johor Bahru, Johore', '@awesomelady98 good *-* u finally realized the truth :F'), (18545, 4318, 'Singapore', '@PutriLovatic no.'), (18546, 4287, 'Plentong, Johor Bahru', 'Nobody''s Perfect in the world like Tun.Dr Mahathir (:'), (18547, 362, 'Johore, Malaysia', '3 g pat Chinatown nye hangten susah nak dapat -.- . Asek Kene diri luar baru Leh pakai !'), (18548, 4329, 'Malaysia', '@Photo_Fragile ช่ายๆ 55 คิดแล้ว ปวดหัว'), (18549, 362, 'Johore, Malaysia', 'I keep chewing on ice since just now !'), (18550, 4171, 'Johore, Malaysia', 'Skating (@ Somerset) http://t.co/Zy75JpCr'), (18551, 181, 'Johore, Malaysia', 'amcm\nFIRLU?? RT “@AkuChubbyBoy: @farhanamanokgo @MuhdLuqmanAziz @azwanjamil ouh..kau kacau aku ekh an..k tkpe.. (:”'), (18552, 3467, 'Johore, Malaysia', 'I''m at Foodie Market Place Pte Ltd (Singapore, Singapore) http://t.co/0PqDEEtL'), (18553, 3870, 'Singapore', '@Boythunder913 Tweet this too! We''re really close to 1000! i think... http://t.co/UGTBkxRD'), (18554, 4330, 'Johor Bahru, Johore', 'Everyday I see my dream! Should I go for it ?'), (18555, 4316, 'Johor Bahru, Johore', '“@zxhidxshxfri: you me kentot together? HAHAHAHA”'), (18556, 50, 'Johor Bahru, Johore', '@farrahtyga baru bgn Ab...sorry.penat gila'), (18557, 181, 'Johore, Malaysia', 'same RT “@haziqmustaffa: I''m having my fitness at 5+ I guess”'), (18558, 2653, 'Johore, Malaysia', '#B1A4ISBACK ! &lt;3'), (18559, 3371, 'Plentong, Johor Bahru', 'ahaha Jom.. Hihi RT @SHYTeenagers "@dean_AmyEv jom , macam biasee . main tweet2 :P"'), (18560, 4331, 'Johor Bahru, Johore', 'Yakuza off to werk... http://t.co/odu4dsbE'), (18561, 4332, 'Johor Bahru, Johore', 'Cycling with mokun and Junjie'), (18562, 4333, 'Johor Bahru, Johore', 'iStudioまでわざわざ買いにきた~。カバーもカメラコネクタも安かった~。現行のがiPad3世代も使えてよかった! (@ Terminal 3 w/ 10 others) http://t.co/yfy2xD5l'), (18563, 181, 'Johore, Malaysia', 'RT “@MuhdLuqmanAziz: Kelakar siaal tgk aan tweet tu”'), (18564, 4334, 'Johore, Malaysia', '@jojotanjuann @sherrendezvous ALRIGHTY JUJUBEAR!'), (18565, 7, 'Johore, Malaysia', '@hanaffiehashim Siapa tu?'), (18566, 3784, 'Malaysia', 'เมื่อเช้า จนท.ยังพบระเบิดถังแก๊สวางไว้โคนเสาไฟฟ้า ท้องที่หมู่ 5 ต.เฉลิม อ.ระแงะ จ.นราธิวาส แต่เก็บกู้สำเร็จ โดยคนร้ายวางกับระเบิดดักไว้ด้วย'), (18567, 3937, 'Tebrau, Johor Bahru', '@Jia14June friendly lah diaaaa *~* ahahaha'), (18568, 4329, 'Malaysia', '@AthimaKlangprap hi แก้ววว'), (18569, 4335, 'Johor Bahru, Johore', 'I''m at Pasir Ris Park (Area 1) (Singapore) http://t.co/sdAnoxIX'), (18570, 4336, 'Johore, Malaysia', '@LysaaHere I''m back! (:'), (18571, 4, 'Johore, Malaysia', '@iamanrose oh jande tenu pagi vi hege ohthe sonu te deepak nai mile'), (18572, 4260, 'Plentong, Johor Bahru', '@jasminjamila ole-ole jgn lupa bwk http://t.co/dYiMUJxd dkt sini menanti'), (18573, 4320, 'Johor Bahru, Johore', 'Usop aka iwan'), (18574, 2894, 'Malaysia', 'แฟนกูสวยนะ 5555555555'), (18575, 4287, 'Plentong, Johor Bahru', '#PeopleIWantToMeet True Love'), (18576, 13, 'Johore, Malaysia', '@pcsyndrome @willllzzz tomorrow i rot at home chiong homework lehh D; maybe at night then come out'), (18577, 7, 'Johore, Malaysia', '@EzzaSB Haha knp tgh ada prob?'), (18578, 4334, 'Johore, Malaysia', '@LishcenIsMyName LOL okay :D'), (18579, 4245, 'Riau, Indonesia', 'aku(?) RT @MeBlinkstars #AskBlinkstar Kelvin itu cocoknya sama Nina atau Angel atau Inge(?)'), (18580, 4337, 'Johor Bahru, Johore', 'In Singapore with @PearlLyn. Super excite !'), (18581, 4, 'Johore, Malaysia', '@iamanrose kkuch pucheya ohna ne'), (18582, 1391, 'Senai Kulai, Kulai Jaya', 'I''m at umah sewa aku (kulaijaya, johor) http://t.co/6QGlHgp1'), (18583, 3695, 'Singapore', '@umienafrell ape niyy ngarott'), (18584, 181, 'Johore, Malaysia', 'adoii hahahha RT “@haziqmustaffa: @farhanamanokgo @akuchubbyboy salah dia nak namer dia FIRAEROSPACE”'), (18585, 2259, 'Johore, Malaysia', '@MuhdAshrafAsri idk already, hahah. Da kluar pun..'), (18586, 1107, 'Johor Bahru, Johore', 'I''m at Matthew''s Sean Home w/ @xiaoweii http://t.co/OGZFIeGE'), (18587, 2227, 'Johore, Malaysia', '@khaicleverley23 Haha! Serious ke pe!? Hahahahaha!'), (18588, 4151, 'Plentong, Johor Bahru', '@DenoAswal @aizkhalid @ariffumi apa iphone 4s tu? Aku x paham. Stokin ada http://t.co/ccL4o2Yk'), (18589, 2262, 'Malaysia', '@Fu_heartless แถวโรงเรียนก็มีไหมอ่าา'), (18590, 926, 'Johor Bahru, Johore', 'GREEN - The color of healing. Greens make the best of friends because they''re a good listener, always caring &amp; can keep a secret.@SyazaHusen'), (18591, 4338, 'Johor Bahru, Johore', 'I''m at Tampines Secondary School (Singapore, Singapore) http://t.co/7bzroq7K'), (18592, 7, 'Johore, Malaysia', 'Anyone Mention?'), (18593, 222, 'Johor Bahru, Johore', '@JayneRozario oh it was so good the waffle. Go get some. Oh plus have you seen the new cougar town episode?'), (18594, 901, 'Johore, Malaysia', 'Time to throw away my dirty and yellow Mickey mouse key pouch I bought many years ago in China.'), (18595, 839, 'Johor Bahru, Johore', 'Anybody will to sponsor me a new pair of boots:(?'), (18596, 3695, 'Singapore', '@umienafrell wareverr... care of mee'), (18597, 4329, 'Malaysia', '@Khun_Deerza ทำไร อยู่ !!'), (18598, 2262, 'Malaysia', '@Fu_heartless ลองไปดู'), (18599, 4339, 'Johore, Malaysia', 'I''m at I12 Katong (Singapore, Singapore) http://t.co/2Hyb9Z2g'), (18600, 3947, 'Plentong, Johor Bahru', 'I''m at Pasaraya Q&amp;Q http://t.co/b0Qqd2c0'), (18601, 287, 'Plentong, Johor Bahru', 'The pre-order for QUAY EYEWEAR is now opened! Date ends MARCH 25th 2012. You can start to place your order now! Yay! http://t.co/UNmfQoMq'), (18602, 4, 'Johore, Malaysia', '@iamanrose ok'), (18603, 691, 'Johor Bahru, Johore', 'I''m at On Cab  (Singapore) http://t.co/j1y9TTFw'), (18604, 181, 'Johore, Malaysia', 'Fir kalau tukar name jadi firlu ke luludaus ke kan sedap.'), (18605, 4303, 'Johor Bahru, Johore', 'I''m at D''Rubinah Restaurant (Singapore, Singapore) http://t.co/VICZTt6e'), (18606, 3371, 'Plentong, Johor Bahru', 'Aduii Dtg Lagi Abg tuhh :P'), (18607, 2954, 'Johore, Malaysia', '@adrenaaa good for You :)'), (18608, 3494, 'Kota Tinggi, Johore', 'Staring at some1 writing compo :@ (@ Jurong West Community Library w/ 4 others) http://t.co/YUjeTvBC'), (18609, 1069, 'Johore, Malaysia', '@rohanitarohin so not restaurant-liked. Very antique looking'), (18610, 4097, 'Riau, Indonesia', 'I''m at USS this location thing is SCREWED. \n\nRiau Indonesia'), (18611, 4340, 'Johore, Malaysia', 'I''m at Park Regis Hotel (Clarke Quay, Singapore) http://t.co/YbCOPmkp'), (18612, 1698, 'Plentong, Johor Bahru', 'mood ketawa je sekarang. #SUKANYA'), (18613, 932, 'Johore, Malaysia', '@kissonyou since you are in danger, then just say!'), (18614, 4341, 'Johore, Malaysia', 'Who??! http://t.co/ZyGZ6xpP'), (18615, 4342, 'Johore, Malaysia', '@huxinying omg maybe something at night pinch ur leg'), (18616, 196, 'Johor Bahru, Johore', 'Talking about love with Eve and telling her about you.'), (18617, 1421, 'Singapore', '@anishapri @akash_kaura it''s a way of making fun of you while discussing how to make fun of you ^^'), (18618, 4343, 'Johore, Malaysia', 'I''m at Benben House(: http://t.co/O1uJSaDz'), (18619, 264, 'Singapore', '@Zophia98 Bhb nvm marhx. Got self confidence!. Tsk only know how to say HAHA -.-'), (18620, 3870, 'Singapore', 'SHOUT OUT TO @PriyaSwaggaster &amp; @1DFOOD :)'), (18621, 1054, 'Johore, Malaysia', '@Gee_Ass me board it at Bouna Vista near 3PM'), (18622, 4344, 'Kota Tinggi, Johore', '@PearlynSJ1D HAHAHAHA~ HOPE SO TOOOO;)'), (18623, 4260, 'Plentong, Johor Bahru', '@jasminjamila haha.tau akak ckp ape.ni mesti akak ckp budak kecik ni tak tau malu.kan?kan?'), (18624, 1019, 'Johor Bahru, Johore', 'Shag...!!! Thinking abt going back hm to do assignment is upsetting me... I''m just too tired...'), (18625, 4259, 'Johor Bahru, Johore', '@Babytiggerx @kengsia sounds so wrong'), (18626, 4336, 'Johore, Malaysia', '@LysaaHere hehe^^'), (18627, 181, 'Johore, Malaysia', 'Man siak ah firlaughter hahahhahahaha... FirlaughLU?'), (18628, 775, 'Johore, Malaysia', 'There''s a small art gallery showcasing artworks from SEA inside of LV''s shop at MBS.'), (18629, 1666, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 10 others http://t.co/lGUoqMl7'), (18630, 4245, 'Riau, Indonesia', '#last @azizahsivia @SiviaBlink http://t.co/SVPMpFfh'), (18631, 4287, 'Plentong, Johor Bahru', 'Okey . nak layan cool blog + #Oreo + pearl = Fuhh :P'), (18632, 3165, 'Plentong, Johor Bahru', 'Aku suka tenguk muka kakak form5 sorang tu. Manis mukaa dia. Name die Mira kalau tak silap!'), (18633, 1692, 'Tebrau, Johor Bahru', '@ShukJasni ko satu hari ke mghadap komputer?? Penuh nama ko je.. =.="'), (18634, 3695, 'Singapore', '@ArinaQahirah arina,... wa bosan niyy tweet jom'), (18635, 362, 'Johore, Malaysia', 'Don''t forget me I beg , I remember you said .'), (18636, 2988, 'Tebrau, Johor Bahru', 'Tumpang lalu.. (@ Perj 10, Bandar Dato Onn, JB) http://t.co/BUq63T5B'), (18637, 4345, 'Johore, Malaysia', 'Just posted a photo @ Mrt Towards Outram Park http://t.co/ZeBBzXF3'), (18638, 3556, 'Johore, Malaysia', 'The woman in black. (@ Shaw Theatres Lido w/ 2 others) http://t.co/6JB1MZnT'), (18639, 4346, 'Singapore', 'beila rindukan my bestie .........mizz sgt.......i need someone to help me'), (18640, 362, 'Johore, Malaysia', 'He is a stranger , You and I have history or don''t you remember ?'), (18641, 1069, 'Johore, Malaysia', '@rohanitarohin can feel the heat looking at the pic. Haha. Hazy indeed. Air nt good eh?'), (18642, 3009, 'Johor Bahru, Johore', 'I''m at My Home Base http://t.co/1K6IA2Xk'), (18643, 2378, 'Johore, Malaysia', 'I''m at Esplanade - Theatres on the Bay (Singapore, Singapore) w/ 3 others http://t.co/YL0aZzVn'), (18644, 4, 'Johore, Malaysia', '@iamanrose u mean bhabhi ji'), (18645, 1019, 'Johor Bahru, Johore', 'Have not started my revision for Saturday''s exam ... On top of that having class tmr after work... :S :S :S'), (18646, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli aku ada beli 2, koala untuk kau and teddy bear untuk adek aku but adek aku nak koala. it''s oke for you teddy bear?'), (18647, 3431, 'Johore, Malaysia', 'I''m at Joo Chiat Complex (Singapore, Singapore) http://t.co/SuNFv7zf'), (18648, 2299, 'Johore, Malaysia', 'I''m at Bedok Point (Singapore) w/ 3 others http://t.co/yqj2u6Kd'), (18649, 932, 'Johore, Malaysia', '@CAIYUTING hahaha! W/o the 王 looks like a cat leyy..'), (18650, 4347, 'Johore, Malaysia', 'Pumping up!! (at Fitness first @paragon) — http://t.co/3yewj8on'), (18651, 4348, 'Johor Bahru, Johore', '@Rosszaliah nope . Not weird . Its weird when you decided to tweet about it :)'), (18652, 417, 'Johor Bahru, Johore', '@josephinehong HAHAHAHA IKR'), (18653, 4336, 'Johore, Malaysia', '@LysaaHere nope'), (18654, 3863, 'Johor Bahru, Johore', 'terasa rindu untuk menatap matamu . hahahaha k jiwang -.- #np aril - menatap matamu'), (18655, 2664, 'Plentong, Johor Bahru', 'rasa bersalah dengan laili :('), (18656, 2743, 'Plentong, Johor Bahru', '@ssyafika Pka sile la dtg sni'), (18657, 3120, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 4 others http://t.co/wCs06lEX'), (18658, 417, 'Johor Bahru, Johore', '@germainegan fking annoyed'), (18659, 4, 'Johore, Malaysia', '@iamanrose nai nai eda di koi gal nai'), (18660, 1692, 'Tebrau, Johor Bahru', 'Lets Play Football Boys ! :D'), (18661, 2623, 'Malaysia', 'ใปว่ายน้ำกันเถอะ :)'), (18662, 1019, 'Johor Bahru, Johore', 'I know I can have the Sunday for all myself... But still have not started revision for POM... Worried sick :S'), (18663, 2401, 'Johore, Malaysia', 'I''m at Esplanade - Theatres on the Bay w/ @dzetcube http://t.co/Cxbo3gZw'), (18664, 4239, 'Johore, Malaysia', 'Tired and hungry (@ Blk 41 Chai Chee Street) https://t.co/MMB47hAp'), (18665, 4349, 'Pulai, Johor Bahru', '@marshielarieza ape awak ckp nie..awak pon cntik..dmata sy..'), (18666, 181, 'Johore, Malaysia', 'fir handsome tu sebab seme pompan hotstuff ngan famous die bleh dapat..'), (18667, 2743, 'Plentong, Johor Bahru', '@ssyafika bestnye kt sni panas terik'), (18668, 1314, 'Johor Bahru, Johore', 'I''m at Blk 349 Yishun Ave 11 (Singapore) http://t.co/qZ9FLb7k'), (18669, 4350, 'Johore, Malaysia', 'Sometimes i wish ummie is still arnd to pamper me n kakak...'), (18670, 1019, 'Johor Bahru, Johore', 'Errrrrre I just remembered !!! Reading diary submission too..! Arghhh'), (18671, 3273, 'Johore, Malaysia', '#np Domino'), (18672, 4351, 'Johor Bahru, Johore', 'Alamak.. So many senior citizen.. 0% chances of seats available..'), (18673, 124, 'Johor Bahru, Johore', 'Making my way through the night but you''re still in my sight .'), (18674, 4352, 'Johore, Malaysia', '..that was the lowest of all the lowest blow ever!..you can be mindless at times..well most of he time :-|'), (18675, 417, 'Johor Bahru, Johore', 'ee no i dont.'), (18676, 181, 'Johore, Malaysia', 'Aku rase @FirLaughter not a virgin... Hahahha'), (18677, 4353, 'Johore, Malaysia', 'I''m at ST Marine (Singapore, Singapore) http://t.co/0yVqRLHI'), (18678, 4097, 'Riau, Indonesia', 'Uniquely unreadable .'), (18679, 417, 'Johor Bahru, Johore', 'I hate smokers ew. ✋'), (18680, 4259, 'Johor Bahru, Johore', '@Babytiggerx @kengsia lols'), (18681, 4354, 'Johore, Malaysia', 'wa my fucking head so pain'), (18682, 2080, 'Malaysia', 'ความรักเปี่ยม ล้นนน'), (18683, 4329, 'Malaysia', '@Khun_Deerza ชีวิตท่าทางจะสบายมากเลยนะเทอ 55'), (18684, 107, 'Johore, Malaysia', 'I''m at Mountbatten Road Bus Stop 91061 http://t.co/sr0MWMgs'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (18685, 4355, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 28 others http://t.co/ZiO65Ia1'), (18686, 668, 'Johore, Malaysia', '@CARISLXY Just hate the fact that some part of his "likes" are my "hates" and I gotta accept it because I love him.I will but it''s torturing'), (18687, 4356, 'Johore, Malaysia', '@xoxaishaaa @annnbug @dorkkly depends if these two agree'), (18688, 2142, 'Johore, Malaysia', '#PeopleIWantToMeet @wowwh . &lt;3'), (18689, 3870, 'Singapore', 'WMYB MV has more than 70 000 000 views on VEVO!! RT if you''re proud of the boys :)'), (18690, 4357, 'Johore, Malaysia', 'I think I need a pet. cute one pls~'), (18691, 440, 'Johor Bahru, Johore', '@awesomelady98 eeee. Major lie :x where got awesome sia? :O'), (18692, 4097, 'Riau, Indonesia', 'ROTM SCARES THE BANANAS OUT OF ME'), (18693, 915, 'Johore, Malaysia', '@JeffersonPacey SL na yan! Hehehe'), (18694, 4071, 'Johore, Malaysia', '@fannntasy hi cockroach. Do you know a cockroach can live without its head for 9days until it dies from starvation? #justsaying'), (18695, 839, 'Johor Bahru, Johore', '@MloclamTAY bro the boots that I normally use are first grade leh haha'), (18696, 124, 'Johor Bahru, Johore', '#nowplaying Seize the day - Avenged Sevenfold .'), (18697, 668, 'Johore, Malaysia', '“@cigaretteroses: RT @jgyxz: Sigh why do i feel this way?”'), (18698, 3937, 'Tebrau, Johor Bahru', '@Jia14June actualkly nak mention, tapi...... tak tahu nak cakap apa. HAHAHA takkan nak tanya dah makan, tgh buat apa.. typical sgt..'), (18699, 4131, 'Johore, Malaysia', '@attyanlove18 きてよ~ベッド二つあるから、二人ともこれるよ。(^O^☆♪'), (18700, 4358, 'Johore, Malaysia', 'I''m at Crescent Girls'' School (Singapore, Singapore) http://t.co/64Br3x4K'), (18701, 1019, 'Johor Bahru, Johore', 'Okie I need to relax now...! Finish Tonight one of the assign...tmr till sat study for exams.. Come back home after exam to do reading diary'), (18702, 4359, 'Johor Bahru, Johore', 'My Yoshinoya &lt;3 http://t.co/4TIlqolq'), (18703, 1421, 'Singapore', '@akash_kaura @anishapri yeah I doubt that too, what a pity...oh my, ''done'' that in more ways than one? :P'), (18704, 7, 'Johore, Malaysia', '#BestThingAboutBeingSingle Freedom'), (18705, 397, 'Johor Bahru, Johore', '@MurrAzman okies...hehehe! wah encem tak :P'), (18706, 1364, 'Johore, Malaysia', '@amandactually I wanna see! Haha! Wanna be like Katy perry uh! Cool'), (18707, 440, 'Johor Bahru, Johore', '@awesomelady98 walao. U damn bad leh D: good! :D'), (18708, 3937, 'Tebrau, Johor Bahru', '@Jia14June *TYPO ACTUALLY'), (18709, 2793, 'Johore, Malaysia', '@Smittenkiss LMAO! OMG! What if colvin sees this?!ahahhaha eh i wanna see the batman one!ahhahaha'), (18710, 1698, 'Plentong, Johor Bahru', '@Cikekupu @nurulsefi @SiBudakKurus oke,. bukan busuk ! HAHAHA ,'), (18711, 4307, 'Johore, Malaysia', '@audideyn Noooooo!!!! Tsk tsk!!! : S'), (18712, 3225, 'Johor Bahru, Johore', 'What I wanted most is to stand a place in your heart.'), (18713, 4325, 'Tebrau, Johor Bahru', 'Luna &amp; cousins can''t wait to see you all (@ Plaza tol Kempas) http://t.co/eEmZ0C9E'), (18714, 1608, 'Malaysia', '@Creammy_TPK ว้าว! ขยันจังเลย &gt;_&lt;b'), (18715, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli aku lagi bersalah kat kau tau, aku da janji tapi sory la, aku nak beli 2 koala mahal sangat. hehe, teddy bear pun oke kan?'), (18716, 4360, 'Malaysia', 'แวะครึ่งทาง (@ Cafe'' Amazon Palas) http://t.co/IzJ3Yp6R'), (18717, 440, 'Johor Bahru, Johore', '@awesomelady98 obvious not say u luh &gt;&lt; say other ppl :D'), (18718, 120, 'Johor Bahru, Johore', 'Wo ... Bei .. Kang ? ..'), (18719, 3336, 'Pulai, Johor Bahru', 'I''m at Sri Jaya Village (Johor Bahru, Johor) http://t.co/sFa5hc8m'), (18720, 116, 'Johor Bahru, Johore', '@perbrlach088 yes it''s cheapest there'), (18721, 181, 'Johore, Malaysia', 'RT “@MuhdLuqmanAziz: “@farhanamanokgo: fir handsome tu sebab seme pompan hotstuff ngan famous die bleh dapat..” agree”'), (18722, 7, 'Johore, Malaysia', '@EzzaSB Haha lahai rambut je. Ingat kenapa. Rilex ah plkn prempuan takena botak pun haha'), (18723, 4336, 'Johore, Malaysia', 'What I do srsly? -.-'), (18724, 1608, 'Malaysia', '@Creammy_TPK จ้าๆ ไม่เป็นไร ^^'), (18725, 4361, 'Johore, Malaysia', 'I''m at Swissôtel The Stamford (Singapore, Singapore) http://t.co/YevBeyda'), (18726, 4362, 'Johore, Malaysia', 'Waiting for mum''s friend and at hello kitty shop. Sigh. (@ Novena@velocity) http://t.co/327maly9'), (18727, 253, 'Johore, Malaysia', 'I''m at Parkway Parade (Singapore) w/ 8 others http://t.co/t6KP44m4'), (18728, 1524, 'Johor Bahru, Johore', '@imkaiyisah i suspect jenna? hahhahaha you?'), (18729, 2142, 'Johore, Malaysia', '@njyjcy Unnie! When will you be leaving korea?'), (18730, 4334, 'Singapore', 'IN SINGAPOREEEEEE'), (18731, 1354, 'Johor Bahru, Johore', '@_valerietan haha yes madam'), (18732, 177, 'Johor Bahru, Johore', 'Lets start all over again'), (18733, 3273, 'Johore, Malaysia', '@ElmaSwag Eheh , skg pun , org tgh spam aku . Hek :p'), (18734, 2786, 'Johore, Malaysia', 'Now slacking with @eddieakafaris @KhaiRyll1996 and@Hidhir96 :)'), (18735, 7, 'Johore, Malaysia', '@hanaffiehashim k!'), (18736, 4336, 'Johore, Malaysia', '@ellykanbz Check point'), (18737, 4235, 'Johore, Malaysia', '@RealBoobooFivel u rock!&lt;3&lt;3 http://t.co/0vNc7USZ'), (18738, 2197, 'Johor Bahru, Johore', 'I''m at Blk 891A Woodlands drive 50 (Singapore) http://t.co/pBEndeAD'), (18739, 3443, 'Johore, Malaysia', 'I am FOREVER alone. I mean,seriously -.-'), (18740, 4338, 'Johor Bahru, Johore', 'I''m at Tampines Secondary School Field http://t.co/asENdVoc'), (18741, 2114, 'Singapore', 'MY twitter JUZ HANGED-.-'), (18742, 4287, 'Plentong, Johor Bahru', '#BestThingBeingSingle Hangout with Friend'), (18743, 1502, 'Singapore', 'UPDATED BLOOOGGG'), (18744, 915, 'Johore, Malaysia', 'Outlook issue for a few hours now! Hehehe! #petiks #bored'), (18745, 4336, 'Johore, Malaysia', '@LysaaHere okie'), (18746, 4278, 'Tebrau, Johor Bahru', 'Gonna go whitesand now'), (18747, 4363, 'Johore, Malaysia', 'Looking looking :) (@ VivoCity w/ 18 others) http://t.co/bMU2P52D'), (18748, 1078, 'Johore, Malaysia', 'I''m at Ite Simei - Swimming Pool http://t.co/l7etXUOb'), (18749, 181, 'Johore, Malaysia', 'Fir laughter ... Asal sia laughter?? Hahahahahhahahahhaha'), (18750, 25, 'Johore, Malaysia', 'Its has been raining this pass few days. I think what bruno mars said was true. If u walk away everyday it rain!'), (18751, 4364, 'Malaysia', 'I''m at Taman Mini Indonesia Indah http://t.co/A5BwEcZm'), (18752, 4365, 'Johore, Malaysia', 'Evening boost roar \n#LemeLeme_iPhone Photo Sharing\n[http://t.co/6XUg7LRC\n] http://t.co/xmVa8SUi'), (18753, 1354, 'Johor Bahru, Johore', '@windxuan @_valerietan everyday also a Sian day for mi hehe'), (18754, 668, 'Johore, Malaysia', '@CARISLXY I''ve been trying to do so for a year or so.. Thanks for the advise!:)'), (18755, 3225, 'Johor Bahru, Johore', 'When you say you love me I want the truth deep in your heart.'), (18756, 4366, 'Johor Bahru, Johore', 'Baking my cheesecake! ^^ Hope it would be successful :S (@ 315 A Anchorvale Road) http://t.co/hceWk6NN'), (18757, 2114, 'Singapore', '@Widhiadarii loool.Im juz online.'), (18758, 181, 'Johore, Malaysia', 'I love sporty girls RT “@wild_0cean: guys like what type of girls? sporty? who skates? who loves shopping?”'), (18759, 120, 'Johor Bahru, Johore', 'God .. Place in a place such that i won''t get trolled can ? -.- being mindfucked is bad enough already'), (18760, 4367, 'Senai Kulai, Kulai Jaya', 'Jon check it out (@ Johor Premium Outlets w/ 12 others) [pic]: http://t.co/cPOOOMuS'), (18761, 4368, 'Johor Bahru, Johore', 'Waiting to have dinner with my awesome CG leaders :P'), (18762, 3225, 'Johor Bahru, Johore', 'I hope everything doesn''t end.'), (18763, 50, 'Johor Bahru, Johore', '@NisleyLee tau...die blg..'), (18764, 4342, 'Johore, Malaysia', 'Poor result as usual but can pass can lei'), (18765, 4, 'Johore, Malaysia', '@iamanrose vade didi kere jalandr wale ke talware vaale'), (18766, 4075, 'Plentong, Johor Bahru', 'KUNINGGGGGGGGGGG! http://t.co/skuywUPI'), (18767, 938, 'Johor Bahru, Johore', '@LiyaanaaH hey reply my text ;p'), (18768, 2114, 'Singapore', '@Yinting_Lee I clap for ur mom(:'), (18769, 181, 'Johore, Malaysia', 'firrolling baik... RT “@haziqmustaffa: Atau FIRROLLING KE ? Or firMAGIC ? Helppppp @farhanamanokgo @MuhdLuqmanAziz”'), (18770, 3739, 'Johore, Malaysia', 'I''m at Novena@velocity (Singapore) http://t.co/uQNAIOXT'), (18771, 1698, 'Plentong, Johor Bahru', '@Cikekupu @nurulsefi hehe, rindu siottt kat abg bob tembam tuuuu ~!! eh,. tapi kaw tak rindu kat KAWAN yg sorang lg kee. hehehe'), (18772, 4292, 'Plentong, Johor Bahru', '@MobileSupport'), (18773, 2524, 'Johor Bahru, Johore', '@theoneseven who are you first ?'), (18774, 2080, 'Malaysia', 'ผม กับ แฟนนนน \n&lt;3 กันมากกกก http://t.co/14Udtp70'), (18775, 4369, 'Johore, Malaysia', 'booooo (@ Takashimaya Department Store w/ 12 others) http://t.co/QwYusMDt'), (18776, 4370, 'Johore, Malaysia', 'I miss my smelly bf :P http://t.co/MUAnMQgK'), (18777, 1860, 'Johore, Malaysia', 'More than 1 jam tau tak reply. Asl ni ? :(('), (18778, 1264, 'Johore, Malaysia', 'Finally BBQ finish LOL.'), (18779, 238, 'Johore, Malaysia', 'What''s wrong with my watsapp ??'), (18780, 4371, 'Johore, Malaysia', 'I''m at Blk 63 Chai Chee http://t.co/cqY36N23'), (18781, 1187, 'Johor Bahru, Johore', 'Heheh'), (18782, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli ala, nak rasa bersalah nape?'), (18783, 1421, 'Singapore', '@akash_kaura @anishapri oh wow - and she''s so good with them that they call her ''teacher sha'' O:'), (18784, 13, 'Johore, Malaysia', '@WILLLLZZZ hahas . Okays (;'), (18785, 3863, 'Johor Bahru, Johore', '#np karma by cokelat . k aku dpt semangat balik dengar lagu ni .'), (18786, 326, 'Plentong, Johor Bahru', 'I''m at Perjiranan 9 - Taman Air Biru (Pasir Gudang, Johor) http://t.co/qGJW1zLC'), (18787, 4372, 'Senai Kulai, Kulai Jaya', 'Sevey ape yg patot for #FMFA (@ Johor Premium Outlets w/ 12 others) http://t.co/oTBRSZQ2'), (18788, 4024, 'Johore, Malaysia', 'I''m at Bedok Point (Singapore) w/ 4 others http://t.co/PeHn4bjY'), (18789, 4373, 'Johor Bahru, Johore', 'Eat lah. (@ Tampines Mall w/ 9 others) http://t.co/CB5QWKcq'), (18790, 1242, 'Singapore', 'I try to help people, but they always don''t appreciate it and ignore me. Don''t know whether to be sad, angry or disappointed.'), (18791, 181, 'Johore, Malaysia', '#i''mfirandi''mnotavirgin'), (18792, 4287, 'Plentong, Johor Bahru', '#BestThingBeingSingle Save money to Topap your prepaid'), (18793, 56, 'Johor Bahru, Johore', '@ismsrfd @ipanboyan idk yet'), (18794, 440, 'Johor Bahru, Johore', 'Old aunties mass buying $5 dollar bras at lot 1. LOL!'), (18795, 4097, 'Riau, Indonesia', 'Mouth poke moment'), (18796, 704, 'Johor Bahru, Johore', '@ Macs :-) (@ Jurong Spring CC) http://t.co/uYsgAwVI'), (18797, 4374, 'Kota Tinggi, Johore', 'I''m at Divya''s Room (Singapore) http://t.co/MutuEbte'), (18798, 2873, 'Johore, Malaysia', 'If I had to live my life without you near me, the days would all be empty.'), (18799, 4216, 'Johore, Malaysia', '30 Seconds of Fame - Channel 5 News Crew @ HarbourFront MRT Station (NE1/CC29) http://t.co/jxYdLHKg'), (18800, 397, 'Johor Bahru, Johore', '@MurrAzman yeke...hehe.apepn bek k..encem je, tak de investment uuu...:P'), (18801, 1496, 'Johore, Malaysia', '@gerraldiine hahaha american la!!'), (18802, 3900, 'Johor Bahru, Johore', 'Inception. (@ DesmonDes'') http://t.co/Z2VyIdvq'), (18803, 3225, 'Johor Bahru, Johore', 'I wanted you to be my everything. How abt you?'), (18804, 3840, 'Johore, Malaysia', 'Bought my fixie !\nWaiting for the delivery ! (@ Scootz) http://t.co/ifJsM2vT'), (18805, 7, 'Johore, Malaysia', '@hanaffiehashim U knp mcm dah lain?'), (18806, 2653, 'Johore, Malaysia', '@I_heartzxc_you Haha. I tot you like them alot. Keke. :P'), (18807, 3819, 'Indonesia', 'lagu nya yg mana? apa semua lagunya lenka lo dengerin? RT@Tari1406_me #np lenka'), (18808, 2743, 'Plentong, Johor Bahru', '@pakkoncoro ko nk ckp ko ensem dan macho la ni'), (18809, 4375, 'Johor Bahru, Johore', 'I just became the mayor of Blk 209A Compassvale lane #07-114 on @foursquare! http://t.co/x8OwcUqe'), (18810, 4375, 'Johor Bahru, Johore', 'Facial again!!! (@ Blk 209A Compassvale lane #07-114) http://t.co/whNmo1YH'), (18811, 4376, 'Johore, Malaysia', '@T3kaT3ki GERANAT'), (18812, 1919, 'Plentong, Johor Bahru', 'Nemani 3 generasi membelah-beli di 1st lady.. (@ MARA Larkin, JB) http://t.co/r6aazguX'), (18813, 2623, 'Malaysia', '“@CushyTipz: @fahfak อ่อท์พขึ้นม.1วินิตค่าา” / จ้ะ ๆ'), (18814, 4322, 'Singapore', '@sixBUTTERSCOTCH Library at JP there.'), (18815, 3939, 'Riau, Indonesia', 'I''m at WaterWorld (Sentosa Island, Singapore) http://t.co/sTg5qDwN'), (18816, 289, 'Johor Bahru, Johore', 'I WON $4. HAPPYGIRL95.'), (18817, 272, 'Johore, Malaysia', 'why the couple next to me so sweet one?'), (18818, 2499, 'Singapore', '@zaffy14 he would just end up running fast pass u and not really producing good conversation :p'), (18819, 3870, 'Singapore', 'Question: Shave your head or never own a turtle ever in your life?\nLiam: NEVER EVER?\nLiam: I''d shave my head! \n :) U SHO CUTE!'), (18820, 7, 'Johore, Malaysia', '@EzzaSB Haha buat taktahu jela. Jgn ah nangis. Hah'), (18821, 4336, 'Johore, Malaysia', '@ellykanbz no at Tanah Merah'), (18822, 3417, 'Johore, Malaysia', 'I''m not comparing, I''m stating a fact that you''re treating all of us very unfairly.'), (18823, 1071, 'Johor Bahru, Johore', 'Lol reach 1 hr earlier...'), (18824, 4080, 'Johor Bahru, Johore', 'Yay going back to work tmrw!'), (18825, 4113, 'Johore, Malaysia', 'Where are my boys? They ain''t reply me. Assclowns. Am not gonna text anymore I swear. *pouts*'), (18826, 7, 'Johore, Malaysia', 'Movie apa best ahh?'), (18827, 1179, 'Johore, Malaysia', 'I''m at Lavender MRT Station (EW11) (Singapore, Singapore) http://t.co/dlftCgyI'), (18828, 2524, 'Johor Bahru, Johore', 'Leg feel so warm when i wear the freaking trekpants .'), (18829, 3819, 'Indonesia', 'sakit banget deh denger nyaa! RT@detikcom Menyakitkan! RI Banyak Ngutang dan Korupsi http://t.co/c7lDzCgo via @detikfinance'), (18830, 3075, 'Johor Bahru, Johore', '@TimothyTYH who is the Person u wish to bum to n stay together?'), (18831, 4119, 'Johore, Malaysia', 'Makes me lie down on green pastures.'), (18832, 4377, 'Johore, Malaysia', 'I''m at Simpang Bedok (Changi, Singapore) http://t.co/IHzUVhpp'), (18833, 2524, 'Johor Bahru, Johore', 'Crazy Busted .'), (18834, 4080, 'Johor Bahru, Johore', 'No more on stupid mc.'), (18835, 4378, 'Johor Bahru, Johore', 'I''m at Bukit Gombak http://t.co/e5hGnFOr'), (18836, 1292, 'Johor Bahru, Johore', '@BbLee90 waiting for what, baby?'), (18837, 18, 'Malaysia', 'just make me unfeel you know !!'), (18838, 2524, 'Johor Bahru, Johore', '@theoneseven kk .'), (18839, 534, 'Johore, Malaysia', '@itsFRANZters @imronie22 hahaha! Ganun tlaga!:p'), (18840, 12, 'Plentong, Johor Bahru', 'Hiiiiii'), (18841, 4379, 'Johore, Malaysia', 'I''m at Hakwer @ Old Airport Rd http://t.co/e7dQY9FS'), (18842, 1069, 'Johore, Malaysia', '@rohanitarohin yaya wanted to say egypt look got pyramid. Haha!'), (18843, 81, 'Johor Bahru, Johore', 'Tak, dah lama aku mati ziqeh'), (18844, 898, 'Johor Bahru, Johore', 'Ajak pompan keluar..tapi pompan bayar semua..apa sia kau?'), (18845, 4316, 'Johor Bahru, Johore', 'Gasak dier uh kubur dier , dier jawab sendiri . Aper Kau kesah.'), (18846, 4380, 'Johore, Malaysia', '@shaunysj @AbsoluteVic oh? i thought everything lol'), (18847, 4080, 'Johor Bahru, Johore', 'Time to enjoy my last day!'), (18848, 3273, 'Johore, Malaysia', 'Wahh , dh ade twitter npk :p @ElmaSwag'), (18849, 1973, 'Johor Bahru, Johore', 'Homed (@ Blk 106 Gangsa Road, Bukit Panjang) http://t.co/Gu7bn5q0'), (18850, 3963, 'Pulai, Johor Bahru', '@farisamin96 saje !'), (18851, 1321, 'Johore, Malaysia', 'Go Go , Gal ! ^__^ (@ Orchard MRT Station (NS22) w/ 4 others) http://t.co/I0RYPLwP'), (18852, 7, 'Johore, Malaysia', '@hanaffiehashim Okay biasa.'), (18853, 1454, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 12 others http://t.co/dM5mkf1B'), (18854, 12, 'Plentong, Johor Bahru', 'Bored. Sigh'), (18855, 2743, 'Plentong, Johor Bahru', '@pakkoncoro its not a compliment =p'), (18856, 7, 'Johore, Malaysia', 'Perasaan je kot. Okay stop.'), (18857, 272, 'Johore, Malaysia', '@jenjenn22 2 out of 3, means you dont like me? haha'), (18858, 304, 'Kota Tinggi, Johore', 'I hate traffic jams _|_'), (18859, 839, 'Johor Bahru, Johore', '@SmellMeMatt @melodyrnhz haha standard lah bro the other time also:). This time what u guys selling?'), (18860, 1069, 'Johore, Malaysia', '@rohanitarohin oh.. Lol den will breathe in sand nt?? Sand in the lungs muhaha'), (18861, 3452, 'Johore, Malaysia', '@ohmysofiaa @alyaroux lend me your bike eh zof'), (18862, 4235, 'Johore, Malaysia', 'Irlyana i miss u!!!!!!!!!!'), (18863, 898, 'Johor Bahru, Johore', '@acunVeilside duduk rumah goyang kaki lagi bayek'), (18864, 419, 'Malaysia', 'I''m at มหาวิทยาลัยสงขลานครินทร์ (Prince of Songkhla University) (Hat Yai, Songkhla) http://t.co/VlcbYfHV'), (18865, 4381, 'Johor Bahru, Johore', 'I''m at Bukit Batok MRT Station (NS2) (Singapore, Singapore) w/ 2 others http://t.co/GnUQmItL'), (18866, 1698, 'Plentong, Johor Bahru', 'guys = LIAR'), (18867, 1615, 'Singapore', 'just in case! @ichi_monji RT @2AMfacts [Stream] Mnet MCountdown http://t.co/lgiaLPbU (UStream HD04 is working)'), (18868, 4380, 'Johore, Malaysia', 'just woke up from 3hour nap! alive liao!'), (18869, 3937, 'Tebrau, Johor Bahru', '@Jia14June me too *~* haha best tak cerita 7 petanda tuuu?'), (18870, 2004, 'Johore, Malaysia', '@umarhadad @H4hassan bwahahaha. Singkahpoh dollar also pain wor. Final answer tonight ah.'), (18871, 2524, 'Johor Bahru, Johore', 'MAI HOMEWORK .\nI WANNA KILL YOU SIA .\n#sian'), (18872, 3870, 'Singapore', 'Liam: Hastag get naked Liam. That''s naughty. Very VERY VERY Naughty. Naughty people.\nWELCOME TO THE 1D FANDOM!\nhttp://t.co/cj2uVEUq'), (18873, 7, 'Johore, Malaysia', '@EzzaSB takeluar syg ?'), (18874, 3647, 'Johor Bahru, Johore', 'I''m at Rivervale Plaza (Singapore, Singapore) http://t.co/eOiDe7Kw'), (18875, 4382, 'Johor Bahru, Johore', 'Starbucks. @ Starbucks http://t.co/WQHzNRRq'), (18876, 2172, 'Johore, Malaysia', 'now tgh main dgn wiwin the great.. mlm nanti hadi amek balik.!!!!! comel nyee!!!!'), (18877, 1524, 'Johor Bahru, Johore', 'aria''s brother is shooo cute! hahhaha'), (18878, 2861, 'Johor Bahru, Johore', '@sillymallie why u always got good food?'), (18879, 81, 'Johor Bahru, Johore', 'OMFG I DID NOT TWIT THAT. Fk you amy'), (18880, 1986, 'Plentong, Johor Bahru', '@syazwansalleh88 ontway la ni..'), (18881, 2192, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) w/ 3 others http://t.co/BxuhRUI3'), (18882, 4100, 'Pulai, Johor Bahru', 'RT @AliaAzman: Typo lg ke ni? :/ RT @DuffyChance: @DiyanaFaris Ohh kalau smbutbrthday k snacharge brp ?'), (18883, 2511, 'Johore, Malaysia', 'Sitting at Mac waiting for movie to start oo (with @immagummybearr at McDonald''s) — http://t.co/t4ZVaiq0'), (18884, 124, 'Johor Bahru, Johore', '#nowplaying I won''t see you tonight 1 - Avenged Sevenfold .'), (18885, 3452, 'Johore, Malaysia', '@Fat_fishes whr u'), (18886, 181, 'Johore, Malaysia', 'I choose firhornyclubberdrinker'), (18887, 4336, 'Johore, Malaysia', '@ellykanbz okie (:'), (18888, 4383, 'Johore, Malaysia', 'I''m at Toa Payoh Bus Interchange (Singapore) w/ 3 others http://t.co/Mx0ihL0h'), (18889, 124, 'Johor Bahru, Johore', '@TrulyLee spa therapy ? 0,0'), (18890, 1615, 'Singapore', 'i cant wait to wait for tomorrow to end!! not only i can party tmr night, the shit work for this consignee can end as well!!'), (18891, 4193, 'Johore, Malaysia', 'belting out "we are young" with vincent in his car. love the song!'), (18892, 1433, 'Singapore', 'sorry but i dont want fake followers :)\n\nMORE FOLLOWERS MY BESTFRIENDS? haha !! get lost !! :D'), (18893, 3819, 'Indonesia', 'iya, done :) RT@Dinaarini @SarabillaNadira jangan tenang*'), (18894, 7, 'Johore, Malaysia', '@hanaffiehashim Ntah rasa macam ada yg takena'), (18895, 1321, 'Johore, Malaysia', 'สอยน้ำหอมมาเบาๆ ~ (@ Diesel) http://t.co/4eFGe4tf'), (18896, 2232, 'Johor Bahru, Johore', 'I''m at Guilinview http://t.co/JcMki4V0'), (18897, 4384, 'Johor Bahru, Johore', '“@teenagerbook: Sometimes when you give up on someone, it''s not because you don''t care anymore but because you realize they don''t.” hmm:/'), (18898, 50, 'Johor Bahru, Johore', '@NisleyLee kat ruma lo'), (18899, 4, 'Johore, Malaysia', '@iamanrose chalo koi gal nai vadiya kita ohna ne koi gal kiti'), (18900, 2925, 'Johore, Malaysia', '@Celine_Sim23 I still neber finish my Tamil hw sia :''( got higher mother tongue somemore. Want to die leh '), (18901, 4385, 'Johor Bahru, Johore', 'Mau mkn tomyam, restonya tutup (⌣́_⌣̀) (@ Tampines Mall w/ 10 others) http://t.co/uTmFum1z'), (18902, 56, 'Johor Bahru, Johore', '@ismsrfd @ipanboyan okaylah'), (18903, 3863, 'Johor Bahru, Johore', 'kau layan dia dengan baik boleh ? brrrrrrrrbbbbb . nak couple tp mcm ni , baik takpayah couple do .'), (18904, 4386, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 18 others http://t.co/H3Zep1hs'), (18905, 74, 'Johore, Malaysia', 'SA MGA NAKAKALARO KO SA #drawsomething SORRY DI TALAGA KO MARUNONG MAG DRAWING EH! :))'), (18906, 3273, 'Johore, Malaysia', '@ElmaSwag Oh , haha .'), (18907, 7, 'Johore, Malaysia', '@nieynaEmanyna awek cun :*'), (18908, 12, 'Plentong, Johor Bahru', '@Secretszx yes! Kau?'), (18909, 7, 'Johore, Malaysia', 'Hi awek cun?'), (18910, 181, 'Johore, Malaysia', 'Hahhaa RT “@haziqmustaffa: “@farhanamanokgo: I choose firhornyclubberdrinker”@FirLaughter amcm can ar ?”'), (18911, 2774, 'Johore, Malaysia', 'I''m at Suntec Singapore International Convention &amp; Exhibition Centre (Singapore, Singapore) w/ 6 others http://t.co/GMmaB2zx'), (18912, 1502, 'Singapore', '#B1A4ISBACK !!'), (18913, 4, 'Johore, Malaysia', '@iamanrose tenu pata aa amatlab kere didi talware wale aa te kere jal vale ok'), (18914, 2192, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 11 others http://t.co/KrvN5FI2'), (18915, 397, 'Johor Bahru, Johore', '@MurrAzman ok watla plhn yg tbek k'), (18916, 3443, 'Johore, Malaysia', 'me n bat @batrisyiatw http://t.co/eDubluNZ'), (18917, 3452, 'Johore, Malaysia', '@ohmysofiaa @alyaroux okok if have tell me moi'), (18918, 3546, 'Johor Bahru, Johore', '@_JLWX jyjy!!!'), (18919, 2055, 'Johor Bahru, Johore', 'Cam shy! @ 495E Tampines St. 43 http://t.co/xeMzGGzH'), (18920, 1897, 'Johor Bahru, Johore', 'I''m at FOO RESIDENCE  http://t.co/DDCHcs8a'), (18921, 3452, 'Johore, Malaysia', '@Fat_fishes wanna run todae?'), (18922, 12, 'Plentong, Johor Bahru', 'Hungry hais'), (18923, 4387, 'Johor Bahru, Johore', 'I''m at Bishan MRT Interchange (NS17/CC15) (Singapore, Singapore) w/ 2 others http://t.co/Gp3ajHoV'), (18924, 4388, 'Tebrau, Johor Bahru', 'perasan bagus pon ssh jgk kn,,,sbb klo da perasan bgus ni semua kje x blh nk buat'), (18925, 926, 'Johor Bahru, Johore', 'RED – This is the color of passion, of a person with desire. You are surely quick to release your feelings and emotions. &lt;3" @MazriIsmail'), (18926, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, aku da beli jersi netherlands kat dia. lagipun dia tak minat teddy bear :)'), (18927, 1354, 'Johor Bahru, Johore', '@_valerietan hehe.... I don drink ^_^'), (18928, 50, 'Johor Bahru, Johore', '#twittercrush ngan mak aku boleh ddk 1 rumah.korg 2 best ar! Dua2 ignore aku...'), (18929, 1132, 'Singapore', 'Fried rice for dinner...'), (18930, 3863, 'Johor Bahru, Johore', 'ex F ni semak yall . dah lah ingt aku senior dia , nk jd adik aangkat aku pulak , brrrbbb semak !'), (18931, 4270, 'Johore, Malaysia', '@KannieToNoella oh I see... It''s serious?'), (18932, 467, 'Johore, Malaysia', 'I''m at Bus Stop 04249 (Opp the Treasury) (Singapore) http://t.co/9iHyYSa2'), (18933, 181, 'Johore, Malaysia', '@haziqmustaffa ziq biar betul si @FirLaughter ade angkong kat tangan?? Kiwak seram pe...'), (18934, 4245, 'Riau, Indonesia', 'follback yaaah min:) @AdzenaBS'), (18935, 835, 'Johore, Malaysia', 'I''m at Paya Lebar MRT Interchange (EW8/CC9) (Singapore, Singapore) w/ 6 others http://t.co/NFzkfC5p'), (18936, 4389, 'Plentong, Johor Bahru', 'Makan chicken chop (@ Chicken Chop Marissa , TNB Jb) http://t.co/hyET3GgU'), (18937, 4390, 'Johore, Malaysia', 'Had so much fun gossiping with Ms Yau for hours :D'), (18938, 4391, 'Johore, Malaysia', '@DYWCloveSISTAR kp la'), (18939, 4392, 'Johor Bahru, Johore', '@theoneseven you are ?'), (18940, 534, 'Johore, Malaysia', 'Faith makes us see stuffs differently.:) #bill johnson #KI2012'), (18941, 4326, 'Johor Bahru, Johore', 'I''m at Wing Tai Building (Singapore, Singapore) http://t.co/zJxa61XW'), (18942, 2055, 'Johor Bahru, Johore', 'Zombie killers! @ 495E Tampines St. 43 http://t.co/fRdgdrSO'), (18943, 4388, 'Tebrau, Johor Bahru', 'actually i''ve a class this evening but keadaan yg mls buat kn aq mls g kls..its okey for this day only'), (18944, 81, 'Johor Bahru, Johore', 'Bedek ah bro smlm baru jumpa seh'), (18945, 12, 'Plentong, Johor Bahru', '@Secretszx seeeee you ♥'), (18946, 1698, 'Plentong, Johor Bahru', '@Cikekupu @nurulsefi eh , eh,.ingat ea ? HAHA,'), (18947, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, kalau kau gi oversea pun aku mintak memacam gak :D'), (18948, 2635, 'Johor Bahru, Johore', 'I SERIOUSLY CANNOT FUCKING STUDY. WHAT IS THIS? FUCK IT.'), (18949, 4391, 'Johore, Malaysia', '@DYWCloveSISTAR go gong Meng sia sleep'), (18950, 4294, 'Johore, Malaysia', 'I''m at Blk 42 Chai Chee Street http://t.co/RE1ijEBA'), (18951, 397, 'Johor Bahru, Johore', '@MurrAzman hahaha beyuuuutuuuuuu'), (18952, 3720, 'Johore, Malaysia', 'I''m at Haji Lane (Singapore, Singapore) http://t.co/VJAiVCN9'), (18953, 1860, 'Johore, Malaysia', 'Spring Chicken ^,^'), (18954, 839, 'Johor Bahru, Johore', 'Okay really need a nap time for awhile. Got to be up by 7pm.'), (18955, 4388, 'Tebrau, Johor Bahru', 'tonight is thursday'), (18956, 534, 'Johore, Malaysia', '#Kingdom invasion 2012 in Singapore.:)'), (18957, 362, 'Johore, Malaysia', 'Cute sia ! Me and my manager dancing ! Hahahaha ! Kay now I''m tired .'), (18958, 463, 'Plentong, Johor Bahru', 'I''m at Emiey''s crib (Jb, Johor bahru) http://t.co/v4XKq6rg'), (18959, 3159, 'Johore, Malaysia', 'Tea and ice cream for two @nyrokima @ TWG Tea Company http://t.co/SRZ7STLQ'), (18960, 2192, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Bus Interchange (Singapore, Singapore) w/ 3 others http://t.co/Hxz0MQGO'), (18961, 4393, 'Johore, Malaysia', '@Fake_PMLee @ingraleatum That''s a good one!'), (18962, 1166, 'Johor Bahru, Johore', 'When i did something right, no one remember.\nBut wheb i did something wrong, no one forget.'), (18963, 1698, 'Plentong, Johor Bahru', '#SAYANG tu bukan utk aq je,. aq tahu..'), (18964, 4394, 'Johor Bahru, Johore', 'Work in Progress ... (@ Pasir Ris Sports &amp; Recreation Centre w/ 4 others) http://t.co/m0jcDSzy'), (18965, 2524, 'Johor Bahru, Johore', 'So tired :/'), (18966, 4017, 'Singapore', 'today my eyes like tap. omg wtf'), (18967, 4008, 'Johore, Malaysia', 'Seharian main sama koko.. Walaupun cuma main berdua tapi seru juga ;D http://t.co/M9i6cIiU'), (18968, 4395, 'Plentong, Johor Bahru', 'Me!'), (18969, 7, 'Johore, Malaysia', 'RT" @_amir__aizzat_ Dari awal aku tak pernah percaya kata-kata mooo~ #TekaLagu" Ketahuan - Matta'), (18970, 4392, 'Johor Bahru, Johore', '@theoneseven idk u . Zzz'), (18971, 4391, 'Johore, Malaysia', '@DYWCloveSISTAR this one fat de'), (18972, 4396, 'Johor Bahru, Johore', 'I''m at Study Table! (Singapore) http://t.co/ysGae4d3'), (18973, 2873, 'Johore, Malaysia', 'I just realised @assortedbacon looks like sailor now LOLOL'), (18974, 431, 'Johore, Malaysia', '一个人最大的缺点,不是自私,野蛮,任性,而是偏执的爱着一个不爱自己的人'), (18975, 446, 'Johore, Malaysia', '@jennifertehjw Singapore''s next fat model ;)'), (18976, 1019, 'Johor Bahru, Johore', 'She is typing then stopping.. Typing and then stopping...'), (18977, 2774, 'Johore, Malaysia', 'I''m at Marina Square (Singapore, Singapore) w/ 5 others http://t.co/e6mVAU8G'), (18978, 1502, 'Singapore', 'GETTING SO EXCITED FOR MNET COUNTDOWN!!'), (18979, 965, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle is no need to care about our credit balance~ hee~ :)'), (18980, 5, 'Johore, Malaysia', '@timothytiah the problem i think is ethicality of patenting such a generic things and they are probably not the inventor thus the outrage.'), (18981, 4397, 'Universiti Teknologi Malaysia, Senai Kulai', 'Testing.. :D (@ Universiti Teknologi Malaysia, UTM) http://t.co/dsl0HbaD'), (18982, 1372, 'Johore, Malaysia', 'I''m at The Clementi Mall (Singapore, Singapore) w/ 9 others http://t.co/9mHmbBZ7'), (18983, 56, 'Johor Bahru, Johore', '@DayahMango nak lepak!?'), (18984, 3371, 'Plentong, Johor Bahru', 'Ngah dengar lagu :) RT @SHYTeenagers "@dean_AmyEv haha , okay ! ape buat tuu ?"'), (18985, 4398, 'Johor Bahru, Johore', '@SundayDiah panadol.'), (18986, 3294, 'Johore, Malaysia', 'done ~ wakaka'), (18987, 1698, 'Plentong, Johor Bahru', '@Cikekupu @nurulsefi haaa ~ baru betol ! HAHA., nak pegi lagi tak ?'), (18988, 4388, 'Tebrau, Johor Bahru', 'mmg pantang nenek moyang aq,klo aq tido ad org kacau!!!weyy jgn kacau aq laa..'), (18989, 1372, 'Johore, Malaysia', 'I''m at Pepper Lunch Express (Singapore, SG) http://t.co/AzfpUqYc'), (18990, 56, 'Johor Bahru, Johore', '@RSyaafii @zackzakie pie , kau main eh ?'), (18991, 3781, 'Johore, Malaysia', 'I''m at TWG Tea Salon &amp; Boutique (Singapore, Singapore) w/ 3 others http://t.co/7dVN36tx'), (18992, 4113, 'Johore, Malaysia', 'This is weird. Usually the smoking area is not this pack.'), (18993, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, diorang taktau aku ke sana. so diam diam suda :D'), (18994, 1502, 'Singapore', 'I THINK THE LIVESTREAM WILL SUCKS LOL SI INTERNET'), (18995, 4399, 'Johore, Malaysia', 'Land ahoy! (at HarbourFront Ferry Terminal) [pic] — http://t.co/XEDWzURG'), (18996, 2844, 'Senai Kulai, Kulai Jaya', 'Dynamics lab (@ E05 FKM) http://t.co/vU77Tj1W'), (18997, 3898, 'Johor Bahru, Johore', 'For sure tomorrow i''ll won''t be going school taking an early holiday i should say !!!'), (18998, 4189, 'Johore, Malaysia', 'GTA 4 Liberty City +, selling at $40. Never used! Anyone interested pm me!'), (18999, 4400, 'Johore, Malaysia', 'I''m at Raffles Design Institute (Singapore, Singapore) http://t.co/Djc2Hzi4'), (19000, 4388, 'Tebrau, Johor Bahru', 'i know i''m not beautiful like you'), (19001, 1698, 'Plentong, Johor Bahru', '@Cikekupu @nurulsefi maakk haiihh ~ hotsentap tu. *jahatnya kita ni'), (19002, 18, 'Malaysia', '@patt2534 เจ้ เค้าบอกเจ้ยังเรื่องหมิว พี่กบบ ,'), (19003, 4401, 'Johore, Malaysia', 'I''m at Ardmore Park (Singapore, Singapore) http://t.co/qFKTfTBD'), (19004, 4113, 'Johore, Malaysia', 'Now everyone is smoking and I''m feeling awkward. Lol.'), (19005, 1421, 'Singapore', '@natalieehuan time to camp on twitter for a week?'), (19006, 3175, 'Johore, Malaysia', 'I''m at Katong Shopping Centre (Singapore) http://t.co/4jcY5xfH'), (19007, 4402, 'Johore, Malaysia', 'Mencintai seseorang bukan dari wajahnya tapi dari hatinya . betul ke? mcm mne nak tau hati dia ikhlas ke tak . Annoying --'''), (19008, 1433, 'Singapore', 'If you''re talking behind my back .. you''re in a good position to kiss my ass.\n\n#qoutes #pinoy'), (19009, 980, 'Johor Bahru, Johore', 'I''m at Slack Slack &lt;3 http://t.co/xxO45pPP'), (19010, 165, 'Johore, Malaysia', 'I kinda miss wearing my office attire and working in the office.'), (19011, 1421, 'Singapore', 'Big Bang - Fantastic Baby #nowplaying'), (19012, 1980, 'Johore, Malaysia', 'I''m at Geylang East Ntuc (Singapore) http://t.co/lSKfcFfK'), (19013, 386, 'Johore, Malaysia', 'I''m at 1 Queensaway (Queensway Shopping Ctr) with 3 others. Just before we head across.'), (19014, 965, 'Johor Bahru, Johore', '#PeopleIWantToMeet ---&gt; my family! **nak balik umah la minggu ni..** :)'), (19015, 2662, 'Johore, Malaysia', 'I''m at Peninsula Plaza (Singapore, Singapore) w/ 5 others http://t.co/8JLXX3cs'), (19016, 165, 'Johore, Malaysia', 'Keyword here: Kinda.'), (19017, 124, 'Johor Bahru, Johore', 'RT“@TheseDamnQuote: Anger is the condition where the tongue works faster than the mind. So hold it, before you regret the words you say.”'), (19018, 1860, 'Johore, Malaysia', 'That''s the kind of dude I was lookin'' for &lt;3'), (19019, 1972, 'Kota Tinggi, Johore', 'No mean no(:'), (19020, 7, 'Johore, Malaysia', '@syahirahNJD Mana awak pergi lama taknampak :/'), (19021, 1433, 'Singapore', 'The awkward moment when you realize you have a lot in common with the person you hate.\n\n#quotes'), (19022, 2139, 'Johore, Malaysia', '@Jiamin_Bliss Aiya, don''t think like that laa. Lol. Yup, higher nitec. (:'), (19023, 4403, 'Johore, Malaysia', '@NazriiPedrosaaa no. be quick bitch.hehehe'), (19024, 3870, 'Singapore', 'Did I tell u what happened after the flashmob?!?!'), (19025, 1972, 'Johore, Malaysia', 'I dun trust anyone anymore.'), (19026, 1166, 'Johor Bahru, Johore', 'I can speak n listen basic melayu.. Now is to learn the spelling.. (:'), (19027, 4395, 'Plentong, Johor Bahru', '@syaraff Haha takpe ckp je. Tak nak ah. Tak rapat. Takpe lah cam tu hehe'), (19028, 4388, 'Tebrau, Johor Bahru', 'petang2 ni kalo dapat mkn goreng pisang panas,pon okey jgk ni...'), (19029, 1166, 'Johor Bahru, Johore', 'Time*'), (19030, 1972, 'Johore, Malaysia', 'Lies -''-'), (19031, 4404, 'Johore, Malaysia', 'I''m at Kim Tian Colour Centre (Singapore, Singapore) http://t.co/eutSaotQ'), (19032, 4161, 'Johore, Malaysia', 'At Plaza Singapura — http://t.co/x5AONTX2'), (19033, 4316, 'Johor Bahru, Johore', '@Aaiizzzzzzzz Hey , you called me just nw ?? Sorry if I didnt answer'), (19034, 3273, 'Johore, Malaysia', 'You da one ♥'), (19035, 4403, 'Johore, Malaysia', '"@omnomnomszx: Hahahaha sial ah niiii gmbr http://t.co/ugIsMYO1"Da fug!?hahha'), (19036, 4346, 'Johor Bahru, Johore', 'jogging bersama sahabat tersyg .....pada ptg ni...melakukan aktivit bersama bestie pada ari ni'), (19037, 2113, 'Johore, Malaysia', '@iiirrarara tk tau maluuuu.. Da kahwin lak tu.. Muahahahaaa'), (19038, 1972, 'Johore, Malaysia', 'Everything''s is lies'), (19039, 2824, 'Johore, Malaysia', 'Iskandar..u badly need sugar. @elle_legaspi http://t.co/6CIw9utD'), (19040, 965, 'Johor Bahru, Johore', 'Nobody''s Perfect ~~~ that''s why pencil have eraser~'), (19041, 1980, 'Johore, Malaysia', 'I''m at Kaka Fruit &amp; Vegetables Supermarket http://t.co/AeQCaOCq'), (19042, 230, 'Johore, Malaysia', '@Rosszaliah woohoo..abg farhan mesti suke...hahahahaha!!!'), (19043, 568, 'Kota Tinggi, Johore', '@AzeRyanChing nako baka nga.haha :p'), (19044, 848, 'Johore, Malaysia', '@JonathanYiQiang orh good hor. Don''t reply my twitter go watch movie. Nvm. Jon you have changed !!!!'), (19045, 4405, 'Johore, Malaysia', 'Quick beer after shoot @ sim4nee Photography http://t.co/m2BCFGEv'), (19046, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, standard la tu xD'), (19047, 1433, 'Singapore', 'Life is too short to worry about haters, they don''t deserve to be an issue of your life. Think about the people who love and support u'), (19048, 124, 'Johor Bahru, Johore', '@TrulyLee wahwah chey . Hahahah . Sedaaap ?'), (19049, 415, 'Johor Bahru, Johore', '@WenToh Wa disturb only!!'), (19050, 4261, 'Johore, Malaysia', 'I''m at Lavender MRT Station (EW11) (Singapore, Singapore) w/ 2 others http://t.co/0AL06buu'), (19051, 7, 'Johore, Malaysia', '@EzzaSB Kemana je? Eleh takda konon. Tidak menahu lagi. Ayidd smlm ajk tgk movie'), (19052, 56, 'Johor Bahru, Johore', '@Fitri_Wazowski yup! Kau patne? Aku tgu kau uh'), (19053, 1972, 'Johore, Malaysia', 'Dump me whenever u want. Wow.'), (19054, 4402, 'Johore, Malaysia', 'Setiap perbualan kita ada makna -.-'), (19055, 2421, 'Johore, Malaysia', 'Fml this time round... Falling damn sick... Feel like taking my head n knock on e wall... Damn pain my head nw'), (19056, 2653, 'Johore, Malaysia', '@I_heartzxc_you Really arh. Haha. But some of them I dun find it attractive.'), (19057, 1433, 'Singapore', 'Quotes for Haters\nIt makes me laugh when people try to bring other people down. I just think it''s quite pitiful. hehe\n\n#quotes'), (19058, 1207, 'Johore, Malaysia', 'I''m at The Strategy (Singapore, Singapore) http://t.co/tpfcuD4P'), (19059, 18, 'Malaysia', '@patt2534 ลืมมม ๆแล้วว ๕๕๕'), (19060, 4406, 'Johore, Malaysia', 'I''m at Bus Stop 17159 (Blk 365) (Singapore) http://t.co/zNExvRrY'), (19061, 7, 'Johore, Malaysia', '@hanaffiehashim Eh i pula? Apa yg lain ?'), (19062, 965, 'Johor Bahru, Johore', '#KenanganTadika: pagi2 tunggu trak askar. naik ramai2 dgn kawan2! :)'), (19063, 4407, 'Johore, Malaysia', '#kark #colek @andisboediman :p (with Ismawan, Andi, and 2 others at JFDI) [pic] — http://t.co/NmzZ4fWu'), (19064, 430, 'Johore, Malaysia', '@mthrh im priceless. God''s the creation. He''s not selling to anybody.'), (19065, 4408, 'Singapore', 'One of our workers,Queenie AKA Fairytale has gone for a holiday. Wish her farewell!'), (19066, 2172, 'Johore, Malaysia', 'hadi ngan afliq nk blnja ABC! tpi syg... cuaca panas kalau aku mkn ABC hidung darah lah babe.. sorry'), (19067, 4409, 'Johore, Malaysia', 'I''m at Block 39 Upper Boon Keng Road http://t.co/iSyfan6N'), (19068, 4245, 'Riau, Indonesia', 'kalau lagi sesi bales mention kayaknya disini gak kebagian jatah deh hehe:p @hardifadhillah'), (19069, 2578, 'Johor Bahru, Johore', 'I''m at Sengkang Bus Interchange (Singapore) w/ 3 others http://t.co/SFfknxMc'), (19070, 4391, 'Johore, Malaysia', '@DYWCloveSISTAR got maliken alao'), (19071, 4336, 'Johore, Malaysia', '@ellykanbz Amirul say see you on monday coz he settle with his mum'), (19072, 4410, 'Singapore', 'OOOO JADI GITU LO MAENNYAAA??? DI DEPAN KITA LO NGOMONG BAGUS TAPI DI DEPAN ORANG LO NGOMONG JELEK BANGET??? JELEK TU MUKE LO NYEEETTT!!!!'), (19073, 3870, 'Singapore', 'I saw a lady giving out balloons with Helium in it. To write 1D on it &amp; release it in the air. I asked her for 1 she said i was too old. :('), (19074, 1207, 'Johore, Malaysia', 'I''m at Safari House Preschool http://t.co/8K84l6ZP'), (19075, 4411, 'Johore, Malaysia', 'Check me out http://t.co/7oifrELB'), (19076, 848, 'Johore, Malaysia', '@Spasticwee up stair menstruation.'), (19077, 2114, 'Singapore', '@Widhiadarii Yeah, Now the time is 5.13 p.m. (:'), (19078, 2414, 'Johor Bahru, Johore', '@severedsea hahah! Tomoo! Meron din ganung version dito sa amin!ahihi'), (19079, 1698, 'Plentong, Johor Bahru', '@Cikekupu @nurulsefi oke, mmg. admit it ! kihkihkih. ~'), (19080, 1366, 'Johore, Malaysia', '“I believe that sex is one of the most beautiful, natural, wholesome things that money can buy. ~ Steve Martin” I think it shld be food!'), (19081, 4381, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) w/ @mka921 @istraven http://t.co/MN8LuHGu'), (19082, 4412, 'Johor Bahru, Johore', 'The end is nearing. ONE MORE DAY TO VACATION.'), (19083, 1292, 'Johor Bahru, Johore', '份爱份爱你!好看!!'), (19084, 1213, 'Johor Bahru, Johore', 'I want play "Draw Something" too :('), (19085, 3215, 'Johore, Malaysia', '@inkaddictjosiah you tan! Hahaha!'), (19086, 1972, 'Johore, Malaysia', 'Pls i dun ans call. Dun waste ur time calling.'), (19087, 1343, 'Johor Bahru, Johore', 'you remember how I drew autobot, started with the intention of doing why u did “@pickyin: Roll out! #drawsomething http://t.co/UV1vxTEL”'), (19088, 1382, 'Johor Bahru, Johore', 'Some people just like to talk to themselves because they are mentally disturbed @PeiYi2706'), (19089, 844, 'Johor Bahru, Johore', 'mlm bwt bm ah... hahaha'), (19090, 4057, 'Johore, Malaysia', 'Ang arte-arte-arte ko! Yung iba nga walang trabaho eh, choooosy pa ako?!'), (19091, 3294, 'Johore, Malaysia', 'OMG NUEST'), (19092, 231, 'Johore, Malaysia', '旁观者清,当局者迷... This is true!!'), (19093, 3951, 'Kota Tinggi, Johore', 'hi (@ Jurong Point w/ 16 others) http://t.co/YL1t6M8q'), (19094, 4413, 'Johore, Malaysia', 'I''m at ComfortDelGro Driving Centre (CDC) (Singapore) w/ 10 others http://t.co/DCJ33Md6'), (19095, 1972, 'Johore, Malaysia', 'It suck when i am lonely'), (19096, 4235, 'Johore, Malaysia', '#PeopleIWantToMeet @RealBoobooFivel'), (19097, 4410, 'Singapore', 'Tampang boleh pake jilbab tapi kelakuan ama omongan lo biadab abeeessss!!! NGEVEEETTTT LOO CONGG!!!!'), (19098, 2114, 'Singapore', '#IfIMeetTaylorSwift I will say nth-_-'), (19099, 10, 'Johore, Malaysia', 'You cute ah. Cfm is you tell your mum that my family got Penang laksa. @LeeWLun'), (19100, 844, 'Johor Bahru, Johore', 'semua tga tido.. hahaha.'), (19101, 1421, 'Singapore', '@anishapri @akash_kaura #fierce'), (19102, 1433, 'Singapore', 'Be happy in front of people who don''t like you, it kills them.\n\n#qoutes #love #happiness'), (19103, 2455, 'Tebrau, Johor Bahru', 'Baru sampai uma... Penat nyer arini,, malas la nak masak...'), (19104, 4071, 'Johore, Malaysia', '@fannntasy so in your next life don''t worry k? You will have 9days to say goodbye before you die. HAHAHA. SO MUCH WIN!'), (19105, 3452, 'Johore, Malaysia', '@ohmysofiaa cos the corn is too sweet and you need some salt to neutralize it haha'), (19106, 3294, 'Johore, Malaysia', 'OMG JR'), (19107, 2873, 'Johore, Malaysia', '@assortedbacon sailor la! Drive ship de!'), (19108, 10, 'Johore, Malaysia', '@Nixcoleee cannot. Save your money.'), (19109, 4415, 'Johor Bahru, Johore', 'YG family!!RT @baebb: wah! YG/BB got staff to pass taxi money for fans who stayed for the recording beyond midnight ^^ http://t.co/71ToDG0w”'), (19110, 1909, 'Pulai, Johor Bahru', 'Tired as hell. (@ Pedo House) http://t.co/T2CzlaoH'), (19111, 965, 'Johor Bahru, Johore', 'selagi kita tidak berusaha utk berubah, selama itulah kita akan berada ditakuk yg sama~'), (19112, 4417, 'Johor Bahru, Johore', 'I''m at Kpool  @ Hougang Plaza http://t.co/z211wNwg'), (19113, 1382, 'Johor Bahru, Johore', 'She agree with me so she is laughing by herself now @PeiYi2706'), (19114, 908, 'Johor Bahru, Johore', 'Farhan so cute. Mum gave me a necklace and forced me to wear it. And he was like, "Bile lagi i boleh tgk u pakai rantai?" Hahaha'), (19115, 4330, 'Johor Bahru, Johore', '&amp; the first step taken, woo!'), (19116, 4402, 'Johore, Malaysia', 'First time edit Hahahahha :O #FakeSmile http://t.co/Bv5KamQc'), (19117, 3418, 'Johor Bahru, Johore', 'I''m at Pasir Ris MRT Station (EW1) (Singapore, Singapore) http://t.co/jVbUNl1K'), (19118, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli da, aku bagi amek je oke :)'), (19119, 3294, 'Johore, Malaysia', 'MINHYUN REN'), (19120, 4154, 'Johore, Malaysia', 'I''m at E2max @ cineleisure (Orchard, Singapore) http://t.co/1KUtvTLe'), (19121, 4418, 'Riau, Indonesia', 'Kakk on duty y ? RT @kenjrot: yo owloh mimpi apa dah gue landing bandung wind gust up to 40kts, surabaya up to 25kts. http://t.co/0kTLfXIL'), (19122, 384, 'Malaysia', '@panda_pdpt ค่าาาา:)'), (19123, 3846, 'Johor Bahru, Johore', 'Doin my homeecons (@ 501B Wellington Circle) http://t.co/DD3Iqh21'), (19124, 56, 'Johor Bahru, Johore', '@RSyaafii @zackzakie kau trn je uh . Mail pon main, buat bodoh ngan zaki je . Hahah jk'), (19125, 2635, 'Johor Bahru, Johore', 'I SHALL JUST SUCK IT UP AND STUDY TILL SHE IS HAPPY.THEN I CAN GO FOR CAMP. CAMP CAMP CAMP CAMP CAMP. :D I CAN DO THIS. #NEVERSAYNEVER'), (19126, 1433, 'Singapore', 'People are just people. They shouldn''t make you nervous.\n\n#qoutes #people #pinoy'), (19127, 4316, 'Johor Bahru, Johore', '@aaiizzzzzzzz What I meant was " sorry I didn''t answer your call " *'), (19128, 1524, 'Johor Bahru, Johore', '@imkaiyisah hahahaha omgosh i''m excited to know! but why he/she have to do that?'), (19129, 724, 'Plentong, Johor Bahru', '贴一张照片 @ Candle Bistro http://t.co/qwN0rAcm'), (19130, 1264, 'Johore, Malaysia', 'Watching Paramormal Activity later yay'), (19131, 1972, 'Johore, Malaysia', 'March, you suck alot!'), (19132, 56, 'Johor Bahru, Johore', '@Fitri_Wazowski my house ! Can?'), (19133, 3776, 'Johor Bahru, Johore', '@_xSHIYING_ hahaha not bad~ I like Justin timberlake ;)'), (19134, 45, 'Johor Bahru, Johore', 'I shoot @cherylgohxr in front of a chapel ;)'), (19135, 1114, 'Johor Bahru, Johore', 'I''m at Aspire Hub @ nex (Singapore, Singapore) http://t.co/8FlPXUqF'), (19136, 786, 'Senai Kulai, Kulai Jaya', '@shahfendy8118 ye ke? aha.. Apesal dgn aku ni? Nanti mlm aku amik. Simpan elok2 ye..'), (19137, 4419, 'Johor Bahru, Johore', 'Hi Singapore (at @fansofchangi) — http://t.co/UUT4QLcn'), (19138, 1007, 'Johor Bahru, Johore', 'I''m at Blk 895 Tampines St 81 http://t.co/S3tTnkOn'), (19139, 1019, 'Johor Bahru, Johore', '"She" I was referring to my supervisor... :P ...! In office comm.'), (19140, 7, 'Johore, Malaysia', '@IrmaAfifahAtika hi new followers Be friendly syg'), (19141, 1960, 'Senai Kulai, Kulai Jaya', 'Home :) (@ U6 Kolej Perdana) http://t.co/QgkmhZCa'), (19142, 287, 'Plentong, Johor Bahru', '@Lynnlaloy apr tu.. Rambut dia ape? Gimme answer. T T'), (19143, 3294, 'Johore, Malaysia', 'DONT LAG DURING #B1A4ISBACK PLS I BEG'), (19144, 4420, 'Johor Bahru, Johore', 'I''m at Bus Stop 67081 The Hiding Place Jalan Kayu http://t.co/VIWbeL0r'), (19145, 2800, 'Johore, Malaysia', 'Submitting my resume. (@ X-Synergy Group Pte Ltd) http://t.co/1OqcfYPa'), (19146, 4035, 'Singapore', 'ARGGHHH! CANT FIND MY CAPO!! :/'), (19147, 4410, 'Singapore', '@IraBellaa IHHHH gw gedeg deh jadinyaahhh, pengen gw lempar pake pie susu mukenyee tuh demek!!!!'), (19148, 362, 'Johore, Malaysia', 'Hahahaha ! Semalam this bitch @mdsaifullah pekik bodow pat mustafa beh satu pompan nie terpranjat ! Tak Leh angs please .'), (19149, 2635, 'Johor Bahru, Johore', 'Please let me stay in the passion play. God.'), (19150, 45, 'Johor Bahru, Johore', '@zafianthefret Haish :('), (19151, 3822, 'Plentong, Johor Bahru', 'What supposed i''m doing ? Bored all the day since i wake up this early morning.'), (19152, 2373, 'Johore, Malaysia', 'To be trusted is a greater compliment than to be loved.'), (19153, 1972, 'Johore, Malaysia', 'I nvr think of u are that type before.'), (19154, 2664, 'Plentong, Johor Bahru', 'kenapa hotlink je yang selalu mesej aku? :('), (19155, 4421, 'Riau, Indonesia', 'Ifly was great awezome'), (19156, 431, 'Johore, Malaysia', 'Although I don''t show it but inside is really like that one la LOL. Especially when I''m very cb towards you like @angpeony and @11throses'), (19157, 384, 'Malaysia', '@TheDanap ก้าก. น้อยจริงไรจริง55555'), (19158, 965, 'Johor Bahru, Johore', '@Mizzuddin24 nape din? kena hack kt fb ke?hee.. kite blum bkak fb.'), (19159, 3863, 'Johor Bahru, Johore', 'RT @MikezsAhmad : tapi sayang, dia tak penah tau pape :'')'), (19160, 3776, 'Johor Bahru, Johore', '@_xSHIYING_ @ColloquiaI @AudreyT_ @E_vonneee @KeandraCYB @dizzydancingway @Yeefonggg @R4cH3L_09 @xVivian_14x what we eating?'), (19161, 4422, 'Johor Bahru, Johore', 'At changi airport T3 now .'), (19162, 908, 'Johor Bahru, Johore', 'I''m not a big fan of wearing necklace. Mcm rimas gitu. But I can give it a try.'), (19163, 1343, 'Johor Bahru, Johore', 'RT“@LTAsg: Latest: Train svc resumed on North East Line between Dhoby Ghaut &amp; HarbourFront stations.\n#NEL #SBSTransit http://t.co/fkfKEya0”'), (19164, 3658, 'Johor Bahru, Johore', '@PiercingsnTats OH SHIT LMAOOOO! Haha . You washed up finish already?!'), (19165, 18, 'Malaysia', '@patt2534 โอ้วววววววววววววววว เร้วมว๊ากก'), (19166, 265, 'Johore, Malaysia', 'I''m at MacPherson Circle Line http://t.co/QPzgNTVD'), (19167, 1276, 'Johore, Malaysia', 'Beautifying myself (@ Harmony Beauty) http://t.co/tQpAmnpw'), (19168, 4214, 'Johore, Malaysia', '@nauzirzainal “@STcom: New iPad to hit stores here on Friday, March 16 http://t.co/Q3CQaZ2x”'), (19169, 4245, 'Riau, Indonesia', 'udah kok:) RT @AdzenaBS Blm follow aku;)RT @BLINK_STARINDO: follback yaaah min:) @AdzenaBS'), (19170, 4423, 'Johore, Malaysia', 'nomz w Shane &amp; @JulesKYim (@ Jane Thai Food) http://t.co/7e4CZsF6'), (19171, 1972, 'Johore, Malaysia', '3more day school start.'), (19172, 7, 'Johore, Malaysia', '@IloveyouNysaa hi new followers Be friendly okay?'), (19173, 230, 'Johore, Malaysia', '@Rosszaliah hahahaha kau ktne?'), (19174, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli ah, ngada. haha'), (19175, 3951, 'Kota Tinggi, Johore', 'with le girl. (@ Sour Sally) http://t.co/HYQSQ4nm'), (19176, 4214, 'Johore, Malaysia', 'EXACTLY MY SENTIMENT “@blutofu: @kizmyshenanigan pls be careful shakz ride safely”'), (19177, 3863, 'Johor Bahru, Johore', '#PeopleIWantToMeet my father :''( . i wish i can :'') .'), (19178, 3294, 'Johore, Malaysia', 'WHO IS LYN #B1A4ISBACK'), (19179, 1185, 'Johore, Malaysia', ':DDDD @ One Commonwealth http://t.co/6HJymfqS'), (19180, 3489, 'Pulai, Johor Bahru', 'Aku bukannya nak jadi racist. Tapi kenapa org india selalu langgar lampu isyarat? Ok saya racist. http://t.co/6YlbLlRR'), (19181, 3512, 'Johore, Malaysia', '住所からしてこっちが正解か。この鳥が、残飯掃除役。 (at @SG_Starbucks) [pic] — http://t.co/IIGLtmE6'), (19182, 4424, 'Senai Kulai, Kulai Jaya', 'I''m at Johor Premium Outlets (Indahpura Kulaijaya, Johor) w/ 12 others http://t.co/4ECEg20N'), (19183, 4214, 'Johore, Malaysia', '@AdhaaBullock haha aku amik course yang aku minat je ;)'), (19184, 7, 'Johore, Malaysia', '@Arie_Azrai hi new followers Be friendly :)'), (19185, 3592, 'Johore, Malaysia', 'lunch with Janice :) we''ve been eating pastry the whole day &gt;.&lt; (@ Dunkin'' Donuts) http://t.co/03D1tVti'), (19186, 4336, 'Johore, Malaysia', '@ellykanbz he say you know that time he fight with his mum? One direction- one thing'), (19187, 3932, 'Johore, Malaysia', 'anyone has zayn fanficccs'), (19188, 4245, 'Riau, Indonesia', '@dickymprasetyo @PricillaBlink RT @factshilla #AskShivers Artis yang menginspirasimu?'), (19189, 1972, 'Johore, Malaysia', 'Evil'), (19190, 2664, 'Plentong, Johor Bahru', 'mak suruh jadik cikgu macam dia :/'), (19191, 3672, 'Johor Bahru, Johore', 'I''m at CALVIN''S HOUSE  (Singapore, Singapore) http://t.co/k4v9yHeS'), (19192, 3939, 'Johore, Malaysia', 'I''m at HarbourFront MRT Interchange (NE1/CC29) (Singapore, Singapore) http://t.co/n6M33JvO'), (19193, 1764, 'Johor Bahru, Johore', 'Test senang gile'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (19194, 4425, 'Plentong, Johor Bahru', 'I''m at Larkin Sentral Bus Station (Terminal Bas) (Johor Bahru, Johor) http://t.co/VpWx7axC'), (19195, 3418, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 8 others http://t.co/275JsbtU'), (19196, 1771, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 17 others http://t.co/UQRQZAw2'), (19197, 4169, 'Johor Bahru, Johore', '@withloveSabrina Yeah cos mine bought from outside:('), (19198, 923, 'Tanjong Kupang, Johor Bahru', 'Baru sampai... Sesi meng''hadap'' ubat bermula (@ Rumah Den) [pic]: http://t.co/Qyq0sCFX'), (19199, 431, 'Johore, Malaysia', 'LOL and a lot others la you all know who you are hehe the fish the yap peipei the cb Ang the bunny and others ❤❤❤❤'), (19200, 1417, 'Johor Bahru, Johore', 'I''m at Badminton Court Blk 540 (Singapore) http://t.co/eqye4lAh'), (19201, 1417, 'Johor Bahru, Johore', 'I just became the mayor of Badminton Court Blk 540 on @foursquare! http://t.co/dewOYg2O'), (19202, 2044, 'Riau, Indonesia', 'wet wet wet (@ Jurassic Park) http://t.co/4FAPSf7I'), (19203, 4426, 'Johor Bahru, Johore', 'I''m at Woodlands Civic Centre (Singapore, Singapore) w/ 2 others http://t.co/zrjjprfs'), (19204, 3863, 'Johor Bahru, Johore', 'RT @MikezsAhmad : tp sayang, dia tak tau aku sanggup susah semata2 nk tgok dia senyum n happy :'')'), (19205, 3932, 'Johore, Malaysia', '@Kimthawesome lmao you must be entertained ahah x'), (19206, 7, 'Johore, Malaysia', '@ayuramly hi new followers Be friendly babe'), (19207, 4427, 'Johor Bahru, Johore', 'I''m at Pepper Lunch (Singapore) http://t.co/xp8RVrar'), (19208, 72, 'Johor Bahru, Johore', '@its_mumu no):'), (19209, 2088, 'Johor Bahru, Johore', '@MdoubleEzah thank u Sweetheart!'), (19210, 107, 'Johore, Malaysia', 'I''m at I12 Katong (Singapore, Singapore) w/ 3 others http://t.co/hYYJP625'), (19211, 4391, 'Johore, Malaysia', 'Sian siam Sian with @DYWCloveSISTAR finding hon hero in mrt LOL'), (19212, 1972, 'Johore, Malaysia', 'Fcuk i am alone again -.-'), (19213, 2664, 'Plentong, Johor Bahru', '@FackStifk kan? sama kan?'), (19214, 2044, 'Riau, Indonesia', 'I''m at Shrek 4-D Adventure (Sentosa Island, Singapore) http://t.co/yiXaymZV'), (19215, 1382, 'Johor Bahru, Johore', '@PeiYi2706 den how you know i am rolling on the floor laughing'), (19216, 4017, 'Singapore', 'i''m melting i swear'), (19217, 1764, 'Johor Bahru, Johore', 'Adnan sempit 2 was awesome'), (19218, 124, 'Johor Bahru, Johore', '#nowplaying Bat country - Avenged Sevenfold .'), (19219, 2114, 'Singapore', '@Widhiadarii it''s a Thursday(='), (19220, 4388, 'Tebrau, Johor Bahru', 'sdp je layan lagu apa saja ni..bahagia jer muka aq dgr'), (19221, 4428, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 23 others http://t.co/bYzO4lh1'), (19222, 1421, 'Singapore', '@akash_kaura @anishapri we can have her teach us two-on-one; it''ll be cheaper ;P'), (19223, 384, 'Malaysia', '@TheDanap โอ๋ๆอย่าร้องน้าาา'), (19224, 2300, 'Johor Bahru, Johore', '@shazmira nak??? Tak malu dtg lerrr... Hahaha!'), (19225, 1382, 'Johor Bahru, Johore', 'Some ppl very contradicting @PeiYi2706'), (19226, 2044, 'Riau, Indonesia', '(Y) (@ WaterWorld) http://t.co/1gwheitE'), (19227, 3489, 'Pulai, Johor Bahru', '@izyanana haah kecoh. Pastu gurau terus delete aku hahaha http://t.co/CkRucQFU'), (19228, 2095, 'Riau, Indonesia', 'I''m at Resorts World Sentosa (Sentosa Island, Singapore) http://t.co/ejgnuh9x'), (19229, 4429, 'Johore, Malaysia', 'I''m at Bubblegum''s Lair (Singapura, Singapura) http://t.co/KuBy28Qr'), (19230, 1904, 'Johore, Malaysia', 'I''m at Choice @ St. George http://t.co/GeqWcrbs'), (19231, 4430, 'Johor Bahru, Johore', 'I''m at Bus stop 64499 (opp Central Place) (Singapore, Singapore) http://t.co/zBfYDX8s'), (19232, 750, 'Johor Bahru, Johore', '@EmiliaMathers hahahahaha...awesome family planning kau.'), (19233, 4431, 'Malaysia', 'รอเรียกขึ้นเครื่อง (@ Hat Yai International Airport (HDY) ท่าอากาศยานนานาชาติหาดใหญ่ w/ 7 others) [pic]: http://t.co/Vhp3VNxG'), (19234, 287, 'Plentong, Johor Bahru', '@dayahrose RM 155 je :)'), (19235, 726, 'Johor Bahru, Johore', 'I''m at Cheers (Singapore, Singapore) http://t.co/Yzd56Nbr'), (19236, 4410, 'Singapore', 'Hiiiisssss!!! Rasanya pengen banget nojok mukenyeeeee (¬˛ ¬”)====ː̗̀☀̤̣̈̇ː̖́(” _ *) Awwwwwwwww'), (19237, 7, 'Johore, Malaysia', '@JoharIman hi new followers Be friendly dude'), (19238, 4210, 'Johore, Malaysia', 'I''m at Curtin Singapore (Novena, Singapore) w/ 2 others http://t.co/MJm27e4i'), (19239, 18, 'Malaysia', '@PloYSaiizaStorY พี่คิมมไหนอ่ะ RIP'), (19240, 2034, 'Malaysia', 'Beer! (@ The Pubb (เดอะผับ)) http://t.co/RXKE2uYb'), (19241, 1421, 'Singapore', '@pudgytofu just get 3 moar'), (19242, 1795, 'Johor Bahru, Johore', 'CAMPPPPPPP (@ Serangoon Garden Secondary School) http://t.co/oM1qflQy'), (19243, 4392, 'Johor Bahru, Johore', '@theoneseven okaycan .'), (19244, 1560, 'Plentong, Johor Bahru', '@DueyFin im sorry. Kinda busy la. Ill dm you when im free okay ?? Real sorryyyy. :)'), (19245, 81, 'Johor Bahru, Johore', 'wow, fantastic baby! #np #nw'), (19246, 2743, 'Plentong, Johor Bahru', '@anormaziah @nurulekmi x payah la masak2..jalan2 kt pasirgudang ni jek'), (19247, 726, 'Johor Bahru, Johore', 'I''m at Sweettalk @ 644 Hougang Ave 8 http://t.co/EGZuqOYP'), (19248, 4388, 'Tebrau, Johor Bahru', 'feel like u...beside me'), (19249, 7, 'Johore, Malaysia', '@Nabila_Johary hi new followers Be friendly babe'), (19250, 3932, 'Johore, Malaysia', 'that''s what makes you beyoutiful. :'') x'), (19251, 3294, 'Johore, Malaysia', 'LAJSALKJDLKAAASSKSKS#B1A4ISBACK\n\nKA'), (19252, 1382, 'Johor Bahru, Johore', 'Only know how to talk bullshit @PeiYi2706'), (19253, 2298, 'Johore, Malaysia', 'PeekABoo: Come out come out where ever u are.. #CallsForWaterRetention+HighCalorie @ HarbourFront Tower One http://t.co/Y8LQHcLQ'), (19254, 7, 'Johore, Malaysia', '@nurkhalida3 hi new followers Be friendly babe'), (19255, 4432, 'Malaysia', '@Kkeez เค้าเพิ่งกลับมาเมื่อวานซืนค่ะ 5555'), (19256, 4380, 'Johore, Malaysia', 'sometime gmarket buyer say alot good stuff about me and that made me shy. HAHA'), (19257, 1671, 'Johore, Malaysia', 'I''m at Grove Drive http://t.co/VKRexJZE'), (19258, 2516, 'Johore, Malaysia', '@immelissatan its the bowl tiramisu, not the cake type. how to slice!!!'), (19259, 124, 'Johor Bahru, Johore', '@TrulyLee hahahaha . Sigh malas je dier tawu . ;) naik cab lah . Hahahah'), (19260, 3294, 'Johore, Malaysia', 'IM LIKE ASKSKALSKAJKDJLJSKLJASKAJS #B1A4ISBACK'), (19261, 4432, 'Malaysia', '@Namhompuc เลี้ยงวันเกิดพี่บอมกับแม่เค้า'), (19262, 4433, 'Johore, Malaysia', 'the woman in black! (@ The Cathay Cineplex w/ 5 others) http://t.co/ilFWkphx'), (19263, 4434, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall w/ @chronophobia http://t.co/gdSk4MM0'), (19264, 2088, 'Johor Bahru, Johore', '@DOLLYDEEAPK nnti I check it out k.. Kindergarten tu senyap je.. So mane dpt dulu, I grab je lah... :)'), (19265, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu cause your twitter location shows that you''re at my house now dumb" please say to yourself'), (19266, 2988, 'Tebrau, Johor Bahru', 'I''m at Lake Palm @ Austin Perdana (Johor Bahru, Johor) http://t.co/JGNIfFS2'), (19267, 2470, 'Malaysia', '1 2 3 4 ก่อนสอบ @ ฟาร์มตัวอย่างโครงการพระราชดำริคลองหอยโข่ง http://t.co/tvCEbiSD'), (19268, 4235, 'Johore, Malaysia', 'I miss my skool BRO and CRUSH!!!!!!'), (19269, 181, 'Johore, Malaysia', 'Doing pt rite now.. Mesti gile babi... Rc aku fit cm\nAnjing http://t.co/kJ6nwDmf'), (19270, 4328, 'Johore, Malaysia', 'I''m at Far East Plaza (Singapore) w/ 16 others http://t.co/4CHkZvg5'), (19271, 4435, 'Johore, Malaysia', '@MARCUStrophobia go do te cinnamon challenge! HAHA'), (19272, 469, 'Plentong, Johor Bahru', 'Panas2 dpt coke . Bbbbbrrrrrrrrr '), (19273, 7, 'Johore, Malaysia', '@iAmyliaNatasya followers Be friendly okay dear'), (19274, 1420, 'Johor Bahru, Johore', 'I''m at Bus Stop 76091 (Blk 206) (Tampines, Singapore) http://t.co/2C3eDX91'), (19275, 3776, 'Johor Bahru, Johore', '@_xSHIYING_ yaaaaa'), (19276, 4318, 'Singapore', '@PutriLovatic it was a joke ._.'), (19277, 4436, 'Johore, Malaysia', 'Dental was quite crazy today'), (19278, 1065, 'Johor Bahru, Johore', 'I needa find someone to LB with noww'), (19279, 4097, 'Riau, Indonesia', 'Finger of the Revived Lord Faquar :) http://t.co/J7oLkwmh'), (19280, 4437, 'Pulai, Johor Bahru', 'I just became the mayor of mee racun tulang on @foursquare! http://t.co/1gcEK05N'), (19281, 4437, 'Pulai, Johor Bahru', 'Mati la ni sat gi (@ mee racun tulang) http://t.co/kjJd0hT1'), (19282, 1327, 'Johore, Malaysia', '@Sya_miza ni mahal banget hampir bangkrut gue'), (19283, 4438, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 13 others http://t.co/JfaLlIQn'), (19284, 1198, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) w/ 2 others http://t.co/UeAlEppg'), (19285, 4439, 'Johore, Malaysia', 'Totally not safe! How come they allow this in Singapore http://t.co/F0q0hhTA'), (19286, 7, 'Johore, Malaysia', '@amirsyazwina hi new followers Be friendly k'), (19287, 2620, 'Johor Bahru, Johore', 'I''m at Bus Stop 63301 (PLMGS) (Singapore) http://t.co/3a1hK3FH'), (19288, 4, 'Johore, Malaysia', '@iamanrose wait'), (19289, 4153, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 25 others http://t.co/sF2Ul3r0'), (19290, 74, 'Johore, Malaysia', '“@TheGirlChapter: Through all of these tears, fights, broken hearts, and hurt feelings: I still love everything about\nyou.”'), (19291, 3937, 'Tebrau, Johor Bahru', '@Jia14June HAHAHAHA XD ok ok 7 PETALA CINTA.'), (19292, 469, 'Plentong, Johor Bahru', '@marlyanaridwan sape yg xde mase utk u ?'), (19293, 1972, 'Johore, Malaysia', 'Hang on. You cant cry noww!'), (19294, 302, 'Johore, Malaysia', '@rynkosan I never party just chilled w my sister &amp; a fren.madness lo. Can u imagine 2 btl of wine,3 belvedere jugs &amp; a btl of champagne~.~'), (19295, 946, 'Johor Bahru, Johore', 'Finish Course Damn Tired..Give Me Attitude.MY WHOLE FAMILY DAMN SELFISH EH!SMUA TKNK TOLONG UH.TOLONG SIKIT JE SIAL!!! &gt;:('), (19296, 3452, 'Johore, Malaysia', '@saintandsinners @JoleneAwesomey HAHHAHAHAHHAHAHAHAHAHHAHAHAHAHAHHAHAHAHAHAHAHAHAHHAHAHAHAHAHAHHAHA SO RETARDED LOOOOOOOL'), (19297, 37, 'Johore, Malaysia', 'Today is going on a little slow, don''t you think?'), (19298, 2114, 'Singapore', '#np The one that got away &lt;3'), (19299, 1896, 'Johor Bahru, Johore', 'Back to SG http://t.co/xvzV6zc4'), (19300, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu yes I have 千里眼 you where not happy? From the tip of your hair to your toe nails huh? That''s too bad then :)"'), (19301, 4287, 'Plentong, Johor Bahru', 'test'), (19302, 1972, 'Kota Tinggi, Johore', 'Stop it. Enough is really enough'), (19303, 3863, 'Johor Bahru, Johore', '(Y) RT @MikezsAhmad : hope one day awak akan tau sumenya tentang perasaan saya, syg :'')'), (19304, 302, 'Johore, Malaysia', '@rynkosan I''m gettin OLD!!'), (19305, 440, 'Johor Bahru, Johore', '@ClarissaQQL and black waters sparkled green~'), (19306, 4440, 'Johor Bahru, Johore', 'I''m at No. 7 Plantation Avenue (Singapore) http://t.co/GwwAZRhl'), (19307, 4017, 'Singapore', 'craze over colour pencil ❄ http://t.co/B5DhBKQw'), (19308, 621, 'Kota Tinggi, Kota Tinggi', '@skullhong 오빠 너의 목소리 괜찮아?? 너무 걱정서요ㅠㅠ'), (19309, 50, 'Johor Bahru, Johore', '@farrahtyga ne ade...siapa aku? O_o'), (19310, 56, 'Johor Bahru, Johore', '@Fitri_Wazowski tweet!'), (19311, 4245, 'Riau, Indonesia', 'KAKA KECE DIABALES DUNGSE MENTION FANBASE INIIIII :D #WELOVEKIKIAZHARI @kazhari'), (19312, 1899, 'Johore, Malaysia', 'Muahaha bought 2 peanut butter jelly and 1 cinnamon'), (19313, 124, 'Johor Bahru, Johore', '#nowplaying Almost easy - Avenged Sevenfold .'), (19314, 7, 'Johore, Malaysia', '@ZainalFreakk hi new followers Be friendly dude'), (19315, 4318, 'Singapore', 'Everybody talks about leaving a better planet for our children. But nobody tries to leave better children to the planet.'), (19316, 7, 'Johore, Malaysia', '@nurshahira10 hi new followers Be friendly babe'), (19317, 4097, 'Riau, Indonesia', '@Reiyinz eat 1 pack of flu tablet. I 保证。you either get well immediately or go hospital for cleansing from overdose .'), (19318, 786, 'Senai Kulai, Kulai Jaya', '@shahfendy8118 mesti lah aku suke. Penat aku buka website mcd kat laptop @Rabiatul_Adibah sampai kene marah dgn @sitifaizah5..'), (19319, 4318, 'Singapore', '@PutriLovatic but its funny ._.'), (19320, 1421, 'Singapore', '@akash_kaura @anishapri ...damn, you read my mind there. k, you start classes first and let me know if she''s any good ;P'), (19321, 660, 'Plentong, Johor Bahru', 'ya Allah , selama setahun baru harini aku tahu :''('), (19322, 4441, 'Johore, Malaysia', 'With @AlvinGHL, @Eywy, and 5 others at Ah Loy Thai — http://t.co/XDgWv5ZY'), (19323, 7, 'Johore, Malaysia', '@SoffiyaYaya hi new followers Be friendly babe'), (19324, 432, 'Johore, Malaysia', 'I just ousted @cynthialvoigt as the mayor of Baden Restaurant &amp; Pub on @foursquare! http://t.co/TuiLgrbq'), (19325, 432, 'Johore, Malaysia', 'I''m at Baden Restaurant &amp; Pub w/ @cynthialvoigt http://t.co/9UotzPMb'), (19326, 4017, 'Singapore', 'awwwwwwwwwwwwwwww'), (19327, 4392, 'Johor Bahru, Johore', 'Idgad .'), (19328, 7, 'Johore, Malaysia', '@nurulamyra25 hi new followers Be friendly babe'), (19329, 2743, 'Plentong, Johor Bahru', '@NurulEkmi @anormaziah'), (19330, 4298, 'Johore, Malaysia', 'Watching ''The Woman In Black'' :D (@ Golden Village w/ 2 others) http://t.co/r7XwViFY'), (19331, 2088, 'Johor Bahru, Johore', '@Crystalember at bt batok syg...'), (19332, 226, 'Johore, Malaysia', 'today''s topic, #mrtfail ! Tomorrow better take bus to work..just in case. since mrt is so not stable these days. #SGlife'), (19333, 3024, 'Kulai Jaya, Johore', 'Good bye long hair o/'), (19334, 660, 'Plentong, Johor Bahru', 'sampainye hati :''('), (19335, 1256, 'Johor Bahru, Johore', 'Wen a person''s on alcohol they cnt recal much bt watevr they\nSay or do is defineatly correct!!! ???? Mmmmm only to them..\nhahahaaha!!!!! ;D'), (19336, 4336, 'Johore, Malaysia', '@ellykanb'), (19337, 4071, 'Johore, Malaysia', '@fannntasy got bell curve one la. I''m sure after moderation, mine would be considered mild!!'), (19338, 1382, 'Johor Bahru, Johore', '@PeiYi2706 so obvious you talking to yourself i didn''t even answer you'), (19339, 287, 'Plentong, Johor Bahru', '@Lynnlaloy degeneras tu'), (19340, 4442, 'Riau, Indonesia', 'I''m at Hard Rock Hotel at RWS ^o^ http://t.co/n0Ip1hoj'), (19341, 1560, 'Plentong, Johor Bahru', 'I need a makeover!! ;-)'), (19342, 3294, 'Johore, Malaysia', 'OMG #B1A4ISBACK'), (19343, 4, 'Johore, Malaysia', '@iamanrose mai gal karda piya ghar fer karda'), (19344, 3452, 'Johore, Malaysia', '@ohmysofiaa HAHAHAHAH IDK HAHAHAH'), (19345, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana haha, jangan la macam ni. blushing :D'), (19346, 2199, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 6 others http://t.co/EaxxC6qA'), (19347, 124, 'Johor Bahru, Johore', 'It''s hard to face but the fact remains .'), (19348, 4443, 'Singapore', 'where am i?'), (19349, 4336, 'Johore, Malaysia', '@ellykanbz he say sorry'), (19350, 1050, 'Johor Bahru, Johore', 'Weeeee! End of the class. With parent now go for early dinner. Hehe'), (19351, 804, 'Johore, Malaysia', '@YYAALLIINNGG dont take too long break, if can earn some cash before having a real job :) or further studies...'), (19352, 4444, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 21 others http://t.co/BxDlUPg3'), (19353, 1069, 'Johore, Malaysia', '“@LeaderQuote: "You must be single minded. Drive for the one thing on which you have decided." - General George S. Patton”'), (19354, 1629, 'Johore, Malaysia', 'I''m at 313@Somerset w/ @brendelee http://t.co/FpoCBF94'), (19355, 4445, 'Singapore', 'gonna go bishan l8r~'), (19356, 2172, 'Johore, Malaysia', 'bile single.. kuranglah masalah kite.. so.. foreveralone!! hahah'), (19357, 4446, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 23 others http://t.co/LlhJuSyB'), (19358, 3294, 'Johore, Malaysia', 'OMG EXCITED #B1A4ISBACK'), (19359, 283, 'Johor Bahru, Johore', 'Somebody else~'), (19360, 1560, 'Plentong, Johor Bahru', '@DueyFin okayyy. What day ? Time ?'), (19361, 2187, 'Johor Bahru, Johore', 'I''m at NTUC FairPrice (Singapore, Singapore) http://t.co/7f5B8GQp'), (19362, 4447, 'Johore, Malaysia', 'I''m at 1벅2일 (1Night 2Day) Korean BBQ (Singapore) http://t.co/hSv4kVbg'), (19363, 177, 'Johor Bahru, Johore', '@rsdbwlvs hahaha fck , your twitticon damn funny !!! Lol'), (19364, 1300, 'Johor Bahru, Johore', '@jamochappuccino pag mayaman n kami heheh :-D'), (19365, 287, 'Plentong, Johor Bahru', '@dayahrose Hamboih goyang inul mampu ya bukk?! :B'), (19366, 1069, 'Johore, Malaysia', '“@SpeakingToGirls: The colorful rainbow only appears after the clouds cry; same as life, happiness will approach after a few tears away.”'), (19367, 2331, 'Riau, Indonesia', 'Toiletries! @ Hotel Michael @ Resorts World Sentosa http://t.co/HsACpkmD'), (19368, 4448, 'Johore, Malaysia', 'http://t.co/tymqxHOe - @ukissSH sookie'), (19369, 4449, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) w/ 11 others http://t.co/Cw5EDwwX'), (19370, 10, 'Johore, Malaysia', '@Nixcoleee YES! You both better don''t forget and set other activity!'), (19371, 4245, 'Riau, Indonesia', 'PENGEEEEN DEH DIBALES MENTION SAMA BANG @hardifadhillah YG GANTENG MAUTNYA MELEBIHI REZA SMASH:P'), (19372, 2664, 'Plentong, Johor Bahru', '@FackStifk kan? maxis tu bukan orang pun. sebok nak mengusha'), (19373, 283, 'Johor Bahru, Johore', '“@boboleoo: The tuba section! @Joey__Ng @AMANDARRRR @ShanAlvarezz @Aidylydia @JazelTWY http://t.co/lslwMBX6”'), (19374, 4235, 'Johore, Malaysia', '@matkotak r u from Casuarina Pri Sch???'), (19375, 4450, 'Kota Tinggi, Johore', 'And we meet again :) @ Sour Sally http://t.co/bGHK5hH1'), (19376, 256, 'Johor Bahru, Johore', 'YESSSSSSSS OMGOSH JEN IS GETTING IT BACKKKKKJ'), (19377, 1019, 'Johor Bahru, Johore', '#askretwittings curious to know what course u r doing in polytechnic. What inspired you for @Retwittings'), (19378, 4345, 'Johore, Malaysia', '@limmanyee I found them haha @ The Mug Makers @ Bugis http://t.co/yEZbRbRk'), (19379, 2743, 'Plentong, Johor Bahru', 'Huu nk blk..'), (19380, 77, 'Johore, Malaysia', '@0Pluisje0 Nahh. Just ya know that feeling when your body is fine, but you just cant do it anymore for that one break..? That''s how it is.'), (19381, 1343, 'Johor Bahru, Johore', 'Cooking with Poo, cookbook by Saiyuud Diwong, 1 of 7 shortlisted for 2011 Diagram Prize, most outlandishly titled book http://t.co/pU9mxy2R”'), (19382, 4316, 'Johor Bahru, Johore', 'Hidup tk lena sia kalau homework belum hbs .'), (19383, 483, 'Johor Bahru, Johore', 'Next hair cut i sure cut my fringe short,super irritating'), (19384, 4383, 'Johore, Malaysia', 'I''m at SingTel Comcentre (Singapore) http://t.co/AMSiLbLg'), (19385, 660, 'Plentong, Johor Bahru', 'hati ni hancur , kecewa , terluka ! ya Allah :''('), (19386, 3294, 'Johore, Malaysia', 'ALAJDKLDAJKDLAJKLSJALKJSLAS COMING REAL SOON #B1A4ISBACK'), (19387, 18, 'Malaysia', '@patt2534 อ่อ ๆ ๕๕๕ แล้วตอนนี้พ่อเจ้ถึงงงแล้ววยังนัั้น ? ตรัง'), (19388, 932, 'Johore, Malaysia', '@Stainedroses if got meet where you want go?'), (19389, 2187, 'Johor Bahru, Johore', 'I''m at Long John Silver''s w/ @paranoidlies_ @retro_fied http://t.co/2qpHAibn'), (19390, 1091, 'Johore, Malaysia', 'Before sleep,cried. Just got up still can start cry. What is wrong with you? If he doesn''t,why should you? =''('), (19391, 876, 'Johor Bahru, Johore', '#PeopleIWantToMeet #2NE1 #2PM ^__^ LEEHONGKI'), (19392, 4169, 'Johor Bahru, Johore', '@withloveSabrina I''ve been here since 130 with an empty stomach. You tell me. Gahh.'), (19393, 7, 'Johore, Malaysia', '@amirsyazwina intro you&gt;'), (19394, 4451, 'Johore, Malaysia', 'I''m at Esplanade - Theatres on the Bay (Singapore, Singapore) w/ 5 others http://t.co/dcDjrTjE'), (19395, 124, 'Johor Bahru, Johore', '@TrulyLee hahahahhaha ! Adeade je tau dier . Hahahah'), (19396, 4452, 'Johore, Malaysia', 'Off to training feeling like a total zombie and once again I''m late (Y)'), (19397, 2653, 'Johore, Malaysia', '@I_heartzxc_you But B.A.P is really cute.'), (19398, 1300, 'Johor Bahru, Johore', '@tinzliang tInz tinapa!'), (19399, 1375, 'Johor Bahru, Johore', '40,000 views on my YouTube cover!!!! #defuck'), (19400, 946, 'Johor Bahru, Johore', '1 Dun Want Help cuz Want Stay Home.play Laptop je! Another 1 cuz Damn Early dun want Wake Up! WTH Ah!! Think of Themselves Je! &gt;:('), (19401, 4453, 'Johor Bahru, Johore', '重力の外え'), (19402, 876, 'Johor Bahru, Johore', 'Party rock is in the house tonight, everyday just have a good time. :3'), (19403, 4432, 'Malaysia', '@Kkeez ไปกันนน'), (19404, 4454, 'Singapore', 'bosann siaaa'), (19405, 4455, 'Johore, Malaysia', 'bored'), (19406, 4318, 'Singapore', '@PutriLovatic who said I was angry? &gt;&lt;'), (19407, 3658, 'Johor Bahru, Johore', '@PiercingsnTats wahhhhhhh gonna miss you ~'), (19408, 4097, 'Riau, Indonesia', '@Reiyinz all in all get well soon :)'), (19409, 1069, 'Johore, Malaysia', '“@TheGodLight: You can''t expect people to understand you, with your truth held tight inside. Open as the flower &amp; let the truth become you.”'), (19410, 50, 'Johor Bahru, Johore', 'Aku mimpi psl die :''( Mcm tau2 je aku nk jumpa die nant.hmm.'), (19411, 7, 'Johore, Malaysia', '@iAmyliaNatasya Haa k good. intro syg?'), (19412, 1327, 'Johore, Malaysia', '@Sya_miza ni yg dpn dkt indo plaza kan'), (19413, 3294, 'Johore, Malaysia', 'RIP TO ME WHEN B1A4 PERFORM LATER ADLAJDLKAJSALKJLKS #B1A4ISBACK'), (19414, 876, 'Johor Bahru, Johore', 'Uhuh. What''s up.'), (19415, 876, 'Johor Bahru, Johore', 'You aren''t replying... Again.'), (19416, 1382, 'Johor Bahru, Johore', 'Oh @PeiYi2706 admits defeat'), (19417, 2689, 'Johore, Malaysia', 'Oo mrt still down?! Lol all bus from Chinatown free sia lol'), (19418, 124, 'Johor Bahru, Johore', '@TrulyLee alahai , pakai cermin mata lah dier . ;)'), (19419, 10, 'Johore, Malaysia', '@Nixcoleee delayed twice alr horr!'), (19420, 4097, 'Riau, Indonesia', 'Mini roller coaster'), (19421, 287, 'Plentong, Johor Bahru', 'La la laaaaa whatever'), (19422, 1972, 'Johore, Malaysia', 'U better think before say.. once i said yes its finish'), (19423, 3863, 'Johor Bahru, Johore', 'yaya evans ni rambut dia panjang siket handsome , wuuuuu u.u'), (19424, 1615, 'Singapore', '@ichi_monji i hope they dont come out so soon!!!'), (19425, 4017, 'Singapore', '@suki_teh really? x) I THINK I LOOK SEXY LOLOLOL'), (19426, 4017, 'Singapore', '@suki_teh just kidding ok.'), (19427, 7, 'Johore, Malaysia', '@EzzaSB Whoa lama juga takjumpa dia. Haha untung apanya yang. iMmg selalu lepak dgn dia ah. Dia kkdg lepak tmpt i'), (19428, 4456, 'Johor Bahru, Johore', '“@9GAG: "I''m fine" -All pissed off girls”'), (19429, 2393, 'Johor Bahru, Johore', '@sharmaine_t oh goodluck then^^ sa like quite fun! I wanted to go there too! Yup, quite a few here :) hahaha, lots of familiar faces.'), (19430, 4457, 'Johor Bahru, Johore', '@RSundiang atin pala makanini. ngeni ku pa menakit. hehe'), (19431, 4458, 'Johor Bahru, Johore', 'I serious can''t control my feeling now!! why one thing keep come to me!!'), (19432, 3294, 'Johore, Malaysia', 'DONT LAG UH #B1A4ISBACK'), (19433, 287, 'Plentong, Johor Bahru', 'Cepat la lyn reply /_\\'), (19434, 2114, 'Singapore', '#np Titanium'), (19435, 2664, 'Plentong, Johor Bahru', '@FackStifk text takpe, kalau mintak hutang tu yang saket tu'), (19436, 2516, 'Johore, Malaysia', '@immelissatan i maybe tmr going out leh. key word is maybe!'), (19437, 4456, 'Johor Bahru, Johore', '@jdeimen I''m too sick to come'), (19438, 1300, 'Johor Bahru, Johore', 'Hello guys.. Hows ur day?? I had a great one! how? By appreciating little/simple things in life that i have :-)'), (19439, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha dah ada twitter seh!! giler la :P'), (19440, 4235, 'Johore, Malaysia', 'my throat is so dry....'), (19441, 3294, 'Johore, Malaysia', '#B1A4ISBACK'), (19442, 1366, 'Johore, Malaysia', 'Shall collect my lumia 800 Hitam tml. Perhaps, my next tweet shall be from Hitam 800:)'), (19443, 4245, 'Riau, Indonesia', 'follback dooong:)) @AdzenaBS'), (19444, 37, 'Johore, Malaysia', '#BestThingAboutBeingSingle kurang dosa nyer...'), (19445, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana sebab takde orang yang nak mewarisi gelaran cikgu dalam keluarga ni xD'), (19446, 430, 'Johore, Malaysia', '@mthrh sleep at this hour?? Tak boleh jadi calon isteri yg pertama ni.'), (19447, 287, 'Plentong, Johor Bahru', 'LYNNN!!!!'), (19448, 1120, 'Tebrau, Johor Bahru', 'Kau lagi senang..main tulis ''Popeye''. Bukannya nak lukis spinach..hahab"@masturaaaa: @AdaApaDgnDauz kau ni lukis senang2 je #drawsomething"'), (19449, 4460, 'Johor Bahru, Johore', 'Finished doing assesment and now can play psp3! MW3!SCAR-L IS MY FAVORITE GUNNNN'), (19450, 3294, 'Johore, Malaysia', 'IS B1A4 NEXT ISIZIT??!?! #B1A4ISBACK'), (19451, 18, 'Malaysia', '@PloYSaiizaStorY เค้าเป้นอไล'), (19452, 876, 'Johor Bahru, Johore', 'I gotta admit, my eyes can''t escape your smile.'), (19453, 2653, 'Johore, Malaysia', '@I_heartzxc_you Not really alot.'), (19454, 1994, 'Johore, Malaysia', '@hydrobioctlina yah cause shes not around!'), (19455, 4097, 'Riau, Indonesia', '@Reiyinz YESH :)'), (19456, 1382, 'Johor Bahru, Johore', '@PeiYi2706 ya you finally admit defeat i agree'), (19457, 4458, 'Johor Bahru, Johore', 'stress !! stress'), (19458, 4461, 'Riau, Indonesia', 'RT @almaaa9 iya. intro.!'), (19459, 3863, 'Johor Bahru, Johore', '@FuzaRdzn ciiiiiiiiiiiieeeeeeeeeeeeeeeeeeeeee -oo- . aku dulu mcm ni taw . haha dulu lah bkn skrg =3 skrg mana couple -.-'), (19460, 3294, 'Johore, Malaysia', 'WHAT #B1A4ISBACK'), (19461, 4388, 'Tebrau, Johor Bahru', '@ein_falihin beragak sikit sengal weyy isap la bnda lain..'), (19462, 7, 'Johore, Malaysia', '@amirsyazwina Why me whyy? U lah =.='), (19463, 3075, 'Johor Bahru, Johore', '@TimothyTYH not burn la is Bum means u bang on someone... Lol'), (19464, 3658, 'Johor Bahru, Johore', '@PiercingsnTats &lt;3.&lt;3'), (19465, 4348, 'Johor Bahru, Johore', '@Rosszaliah @nurilovestobet aku tk solat laa . Hahah besihkan badan perst !'), (19466, 124, 'Johor Bahru, Johore', '@Mackuereau i''m so strong that i can flick your dragon with my tongue .'), (19467, 50, 'Johor Bahru, Johore', '@farrahtyga hahaha...kau mmg ada nama mah.siapa tk kenal nie chronic minah.cikit cikit chronic :3 oh tak ehk'), (19468, 405, 'Johor Bahru, Johore', 'Hey baby!!!'), (19469, 287, 'Plentong, Johor Bahru', 'Dia bebuat tak nampak ke ape tu tweet kite?!'), (19470, 3870, 'Singapore', 'Liam: Every morning when I leave my house I come looking for you...\nMe: Same Here!!! Who Knew???'), (19471, 274, 'Johor Bahru, Johore', '@nxdz haha yep made alrdy!!!'), (19472, 7, 'Johore, Malaysia', '@_junior_fikri gelak lagi =.= knp?'), (19473, 4462, 'Johor Bahru, Johore', '@ahhmaaa i bought already'), (19474, 18, 'Malaysia', '@patt2534 รีบ ๆ เร้ววเจ้ 5555'), (19475, 1994, 'Johore, Malaysia', '@hydrobioctlina wow wd ur whole family?'), (19476, 2172, 'Johore, Malaysia', 'wiwin the great nk tidur.. sian dia.. byez!!'), (19477, 4463, 'Indonesia', '@Ichamuya @echisianturi @aisxiarifi @IchaMuya @authiies @MutiaSetyawati project jadikan satu saja dalam email nbclampung@yahoo.co.id'), (19478, 3738, 'Johore, Malaysia', '@Suzuya_Tohzuki best ever relationship....yeah2'), (19479, 3294, 'Johore, Malaysia', 'WHR #B1A4ISBACK'), (19480, 1375, 'Johor Bahru, Johore', '@sagedakota Aawww so cute lah'), (19481, 3957, 'Johor Bahru, Johore', '@clashboomband @irisjudotter the bad is I almost fell off my chair Leh... GYNN bless me... Lol'), (19482, 362, 'Johore, Malaysia', 'Where''s my happiness when I was with you ? Can I please find it and get it back ?'), (19483, 4318, 'Singapore', '@PutriLovatic i just said "no." tho &gt;&lt;'), (19484, 362, 'Johore, Malaysia', '@19fadilah95 Me ! Hahaha ! Jom !'), (19485, 287, 'Plentong, Johor Bahru', '@rose_amira nah QUAY SATU :P'), (19486, 69, 'Johore, Malaysia', '@altimet @MuntaqimShah bukan marah. cuma bilang je! bagus lah tu suara altimet setiap hari mesti keluar radio singapore!'), (19487, 2664, 'Plentong, Johor Bahru', '@FackStifk salahkan je maxis :D'), (19488, 876, 'Johor Bahru, Johore', 'And boy you got me flying in the air.'), (19489, 4456, 'Johor Bahru, Johore', 'Imperfection is beauty. Madness is genius and it’s better to be absolutely ridiculous than absolutely boring. -Marilyn Monroe'), (19490, 124, 'Johor Bahru, Johore', 'So windy today . I like .'), (19491, 4235, 'Johore, Malaysia', '@OfficialMateo ur so cute in Kickin it'), (19492, 946, 'Johor Bahru, Johore', 'Odw to Aunty Chalet..There More Peaceful Ah..Looks like they are the 1st person to See My New Rank! My Real Family,Heck Care Ah!!'), (19493, 668, 'Johore, Malaysia', 'Isit really that hard to be happy?'), (19494, 3273, 'Johore, Malaysia', 'Kau minaahrep tk jady :p'), (19495, 1064, 'Johor Bahru, Johore', '@QQpotato i using facebook account my facebook name'), (19496, 3075, 'Johor Bahru, Johore', 'Who wanna go fly kite wif me nw...'), (19497, 1420, 'Johor Bahru, Johore', 'Out of everyday, anywhere &amp; everyone. Why today, @ thr &amp; dhem? Haha'), (19498, 4097, 'Riau, Indonesia', '@Reiyinz went already :) cool :)) but not as good as the mummy :)'), (19499, 3294, 'Johore, Malaysia', 'GIMME TH BOYS NOW ASLKASJALKSD#B1A4ISBACK\n\nJAS'), (19500, 4464, 'Singapore', 'Lecturer''s handwriting is horrible, for law class she wrote "Breach" as "Bread"'), (19501, 1421, 'Singapore', '@akash_kaura @anishapri i''m a good student, i learn quickly through practice :P'), (19502, 703, 'Johore, Malaysia', 'Sudah selesai gelek with Mark Bonafide and Shahridzuan. Now back home, tidur!'), (19503, 1382, 'Johor Bahru, Johore', '@PeiYi2706 are you telling me your life story'), (19504, 4097, 'Riau, Indonesia', '@Darren_hasalife @reiyinz \n\nNot Indonesia .\n\nRIAU INDONESIA :)'), (19505, 1524, 'Johor Bahru, Johore', '@imkaiyisah omg i really wanna know who is A?!! hahhahaha may i know why they do that in the first place?'), (19506, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli hahaha, baik aku pass kat jeera je. kau nak aku mati ke suruh AR pass kat kau? xD'), (19507, 2110, 'Singapore', 'Wanna see something ugly? Visit http://t.co/cbDcUoZH include me in your bounce rate stats.'), (19508, 3294, 'Johore, Malaysia', 'EH @@@@@: #B1A4ISBACK'), (19509, 876, 'Johor Bahru, Johore', 'Cause it''s a FAN GIRL THING ^_^'), (19510, 4465, 'Johore, Malaysia', '@RiwajRai to @AnyHowDe When I die , I go heaven but when you die you go hell. Why ? Cuz you too heavy can''t go up hahahah LMFAO'), (19511, 362, 'Johore, Malaysia', '@AchikMok No . Eww . Scary .'), (19512, 3273, 'Johore, Malaysia', 'I`m bulletproof \\m/'), (19513, 4466, 'Plentong, Johor Bahru', 'Enjoying 50% off happy hour @ Starbucks JB central Malaysia http://t.co/7ZcXltzN'), (19514, 3215, 'Johore, Malaysia', '@inkaddictjosiah me alk Meng hock Ivan and fatty. Sibei churn'), (19515, 1421, 'Singapore', '@akash_kaura nice and peaceful; great stuff to listen to while not listening. I wonder if that made sense?'), (19516, 3294, 'Johore, Malaysia', 'IS NEXT B1A4 T_T !?!?!?! #B1A4ISBACK'), (19517, 4083, 'Malaysia', '@KtLookKeD พี่เกด กิกิ ;3.'), (19518, 2015, 'Johore, Malaysia', 'asdfghjjkl. Seriously, everyone''s asking me if I''m Chinese. &gt;&lt;'), (19519, 1003, 'Plentong, Johor Bahru', 'Okeh desktop saya sudah sedikit semak. pembersihan harus dilaksanakan bg menghapuskan kesan degil. http://t.co/HzYUHq9K'), (19520, 703, 'Johore, Malaysia', 'Never in my life shooting sakit kepala and perut. Thursday isn''t treating me that good.'), (19521, 7, 'Johore, Malaysia', '@amirsyazwina Haha semuannya :P'), (19522, 2894, 'Malaysia', 'เมื่อยตูด หมานอนทับบบบบบบบ'), (19523, 362, 'Johore, Malaysia', 'Brb . Charging !'), (19524, 1916, 'Tebrau, Johor Bahru', 'Kerajaan sedang mempertimbangkan baucer buku RM200 untuk diberi kepada para pelajar PPG,KPLI'), (19525, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. Nevermind. I was playing Tetris.'), (19526, 4467, 'Johor Bahru, Johore', '@AloyPang Hehe thanks;) Be yourself too Kay? ;D Fighting^^ Gambateh! Hehhh&lt;3 Pangsters love you just the way you are, stay yourself ^^'), (19527, 3839, 'Johor Bahru, Johore', 'Woman in black is such a waste of money.'), (19528, 871, 'Johor Bahru, Johore', '@IzlynNatasha haha sabar je :)'), (19529, 598, 'Johor Bahru, Johore', 'Sleepy she sleep after bathing.'), (19530, 362, 'Johore, Malaysia', '@tookitaway Hahaha ! Yea ! XD'), (19531, 4097, 'Riau, Indonesia', 'Far far away :)'), (19532, 3421, 'Johore, Malaysia', '@cobaltzxcs no!!!! :('), (19533, 69, 'Johore, Malaysia', 'ish bnyk nya angin.'), (19534, 1343, 'Johor Bahru, Johore', '@VoodooWanker not a leaky radiator that has gone dry?'), (19535, 2873, 'Johore, Malaysia', '@assortedbacon NEH THE SOCCER BALL THERE. BIG ENOUGH ANOT? HAAH'), (19536, 3680, 'Johore, Malaysia', 'I''m so sick with love songs.'), (19537, 124, 'Johor Bahru, Johore', '@Mackuereau mmmmmmmmmmmdaaaaaaaap ! Come here bitch !'), (19538, 2664, 'Plentong, Johor Bahru', '@FackStifk laaaaa, kau tengah tweet ngan owner maxis la ni. bahaha xD'), (19539, 3937, 'Tebrau, Johor Bahru', '@Jia14June ha''ah :p habihtu amnELF org susah nak sebut.'), (19540, 3863, 'Johor Bahru, Johore', '@FuzaRdzn hahah tak laku -.-'), (19541, 1256, 'Johor Bahru, Johore', '@FUCKIPEDIA huh'), (19542, 50, 'Johor Bahru, Johore', '@farrahtyga woah...then wa pun relax kae.no time ah.'), (19543, 7, 'Johore, Malaysia', '@syahirahNJD Miss u to syg. Muahhh banyak banyakkk. Haha :*'), (19544, 2541, 'Plentong, Johor Bahru', 'Yeay dapat!'), (19545, 4392, 'Johor Bahru, Johore', '" their fking attitude , we not their dog . all bitches . attention seekers nia . " - @AdeleSeah . We dgaf .'), (19546, 3273, 'Johore, Malaysia', 'You shoot me down , but i get up .'), (19547, 1867, 'Johor Bahru, Johore', 'right... enough for today. heading home. ariosssa!'), (19548, 2653, 'Johore, Malaysia', '@I_heartzxc_you :P Hehe.'), (19549, 2114, 'Singapore', '#np Sexy and I know It'), (19550, 3075, 'Johor Bahru, Johore', '@TimothyTYH lol.... Why no one....'), (19551, 124, 'Johor Bahru, Johore', '@TrulyLee taklah . Sesuai dgn awak . ;) heheheh'), (19552, 804, 'Johore, Malaysia', '@YYAALLIINNGG dont think too much, life got up and down like stocks like that...just accept the fact and be stronger :) you are one of them'), (19553, 362, 'Johore, Malaysia', '@NrZfrn Baby ! You maseh nan asyraf ?'), (19554, 1421, 'Singapore', '@anishapri @akash_kaura you should know the answer to that, hmm ~'), (19555, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana BI la seronok, taknak math. orang bodo math xD'), (19556, 7, 'Johore, Malaysia', '@hanaffiehashim Haha org tanya dia, dia tanya org balik :/'), (19557, 4245, 'Riau, Indonesia', 'haii kak:))))) suka banget sama acting kak @kazhari dgn bang @hardifadhillah ,cucok deh kalian berdua:D:p:*'), (19558, 4388, 'Tebrau, Johor Bahru', 'Fendi open new boutique in malaysia at StarHill'), (19559, 1545, 'Johor Bahru, Johore', 'RT“@remelevine: Jay chou songs so nostalgic” like duh. My songs are always nice:)'), (19560, 946, 'Johor Bahru, Johore', 'Ni Mak Cik India pun MINTAK KENA TUMBUK PER?! DH LANGGAR ORNG RABAK BLEH DUDUK BUAT MUKA SLUMBER NGN AKU!!'), (19561, 4467, 'Johor Bahru, Johore', 'Aloy replied me WHOOHOOO&lt;3'), (19562, 3036, 'Senai Kulai, Kulai Jaya', '@NadieyHana ollla myammor! =)'), (19563, 416, 'Johor Bahru, Johore', 'So sleepy now! Whats app flood !'), (19564, 3273, 'Johore, Malaysia', 'I`m bulletproof , nothing to lose , fire away , fire away ~'), (19565, 1918, 'Johore, Malaysia', 'Fuck the hell off! What is on your mind old man??'), (19566, 2804, 'Johor Bahru, Johore', 'No wonder can''t solve!! Made so many careless mistake. &gt;&lt;'), (19567, 4058, 'Johore, Malaysia', 'Guysssss I want a baby dragon plssssss'), (19568, 124, 'Johor Bahru, Johore', 'Tweeting with mack eventhough i''m right beside him . Fag . Hahahahah'), (19569, 1242, 'Singapore', 'Hopeless.'), (19570, 4468, 'Johor Bahru, Johore', '@_ohpyyy hey! My friend has been asking about the job! How is it going? :)'), (19571, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. Nevermind. :)'), (19572, 1421, 'Singapore', '@akash_kaura @anishapri i wouldn''t mind some tuition if necessary ^^'), (19573, 1056, 'Johore, Malaysia', '@choccherrycandy Tx bro'), (19574, 417, 'Johor Bahru, Johore', 'Honeymoon avenue &lt;3 @ArianaGrande'), (19575, 4469, 'Singapore', '@ladygaga I have so much love and respect for you.'), (19576, 4470, 'Plentong, Johor Bahru', '"@AnilGujaraTi: Dear Rapists, I''ve slept with more little kids than you ever could. Sincerely, Teddy Bear" hahaha..LOL'), (19577, 3839, 'Johor Bahru, Johore', 'Faster faster,i wanna sleep(:'), (19578, 3075, 'Johor Bahru, Johore', '@KaayyKayy hahahahaha'), (19579, 3273, 'Johore, Malaysia', 'You take your aim , fire away , fire away ~'), (19580, 3812, 'Johor Bahru, Johore', '@verachoo hohoho'), (19581, 63, 'Johor Bahru, Johore', 'Jahannam nye kwn bedal kwn sndiri.'), (19582, 2652, 'Johor Bahru, Johore', 'Epic fail ,you lose .omg I lika this part!!'), (19583, 2894, 'Malaysia', 'กูไม่ใช่ภรรยายุนโฮ กูเป็นสามีแทมิน ~ #เพื่อ #กูคือแจจุง #ไม่ใช่มึงคือจงฮยอน 5555555'), (19584, 3294, 'Johore, Malaysia', 'WHAT COMMERCIAL BREAK =.=? #B1A4ISBACK'), (19585, 4035, 'Singapore', '@pinkneonchains massage it! stretch it!!'), (19586, 69, 'Johore, Malaysia', '@KidEvidence @hdytz tengok dulu la! maybe aku jumpa u ols semua kat esplanade je! tak janji! aku punya turn nk kirim tiket! hehe'), (19587, 1745, 'Johor Bahru, Johore', 'Just woke up from\nNap'), (19588, 317, 'Johor Bahru, Johore', '@pinkneonchains auntieee! Send me their numberr!:P'), (19589, 3273, 'Johore, Malaysia', '@ElmaSwag Elma , bukan kau lhh ~'), (19590, 4471, 'Johor Bahru, Johore', 'So excited to go back to phils. With my family. It''s my father''s 60th bday!!!'), (19591, 4472, 'Johor Bahru, Johore', '@janjan101'), (19592, 4473, 'Johore, Malaysia', 'relate?! heheh (with Jo Nathaniel at jimmie''s crib) [pic] — http://t.co/obremhvl'), (19593, 4071, 'Johore, Malaysia', '@kenkillslamb @fannntasy talking about salted egg flavored cotton candy.'), (19594, 660, 'Plentong, Johor Bahru', 'slumber kan kau tipu aku :''('), (19595, 2122, 'Johor Bahru, Johore', 'All Tution cancel.pleaseseeeeee!'), (19596, 1472, 'Singapore', 'Vietnam- Korea music festival performance list : http://t.co/8T6N2bjI'), (19597, 124, 'Johor Bahru, Johore', 'Haikal is irritating . :D'), (19598, 804, 'Johore, Malaysia', 'Juz wat on earth did i ate laz nite? Hurt my tummy so....oh, i remembered, great stuff &gt;=}'), (19599, 1328, 'Johore, Malaysia', '@GhazaleeIbr it''s a what a disgrace siaaaaa . Tak lama lagi diorang pon bawak fixie . Malu sia aku nak bawak fixie lagi . They are so #nabei'), (19600, 1643, 'Johor Bahru, Johore', 'The show just ended. Sial la, i love the show. &lt;3'), (19601, 3863, 'Johor Bahru, Johore', 'JANGAN MENANGIS SAYANG . KU INGIN KAU RASAKAN PAHITNYA TERBUANG SIA SIA =3'), (19602, 283, 'Johor Bahru, Johore', 'Haha i''m like staring at the chat box thingy for someone to post the name of the group performing. Cause I''m absolutely clueless.'), (19603, 1242, 'Singapore', 'I must do my homework after dinner. I must. I must. I must.'), (19604, 2664, 'Plentong, Johor Bahru', '@FackStifk hahaha, run for my life :D'), (19605, 4245, 'Riau, Indonesia', 'calon pacar nyaa @romeobilang nih kak cecile wahahaha=)) @Mutiaradea'), (19606, 3294, 'Johore, Malaysia', 'WHEN IS IT T_T #B1A4ISBACK'), (19607, 4467, 'Johor Bahru, Johore', '@AloyPang 相信这全部你都经历过,才能有现在那么完美的你:)'), (19608, 4388, 'Tebrau, Johor Bahru', 'wow i wanna get one handbag from Pedro...tp masalahnya bila nk serang OU'), (19609, 7, 'Johore, Malaysia', 'Sometimes kita sibuk happy kan orang. Tapi diri sendiri macam.... K'), (19610, 4235, 'Johore, Malaysia', 'i really miss u....'), (19611, 4474, 'Kota Tinggi, Johore', '@fucklifeup yes . LOL !! so long alr'), (19612, 4085, 'Johore, Malaysia', '@J0shyGill The Squillari!'), (19613, 4475, 'Johore, Malaysia', 'Waiting for Lorax to start!^^ (with @Cursedetragedy at Eng Wah hall 3) [pic] — http://t.co/Nz5r5V6G'), (19614, 124, 'Johor Bahru, Johore', '@Mackuereau you''re the annoying faggot ! Hahahahah !'), (19615, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana alaaaa, sejarah teruk la kak fatin =='''), (19616, 593, 'Johore, Malaysia', '@SugaryKittyx I never text her. She just ask me whether I''m going tonight anot.'), (19617, 2432, 'Johor Bahru, Johore', '@Sixthsensex cookie pls'), (19618, 4214, 'Johore, Malaysia', '@NityBaizura tok juara &amp; tukang karut? Apa tu???'), (19619, 7, 'Johore, Malaysia', '@hanaffiehashim Ee mn ada :/'), (19620, 4245, 'Riau, Indonesia', 'okeeee(: RT @ALWAYSLOVEPAA : @BLINK_STARINDO min aku save ya avanya..'), (19621, 56, 'Johor Bahru, Johore', 'Wa hot ahhhh'), (19622, 2373, 'Johore, Malaysia', 'Never lie to someone who trusted you. -''- http://t.co/M7anTqmW'), (19623, 3294, 'Johore, Malaysia', 'why boyfriend tweet now T_T #B1A4ISBACK'), (19624, 4392, 'Johor Bahru, Johore', '@hy_eming @AdeleSeah -.-'), (19625, 2122, 'Johor Bahru, Johore', 'Pleaseeeee cancel all my tution! :('), (19626, 4476, 'Johore, Malaysia', 'U getting better ? U real bestfriens ever, u really understanding me ! RT @winnywintje: Poke (cont) http://t.co/0zQ8Gh9G'), (19627, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, dia tak berapa nak kesa kat tweet tapi dia sangat kesa kat luar xD'), (19628, 3983, 'Johore, Malaysia', '@jeanbeanwean ❤❤❤ http://t.co/5XpSLYfd'), (19629, 2653, 'Johore, Malaysia', '@IHEARTSUZY Listening to some songs. Playing Tetris at the same time :)'), (19630, 37, 'Johore, Malaysia', '#SomePeopleNeedTo know that I have feelings too.'), (19631, 3191, 'Senai Kulai, Kulai Jaya', '@ieqaZY bukan kau dah penah naik kete akak aku neh ke?'), (19632, 876, 'Johor Bahru, Johore', 'I wished I was born much earlier... So there needn''t be so much history to learn.'), (19633, 18, 'Malaysia', '@patt2534 หนีพ่อเที่ยววววววววววววววนี่หว่าาาา'), (19634, 4477, 'Johore, Malaysia', 'Dear person-who-designed-designshow''s-poster, why did you put in the middle of 2 tall or you may call them average height guys?'), (19635, 3812, 'Johor Bahru, Johore', 'Anyone on to cycle tamp eco terrain?'), (19636, 435, 'Singapore', '@popsywhoopsy hi Gennie! Tmr meet where?'), (19637, 1382, 'Johor Bahru, Johore', 'I love p e i y i more than Haiti'), (19638, 2664, 'Plentong, Johor Bahru', '@FackStifk SNSD &lt;3'), (19639, 2005, 'Johore, Malaysia', 'I noe u are talking bout me tak kesah lah tuhan napak pe'), (19640, 3636, 'Johore, Malaysia', '@fuelledbyglee i finished it today . it''s pretty fast. haha and Thats ALL that I did for homework\nso far :('), (19641, 3863, 'Johor Bahru, Johore', '@FuzaRdzn alahai betulah T,T'), (19642, 3294, 'Johore, Malaysia', 'WHEN IS THE NEXT #B1A4ISBACK'), (19643, 2114, 'Singapore', '#Np part of me'), (19644, 3983, 'Johore, Malaysia', '@maxallover skipping meals will make you fatter mel, haha!'), (19645, 7, 'Johore, Malaysia', '@amirsyazwina So pgil apa Amir eh? Haha cukup lah buat sekarang. Oh still young. Nice :D'), (19646, 569, 'Johore, Malaysia', '47 days more to go to enjoy my sglhood'), (19647, 2664, 'Plentong, Johor Bahru', 'Batu Pahat, I miss you :*'), (19648, 876, 'Johor Bahru, Johore', '#SMUggers ftw'), (19649, 3445, 'Johor Bahru, Johore', 'HAHA bimbo-ing with christabel and yuyong'), (19650, 4388, 'Tebrau, Johor Bahru', '@noralina24 da dpt jam bonia,,aq plak??'), (19651, 2114, 'Singapore', '@Widhiadarii Yeah. wat r ya doin now , katycat?'), (19652, 4478, 'Riau, Indonesia', 'new ava, wdyt?'), (19653, 2894, 'Malaysia', 'แซงคนนี้ ทักกูตลอดเอยย ~ ภรรยาพี่ยุนโฮ กูอยากจะบอกว่า กูเป็นสามีแทมินนะ -.-'), (19654, 1382, 'Johor Bahru, Johore', 'I m a mental nut case'), (19655, 876, 'Johor Bahru, Johore', 'Jonghyun. :)'), (19656, 2432, 'Johor Bahru, Johore', '@f_cukyou cfm very hot'), (19657, 7, 'Johore, Malaysia', '@EzzaSB Haha sorang je? Eleh tipu ahh. uRasa dgn siapa je skrg?'), (19658, 18, 'Malaysia', '@PloYSaiizaStorY น่าสงสารจังงงง'), (19659, 3294, 'Johore, Malaysia', '#B1A4ISBACK .'), (19660, 2110, 'Singapore', 'why can''t i access http://t.co/f5zGooMa? pffft!'), (19661, 4456, 'Johor Bahru, Johore', 'I''m unique. I''m different. I''m limited edition because there''s only one me in the middle of billion people on this earth.'), (19662, 2613, 'Johor Bahru, Johore', '@song_song333 clumsy lorrrr &gt;&lt;'), (19663, 18, 'Malaysia', 'ไม่ชอบหน้าก้บอกกันมาตรง ๆ อย่ามาแอ๊บใส่ ไม่ชอบบ !'), (19664, 3445, 'Johor Bahru, Johore', '@geniuswalnut DUN TELL U LEHH'), (19665, 440, 'Johor Bahru, Johore', '“@sheneedstrength: just cooked my own dinner :D Cheese Macaroni xDD” talented! (Y)'), (19666, 1488, 'Tebrau, Johor Bahru', 'now @ hushpuppies tC teman @alyatajam beli kasut'), (19667, 804, 'Johore, Malaysia', 'Gals! U can hav fun like guys do! Ignore the titles given by others...do wat u feel like! This world aint perfect anyway~'), (19668, 440, 'Johor Bahru, Johore', '@TheEntertainerX u grade what?'), (19669, 7, 'Johore, Malaysia', '@EzzaSB aha sorang je? Eleh tipu ahh. uRapat dgn siapa je skrg?'), (19670, 4245, 'Riau, Indonesia', 'cieee kak yulia nyanyinya keceeee abiiis kemaren:D @dvurs'), (19671, 4017, 'Singapore', '@suki_teh blehhhh :b'), (19672, 1382, 'Johor Bahru, Johore', 'I lose forever to p e i yi'), (19673, 1794, 'Johore, Malaysia', 'I think i''m so lame, went back playing coin dozer.'), (19674, 1163, 'Johore, Malaysia', 'Lucky! My cabbing buddy also doing OT today!!!! Later share cab hehee....\nI''ll work until 6:45 =)'), (19675, 2664, 'Plentong, Johor Bahru', '@FackStifk Wonder Girls &lt;3'), (19676, 3445, 'Johor Bahru, Johore', '@WingYan28 HAHA its not good but its what i wanted'), (19677, 2894, 'Malaysia', 'กะจะงดซักเจ็ดวันแต่ก็ทำไมได้ ~ RT @gugroupb ไม่ได้แตะโซเชี่ยวเน็ตเวิร์ควันหนึ่งคนกรุ๊ปบีแทบจะขนาดใจ 555 #gugroupb'), (19678, 3294, 'Johore, Malaysia', 'DYING ALR B1A4 WHR R U #B1A4ISBACK'), (19679, 740, 'Johor Bahru, Johore', 'Alah.. Meh hug.. Hahahah! RT“@tweetlipxz: @ForeverChronic Sedih la you always scold me one.....”'), (19680, 3262, 'Johore, Malaysia', '@bangkenvi ahahaha u also !!!'), (19681, 1421, 'Singapore', '@akash_kaura @anishapri should do some yoga for increased flexibility too I guess (Y)'), (19682, 4456, 'Johor Bahru, Johore', 'God puts people in your life for a reason, and removes them from your life for a better reason.'), (19683, 4479, 'Johore, Malaysia', 'YEAH! LORAX HERE I COME!'), (19684, 4287, 'Plentong, Johor Bahru', 'aww. tergoda dengan mat salleh depan kite &gt;&lt;'''''), (19685, 440, 'Johor Bahru, Johore', '@awesomelady98 must tell u meh? :x'), (19686, 3273, 'Johore, Malaysia', '#np Sweetest thing'), (19687, 88, 'Johor Bahru, Johore', 'omg!!!!! bil api smpai RM 600 !!! speechless \n:[ yang tinggal kat rumah ni 4 org je kot... grr..'), (19688, 1382, 'Johor Bahru, Johore', 'I m a mental disabled person'), (19689, 1205, 'Johore, Malaysia', '@ohmysofiaa im at ECP! Where you?'), (19690, 3636, 'Johore, Malaysia', '@jolihappygirl98 that''s his own opinion on how to use Facebook! -.- what an old man.'), (19691, 7, 'Johore, Malaysia', '@amirsyazwina Haha eleh. Syazwina tu mst nama awek kan. Erin, taman daya, 18. Enough right? Haha'), (19692, 3294, 'Johore, Malaysia', 'OGMGMGM FUCK #B1A4ISBACK'), (19693, 4432, 'Malaysia', '@ununnize ชิลชิลละนะ 5555'), (19694, 2373, 'Johore, Malaysia', 'seriously wdf is wrong with you sia ? Why you keep asking me to eat ? NBCB I EAT ALRDY RYTE , Stop everytime u come out tell me eat can'), (19695, 1102, 'Johor Bahru, Johore', '@nurulshaazlynn weii . ''in My Sleep'' . THAT''S MINE :('), (19696, 4480, 'Kota Tinggi, Johore', 'Though the job title is Recruitment Officer, but there''s challenging part behind this simple title.'), (19697, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana haha, oke la daripada along tu. dia ngan bebudak mana ngam, macam singa je xD'), (19698, 2432, 'Johor Bahru, Johore', 'I did it I''m gonna do it tmr ignore'), (19699, 3863, 'Johor Bahru, Johore', '@LeeyaSygg ye ye ye ye ye -.-'), (19700, 63, 'Johor Bahru, Johore', 'Walls ni pondan mkn kwn nye pmpn mcm knl.'), (19701, 440, 'Johor Bahru, Johore', '@awesomelady98 sorry no cure!'), (19702, 4481, 'Johore, Malaysia', 'Sorry cant join you for swimming'), (19703, 3863, 'Johor Bahru, Johore', '@FuzaRdzn malaysia yang sedih , bukan rakyatnye . haha'), (19704, 3294, 'Johore, Malaysia', 'OH MY FUCKING GOD #B1A4ISBACK'), (19705, 2653, 'Johore, Malaysia', '@IHEARTSUZY Ouh. It''s my little brother''s turn to use the comp. I was watching TV. :)'), (19706, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli hahaha, blushing I xD'), (19707, 4388, 'Tebrau, Johor Bahru', 'pening laa ptg2 ni'), (19708, 4482, 'Plentong, Johor Bahru', 'Jelmaan Kamal Artatuk ialah AI.. I guess.. mmm..'), (19709, 3075, 'Johor Bahru, Johore', 'I WANT TO KILL EVERYBODY IN THE WORLD!!!!\n\nSKIRLLEX ROCKZ!!!'), (19710, 440, 'Johor Bahru, Johore', '@awesomelady98 have! Ask your brain. Even it says it''s a lie! :D'), (19711, 2589, 'Johore, Malaysia', 'Edit the photo until so pekcek ! Waste my time sia ! ROBERT I HATE YOU'), (19712, 4483, 'Plentong, Johor Bahru', '@BesorSokmo @MohdZahriSafri @douspeak x jd nk turun.... :p'), (19713, 3294, 'Johore, Malaysia', 'OMG #B1A4ISBACK'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (19714, 4388, 'Tebrau, Johor Bahru', 'serius lapar..anyone nk ajak i high tea'), (19715, 1363, 'Johore, Malaysia', '@Estrella_sL LOL so is 3 exams or just 1? I''m confused xD'), (19716, 1421, 'Singapore', '@pinkfrost5 apart from the scariness, was The Woman In Black good or was it lame?'), (19717, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, dia kenal kau ke? kalau kau tak kenal dia, aku rasa dia pun tak kenal kau'), (19718, 4484, 'Singapore', 'Just finished the last lecture with my #nafasas students... Gonna miss them... All the best...'), (19719, 4485, 'Johor Bahru, Johore', 'Dropped again :/'), (19720, 156, 'Johore, Malaysia', '@kucengmiow bro!!hahah3.01 aku this sat...hahaha...'), (19721, 3680, 'Johore, Malaysia', 'Thanks to Huda. I''m addicted to aglio olio . I feel like eating it every single day:('), (19722, 3550, 'Johor Bahru, Johore', '@Juper_Sunior Can design our travel journal or must write until very neat on foolscap?0.0'), (19723, 3017, 'Johor Bahru, Johore', 'Turn all the lights on. I need some lights it''s way too dark.'), (19724, 4245, 'Riau, Indonesia', 'jam berapa min? RT @putihabuabuINDO Nanti malem INSYALLAH kuis follback dari barbie @mutiaradea nya malem ya. Sebelum Kuisfollback dari'), (19725, 3294, 'Johore, Malaysia', 'PERFCT OMG #B1A4ISBACK'), (19726, 4354, 'Johore, Malaysia', '@_jamietan good luck'), (19727, 4174, 'Pulai, Johor Bahru', 'goold luck kela .bariah. nana. fadz'), (19728, 3075, 'Johor Bahru, Johore', '@KaayyKayy hahaha finally.....'), (19729, 1328, 'Kota Tinggi, Johore', 'First of the Year'), (19730, 4432, 'Malaysia', 'แค่นอนเหงาเดียวดายไม่มีเทอเหมือนเดิม'), (19731, 1794, 'Johore, Malaysia', 'On bus 222. Going to eat! Yeah! Haha.'), (19732, 81, 'Johor Bahru, Johore', 'Stop stop breaking my heart'), (19733, 898, 'Johor Bahru, Johore', '@Muz_zamil aku rase tak'), (19734, 4235, 'Johore, Malaysia', 'Gtg im feeling a little dizzy...at night im gonna go online again see u...'), (19735, 88, 'Johor Bahru, Johore', '#PeopleIWantToMeet ****N lol..'), (19736, 4486, 'Johore, Malaysia', 'At Isetan Supermarket — http://t.co/SYOQWoDQ'), (19737, 219, 'Malaysia', 'Happy Birth Day : LiverpoolFC #YNWA ♥ ♥'), (19738, 3550, 'Johor Bahru, Johore', 'I don''t wanna go..T_T'), (19739, 4174, 'Pulai, Johor Bahru', 'good luck kela,bariah .nana.fadz'), (19740, 7, 'Johore, Malaysia', '@EzzaSB Me? okay tak. Haha'), (19741, 1105, 'Singapore', 'wah Headache when waking up from my nap.'), (19742, 87, 'Johor Bahru, Johore', 'Screw it la everytime also no....come on pls just once can I go out'), (19743, 156, 'Johore, Malaysia', '@kucengmiow btw fazzer blm cnfrm ah dok...abg aku pkai moto tu hari2 for work...'), (19744, 283, 'Johor Bahru, Johore', 'Oh b1a4! The one I like is in yellow :D'), (19745, 1327, 'Johore, Malaysia', '@Sya_miza x gi tanah abang'), (19746, 4174, 'Pulai, Johor Bahru', 'only 7minutes.. go k9 netball team'), (19747, 18, 'Malaysia', '@patt2534 ไอย่ะ ๆๆๆๆๆๆๆ'), (19748, 40, 'Johor Bahru, Johore', 'Motherfucking Malays playing soccer at the basketball court . Gtfo .'), (19749, 3294, 'Johore, Malaysia', 'BABY IM SORRY OMG FANCHANTS #B1A4ISBACK'), (19750, 4388, 'Tebrau, Johor Bahru', 'hari ni aq da kne mrh dgn dia sbb aq x dgr dye call..so i need to change my ringtone for him..yang kuat biar org sebelah pon dgr'), (19751, 4275, 'Singapore', '@yapminghui @PostHairFlick beating off is a form of cardio too.'), (19752, 914, 'Johore, Malaysia', 'I saw derrick from 4E 2010 and he recognised me also :)'), (19753, 3359, 'Johore, Malaysia', 'Fooddddddddddddd. (with 欧阳 at Victor''s Kitchen) — http://t.co/QMyCQqQA'), (19754, 4468, 'Johor Bahru, Johore', 'Hopefully I will not be late for work.'), (19755, 3839, 'Johor Bahru, Johore', 'Slack? Okay lor (:'), (19756, 1328, 'Kota Tinggi, Johore', '"@GhazaleeIbr: @_hfque Hahahaha! No worries, they are Trend Hopers, Fuck Trend hopers." fcukyeah son ! ;D'), (19757, 1120, 'Tebrau, Johor Bahru', '@masturaaaa psiko sangat!!! Hahaha'), (19758, 4174, 'Pulai, Johor Bahru', 'only 7minutes.. go k9 basketball team'), (19759, 4017, 'Singapore', '@suki_teh i''m too lazy to do!! my chinese got 2 freaking compos that is still untouched :p'), (19760, 18, 'Malaysia', '@PloYSaiizaStorY อ่า ๆ เพิ่งรุ้กะแกนี่แล'), (19761, 4487, 'Johore, Malaysia', '@ZivanChua what time gym tmr'), (19762, 3863, 'Johor Bahru, Johore', 'dunia belum berakhir bila kau putuskan aku , banyak lagi teman temanku di sini menemaniku :'')'), (19763, 4488, 'Malaysia', 'หาดใหญ่ อิอิ'), (19764, 2894, 'Malaysia', 'และอาจจะไม่ใช่เขาคนเดียวเหมือน ที่เราบอกว่าคิดถึง RT @realufofacts อาจจะไม่ใช่เราคนเดียว ที่เขาบอกว่าคิดถึง #realufofacts'), (19765, 1421, 'Singapore', '@pinkfrost5 aw, was considering watching it. haha kthx'), (19766, 958, 'Johore, Malaysia', '@YilingGumshoe chey.. I thought you so good, come see your lao pa..'), (19767, 407, 'Malaysia', 'ปองโก้ ; เพอรี่'), (19768, 3529, 'Johor Bahru, Johore', 'Haiyuuuuu... I shouldn''t have slept &gt;: now I''ll be home late'), (19769, 2664, 'Plentong, Johor Bahru', '@FackStifk 4Minute &lt;3'), (19770, 4489, 'Riau, Indonesia', 'gk da slesai na dx., mgkn bln dpn x bru slesai RT @Sella_YN: Kapan selesai kaRT @tritamaraa: oke :) RT Sella_YN: @tritamaraa hahah sama2 kk'), (19771, 1421, 'Singapore', '@natalieehuan hurray (Y)'), (19772, 2894, 'Malaysia', 'และอาจจะไม่ใช่เขาคนเดียวเหมือนกัน ที่เราบอกว่าคิดถึง RT @realufofacts อาจจะไม่ใช่เราคนเดียว ที่เขาบอกว่าคิดถึง #realufofacts'), (19773, 2114, 'Singapore', '#np firework'), (19774, 3452, 'Johore, Malaysia', '@AndreasTJJ @whattheasyraf shadafakap'), (19775, 1105, 'Singapore', 'wah, now a days, so many stuff got to do with NCC, wah cialat!'), (19776, 1069, 'Johore, Malaysia', 'Sun is out again.. Boo'), (19777, 4432, 'Malaysia', 'แค่ยอมรับในความเปลี่ยนแปลง :)'), (19778, 2664, 'Plentong, Johor Bahru', '@FackStifk Shinee &lt;3'), (19779, 414, 'Johor Bahru, Johore', 'Just woke up from a long afternoon nap!! :)'), (19780, 3452, 'Johore, Malaysia', 'NEW WORD : SHADAFAKAP HAHAHAHHA'), (19781, 898, 'Johor Bahru, Johore', '@Muz_zamil yupp'), (19782, 852, 'Johore, Malaysia', '“@AshRald: The ASSUMING word.. by mindfairy http://t.co/WaUCLwgE” nice one :) @MaVicky04 @Krztine_426 @LheaM28 @siangieako @biebiewan'), (19783, 2664, 'Plentong, Johor Bahru', '@FackStifk G.Na &lt;3'), (19784, 3879, 'Johore, Malaysia', 'So happy I got to talk to em today. :)'), (19785, 4131, 'Johore, Malaysia', '@attyanlove18 もちろんさー☆*:.。. o(≧▽≦)o .。.:*☆'), (19786, 3977, 'Riau, Indonesia', 'aaaaccccckkkkhhhh....\nlpa bwa charger....\nm''npis ni btray lptop.........'), (19787, 4487, 'Johore, Malaysia', 'Stupid @fattyfattyheha don''t want sing .'), (19788, 230, 'Johore, Malaysia', '@Rosszaliah ohh aku kt spize ngn yahya uh..pape aku text'), (19789, 1242, 'Singapore', '@Joreen_Teo i thought 1 day nvr go = out'), (19790, 4468, 'Johor Bahru, Johore', '@ii_iime hold your home and lock button tgt.'), (19791, 1105, 'Singapore', 'SIBEH TENG-TENG!'), (19792, 3863, 'Johor Bahru, Johore', '@FuzaRdzn kan ? haha adyeb moy pun dah tukar couple aku aceni lagi --'), (19793, 3075, 'Johor Bahru, Johore', '@ZaineYing @kaayykayy hahahahaha.... Willy fapping.... Hahahahaha OMFG.... Hahahahaha fake la....'), (19794, 7, 'Johore, Malaysia', '@amirsyazwina Habis nama siapa? School?last year smk taman daya 3'), (19795, 3863, 'Johor Bahru, Johore', '@LeeyaSygg rindu awak jugak yayang &lt;3'), (19796, 740, 'Johor Bahru, Johore', 'Wah! Angkat maha angkat ehk! Im just a normal guy :) RT@tweetlipxz: @ForeverChronic yay!!!! abang hot nak kasi hug :'') hahahahaha”'), (19797, 1437, 'Johore, Malaysia', '@rockandcow hahaha. like a fast!!!'), (19798, 471, 'Johor Bahru, Johore', '@iSmackYour_BUTT you idiot!'), (19799, 1256, 'Johor Bahru, Johore', 'Can someone give me and ans wat is AGREE TO DISAGREE ..!!!!!!!!'), (19800, 3452, 'Johore, Malaysia', '@burntmittens speaking about legs....'), (19801, 7, 'Johore, Malaysia', '@EzzaSB Eelh terpaksa haha'), (19802, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana haha, budak kecik memang la, kalau budak umor macam alia memang kena maki la kalau tak siap keje sekolah xD'), (19803, 1382, 'Johor Bahru, Johore', 'My account just got hijacked by a mental retard'), (19804, 1102, 'Johor Bahru, Johore', 'Kenapa Korang Nak Maki Maki?\nDah Tak ingat Ugama Ke?\nDari Kecil Sampai Ke Tua Bangka Pn Tak Serik Serik Orang Mengajar Pasal Halal Dan Haram'), (19805, 1502, 'Singapore', 'ok i use phone le nth to do but i think i got alot things forget to do lol'), (19806, 4468, 'Johor Bahru, Johore', 'Should I? Yes no?'), (19807, 230, 'Johore, Malaysia', '@halimlatiff @Rosszaliah astagh..dirty ah...hahahaha!!'), (19808, 593, 'Johore, Malaysia', '@SugaryKittyx never eh.'), (19809, 1260, 'Plentong, Johor Bahru', '@Normfasz_NF bersabar lah yee :)'), (19810, 287, 'Plentong, Johor Bahru', '@ahmadsyauqiPO yukk :D'), (19811, 7, 'Johore, Malaysia', '@iAmyliaNatasya Hi amy you still young. Pretty much. Bkt indah? Jauhnya haha'), (19812, 1437, 'Johore, Malaysia', 'yippee. finally the contract is out today. left with the agent code. ^^'), (19813, 4432, 'Malaysia', '@Kkeez จองตั๋วกันเลย 5555'), (19814, 2073, 'Johore, Malaysia', 'thats frends..omg so touchedT.T'), (19815, 1196, 'Johore, Malaysia', '@yinqxuan kick you off the cliff!!!'), (19816, 1090, 'Johor Bahru, Johore', 'ぶるぉっこるぃぃぃぃ'), (19817, 4490, 'Johore, Malaysia', '@Lovedroses Don''t say out loud la! Later my secret is out.'), (19818, 4359, 'Johor Bahru, Johore', 'The Sun is shining so brightly at me:P'), (19819, 334, 'Johore, Malaysia', '@LydiaLQY no luh you. :) chillax.'), (19820, 4491, 'Johor Bahru, Johore', 'Filled with love cookies made by darling @JerineToh . Love it to the max! ❤ http://t.co/C2CtENsM'), (19821, 7, 'Johore, Malaysia', '@yarkkkkpashhhaa awekk rindu lama taktweet'), (19822, 1382, 'Johor Bahru, Johore', 'People like her talk with double space bar and don''t even know how to spell properly'), (19823, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, sape tak kenal laili? juara racing kat masa kempen lalu lintas xD'), (19824, 1264, 'Johore, Malaysia', 'Gonna sleep for awhile at Tiffany''s house. So tired'), (19825, 4487, 'Johore, Malaysia', '@fattyfattyheha just sing no one cares'), (19826, 264, 'Singapore', '@Zophia98 Okay boss. Sleepy pig go sleep liao. people dont want me le :((('), (19827, 2894, 'Malaysia', '@lbadz_ แรงตัลหลอดดด ~'), (19828, 4432, 'Malaysia', '@ununnize ไปดิ'), (19829, 1196, 'Johore, Malaysia', '@junsui_kokoro wanna run or cycle with us?? XD'), (19830, 4492, 'Plentong, Johor Bahru', 'Bought this just because super junior is on the cover. Wait, *ahem* actually ita because lee hyukjae is on it. Bwahaha http://t.co/h8uMRI5e'), (19831, 1300, 'Johor Bahru, Johore', 'Haha.. I matured a lot i think.... I partially forget my brat / spoiled fussy attitude.. Hehehe #goodMAN'), (19832, 1091, 'Johore, Malaysia', 'Shove aside your ego &amp; look at the true reality of US. Isn''t it enough to prove you anything? Not even a small thing? Open up your eyes la!!'), (19833, 4316, 'Johor Bahru, Johore', 'Craving for mountain dew .'), (19834, 2952, 'Johor Bahru, Johore', 'The only thing I do at home is eating non stop. K random'), (19835, 1196, 'Johore, Malaysia', '@jaeribeanz left and right leh??'), (19836, 4, 'Johore, Malaysia', '@iamanrose hanji hun daso'), (19837, 264, 'Singapore', '@LAMSHITKAYYYY_ poly like that one marhx :P'), (19838, 7, 'Johore, Malaysia', '@hanaffiehashim Okay just ignore. You da mkn ?'), (19839, 3294, 'Johore, Malaysia', 'OMG I JUST DIED #B1A4ISBACK'), (19840, 4432, 'Malaysia', 'คืนนี้ ดูจอห์นคาร์เตอร์ #แฮ่'), (19841, 3932, 'Johore, Malaysia', '@LiveLoveNiall zayn? :OO'), (19842, 4048, 'Johore, Malaysia', '@ahhhyeeel kau pegy besok?'), (19843, 56, 'Johor Bahru, Johore', '@pairuuz main soccer?'), (19844, 244, 'Johore, Malaysia', '@marvinsaw korak! ang yabang nadadagdagan through time! :)'), (19845, 1196, 'Johore, Malaysia', '@hhnnaa waaa gratd! I haven applied yet xD'), (19846, 2073, 'Johore, Malaysia', 'u make me touched..T.T'), (19847, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. How about you? :)'), (19848, 26, 'Johore, Malaysia', 'awww boss says he like my retro sku shooz'), (19849, 2005, 'Johore, Malaysia', '@SyazNami get we''ll soon babe'), (19850, 3658, 'Johor Bahru, Johore', 'You yourself know you are the one .'), (19851, 1300, 'Johor Bahru, Johore', 'LADY GAGAwill be in the Philipines.. Great.. Now that im not there... Grrrr'), (19852, 2073, 'Johore, Malaysia', '义气'), (19853, 1794, 'Johore, Malaysia', 'I believe that Singapore is smart.'), (19854, 3452, 'Johore, Malaysia', '@zomgitsnawar HAHHAHA COPYCATTTTTTT'), (19855, 3349, 'Johor Bahru, Johore', '@Changi..terminal 3'), (19856, 4493, 'Johore, Malaysia', '@lynetteteo98 haha true that! Like big time rush'), (19857, 3863, 'Johor Bahru, Johore', '@FuzaRdzn jodoh ? jangan nak jodoh sangat --'' . aku pang kau kang =3'), (19858, 4461, 'Riau, Indonesia', 'gak hujan lagi kayak nya ni.!'), (19859, 1794, 'Johore, Malaysia', 'I love Taiwan like shit. Hehe.'), (19860, 4492, 'Plentong, Johor Bahru', 'All eyes on choi siwon? #bitchplease my eyes are on lee hyukjae and lee hyukjae only! #pfft http://t.co/14JzM19g'), (19861, 2499, 'Singapore', 'Tensed &amp; havin a bit of discomfort in my eyes due 2 conferences all day,need 2 de-stress &amp; sooth my eyes...*lookin 4 @linekrami ''s profile*'), (19862, 2664, 'Plentong, Johor Bahru', '@AjimAnis kakak aku xD'), (19863, 4245, 'Riau, Indonesia', 'besok ya min? RT @putihabuabuINDO Siapa yang besok mau ikutan KuisFollback? Yang ngefollback Barbie @mutiaradea lohh! Yang mau ikutan rt don'), (19864, 7, 'Johore, Malaysia', 'Malam ni malam khamis. Khamis malam apa?'), (19865, 4416, 'Johor Bahru, Johore', 'fεει ιίke εᎯττίɴg dίɱ SUɱ ⓓⓞɴ"τ κɴow ϓ\n(⊙﹏⊙)(╯ˍ╰)'), (19866, 2952, 'Johor Bahru, Johore', 'I Love Food. Yummy. Random'), (19867, 1794, 'Johore, Malaysia', 'I want to go taiwan to try out their night markets. Heheheheh.'), (19868, 898, 'Johor Bahru, Johore', 'Window Shopper :)'), (19869, 2073, 'Johore, Malaysia', '友情会永远在。。爱情是会走的。。别指望爱情。。'), (19870, 4492, 'Plentong, Johor Bahru', '@selvan_12 alrdy watch. Neva gonna watch it ever again. Gross lah.'), (19871, 4017, 'Singapore', '@suki_teh i finished eng maths sci. literature is group. history &amp; chi i lazy do'), (19872, 3294, 'Johore, Malaysia', 'MY HEAD IS FULL OF GONGCHAN ALKJALKJDALKAS HOW? #B1A4ISBACK'), (19873, 2516, 'Johore, Malaysia', '@sliteyedsyaf its okay, I graduated from a science course with 0 knowledge :)'), (19874, 4288, 'Johor Bahru, Johore', 'Everytime i do homework, i will always feel like sleeping. Idk why.'), (19875, 81, 'Johor Bahru, Johore', '@FunisLifeisFun hahahah!!! Maybe i shall try? But to who? :P chey'), (19876, 18, 'Malaysia', '@PloYSaiizaStorY ฮ่า ๆ ทีแอลลล คือไรฟ่ะ งง 555'), (19877, 880, 'Malaysia', 'Alhamdulillah.. '), (19878, 2664, 'Plentong, Johor Bahru', 'let''s have a heart to heart to heart :D'), (19879, 726, 'Johor Bahru, Johore', 'I''m at Red Round Hall For Bmx (Singapore) http://t.co/YT0dji2b'), (19880, 3932, 'Johore, Malaysia', '@Divya__14 TAKE A PIC TAKE IT TAKE IT NOWWWWWWWWWWWW'), (19881, 2381, 'Johore, Malaysia', 'I''m at eServ Service Center (Singapore) http://t.co/0M4l2Rfz'), (19882, 2114, 'Singapore', '#np teenage dreams'), (19883, 4367, 'Senai Kulai, Kulai Jaya', 'I''m at Starbucks (Indahpura Kulaijaya, Johor) http://t.co/NGWtSZce'), (19884, 4494, 'Pulai, Johor Bahru', 'Dh agak pong....kau mesti bleh punya.... http://t.co/9Nho0exF'), (19885, 3452, 'Johore, Malaysia', '@JoleneAwesomey you also cut short hair?'), (19886, 1206, 'Johor Bahru, Johore', 'I''m at South View LRT Station (BP2) (Singapore, Singapore) http://t.co/3V9zrVSJ'), (19887, 1382, 'Johor Bahru, Johore', 'Mental retard just came out from the toilet after a battle with herself @PeiYi2706'), (19888, 4495, 'Malaysia', 'BM 6-7 (@ Maths Clinic Setiawangsa) http://t.co/Js7BbKdA'), (19889, 1143, 'Johore, Malaysia', '@teddyycherryy @valery_meow2552 OMG NO NO FREAK YOU.'), (19890, 1420, 'Johor Bahru, Johore', 'Seriously? Why are they so inconsiderate? Got 2 children so what?! Can anyhow kick people izzit?! Zz -.-'), (19891, 2964, 'Johor Bahru, Johore', 'I''m at Blk 506 Choa Chu Kang St 51 (Singapore) http://t.co/T70FetFl'), (19892, 3932, 'Johore, Malaysia', '@LiveLoveNiall oh thank you! :D X'), (19893, 3664, 'Plentong, Johor Bahru', 'SPRAY! ^_^y (@ Sek Men Sultan Ibrahim (SIGS)) http://t.co/EJWb6q0k'), (19894, 4432, 'Malaysia', '@Kkeez อดเลย 5555'), (19895, 107, 'Johore, Malaysia', 'I''m at Parkway Parade (Singapore) w/ 8 others http://t.co/JJcOrzPb'), (19896, 4245, 'Riau, Indonesia', 'sebelumnya kakak pernah main difilm apa kak? *please dijawab :) @Mutiaradea'), (19897, 3130, 'Johor Bahru, Johore', 'I''m at Chong Pang (Yishun, Singapore) http://t.co/OfyUvf2s'), (19898, 2952, 'Johor Bahru, Johore', 'The Lazy Song is my current situation.'), (19899, 4216, 'Johore, Malaysia', 'iˈskeip - #nofilter @ HarbourFront Centre http://t.co/Yd22hadd'), (19900, 3560, 'Johor Bahru, Johore', 'I''m at Eastpoint Mall (Singapore) w/ 4 others http://t.co/KF6P3PWN'), (19901, 1409, 'Riau, Indonesia', 'I''m at Songs of the Sea (Sentosa Island, Singapore) http://t.co/NUUTO918'), (19902, 1327, 'Johore, Malaysia', '@Sya_miza shopping apa kat bndung?'), (19903, 222, 'Johor Bahru, Johore', '@JayneRozario hahaha he''s\nSuch a sad sack.'), (19904, 435, 'Singapore', '@iAttachedToKpop where to meet tmr????'), (19905, 1599, 'Johore, Malaysia', 'I''m at Strictly Pancakes (Singapore, Singapore) w/ 4 others http://t.co/srYytykI'), (19906, 4496, 'Malaysia', 'I''m at Asian Hotel @ Hadyai (Hat Yai, Songkhla) http://t.co/Exp87FR5'), (19907, 45, 'Johor Bahru, Johore', 'Circuit trainin Is (y) compared to suicides :)'), (19908, 3977, 'Riau, Indonesia', 'aaaaccccckkkkhhhh....\nonyet aiii\nlpa bwa charger....\nm''npis ni btray lptop.........'), (19909, 4492, 'Plentong, Johor Bahru', '@yenyin33 hahaha i also bought 8days cause ryeowook donghae siwon and eunhyuk was on the cover! But most things inside are bout siwon -.-'), (19910, 107, 'Johore, Malaysia', 'I''m at Banquet @ Parkway Parade http://t.co/7zhuhQKf'), (19911, 3863, 'Johor Bahru, Johore', '@FuzaRdzn perli eh ? perli eh ? brrrrrbbbb =3'), (19912, 4497, 'Johor Bahru, Johore', 'I''m at Blk 632 Choa Chu Kang North 6 (Singapore) http://t.co/iq6uxdOs'), (19913, 2731, 'Tebrau, Johor Bahru', 'I''m at Effira''s Cozy Cave (Johor bahru) http://t.co/Rxhn06F5'), (19914, 1143, 'Johore, Malaysia', '@teddyycherryy http://t.co/MG4Pgw7E'), (19915, 4498, 'Malaysia', '#squaready Hello hatyai!! @ Central Hatyai (เซ็นทรัล หาดใหญ่) http://t.co/uk9lTEcU'), (19916, 3075, 'Johor Bahru, Johore', '@KaayyKayy @zaineying WTF seriously gross..... No other place to do his fapping.... Wah sick sia... I think he on to u.... Becareful... Lol'), (19917, 4499, 'Johore, Malaysia', 'I''m at Sim Lim Square (Singapore) w/ 3 others http://t.co/p0dzQRwb'), (19918, 2088, 'Johor Bahru, Johore', '@AllySugarSepet nak nak nak!'), (19919, 4500, 'Johor Bahru, Johore', 'Studying with @ShuMei28 now!! (@ McDonald''s) http://t.co/qdzEap17'), (19920, 4501, 'Johor Bahru, Johore', 'The shooting is tommorow. And its from 7.45-3pm . Hope got my clear face in the show ;D'), (19921, 3113, 'Riau, Indonesia', 'Dewasa gak hanya tentang kata-kata bijak, dewasa juga harus bisa mengalah.'), (19922, 815, 'Johor Bahru, Johore', 'I''m at Terminal 3 (Singapore, Singapore) w/ 13 others http://t.co/36YyLHft'), (19923, 3055, 'Johor Bahru, Johore', 'Just came back from buying ingredients for chocolate cake with sis! @MiraAtiqah'), (19924, 414, 'Johor Bahru, Johore', '@okaygladys LOL!! PHOTOOOO!'), (19925, 244, 'Johore, Malaysia', 'Can''t wait to see my OB in 3 weeks!!! I think i''ve suffered enough from this hormonal imbalance..time to cure it! :)'), (19926, 1722, 'Johore, Malaysia', '@stooffi @cyberharpielady @xhopingstars Thanks! You too &lt;3'), (19927, 2373, 'Johore, Malaysia', 'I want you back T_____________________T .'), (19928, 4478, 'Riau, Indonesia', 'hehe thanks sandraaaa RT @Sandra_Shansan: comek :'') RT @IlfaAzlyani: new ava, wdyt?'), (19929, 3723, 'Johore, Malaysia', 'I''m at Nihon Muza Kallang Leisure (Singapore) http://t.co/13Qch713'), (19930, 2827, 'Kota Tinggi, Johore', 'Thanks for the day out ♥♥ @NamirahAzm_n @Rynwcz_ &amp; Ezzati ~ sayaang korang . xoxo &lt;3'), (19931, 828, 'Johore, Malaysia', 'I''m at Bedok Temporary Bus Interchange (Singapore, Singapore) http://t.co/rsUTbKV0'), (19932, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at 218 k09 kolej tun razak http://t.co/FA7IyV5E'), (19933, 3658, 'Johor Bahru, Johore', 'Who won''t get angry that you offer cigg t their own friend? Even though they are the one who want, but you can say no.'), (19934, 4478, 'Riau, Indonesia', 'hehe thanks sandraaaa RT @Sandra_Shansan: comek :'') RT @IlfaAzlyani: new ava, wdyt? [Like it? http://t.co/8ABDJi6P ]'), (19935, 1715, 'Johore, Malaysia', '@whatyouwantnow wht ka kia-.-'), (19936, 2952, 'Johor Bahru, Johore', 'I wanna go out... But no money... Sad life :('), (19937, 880, 'Malaysia', '@_afrinajff Coordinate Geom. &amp; simultaneous.'), (19938, 3193, 'Plentong, Johor Bahru', 'HAHAHAHAHAHAHAHAHAAHHAHAHAAHAHAH KELAKARR!'), (19939, 2653, 'Johore, Malaysia', '@IHEARTSUZY Ouh I see. Haha. :)'), (19940, 503, 'Plentong, Johor Bahru', 'Wahhhhhh :) (@ Danga Flyover) http://t.co/rufncQgq'), (19941, 116, 'Johor Bahru, Johore', 'passing through (@ Sengkang Bus Interchange w/ 4 others) http://t.co/NPNO9F5N'), (19942, 1405, 'Johor Bahru, Johore', 'Me when I was young. :D http://t.co/h9B9b6ze'), (19943, 1382, 'Johor Bahru, Johore', 'She is laughing at her own retardedness'), (19944, 4502, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) http://t.co/bYudMm60'), (19945, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana haha, sifat keibuan memang la nampak tapi dia patot save bebelan dia untuk anak dia. ni tak, dia bebel lebih dahsyat dari mak'), (19946, 4245, 'Riau, Indonesia', 'thanks for 376 followers! ingat ya tgl 24 mimin bakal ngadain kuisfollowback buat 5 org,karna lagi anniv tu hehe:p'), (19947, 3863, 'Johor Bahru, Johore', '@FuzaRdzn aku pun dpt txt tu --'), (19948, 4478, 'Riau, Indonesia', 'haaaaa'), (19949, 4288, 'Johor Bahru, Johore', 'The weather hot like asdfghjkl.'), (19950, 4503, 'Johore, Malaysia', '@Ruotinqqqq @fairoz97 free pour'), (19951, 7, 'Johore, Malaysia', 'Gadis semasa berdansa ke apa? Haha'), (19952, 4504, 'Johor Bahru, Johore', 'Racism..!! This is the place..! (@ GE Aviation Services-ATI) http://t.co/DEapp1a4'), (19953, 287, 'Plentong, Johor Bahru', 'Semalam JB pukul 5pm macam pukul 7pm. Nari pukul 5pm macam 12pm. Makanya, makan jakgi kita panggil lunch. Lunch yukk :D'), (19954, 1120, 'Tebrau, Johor Bahru', '#KenanganTadika pakai kopiah hijau Abim. Rasa mcm jd bakal imam muda bila dah besar nanti..tapi tgk sekarang apa jadi?'), (19955, 2653, 'Johore, Malaysia', 'I''m Hungry. :( Food! Where are you?'), (19956, 3932, 'Johore, Malaysia', '@colourfultapes Yesssss i want to meet you too /sobs'), (19957, 4505, 'Johore, Malaysia', 'I''m at Topshop Raffles City (Singapore, Singapore) http://t.co/8dO3czQV'), (19958, 4506, 'Johor Bahru, Johore', 'blue sky @ Ryan''s Paradise http://t.co/2qOvr6Vc'), (19959, 4507, 'Johore, Malaysia', 'YUM (@ Nando''s) http://t.co/gnERF65H'), (19960, 1889, 'Johore, Malaysia', 'Ejection systolic heart murmur. Haix:(( what wrong with me?'), (19961, 1069, 'Johore, Malaysia', '@rohanitarohin their building design standard quite good I realize. Design perspective.'), (19962, 1382, 'Johor Bahru, Johore', 'Just my luck to be wearing the same colour as her right now no wonder i feel so uncomfortable the whole day'), (19963, 4024, 'Johore, Malaysia', 'Fried fish soup :'') (@ Mr Teh Tarik Eating House) http://t.co/oPdk1hSL'), (19964, 1206, 'Johor Bahru, Johore', 'I''m at Crystal''s Bedroom  (-, -) http://t.co/CwjiJPyc'), (19965, 2589, 'Johore, Malaysia', 'My brain no energy already . Use overload today ! STUPID DREAMWEAVER !!!!! Y U SO HARD !'), (19966, 4508, 'Tebrau, Johor Bahru', 'qo follow aq ..aq follow qo balik..huhuhu..'), (19967, 3680, 'Johore, Malaysia', '@xNurulHudax ikr. Dimple Aku cacat satu side Ade satu side Takde Hahahahahahhahaha'), (19968, 1143, 'Johore, Malaysia', 'YOU MADE MY DAY CHERRY. SHE FURTHER PEFECTED IT❤ http://t.co/d5ZvslpS'), (19969, 1421, 'Singapore', 'BOOM SHAKALAKA'), (19970, 880, 'Malaysia', '@syaimaaaa ohh okay. Thanks for the info can''t wait!!!'), (19971, 116, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 14 others http://t.co/DLzSIBKN'), (19972, 640, 'Johor Bahru, Johore', 'I''m at Woodlands Drive 52 (Singapore, Woodlands) http://t.co/1X2NpmMG'), (19973, 3193, 'Plentong, Johor Bahru', 'Bye Angsanaaaaa! :D (@ Plaza Angsana w/ 8 others) http://t.co/pCGJLG4M'), (19974, 2664, 'Plentong, Johor Bahru', '@mfaiz_za haha, mana bole pakai. dosa xD'), (19975, 3318, 'Johore, Malaysia', '@KatDeCastro: Happy hour na!!! #boracayis❤ --- hi Ms. Kat, inggit much from SG #deepsigh :('), (19976, 7, 'Johore, Malaysia', '@yarkkkkpashhhaa Haha lama lah juga :P Sihat?'), (19977, 4461, 'Riau, Indonesia', 'masih ngantuk.'), (19978, 2952, 'Johor Bahru, Johore', 'Now Playing: Forget You...'), (19979, 958, 'Johore, Malaysia', '@YilingGumshoe no la:) i working in a school.'), (19980, 1421, 'Singapore', '@akash_kaura @anishapri for all we know...'), (19981, 4410, 'Singapore', '@ikenpinem Sabar yah neeekkk!! Tante kan lekas pulang segeraaahhh!!!'), (19982, 4432, 'Malaysia', '@ununnize งั้นอด 555'), (19983, 1194, 'Singapore', '@yepimtalia hwaiting all da best! :D'), (19984, 1794, 'Johore, Malaysia', 'When I see UNO cards, I thought of primary 5'), (19985, 1120, 'Tebrau, Johor Bahru', '#KenanganTadika hari-hari cikgu bagi makan mee putih sampai 1 hari aku tak nak makan'), (19986, 287, 'Plentong, Johor Bahru', 'Yayyy! Yukk! Yukk! Kata aku ke diriku'), (19987, 3939, 'Johore, Malaysia', 'I''m at Orchard MRT Station (NS22) (Singapore, Singapore) w/ 3 others http://t.co/iZBQWVKe'), (19988, 7, 'Johore, Malaysia', '@amirsyazwina Haha na,a syazwina tu nama siapa?'), (19989, 804, 'Johore, Malaysia', '@YYAALLIINNGG sure :) really thankful even though my life fuck up so jiak lat le, still got you pei ban me...never regret knwing u...'), (19990, 4509, 'Johore, Malaysia', '#igdaily #photooftheday #iphonesg :] @ East Coast Park http://t.co/3rXedux9'), (19991, 2827, 'Johor Bahru, Johore', 'Mrt takder lembab lagy per? -.- aku raser aku kluar kan chocolate makan pun cantek.'), (19992, 18, 'Malaysia', '@patt2534 อ่อ ๆ จ้าาาา ๕๕ ถึงบ้านปลอดภัยน้ะเจ้'), (19993, 1715, 'Johore, Malaysia', '“@JessicaBunnyLiu: @chloeliting heeheehee. I guess shake gonna be very pop soon with u too.'), (19994, 80, 'Johore, Malaysia', 'Slice finger with penknife.... Carry on cutting with scissors.'), (19995, 2952, 'Johor Bahru, Johore', 'Active GILER'), (19996, 1194, 'Singapore', 'though i was super extra , today was bestdayever for me(:&lt;3'), (19997, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: Now''s @veradesu is trying to hijacked my whole phone, too bad she can''t guess the passcode" is now not now''s are u Eng disabled'), (19998, 414, 'Johor Bahru, Johore', '@okaygladys take secretly ~'), (19999, 1161, 'Johore, Malaysia', 'back to wearing my training tag ! woohoo ! ~ http://t.co/3gC7Icme'), (20000, 1242, 'Singapore', '@Joreen_Teo Oh. 80% means 4/5 days go ma.'), (20001, 7, 'Johore, Malaysia', '@EzzaSB Haha lagi terpaksa. ahahah :P'), (20002, 1454, 'Johor Bahru, Johore', 'Finally, i reach. #Tired #Hungry #Sleepy (@ Eiima cribs &lt;3) http://t.co/EhOhUe3p'), (20003, 4510, 'Johor Bahru, Johore', 'Pang Kang !'), (20004, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, aku ada la. idham, razif, suffian, and ramai lagi la'), (20005, 4511, 'Pulai, Johor Bahru', 'I''m at Ali cafe (Johor Bahru, Johor) http://t.co/dmtFJvfg'), (20006, 4410, 'Singapore', '@nia_bocil http://t.co/ez8BuBAI'), (20007, 4512, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 8 others http://t.co/yAyAbg8F'), (20008, 3333, 'Johore, Malaysia', 'SO PISSED RIGHT NOW FOR LOSING 2nd EAR-PIECE ! ARGHHHHHHHHHHHHHHH !'), (20009, 2262, 'Malaysia', '@Fu_heartless หลับเพิ่งตื่นเลย ล้วทำไรกันนั้น'), (20010, 1550, 'Johore, Malaysia', 'I''m at Regency House http://t.co/ING2R7jn'), (20011, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: The reason why I keep retweeting @veradesu tweets with a mental blah blah blah is because she''s just so contradicting"'), (20012, 4392, 'Johor Bahru, Johore', 'RT @ThatLoveBitch: "You may know me but you don''t understand me."'), (20013, 116, 'Johor Bahru, Johore', 'money gone huhu (@ POSB Compass Point Branch) http://t.co/LgL41ljt'), (20014, 4478, 'Riau, Indonesia', 'ciee one week yoooo @messymayrisaa @Aimaconggg'), (20015, 1681, 'Johore, Malaysia', 'I''m at Bus Stop 11141 (Queenstown Station) (Singapore) http://t.co/p3E3iAKl'), (20016, 3511, 'Johor Bahru, Johore', '@KJiaweii Happy uh ~'), (20017, 2958, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 15 others http://t.co/1ieGsI1H'), (20018, 858, 'Johor Bahru, Johore', 'Hungry'), (20019, 1194, 'Singapore', 'freak sherlock! ;o'), (20020, 4333, 'Johor Bahru, Johore', '乗る~ (@ Gate F40) http://t.co/BKhAlqnB'), (20021, 88, 'Johor Bahru, Johore', 'cant stop smiling :))'), (20022, 3786, 'Pulai, Johor Bahru', 'I''m at 观音庙 (Guan Yin Temple) (Johor Bahru, Johor) http://t.co/8HR7CeQX'), (20023, 2589, 'Johore, Malaysia', '@Edmundnmq YA !'), (20024, 4252, 'Indonesia', ': Jaga Rumah! (@ My Siztaa Humz) [pic]: http://t.co/Db4uTAVe'), (20025, 1194, 'Singapore', 'chehhh i thought teaser;&gt;'), (20026, 440, 'Johor Bahru, Johore', '@ClarissaQQL in hollows that rustle between~'), (20027, 4513, 'Kota Tinggi, Johore', 'Dinner with ibu and baba! (@ Kfc @ Jurong Point) http://t.co/dwBK7t7R'), (20028, 2604, 'Johore, Malaysia', '“@Notebook: If you''re lucky enough to get a second chance at something, don''t waste it.” -- how about third chance?'), (20029, 283, 'Johor Bahru, Johore', '@SarahhhhLin LOL. LOL'), (20030, 3807, 'Johore, Malaysia', 'watching @randomnology eat~~~ with @anttyp (@ McDonald''s w/ 2 others) http://t.co/Cq9e3r1W'), (20031, 1065, 'Johor Bahru, Johore', '@SyafiiieeQ idk, call me'), (20032, 1382, 'Johor Bahru, Johore', 'Nobody ask her why she re tweet me but she is trying to explain herself omg'), (20033, 3786, 'Pulai, Johor Bahru', 'I''m at 源香美食中心,Tmn Perling http://t.co/6BGC3mTG'), (20034, 4288, 'Johor Bahru, Johore', 'Shall use com &amp; do my mt hmwrk which requires me to describe a picture with 50 words.(:'), (20035, 1666, 'Johor Bahru, Johore', 'I''m at NTUC Income (Singapore) http://t.co/WcYX53VT'), (20036, 7, 'Johore, Malaysia', 'Eh warga twitter jaya. Be friendly. K :*'), (20037, 2262, 'Malaysia', 'แอบน้อยใจ'), (20038, 4, 'Johore, Malaysia', 'tusi menu keha ki mai tuhadi hasdi hoi jindgi nu barbaad kar dita ehde vich kala mera hi kasoor ci ja tuhada vi is lai me keha ci'), (20039, 4489, 'Riau, Indonesia', 'hy kaq @jojosilalahi., lg ap ne?'), (20040, 4514, 'Johore, Malaysia', 'I''m at TANGS Orchard (Singapore, Singapore) w/ 7 others http://t.co/6WmnJyHl'), (20041, 4515, 'Johore, Malaysia', 'Fariz Junaidi and The Search for Red Transparent Card Sleeve'), (20042, 4017, 'Singapore', '@suki_teh sports sci?'), (20043, 3786, 'Pulai, Johor Bahru', 'I''m at 新源香美食阁 (Johor Bahru, Johor) http://t.co/62TlMZue'), (20044, 1322, 'Johore, Malaysia', 'I''m at Bus Stop 03223 (INTL Plaza Anson Rd) (Singapore, Singapore) http://t.co/uo8B8XMc'), (20045, 1287, 'Johore, Malaysia', 'I''m at Bus Stop 10111 (Opp Blk 28) (Singapore, Singapore) http://t.co/nKOXH5ZH'), (20046, 958, 'Johore, Malaysia', '@YilingGumshoe Overseas Family School:)'), (20047, 4516, 'Johore, Malaysia', 'I''m at Jane Thai Food w/ @infernoxv http://t.co/auWkecUq'), (20048, 18, 'Malaysia', '@patt2534 ฮ่า ๆ'), (20049, 4517, 'Johor Bahru, Johore', 'I''m not a toy , don''t use me when u need me , and leave me at a corner when u don''t need me .'), (20050, 1327, 'Johore, Malaysia', '@Sya_miza kemang x gi eh dunia fantasi ?'), (20051, 2114, 'Singapore', '#np california gurls'), (20052, 4489, 'Riau, Indonesia', '@anneputrisaid cie., cie...... fto ava na unyu2 kaq :*'), (20053, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns arghhhhh. Now shes mad with me for going out. When I didn''t,I went to study with unicorn. And I already told her.'), (20054, 483, 'Johore, Malaysia', 'Bus spoil. Got so suay ant'), (20055, 1806, 'Johor Bahru, Johore', 'Its official , my pay for this 2weeks is $719.. weeeeeeeeeeeeeeeeeeee, keje mcm tk keje ... hahahaaaaa'), (20056, 7, 'Johore, Malaysia', '@iAmyliaNatasya Haha taman daya, 18 babyy ;)'), (20057, 4478, 'Riau, Indonesia', 'sepiiiiii'), (20058, 904, 'Johor Bahru, Johore', 'I''m at SBS Transit: Bus 147 (Singapore) http://t.co/Kf1GK1Kx'), (20059, 3193, 'Plentong, Johor Bahru', '@erichafitrih Hahha awk prg kannn? Tahuu ;p'), (20060, 4274, 'Johore, Malaysia', 'I''m at Just Acia (Singapore) http://t.co/X5K5kRc4'), (20061, 291, 'Johor Bahru, Johore', '@ReubenNeo_ @eeyenlim wanna play today!!?'), (20062, 4288, 'Johor Bahru, Johore', 'Hahaha!(: RT"@DNoviana___: #PeopleIWantToMeet @Lowisal (:"'), (20063, 179, 'Johor Bahru, Johore', '@motorstig depends on quality ,.'), (20064, 1120, 'Pulai, Johor Bahru', '#KenanganTadika main berudu waktu rehat secara berjemaah.'), (20065, 18, 'Malaysia', '@patt2534 ตกลงเรื่องเมื่อคืนน เรียบร้อยแล้วช่ายป่ะเจ้ ?'), (20066, 2655, 'Johore, Malaysia', 'Havnt step into e corporate Wrld or a long time!'), (20067, 222, 'Johor Bahru, Johore', '@cheeekit @dylanloo Walao -.-'), (20068, 1205, 'Johore, Malaysia', '@ohmysofiaa alone -.-'), (20069, 3055, 'Johor Bahru, Johore', '@iFARRK bring back some crab sushi for me!'), (20070, 1107, 'Johor Bahru, Johore', 'I''m at Singapore Sports School (Singapore, Singapore) w/ 2 others http://t.co/xrR9Dqom'), (20071, 1090, 'Johore, Malaysia', '最近ヒュンダイのタクシーがよく止まってる。導入されてから3年だから、そろそろ寿命を迎える頃なんでしょうね。そう考えると、高くても日本車を選んだタクシー会社が正解だったんでしょうね。トヨタなら15年は大丈夫だと運ちゃんが言ってた。'), (20072, 2192, 'Johor Bahru, Johore', 'Otw out again ~ (@ HOME SWEET HOME♥) http://t.co/CLY0W2O3'), (20073, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns she said OK. But she forgot. So noe she''s being all bitchy to me and tells me I''m taking this pp thing too far.'), (20074, 2894, 'Malaysia', 'http://t.co/kZThvQQX ฝากกกกก'), (20075, 2957, 'Johore, Malaysia', '2k12-ibg!'), (20076, 69, 'Johore, Malaysia', '#PeopleIWantToMeet @Neelofa'), (20077, 2664, 'Plentong, Johor Bahru', '@AjimAnis kau taktau? =='''), (20078, 3839, 'Johor Bahru, Johore', 'Dont think you are big-sized,im scared -.-'), (20079, 503, 'Plentong, Johor Bahru', 'Tgk abam abam macho men bola la uollss :)y (@ Padang Sri Gelam) http://t.co/FQnFAHGq'), (20080, 7, 'Johore, Malaysia', 'iNeed food to eat'), (20081, 2192, 'Johor Bahru, Johore', 'I''m at MY HOUSE BUSSTOP (: http://t.co/nDslkM5c'), (20082, 2207, 'Johore, Malaysia', 'It''s somewhat sad when you don''t know people well enough.'), (20083, 2894, 'Malaysia', '@lbadz_ อย่านอยด์สิเมียรัก ~'), (20084, 4518, 'Johore, Malaysia', '"Just for this moment, as long as you''re mine."'), (20085, 4238, 'Plentong, Johor Bahru', 'tak paham aku family yg bawak anak2 kecik diorang tgk John Carter. Faham ker diorang? #fb'), (20086, 1382, 'Johor Bahru, Johore', '@PeiYi2706 hey you are welcome'), (20087, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana hahaha, jangan la. kang kena bebel tak memasal xD'), (20088, 1120, 'Tebrau, Johor Bahru', '#KenanganTadika Abim-Taman Kobena'), (20089, 4496, 'Malaysia', 'Traveling Yanxing, Take a rest http://t.co/OStFrfvJ #pudding_to'), (20090, 2408, 'Johor Bahru, Johore', 'I''m at Kovan Heartland Mall (Singapore, Singapore) w/ 5 others http://t.co/IBryps92'), (20091, 2653, 'Johore, Malaysia', '#PeopleIWantToMeetNow @taeccool @0430yes @Khunnie0624 @Jun2daKAY @dlwnsghek @2PMagreement211 :)'), (20092, 4131, 'Johore, Malaysia', '@attyanlove18 メッチャ暑いよ~'), (20093, 3193, 'Plentong, Johor Bahru', 'Bieee? Hahahahahaha xD'), (20094, 69, 'Johore, Malaysia', '#PeopleIWantToMeet @Nor4Danish'), (20095, 2863, 'Johore, Malaysia', 'On the way to pasir ris :) (@ Lavender MRT Station (EW11) w/ 2 others) http://t.co/QbUuNEqD'), (20096, 1287, 'Johore, Malaysia', 'I''m at Bus Stop 11021 (Aft Queenstown NPC HQ) (Singapore, Singapore) http://t.co/RPhACA8d'), (20097, 1287, 'Johore, Malaysia', 'I just ousted @berber08 as the mayor of Bus Stop 11021 (Aft Queenstown NPC HQ) on @foursquare! http://t.co/jvTggFQ8'), (20098, 2882, 'Johor Bahru, Johore', 'Where''s the bus &gt;:( (@ Bus Stop 43409 (opp Blk 127)) http://t.co/OYa8aHBg'), (20099, 3863, 'Johor Bahru, Johore', '@FuzaRdzn kan aku pun couple dgn maxis . kau madu aku ah ni . -oo- hokhokk'), (20100, 4478, 'Riau, Indonesia', '#PeopleIWantToMeet F'), (20101, 69, 'Johore, Malaysia', '#PeopleIWantToMeet @eykafarhana_95'), (20102, 2059, 'Kota Tinggi, Johore', '235 comes here now ! Nice ! (@ Caldecott MRT Station (CC17)) http://t.co/qZ5i23D1'), (20103, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli aku tak masuk tapi aku tengok kat tepi. idham? haha, nape takut?'), (20104, 3680, 'Johore, Malaysia', 'Y I no hip Bones like @xNurulHudax'), (20105, 1543, 'Johore, Malaysia', 'RT @/Gateway2Korea: [Live] Bagbang running #1 followed by JonePark and Miss A at M-Countdown Ranking\n"BagBang" &amp; JonePark? New groups?'), (20106, 2679, 'Johore, Malaysia', '@unbitemylips end month sounds good.'), (20107, 922, 'Johor Bahru, Johore', 'I''m at Blk 230 Pasir Ris St 21 (Pasir Ris, Singapore) http://t.co/s2TGoNN9'), (20108, 880, 'Malaysia', '@_afrinajff and thank you '), (20109, 2002, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 12 others http://t.co/ajKtjiuT'), (20110, 4478, 'Riau, Indonesia', '#PeopleIWantToMeet R'), (20111, 81, 'Johor Bahru, Johore', '@FunisLifeisFun okay fine!! Hahahahah'), (20112, 7, 'Johore, Malaysia', '@amirsyazwina Haha ignore. Tanya sahaja'), (20113, 1591, 'Johor Bahru, Johore', 'I''m at Bus Stop 27101 (Westville) http://t.co/lpzmIWPn'), (20114, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns saying I''M coming home so late and all this shit when it wasn''t my fault. The rehearsal is frm seven to nine.'), (20115, 2373, 'Johore, Malaysia', 'eh i ur dog issit ? no wonder keep tell me go eat , wan me buy for you eat .'), (20116, 3193, 'Plentong, Johor Bahru', '@RaihanHamid Bieeee? Hahahahahaha xD'), (20117, 4519, 'Kota Tinggi, Johore', 'Pass my prac altough I use army boot'), (20118, 4520, 'Johor Bahru, Johore', 'I''m at Bukit Batok MRT Station (NS2) (Singapore, Singapore) http://t.co/46xQRfAg'), (20119, 69, 'Johore, Malaysia', 'tadi bukan nap sia. tu tido. dari 11 pai 5. mati ah siang tido malam bangun. =.='), (20120, 287, 'Plentong, Johor Bahru', '@Aerza_Amir bukaan... Dia tak reply mention kite. Orang tengah main #DrawSomething ni baby... Mintak dia jawapan bocor...'), (20121, 283, 'Johor Bahru, Johore', '“@SA_MANT_HAHAHAH: RT @ameliaaateo: RT @Joey__Ng: screw homework:)”'), (20122, 1502, 'Johore, Malaysia', 'Banas!! B1A4 GO GO GO'), (20123, 1120, 'Tebrau, Johor Bahru', 'Aku rasa.masa aku kecik-kecik dulu aku cerdik..tapi kenapa aku tak jadi Perdana Menteri sekarang ni'), (20124, 3085, 'Plentong, Johor Bahru', '@gLvenmosh kurang ashem. dalam diam ku ditikam.'), (20125, 2571, 'Johore, Malaysia', 'B&gt; Lvl 163 staff clean with no pot, for any mapler who followed me, please help me spread.'), (20126, 18, 'Malaysia', '@patt2534 ดีแล้วววจ้าาา'), (20127, 1926, 'Riau, Indonesia', 'jerawatnya uyuuh deh,. nimbulnya sllu di kuping.. :*'), (20128, 1715, 'Johore, Malaysia', '@chloeliting dun emo nemo. I love yoy okay?:)'), (20129, 1421, 'Singapore', '@prissyyyyyy I listen to all sorts of music d^_^b'), (20130, 151, 'Johor Bahru, Johore', 'I''m at Che Che New York (Singapore) http://t.co/Ytanvjiy'), (20131, 859, 'Johor Bahru, Johore', 'Qys tk nk balik ke? (@ My First Skool@406 Woodlands St 41) [pic]: http://t.co/awrvSgTd'), (20132, 900, 'Johore, Malaysia', '“@Moggie78: Prelude @ The Boathouse http://t.co/Pk3uTawh #expat #Singapore” thirsty already? Try it out or any of the other #chilloutbars'), (20133, 2373, 'Johore, Malaysia', 'You nv even tell me go buy for you , go complain say i nv buy for wad . Knn ems la you lkk'), (20134, 3485, 'Johore, Malaysia', 'I''m at Sogurt (Singapore, Singapore) http://t.co/ElSqlZIH'), (20135, 919, 'Johor Bahru, Johore', '@aljaru93 http://t.co/Oi0cQVe5'), (20136, 1722, 'Johore, Malaysia', '@RegineeeYow Take care and get well soon! :)'), (20137, 4521, 'Johore, Malaysia', 'I''m at Ngee Ann City (Singapore, Singapore) http://t.co/q5UG1tp3'), (20138, 3193, 'Plentong, Johor Bahru', '@erichafitrih Hahahaha tk ahhh. Hurun cakap'), (20139, 291, 'Johor Bahru, Johore', '@EeyenLim @reubenneo_ walao we need the big 3 tgt. Ben go find lan play!!'), (20140, 4522, 'Johore, Malaysia', 'I think I''m getting hypertension at such a young age :('), (20141, 1502, 'Johore, Malaysia', 'Lol why b1a4 so cute de'), (20142, 4523, 'Johor Bahru, Johore', 'The weather totally don''t give face! Days ago rain like mad. Now b @ Bus Stop 30041 (Opp Home Team Academy) http://t.co/rGOTBp9D'), (20143, 222, 'Johor Bahru, Johore', '@dylanloo dude.......... Don''t pull a fast one on me. And she thanked you gosh so racist'), (20144, 1905, 'Johor Bahru, Johore', 'I''m at McDonald''s w/ @3xt_caleb http://t.co/sqFY5Ps2'), (20145, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns of course I''ll coke home late right? Wtf. And she keeps telling me I don''t need to be in the pp when I''M the devil.'), (20146, 2653, 'Johore, Malaysia', '@KpopHall Wonder Girls'), (20147, 3192, 'Kota Tinggi, Johore', 'I''m at Jurong West Community Library w/ @x3jay_birdy17 http://t.co/pdmhYBPH'), (20148, 240, 'Johor Bahru, Johore', 'No fucking mood at all. Please don''t ask me why. Just want to be alone today. Gonna switched off my phone &amp; go out to take shisha.'), (20149, 3599, 'Kota Tinggi, Johore', '@oOyaanaaOo camp kt ne?.,,'), (20150, 958, 'Johore, Malaysia', '@YilingGumshoe file scanning and some data entry:)then if library need people we go help out.'), (20151, 2653, 'Johore, Malaysia', '@KpopHall IU'), (20152, 1260, 'Plentong, Johor Bahru', '@Normfasz_NF relex.. Jgn marah2.. Biase laa..'), (20153, 4430, 'Johor Bahru, Johore', 'I''m at Blk 724 Ang Mo Kio Market &amp; Food Centre (Singapore, Singapore) w/ 2 others http://t.co/tJP6QyU5'), (20154, 1615, 'Singapore', '2AM!!!!! OMG'), (20155, 1120, 'Tebrau, Johor Bahru', 'Sama kot! RT @schahira: #KenanganTadika time tu tengah perang Bosnia Herzegovina tu..so cikgu ajar nasyid tajuk Bosnia Herzegovina.'), (20156, 2408, 'Johor Bahru, Johore', 'I''m at Mavis Tutorial Centre @ Kovan http://t.co/RA0SZj1S'), (20157, 900, 'Johore, Malaysia', '“@Moggie78: Prelude @ The Boathouse http://t.co/Pk3uTawh #expat #Singapore” bloody hell I need a pint?'), (20158, 4524, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 19 others http://t.co/PF2e9RDC'), (20159, 1722, 'Johore, Malaysia', 'MAJOR RTTTTTTTTTTTT!!!!! @ddinini: #PeopleIWantToMeet @yelyahwilliams @itstayloryall @schzimmydeanie'), (20160, 1421, 'Singapore', '@wonderxuqin haha i actually have all their stuff till 2010 on my com but have never listened to more than 5 songs i think LOL'), (20161, 4519, 'Kota Tinggi, Johore', 'Some moron still cant accept the football way'), (20162, 2373, 'Johore, Malaysia', 'Cb i next time will nv ever eat , I see how you eat knn . No hands wan me buy for u . I NOT UR DOG .'), (20163, 1009, 'Malaysia', 'น้องเฟรมและคุณครูเจ http://t.co/vLedLnPO'), (20164, 4354, 'Johore, Malaysia', '@_jamietan kay welcome'), (20165, 222, 'Johor Bahru, Johore', '@cheeekit @dylanloo you thanked Dylan.... Fine'), (20166, 3410, 'Pulai, Johor Bahru', '@aminnorsyafik sorry for everything la. kan bags mintak maaf sebelum tdo :0 hehe'), (20167, 3524, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 9 others http://t.co/gKF6Bfvf'), (20168, 3809, 'Johore, Malaysia', 'pain pain go away... ;((\ni need you Panadol...'), (20169, 4318, 'Singapore', 'Holidays = boring. School = boring. #GiveMeABreak'), (20170, 4349, 'Pulai, Johor Bahru', '@marshielarieza adalh...:-)'), (20171, 1960, 'Senai Kulai, Kulai Jaya', 'Badan mula nak panas ! Selesema macam haram'), (20172, 3113, 'Riau, Indonesia', 'Dosen: "Kalian memang malas.. tidak ada persiapan", Coba deh liat pas dosen ga ada persiapan mahasiswa jadi tempat pelampiasan #kasihan'), (20173, 4525, 'Johore, Malaysia', 'YEAY I''m here! (@ Plaza Singapura w/ 10 others) http://t.co/kG7bukGm'), (20174, 4502, 'Johore, Malaysia', 'I''m at Tiong Bahru MRT Station (EW17) (Singapore) http://t.co/DJq674cL'), (20175, 2027, 'Johor Bahru, Johore', 'The siok feeling when your skin comes into contact with sunlight~'), (20176, 3863, 'Johor Bahru, Johore', '@LeeyaSygg hee loveyoutoo baby =*'), (20177, 2147, 'Johor Bahru, Johore', 'I''m at Raiders Cyber Club @ cck http://t.co/NZVc9sta'), (20178, 2114, 'Singapore', '@Widhiadarii Oh. Homeworks sucks right ^^'), (20179, 4526, 'Johore, Malaysia', 'The Lord will guide you always; he will satisfy your needs in a sun-scorched land and will s @ Planet Earth http://t.co/HSR9Q49L'), (20180, 1087, 'Johor Bahru, Johore', '@eeshawn yeah right... But apparently they didn''t master the art of ''don''t get caught''.'), (20181, 3677, 'Kota Tinggi, Johore', 'Dafuq! train not moving!'), (20182, 3015, 'Johor Bahru, Johore', 'I''m at changi airport T3 http://t.co/xdaQ6au3'), (20183, 3925, 'Johore, Malaysia', '@aiensyamsul @hotfm976 @kieranhotfm @ikhwanhotfm @surayahotfm yeah Ofcos! Luv u too!'), (20184, 4527, 'Johor Bahru, Johore', '乗継地に着いた #シンガポール #Singapore'), (20185, 4056, 'Johore, Malaysia', 'Seafood Tom Yum for meh! @ Pastamania http://t.co/EWlVt7jv'), (20186, 4345, 'Johore, Malaysia', ':) @ Bugis Street http://t.co/oIWVRpiR'), (20187, 1626, 'Johor Bahru, Johore', '@ANAKSIDEKYO BIATCH! (:'), (20188, 3524, 'Johore, Malaysia', 'I''m at Manna Story (Singapore, Singapore) http://t.co/OnkCn9yY'), (20189, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns I feel so annoyed. Argh. Plus with Ralph and all. Wtf.'), (20190, 682, 'Malaysia', 'Lapar, masak sendiri...'), (20191, 2027, 'Johor Bahru, Johore', 'Yay off day tomorrow~~ ahhh'), (20192, 4288, 'Johor Bahru, Johore', 'Suaaaaaaa. Dad, mum &amp; brotherr using. Wts.'), (20193, 4519, 'Kota Tinggi, Johore', 'Dives so what??...I dive my problem uh...your parents never feed me what'), (20194, 392, 'Riau, Indonesia', 'Dad whatsapping me bout home cleaning and everything. Seriously -.-'), (20195, 1779, 'Johore, Malaysia', 'I''m at Tower 3 Marina Bay Sands Hotel (Singapore, Singapore) http://t.co/UlXiliSB'), (20196, 3410, 'Pulai, Johor Bahru', 'never been awkward talking to you.'), (20197, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, aku mana kenal kau masa tu. aku kenal kau bila idham dapat num kau then aku search kau kay myspace'), (20198, 3863, 'Johor Bahru, Johore', '@FuzaRdzn eish madu dgn kau ? aku rasakan maxis as a husband mampuih sekejap lagi =,='), (20199, 2074, 'Singapore', '@maxallover idk maybe because then they were having orientation and shit haha but it''s a big place no doubt. how did it go?! :D'), (20200, 2653, 'Johore, Malaysia', '@IHEARTSUZY Where? :)'), (20201, 4288, 'Johor Bahru, Johore', 'RT"@13elieveHYUK: RT @fxtg88k: Life would be so much more greater if fast food were healthy and not fattening."'), (20202, 1190, 'Johor Bahru, Johore', 'Can''t get back up'), (20203, 2653, 'Johore, Malaysia', '@KpopHall Miss A'), (20204, 4345, 'Johore, Malaysia', 'On the streets @ Bugis http://t.co/DS4t2X9e'), (20205, 4528, 'Riau, Indonesia', 'Hehehehe. (with Lingo at @rwsentosa) [pic] — http://t.co/i8rVCk1s'), (20206, 1420, 'Johor Bahru, Johore', '&amp; i tot i''ve scanned my card but wen i tapped out it''s invalid. So #annoying'), (20207, 3939, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 24 others http://t.co/HhBqbpk5'), (20208, 3330, 'Johore, Malaysia', 'I''m at Marina Bay MRT Interchange (NS27/CE2) (Singapore, Singapore) http://t.co/wA3RWiy4'), (20209, 18, 'Malaysia', '@patt2534 ทำไมตรังไม่สร้างสนามบินนล่ะเจ้ ๕๕'), (20210, 2589, 'Johore, Malaysia', '@Joannazxzx YES ! LAZY ROBERT'), (20211, 2027, 'Johor Bahru, Johore', 'Customized Oakley arriving 3 weeks from now~ :D excitedddddddddddddd!!'), (20212, 1242, 'Singapore', '@Joreen_Teo aiyo..'), (20213, 3273, 'Johore, Malaysia', '#np Forever young'), (20214, 3410, 'Pulai, Johor Bahru', 'syukur kat sini terang benderang. ada chance bersenam :)'), (20215, 1722, 'Johore, Malaysia', 'Yeah I agree lol, she likes to show her cleavage. ._.'), (20216, 4529, 'Johor Bahru, Johore', 'I just ousted @gladysdejour as the mayor of Block 410A Multi Storey Carpark on @foursquare! http://t.co/qIhWx0Ny'), (20217, 4529, 'Johor Bahru, Johore', 'I''m at Block 410A Multi Storey Carpark http://t.co/3YvV1ow5'), (20218, 502, 'Johor Bahru, Johore', 'ONG MAINTAIN.'), (20219, 4467, 'Johor Bahru, Johore', '@ian_ianization Moonlight nice meh?;O'), (20220, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns idkkkkkk. How to let our parents not be pissed with us? And let us go for the retreat?'), (20221, 999, 'Kota Tinggi, Johore', '@Bozotastic ya we all passed audition LOL!'), (20222, 2361, 'Johor Bahru, Johore', '@JoltzSchiffer wtf?'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (20223, 1022, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 20 others http://t.co/GOaxuTVd'), (20224, 4530, 'Plentong, Johor Bahru', 'I''m at Exotica Shisha @ Mr. Kombi http://t.co/2ASHg9VL'), (20225, 1183, 'Johore, Malaysia', 'I''m at {prologue} Bookstore (Singapore, Singapore) http://t.co/ujCOVEpZ'), (20226, 1097, 'Plentong, Johor Bahru', '@Missyaya93 h0h0 c(:'), (20227, 579, 'Johor Bahru, Johore', 'My dear we''re slow dancing in the burning room.'), (20228, 1420, 'Johor Bahru, Johore', 'Worst trip home (@ SBS Bus 3) http://t.co/SCqj75qG'), (20229, 4502, 'Johore, Malaysia', 'I''m at Tiong Bahru Plaza (Singapore, Singapore) w/ 2 others http://t.co/piMA3WOc'), (20230, 124, 'Johor Bahru, Johore', '@TrulyLee hahahahah ! :P where are you now ?'), (20231, 291, 'Johor Bahru, Johore', '@EeyenLim @reubenneo_ you need to practice more.. Ai nightmare again...'), (20232, 3809, 'Johore, Malaysia', 'great win @143redangel .. congratsiiee'), (20233, 4529, 'Johor Bahru, Johore', 'I''m at Shihlin Taiwan Street Snacks (Singapore) http://t.co/EudUat3U'), (20234, 4531, 'Plentong, Johor Bahru', 'wat m I thinking~I just can''t forgot the moment we..........I miss u &amp; miss last night!! M I silly? \n#I miss the moment #'), (20235, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns she did. Arghh'), (20236, 3835, 'Johore, Malaysia', 'I''m at Marina Bay Sands TM Entrance (Marina Bay Sands, Singapore) http://t.co/Z3toshT3'), (20237, 3511, 'Johor Bahru, Johore', '@NicholasPwn @kjiaweii nic goin back tmr ?!'), (20238, 2653, 'Johore, Malaysia', '@Jollenesmilexz Er. Shawols. :)'), (20239, 4288, 'Johore, Malaysia', 'RT"@HL_ELF_KissMe: The latest epop the cover page will be Donghae and Siwon :)"'), (20240, 1009, 'Malaysia', 'วันนี้ชิลๆค๊าาา'), (20241, 1159, 'Kota Tinggi, Johore', 'I''m at Blk 53 Lorong 5 Toa Payoh (Singapore, Singapore) http://t.co/KoFxnit2'), (20242, 4528, 'Riau, Indonesia', 'Lingo is pretty and all dressed up!!!!!! (with Lingo at @rwsentosa) [pic] — http://t.co/UjsRyaV7'), (20243, 4532, 'Plentong, Johor Bahru', 'Minum ptg! (@ Restoran Osman Uda) http://t.co/mWmdxV45'), (20244, 615, 'Johor Bahru, Johore', 'I''m at Pasir Ris MRT Station (EW1) (Singapore, Singapore) http://t.co/XOLB1lfW'), (20245, 4429, 'Johore, Malaysia', 'I''m at Blk 77 Circuit Rd http://t.co/1R5tUqPk'), (20246, 4245, 'Riau, Indonesia', 'btw follback fanbase ini dong kak:D sekaliiiii ajadeeeh:* @dvurs'), (20247, 4432, 'Malaysia', '@Kkeez อ้อนเลยยยย'), (20248, 608, 'Malaysia', 'Back to BKK (@ สถานีขนส่งผู้โดยสารหาดใหญ่) http://t.co/ihzkoAYK'), (20249, 287, 'Plentong, Johor Bahru', '@Lynnlaloy hala...!!! Baru nak hajak kaan orang dah order mee medical nii dia baru nak hajak p mekdi T T'), (20250, 3410, 'Pulai, Johor Bahru', '@aminnorsyafik yes i am :))'), (20251, 2114, 'Singapore', '#np walking up in vegas'), (20252, 4014, 'Johore, Malaysia', 'I''m at Din Tai Fung 鼎泰豐 (Singapore) http://t.co/wzLOPFFz'), (20253, 2653, 'Johore, Malaysia', '@KpopHall MBLAQ'), (20254, 4432, 'Malaysia', '@ununnize ปกติ'), (20255, 18, 'Malaysia', '@PloYSaiizaStorY อ่อ เห้นย่อออมาซะขนาดนั้นน ๕๕'), (20256, 4514, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 24 others http://t.co/4ETAAQ6O'), (20257, 56, 'Johor Bahru, Johore', '@Fitri_Wazowski where you?'), (20258, 2653, 'Johore, Malaysia', '@KpopHall SISTAR'), (20259, 781, 'Johore, Malaysia', 'Fucking annoying people.'), (20260, 406, 'Johor Bahru, Johore', 'Woooo~ tired #TTM'), (20261, 4533, 'Johore, Malaysia', 'CCA camp! :-) (@ Canteen @ Raffles Girls'' School) http://t.co/cfj0KtNN'), (20262, 4129, 'Senai Kulai, Kulai Jaya', 'Kabulkan lahh !!!! http://t.co/hYBUoM2z'), (20263, 1212, 'Senai Kulai, Kulai Jaya', 'Kp vs k9 (@ Volleyball Court, Kolej Tuanku Canselor,UTM) http://t.co/FJwHdp38'), (20264, 3923, 'Johor Bahru, Johore', 'I''m at Singapore Zoo (Singapore) http://t.co/3brpZAub'), (20265, 124, 'Johor Bahru, Johore', 'Wrestle with @Mackuereau on the bed just to get his iphone . Hahahah'), (20266, 3024, 'Johore, Malaysia', 'ITS BACK TO NORMAL . I''M SO RELIEFFFF'), (20267, 3113, 'Riau, Indonesia', 'Gue aneh deh ko semua orang pada stres mikirin blok kali ini, apa jangan" guenya yang terlampau santai kali yak -____-"'), (20268, 4461, 'Riau, Indonesia', 'buktikan aja sma kamu.'), (20269, 4478, 'Riau, Indonesia', 'mention'), (20270, 1852, 'Johor Bahru, Johore', 'I''m at Bus Stop 42189 (Opp Grand Chateau) (Singapore, Singapore) http://t.co/Ug27UTDs'), (20271, 4489, 'Riau, Indonesia', 'tantikk kaq., i like it :* RT @anneputrisaid: Heiii :) nii akuu.. Si pipi chubby :):) http://t.co/1qyD7qvs'), (20272, 841, 'Plentong, Johor Bahru', 'Nothin to do in tea time :/ (@ Yard''s Car Porch) http://t.co/toERlioa'), (20273, 775, 'Johore, Malaysia', 'Imma buy long socks when I''m at Malaysia this Monday.'), (20274, 3839, 'Johor Bahru, Johore', 'I want to sleep la! ):'), (20275, 4534, 'Johor Bahru, Johore', 'I''m coming home. Coming home. Tell zhe world that I''m coming home. :)'), (20276, 4529, 'Johor Bahru, Johore', 'I''m at Ya Kun Toastwich (Singapore, Singapore) http://t.co/XIDHlimN'), (20277, 291, 'Johor Bahru, Johore', '@EeyenLim @reubenneo_ fck you your deaths more str hero somemore'), (20278, 3863, 'Johor Bahru, Johore', '@yuliyanatruffle hahahha ye wei nama dia yaya evans , kenai ka ?'), (20279, 2827, 'Johor Bahru, Johore', 'I expected the person who gave birth to me to wish me first on my birthday.Bt unfortunately she didnt even gve a fuck about it.Tak ke sedih?'), (20280, 102, 'Johore, Malaysia', 'I''m at Asian food court lucky plaza (Singapore) http://t.co/vAPDCn3M'), (20281, 4535, 'Johore, Malaysia', 'Jaejin''s Ameblog update! Cr:@WithTreasures\n\nTitle: Everyone!\n\nEveryone!\nWinter is ending already (^^) \nAnd ... (more) http://t.co/0myCltQr'), (20282, 1179, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange (Singapore) http://t.co/gMMQ7mGZ'), (20283, 4476, 'Johore, Malaysia', 'Big hug ! RT @winnywintje: Lmyn,kngn bgt,have a nice holiday in SIN,wish I could join u RT (cont) http://t.co/xEwkYTeA'), (20284, 2715, 'Riau, Indonesia', '@Daniel_safwan hahahahah ku nak kuliahan kok, umr 21 kamu?'), (20285, 4536, 'Johore, Malaysia', 'Quality dinner with Twiniee'' earlier! &lt;3 (@ Al Afrose Restaurant) http://t.co/PL4xZtl0'), (20286, 4115, 'Kota Tinggi, Johore', '@godfreycua ang umarte!'), (20287, 4537, 'Johore, Malaysia', 'I''m at PastaMania (Singapore, Singapore) http://t.co/bZ7VDPgG'), (20288, 3881, 'Plentong, Johor Bahru', 'I''m at JPJ Lama http://t.co/yvzNCcSr'), (20289, 4288, 'Johor Bahru, Johore', 'I think you touchdown in singapore le bahh. ):'), (20290, 1860, 'Johore, Malaysia', 'Not all "Hahah" ''s are me really laughing. Its me trying to cover up my real fellings.'), (20291, 1994, 'Johore, Malaysia', '@hydrobioctlina ok u take care wd ur family.'), (20292, 3410, 'Pulai, Johor Bahru', '@dilaramping dila dila dila excited kenapa? *sibuk*'), (20293, 102, 'Johore, Malaysia', 'I''m at Lucky Plaza (Singapore, Singapore) w/ 3 others http://t.co/KrW3SeTE'), (20294, 1976, 'Johore, Malaysia', 'Everyone wants to escape sometimes.'), (20295, 28, 'Johore, Malaysia', 'I''m at Novena Square (Singapore, Singapore) w/ 2 others http://t.co/RcNbAwHp'), (20296, 4538, 'Johore, Malaysia', 'So tired after work... No mood to study at all... Shagshagshag!'), (20297, 3937, 'Tebrau, Johor Bahru', '#KenanganTadika main kahwin kahwin. lol'), (20298, 287, 'Plentong, Johor Bahru', 'Orang sihat macam Lyn tu madahnya makan mekdi kite medical mee je la gamaknya /_\\'), (20299, 4539, 'Johore, Malaysia', 'Pulang gawe..mampir bentar aaaahh (@ Marina Bay Sands By The River w/ 2 others) [pic]: http://t.co/gsAe4aGQ'), (20300, 4540, 'Singapore', 'Just discovered that I only can''t see nuffnang units (even on other people''s blog) on my firefox, on chrome and ie it appears. Hmm.'), (20301, 4541, 'Johor Bahru, Johore', 'I''m at Central http://t.co/ff2sJhHL'), (20302, 4542, 'Plentong, Johor Bahru', 'off to work again :\\'), (20303, 102, 'Johore, Malaysia', 'I''m at Lucky Polo ! (Singapore) http://t.co/D7ceg9DX'), (20304, 4543, 'Johore, Malaysia', 'Eating here at our fav restaurant here in tekka!! :D :D the 5 girls, grandma and aunty :D [pic]: http://t.co/5FRygzM1'), (20305, 502, 'Johor Bahru, Johore', '15 in 30 days.'), (20306, 1722, 'Johore, Malaysia', 'So free ah?'), (20307, 4531, 'Plentong, Johor Bahru', 'I not drunk until I back home &amp; get ready to sleep~I know wat is happening! Silly me!!!'), (20308, 2715, 'Riau, Indonesia', '@ieamsaguband ge ngpain? pokabo selat?'), (20309, 781, 'Johore, Malaysia', '@bryan_danni i dced :/ prob not gonna on until tonight'), (20310, 3493, 'Johor Bahru, Johore', 'I''m at Arches Hair Spa (Singapore) http://t.co/uuWArPDt'), (20311, 4544, 'Kota Tinggi, Johore', 'Asl rmai gi uss niari? Hmm..'), (20312, 4545, 'Riau, Indonesia', 'Forget to check in lol (@ Universal Studios Singapore w/ 2 others) http://t.co/85vlwEKJ'), (20313, 1722, 'Johore, Malaysia', 'Spell wrong'), (20314, 4546, 'Johore, Malaysia', 'I''m at Crystal Jade Kitchen http://t.co/1nC7zGRx'), (20315, 3273, 'Johore, Malaysia', '-.-"'), (20316, 74, 'Johore, Malaysia', 'Fung feeling na di mo maexplain.'), (20317, 781, 'Johore, Malaysia', 'GOD. NEED TO TEAR SOMETHING DOWN RIGHT NOW.'), (20318, 406, 'Johor Bahru, Johore', '#confirmpluschop my Ezlink Card pic gonna be damn MASAI! Hahahahah ! My prepared for the photo-taking :/'), (20319, 2114, 'Singapore', 'Shut up and put ur money where ur mouth is tat what u get for walking up in vegas'), (20320, 4529, 'Johor Bahru, Johore', 'I''m at StarHub Shop (Singapore, Singapore) http://t.co/Tv6yZXg1'), (20321, 18, 'Malaysia', '@PloYSaiizaStorY ก่าเบอะะะะ ะะะะ 5555'), (20322, 124, 'Johor Bahru, Johore', '@TrulyLee ohh . Long journey huh ? Boleh tidur dalam bus , ;)'), (20323, 4264, 'Johore, Malaysia', 'I''m at The Centrepoint (Singapore) w/ 3 others http://t.co/UcrSP4YL'), (20324, 2827, 'Johor Bahru, Johore', '@Rynwcz_ @natasharenalz @namirahazm_n hahaha xD yesyes had very much fun ^^v shall watch the movie soon again. &lt;3 meet you again soon &lt;3'), (20325, 2715, 'Riau, Indonesia', 'hujannnnnn?????'), (20326, 4531, 'Plentong, Johor Bahru', '#Library'), (20327, 3410, 'Pulai, Johor Bahru', 'azam bulan march is i want to improve myself for a better. xsemua orang selesa dengan kita :)'), (20328, 4547, 'Johore, Malaysia', 'just came out of a huge modeling deal - hopefully they liked me cause I''m going broke and need money @ItsMarsMoiz'), (20329, 3932, 'Johore, Malaysia', '@Divya__14 tryyyyy'), (20330, 665, 'Johore, Malaysia', 'Nnnnnnnn...'), (20331, 2653, 'Johore, Malaysia', '@Jollenesmilexz I think is like SHINee + SHINee World. But The fan club use to be SHINee world.'), (20332, 4548, 'Johore, Malaysia', 'Weekly craving satisfied. (@ Saizeriya Ristorante E Caffe) http://t.co/pQERuQiv'), (20333, 3863, 'Johor Bahru, Johore', '@FuzaRdzn erk aku pun nak single , maxis tu player wei . semua org pengguna dia dia send acentu =='''), (20334, 665, 'Johore, Malaysia', 'Vb'), (20335, 1205, 'Johore, Malaysia', '@ohmysofiaa If I realize !'), (20336, 4514, 'Johore, Malaysia', 'I''m at Wisma Atria (Singapore) w/ 4 others http://t.co/gBpwoz78'), (20337, 406, 'Johor Bahru, Johore', 'And stupid skirt sold out ! :/'), (20338, 1065, 'Johor Bahru, Johore', 'I dont wanna get involve'), (20339, 502, 'Johor Bahru, Johore', 'One more hour to go!'), (20340, 4549, 'Johor Bahru, Johore', 'I''m at Blk 746,St 71,pasir Ris http://t.co/RY837Cif'), (20341, 4245, 'Riau, Indonesia', 'kak,kira2 tiap hari kakak ada di loksyut gak? pengen deh kesana kapan2:( @Mutiaradea'), (20342, 2074, 'Singapore', '"Marriage on your mind?" "WHAT THE HELL NO"'), (20343, 4550, 'Johore, Malaysia', 'Almost die from hunger.'), (20344, 1752, 'Johore, Malaysia', 'Dinnering (@ iluma) http://t.co/EUPx1avE'), (20345, 471, 'Johor Bahru, Johore', '@Rebeccaolc _|_'), (20346, 1420, 'Johor Bahru, Johore', 'I''m at Blk 780 Lvl16 http://t.co/WyvjcF6G'), (20347, 665, 'Johore, Malaysia', 'Ahhhhh'), (20348, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli haha, dia pakai syida awek ajib masa tu. then syida call @Princess_Meoww then mira cakap kau sepupu dia xD'), (20349, 4551, 'Malaysia', '@VincePanna ไม่ไปเรียนลีลาศหรอจ้ะ? 555 ^^'), (20350, 1065, 'Johor Bahru, Johore', '@SyafiiieeQ What game?'), (20351, 4552, 'Johore, Malaysia', 'I''m at Starbucks (Singapore, Singapore) http://t.co/Q8CHlj9B'), (20352, 665, 'Johore, Malaysia', 'Poops'), (20353, 4048, 'Johore, Malaysia', '@ahhhyeeel Dah buat homework?'), (20354, 124, 'Johor Bahru, Johore', 'On my way to causeway to meet corinne . :)'), (20355, 406, 'Johor Bahru, Johore', 'The double XL is loose for me );'), (20356, 1741, 'Johore, Malaysia', 'Bought a mini cheesecake for myself. Heh.'), (20357, 3937, 'Tebrau, Johor Bahru', '#KenanganTadika waktu rehat makan cepat cepat semata-mata nak rebut buaian.'), (20358, 4478, 'Riau, Indonesia', 'haii kak ;;) RT @tessaaMRD: RT @IlfaAzlyani: mention'), (20359, 588, 'Johor Bahru, Johore', '@mynameisyanling things doesnt go smooth :(. How r u uh ?'), (20360, 593, 'Johor Bahru, Johore', '@SugaryKittyx I not sure. I with @yuxiang19944'), (20361, 1159, 'Kota Tinggi, Johore', 'I''m at Brian"s Crib http://t.co/VrNIGkXZ'), (20362, 4073, 'Johore, Malaysia', 'I''m at Al-Falah Mosque (Singapore, Singapore) http://t.co/Fc4adNyn'), (20363, 781, 'Johore, Malaysia', 'why. WHY do i even borther'), (20364, 4553, 'Johore, Malaysia', 'Friendly fires anybody?'), (20365, 4554, 'Johore, Malaysia', 'I want that piece'), (20366, 4547, 'Johore, Malaysia', '@BrookeBTweet @SherleyCourt followed (:'), (20367, 2827, 'Johor Bahru, Johore', 'Currently at khatib. -.- train can move faster?'), (20368, 2499, 'Singapore', 'Ppl ask me evry year wat I’d most appreciate gettin for my bday n its the same answer,for LFC to beat MUFC again n again,HAPPY BIRTHDAY #LFC'), (20369, 3193, 'Plentong, Johor Bahru', '@erichafitrih Hahaha Tk ahh td terserempak dgan dia Dia tny Ahmuy tk nmpk Shaz awk snua ke.'), (20370, 406, 'Johor Bahru, Johore', 'Hope mum not lazy to alter for me ^^'), (20371, 3932, 'Johore, Malaysia', '@colourfultapes yep ikr that''d be awesome'), (20372, 4478, 'Riau, Indonesia', 'haiii RT @mumutcimamay: RT @IlfaAzlyani: mention'), (20373, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana a,ah. lebih menyinga daripada singa. tapi ada protection, abang FJ bole selamatkan xD'), (20374, 4346, 'Johor Bahru, Johore', 'usaha tangga kejayaan\ndoa itu penting\nrestu dari ibu bapa sgt pedoa ibu bapa sgt penting'), (20375, 1919, 'Plentong, Johor Bahru', 'Kudapan (@ Kacang Pool Haji @ Plaza Larkin) http://t.co/7uAZouUs'), (20376, 1420, 'Johor Bahru, Johore', 'I''m at Nightlife Home http://t.co/h6gTh1el'), (20377, 283, 'Johor Bahru, Johore', 'Eh shinee.. Minho teaser pic.. Err..'), (20378, 3937, 'Tebrau, Johor Bahru', '#KenanganTadika bila gaduh "balik nanti, kite cakap dengan mak kite"'), (20379, 2114, 'Singapore', 'Give me some cash out baby ~'), (20380, 4057, 'Johore, Malaysia', '@cha_lacap hahaha.. Mabuti naman.. Eto kinakausap ko na sarili ko wahahahaha..'), (20381, 4478, 'Riau, Indonesia', 'kasian kena sindir'), (20382, 1198, 'Johore, Malaysia', 'I''m at Jaslyn''s Home http://t.co/nlgzTDoh'), (20383, 2715, 'Riau, Indonesia', '@SyahriniFC sesuatchu yechhhhhh hehehehe'), (20384, 3863, 'Johor Bahru, Johore', '@LeeyaSygg tweeting fbing , kau ?'), (20385, 4478, 'Riau, Indonesia', 'kasian kena sindir [Like it? http://t.co/iBcmp73w ]'), (20386, 3932, 'Johore, Malaysia', '@Smile1DFans thank you &amp; you''re beautiful too &lt;3'), (20387, 3328, 'Johore, Malaysia', 'I''m at Expo MRT Station (CG1/DT35) w/ @milikoh http://t.co/2zPo0j3F'), (20388, 4555, 'Riau, Indonesia', 'hei :D RT @larasoktvn'), (20389, 2114, 'Singapore', 'Twitter on phone ^^'), (20390, 4556, 'Plentong, Johor Bahru', 'I''m at Holiday Plaza (Johor, Johor) w/ 2 others http://t.co/OjsjA9no'), (20391, 1343, 'Johor Bahru, Johore', 'RT“@physorg_com: Scientists reveal inner workings of magnets, a finding that could lead to faster computers http://t.co/i1Sn0py9”'), (20392, 2653, 'Johore, Malaysia', '@Jollenesmilexz BBC =Block B Club.'), (20393, 3863, 'Johor Bahru, Johore', '@yuliyanatruffle oh rmbut dia panjang comel xD'), (20394, 3671, 'Johore, Malaysia', 'Just posted a photo @ Expo MRT Station (CG1/DT35) http://t.co/Wd56FPCX'), (20395, 2074, 'Singapore', '@maxallover congrats la, next time you play MVP'), (20396, 4547, 'Johore, Malaysia', '@Sommercdn @martyrogers im goood! hru?'), (20397, 4555, 'Riau, Indonesia', 'kakak :) RT @ainun_ramdhani'), (20398, 3932, 'Johore, Malaysia', '@Divya__14 woiiii take picture pleaase.'), (20399, 3055, 'Johor Bahru, Johore', '@iFARRK @yanayeyoh Yana tkleh coz tak join! :('), (20400, 283, 'Johor Bahru, Johore', 'BIGBANG'), (20401, 4318, 'Singapore', 'If you can do it tomorrow, why do it today?'), (20402, 2541, 'Plentong, Johor Bahru', 'Gayo Daejun. Hihi'), (20403, 1615, 'Singapore', 'perfect stream, perfect perf!!! T______T'), (20404, 1543, 'Johore, Malaysia', '@hongkiholic HAHAHAHAHAAHA!!!! then,let''s just spam their twitter for ftisland!:D u dont need to tell them u''ll be more patriotic than ever!'), (20405, 124, 'Johor Bahru, Johore', '@TrulyLee hahahahha ! Baring je lah . Malu ? Hahahahah'), (20406, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. So cannot watch. Just watch the videos on YouTube.'), (20407, 1421, 'Singapore', '@agrimsingh ain''t no bitch out there crazy enough for you, sonny'), (20408, 2074, 'Singapore', '@gleecurb @marklimweishen not cool bruce'), (20409, 2664, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @yunamusic :D'), (20410, 3187, 'Johor Bahru, Johore', 'I miss &amp; want the old times. #NewJourney'), (20411, 4558, 'Plentong, Johor Bahru', 'agk2 la wei.satu2 la babe.xsenonoh.haha'), (20412, 1470, 'Johore, Malaysia', 'My fav chocolate Cakie from colleague. :) so sweet. http://t.co/u2gBbaip'), (20413, 2827, 'Johor Bahru, Johore', 'I think,im gonna the woman in black again next week xD it was damn scary bt fun. The whole cinema shouted together . xD'), (20414, 4, 'Johore, Malaysia', '@iamanrose ans de dita hai'), (20415, 4480, 'Kota Tinggi, Johore', '@awemazingCHAR yeah, I thnk it''s gd too. Just feel their job scope kinda challenging.'), (20416, 3273, 'Johore, Malaysia', '@_fakeAsmileee_ Hii ! Abit , you ?'), (20417, 69, 'Johore, Malaysia', 'hingus pls la tkmu ganggu aku. kau dah lah mcm apple pie. berlendeh lemak bercream. fuh..'), (20418, 4316, 'Johor Bahru, Johore', 'Penipu haram !'), (20419, 3497, 'Johor Bahru, Johore', 'Dinner with Godma , cousin , Godpa , Lorne &amp; Cordelia . Lastly , my beloved dog (: [pic]: http://t.co/5YZcGYOK'), (20420, 1002, 'Indonesia', '@bernardtambtamb bantu promosi akun twitter ku ini yea pra, mauliate #HORAS'), (20421, 18, 'Malaysia', '@patt2534 อ่อ ๆ ๕๕๕'), (20422, 3932, 'Johore, Malaysia', '#PeopleIWantToMeet @keananieuwoudt @colourfultapes @1Dhoroscopes @False_Liam_Payn xx'), (20423, 2653, 'Johore, Malaysia', '@Jollenesmilexz Name Tag. Weird.'), (20424, 3863, 'Johor Bahru, Johore', '@FuzaRdzn haaa okay aku pun nak makan . bye bye take care .'), (20425, 4550, 'Johore, Malaysia', 'Almost die from hunger.'), (20426, 1615, 'Singapore', '@2AMONG @2AMkwon @2AMCHANGMIN @2AMjinwoon PERFECT PERF!!! 2AM jjang!!! &lt;3'), (20427, 3193, 'Plentong, Johor Bahru', '@fadhlinrashid Hahaha Fadh niii nmpk jorrr'), (20428, 3410, 'Pulai, Johor Bahru', 'haaa?? menyesal walk in closet orang. kan da nafsu membeli melebihi segala galanya.'), (20429, 3024, 'Johore, Malaysia', '@nikeccentrix HAHHAHAHAHAHAHAH tu tadi xD'), (20430, 3932, 'Johore, Malaysia', 'and the #1Dfamily ;")'), (20431, 4129, 'Senai Kulai, Kulai Jaya', 'Doa yang mengancam &gt;:) http://t.co/hUxXmge0'), (20432, 4559, 'Johore, Malaysia', 'Rsh warehouse sale -day 2! araw-arawin na yan...;)) @ Wisma gulab building http://t.co/evIBqFRk'), (20433, 18, 'Malaysia', '@PloYSaiizaStorY มาต่ะ พี่โบขายชาเย้นนนนแล้วววว'), (20434, 4245, 'Riau, Indonesia', 'MENDING FOLLBACK FANBASE INI SHIL,DARIPADA GALAU HEHE:D @ashillazhrtiara'), (20435, 2743, 'Plentong, Johor Bahru', '@NurulEkmi @anormaziah aah laa da lamenyeee x mkn seafood..ekmi jd organizer cpt!!'), (20436, 1307, 'Johor Bahru, Johore', 'Going to singapore (@ The Johor-Singapore Causeway) http://t.co/JgewBlaD'), (20437, 4560, 'Senai Kulai, Kulai Jaya', 'I''m at Kelab Fotokreatif (KFK) w/ @ftnhzwni http://t.co/tUKgTZJK'), (20438, 3645, 'Johore, Malaysia', 'Sick of listening to all the sings in my #ipod.'), (20439, 3599, 'Kota Tinggi, Johore', '@oOyaanaaOo anjuran sk0la ke?..,'), (20440, 4561, 'Plentong, Johor Bahru', 'I''m at Tebrau City Traffic Lights (Johor Bahru, Johor) http://t.co/m9NolQt2'), (20441, 2715, 'Riau, Indonesia', '@thalitalatief kapan maen ke riau kak(kuliner pekanbaru uizzzz enak2 lho)'), (20442, 4562, 'Johor Bahru, Johore', 'I''m at Sakura International Buffet Restaurant (Singapore, Singapore) http://t.co/KTKXdwy2'), (20443, 4563, 'Johore, Malaysia', '&lt;3 &lt;3 &lt;3 @lynettesim I''m bloated! http://t.co/K5LPUlEt'), (20444, 4478, 'Riau, Indonesia', 'hehe hai RT @triskamendlev: mentionRT @IlfaAzlyani: mention'), (20445, 4432, 'Malaysia', '@ununnize งืมมม'), (20446, 2361, 'Johor Bahru, Johore', '@marsypudding hais~ don''t trust me lors~ :('), (20447, 3055, 'Johor Bahru, Johore', '@nurulm OMG CALL ME MAYBE GAY GUY!!!!'), (20448, 3046, 'Johore, Malaysia', 'Omw back to teban bro =]'), (20449, 326, 'Plentong, Johor Bahru', 'I''m at My Place (Johor Bahru, Johor) http://t.co/MKuvZfYo'), (20450, 1936, 'Johore, Malaysia', 'I''m at Suyen''s crib ♡ http://t.co/T9my84c9'), (20451, 4432, 'Malaysia', '@Kkeez เหมือนกัน 5555'), (20452, 2361, 'Johor Bahru, Johore', '@JoltzSchiffer not me luh retard'), (20453, 240, 'Johor Bahru, Johore', 'Who the fuck do you think you are to stop me from taking shisha? It''s my fucking life. It''s my body. I die earlier, not you. So why care?'), (20454, 4564, 'Johore, Malaysia', 'I''m at Everton Food Place (Outram, Singapore) http://t.co/Qx0YNQMC'), (20455, 4478, 'Riau, Indonesia', 'haii kak;) RT @ulphaDNP: RT @IlfaAzlyani mention'), (20456, 1327, 'Johore, Malaysia', '@Sya_miza xpe bole u turn'), (20457, 3932, 'Johore, Malaysia', '@UpAllNialler your tweets are A+ okkk'), (20458, 2389, 'Johore, Malaysia', 'dinnerh (: (@ Chinatown Market &amp; Food Centre) http://t.co/END7tk33'), (20459, 4565, 'Johor Bahru, Johore', 'First ever pantry that is soooo simply nice &amp; chilling !! Comfortable TTM !'), (20460, 1615, 'Singapore', '@hweesan @xnetzz heh..waeyo!!?? this customer so troublesome!!??'), (20461, 2555, 'Johor Bahru, Johore', 'Finally home:-)'), (20462, 4467, 'Johor Bahru, Johore', '@ian_ianization 怎么那么开心啊?哈哈恭喜你呀!'), (20463, 1370, 'Johor Bahru, Johore', '@ruisshi yeah I''m doing lit in JC. haahhaha perfect excuse to lie on bed and mull over the texts! How are you!'), (20464, 2027, 'Johor Bahru, Johore', 'Will I ever get the chance to say the words, I make you feel the way that you belive?'), (20465, 4489, 'Riau, Indonesia', '@UlineVelova89 uline., klian dah slesai ujian prktek?'), (20466, 276, 'Johor Bahru, Johore', '@fahmi_seleng @wanorumairah bodoo. sukati aku laa wehhh'), (20467, 2543, 'Johore, Malaysia', 'I''m at Blk 80A Bedok Road (Bedok, Singapore) http://t.co/e4npMbGG'), (20468, 4478, 'Riau, Indonesia', 'hehe lagi apa kakcan? RT @tessaaMRD: haai muut ;;) RT @IlfaAzlyani: haii kak ;;) RT @tessaaMRD: RT @IlfaAzlyani: mention'), (20469, 2653, 'Johore, Malaysia', '@Jollenesmilexz I AM. :)'), (20470, 4558, 'Plentong, Johor Bahru', '#peopleiwanttome is @emirdanial'), (20471, 1615, 'Singapore', '@ichi_monji 2AM!!! i watched on my PC here~~~ it''s jjang!!! :D'), (20472, 4551, 'Malaysia', '@VincePanna อะไรคือดังๆอะั?'), (20473, 4289, 'Johore, Malaysia', 'I''m at Quiznos http://t.co/botByUah'), (20474, 3024, 'Johore, Malaysia', 'I had a mini-heart attack when suddenly all I type turn up to be chinese xD'), (20475, 3733, 'Kota Tinggi, Johore', 'I''m at Wendy''s (Singapore, Singapore) http://t.co/xKud1ook'), (20476, 2373, 'Johore, Malaysia', 'Diam lah nbcb i got say dunwan let issit -''- \nHe oso use very long alr ryte .'), (20477, 2894, 'Malaysia', '@lbadz_ น่าสงสาร'), (20478, 4245, 'Riau, Indonesia', 'AAA JGN GALAU SHILL. KEEP STRONG WEHEHE:P @ashillazhrtiara'), (20479, 4566, 'Johore, Malaysia', 'I''m at HMV (Singapore, Singapore) http://t.co/b7yo3jNM'), (20480, 4567, 'Riau, Indonesia', '.Senyuman adalah hadiah bagi orang dan juga bagi diri sendiri...'), (20481, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc @ZhenJingKimchi_ what time tmr? http://t.co/pv20BrRZ'), (20482, 3273, 'Johore, Malaysia', 'I can`t believe i let you walk away .'), (20483, 671, 'Johore, Malaysia', 'Why the police men cap look so funny now ?!?!?! Looked like Pokemon ash &gt;.&lt;'), (20484, 804, 'Johore, Malaysia', '@YYAALLIINNGG dont go think so much ;( k? Cheer up i am still that guy who can make u smile like an idiot and listen to you, but u r bz ;)'), (20485, 4564, 'Johore, Malaysia', 'I''m at Sebastian Mix Fusion Cuisine http://t.co/gPDW9EF2'), (20486, 2743, 'Plentong, Johor Bahru', '@anormaziah @nurulekmi i folo 2'), (20487, 1860, 'Johore, Malaysia', 'Yeah! I''m a stalker! SO WHAT?!'), (20488, 3055, 'Johor Bahru, Johore', '@iFARRK @yanayeyoh tu ah nasi goreng makan sorang je! Ada hati nak instagram :('), (20489, 2550, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 24 others http://t.co/1M2ZhhNO'), (20490, 4119, 'Johore, Malaysia', 'There is no fight left on the inside. But maybe that is where I should be. I''ve given up trying, I''m giving it all to You.'), (20491, 4568, 'Johor Bahru, Johore', 'BACK FROM CAMMP....'), (20492, 1370, 'Johor Bahru, Johore', 'OMG @UNTRUSTABLEKID DO ME A FAVOR AND GO AND WATCH THE SUNSET OK AND TAKE PICTURES OF THEM.'), (20493, 2715, 'Riau, Indonesia', '@SyahriniFC kapan main keriau. te2h keknya blm ad dech ke riau(pekanbaru)'), (20494, 124, 'Johor Bahru, Johore', '@Mackuereau well i can ! Its just that i have to go to the toilet . Hahahahaha'), (20495, 2653, 'Johore, Malaysia', '@IHEARTSUZY Really arh. :( Miss A als? == Same entertainment group.'), (20496, 2653, 'Johore, Malaysia', '@Jollenesmilexz V.I.P'), (20497, 2827, 'Johor Bahru, Johore', 'Me: sial ah namira,dah lah rambut aku mcm lelaki abeh aku tutup muka pekik. Unglam betul xD \n@NamirahAzm_n : hahaha! Diam lah kau nata xD'), (20498, 4558, 'Plentong, Johor Bahru', '#peopleIWantToMeet is @emirdanial'), (20499, 3467, 'Johore, Malaysia', 'After a loong absence! (@ Nektar) http://t.co/8btBawV4'), (20500, 2979, 'Johor Bahru, Johore', 'Seriously, I can wait.'), (20501, 415, 'Johor Bahru, Johore', '@jchichibu somebody basketball like zai only!!!'), (20502, 2373, 'Johore, Malaysia', 'you fucking forgotten what you said ? You said holidays i can use the whole day , NOW ? eh pls lah , next time pls keep ur promise .'), (20503, 4568, 'Johor Bahru, Johore', 'Just came out frm band..... Sien.... Now going back home'), (20504, 1543, 'Johore, Malaysia', '@skullhong 홍바보!!!!!&gt;_&lt; 바보 같이 굴지 않는다!!!!'), (20505, 3478, 'Tebrau, Johor Bahru', 'I''m at McDonald''s Ulu Tiram Drive Thru (Johor Bahru, Johor) http://t.co/DffNyYZm'), (20506, 3896, 'Johore, Malaysia', 'Must as well forget about it'), (20507, 4569, 'Plentong, Johor Bahru', 'I''m at Santa Barbara Polo &amp; Racquet Club Metrojaya Danga City mall.. http://t.co/JoWyepYE'), (20508, 4570, 'Johor Bahru, Johore', 'I''m at Bishan Stadium (Singapore, Singapore) http://t.co/9fTyfQ9u'), (20509, 4571, 'Johor Bahru, Johore', 'I''m at Blk 981B @ Buangkok Crescent http://t.co/tuI1UV4l'), (20510, 2652, 'Johor Bahru, Johore', 'YES“@fxtg88k: "Gorgeous shoes give you blisters."”'), (20511, 124, 'Johor Bahru, Johore', '@TrulyLee hahahaha . Then lean on your bf shoulder . Hahahahah'), (20512, 7, 'Johore, Malaysia', '@amirsyazwina That right. Btw thanks. okay act im so scary :/'), (20513, 4572, 'Johore, Malaysia', 'I''m at Holland Village (Singapore, Singapore) http://t.co/KOKFdEk4'), (20514, 2979, 'Johor Bahru, Johore', 'What''s wrong with my Blackshot together? zzz.'), (20515, 4478, 'Riau, Indonesia', 'makanya jadi orang jan terlalu gauuul'), (20516, 124, 'Johor Bahru, Johore', '@LoverLoiiopop yeah . :)'), (20517, 3273, 'Johore, Malaysia', '@_fakeAsmileee_ EL , science wrksht , thn the rest i nt sure .'), (20518, 587, 'Johore, Malaysia', 'I''m at Fitness Gym @ Blk 13 http://t.co/SvG2j9n2'), (20519, 69, 'Johore, Malaysia', 'berpenyakit betul la. asal bgn tido je ada hingus. =.='), (20520, 4555, 'Riau, Indonesia', 'hihi :) lagi apa larasss kecee :D wka @larasoktvn'), (20521, 4568, 'Johor Bahru, Johore', 'Going malaysia tmr ._. Didn''t even pack my things._.'), (20522, 2827, 'Johor Bahru, Johore', '@_purrplekitty it damn scary :)'), (20523, 3418, 'Johor Bahru, Johore', 'I''m at Sarah''s House. http://t.co/rUjbnklj'), (20524, 276, 'Johor Bahru, Johore', 'bongok lah mereka mereka nih. aku buat fb baru sebab nk remove frends yg saiko sumeee.'), (20525, 4478, 'Riau, Indonesia', 'hehe,lagi apa kakak? RT @ulphaDNP: @IlfaAzlyani heeii jugaak deeek ;;))'), (20526, 2555, 'Johor Bahru, Johore', 'Time to eattt!!!'), (20527, 3671, 'Johore, Malaysia', 'Got enough cameras? @ Expo MRT Station (CG1/DT35) http://t.co/JS7awcws'), (20528, 1343, 'Johor Bahru, Johore', '@feezee10 Wah Itu bahaya ganda dua!'), (20529, 3685, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 9 others http://t.co/qj0TN8FK'), (20530, 2227, 'Johor Bahru, Johore', 'Home. Tired. (@ Blk 498H, Tampines Street 45) http://t.co/CWtqxUYp'), (20531, 7, 'Johore, Malaysia', '@iAmyliaNatasya Thanks babyy :* Smk taman daya 3. Tahu ?'), (20532, 4571, 'Johor Bahru, Johore', 'I''m at Shop N Save (Singapore) http://t.co/8Wv4b2tG'), (20533, 584, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 7 others http://t.co/dYo1A0Pa'), (20534, 4573, 'Johore, Malaysia', 'And it''s a wrap at the office! http://t.co/IvrLTwcM'), (20535, 3322, 'Kota Tinggi, Johore', 'I''m at Bustop No 27309 (Opp Blk 978) http://t.co/qQoZ9cNf'), (20536, 4467, 'Johor Bahru, Johore', '根据调查显示, @uggene likes to use ''haha'', '':)'' \n\nHahah^^'), (20537, 2653, 'Johore, Malaysia', '@Jollenesmilexz Say A.'), (20538, 18, 'Malaysia', '@PloYSaiizaStorY ๕๕๕๕๕ ไปเคลียกับกะเจ้เอาาาเองหน๋าา'), (20539, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli entah la, aku macam lupa tapi memang ada call la, sebab aku nak cakap ngan mira kot xD'), (20540, 1584, 'Johore, Malaysia', 'Feeling lazy to OT but if i dont finish section U today, it willl continue to haunt me even in my sleep'), (20541, 682, 'Malaysia', '@JoannnaRamdzan why joe?'), (20542, 2957, 'Johore, Malaysia', 'Sometimes we should really think before we talk'), (20543, 4316, 'Johor Bahru, Johore', 'I rather die in my sleep ~'), (20544, 4480, 'Kota Tinggi, Johore', '@awemazingCHAR AIA.. I''m waiting for another agency''s call by this few days too which e wrking place is either bt batok or commonwealth.'), (20545, 4478, 'Riau, Indonesia', 'gi apa say? RT @mumutcimamay: Iaa haaii :D RT @IlfaAzlyani: haiii RT @mumutcimamay: RT @IlfaAzlyani: mention'), (20546, 4547, 'Johore, Malaysia', 'silent treatment never works on me cause i know exactly how to play the stupid childish games you do just as well'), (20547, 1179, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Bus 302 (Singapore) http://t.co/ksFSqToh'), (20548, 4574, 'Johore, Malaysia', 'Late lunch &amp; early dinner W/@denisechuaaa , @huiminnnnns &amp; Max :&gt; (@ Domani w/ @huiminnnnns) http://t.co/h9aP2SjX'), (20549, 2074, 'Singapore', '@maxallover we see :P playmaker siol'), (20550, 3567, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 16 others http://t.co/Aoq0mV7r'), (20551, 2187, 'Johor Bahru, Johore', 'I''m at Daiso (Singapore) http://t.co/yadxcSXT'), (20552, 291, 'Johor Bahru, Johore', '@EeyenLim difference between us is that I''m a smart attacker while you''re a reckless chiongster'), (20553, 18, 'Malaysia', '@patt2534 ๕๕๕๕๕๕๕๕๕๕ ไม่ได้ไปนานแล้วววเบออะ ๕๕'), (20554, 3193, 'Plentong, Johor Bahru', 'Ehh tk cakapa pape punnnn?'), (20555, 2073, 'Johore, Malaysia', 'mac ICECREAM..ROAR!!!MUAHAHAHAH'), (20556, 69, 'Johore, Malaysia', 'chey takla ahahhah'), (20557, 4575, 'Johor Bahru, Johore', 'I''m at Newcourt :) http://t.co/Lx0eWmsg'), (20558, 56, 'Johor Bahru, Johore', 'Nga otp ngan bb skali nak terberry pulak . Kecoh uh . Hhaha'), (20559, 3024, 'Johore, Malaysia', '#SekolahSayaAda cikgu yang pervetic (-_-)'), (20560, 2936, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 10 others http://t.co/uwqzAMNO'), (20561, 3242, 'Plentong, Johor Bahru', '@noynoysyukriah kalau xphm kasi hantok lu punye kepale kt dinding .'), (20562, 915, 'Johore, Malaysia', '@IanColorina bored?heehe!'), (20563, 283, 'Johor Bahru, Johore', 'BAD BOY.'), (20564, 3786, 'Pulai, Johor Bahru', 'I''m at TESCO Bukit Indah (Johor Bahru, Johor) http://t.co/wbCQXob9'), (20565, 1087, 'Johor Bahru, Johore', '@yannc2021 cause you didn''t see me working. I''m still stuck in office ok? http://t.co/r8rPGr2o'), (20566, 4339, 'Johore, Malaysia', 'I''m at marine parade central http://t.co/ByFO23BA'), (20567, 4461, 'Riau, Indonesia', '@rinrams follback y.'), (20568, 3839, 'Johor Bahru, Johore', 'Shall i go to school or go home straight?'), (20569, 124, 'Johor Bahru, Johore', '@TrulyLee ohhh . 0.0 erm , okay . Becareful then . Look out for the cars . :)'), (20570, 2192, 'Johor Bahru, Johore', 'I''m at Sin Ming Court Void Deck http://t.co/xcCxXB8J'), (20571, 2074, 'Singapore', '@aparonomasiac just got a mail from http://t.co/NdiPeWm0 . I wonder how they got my email in the first place.'), (20572, 932, 'Johore, Malaysia', '@SaxophonistD NAFA? WHATS THAT?'), (20573, 2827, 'Johor Bahru, Johore', '@_purrplekitty welcome :) and thankyou for the wish. :D'), (20574, 1091, 'Johore, Malaysia', 'I can''t take these terrible cough and cold and flu and runny nose anymore. Non-stop cough and sneezing. And crying too. =''('), (20575, 415, 'Johor Bahru, Johore', 'Things I hate after office hours: RT'), (20576, 4478, 'Riau, Indonesia', 'Nobody''s Perfect'), (20577, 69, 'Johore, Malaysia', 'masih tak percaya stengah duit aku dah hilang tadi pagi baru blanja barang dapur je. hais.. ahha'), (20578, 3922, 'Johore, Malaysia', 'Cheap, clean, accessible Beary hostel. So far, so good. (@ Beary Best! By Beary Good) [pic]: http://t.co/TtoCakIO'), (20579, 4576, 'Johore, Malaysia', 'HOME !! (@ Blk 501 Bedok North Ave 2) http://t.co/EwR89Qu6'), (20580, 4577, 'Johor Bahru, Johore', 'At Kofu here naoo playing bball ^~^'), (20581, 4478, 'Riau, Indonesia', 'Nobody''s Perfect [Like it? http://t.co/s8FVD9lP ]'), (20582, 1367, 'Johor Bahru, Johore', 'I''m at Bukit Batok East Ave 4, Blk 269 http://t.co/WvqjSVWa'), (20583, 3786, 'Pulai, Johor Bahru', 'I''m at Tea Garden http://t.co/EUCnFwY6'), (20584, 4578, 'Tebrau, Johor Bahru', 'I''m at AEON Tebrau City @ Johor Bahru (Johor Bahru, Johor) http://t.co/JMDhjYVF'), (20585, 3055, 'Johor Bahru, Johore', '@nurulm lol I love the song!!! :) reminds me of the prank call I did to you hehe'), (20586, 4568, 'Johor Bahru, Johore', 'It feels weird using my phone to listen to music now/: using my iPod nano is now a common thing for me..):'), (20587, 4478, 'Riau, Indonesia', 'RT @KamusCewek: Kalo ada cowok blg sayang ke kita, pasti ekspresi pertama itu senyum #KamusCewek'), (20588, 4579, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 26 others http://t.co/xTsxA2hi'), (20589, 7, 'Johore, Malaysia', '@yarkkkkpashhhaa Haha good. i sakit kepala sikit. *Speaking pun boleh. Haha'), (20590, 2936, 'Johore, Malaysia', 'I''m at Xin Wang Hong Kong Cafe (Singapore) http://t.co/Aa2uohKi'), (20591, 124, 'Johor Bahru, Johore', 'Did i said something wrong ?'), (20592, 1594, 'Johore, Malaysia', '@mrjonchong LIKE'), (20593, 3024, 'Johore, Malaysia', '#SekolahSayaAda kucing :3'), (20594, 503, 'Plentong, Johor Bahru', 'Sabar ye opah.nih sume dugaan kan.haihhhhh cian opah kite auw :( (@ Hospital Sultana Aminah JB w/ 2 others) http://t.co/v2nKwMMg'), (20595, 4561, 'Tebrau, Johor Bahru', 'I''m at Mee Too Photography http://t.co/TIsk8Gc3'), (20596, 440, 'Johor Bahru, Johore', '@doubleyouuem sleep la. Buses are fun to sleep on'), (20597, 3786, 'Pulai, Johor Bahru', 'I''m at McDonald''s Bukit Indah http://t.co/PAvD0K7M'), (20598, 2653, 'Johore, Malaysia', '@Jollenesmilexz A+ cause their blood type all A.'), (20599, 4580, 'Johore, Malaysia', 'Come here just to have dinner . Siaoliao ! &gt;.&gt; lazy cycle LOL . (@ East Coast Park Area C) http://t.co/NMY9cEx1'), (20600, 4581, 'Johore, Malaysia', 'I''m at The Clementi Mall (Singapore, Singapore) w/ 10 others http://t.co/LaM77a49'), (20601, 18, 'Malaysia', '@PloYSaiizaStorY ๕๕๕๕๕๕๕๕๕๕๕'), (20602, 483, 'Johore, Malaysia', 'Pcb those auntie can squeeze jiu squeeze. Never give chance de'), (20603, 4582, 'Johore, Malaysia', '@iamYourlanda #teamEachACup Whooop.'), (20604, 3402, 'Johor Bahru, Johore', '@StupidRuiZhen Ohh nvm :)'), (20605, 1194, 'Singapore', 'As Requested! Preorder SHINee’s 4th Mini Album Sherlock @ SGD19.90 (1 out of 5 random poster designs given while stocks last!)'), (20606, 2827, 'Johor Bahru, Johore', 'andro for a day. Wtf nata? xD'), (20607, 384, 'Malaysia', '@TheDanap ไม่เกี่ยวน่ะ!5555'), (20608, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns Ralph keeps on sweet talking to me.I keep falling for him over and over again. Argh, I know he''s a douche but.he''s so nice.'), (20609, 3932, 'Johore, Malaysia', '@Divya__14 no like literally take a pic'), (20610, 4316, 'Johor Bahru, Johore', '“@AkuSingaporean: When you buy something in a vending machine and stuck halfway. Fuuuuuuu!”'), (20611, 1132, 'Singapore', 'I''m addicted to Pokemon game!!! But digimon is still the best.'), (20612, 1194, 'Singapore', 'WTH WHY ONLY 19.90 :('), (20613, 804, 'Johore, Malaysia', '@YYAALLIINNGG when was the last time you had this feeling :) glad you are back :) welcome back~ sotong :)'), (20614, 4583, 'Johore, Malaysia', 'I''m at CDC koven - Potong Pasir Pick Up Point http://t.co/mXbOE0PN'), (20615, 1382, 'Johor Bahru, Johore', 'Was @PeiYi2706 talking to herself 5 minutes ago again? O.o'), (20616, 4582, 'Johore, Malaysia', 'Hanya ingat kamu, kala duka ku :&lt;'), (20617, 1211, 'Plentong, Johor Bahru', 'I''m at CIMB Permas Jaya (Johor Bahru, Johor, Malaysia) http://t.co/RkrQK9bp'), (20618, 1140, 'Johor Bahru, Johore', '@thiveebeanie @kickassredlips hahahaha if it really was for me then piaseh her lah.. Coz it wasn''t for her.. Hehehehe'), (20619, 1194, 'Singapore', 'nehmind not gonna buy shinee''s xD'), (20620, 440, 'Johor Bahru, Johore', 'Listening to seal lullaby again..'), (20621, 4444, 'Johor Bahru, Johore', 'I''m at MOF の My Izakaya (Singapore) http://t.co/ZWJww7HF'), (20622, 2227, 'Johor Bahru, Johore', 'While day out. R tired. But still a very productive day today! :)) satisfied.'), (20623, 467, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 29 others http://t.co/GWckaDm8'), (20624, 3939, 'Johore, Malaysia', 'I''m at H&amp;M (Singapore) w/ 8 others http://t.co/U3oAsW1N'), (20625, 2605, 'Johore, Malaysia', 'Cb. Wanna eat also no place to sit.'), (20626, 4264, 'Johore, Malaysia', 'I''m at The Basement by Kopitiam (Singapore, Singapore) http://t.co/sjtSmBVg'), (20627, 4478, 'Riau, Indonesia', 'haha cama;) nonton apa beb? RT @mumutcimamay: Lagi ntn beeb:) kamuu? RT @IlfaAzlyani: gi apa say? RT @mumutcimamay: Iaa h'), (20628, 2499, 'Singapore', 'And in the end,its not the years in your club that count,It''s the number of trophies in your club...HAPPY BIRTHDAY #LFC'), (20629, 3055, 'Johor Bahru, Johore', '@yanayeyOh @ifarrk Yana nanti I instagram my cake k and Farrah if nice, I send you ☺'), (20630, 3932, 'Johore, Malaysia', '@Divya__14 needs to hurry up and get me that pic'), (20631, 682, 'Malaysia', '@JoannnaRamdzan aik,,,camtue plak.. kesian gila,,'), (20632, 88, 'Johor Bahru, Johore', 'i''ll make him the third person know where i''m going...'), (20633, 440, 'Johor Bahru, Johore', '@ClarissaQQL Ahhh weary flipperling curl at thy ease~'), (20634, 1391, 'Senai Kulai, Kulai Jaya', 'I''m at City Chain (Indahpura Kulaijaya, Johor) http://t.co/t83EBPpu'), (20635, 4584, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 8 others http://t.co/IZpK2wGJ'), (20636, 946, 'Johor Bahru, Johore', 'Just Reached the Chalet..Damn Tired dat now Imma Lying on the Bed ..Aunty Entertaining Guests which is My Uncle''s Sis..'), (20637, 1421, 'Singapore', '@agrimsingh LOL maybe someone''s sending you subtle hints'), (20638, 4489, 'Riau, Indonesia', 'sm qta syang., :( tp hru sbtu aq gk da ujian prktek dow. emg klian mulai na kpn? kox lm x slesai na? RT @UlineVelova89: belum syg :( sabtu'), (20639, 3402, 'Johor Bahru, Johore', 'This is our love ♥'), (20640, 3932, 'Johore, Malaysia', '@Hungry4horan wow that''s really cute! x'), (20641, 895, 'Johore, Malaysia', 'Those moment when you feel so happy'), (20642, 1502, 'Johore, Malaysia', 'Damn english hmk how do zz'), (20643, 440, 'Johor Bahru, Johore', '@doubleyouuem ._. Where u go? Go home sleep la!'), (20644, 4478, 'Riau, Indonesia', 'messy galau aim'), (20645, 3024, 'Johore, Malaysia', 'I''m lookin'' forward to my KL trip but not my SCHOOL trip.'), (20646, 583, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 28 others http://t.co/Ys3dzwk4'), (20647, 4555, 'Riau, Indonesia', 'haha iyaaa sama sama :) owhh :D eh nama fb kamu apaan ? RT @larasoktvn'), (20648, 2565, 'Johor Bahru, Johore', '@GladysSeahh I''m alright babe'), (20649, 126, 'Tebrau, Johor Bahru', 'Sekarang ena da samuk korea punya drama XD haha . Aku tdk bersalah okay @FazreenaRahmans'), (20650, 4585, 'Riau, Indonesia', 'I''m at Fort Siloso (Sentosa Island, Singapore) http://t.co/movfn6G3'), (20651, 2653, 'Johore, Malaysia', '@IHEARTSUZY Ouh okay :) Thank you. :)'), (20652, 4586, 'Johore, Malaysia', '@mingfats @shing_nee what''s with the calling and stuff -.-"'), (20653, 4587, 'Tebrau, Johor Bahru', '@Hasinahp @Sehin23 @YiJieNoobNoob @sunny_penny outing! We must share d horror! Mwahaha!'), (20654, 69, 'Johore, Malaysia', '#BestThingAboutBeingSingle tkya nk pujuk pompan nya ngada ngada. menyamz. sepak nak?'), (20655, 3932, 'Johore, Malaysia', 'i will marry liam #okbro'), (20656, 4535, 'Johore, Malaysia', '120315 M!Countdown FTISLAND Severely☆\nhttp://t.co/44U1KATS \nvia:@FtDrLOVEarays'), (20657, 3529, 'Johor Bahru, Johore', 'Twitcon changed to Katniss-Inspired-Camwhoring-Session-During-Coursework-EC-because-I-Was-Bored xD #TotallyObsessedWithTheHungerGamesAlready'), (20658, 2262, 'Malaysia', '@Fu_heartless 199 ที'), (20659, 668, 'Johore, Malaysia', 'Looking back on the things I''ve done, I was trying to be someone.'), (20660, 4316, 'Johor Bahru, Johore', '“@TheseDamnQuote: I don''t have EX''s. I have Y''s. Like "Y the hell did I date you?”'), (20661, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana tapi FJ tu super F xD'), (20662, 3743, 'Kota Tinggi, Johore', 'Ngaji. If not can continue play basketball siah... :( (@ Blk 685A Jurong West St 64) http://t.co/LOdHRZPH'), (20663, 81, 'Johor Bahru, Johore', 'Cause love is over, love love is over tonight'), (20664, 768, 'Johore, Malaysia', '@_purrplekitty I''m craving for mac Brekkie too! Lol'), (20665, 124, 'Johor Bahru, Johore', '@TrulyLee hahah . Sure . :) while i drive ? 0.0'), (20666, 2664, 'Plentong, Johor Bahru', 'if you love me.you need to accept me as i am. my good,my bad. you need to accept it and adapt to it.i don''t have to change. but you are. :D'), (20667, 7, 'Johore, Malaysia', 'Hi model :P'), (20668, 4588, 'Johor Bahru, Johore', 'I''m at Hougang Mall w/ @veeohna http://t.co/chMi89yg'), (20669, 1087, 'Johor Bahru, Johore', '@yannc2021 *shakes head* reporting is a tough job.'), (20670, 3149, 'Johor Bahru, Johore', '@TuneTalk hi i wish to know what is the difference between 60 sec charging block and 30 sec charging block? thanks'), (20671, 4589, 'Plentong, Johor Bahru', 'got chased out of the office.'), (20672, 3560, 'Johor Bahru, Johore', 'Early dinner cum dessert with family :) (@ Terminal 2 w/ 11 others) http://t.co/ic69ZigX'), (20673, 4, 'Johore, Malaysia', '@iamanrose tusi menu kiha si naa ki mai tuhadi hasdi kheldi jindgi barbaad kar diti is lai mai kiha si ki'), (20674, 18, 'Malaysia', '@patt2534 ๕๕๕๕๕๕'), (20675, 4590, 'Malaysia', 'http://t.co/x5IShoc2'), (20676, 4459, 'Plentong, Johor Bahru', 'Aku nak nanges ni :''('), (20677, 4591, 'Johor Bahru, Johore', 'Hungry dao yao Si !!! (@ Long John Silver''s) http://t.co/05oqVUPH'), (20678, 415, 'Johor Bahru, Johore', '@jchichibu I''m in camp now lor where got jb! LOL!'), (20679, 2715, 'Riau, Indonesia', '@MK_MN @dahSyatMusik @inne_Milova mantap'), (20680, 1989, 'Johore, Malaysia', 'I''m at Marrison Hotel (Singapore) http://t.co/RVkC4jaw'), (20681, 3075, 'Johor Bahru, Johore', '@ZaineYing @kaayykayy hahahahaha..... Ur stocker...... Hahahahaha....'), (20682, 2729, 'Kota Tinggi, Johore', '@ryo74 oooo. Sport bra sexyyyy....'), (20683, 4555, 'Riau, Indonesia', 'sama :D , jgan bete2 mending hapy2 :'') *eh @Ayudiadiadia'), (20684, 768, 'Johore, Malaysia', '@jennytyl Wah seh!! Japan holiday ~~ woohoo'), (20685, 1211, 'Plentong, Johor Bahru', 'Pecah duit (@ CIMB Permas Jaya) http://t.co/DUBEfLeb'), (20686, 3599, 'Kota Tinggi, Johore', '@oOyaanaaOo peringkat pe?.'), (20687, 222, 'Johor Bahru, Johore', 'Don''t know what for, you''re turning heads when you walk through the doooooor RT @myraaong: Insecure.'), (20688, 3410, 'Pulai, Johor Bahru', '@ctAika haha da habes lab ke? nak beli nasik kukus x?yummeh'), (20689, 7, 'Johore, Malaysia', '@NurSabrinaSam Hi baby :*'), (20690, 4592, 'Johore, Malaysia', 'Module 6A 3/4 (@ SGX Centre 2) http://t.co/GadrjoDt'), (20691, 668, 'Johore, Malaysia', 'Help me, i can''t win this war.'), (20692, 88, 'Johor Bahru, Johore', 'he know my best buddie !!! hahaha... awesome'), (20693, 291, 'Johor Bahru, Johore', '@EeyenLim you talk shyt so much 1v1 -apomsh la make so much noise'), (20694, 844, 'Johor Bahru, Johore', 'batt tinggal 17%.. wth.. hahhaha'), (20695, 804, 'Johore, Malaysia', '@YYAALLIINNGG hehe my HD?'), (20696, 1087, 'Johor Bahru, Johore', '@MYuDreamRain oh no, yes you can. :)'), (20697, 4593, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 11 others http://t.co/zmKxU0lO'), (20698, 4290, 'Johor Bahru, Johore', 'I''m at Minions'' Gallery http://t.co/lTsDniEy'), (20699, 505, 'Johore, Malaysia', 'Branding is impt!!'), (20700, 1083, 'Johore, Malaysia', '@jaja3012 @nazri_ ja xbaik curang!'), (20701, 90, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 11 others http://t.co/VhVlOxCF'), (20702, 4480, 'Kota Tinggi, Johore', '@charisthegreat yup! I will! Hope to start wrk ASAP! Yup, received. Thanks a lot a lot!'), (20703, 895, 'Johore, Malaysia', 'Loyal woman deserve the best'), (20704, 4461, 'Riau, Indonesia', '@TesalonikaJnnt follback.'), (20705, 1022, 'Kota Tinggi, Johore', 'I''m at NTUC FairPrice (Singapore, Singapore) http://t.co/Z1jetBSZ'), (20706, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc @zhenjingkimchi_ Huh then meet what time?'), (20707, 4594, 'Johore, Malaysia', 'Alcohol screwed up ur mind. Examples been set. A leopard will nv change it spot.'), (20708, 4595, 'Johore, Malaysia', 'I''m at *SCAPE (Singapore, Singapore) w/ 6 others http://t.co/yfxyVa94'), (20709, 2653, 'Johore, Malaysia', '@Jollenesmilexz Angel. I know right so weird.'), (20710, 593, 'Johor Bahru, Johore', '@SugaryKittyx Okok. If you coming down then text me lor.'), (20711, 772, 'Johor Bahru, Johore', '@kobedarren @CherieCjl later :)'), (20712, 248, 'Tebrau, Johor Bahru', 'Meeting cousin at Aloha Terrace. First time riding motorcycle. I''m terrified!!'), (20713, 453, 'Johor Bahru, Johore', 'I''m at Yishun Swimming Complex (Yishun, Singapore) [pic]: http://t.co/4HKKs8fA'), (20714, 844, 'Johor Bahru, Johore', 'mendaq pe. hahaha'), (20715, 4596, 'Johor Bahru, Johore', 'I''m at Century Square (Singapore, Singapore) http://t.co/VVhbl7eS'), (20716, 2589, 'Johore, Malaysia', 'HOLIDAY MODE ON !!!'), (20717, 4392, 'Johor Bahru, Johore', '@AdeleSeah (Y)'), (20718, 415, 'Johor Bahru, Johore', 'Feel like going botak once again'), (20719, 3582, 'Johor Bahru, Johore', 'Full time win 6-4 !! woooo (@ Park Beside Peiying Primary School) [pic]: http://t.co/iJuRy74G'), (20720, 2979, 'Johor Bahru, Johore', 'Okayy, you not ready?'), (20721, 3149, 'Johor Bahru, Johore', '@umobilesb hi i wish to know what is the difference between 60 sec charging block and 30 sec charging block? thanks'), (20722, 3067, 'Johore, Malaysia', 'Wow!!! Crowded as ALWAYS with (@ City Hall MRT Interchange (EW13/NS25) w/ 7 others) http://t.co/VMHXV7pF'), (20723, 179, 'Johor Bahru, Johore', '@motorstig lol , can'), (20724, 1850, 'Johor Bahru, Johore', 'Uhuh home alone again . #teamforeveralone'), (20725, 55, 'Johore, Malaysia', 'BENGAY!? or us ^^ RT @euxuanlin: I like that gay thing a lot.'), (20726, 69, 'Johore, Malaysia', 'main air mcm budak kecik kat dlm toilet. bye'), (20727, 1260, 'Plentong, Johor Bahru', '@Normfasz_NF ƗƗɐƗƗɐƗƗɐ "̮.. Siape yang berjaya halang u tu?'), (20728, 3113, 'Riau, Indonesia', 'wwwkwk apaan @TaNTiCePeLa_LO, males ia, gmana ya blajar yang rajin kyk bang peter ckckckck RT @YessicaMEP namanya juga org pinter may :P'), (20729, 264, 'Singapore', '@Zophia98 Sorry for what sio? :OOO Heheh :))'), (20730, 1083, 'Johore, Malaysia', '@RusydiRosli alaa takut yg dasyat xfully scary bebanding takut extra dasyat!'), (20731, 1860, 'Johor Bahru, Johore', '@NurFatynAngel thanks fatin ! &lt;3'), (20732, 283, 'Johor Bahru, Johore', 'SEUNGRI COUNTING HIS PIERCING SO CUTE'), (20733, 4597, 'Johore, Malaysia', 'I''m at ION Orchard w/ @glitt3rcandy http://t.co/JfoRbUP8'), (20734, 1850, 'Johor Bahru, Johore', '"@LTAsg: Accident on KJE towards BKE after Tengah Flyover. Congestion till Tengah Flyover over"'), (20735, 4598, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 28 others http://t.co/WLh4EqDb'), (20736, 3024, 'Johore, Malaysia', 'Bila kene tanye pasal ''penyanyi wanita yang kau kenal'' mesti cakap siti nurhaliza. Outdated la korang ni.'), (20737, 1910, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/9iMhL6eO'), (20738, 1502, 'Johore, Malaysia', 'Cant stop repeating BABY IM SORRY'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (20739, 4599, 'Johore, Malaysia', 'Last groupon voucher. Hehe (@ Popeyes® Louisiana Kitchen) http://t.co/4ydj87ON'), (20740, 2620, 'Johor Bahru, Johore', 'I''m at My Dining Table!! http://t.co/DwwWt3Ga'), (20741, 3410, 'Pulai, Johor Bahru', '@ctAika bulan?'), (20742, 415, 'Johor Bahru, Johore', 'I''m at Civil Defence Academy (VTC) http://t.co/BRTm0kBW'), (20743, 1022, 'Kota Tinggi, Johore', '@eleapot syempre! Hehe.. Dito ko FP. Yoga kayo tonyt?'), (20744, 2418, 'Johor Bahru, Johore', 'Shall continue after the run. Really have to take a chill pill.'), (20745, 2262, 'Malaysia', '@Fu_heartless อ๋ออืมโอเค พี่รอพี่เขาก่อนเดียวพอพี่เขามาเดียวรีบไปรับนะ'), (20746, 804, 'Johore, Malaysia', '@YYAALLIINNGG take care in life :) hehe jia you ah dun give ho'), (20747, 50, 'Johor Bahru, Johore', 'Pleasee jgn call call call...irritating la'), (20748, 124, 'Johor Bahru, Johore', '@TrulyLee hahahah . Wah . Macam2 eh ? Hahahahah'), (20749, 4, 'Johore, Malaysia', '@iamanrose eh sara kuch mere karke hoeya pyar menu kalle nu tuhade naal nai ci tuhanu vi mere naal ci na tanhi eh sab kuch hoeya'), (20750, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku sekelas ngn aku,sumpahh time study memang CONFIRM takboleh fokus! Asyik pandang mukaa DIA sambil berangan je!\nXP #GilaBeb'), (20751, 804, 'Johore, Malaysia', '@YYAALLIINNGG up***'), (20752, 191, 'Singapore', '@Jon_tyty will do . can do .'), (20753, 4600, 'The Puteri Pacific, Plentong', 'Melepak selepas melawat tapak... (@ The Puteri Pacific Hotel) http://t.co/ehKkUXrx'), (20754, 4345, 'Johore, Malaysia', 'Sides @ Arirang Korean Restuarant @ Liang Seah Street http://t.co/RL9WhNGR'), (20755, 1087, 'Johor Bahru, Johore', '@yannc2021 and I''m starving...'), (20756, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc @zhenjingkimchi_ K.'), (20757, 2051, 'Plentong, Johor Bahru', 'Nasik lemak pulak (@ Mr combi cafe and kopitiam) http://t.co/apDSg5jb'), (20758, 2653, 'Johore, Malaysia', '@IHEARTSUZY haha. Yup. But I think will be Big Bang.'), (20759, 1741, 'Johore, Malaysia', 'Stupid patient wana complain cos i nvr inform doctor bout his high bp,padahal its ard baseline ape.nabeyyy'), (20760, 3301, 'Johor Bahru, Johore', 'I miss him &lt;3'), (20761, 4535, 'Johore, Malaysia', '120315 F.T.Island -- 지독하게 Severely on M! Countdown: http://t.co/FzmIn1MY\nvia:@FtDrLOVEarays'), (20762, 3402, 'Johor Bahru, Johore', 'Me and you ♥ http://t.co/BMODoF5w'), (20763, 3932, 'Johore, Malaysia', '@Divya__14 WHY DIVYA WHY'), (20764, 283, 'Johor Bahru, Johore', 'AIN''T NO FUN. &lt;33'), (20765, 4, 'Johore, Malaysia', '@iamanrose nai ta kuch vi nai c hona na tuhadi jindigi barbaad honi si naa meri life khrab honi ci'), (20766, 2254, 'Senai Kulai, Kulai Jaya', 'I''m at Johor Premium Outlets (Indahpura Kulaijaya, Johor) w/ 13 others http://t.co/ty5YUPn8'), (20767, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli hahaha, sikit la kelakarnya xD'), (20768, 124, 'Johor Bahru, Johore', '@Mackuereau who cares ? I told you i''m strong enough to flick your dragon with my tongue . :) hahahahahah'), (20769, 55, 'Johore, Malaysia', 'RT @DAILYDlARY: olny sxey poeple cna unscarbmle tish snetnece.'), (20770, 3485, 'Johore, Malaysia', 'I''m at Singapore Botanic Gardens http://t.co/AHG05Nhw'), (20771, 2080, 'Malaysia', '@Tumvadee ขอโทด ถ้าทำอะไรผิดไป :))'), (20772, 3932, 'Johore, Malaysia', '@Divya__14 you goondu ok!'), (20773, 3193, 'Plentong, Johor Bahru', 'HAHAHAHAHAHAHAHAHAHAH :''('), (20774, 4601, 'Malaysia', 'I''m at The Zon Duty Free @Padang Besar http://t.co/gU042PSE'), (20775, 4602, 'Johore, Malaysia', 'I''m at Bus Stop 42051 (The Sterling) (Singapore, Singapore) http://t.co/Qqn9M63g'), (20776, 1643, 'Johor Bahru, Johore', 'Faster my turn larh, so long /:'), (20777, 4555, 'Riau, Indonesia', 'lagi on twitt + pesbuk juga :) ohh yadeh sipp ntar aku add :D @larasoktvn'), (20778, 1382, 'Johor Bahru, Johore', 'I m forever inferior to p e i y i'), (20779, 3540, 'Johore, Malaysia', 'Just posted a photo @ Marina Bay Sands @ 57 Level Sky Park http://t.co/2rzFwR4H'), (20780, 3939, 'Johore, Malaysia', 'I''m at ZARA (Singapore, Singapore) http://t.co/AIm1Laqm'), (20781, 4603, 'Johor Bahru, Johore', '@Sertainly :D same here! Gg to pang kang soon?'), (20782, 3024, 'Johore, Malaysia', 'If I were to live in KL, i would choose digi as my phone prepaid. It has 20 sms free with every 6 sms sent.'), (20783, 4103, 'Johor Bahru, Johore', '@MelKnaus1 been signing all the petitions I could see ever since. -.-'), (20784, 4604, 'Johor Bahru, Johore', '@FAMJIEXIN yeap . :-) went thr for SL w/rackey trip.'), (20785, 4605, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 13 others http://t.co/N0241Z0j'), (20786, 4606, 'Johor Bahru, Johore', 'I''m at 126B Edgedale Plains (Singapore) http://t.co/W8gGwiHP'), (20787, 1244, 'Johore, Malaysia', 'I''m at Bus Stop 01059 (Singapore, Singapore) http://t.co/UXcU9EJO'), (20788, 4406, 'Johor Bahru, Johore', 'I''m at AMK Hub w/ @rforrenhao http://t.co/H85JGNWg'), (20789, 2653, 'Johore, Malaysia', '@Jollenesmilexz Inspirit. :)'), (20790, 1148, 'Johor Bahru, Johore', 'I''m at Blk 333 Bukit Batok Street 32 (Singapore) http://t.co/JubE2ELp'), (20791, 3557, 'Johor Bahru, Johore', 'Men@work.... @ Gate E22 Terminal 2 Changi http://t.co/WJ81RVTz'), (20792, 4432, 'Malaysia', 'แต่ก่อนสะท้อนแสงเงาสองเรานอนกอดกัน'), (20793, 1083, 'Johore, Malaysia', '@jaja3012 @nazri_ xpayah!min ho bagi nazri usya!xlama lagi die jadi cantik!'), (20794, 966, 'Riau, Indonesia', 'Rode mummy 3 times!'), (20795, 1850, 'Johor Bahru, Johore', '"God made coke; God made pepsi. God made me; oh so sexy. God made rivers; God made lakes. God made you; well... we all make mistakes."'), (20796, 7, 'Johore, Malaysia', 'Ha. Hi zaa minah rocker, gelabah, kuat bedekak. Eh? Hahaa'), (20797, 2554, 'Johor Bahru, Johore', '“@Angshiting: Some teachers are just too unreasonable.”'), (20798, 2254, 'Senai Kulai, Kulai Jaya', 'I''m at Baskin Robbins (Indahpura Kulaijaya, Johor) http://t.co/udsZE0dq'), (20799, 4461, 'Riau, Indonesia', '@Deviranthy follback.'), (20800, 3433, 'Johor Bahru, Johore', 'I''m at Pasir Ris Park (Area 1) (Singapore) http://t.co/nXzwo44T'), (20801, 81, 'Johor Bahru, Johore', 'Corn eh @ficobutternuts?? Bagus'), (20802, 4607, 'Johor Bahru, Johore', 'changi airport ni 11 12 lah sm supadio hehe, amiiin http://t.co/emHgxOCb'), (20803, 3932, 'Johore, Malaysia', '@teenswagster awkward when zayns cousin will marry him. haha!'), (20804, 2653, 'Johore, Malaysia', '@IHEARTSUZY Okay :) I will.'), (20805, 1963, 'Johor Bahru, Johore', 'wondering if anyone in Singapore got email from #Apple for their new #iPad delivery tomorrow ?'), (20806, 2460, 'Johore, Malaysia', 'sarap mag jogging :) @ Block 97 Old Airport Road http://t.co/iQc5iGXG'), (20807, 3861, 'Johore, Malaysia', 'I''m at I ❤ Taimei (Singapore, Singapore) http://t.co/e8ewfm0X'), (20808, 4608, 'Malaysia', 'I just ousted @salsabilaputrip as the mayor of Istana Plaza on @foursquare! http://t.co/gr5TKDm8'), (20809, 4608, 'Malaysia', 'I''m at Istana Plaza (Bandung) http://t.co/qTBZ9BMj'), (20810, 469, 'Plentong, Johor Bahru', 'Sungguh malas nk keje'), (20811, 1382, 'Johor Bahru, Johore', 'I m a loser'), (20812, 4571, 'Johore, Malaysia', 'Chillaxin☕ (@ Marriott Café) http://t.co/0NWTTpkY'), (20813, 4596, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 18 others http://t.co/hJ4cBweQ'), (20814, 58, 'Malaysia', '@SodsaiiZ ไม่ไปละ - -'''), (20815, 3149, 'Johor Bahru, Johore', '@Zairie_Maxis hi my no is 012-7702497. user name charan81.thanks'), (20816, 1326, 'Kota Tinggi, Johore', 'I''m at Braddell MRT Station (NS18) (Singapore, Singapore) w/ 4 others http://t.co/fo8UWhQv'), (20817, 3823, 'Johore, Malaysia', 'Conclusion. When u are broke, just go window shopping with your buddies'), (20818, 4555, 'Riau, Indonesia', 'eh iyaa udah aku add :D haha @larasoktvn'), (20819, 2664, 'Plentong, Johor Bahru', '@AjimAnis akak 2 kali lebih rendah dari aku xD'), (20820, 665, 'Johore, Malaysia', 'I''m so lonely ~'), (20821, 1382, 'Johor Bahru, Johore', 'I m dumb'), (20822, 124, 'Johor Bahru, Johore', '@Mackuereau you''re the gay one fag ! Hahahahahahaha'), (20823, 2015, 'Johore, Malaysia', '@yunisbungisngis Hi Dora! Lol, jk'), (20824, 4609, 'Johor Bahru, Johore', 'Hungryyyyyyyy'), (20825, 384, 'Malaysia', '@TheDanap กร๊ากกกก~&gt;&lt;~'), (20826, 3511, 'Johor Bahru, Johore', 'Who is this ?! http://t.co/BuzsbUAf'), (20827, 3053, 'Johor Bahru, Johore', 'The unexpected surprise.'), (20828, 4582, 'Johore, Malaysia', 'HIT THE LIGHTS LET THE MUSIC MOVE YOU.'), (20829, 58, 'Malaysia', 'เย็ดแม่เซ็ง'), (20830, 1850, 'Johor Bahru, Johore', '@hafiq_hanapi i have you dowan ..'), (20831, 3932, 'Johore, Malaysia', 'OH AND I FORGOT #PeopleIWantToMeet @Kimthawesome and @HeyPriyah :) Xx'), (20832, 3922, 'Johore, Malaysia', '"@BearGrylls: ''All life is a chance. So take it! The person who goes furthest is the one who is willing to do and dare.''" #fb'), (20833, 2664, 'Plentong, Johor Bahru', 'semakin ramai orang mengenali kite. semakin ramai orang akan membenci kite :)'), (20834, 3896, 'Johore, Malaysia', 'Continuing mocking me used to it.'), (20835, 3599, 'Kota Tinggi, Johore', '@oOyaanaaOo B''tuah ;'' }'), (20836, 1741, 'Johore, Malaysia', 'And i took his blood presure in the morning ok. The doctor also stupid nvr see properly.'), (20837, 2827, 'Johor Bahru, Johore', 'RT @Rynwcz_: THIS RT @SayingsForGirls: Being single sucks when you know exactly who you want.! :/”'), (20838, 4610, 'Johor Bahru, Johore', '@FathineeNaboloh u write wad?'), (20839, 4611, 'Tebrau City Shopping Centre, Tebrau', 'Window ShoppinGg :) (@ AEON Tebrau City Shopping Centre w/ 4 others) http://t.co/s68acLCQ'), (20840, 58, 'Malaysia', 'แม่งเหี้ย :('), (20841, 3055, 'Johor Bahru, Johore', '@yanayeyOh @ifarrk da jgn sedih, pergi mkn nasi goreng sana.'), (20842, 1643, 'Johor Bahru, Johore', 'That dog in the show so damn cute can. I want!! Can run so damn fast sialz.'), (20843, 4612, 'Malaysia', 'I''m at Robinson Had Yai (โรบินสัน หาดใหญ่) (Hat Yai, Songkhla) http://t.co/sgJjNMU2'), (20844, 4613, 'Johor Bahru, Johore', 'ah bear is here charging her iphone. lol (@ hello! SingTel Shop) http://t.co/PowJoSss'), (20845, 2894, 'Malaysia', 'กูจะมาออนยูวันอาทิตย์ แต่กูออนทวิตทุกวัน #เพื่อ'), (20846, 4614, 'Johore, Malaysia', 'WORKKK!!! Come come sogurt~ (@ Sogurt) http://t.co/IbuP9MlQ'), (20847, 18, 'Malaysia', '@Bverzlyy @patt2534 เจ้ค่อยไปต่อน้าา ไปออกกำลังกายยก่อนจ้าา'), (20848, 3896, 'Johore, Malaysia', 'Never good enough for anything and anyone'), (20849, 1543, 'Johore, Malaysia', '@hongkiholic HAHAHAHAHA!!!!kk hot ur point:) but when i spam them,i also have to say that i''ll be more patriotic than ever?:D'), (20850, 88, 'Johor Bahru, Johore', 'my best buddie ever!!! shashot and shirot kekeke http://t.co/PYIH9bbP'), (20851, 4287, 'Plentong, Johor Bahru', '#SusahSukaDenganOrangSusahBenciDenganOrang'), (20852, 7, 'Johore, Malaysia', 'Everything gonna be okay. But iNotOkay?'), (20853, 4615, 'Johor Bahru, Johore', 'I''m at Simei MRT Station (EW3) (Singapore, Singapore) http://t.co/IVarKeCA'), (20854, 1388, 'Johore, Malaysia', 'Picking up stuff (@ 65 Tiong poh rd) http://t.co/rWhueyJT'), (20855, 58, 'Malaysia', 'พอจะเอาจิง ๆ ก็ไม่ไปเนี่ยละ เย็ดแม่'), (20856, 4587, 'Tebrau, Johor Bahru', 'I hope/pray that the day will come when I meet someone who I can share my passion with.. A partner.. That''d be very nice :-)'), (20857, 2227, 'Johor Bahru, Johore', 'Home and saw the ps3 is back! And Fifa street has been bought! Thx bro! :DD Alhamdulillah.'), (20858, 4610, 'Johor Bahru, Johore', '“@Retwittings: Complete the sentence: #MyParentsCanBe _____.” naggy but lovely &lt;3'), (20859, 1017, 'Johor Bahru, Johore', 'too late to take a nap..'), (20860, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku dapat Tawaran ke sekolah lain,aku org 1st yg happy untuk DIA.. #Untunglah Crush aku yg pandai bukan akuu..XDD'), (20861, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana tu la gelaran yang diberi, kita budak2 ikot je xD'), (20862, 4616, 'Johore, Malaysia', 'Ahhhhhh back ! :DDDD'), (20863, 4, 'Johore, Malaysia', '@iamanrose jida tusi kende pai naa ki mai tuhadi hasdi jindgi kharba kar diti te tusi eda hi samj lo'), (20864, 3571, 'Johor Bahru, Johore', 'I''m at Subway @ Ang Mo Kio Jubilee (Ang Mo Kio, Singapore) http://t.co/DbyfcaRR'), (20865, 2060, 'Johor Bahru, Johore', 'Jus becos i hav a gf and u did that?'), (20866, 893, 'Johor Bahru, Johore', 'I''m at Under MRT track. (Singapore) http://t.co/IUzQFcNk'), (20867, 4607, 'Johor Bahru, Johore', 'Eh knpe nu? RT @ibnunawila: Pray for pontianak. Semoga pontianak damai sejahtera. http://t.co/EVymPzjC'), (20868, 1667, 'Johore, Malaysia', 'Expert views on RBI''s mid-quarter policy review http://t.co/T950mYhc #investing'), (20869, 4467, 'Johor Bahru, Johore', '@Meikee_Tan OMG SUZY&lt;3'), (20870, 702, 'Johore, Malaysia', 'I just ousted Eric T. as the mayor of Sauce on @foursquare! http://t.co/KmErWgh4'), (20871, 702, 'Johore, Malaysia', 'I''m at Sauce (Singapore, #01-10/12) http://t.co/1b0bUhmE'), (20872, 966, 'Riau, Indonesia', 'Waiting for monster rock to start! http://t.co/Kzg1AGTk'), (20873, 2060, 'Johor Bahru, Johore', 'No comments'), (20874, 50, 'Johor Bahru, Johore', 'Kena raped sia lelaki nie...hah'), (20875, 2806, 'Johor Bahru, Johore', 'I''m at My Room http://t.co/dgEPtAJE'), (20876, 4617, 'Indah Shopping Centre, Pulai', 'Holiday! (@ AEON Bukit Indah Shopping Centre) http://t.co/P6euw1Q5'), (20877, 63, 'Johor Bahru, Johore', '"@Retwittings: Mention a friend who is as horny as a goat." @shaheedmcmnak xD'), (20878, 1370, 'Johor Bahru, Johore', 'Rhe dust collecting on the ivory keys, neglected by other commitments.'), (20879, 1163, 'Johore, Malaysia', 'My job requires strong Maths bg ... That''s why I still can survive my Maths module hahaa'), (20880, 1741, 'Johore, Malaysia', 'Ok relax breathe in n out. Sabar sabar.'), (20881, 904, 'Johor Bahru, Johore', 'I''m at JiaYi''s pineapple! ♡ http://t.co/d2Kd32dZ'), (20882, 4610, 'Johor Bahru, Johore', 'I wanna go eastpoint! But lazy walk!'), (20883, 4241, 'Johor Bahru, Johore', 'I''m at Karu''s indian banana leaf restaurant (Singapore, Singapore) http://t.co/tuNmg6KM'), (20884, 1860, 'Johor Bahru, Johore', '@NurFatynAngel kay. U too! &lt;3'), (20885, 4515, 'Johore, Malaysia', '@bulletthrough they have one side red but got grooves, better to have clear for me ;('), (20886, 2653, 'Johore, Malaysia', '@IHEARTSUZY They are the most powerful there.'), (20887, 124, 'Johor Bahru, Johore', '@TrulyLee hahaha . :) good to know that . :) have you eaten ?'), (20888, 768, 'Johore, Malaysia', '@_purrplekitty oh ya! It''s Sch holidays now~'), (20889, 4582, 'Johore, Malaysia', 'Gah, Bobby kenapa hot sangat ni? Haiss. Stress, cube tngk MILLION DOLLAR MONEY DROP. Hot gila oi, Dhe tak button baju dia yg atas atas sana,'), (20890, 196, 'Johor Bahru, Johore', '@Jerwaynehtw faster ah!!!!'), (20891, 4555, 'Riau, Indonesia', 'iyaaa udahh aku lupaakk @larasoktvn'), (20892, 2139, 'Johore, Malaysia', '@Jiamin_Bliss Okayokay I will! Okay, you plan laa. LOLOL.'), (20893, 4618, 'Johore, Malaysia', 'Dinner @ my fav lunch place near town office @ Netau-Retsu Ichibantei Restaurant http://t.co/9XCjgSxu'), (20894, 2393, 'Johor Bahru, Johore', '@ivanlim24 err.. Noon? I think I''ve to get back to study. I''ve been reading all day :/'), (20895, 3733, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 22 others http://t.co/OCYs4rVj'), (20896, 440, 'Johor Bahru, Johore', '@doubleyouuem no jio D: jkjk. U very free hor? LOL. Go sleep!'), (20897, 3283, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard w/ @moremorekaching http://t.co/D4GwkqJp'), (20898, 4619, 'Malaysia', 'ตรวจฉี่ๆๆ @ Sirosos Hospital http://t.co/LhpXxBAH'), (20899, 183, 'Johore, Malaysia', 'Unhealthy dinner. :( (@ Texas Chicken) http://t.co/EaYKjSRb'), (20900, 931, 'Johor Bahru, Johore', '@Shermainezxc for hos breath'), (20901, 4610, 'Johor Bahru, Johore', 'I seriously damn lazy do e-learning!!! WALAU!!!!'), (20902, 2979, 'Johor Bahru, Johore', 'haha funny siol.'), (20903, 196, 'Johor Bahru, Johore', 'Eve so evil, she said the dimple thingy I jitao laugh out loud sia. Wthwth.'), (20904, 1543, 'Johore, Malaysia', '@hongsyie introduce them to us!!!ㅋㅋㅋㅋㅋ i was kidding!:D'), (20905, 2119, 'Johore, Malaysia', 'yeay..!!parcel dah sampai..cuma tak sempat nak ambil kat office..class habis kul 6pm :( bsok je laa...'), (20906, 4, 'Johore, Malaysia', '@iamanrose haan eh ta gal thik aa per oh taa hun vi kuch eda di hai'), (20907, 1522, 'Johor Bahru, Johore', '@Melhuels :D :D'), (20908, 7, 'Johore, Malaysia', '@NurSabrinaSam bubuy? what stuck name haha'), (20909, 262, 'Johore, Malaysia', '@kellylilin Ecp :['), (20910, 4607, 'Johor Bahru, Johore', 'Eh pontianak ngape kok TL heboh?? http://t.co/tCELUPP3'), (20911, 440, 'Johor Bahru, Johore', 'Omg. Tmr whole day busy. Got concert'), (20912, 4610, 'Johor Bahru, Johore', 'Lazyness kills -.-'), (20913, 4620, 'Johore, Malaysia', 'I''m at Han''s http://t.co/3QzNDTJ5'), (20914, 124, 'Johor Bahru, Johore', '@Mackuereau me too . :) hahahahahah'), (20915, 440, 'Johor Bahru, Johore', 'Saturday I going plaza sing with friends.'), (20916, 4621, 'Johor Bahru, Johore', 'I''m at 157D Rivervale Cresent.. http://t.co/opJBVQAb'), (20917, 4622, 'Plentong, Johor Bahru', '@YDiyanaa MAYBANK ~ HO KAR MEN 164856080944 ... RM247'), (20918, 283, 'Johor Bahru, Johore', 'FANTASTIC BABY. 4 SONGS. BOOMSHAKALAKA. BIGBANG.'), (20919, 2112, 'Johore, Malaysia', 'I''m at Texas Chicken (Singapore) http://t.co/E5FqMzer'), (20920, 440, 'Johor Bahru, Johore', 'Sunday I might be going out with friends too.'), (20921, 1629, 'Johore, Malaysia', 'I''m at Wong jingtian house http://t.co/tpaXDH4G'), (20922, 1208, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange (Singapore) http://t.co/N7zhnppo'), (20923, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku famous,KONFEMM tak layannya aku ni..\nIm Just A fan..:P'), (20924, 3529, 'Johor Bahru, Johore', 'Most probably gonna change it again later because my Mockingjay pin isn''t VUJZZZZHAAAM enough :p'), (20925, 665, 'Johore, Malaysia', 'Feel like puking. Train sickkkkk.'), (20926, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana haha, kalau da bahagia tu oke la, dari yang dulu :)'), (20927, 310, 'Johore, Malaysia', 'I''m at Sim Lim Square (Singapore) w/ 2 others http://t.co/gmLcXfeA'), (20928, 440, 'Johor Bahru, Johore', 'WHERE GOT TIME DO HW? OMG. I think I got to chiong today'), (20929, 1324, 'Plentong, Johor Bahru', 'I''m at traffic light tampoi / kg melayu majidee (johor bahru, johor) http://t.co/bzqZfa60'), (20930, 4623, 'Johore, Malaysia', 'My art director passes me a cup of tea... In a Winnie the pooh mug! Awww @ BBDO/Proximity Singapore Pte Ltd http://t.co/Z4jHgRMb'), (20931, 4624, 'Johore, Malaysia', 'With biying n fat long. Waiting for keng siew (at The Cathay) — http://t.co/0PAkVlYy'), (20932, 1524, 'Johor Bahru, Johore', '@imkaiyisah yeahhh why uh?'), (20933, 958, 'Johor Bahru, Johore', '@YilingGumshoe hahas. Nevermind de la.:)i just now joking only:). Plus i also left le.'), (20934, 3336, 'Senai Kulai, Kulai Jaya', 'I''m at Seagate International (Johor) Sdn Bhd (Senai, Johor) http://t.co/qbIlJ3Cw'), (20935, 191, 'Singapore', '@Jon_tyty stop poking meeeeee !! :('), (20936, 1588, 'Johore, Malaysia', 'In the cable (@ The Singapore Flyer w/ 3 others) http://t.co/quO4VrkU'), (20937, 2664, 'Plentong, Johor Bahru', '@AjimAnis haha, maken muda maken tinggi. bhaha'), (20938, 107, 'Johore, Malaysia', 'I''m at FairPrice Finest (Singapore, Singapore) http://t.co/0ZgxP0B6'), (20939, 283, 'Johor Bahru, Johore', '“@Joey__Ng: RT @asdesfghjkl: After mr sied(idl how to spell) kept correcting @Joey__Ng , she was all like "I swear.. He hates me" HAHAHA !”'), (20940, 2653, 'Johore, Malaysia', 'BIG Bang performing Fantastic Baby on M!Countdown now.'), (20941, 2604, 'Johore, Malaysia', '@AizvD eh next month p kami magkaka-wifi s bahay. lipat kc ulit kami eh...'), (20942, 665, 'Johore, Malaysia', 'On the train w @OkCanKK and @TohBugLemonpop'), (20943, 4625, 'Johore, Malaysia', 'Ulalaaaaa http://t.co/HDXceDju'), (20944, 4626, 'Johore, Malaysia', 'I''m at Walton International Group (S) Pte Ltd (City, Singapore) http://t.co/7nS3fv1w'), (20945, 3274, 'Johore, Malaysia', 'I''m at Abercrombie &amp; Fitch (Singapore) w/ 5 others http://t.co/mxYbffXN'), (20946, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh i am Bazil'), (20947, 3165, 'Plentong, Johor Bahru', 'HARI NI HARI MALANG SEDUNIA EH? OKAY FINE :('), (20948, 4025, 'Johore, Malaysia', 'I''m at 407 Pandan Gardens (Singapore, Singapore) http://t.co/jgmqR5Pd'), (20949, 2653, 'Johore, Malaysia', '@Jollenesmilexz Welcome :)'), (20950, 1471, 'Tebrau, Johor Bahru', 'Gave 1 cent to spell. Charity. http://t.co/aDS6AODJ'), (20951, 2979, 'Johor Bahru, Johore', '@fluffy_lovee Gws. :D'), (20952, 1850, 'Johor Bahru, Johore', '@hafiq_hanapi you dont speaking english with me . Tak lah aku blh ajr kau main bola ..'), (20953, 1156, 'Pulai, Johor Bahru', 'Lapoooo po po po'), (20954, 4627, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) http://t.co/w1KtnsVy'), (20955, 3193, 'Plentong, Johor Bahru', '@RaihanHamid Nevermindddd. Dont care about me....'), (20956, 196, 'Johor Bahru, Johore', 'Eve teaching me skills to suan bitch. HAHAHAHA'), (20957, 2487, 'Johore, Malaysia', 'I''m at Novena MRT Station (NS20) (Singapore, Singapore) http://t.co/ABtTVqle'), (20958, 2979, 'Kota Tinggi, Johore', '@germandalxt Relax!'), (20959, 3459, 'Johore, Malaysia', 'I''m at Seoul Garden (Singapore, Singapore) http://t.co/TQBiFUo8'), (20960, 4628, 'Johor Bahru, Johore', 'At eighteen chefs with mich:)))'), (20961, 3055, 'Johor Bahru, Johore', '@iFARRK @yanayeyoh takpe aku jap lagi Ada cake dalam perut! HAHAHA'), (20962, 2074, 'Singapore', '@aparonomasiac but...i''m not ready yet *blushes*'), (20963, 4555, 'Riau, Indonesia', 'iyaa maklumm orang sibukk jadi sering lupaa *eh wkwk @larasoktvn'), (20964, 4515, 'Johore, Malaysia', '@bulletthrough went to art friend and mustafa centre but don''t have what I want! I think have to do it myself -_-'), (20965, 3029, 'Johore, Malaysia', 'I''m just flabbergasted http://t.co/ZX4VUzcN'), (20966, 1571, 'Senai Kulai, Kulai Jaya', 'Rasa ganjil tak berkejar2 harini.'), (20967, 3193, 'Plentong, Johor Bahru', 'Nevermind sayang, I''ll find someone better than you okay? :'')'), (20968, 4629, 'Plentong, Johor Bahru', 'Bapak murah brg fone (@ Holiday Plaza w/ 3 others) http://t.co/MBKJP0rr'), (20969, 4612, 'Malaysia', 'I''m at MK Restaurant (เอ็มเค เรสโตรองต์) (Hat Yai, Songkhla) [pic]: http://t.co/V7XwQ33K'), (20970, 4630, 'Johor Bahru, Johore', 'Mummy help me bathe baby! Now he is white and clean!! :)'), (20971, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah me too.'), (20972, 4555, 'Riau, Indonesia', 'hahaa :) @Ayudiadiadia'), (20973, 4631, 'Johor Bahru, Johore', 'FRENCH HW instead of FRENCH fries!!!!:( sucks X('), (20974, 4610, 'Johor Bahru, Johore', 'How old oni go iphone play ah! So fortunate'), (20975, 2979, 'Kota Tinggi, Johore', '@witheringdreams Of Cos!'), (20976, 1860, 'Johor Bahru, Johore', '@NurFatynAngel Wellys?'), (20977, 1147, 'Johor Bahru, Johore', '@RattleUrbone_ @priscillaaarawr wad bio work???? Hbl do wad??? Idk xia!'), (20978, 415, 'Johor Bahru, Johore', '@sinnikoh yup!!'), (20979, 2074, 'Singapore', 'watching a fat kid sing songs in an indian accent. life is sweet like this'), (20980, 1391, 'Senai Kulai, Kulai Jaya', 'I''m at Burberry, Premium Johor Outlets http://t.co/37rx4Wz9'), (20981, 4555, 'Riau, Indonesia', 'tapii kalo ada waktu ngeblokk yakk :D @HUSNULASIDOO'), (20982, 1456, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 17 others http://t.co/pEFWLQDI'), (20983, 4632, 'Malaysia', 'I''m at Diana Hatyai (ไดอาน่า หาดใหญ่) (Hat Yai, Songkhla) http://t.co/WtIuUfd4'), (20984, 107, 'Johore, Malaysia', 'I''m at Singapore Pools FairPrice Finest http://t.co/EVS1bTVY'), (20985, 665, 'Johore, Malaysia', 'And also @OkCanSim , @Neubronnah.'), (20986, 4519, 'Kota Tinggi, Johore', 'Lepak or going to mosque....choose the dark side or the light side'), (20987, 3539, 'Johor Bahru, Johore', 'A totally awesome one hour swim under the sun and warm waters &lt;3'), (20988, 3354, 'Johore, Malaysia', 'homework not done.'), (20989, 4610, 'Johor Bahru, Johore', 'When i was dat age,i was playing gameboy &gt;&lt; lol'), (20990, 4622, 'Plentong, Johor Bahru', '@YDiyanaa Monday.....'), (20991, 2715, 'Riau, Indonesia', '@firmanrizky1 @SyahriniFC hahahaahha firman fans syahrini jg'), (20992, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku gila macam adik aku,SUMPAHH carik Crush lainn!\nXP'), (20993, 4633, 'Johore, Malaysia', 'I''m at Kallang Bowl (Kallang, Singapore) http://t.co/Aw4yl8C2'), (20994, 4634, 'Plentong, Johor Bahru', 'Ikot kate kevin zahri...cycle...cycle.... (@ ONE Gym Muay Thai &amp; KickBoxing) http://t.co/1pL0FqeS'), (20995, 3939, 'Johore, Malaysia', 'Sale 50% all promotion (@ GAP) http://t.co/wOF7vRzf'), (20996, 2074, 'Singapore', 'HE GOT THE MOOOVES HAHA'), (20997, 1147, 'Johor Bahru, Johore', 'Break camp, go time to go home :)'), (20998, 276, 'Johor Bahru, Johore', '@norulaien laaa biar laa. takdak benda kekal lam dunia nih aihh'), (20999, 4610, 'Johor Bahru, Johore', '@FathineeNaboloh haha wads dat!! Aiyo! So diff :p'), (21000, 1194, 'Singapore', 'haters gonna hate. (; #idc'), (21001, 4635, 'Johore, Malaysia', '@Felixwriggles u come back liao ma?'), (21002, 2715, 'Riau, Indonesia', '@ieamsaguband hahhahahahha'), (21003, 4636, 'Johore, Malaysia', 'I''m at Marina Bay Sands (Hotel) (Singapore, Singapore) w/ 7 others http://t.co/FInsYfS3'), (21004, 4637, 'Tebrau, Johor Bahru', 'i am here :) (@ Austin Perdana) http://t.co/wUq8mhAJ'), (21005, 4345, 'Johore, Malaysia', 'ITC Hangout @ Arirang Korean Restuarant @ Liang Seah Street http://t.co/pghIXPP0'), (21006, 3055, 'Johor Bahru, Johore', '@iFARRK @yanayeyoh join ah Yana! :( nak cake tak? Lol'), (21007, 3896, 'Johore, Malaysia', '@nativeheartz haiz used tomit'), (21008, 4638, 'Johor Bahru, Johore', '@tara in fact rest of world except merkinia'), (21009, 1421, 'Singapore', '@agrimsingh just do it yaar'), (21010, 1850, 'Johor Bahru, Johore', '@PIXI3KID nice to meet you fixed rider ..?'), (21011, 2653, 'Johore, Malaysia', 'Booshakalaka &lt;3'), (21012, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana haha, rapat la jugak dulu, sekarang da jarang jumpe. kalau dia bole tunggu along sampai setahun insyaAllah dia bole jaga :)'), (21013, 4630, 'Johor Bahru, Johore', 'He is so tired now after running around in the house!! Haha! :D http://t.co/YyLBqnXU'), (21014, 1406, 'Johore, Malaysia', 'Acupuncture for the first time today. Wasn''t that scary ahha so proud of y bravery'), (21015, 999, 'Johore, Malaysia', '@Bozotastic ya LOL. mavis brendan ong priya ariel hany laksmi elton nirisha yuting me lo'), (21016, 951, 'Johor Bahru, Johore', 'I''m at Warren Country Club http://t.co/hp5O9e1f'), (21017, 84, 'Johor Bahru, Johore', '@AngelusChan why stoning?? Aiyo why dont want go home rest?!?'), (21018, 4112, 'Malaysia', '@DP_Dame ใบเดียวค่ะโซนD1'), (21019, 4639, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 14 others http://t.co/raEnIuid'), (21020, 2653, 'Johore, Malaysia', 'Lol. *Boomshakalaka'), (21021, 4054, 'Johor Bahru, Johore', 'Have I found you, flightless bird?'), (21022, 3805, 'Johor Bahru, Johore', 'I''m at Tampines St45 Blk 491G http://t.co/slA99Khw'), (21023, 772, 'Johor Bahru, Johore', '@kobedarren @cheriecjl haha for story. ? 0.0'), (21024, 1850, 'Johor Bahru, Johore', '@Axuisa i love sardines .'), (21025, 2664, 'Plentong, Johor Bahru', 'mat luthfi? :D'), (21026, 4111, 'Johor Bahru, Johore', 'I''m at Yishun Bus Interchange (Singapore) w/ 4 others http://t.co/eXhVwsFk'), (21027, 2809, 'Johore, Malaysia', 'Juust now was "kecoh" to the maxxx !! @imsxxsy_bxm @p1nkrxbbxn :) hahahs.... and i go home with Rui Jia they all "."'), (21028, 1421, 'Singapore', '@wonderxuqin haha probably their worst one! i just listen to their music a bit that''s all :P'), (21029, 1816, 'Plentong, Johor Bahru', '#tetiba dpt call from Prudential psl life insurance, #xkesahla tp kamo berckp ✗ berenti, panas telinga sy tau ✗?.. #gosh'), (21030, 1406, 'Johore, Malaysia', '@cowlovespig I have 4 thick cheem books to read wlao dieezzzz'), (21031, 2894, 'Malaysia', '@lbadz_ ดูดิดู'), (21032, 1850, 'Johor Bahru, Johore', '@rynnafenske @rafash_ash sial punye ashraf'), (21033, 4640, 'Johore, Malaysia', 'You come all this way you have to have a Singapore Sling. But they know that so it''s S$26 (@ Long Bar) [pic]: http://t.co/BWqV5M7v'), (21034, 2653, 'Johore, Malaysia', 'Eeee! Why breakdown?!'), (21035, 4489, 'Riau, Indonesia', 'sm., tp kox lm klian slesai na ya? iya lin., krna abiez uas hrus ngadapin TO dri dinas RT @UlineVelova89: senin kemarin tri :) tetap semanga'), (21036, 3534, 'Pulai, Johor Bahru', 'Hah..jln lg.. (@ Jusco Bukit Indah) http://t.co/PMmLH3jU'), (21037, 440, 'Johor Bahru, Johore', '@doubleyouuem you. :D'), (21038, 2303, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 20 others http://t.co/JD9DPHxd'), (21039, 3896, 'Johore, Malaysia', 'I am not the old me already so\nForget it'), (21040, 2074, 'Singapore', '@aparonomasiac not without a nike sponsorship ;)'), (21041, 276, 'Johor Bahru, Johore', 'Mark zuckerberg dah warning tak bagi add ramai dlm 1 masa. zz'), (21042, 2715, 'Riau, Indonesia', '@ieamsaguband gak minta oleh2 ma kiki do, hbiz dri bogor dia bnyak bwa oleh2 aq ja bnyak dibawaiinnya'), (21043, 3602, 'Johor Bahru, Johore', 'Meimeii feesing the fish . (@ Bishan Park) http://t.co/uD6Tk1eQ'), (21044, 3402, 'Johor Bahru, Johore', 'After tmr, my trip to Malaysia ^^'), (21045, 4392, 'Johor Bahru, Johore', 'No rights to judge me . It''s me . I''ll get my own problems solved . You don''t have to interfere . Go get on with your life .'), (21046, 864, 'Johor Bahru, Johore', '@Desmondtan12 pa camp;)'), (21047, 4480, 'Kota Tinggi, Johore', '@awemazingCHAR haha.. Really? Hahah.. If we gt the same job, that''s fate! xD'), (21048, 349, 'Johor Bahru, Johore', '@Charmiann hahaha! So funny. Depends lorhh maybe if next time got room but not fit my time i also dw to go already, like waste time go 1day!'), (21049, 3896, 'Johore, Malaysia', 'Stone-cold heart'), (21050, 3273, 'Johore, Malaysia', '@LostWords_ , i love your tweets ! ♥ \\m/'), (21051, 4641, 'Johore, Malaysia', 'w/ @adamrockerr @liyninja (@ Cold Stone Creamery w/ 4 others) http://t.co/971H3pyl'), (21052, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli tak la, menumpang rumah orang. maju la nenek aku kalau aku dok BP dy dok Putrajaya xD'), (21053, 4112, 'Malaysia', 'แมนป่ะล่ะ -.,- http://t.co/jFu6GiL2'), (21054, 276, 'Johor Bahru, Johore', '@norulaien haha twitter takdak laaa'), (21055, 2715, 'Riau, Indonesia', '@Daniel_safwan owh kuliah pa kerja?'), (21056, 4642, 'Singapore', 'Back pain...'), (21057, 1488, 'Tebrau, Johor Bahru', 'aku x ltop alya yg ltop .. aku tlong bwak paper bag j..“@bunkbunk_mooks: Letop !! Shopping aje RT @tajam_alya'), (21058, 4643, 'Riau, Indonesia', 'sarap matulog haizzzz @ movenpick heritage hotel room 508 http://t.co/EKfEdwjG'), (21059, 4644, 'Plentong, Johor Bahru', 'bana must be proud ^^'), (21060, 2979, 'Kota Tinggi, Johore', 'Wow, you gave me chances, I will cherish it for sure!'), (21061, 4, 'Johore, Malaysia', '@iamanrose mai eh kiha ki dona nu ik duje naal pyar hai is lai eh sara kuch hoeya ok'), (21062, 1421, 'Singapore', '@agrimsingh you get considered for sponsorship AFTER you do it :P'), (21063, 2664, 'Plentong, Johor Bahru', '@AjimAnis eh, muda oke dari kau, abang aku and kakak aku xD'), (21064, 4404, 'Johore, Malaysia', 'I''m at Tiong Bahru Plaza (Singapore, Singapore) w/ 2 others http://t.co/xl1FRj3Z'), (21065, 2890, 'Johor Bahru, Johore', 'Grocery shopping (@ NTUC FairPrice) http://t.co/eGw1h24H'), (21066, 3332, 'Johor Bahru, Johore', 'Waiting for my ice cream tea~ (@ KOI Café) http://t.co/no7QiU0g'), (21067, 1860, 'Johore, Malaysia', ':(('), (21068, 2460, 'Johore, Malaysia', 'it takes 28 days for it to be a habit. http://t.co/kC94OR2U'), (21069, 4315, 'Johore, Malaysia', 'I''m at Bugis Junction w/ @abcdubstep http://t.co/113atvJm'), (21070, 3994, 'Johore, Malaysia', 'How to do nothing, and still think your helping. By a Prayer! -glimpse this passage inside Las Pinas Christian Church.. http://t.co/FAzAxKtJ'), (21071, 812, 'Senai Kulai, Kulai Jaya', 'Kau punya badan ngan muka mcm mana plak?kah kah RT @EmirulEmimSiot: badan cantik,muka kureng.itu yg buat patah selera tu'), (21072, 1120, 'Plentong, Johor Bahru', 'kat rumah attached tak sampai 2 minit pon. F U internet ofis'), (21073, 4478, 'Riau, Indonesia', 'haha sama kakakcan;) nonton apa? RT @tessaaMRD: lagi nonton nih, kamu muut?RT @IlfaAzlyani: hehe lagi apa kakcan?'), (21074, 105, 'Johore, Malaysia', 'today was so busy that i can''t even enjoy my pokemon :('), (21075, 4499, 'Johore, Malaysia', 'I''m at iluma (Singapore) w/ 4 others http://t.co/WWG64sf5'), (21076, 1031, 'Pulai, Johor Bahru', 'I''m at pangsapuri teratai, taman melor http://t.co/08BHtPI6'), (21077, 1031, 'Pulai, Johor Bahru', 'I just became the mayor of pangsapuri teratai, taman melor on @foursquare! http://t.co/sGodljWx'), (21078, 3636, 'Johore, Malaysia', 'guess what, I support Naomi neo all the way woohoo. she''s much better than those girls with sick/gross twitter usernames'), (21079, 7, 'Johore, Malaysia', 'but I was always there beside you *Zaa'), (21080, 1147, 'Johor Bahru, Johore', 'But thinking that I still have so much hw and piano exam on sat make me feel so Sian... &gt;&lt;'), (21081, 4315, 'Johore, Malaysia', 'I''m at M1 Shop (Singapore) http://t.co/v8cB3xH2'), (21082, 4555, 'Riau, Indonesia', 'haha yoiii mbakk \n:D @larasoktvn'), (21083, 4604, 'Johor Bahru, Johore', '@FAMJIEXIN awwwwwww, really? ;p'), (21084, 222, 'Johor Bahru, Johore', 'If bio was my girlfriend, I would have been dumped along time ago for neglecting her'), (21085, 4518, 'Johore, Malaysia', '@Weiiscrazy hahahahah i know i knoww. &lt;3'), (21086, 2074, 'Singapore', '@aparonomasiac ''just did it'' doesn''t sound too good ;)'), (21087, 1488, 'Tebrau, Johor Bahru', 'takyah da ckup kaye dah!!RT@bunkbunk_mooks: Sungguh malas nk keje”'), (21088, 123, 'Johore, Malaysia', 'Shall die at work from tomorrow onward sigh lol need more strength and energy to fight the big volume'), (21089, 4645, 'Johore, Malaysia', 'I''m at Starbucks (Singapore) http://t.co/Es2z4zwt'), (21090, 4478, 'Riau, Indonesia', '@ulphaDNP haha lagi nonton ajaa hehe'), (21091, 1571, 'Senai Kulai, Kulai Jaya', 'Booked @AirAsia tix for Sabah backpacking next month for me and my homies. It will be her first flight. Thanks AA (^_^)'), (21092, 2298, 'Johore, Malaysia', 'And so the train has moved. Some said it seems a lil faster than usual. All I can say its pretty empty alright. Yeah! http://t.co/B1GL32jt'), (21093, 2653, 'Johore, Malaysia', 'Who will be the winner? Hmm.'), (21094, 4646, 'Plentong, Johor Bahru', 'I''m at Anjung Tokoh Restaurant http://t.co/E1c89m10'), (21095, 58, 'Malaysia', 'สุดท้ายก็เป็นแบบนี้ :('), (21096, 4647, 'Tebrau, Johor Bahru', 'jdi driver @wak_hazrin n @6ick @ traffic jam at pandan http://t.co/tPyWZ837'), (21097, 1106, 'Johor Bahru, Johore', 'I''m at Bukit Batok Bus Interchange (Singapore, Singapore) http://t.co/hcem52yP'), (21098, 3511, 'Johor Bahru, Johore', '@NicholasPwn @kjiaweii LAN Jiao uh sarbo my name ownself don''t want go !'), (21099, 2074, 'Singapore', 'NUTELLAAAAAAAA'), (21100, 7, 'Johore, Malaysia', 'but I was always there beside you :)'), (21101, 3322, 'Kota Tinggi, Johore', 'I''m at Boon Lay MRT Station (EW27) (Singapore) http://t.co/WtbzpRv3'), (21102, 4478, 'Riau, Indonesia', 'hehe,udh intro belum? RT @triskamendlev: hai juga\\(´▽`)/ RT @IlfaAzlyani: hehe hai RT @triskamendlev: mention'), (21103, 2653, 'Johore, Malaysia', 'I can see is Big Bang.'), (21104, 3055, 'Johor Bahru, Johore', '@yanayeyOh @ifarrk kedai cake banyak coma yang buat, Ni melayu punya!'), (21105, 665, 'Johore, Malaysia', 'And @ALMIGHTYALDEN , @ALMIGHTYVIGNESH , @iStepDiligent , @OkCanPokemon'), (21106, 4610, 'Johor Bahru, Johore', '@FathineeNaboloh orh chey! Chill darling! Haha :)'), (21107, 4048, 'Johore, Malaysia', 'The show is such a horror, now im listening to mirror.'), (21108, 4622, 'Plentong, Johor Bahru', '@YDiyanaa resit....'), (21109, 7, 'Johore, Malaysia', '@ElysExiara Habis apa dia?'), (21110, 204, 'Johor Bahru, Johore', 'you know you love me. xoxo. http://t.co/P9yDS7YJ'), (21111, 4648, 'Kota Tinggi, Johore', 'Wayang Kulit Manusia : Hypocrite &amp; Backstabbers...'), (21112, 105, 'Johore, Malaysia', 'and i wish it will be busy in the store today when i am on shift. haha. such irony'), (21113, 2119, 'Johore, Malaysia', 'hang..!! *damn!!!!'), (21114, 3273, 'Johore, Malaysia', 'Menyampah lhh sia -.-"'), (21115, 1147, 'Johor Bahru, Johore', '@Hyclipse007 shit, typo'), (21116, 2653, 'Johore, Malaysia', 'Okay is really big bang.'), (21117, 7, 'Johore, Malaysia', '@yarkkkkpashhhaa Belumm lagi. Ubat itu membunuhku. Haha'), (21118, 1543, 'Johore, Malaysia', 'Test http://t.co/nCaU2sQ6'), (21119, 1543, 'Johore, Malaysia', '@hongsyie hehehehe!^_^ just kidding&lt;3'), (21120, 2664, 'Plentong, Johor Bahru', 'jangan jeles dengan benda yang tak perlu. semua orang ade kenangan dengan orang yang pernah kite sayang'), (21121, 3511, 'Johor Bahru, Johore', '@heiditan who is this uh ?!! http://t.co/iMeDW1lN'), (21122, 1256, 'Johor Bahru, Johore', '@RomeoMiller i love u:)'), (21123, 4649, 'Johore, Malaysia', '@vanillajas LOL , yea had fun "mother" , woops , xD'), (21124, 4650, 'Johore, Malaysia', '@nauxnew @Faddicti0n @viviensoo @siawu1420 happy birthday is!!'), (21125, 4651, 'Johor Bahru, Johore', '“@NoviaLie: @roliepolierinny :p RT @MentionTo: #MentionTo your following who loves @ZaynMalik so much.” HAHAHAISSSS'), (21126, 3774, 'Johor Bahru, Johore', 'I''m at Buangkok MRT Station (NE15) (Singapore) http://t.co/LMK8jdBI'), (21127, 665, 'Johore, Malaysia', 'Hahahahaha. So happy he sitting w me ;)'), (21128, 3241, 'Johore, Malaysia', 'I''m at Orchard Road (Singapore, Singapore) http://t.co/nRYjtMC4'), (21129, 1100, 'Johore, Malaysia', 'It''s a wrap. Going home! (@ Zouk) http://t.co/m8ppw9bs'), (21130, 1195, 'thistle Johor Bahru, Plentong', 'I''m at Thistle Johor Bahru (Johor Bahru, Johor) http://t.co/pcrsc6ki'), (21131, 3658, 'Johor Bahru, Johore', 'Currently having this freaking symptom that''s killing me.'), (21132, 2653, 'Johore, Malaysia', '@IHEARTSUZY Big Bang won.'), (21133, 3774, 'Johor Bahru, Johore', 'I''m at Serangoon MRT Interchange (NE12/CC13) (Singapore, Singapore) w/ 5 others http://t.co/U8wGp9aP'), (21134, 4555, 'Riau, Indonesia', 'jiahaha kenapa azekk azekk mbakk ? @larasoktvn'), (21135, 2037, 'Pulai, Johor Bahru', 'rase suka2 hati nk tulis status ke ape? aiyak. ok, keje xsep nih. damn'), (21136, 349, 'Johor Bahru, Johore', 'Drive safely! @xJosephYee :D'), (21137, 1488, 'Tebrau, Johor Bahru', '@HafisZakaria ok good!! bile aku nk beli ape2 on9 aku cari ko ok..thanx dude ;p'), (21138, 4652, 'Johore, Malaysia', 'I''m at Lucky Plaza (Singapore, Singapore) w/ 3 others http://t.co/NANZtpHX'), (21139, 2961, 'Johore, Malaysia', 'I''m at Alexandra Village Food Centre (Singapore, Singapore) http://t.co/FQfE6tJY'), (21140, 598, 'Johor Bahru, Johore', 'Okay too shag should have a nap now. Nights people.'), (21141, 4653, 'Johor Bahru, Johore', 'I''m at Downtown East Escape http://t.co/Kh7bhonD'), (21142, 3173, 'Johore, Malaysia', '“@mcsyze: Singapore, u better take good care of her! u understand me??” | Needa take care of who?'), (21143, 931, 'Johor Bahru, Johore', '@Shermainezxc got oreo smell'), (21144, 820, 'Singapore', 'watch my back so i''ll make sure, you are right behind me as before, yesterday the night before tomorrow'), (21145, 2653, 'Johore, Malaysia', 'Top talking now.'), (21146, 2664, 'Plentong, Johor Bahru', '@AjimAnis tapi ketawa tu macam tak yakin je :D'), (21147, 3774, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 19 others http://t.co/fksWa4Jo'), (21148, 4547, 'Johore, Malaysia', 'they say images have have a few words to describe them with but this one has only 3'), (21149, 1087, 'Johor Bahru, Johore', '@chen_jz go get her number'), (21150, 1147, 'Johor Bahru, Johore', '@priscillaaarawr @rattleurbone_ that is damn Sian!!!!!!!!! =='), (21151, 4651, 'Johor Bahru, Johore', 'MELACCA WAS FREAKING AWESOME!!!'), (21152, 2653, 'Johore, Malaysia', '@IHEARTSUZY Tony An talking.'), (21153, 297, 'Johore, Malaysia', 'Hey good luck for your mid terms @pamtan !!'), (21154, 3658, 'Johor Bahru, Johore', 'It will be better , and soon I will succeed in quitting it .'), (21155, 1322, 'Johore, Malaysia', 'I''m at @doublev89''s House &lt;3 http://t.co/6BA3sN8k'), (21156, 56, 'Johor Bahru, Johore', '@Fitri_Wazowski 630'), (21157, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Hi CHANG HONG !'), (21158, 2263, 'Johor Bahru, Johore', 'I''m at Terminal 1 (Singapore, Singapore) w/ 12 others http://t.co/5c1BUqOt'), (21159, 830, 'Johore, Malaysia', 'I''m at KFC (Boon Keng, Singapore) http://t.co/sGQ3MkWm'), (21160, 2653, 'Johore, Malaysia', '@IHEARTSUZY Ouh Big Bang singing again. :)'), (21161, 196, 'Johor Bahru, Johore', 'Showed Eve that bitch''s pic and she''s like "duhhhhhhh."'), (21162, 4654, 'Johore, Malaysia', 'Stand up and scream'), (21163, 958, 'Johor Bahru, Johore', '@YilingGumshoe it''s a international school like schools in america. From grade 1- 12.'), (21164, 56, 'Johor Bahru, Johore', '@Fitri_Wazowski takpe its okay:)'), (21165, 2979, 'Johor Bahru, Johore', 'Can''t bear.'), (21166, 297, 'Johore, Malaysia', '@javinthey @valloure eh don''t bully Val ah'), (21167, 4655, 'Johore, Malaysia', 'cara ngebalikin laginya gimana? (@ Suntec City Mall w/ 5 others) http://t.co/CrJe2VHn'), (21168, 1390, 'Johor Bahru, Johore', 'You''ve been a very cool and trustable junior but we have to cut the bond between us.'), (21169, 4345, 'Johore, Malaysia', 'Kotean BBQ @ Arirang Korean Restuarant @ Liang Seah Street http://t.co/SI74NlFe'), (21170, 3774, 'Johor Bahru, Johore', 'I''m at LASERflair @ NEX http://t.co/nDHzsd5N'), (21171, 4656, 'Johore, Malaysia', 'More oil~ Jia you ~ (@ Macpherson (esso). Fair Price Xpress) http://t.co/a06AVZX1'), (21172, 3024, 'Johore, Malaysia', 'or maybe hotlink is better.'), (21173, 3241, 'Johore, Malaysia', 'I''m at Ngee Ann City (Singapore, Singapore) w/ 2 others http://t.co/UvtvHqac'), (21174, 3658, 'Johor Bahru, Johore', 'Sore throat , restless . Nose block'), (21175, 4216, 'Johore, Malaysia', 'Festival Arch @ Istana Park http://t.co/3Wt3N3zY'), (21176, 4555, 'Riau, Indonesia', 'jiaha , kalo enak nya apaan ? @Ayudiadiadia'), (21177, 3774, 'Johor Bahru, Johore', 'I''m at Starbucks (Singapore, Singapore) w/ 2 others http://t.co/UhHpPYWC'), (21178, 1147, 'Johor Bahru, Johore', 'Rmb at jp tmr at 11am hor!!!!! @RattleUrbone_ @stellathamrin'), (21179, 55, 'Johore, Malaysia', '@euxuanlin SORRY'), (21180, 4555, 'Riau, Indonesia', 'jiahaha @larasoktvn'), (21181, 1643, 'Johor Bahru, Johore', 'Accupuncture on the little girl? Do i look like i give a damn? I did accupuncture before too and no one gave a damn.'), (21182, 1016, 'Kota Tinggi, Johore', 'lovely thursday #Scenery #content #happy #sun\n#LemeCamera_iPhone Photo Sharing\nhttp://t.co/OsN03bRI http://t.co/QYPj4pR6'), (21183, 4657, 'Malaysia', '@lataedekd ผมติดแล้ว ไม่สละสิทธิ์ด้วยคร้าบบ ^^'), (21184, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku classmate aku,HABISLAHH rosak akhlak crush aku yg alim ituhh dipengaruhi Lelaki2 yg BAIK dalam kelas akuu..#4SI1\nXDD'), (21185, 3359, 'Johore, Malaysia', 'Yummy!!! (with @MarshallOng, Ryo, and 欧阳 at Victor''s Kitchen) [pic] — http://t.co/yJS8Ko6P'), (21186, 4367, 'Senai Kulai, Kulai Jaya', '@noorsyafiza perghh byk tul tu... Leh dpt award lepas nie...'), (21187, 1860, 'Johore, Malaysia', 'Missing Spring Chicken..'), (21188, 2979, 'Johor Bahru, Johore', 'Serioisly too hungry and House nothing to eat. Wth! Seriously. Any kind soul.'), (21189, 1164, 'Johore, Malaysia', 'I''m craving for Doughnuts! #Krispykreme #gonuts'), (21190, 668, 'Johore, Malaysia', '@DarrenYKY Hmm a little here and there la. But still happy at times.'), (21191, 1643, 'Johor Bahru, Johore', 'At the bus stop. /:'), (21192, 617, 'Johor Bahru, Johore', 'Im really Lovin my JvC Hi-Fi set that i won for my lucky draw at dnd.... The bass of the speaker really awesome!!! http://t.co/ZjbYR1QZ'), (21193, 1264, 'Johore, Malaysia', 'Camping in Tiffany''s room. Got aircon ! With zhangwei , shaohang and @topazore'), (21194, 2653, 'Johore, Malaysia', '-End-'), (21195, 1747, 'Johore, Malaysia', 'More seafood! (@ Jumbo Seafood Resturant @ NSRCC Safra Resort) http://t.co/gyCMD6V3'), (21196, 3658, 'Johor Bahru, Johore', 'Buey tahan. 为了你'), (21197, 132, 'Johore, Malaysia', '@hpeiling @redotsME @PamelaWee @BrianCjj @HilariousFreak jiam jiam coming to find us ah?'), (21198, 4651, 'Johor Bahru, Johore', 'I feel so different. Hahahaha hi hi hi'), (21199, 4658, 'Johore, Malaysia', 'Looks like a heart shape to me ^^ what do you think? (at Duxton Plain Park) [pic] — http://t.co/a8yNxRa5'), (21200, 4659, 'Riau, Indonesia', 'testing~'), (21201, 4610, 'Johor Bahru, Johore', 'I find geog damn diff now!!! &gt;&lt; after eugene lee teach!!! ARGHHGGGGGGG -''-'), (21202, 1382, 'Johor Bahru, Johore', 'From this incident i conclude that @PeiYi2706 is my biggest fan'), (21203, 1643, 'Johor Bahru, Johore', 'Why so many bus 27 one? Why not bus 15?? /:'), (21204, 2979, 'Johor Bahru, Johore', 'Nvr mind, i shall order Mac.'), (21205, 4467, 'Johor Bahru, Johore', '@Edwininja mojojojo? Powerpuff girls? LOL JK! what u mean?:$'), (21206, 4660, 'Johore, Malaysia', 'I''m at Rasapura Masters Food Court (Singapore, Singapore) http://t.co/PRjgCnQF'), (21207, 4661, 'Johore, Malaysia', 'kemana ya kok gak di bales dm gw'), (21208, 3608, 'Johor Bahru, Johore', 'I''m at Sunrise Gardens http://t.co/SemQsqFS'), (21209, 1390, 'Johor Bahru, Johore', 'But when its bad, its awful.'), (21210, 1643, 'Johor Bahru, Johore', 'Now need eat medicine. Haishh. /:'), (21211, 116, 'Johor Bahru, Johore', 'I just became the mayor of Chew Fun Phonecard Specialist on @foursquare! http://t.co/R7WfcpB2'), (21212, 116, 'Johor Bahru, Johore', 'top up (@ Chew Fun Phonecard Specialist) http://t.co/j6UA40nv'), (21213, 148, 'Kota Tinggi, Johore', 'Getting bored of all the shoppings in Singapore..'), (21214, 2065, 'Pulai, Johor Bahru', '@ShakillaKhoriri ubtnya kalau sakit ni kena bagi 2 biji rest,sesudu tidur secukup rasa,&amp; sejambak doa dari kami peminat..insyakallah sihat'), (21215, 4048, 'Johore, Malaysia', 'RT @iyrahgees I love you'), (21216, 923, 'Pulai, Johor Bahru', 'I''m at Taska Q [pic]: http://t.co/5pW5b69Z'), (21217, 7, 'Johore, Malaysia', 'when I bored. I feel like crazy!'), (21218, 2979, 'Johor Bahru, Johore', 'Luckly Mom put money on the table. Mac where are you?'), (21219, 4662, 'Plentong, Johor Bahru', 'Apa teruk jem kat jb ni ? High time jb have an alternative road (@ jemmm...) [pic]: http://t.co/tBxsYlea'), (21220, 1382, 'Johor Bahru, Johore', 'Out of 10 battles she finally won one today i don''t know if i should cry or laugh for her'), (21221, 772, 'Johor Bahru, Johore', '@helloimamelias lee min woo discharged from hospital lols !'), (21222, 1668, 'Johore, Malaysia', 'I''m at Nespresso Boutique (Singapore, Singapore) [pic]: http://t.co/luC7qqwt'), (21223, 3874, 'Plentong, Johor Bahru', 'Have yet to speak, but been yawning like a lion. Cepat laaaa...'), (21224, 665, 'Johore, Malaysia', 'Im sitting in the middle of my two bfs.'), (21225, 4610, 'Johor Bahru, Johore', '@fieraaah yeah!!! Must :)'), (21226, 4659, 'Riau, Indonesia', '@meldamaharany lagi ngangenin kamu sayangg:*'), (21227, 1140, 'Johor Bahru, Johore', 'Haiz Haiz'), (21228, 2664, 'Plentong, Johor Bahru', 'cukup saya ada awak sorang :)'), (21229, 4663, 'Johore, Malaysia', 'There''s no one here....'), (21230, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: RT @sexthedope :I''m not the same, I look the same, &amp; sound the same. But my smile isn''t as real as it used to be.”'), (21231, 4664, 'Plentong, Johor Bahru', '@SyaaBosri hahaha!!qt mlysia yek..engat qt luo ngra..:))'), (21232, 1819, 'Johor Bahru, Johore', '@DinSharif sorry din. ..$178 paleng murah'), (21233, 1440, 'Johore, Malaysia', 'Food at MBS is ex!'), (21234, 1421, 'Singapore', '@agrimsingh we haz a cohort shirt ''JUST DID IB'' \\m/'), (21235, 3821, 'Johore, Malaysia', 'That moment when you laid your head on my shoulder. Best feeling ever. :'') But its behind me now.'), (21236, 2439, 'Johore, Malaysia', 'So, there''s really some disturbance happening in my school. Just for the past one week, a lot of things happened. A lot. And I mean a lot.'), (21237, 4665, 'Tebrau, Johor Bahru', 'Super jam..plus attitude terbaik dr mkcik bertudung...gud example huh (@ Kempas Intersection) http://t.co/D24kz8oC'), (21238, 4666, 'Pulai, Johor Bahru', 'I''m at Block D, Nusa Perdana Service Apartment. (Gelang Patah, Johor) http://t.co/hOnXWEU3'), (21239, 1140, 'Johor Bahru, Johore', 'You did the same thing he did'), (21240, 4667, 'Malaysia', 'จากการห่างหายไปนาน กลับมาเริ่มใหม่อีกครั้ง'), (21241, 1748, 'Pulai, Johor Bahru', 'I''m at 源香小贩中心 http://t.co/2ErGg1wJ'), (21242, 4668, 'Johor Bahru, Johore', 'I''m at Sun Plaza (Singapore, Singapore) http://t.co/jAHhpadU'), (21243, 4659, 'Riau, Indonesia', '@lelysaAF Hey :) @helensafitrigc hey kembali;;)'), (21244, 898, 'Johor Bahru, Johore', '@LittleMousyy who?? o.O'), (21245, 2664, 'Plentong, Johor Bahru', '@zulailizulkifli da lama da aku amek. sebelum gerak aus'), (21246, 3930, 'Johor Bahru, Johore', 'Ha fun with PHPPS peeps in FB :)'), (21247, 1643, 'Johor Bahru, Johore', 'In the bus. Lol. Okay.'), (21248, 1260, 'Plentong, Johor Bahru', '@Normfasz_NF cehh.. Mcm knl plak.. ahhaaakkzz'), (21249, 58, 'Malaysia', 'อยากหายไปจากโลกนี้ :('); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (21250, 4669, 'Johor Bahru, Johore', 'What a day today ! Cinamon challenge in the afternoon and home made chilli crab for dinner with family !'), (21251, 132, 'Johore, Malaysia', '@hpeiling @redotsME @PamelaWee @BrianCjj @HilariousFreak jiam jiam is you lor who else? hahahaha'), (21252, 2931, 'Senai Kulai, Kulai Jaya', '#NowWatching : KRP vs KTHO (@ Padang Tapak UTM) http://t.co/V3kUsWW8'), (21253, 1741, 'Johore, Malaysia', '30 days.'), (21254, 4651, 'Johor Bahru, Johore', 'Im gonna miss that cute indo guy that i met hahahahahahais'), (21255, 2664, 'Plentong, Johor Bahru', '@sfatinfarhana entah la diorang, takpaham'), (21256, 4265, 'Indonesia', 'ho ma te bujang,,RW @Aprianestambz Tena. RT @arifainsbl: I''m at kamar 606 (Bandung, Jawa Barat) http://t.co/zXx5cPeW'), (21257, 4659, 'Riau, Indonesia', '@lelysaAF Hey :) @helensafitrigc hey kembali;;),,'), (21258, 865, 'Johore, Malaysia', 'Terlalu byk kenangan Aku telah lalui.mmg pahit dan pedih tapi terpakse.......'), (21259, 3932, 'Johore, Malaysia', '@Divya__14 check DMs'), (21260, 772, 'Johor Bahru, Johore', '@helloimamelias ytd I mahjonging &gt;&lt; hehes'), (21261, 1643, 'Johor Bahru, Johore', 'And and, on the same bus as Valerie! Lol. Okay.'), (21262, 1140, 'Johor Bahru, Johore', 'That one thing that always breaks me'), (21263, 4610, 'Johor Bahru, Johore', '@FathineeNaboloh surprise?'), (21264, 297, 'Johore, Malaysia', '@javinthey @valloure is he there?'), (21265, 2056, 'Johore, Malaysia', 'Jacky Wu charged with fraud http://t.co/XbMxRW1N'), (21266, 2979, 'Johor Bahru, Johore', 'I care abt you you know?'), (21267, 1370, 'Johor Bahru, Johore', 'Empty beyond compare.'), (21268, 4651, 'Johor Bahru, Johore', 'ANYONE GOT MISS ME NOT'), (21269, 2644, 'Pulai, Johor Bahru', '#PeopleIWantToMeet @RynAsri @didieyaya @strawberryisme @evayezza \nRINDU TAHAP GABAN kat mereka walau selalu nmpak kt twitter!\nXP'), (21270, 4460, 'Johor Bahru, Johore', 'As long as bhatrr'), (21271, 1737, 'Johore, Malaysia', 'I''m at Hermitage "Pondok Sexy" http://t.co/CQ9Xmgyi'), (21272, 1497, 'Johor Bahru, Johore', '@nicolethinggg @ReinaTaeminnie :)'), (21273, 4359, 'Johor Bahru, Johore', 'Im so tireddd..D:'), (21274, 4383, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 20 others http://t.co/hYYJKxBF'), (21275, 4659, 'Riau, Indonesia', '@lelysaAF Hey :) @helensafitrigc hey kembali;;),,,,'), (21276, 4670, 'Johor Bahru, Johore', 'I''m at Bus Opp Sembawang Station (Singapore) http://t.co/x381OpJs'), (21277, 4460, 'Johor Bahru, Johore', '名牌9'), (21278, 4658, 'Johore, Malaysia', 'Home sweet home ^^ (at Pinnacle@Duxton) [pic] — http://t.co/FUDZYToY'), (21279, 288, 'Johore, Malaysia', 'I''m at Heart of God Church (Singapore, Singapore) http://t.co/hVVar1Xl'), (21280, 2664, 'Plentong, Johor Bahru', '@writerBEKU aku balek BP ye aku bagi'), (21281, 4561, 'Tebrau, Johor Bahru', 'I''m at Sekolah Menengah Kebangsaan Taman Daya (Johor Bahru, Johor) http://t.co/UPgdQkvm'), (21282, 2361, 'Johor Bahru, Johore', 'Time to go swimming :D'), (21283, 2097, 'Johor Bahru, Johore', '@Ashleyounicorn OMG THROW THAT AWAY!'), (21284, 1384, 'Johore, Malaysia', 'So tempted to take a cab home. But I''ll endure.'), (21285, 3242, 'Plentong, Johor Bahru', '@noynoysyukriah no cOmnt . Xphm .'), (21286, 4383, 'Johore, Malaysia', 'I''m at Forever 21 (Singapore) w/ 2 others http://t.co/d7lqrzcY'), (21287, 1384, 'Johore, Malaysia', 'I''m sick.'), (21288, 1132, 'Singapore', 'RAYQUAZA!!!'), (21289, 4216, 'Johore, Malaysia', 'Tiny Flowers! @ Istana Park http://t.co/VnkMXLI6'), (21290, 4671, 'Singapore', '@shinalabbsyuu okie :)'), (21291, 4160, 'Johor Bahru, Johore', 'I''m at My Comfy Nest!  (Singapore) http://t.co/KmfpgW7D'), (21292, 2097, 'Johor Bahru, Johore', '@aaatiikaaa anytime babe.'), (21293, 4489, 'Riau, Indonesia', 'he''eh. semangat., semangat..!! jgn mlz2an :) :) RT @UlineVelova89: iya sama kita syg,to dari dinas baru un :) RT @tritamaraa: sm.,'), (21294, 56, 'Johor Bahru, Johore', '@Fitri_Wazowski naik rumah aku'), (21295, 4582, 'Johore, Malaysia', '@shafira07 HAHAHAHA you want the answerrrr ? or you wanna PASS :p'), (21296, 1232, 'Johore, Malaysia', '@NabilahRugan @greenie_leena i want your bedroom door to be open for me with all the love i need . Hehehe'), (21297, 4672, 'Johor Bahru, Johore', 'I''m at Terminal 2 (Singapore, Singapore) w/ 10 others http://t.co/6uTS5Jw9'), (21298, 4659, 'Riau, Indonesia', 'Beri,kamu? "@lelysaAF: @beririval iyalaaaaah:Dsiapa?;)" @beririval lelysa fulandary :D'), (21299, 2361, 'Johor Bahru, Johore', 'After much persuasion @PeterSinghLeto finally agree to stay over^.^'), (21300, 4555, 'Riau, Indonesia', 'hahaha iya deh @Ayudiadiadia'), (21301, 1643, 'Johor Bahru, Johore', 'Dafugg? The kid so young have boyfriend and i don''t? #foreveralone.'), (21302, 364, 'Johor Bahru, Johore', 'It hurts knowing that nobody actually cares .'), (21303, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Yup =P so u muz use twitter everyday hor ! :PPPP'), (21304, 2809, 'Johore, Malaysia', 'If you think I''m liike that, then thiis is for you , nah _|_ &gt;.&lt;'), (21305, 2774, 'Johore, Malaysia', 'With @estherzoeee !!!!!! :D (@ CoCoICHIBANYA Curry House) [pic]: http://t.co/nxbX7uf6'), (21306, 898, 'Johor Bahru, Johore', 'Kene dengar cakap bapak..kalau bapak suruh amik ganja?? Amik jee :))'), (21307, 4673, 'Johor Bahru, Johore', '@ValerieLuvszxc @stitchyrach_ You haven''t ask yr mom uh? You ask us go then you neh ask yr mom? =='), (21308, 4659, 'Riau, Indonesia', 'Beri,kamu? "@lelysaAF: @beririval iyalaaaaah:Dsiapa?;)" @beririval lelysa fulandary :D,,'), (21309, 4359, 'Johor Bahru, Johore', 'AJ''s dimples..&lt;3'), (21310, 4651, 'Johor Bahru, Johore', '“@SyafiqahNutella: @roliepolierinny WHOOP WHOOP.” WOOOOO'), (21311, 4345, 'Johore, Malaysia', 'Korean BBQ @ Arirang Korean Restuarant @ Liang Seah Street http://t.co/e03JsTZn'), (21312, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: The amount of food I eat is way too much. Fml.”'), (21313, 1195, 'Plentong, Johor Bahru', 'I''m at Perpustakaan Sultan Ismail, Larkin http://t.co/NFpEyCt3'), (21314, 4265, 'Indonesia', '@Aprianestambz ayo makan'), (21315, 4674, 'Johor Bahru, Johore', 'Just posted a photo @ Kranji MRT Station (NS7) http://t.co/Kgr6yzPU'), (21316, 1087, 'Johor Bahru, Johore', '@yannc2021 你!會有報應的。:/'), (21317, 4610, 'Johor Bahru, Johore', 'Best to be honest &lt;3 i like!'), (21318, 4675, 'Johore, Malaysia', 'I''m at Jumbo Seafood Resturant @ NSRCC Safra Resort w/ @seventimestwo http://t.co/rk7IKlw2'), (21319, 1643, 'Johor Bahru, Johore', '@Marezl_CrazyMe ''cause i''m sick?'), (21320, 4676, 'Johore, Malaysia', '新しいiPad欲しい'), (21321, 1819, 'Johor Bahru, Johore', '@DinSharif yeap'), (21322, 3418, 'Johor Bahru, Johore', 'w/ @elizzabethhhhhh stalking people on facebook~ (@ Sarah''s Room) http://t.co/dYyRpiEH'), (21323, 4609, 'Johor Bahru, Johore', 'Dry you eyes, dry your eyes.'), (21324, 4460, 'Johor Bahru, Johore', 'Ive been having stomach pain whenever I bite my thunb'), (21325, 3930, 'Johor Bahru, Johore', '@nabilahaddidas Oii Bull dog reply me'), (21326, 440, 'Johor Bahru, Johore', '@ClarissaQQL nor shark overtake thee~'), (21327, 4673, 'Johor Bahru, Johore', '@ValerieLuvszxc @stitchyrach_ *No Offence*'), (21328, 356, 'Johore, Malaysia', 'On the way to Jurong east to skate!!!! (@ Bus Stop 21561 Blk 158) http://t.co/CP6bJ20F'), (21329, 3844, 'Johore, Malaysia', 'I''m at Imm Arcade http://t.co/h7lnMH6f'), (21330, 3273, 'Johore, Malaysia', '@suuppergirl Haah . Naah , nvm :))'), (21331, 2846, 'Johor Bahru, Johore', 'After her haircut. @chiawenfang http://t.co/8QrINTC0'), (21332, 2715, 'Riau, Indonesia', '@ieamsaguband mintalah,, tp ponaan.... ku bnyak dikasinya bang'), (21333, 135, 'Johor Bahru, Johore', '@sfqdnl I''ll ask you to mengucap'), (21334, 4068, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore) http://t.co/orOufs3J'), (21335, 1643, 'Johor Bahru, Johore', '@SupYoEee ''cause i miss you. Lolcheykidding.'), (21336, 3608, 'Johor Bahru, Johore', 'Just posted a photo @ Swimming Pool @ Sunrise Gardens http://t.co/Egzy3xnd'), (21337, 7, 'Johore, Malaysia', 'Mouth can be Cheating, but the heart Feels guilty! #Note'), (21338, 772, 'Johor Bahru, Johore', '@kobedarren @cheriecjl haha nvm :) I ltr then on :p'), (21339, 4259, 'Johor Bahru, Johore', '#FIFAStreet A.I ''s goalkeeper is totally overpowered..'), (21340, 4311, 'Johor Bahru, Johore', 'I''m at Junction 10 (Singapore) http://t.co/j5jqhwrs'), (21341, 969, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 19 others http://t.co/yfpQr1CF'), (21342, 440, 'Johor Bahru, Johore', '@TheEntertainerX so u grade 1 now? O_O u no take exam meh?'), (21343, 4677, 'Pulai, Johor Bahru', 'I''m at Taman Awam MPJBT Taman Universiti (Skudai, Johor) http://t.co/ysBrUpAL'), (21344, 116, 'Johor Bahru, Johore', 'coconut jelly milk tea (@ KOI Café) http://t.co/BEx9ds28'), (21345, 1807, 'Johore, Malaysia', 'Salon-ing done!!!! Watch strap forget!! Sori!!! (at Clementi Avenue 5) — http://t.co/gr4IuxVZ'), (21346, 4678, 'Johore, Malaysia', 'I want to eat Mac!!!'), (21347, 844, 'Johor Bahru, Johore', 'now hfl my arabic sub ah.. hahaha'), (21348, 1087, 'Johor Bahru, Johore', '@yannc2021 yea why not just cook me a meal. &gt;:('), (21349, 120, 'Johor Bahru, Johore', 'Choked on OJ..\nNow coughing like mad &gt;~&lt;'), (21350, 1373, 'Restoran Awana Corner 2, Pulai', 'I''m at Restoran Awana Corner (Gelang Patah, Johor) http://t.co/jwVTGlRu'), (21351, 2554, 'Johor Bahru, Johore', '6.21'), (21352, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Cannot T.T'), (21353, 1752, 'Johore, Malaysia', 'Dinner (@ Chef Daniel''s Kitchen) http://t.co/l9lRvKu8'), (21354, 4467, 'Johor Bahru, Johore', 'After tomorrow if I have time, I swear I''m going to watch timeless love for the third time!'), (21355, 1643, 'Johor Bahru, Johore', 'Lalala~ Reaching home. Okay.'), (21356, 4528, 'Riau, Indonesia', 'Don''t touch Lingo''s and my Chinese Junk! (with Lingo at @rwsentosa) [pic] — http://t.co/iboWqCNs'), (21357, 4460, 'Johor Bahru, Johore', '比挺好ch'), (21358, 4679, 'Johore, Malaysia', 'I''m at Wild Honey (Orchard, Singapore) http://t.co/YYrao8iN'), (21359, 671, 'Johore, Malaysia', '@veopoo yes, still open (:'), (21360, 3297, 'Johor Bahru, Johore', 'I''m at Tampines MRT Station (EW2/DT32) (Singapore, Singapore) w/ 5 others http://t.co/8pRLZQLN'), (21361, 1390, 'Johor Bahru, Johore', 'Jian Long is best and most patient trainer i ever experienced!'), (21362, 4460, 'Johor Bahru, Johore', '&amp;&amp;&amp;&amp;&amp;&amp;&amp;&amp;'), (21363, 4489, 'Riau, Indonesia', 'he''eh dx :'') RT @Sella_YN: Hahaha sabar yawRT @tritamaraa: gk da slesai na dx., mgkn bln dpn x bru slesai RT Sella_YN: Kapan selesai (cont)'), (21364, 159, 'Johore, Malaysia', '@appleliciouseye kau da gilerrr ke?'), (21365, 1373, 'Pulai, Johor Bahru', 'I''m at Success Service &amp; Maintenance Sdn Bhd (Gelang Patah, Johor) http://t.co/jbt9jvj6'), (21366, 160, 'Johore, Malaysia', 'I''m at Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) (Singapore, Singapore) w/ 9 others http://t.co/cAfX0ZEV'), (21367, 2037, 'Pulai, Johor Bahru', 'keje is about to siap, but, scholaship xtgk lagi, aiyak, anyone with money, taja me?'), (21368, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: this.. RT @Tinyacidz :i feel like everytime we talk, i bother you.”'), (21369, 4359, 'Johor Bahru, Johore', 'My tailbone hurts..D:'), (21370, 3543, 'Johore, Malaysia', '630 le still on the way to suntec'), (21371, 4680, 'Johore, Malaysia', '@BornThisWayXD Lolz :)'), (21372, 4681, 'Johor Bahru, Johore', 'Reaached home. (: Tiredd but in a highh moood. :D'), (21373, 4048, 'Johore, Malaysia', '&lt;----------------------- This guy is in love &lt;3'), (21374, 4348, 'Johor Bahru, Johore', '@looooofy tmrw got DB ah ?'), (21375, 2189, 'Johor Bahru, Johore', 'Art is hard .'), (21376, 2979, 'Johor Bahru, Johore', 'She meant alot, lot until i cannot forget abt it.'), (21377, 2664, 'Plentong, Johor Bahru', 'selaju mana pun kereta memotong motor. apabila di traffic light. motor jugak kat depan xD'), (21378, 1373, 'Restoran Ah Meng, Pulai', 'I''m at Restoran E &amp; Y (Gelang Patah, Johor) http://t.co/48fcgEbR'), (21379, 4555, 'Riau, Indonesia', 'siapa yang d''linstar disini ???'), (21380, 4062, 'Johor Bahru, Johore', '@bavanidevi21 lol. Stupid smrt.'), (21381, 4228, 'Plentong, Johor Bahru', '@Didi_Astillah okayyy!! :)'), (21382, 4359, 'Johor Bahru, Johore', 'Imma not enjoying the holidays..:/ #happyholidays tho :D'), (21383, 4359, 'Johor Bahru, Johore', 'Imma like stalking ppl..LOL :D'), (21384, 2809, 'Johore, Malaysia', 'I thiink you misunderstood me -.-'), (21385, 4682, 'Johore, Malaysia', 'Yeah ~ baby pick me from work then go sing k :)'), (21386, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa yupp mini... something like this http://t.co/E8SfRyWR'), (21387, 97, 'Plentong, Johor Bahru', 'I''m at Bilik Solat (Pasir Gudang, Johor) http://t.co/U0RQsboc'), (21388, 97, 'Plentong, Johor Bahru', 'I just ousted Tanpa N. as the mayor of Bilik Solat on @foursquare! http://t.co/aXx21Gmm'), (21389, 4684, 'Indonesia', 'yesung oppa :D http://t.co/BtYZf84n'), (21390, 2189, 'Johor Bahru, Johore', 'Waiting my dad for dinner :&gt;'), (21391, 4685, 'Johor Bahru, Johore', '@TAERIN_LEE he ar really nth do leh'), (21392, 4555, 'Riau, Indonesia', 'bacot lo'), (21393, 1850, 'Johor Bahru, Johore', '@rafash_ash naomi neo .'), (21394, 4228, 'Plentong, Johor Bahru', '@yeyaanazari ohhokayy! hehe ;]'), (21395, 2630, 'Johore, Malaysia', 'Studying my guitar notes at Starbucks City Hall =)'), (21396, 4359, 'Johor Bahru, Johore', 'I just cant find the wallet&gt;.&lt;'), (21397, 963, 'Johor Bahru, Johore', 'Yay! Got someone sending me home today. Hehe... Can save $$$!!! =D'), (21398, 2204, 'Johore, Malaysia', 'Finally everything is over!!!'), (21399, 1390, 'Johor Bahru, Johore', 'When can i have my 100th follower ._. Followers please dont unfollow me.'), (21400, 3529, 'Johor Bahru, Johore', 'Katniss Everdeen &lt;3'), (21401, 4607, 'Johor Bahru, Johore', 'Parah dak? :''( RT @muftimuftia: rusuh FPI vs dayak hun RT: @ddiittaayeye: Eh pontianak ngape kok TL heboh?? http://t.co/tCELUPP3'), (21402, 970, 'Johore, Malaysia', 'Done with ze training ;)'), (21403, 1022, 'Kota Tinggi, Johore', '@iamryan2316 @eleapot @j_t_gumban sarap hokienmee!!!!! Ahahaha..'), (21404, 1860, 'Johore, Malaysia', 'Love my HARUM FIGHTS! AHAHHAHA! :DD'), (21405, 915, 'Johore, Malaysia', 'Chicken Ricefor dinner!!! (@ Food Style) [pic]: http://t.co/V7uLIeD7'), (21406, 4300, 'Johore, Malaysia', 'Mais duas hrs e partimos! Frakfurt na proa!!! (@ Grand Mercure Roxy Singapore) http://t.co/xi5OFVFm'), (21407, 1850, 'Johor Bahru, Johore', '@PIXI3KID hi . Oh damn it ! Haha okay then .'), (21408, 2037, 'Pulai, Johor Bahru', 'status entah ape2 la farahana, delete la, tpi, kenape cik @Allysz like ek?'), (21409, 1779, 'Johore, Malaysia', 'I''m at Sands SkyPark (Singapore, Singapore) http://t.co/ie3VHBWg'), (21410, 135, 'Johor Bahru, Johore', 'nenek just talked to me about akhirat just now'), (21411, 124, 'Johor Bahru, Johore', '@TrulyLee hahaha. Makan lagi lah . Awak tak padan dgn kecil eh . :)'), (21412, 1910, 'Johor Bahru, Johore', 'Home.... (@ Blk 457 Ang Mo Kio Ave 10) http://t.co/ZjH1NfRe'), (21413, 1497, 'Johor Bahru, Johore', 'Damn tired x.x'), (21414, 1390, 'Johor Bahru, Johore', 'Tze Hern and Yufan brighten up my day in 3/4.'), (21415, 2653, 'Johore, Malaysia', 'Miss A second. But 2Am and Miss A same ent.'), (21416, 3896, 'Johore, Malaysia', 'Never gonna fail again ... Wanna cry liao'), (21417, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: things I want to do with you http://t.co/JJ6RodXD”'), (21418, 2809, 'Johore, Malaysia', 'you think you so good mehh ?! Hello, may you be struck down kk?? :)'), (21419, 4285, 'Johor Bahru, Johore', 'Ah bt cpt onlen donk yank.."!!'), (21420, 4610, 'Johor Bahru, Johore', 'Anyhow frame ppl! Arsehole bitch!'), (21421, 2504, 'Kota Tinggi, Johore', 'I am so random .'), (21422, 3452, 'Johore, Malaysia', 'im so tireddddddddd'), (21423, 222, 'Johor Bahru, Johore', 'Wanna 69? Hahahahahahaha RT @dayhui: Omg I hate you @Kumarwood ruin my reputation'), (21424, 1421, 'Singapore', '@prissyyyyyy lol what joketown are you working at'), (21425, 3090, 'Johore, Malaysia', '@YoursTrulyLyne i spam call your phone then you feel around for vibration? :D'), (21426, 2263, 'Johor Bahru, Johore', 'I''m at Relay (Singapore, Singapore) http://t.co/HBjmivvy'), (21427, 1457, 'Riau, Indonesia', 'Omfg,we jus went to the boat ride &amp; it was fucking scary . We fell from 3 story high D; my heart stopped for a sec . But it was fun :]]'), (21428, 1390, 'Johor Bahru, Johore', 'My team got 3rd position! There are only 3 teams.'), (21429, 1850, 'Johor Bahru, Johore', 'Whats the difference between fixie and pixie ? hmmmmm .'), (21430, 2554, 'Johor Bahru, Johore', '“@Simcheeeky: RT @FCJX: I bet you forgotten.”'), (21431, 3721, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore) http://t.co/yLGbkqFf'), (21432, 895, 'Johor Bahru, Johore', 'Pretty words aren''t always true\nTrue words aren''t always pretty'), (21433, 4607, 'Johor Bahru, Johore', 'Tggu smpai indo ya :3 RT @muftimuftia: watcap jak :D RT: @ddiittaayeye: Bnyk laa beb, nti ye kite crite2 :D RT @muftimuftia: uda kemane2'), (21434, 1819, 'Johor Bahru, Johore', '@DinSharif biru oren aku lupe uh. Kau nak beli?'), (21435, 1860, 'Johore, Malaysia', 'I wanna have FROLICK!'), (21436, 3543, 'Johore, Malaysia', 'Wth trafffic jam so sian...'), (21437, 970, 'Johore, Malaysia', 'Should I eat at Ecp?'), (21438, 2186, 'Johore, Malaysia', 'Left two weeks better enjoy it while we can !'), (21439, 2189, 'Johor Bahru, Johore', '“@Retwittings: Complete the sentence: #MyParentsCanBe _____.” awesome !'), (21440, 4123, 'Johore, Malaysia', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore) http://t.co/wXY4Gh7T'), (21441, 4644, 'Plentong, Johor Bahru', 'y ? RT;@TeheeSarawr Mcd delivery kuantan bodoh! Haha'), (21442, 3120, 'Johor Bahru, Johore', 'I''m at Bukit Gombak MRT Station (NS3) (Singapore, Singapore) http://t.co/mbc8SKta'), (21443, 3927, 'Johore, Malaysia', 'Selling out. But that''s cos there''s no Starbucks here lol. (at The Coffee Bean &amp; Tea Leaf) [pic] — http://t.co/ymNlKSHD'), (21444, 4048, 'Johore, Malaysia', '@macamretard who?'), (21445, 135, 'Johor Bahru, Johore', 'Of course i do, i bet Syareena does too RT @sfqdnl: @afiqahyamin alhamdulillah, at least someone cares for me. :'')'), (21446, 1205, 'Johore, Malaysia', '@ohmysofiaa eh! Road safety park open to public sia!'), (21447, 1820, 'Johore, Malaysia', '@ulfaDHAH33 asal tak on fb ? :D'), (21448, 1390, 'Johor Bahru, Johore', 'Omg i really feel like mentioning both of you in a tweet. Please dont start.'), (21449, 4686, 'Johore, Malaysia', 'RT @markmackinnon: RT @DejiangZhang: I just ousted @BoXilai as the mayor of the Party''s Chongqing Committee on @foursquare!'), (21450, 80, 'Johore, Malaysia', '@Aarella @iffakhalissa it has blood too?'), (21451, 893, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) http://t.co/JBeQ9Lgv'), (21452, 3664, 'Pulai, Johor Bahru', 'Mandi... (@ Lagaria Laguna) http://t.co/8rVT0is6'), (21453, 1850, 'Johor Bahru, Johore', '@rafash_ash siape lah bodoh'), (21454, 2979, 'Johor Bahru, Johore', 'It seems so fake. . .'), (21455, 2379, 'Johor Bahru, Johore', 'Going back to school now for the camp.. Haizz.. I''m so tired rite now!!'), (21456, 3550, 'Johor Bahru, Johore', 'I WANT POSTERS.. RAWWWWR~'), (21457, 4607, 'Johor Bahru, Johore', 'Bneran? RT @muftimuftia: smntr msh aman2 yak sih,cume jalanan kn pd ditutup RT: @ddiittaayeye: Parah dak? :''( RT @muftimuftia: rusuh FPI vs'), (21458, 1457, 'Riau, Indonesia', 'Omg! Me &amp; my cousin .. Wanted to go to the mummy rollercoaster but half way going thru the entrance it was dark so screamed , so nvr go xD'), (21459, 4661, 'Johore, Malaysia', 'KALAU UDAH PUTUS PUTUS AJA GAK USAH NYINDIR-NYINDIR KALE -_- cape deh'), (21460, 2664, 'Plentong, Johor Bahru', '@writerBEKU band shu kinyobi nak beli baju v-kei, lagipun aku ingat nak beli baju kat kedai district tu sekali'), (21461, 4687, 'Johore, Malaysia', '@Gen_SayHii Hello :D'), (21462, 262, 'Johore, Malaysia', '@kellylilin aww :( next time then *generation gap*'), (21463, 2037, 'Pulai, Johor Bahru', 'mlm nih farahana, jgn wat org susah ahti or sakit hati, kamu tuh, state sgt la xbetul, aiyak'), (21464, 2996, 'Johore, Malaysia', 'I''m at Cold Stone Creamery (Singapore, Singapore) w/ 5 others http://t.co/AZTYWUos'), (21465, 1855, 'Johor Bahru, Johore', 'Weewt.. So exhausting..'), (21466, 2809, 'Johore, Malaysia', 'You are not me and therefore, don''t act as if you know me,myself and I .'), (21467, 2056, 'Johore, Malaysia', 'iPad 3rd gen plans in Singapore only comes with 10GB for $40? What the Nathan?!'), (21468, 3160, 'Johor Bahru, Johore', 'I''m at 27 Hazel Park Terrace (Singapore, Singapore) http://t.co/uDWITgGl'), (21469, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Yay ! ^^ of cos but make sure u do it horh ~~~'), (21470, 1964, 'Johore, Malaysia', 'Just posted a photo @ Glitz Hair Workz http://t.co/f2fxtz4I'), (21471, 4462, 'Johor Bahru, Johore', '@ahhmaaa very good n userfriendly'), (21472, 3721, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 7 others http://t.co/jZDTVAaw'), (21473, 135, 'Johor Bahru, Johore', 'I want to sleep'), (21474, 4688, 'Johore, Malaysia', 'mum and chubbz, our neighbour''s dog :) #chowpoodle @ Tanjong Rhu Road http://t.co/RL10FUTn'), (21475, 7, 'Johore, Malaysia', 'Wuu zaa ganas main tumbuk pula. Taksakit pun :P'), (21476, 4651, 'Johor Bahru, Johore', 'Still stuck at Tuas Checkpoint rn thanks to the friggin china lady who forgot to bring her bag along with her when we went down the coach.'), (21477, 3951, 'Johore, Malaysia', 'hi (@ MDIS ''Bus Stop '') http://t.co/ydW5xgtR'), (21478, 3645, 'Johore, Malaysia', '#OneThingIWillMiss when I my bus concession expires is taking bus 30 and enjoy the nice scenery at Marina Bay. http://t.co/s9iayNMm'), (21479, 1326, 'Johore, Malaysia', 'I''m at Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) (Singapore, Singapore) w/ 10 others http://t.co/YwefXJCx'), (21480, 1860, 'Johore, Malaysia', 'Have it with you please. Oh! Cannot eh ?!'), (21481, 2364, 'Johore, Malaysia', 'Multitasking. (@ SIM HQ LT1.08 w/ @njann) http://t.co/nrmO5QVE'), (21482, 1266, 'Johore, Malaysia', '@TLneon Heya, gonna head home first to shower off the muck, might be like 10 mins late'), (21483, 1266, 'Johore, Malaysia', '“@reihansalam: The Blow &gt; YACHT.”\n@De7erminist'), (21484, 1347, 'Johor Bahru, Johore', 'Going for a walk soon haha'), (21485, 4113, 'Johore, Malaysia', '@Ap_uh Love you too baby♥'), (21486, 258, 'Kota Tinggi, Johore', 'Talented in your own world?'), (21487, 2979, 'Johor Bahru, Johore', 'WowWow, You care abt it? I didn''t notic abt it.'), (21488, 4607, 'Johor Bahru, Johore', 'Msi d sngpore RT @muftimuftia: sekarang lg dmn hun? RT: @ddiittaayeye: Tggu smpai indo ya :3 RT @muftimuftia: watcap jak :D RT: @ddiittaayey'), (21489, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa hahah kecik baru comel wehh.. molek gituu. hahaha'), (21490, 467, 'Johore, Malaysia', 'RT “@KingDuy: Some people just need a hug... Around their neck.... With a rope :)”'), (21491, 135, 'Johor Bahru, Johore', 'Exactly RT @sfqdnl: why i suddenly emo sia?'), (21492, 4689, 'Johor Bahru, Johore', 'I''m at Changi Intl. Airport Singapore (Quezon City, Metro Manila) http://t.co/iOzxlkNV'), (21493, 1819, 'Johor Bahru, Johore', '@DinSharif esok malam.ride.nk.ikot?'), (21494, 3191, 'Senai Kulai, Kulai Jaya', 'Aaaaaaaa jin yoojin confess his feeling kat shin hae sungggg'), (21495, 1256, 'Johor Bahru, Johore', '@lydsamm u me my bro rememberrr'), (21496, 1820, 'Johore, Malaysia', '"dalam bidang bahasa dan sastera. " dlm BI apa haa ? @ulfaDHAH33 ??'), (21497, 33, 'Johor Bahru, Johore', 'Woke up from my nap feel so refresh !!'), (21498, 3939, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) w/ 3 others http://t.co/NrmXwfek'), (21499, 4690, 'Johore, Malaysia', 'Addiction na to. (@ Din Tai Fung 鼎泰豐) http://t.co/bZbUft9S'), (21500, 819, 'Johore, Malaysia', '@jamzxz Whats happening tmrw?! :X'), (21501, 2303, 'Johore, Malaysia', 'I''m at M1 Shop w/ @blackheartesj http://t.co/QuvO8uKM'), (21502, 612, 'Johor Bahru, Johore', '@princessqie really random. She send me the whole banana potato minion song through talkbox. Semangat!'), (21503, 124, 'Johor Bahru, Johore', '@TrulyLee hahaha . Soon you will get it . I already have the recipes . Yinggal nak beli barang je . :) hehehe'), (21504, 124, 'Johor Bahru, Johore', '@FaraRossi yeap. Why ? 0.0'), (21505, 4, 'Johore, Malaysia', '@iamanrose mai koshish karunga ki tuhadi barbaad jingdi nu abbad kar saka ok\nby'), (21506, 844, 'Johor Bahru, Johore', 'penat. bsk hari ape ah. lupe lk'), (21507, 1779, 'Johore, Malaysia', 'I''m at Sands SkyPark (Singapore, Singapore) http://t.co/iY31nY6R'), (21508, 2771, 'Johore, Malaysia', '@billkadir @Degedakhehaaa bill, din...sok mcm mne..? jadik pi ke x ni?'), (21509, 54, 'Johore, Malaysia', '@Joycestruckedd HELLO JOYCE!!!'), (21510, 58, 'Malaysia', 'เชี่ย :( อารมเสีย'), (21511, 900, 'Johore, Malaysia', 'The condo stray cat missed out last night, put sardines out, he was too shy and some other cat noshed the fish #shithappens'), (21512, 97, 'Plentong, Johor Bahru', 'I''m at Anbu''s House (Pasir Gudang, Johor) http://t.co/lv3ya26X'), (21513, 1091, 'Johore, Malaysia', 'Even my small kid said to mom that I loooked so sick right now. &amp; she''s just 4years old. Sigh'), (21514, 364, 'Johor Bahru, Johore', '@DannDynno followed . (:'), (21515, 4691, 'Singapore', 'Assignment is submitted... Now wait for the tutor to check tomorrow.... :"('), (21516, 2064, 'Johor Bahru, Johore', 'KidsPlay w Boyboy. :) (@ Nex Mall Rooftop) http://t.co/YE8HXRTM'), (21517, 4680, 'Johore, Malaysia', 'Little brother dancing hip hop :D http://t.co/0xjZ3eCC'), (21518, 2189, 'Johor Bahru, Johore', 'Vry hungryyy'), (21519, 3676, 'Kota Tinggi, Johore', '@nuralizaalias comelnyaa kitaaaaa !! :DD'), (21520, 2799, 'Plentong, Johor Bahru', 'I''m at Larkin Jaya http://t.co/KxEJNANd'), (21521, 4692, 'Johor Bahru, Johore', 'I''m at Gek Poh Comunity Centre http://t.co/0lLzG8MP'), (21522, 4048, 'Johore, Malaysia', 'I guess your wrong this time..'), (21523, 131, 'Johore, Malaysia', '@DJMIKEAQUINO oi! Penge!'), (21524, 1421, 'Singapore', '@prissyyyyyy oic kk don''t angry life goes on'), (21525, 4693, 'Singapore', '#PeopleIWantToMeet @greysonchance'), (21526, 4610, 'Johor Bahru, Johore', '@FathineeNaboloh i got it lah!! :) hahah'), (21527, 7, 'Johore, Malaysia', '@ElysExiara Patut ah kalau jumpa kenal mcm takenal je'), (21528, 4048, 'Johore, Malaysia', 'Sshe is own by alot of time..'), (21529, 2979, 'Johor Bahru, Johore', 'I put my trust in you, Did you cherish it?'), (21530, 660, 'Plentong, Johor Bahru', '@ctrasyidah thanks nyon . tp aku rase aku dah tak kuat . serious :/'), (21531, 4668, 'Johor Bahru, Johore', 'I''m at Sembawang MRT Station (NS11) (Singapore, Singapore) w/ 3 others http://t.co/5Jx4APU3'), (21532, 1860, 'Johore, Malaysia', 'I wanna have some time with you, just you, on the swing. &lt;3'), (21533, 2979, 'Johor Bahru, Johore', 'Did you even know that?'), (21534, 4694, 'Johore, Malaysia', 'satunya bongkot, satunya arthit. jelek banget kedengerannya...'), (21535, 4681, 'Johor Bahru, Johore', 'Reaached home. (: Tiredd but in a highh moood. :D http://t.co/TeOoGYPX'), (21536, 362, 'Johore, Malaysia', 'Eating durian pancake :3'), (21537, 7, 'Johore, Malaysia', '@yarkkkkpashhhaa Eh yeke lirik? Shhh haha. Nti ah klu teruk sgt baru mkn ubat'), (21538, 1370, 'Johor Bahru, Johore', '@pinkshortcake_ sure sure.'), (21539, 3055, 'Johor Bahru, Johore', '@yanayeyOh @ifarrk cina* sorry autocorrect!'), (21540, 2300, 'Johor Bahru, Johore', 'WhereEver U Go, Whatever U Do,\nI will be Right Here Waiting for Cha! Perghhh! WatEva WatEva lahhhhh...'), (21541, 1087, 'Johor Bahru, Johore', '@yannc2021 foooooooood....arghhhhhh'), (21542, 160, 'Johore, Malaysia', 'I''m at Raffles Place MRT Interchange (EW14/NS26) (Singapore, Singapore) w/ 6 others http://t.co/bZSf9rFZ'), (21543, 4695, 'Johore, Malaysia', 'So who else''s having a mid week drink? (@ Mulligan''s Irish Pub &amp; Restaurant) [pic]: http://t.co/R5QIpqD0'), (21544, 4696, 'Johor Bahru, Johore', 'Was out running 5.04 km with #Endomondo. See it here: http://t.co/famnQRaC'), (21545, 4697, 'Johore, Malaysia', '@Dariuslua bro. tmr gym 8am?'), (21546, 2583, 'Johore, Malaysia', 'Should I work after working hours ? Damn sian'), (21547, 4610, 'Johor Bahru, Johore', 'I know the truth nowh!'), (21548, 97, 'Plentong, Johor Bahru', 'I''m at Lambaian Muhibah http://t.co/4fycSYdB'), (21549, 1850, 'Johor Bahru, Johore', '@rafash_ash itu nenek kau lah'), (21550, 135, 'Johor Bahru, Johore', '&lt;3 RT @sfqdnl: @afiqahyamin aww hehehe thank you!! yes, i really hope she does. :'')'), (21551, 361, 'Senai Kulai, Kulai Jaya', '@KRhannajoe @ssyafika btul ka nk wat master nih?'), (21552, 7, 'Johore, Malaysia', '@you_azima Whoaa for second meet eh? haha'), (21553, 3662, 'Senai Kulai, Kulai Jaya', 'I''m at Senai International Airport (JHB) (Senai, Johor) w/ 7 others http://t.co/xJvse97V'), (21554, 2846, 'Johor Bahru, Johore', 'So engrossed in her scramble with friends. -.- @ Live Culture Hair &amp; Beauty Salon http://t.co/H3K8kSjJ'), (21555, 4651, 'Johor Bahru, Johore', 'Okay we''re going out of here nao. Lol'), (21556, 505, 'Johore, Malaysia', 'Taking train to town now.. Not fun!! All the smelly ppl!!'), (21557, 970, 'Johore, Malaysia', 'Anyone wanna have dinz? :)'), (21558, 4698, 'Johore, Malaysia', 'Only during a cruise drive do images like this exist... :) @ 192 Pandan Loop http://t.co/PT6BOf8q'), (21559, 1087, 'Johor Bahru, Johore', '@yannc2021 WHY NOT? 1more hr to go before I can call it a day... :/'), (21560, 3679, 'Tebrau, Johor Bahru', 'Ya, dessert after work (@ Taroyami 甜圆蜜芋@Mount Austin) http://t.co/iaZK2XMS'), (21561, 4610, 'Johor Bahru, Johore', 'I wan gongcha! ;)'), (21562, 453, 'Johor Bahru, Johore', 'I''m at Yishun Swimming Complex (Yishun, Singapore) [pic]: http://t.co/Xx8CUvo6'), (21563, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Hahahah xPPPP'), (21564, 3550, 'Johor Bahru, Johore', '@cornybom Can our travel diary be like colourful etc or must it be written on foolscap??'), (21565, 4017, 'Singapore', 'next friday &lt;3'), (21566, 2979, 'Johor Bahru, Johore', 'Sometime the truth can be so hurt until i cannot bear.'), (21567, 2664, 'Plentong, Johor Bahru', '@writerBEKU takde duit giler, nak bawak balik BP lagi. nak bayar hutang solihin ngan hutang buku teks'), (21568, 1440, 'Johore, Malaysia', '1 meal 7 bucks. No $ already..'), (21569, 823, 'Kota Tinggi, Johore', 'Shall go get my monster arm back. Just kidding ^^'), (21570, 4699, 'Johor Bahru, Johore', 'Fluism, Coughism, Runny Nosism = Stay Homeism...'), (21571, 7, 'Johore, Malaysia', '@amirsyazwina Aliran paip :P Pa je. You ?'), (21572, 1248, 'Johor Bahru, Johore', 'nampotah! dang tindi talaga! di pa kayo mama***!'), (21573, 1242, 'Singapore', '):'), (21574, 4673, 'Johor Bahru, Johore', '@AloyPang Hahah. Get yr Timeless Love Co-stars to go diving w you again! (: Then you can enjoy the peace underwater again! (:'), (21575, 2963, 'Johore, Malaysia', '@euniceyisme u cut what hair !!!???'), (21576, 2500, 'Plentong, Johor Bahru', 'hello,,,,hello semua'), (21577, 479, 'Singapore', '@CloeMak Haha! Just went to check it out uh! Your giant picture should rescale a little!'), (21578, 4681, 'Johor Bahru, Johore', 'Hazizi took a picture of me. I THINK IT WILL BE DAAMN UNGLAAM. AHHH.'), (21579, 362, 'Johore, Malaysia', 'Ahhh ! Sedapnye !'), (21580, 2517, 'Kota Tinggi, Johore', 'I''m at Changi General Hospital (CGH) (Singapore, Singapore) http://t.co/rrK3OcF0'), (21581, 3870, 'Singapore', '@NandosSingapore @1Derful1D_ @boythunder913 Vas Happenin'' Barci!! I wonder if 1D have a mascot? lol :)'), (21582, 135, 'Johor Bahru, Johore', '@katydara Chio siaaaa'), (21583, 55, 'Johore, Malaysia', '@euxuanlin after i pay my debts kayyy !!!!'), (21584, 4607, 'Johor Bahru, Johore', 'Blm terlalu? Mksudny gmn? RT @nugiienugraha: @ddiittaayeye iye kak, belom terlalu sih. Doekan yak baek2 nih. http://t.co/jNkMdKD1'), (21585, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. They are very strong. Big Bang will win.'), (21586, 2583, 'Johore, Malaysia', 'China driver are so fierce'), (21587, 4693, 'Singapore', 'kasian adk gak di blehin bli ayam di angkringan. dan akhirnya aku sma abng diem2 bliin ayam itu tnpa spengetahuan mama.'), (21588, 2979, 'Johor Bahru, Johore', 'You are so S.P.E.C.I.A.L to me, You know?'), (21589, 3452, 'Johore, Malaysia', 'http://t.co/XMFJcVSW'), (21590, 1850, 'Johor Bahru, Johore', 'P-U-K-I-M-A-K-A-U .'), (21591, 3129, 'Johore, Malaysia', '“@Oli_Pettigrew: Kenny G playing in the bathroom. Something very wrong about holding my penis thinking about him" you made my day Oli'), (21592, 4651, 'Johor Bahru, Johore', 'This @swagxtastix is being such a gay. She never miss me sia what is this'), (21593, 4691, 'Singapore', 'Manner is not something you can teach.... if you don''t have it then you don''t have it. too bad...'), (21594, 911, 'Johor Bahru, Johore', 'I''m at Canteen A @ NTU http://t.co/0B3BIOyR'), (21595, 3024, 'Johore, Malaysia', '@MohdNohSalleh Happy Birthday Noh~ Hidup Raingers \\m/'), (21596, 81, 'Johor Bahru, Johore', '@ficobutternuts kimice sorry la aku kluar jap!!! Dah check da'), (21597, 893, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) w/ 8 others http://t.co/1yRO2KFJ'), (21598, 4701, 'Johore, Malaysia', '@Hp Singapore'), (21599, 7, 'Johore, Malaysia', 'Hi awak?'), (21600, 2993, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 21 others http://t.co/UraJXQ3g'), (21601, 3452, 'Johore, Malaysia', '@paperdrizzle not for everyone HHAHAH'), (21602, 2330, 'Johor Bahru, Johore', '@juvenile94 hahahahaa!! He got tht from Malaysia! :)'), (21603, 4610, 'Johor Bahru, Johore', 'UNFAIR AH !!!!!!!!!!!!!!!!!!!!!'), (21604, 1390, 'Johor Bahru, Johore', 'And it goes like this.'), (21605, 333, 'Johor Bahru, Johore', 'At Ang Mo Kio Community Centre — http://t.co/gTZVyzir'), (21606, 2074, 'Singapore', '@illicitflesh HANNAH MONTANA...wait.'), (21607, 2554, 'Johor Bahru, Johore', '4833'), (21608, 4693, 'Singapore', 'Sayang adekku =*'), (21609, 4702, 'Johore, Malaysia', 'Donuts date with Mr Boyfie.  (@ J.Co Donuts &amp; Coffee) http://t.co/XeZkdQnj'), (21610, 4489, 'Riau, Indonesia', 'behh., trnyta anak ibuk ne agak ALAY yaa. smpe sgtu na sqa sm tmn q :D'), (21611, 1382, 'Johor Bahru, Johore', 'Someone lost all the will to fight after i left. Such a sad ending. @PeiYi2706'), (21612, 1295, 'Johore, Malaysia', 'At m1... (at Bugis Junction Shopping Mall) — http://t.co/k9V5y4tE'), (21613, 3680, 'Johore, Malaysia', '@chaaaaos REALLY?!? I''m alone at home now...'), (21614, 4212, 'Malaysia', 'ถึงเวลาปรับเครื่องมือจัดฟัน.. (@ Dental Room.(Dr.Dental Clinic)) http://t.co/nuT7Ue0Z'), (21615, 4212, 'Malaysia', 'I just became the mayor of Dental Room.(Dr.Dental Clinic) on @foursquare! http://t.co/NYycbvmt'), (21616, 362, 'Johore, Malaysia', '@tookitaway ALL THE TIME !'), (21617, 4703, 'Johore, Malaysia', 'Just posted a photo @ 7-11 @ Liang Seah Street http://t.co/hequfa3e'), (21618, 3405, 'Kota Tinggi, Johore', 'Just finish playing pool with 4B1 pool bros haha @taykaihong @WuYongming @SmellyChouTofu @attitude_smile @taesongha http://t.co/kXpupyRJ'), (21619, 4704, 'Johore, Malaysia', 'I''m at Marina Bay Sands (Hotel) (Singapore, Singapore) w/ 8 others http://t.co/3OUmI1Or'), (21620, 2630, 'Johore, Malaysia', '@Yeeninglovesred why lei...u in the area?'), (21621, 4651, 'Johor Bahru, Johore', '“@DANbeatfreaks: @roliepolierinny thats what chinese people specialise in hahah ok joking.” hahahahahah thats..... no comment har har har'), (21622, 4705, 'Johore, Malaysia', 'No offence grandmother but you''re really getting on my nerves.'), (21623, 3069, 'Johor Bahru, Johore', '@KennethLJY wtf. Thx ah. Say im horny when im actually a good boy~'), (21624, 1195, 'Plentong, Johor Bahru', 'I''m at titiwangsa apartment jalan padi malinja 1 (Johor Bahru, Johor) http://t.co/P9RUQ7Nj'), (21625, 2554, 'Johor Bahru, Johore', 'Iwtkta'), (21626, 519, 'Johore, Malaysia', '@BiteMyLeftFoot I won''t know if you say? So are you? Hahahahaaa!'), (21627, 84, 'Johor Bahru, Johore', '@Jae_Jerome hmm.. Idk whose I should get..'), (21628, 4017, 'Singapore', 'fats &gt;:('), (21629, 2644, 'Pulai, Johor Bahru', '#KenanganTadika Pakai baju gaun kotakkotak pink!\n#ComelKan ? XDD'), (21630, 4489, 'Riau, Indonesia', 'sqa sh blh., tp jgn smpe bwt org mrsa trgnggu gtu x -,-'), (21631, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa GOLD okaayy GOLD ! :D'), (21632, 2979, 'Johor Bahru, Johore', 'Instant, The mac people says that need to wait for 2 hours? !'), (21633, 4693, 'Singapore', 'aku gak mau adk ku sdih..'), (21634, 135, 'Johor Bahru, Johore', '@sfqdnl Dont sedih sedih lah, tak bagus yknw'), (21635, 4706, 'Johore, Malaysia', 'I''m at Subway http://t.co/Qec0AcZx'), (21636, 4651, 'Kota Tinggi, Johore', 'HUNGRY'), (21637, 84, 'Johor Bahru, Johore', '@AngelusChan who? Xz?'), (21638, 4381, 'Johor Bahru, Johore', 'With classmates! @iamfiee @MKA921 @iStraven @kionghuat @Nattrawr (@ 467 Bbq Pit.. w/ @mka921 @istraven @kionghuat) http://t.co/idrGpASn'), (21639, 4607, 'Johor Bahru, Johore', 'Ee tak usa, tak enak haha. Eh kok kw tenang2 jak ni? :| RT @muftimuftia: yoi. aku mau pindah ke ausie jak la nih ahaha ;p RT: @ddiittaayeye:'), (21640, 1390, 'Johor Bahru, Johore', 'Good both of you have became silent. Thats the first step to patch up.'), (21641, 2423, 'Johor Bahru, Johore', '@Tinylittlexz we spell it as pontiyana . We don''t spent it anyway :3'), (21642, 1540, 'Johore, Malaysia', 'Tired:/'), (21643, 2260, 'Senai Kulai, Kulai Jaya', 'I''m at H25 Kolej Tun Fatimah http://t.co/Lf9qlRFG'), (21644, 3354, 'Johore, Malaysia', '. http://t.co/VnqDRkYY'), (21645, 2423, 'Johor Bahru, Johore', '@Louislikeastyle one pack of sweets .'), (21646, 126, 'Tebrau, Johor Bahru', 'Tension rindu lee minho :D haha'), (21647, 2664, 'Plentong, Johor Bahru', '@writerBEKU oke la kalau macam tu, papehal aku roger, mintak hutang aku sekali la kat farid'), (21648, 3452, 'Johore, Malaysia', '@paperdrizzle have laaaaaaaah , where got so different one hhahhaa'), (21649, 362, 'Johore, Malaysia', '@tookitaway omg ! Duh ! Kampong Matlap makanan sedap oi !'), (21650, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc @zhenjingkimchi_ I got reply ma I thought...'), (21651, 4691, 'Singapore', 'Those people with trick celebrity name in #twitter . Shame on you...'), (21652, 4707, 'Johor Bahru, Johore', 'I''m at Changi International Airport, Singapore - Terminal 2, Gate E2 (Singapore) http://t.co/yGrA9Ugh'), (21653, 4708, 'Johor Bahru, Johore', 'I''m at Woodlands Checkpoint (Causeway) (Singapore, Singapore) w/ 7 others http://t.co/RGhGqBig'), (21654, 2715, 'Riau, Indonesia', '@ieamsaguband kmrn udh seminggu plg,,,,1 bulan dia dsana, mlm jumaat kmrn dia tdr kos ku'), (21655, 386, 'Tebrau, Johor Bahru', 'Friend to me: "Where''s your mustache and beard?" (Somewhere in the sewer perhaps?)'), (21656, 4651, 'Kota Tinggi, Johore', 'hi rindu i tak? Hahahaha @nadpepper @thincookies'), (21657, 4709, 'Johor Bahru, Johore', 'I''m at Windsor Park Playground (Singapore) http://t.co/xVxKvBY9'), (21658, 3354, 'Johore, Malaysia', 'some people act chio act until very very fail #laughs'), (21659, 2979, 'Johor Bahru, Johore', 'Seriously can hungry too death.'), (21660, 4673, 'Johor Bahru, Johore', '@ValerieLuvszxc I tot tht day me and Rach agree? *No Offence*'), (21661, 58, 'Malaysia', '@orioenjoy พี่สาวเป็นไร ? TT'), (21662, 196, 'Johor Bahru, Johore', 'This @Jerwaynehtw finally here!'), (21663, 4710, 'Riau, Indonesia', '@adzhani1 Hy shabrina !!!'), (21664, 2500, 'Plentong, Johor Bahru', ':)'), (21665, 1194, 'Singapore', '@yepimtalia darling?! O.o'), (21666, 3680, 'Johore, Malaysia', 'My dimples cacat lol. One side got two dimples one Side no have LOL'), (21667, 1743, 'Tebrau, Johor Bahru', 'A true gentleman would learn to understand that his lady isn''t perfect and that he sh... (at 4/2 Jalan Aliff Harmoni) — http://t.co/kazWG0kT'), (21668, 4607, 'Johor Bahru, Johore', 'Singgah lok beli kue :D RT @muftimuftia: ha? kok terdampar disana? RT: @ddiittaayeye: Msi d sngpore RT @muftimuftia: sekarang lg dmn hun? RT'), (21669, 3354, 'Johore, Malaysia', '@Natasha_Kinskey seeraiously?whut happen'), (21670, 3792, 'Johor Bahru, Johore', '@Boi_Elastico thx for the sr3 kau nak game ape?? Aku dah msg kau'), (21671, 3301, 'Johor Bahru, Johore', 'Stupid Pauk Pauk -.-'), (21672, 4467, 'Johor Bahru, Johore', '@Rachel_Kimchia Don''t spam them. They did browse through. But don''t have time to reply.'), (21673, 2890, 'Johor Bahru, Johore', 'I''m at Changi International Airport - Singapore (Changi, Singapore) http://t.co/w8PRfNS0'), (21674, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Of cos :DDDDD'), (21675, 2715, 'Riau, Indonesia', '@ieamsaguband galau tros ab nie ha'), (21676, 983, 'Malaysia', 'ซื้ออาหารหมาให้เด็กๆหน่อย หลายตัวเกิน (@ Makro (แม็คโคร)) http://t.co/S3b8FssH'), (21677, 958, 'Johor Bahru, Johore', '@YilingGumshoe no.. Their grade 1 same like our primary 1 so from grade 11 is our age de'), (21678, 1194, 'Singapore', '@yepimtalia FEED ME SOME;D'), (21679, 617, 'Johor Bahru, Johore', 'Too bad im not gonna fall into ur trap animore...'), (21680, 519, 'Johore, Malaysia', 'Playing pool with @regina_khs @badbloodmarcus and mm! (;'), (21681, 4017, 'Singapore', 'literature tmrw. SIAN'), (21682, 3301, 'Johor Bahru, Johore', 'STOP ANNOYING ME LAH !'), (21683, 2750, 'Johore, Malaysia', '@mkhairulz erm like 4 days nv lehs waste money also won''t die'), (21684, 4711, 'Johore, Malaysia', 'Andy Warhol''s exhibition at ArtScience is amazing. I could spend an entire day at the museum.'), (21685, 4651, 'Johore, Malaysia', '“@swagxtastix: @roliepolierinny @nadpepper @thincookies no” SHUTUP'), (21686, 4712, 'Johor Bahru, Johore', 'Intented nap time:1hour\nReality:5 hours... HOLY SHIT! &gt;.&lt;'), (21687, 2650, 'Johor Bahru, Johore', 'Otw home .'), (21688, 84, 'Johor Bahru, Johore', 'Whole day watch drama.. Time to give my eyes a break'), (21689, 3749, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 27 others http://t.co/ZoHkdTKl'), (21690, 2466, 'Johore, Malaysia', 'were friends, but mr. Clavio...boy oh boy...the worst case of foot in mouth disease ever. (via @KCMontero)'), (21691, 865, 'Johore, Malaysia', 'Hidup pon merana Lebih baik lepaskan.'), (21692, 4460, 'Johor Bahru, Johore', '@qurratuainXDhaaa'), (21693, 2650, 'Johor Bahru, Johore', 'Tiring day .'), (21694, 4467, 'Johor Bahru, Johore', '@Xubin_ @aloypang @kimberly_chia whoa. Xu bin still thought of Kim ;)'), (21695, 4693, 'Singapore', 'rasanya pengen nngis, tpi mlu nngis di dpan adk :('), (21696, 2846, 'Johor Bahru, Johore', 'Finally, after much persistence. A smile! @chiawenfang @ Live Culture Hair &amp; Beauty Salon http://t.co/5AX4Tz55'), (21697, 4713, 'Johor Bahru, Johore', 'Having flu. And my nose like water tap. :('), (21698, 772, 'Johor Bahru, Johore', '@kobedarren @cheriecjl lols I forgot that account haha &gt;&lt; training up new one :)'), (21699, 2500, 'Plentong, Johor Bahru', 'thnkksss 4 follow saya'), (21700, 4465, 'Johore, Malaysia', 'Bloody fuck . People help you you like that .'), (21701, 4714, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) w/ 2 others http://t.co/5dFjudmm'), (21702, 1715, 'Johore, Malaysia', '@whatyouwantnow hahaha!! Monday meeting who bubbletea ah?? '), (21703, 4706, 'Johore, Malaysia', 'I''m at Subway @ Toa Payoh Entertainment Center (Toa Payoh, Singapore) http://t.co/Y2O5Dwv0'), (21704, 1850, 'Johor Bahru, Johore', '@rafash_ash matair kau marah aku'), (21705, 309, 'Johore, Malaysia', 'Pantes dr kmrn ngepost 100 twit suster/menit si @wesumar ... Lg dirawat masbro?'), (21706, 3667, 'Tebrau, Johor Bahru', 'I''m at Green Plains, Ulu Tiram (Ulu Tiram, Johor) http://t.co/4SU750Bu'), (21707, 1194, 'Singapore', '*grabs my hand* *squeeeeeze* *squeeeeze harder* *ouch.* xD'), (21708, 4715, 'Riau, Indonesia', 'aQu Hanya PeLarian Saja :(( http://t.co/isUe4LgV'), (21709, 4716, 'Plentong, Johor Bahru', 'I''m at Dataran Steamboat (Johor Bahru, Johor) http://t.co/5yoanyhD'), (21710, 1850, 'Johor Bahru, Johore', '"@LTAsg: Joint News Release by LTA &amp; SBST - North East Line Train Service Resumes Full Operation Following Morning Disruption "'), (21711, 4680, 'Johore, Malaysia', 'Wipeout is about watching people suffer while doing the obstacles'), (21712, 2653, 'Johore, Malaysia', '@IHEARTSUZY Miss A use to win. But Big Bang. Came.'), (21713, 3704, 'Johor Bahru, Johore', 'Must try! (@ Chong Pang Market &amp; Food Centre w/ 3 others) [pic]: http://t.co/u45Fa2L9'), (21714, 623, 'Johor Bahru, Johore', 'Faint!! My mum does not even know how to spell my name.. A.L.I.C.I.A so hard to remember ma???'), (21715, 4651, 'Johore, Malaysia', 'Did anything happen in SG while im away? Anyone?'), (21716, 4467, 'Johor Bahru, Johore', '@AloyPang I dive with you, mentally xD *dives like dolphin*, *push u into water *, ok I know I''m siao, Hahah xD'), (21717, 2056, 'Johore, Malaysia', 'I don''t care how you manage your buses dude, why is there a breakdown in the first place?'), (21718, 4699, 'Johor Bahru, Johore', 'my other two djs-ism... Haha“@RaraHayTeRs: @Olliedes if you stay HOMEISM, den who spinism? LOL”'), (21719, 81, 'Johor Bahru, Johore', '@ficobutternuts jersey kind!!!!! Still prefer the all names tho but wtv jersey sudah'), (21720, 362, 'Johore, Malaysia', '@syakilla_xx yea . I am .'), (21721, 2664, 'Plentong, Johor Bahru', '@writerBEKU uma membe aku kat tongkang kot'), (21722, 1194, 'Singapore', '@yepimtalia *munch nomnomnom:3*'), (21723, 705, 'Johore, Malaysia', 'The winter had passed\nAnd the spring has come\nWe have withered\nAnd our hearts are bruised from longing'), (21724, 4386, 'Johore, Malaysia', 'I''m at Far East Plaza (Singapore) w/ 15 others http://t.co/F7OjMdFB'), (21725, 3680, 'Johore, Malaysia', 'Home alone'), (21726, 1550, 'Johore, Malaysia', 'I''m at HarbourFront Centre (Singapore) w/ 6 others http://t.co/EQMAuKZ4'), (21727, 1264, 'Johore, Malaysia', 'So sian. Sigh'), (21728, 862, 'Johore, Malaysia', '@shaqsha make me scared. Thought i did something wrong. Hahaha'), (21729, 4717, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 12 others http://t.co/xOm5f2FN'), (21730, 4718, 'Johore, Malaysia', 'Having dinner at CSC!!'), (21731, 2979, 'Johor Bahru, Johore', 'I &lt;3 You.'), (21732, 3301, 'Johor Bahru, Johore', 'FUCK YOU *** *** ** !!!'), (21733, 4719, 'Johore, Malaysia', 'If only I could do a Vulcan Mind Meld. It would make some things so much easier...'), (21734, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: RTRT @Simcheeeky :I just hope someone will really mean what they say.”'), (21735, 1087, 'Johor Bahru, Johore', '@yannc2021 cause I dont have a pretty face to be celebrity? :/ okay 我會炒蛋炒飯。'), (21736, 1522, 'Johor Bahru, Johore', 'No wait. Mugler will be here though. Lol.'), (21737, 4720, 'Johore, Malaysia', 'Breakfast.Lunch.Dinner jdi 1 dah... (@ Astons Specialties) http://t.co/SIeeaoDu'), (21738, 4017, 'Singapore', 'okcan'), (21739, 4710, 'Riau, Indonesia', '@adzhani1 Yah....Aku kalah cepat!!! :Liv Ά​ƙu duluan mention berarti Ά​ƙu ank keren ♡hϱϱ♡hϱϱ♡hϱϱ♡ @Alivia_19'), (21740, 34, 'Johor Bahru, Johore', 'I fucking shag now..feeling very down!!!i want go back to my self..I fucking Hates girl now!!!!'), (21741, 2653, 'Johore, Malaysia', 'HUNGRY!'), (21742, 3762, 'Johor Bahru, Johore', 'At Blk 491h Tampines St 45 — http://t.co/cDuxFTQ1'), (21743, 4697, 'Johore, Malaysia', '@Dariuslua no bro.. train early.. not much people'), (21744, 3456, 'Tebrau, Johor Bahru', 'Just got back from YH futsal. (@ Rifqi''s Grand Palace) http://t.co/pKK8rFu5'), (21745, 3452, 'Johore, Malaysia', '@MateenFirdaus tomorrow is your smalll dayyyy'), (21746, 2653, 'Johore, Malaysia', 'Need to bath ltr.'), (21747, 4651, 'Johore, Malaysia', 'Why do i feel like everything changed? Hahahah'), (21748, 4721, 'Johore, Malaysia', 'With old primary school friends old reunion :D'), (21749, 2750, 'Kota Tinggi, Johore', 'Heading home now like a nice weather to go for a jog anyone???'), (21750, 4722, 'Johor Bahru, Johore', 'Yayyyz (@ Zhenghua Primary School) http://t.co/Iw8NrK0z'), (21751, 1194, 'Singapore', '@yepimtalia sheesh xD'), (21752, 3354, 'Johore, Malaysia', 'i wan to work and earn money'), (21753, 3636, 'Johore, Malaysia', '“@merlovescandy: If you are cooler than me, that actually makes me hotter than you ((:”'), (21754, 2499, 'Singapore', 'Contrary to popular belief,its not #LFC''s birthday,its June3...today is the day the ppl who formed LFC broke out of EFC http://t.co/9BPYqMUQ'), (21755, 2689, 'Johore, Malaysia', 'Eeeee zzsm??? Poke!!! @CyanRhapsody @YunCaiKEN @WanHianKen @_Huiwen'), (21756, 4723, 'Johor Bahru, Johore', 'I''m at Admiralty MRT Station (NS10) (Singapore, Singapore) http://t.co/bLlWRcwx'), (21757, 4724, 'Singapore', 'how can he is younger than meeee!!????? _ _"'), (21758, 768, 'Johore, Malaysia', '@_purrplekitty Tml? Where? East coast? They going to close down on 18th ~ lol'), (21759, 2500, 'Plentong, Johor Bahru', 'berdebarrrr seyyyy'), (21760, 4725, 'Johore, Malaysia', 'I''m at Ernst &amp; Young LLP (Singapore, Singapore) http://t.co/eia7Dcu3'), (21761, 2969, 'Johor Bahru, Johore', 'dabao ljs for the liquid empire people !! :D (@ bishan j8 w/ 2 others) http://t.co/3Y3D9Vkm'), (21762, 3847, 'Johor Bahru, Johore', 'I''m at Southaven 2 Condominium (Singapore) http://t.co/ldOXaXBE'), (21763, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: RT @cryingsouls :Where did the old you go?”'), (21764, 2056, 'Johore, Malaysia', '@d_lau3 why?'), (21765, 116, 'Johor Bahru, Johore', 'going back (@ Sengkang MRT/LRT Station (NE16/STC) w/ 5 others) http://t.co/N1Q0eoFq'), (21766, 3687, 'Johore, Malaysia', 'If I die young, bury me\nIn satin~~'), (21767, 126, 'Tebrau, Johor Bahru', 'Lee minho mood &lt;3'), (21768, 4493, 'Johore, Malaysia', '@lynetteteo98 :)'), (21769, 4726, 'Malaysia', 'Currently at the saloon ^_^V'), (21770, 3452, 'Johore, Malaysia', '@Jages_SixtyNine HAHAHHA dafuggggg , why haha'), (21771, 3301, 'Johor Bahru, Johore', 'Only know how to destroy friendship ! Somemore so mushy ! No wonder guys would dump you ! You are nothing but a shit !'), (21772, 2551, 'Johore, Malaysia', 'I''m at Toa Payoh Central (Singapore) http://t.co/6nqBAAdz'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (21773, 1253, 'Malaysia', 'I''m at 7-11 # 1586 คณะแพทย์ มอ. http://t.co/3vI9EyjL'), (21774, 58, 'Malaysia', 'แม่งเหี้ยกว่านี้มีอีกมั้ย ?'), (21775, 1850, 'Johor Bahru, Johore', '@rafash_ash sblm aku marah die baik kau marah die dulu'), (21776, 2205, 'Johore, Malaysia', 'I''m at Blk 546 Bedok North Street 3 http://t.co/kT4TROGC'), (21777, 4727, 'Johore, Malaysia', 'I''m at Tiong Bahru MRT Station (EW17) (Singapore) http://t.co/8iGiEXCz'), (21778, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: RT @_thUnrequited :dykhmiamy?”'), (21779, 3452, 'Johore, Malaysia', '@paperdrizzle SHOW ME SOME EXAMPLES PLEASE'), (21780, 4728, 'Johore, Malaysia', 'Eating a chicken rice now. Swallow onlyyyy! (@ Tourism Management Insitute of Singapore (TMIS)) http://t.co/xm6I6RuW'), (21781, 362, 'Johore, Malaysia', 'Yes ah ! Hahahaha I manage a annoy one brat :P'), (21782, 1390, 'Johor Bahru, Johore', 'Missing this shit. http://t.co/Ca2kTcSB'), (21783, 7, 'Johore, Malaysia', 'Twitcon SharolTravor Gemok wuu :O'), (21784, 4729, 'Johore, Malaysia', 'Kuishin-bo @ KuiShin-Bo @ Suntec City Mall http://t.co/MPjY5fqG'), (21785, 2551, 'Johore, Malaysia', 'I''m at Toa Payoh Central http://t.co/V0eqgK0g'), (21786, 3306, 'Johor Bahru, Johore', 'Keep playing this song. Fatcat like a dream and sing along.'), (21787, 3301, 'Johor Bahru, Johore', 'No one would want to be friends with you .'), (21788, 4022, 'Johore, Malaysia', 'Never fail to piss me off fucking skunk. Seriously !'), (21789, 1131, 'Johor Bahru, Johore', '@DCrissCrossxz Whus you jump I jump?'), (21790, 362, 'Johore, Malaysia', '@mdsaifullah yum yum &lt;3'), (21791, 1684, 'JUSCO - Bukit Indah, Pulai', 'I''m at JUSCO (Johor Bahru, Johor) http://t.co/Wq7o6o0c'), (21792, 4730, 'Johore, Malaysia', 'I''m at Ku Dé Ta Restaurant (Singapore, Singapore) http://t.co/XGjbP3OM'), (21793, 440, 'Johor Bahru, Johore', '@ClarissaQQL swinging seas! LOL! Singing meh?'), (21794, 4727, 'Johore, Malaysia', 'I''m at Tiong Bahru Plaza (Singapore, Singapore) w/ 6 others http://t.co/z6YNMQz5'), (21795, 4731, 'Johor Bahru, Johore', '@BADGAL333 laopo wo ai ni lots'), (21796, 3301, 'Johor Bahru, Johore', 'Don''t act act lah .'), (21797, 1421, 'Singapore', '@herrowwernching none out of 5 have replied yet? :O'), (21798, 2551, 'Johore, Malaysia', 'I''m at myawesomeawesomeplace http://t.co/v4DG8joh'), (21799, 4732, 'Johore, Malaysia', 'Putain j''ai vu mes premieres mouettes a Singapour en deux ans !!!! #jaimekesmouettes'), (21800, 1676, 'Kota Tinggi, Johore', '@chongtingting foc!!! Faints. Haha'), (21801, 2478, 'Johor Bahru, Johore', 'At the chalet starting a bbq with @RidzBiscuits @JonniBeans @Chiangfishz'), (21802, 3636, 'Johore, Malaysia', 'arch my eyes hurt I''m supposed to be doing homework\nnow'), (21803, 1253, 'Malaysia', 'I''m at อ่างปลาดุก มอ. (Kho Hong, Songkhla) http://t.co/VSlf0qCA'), (21804, 958, 'Johor Bahru, Johore', '@YilingGumshoe got chio bu.guys ang mo quite shuai.'), (21805, 1084, 'Malaysia', 'balik mkn tidoq (@ Halliburton Staff House) http://t.co/flMxZLm8'), (21806, 1109, 'Johor Bahru, Johore', '@CELINLEONG :))'), (21807, 3029, 'Johore, Malaysia', 'This is the first time I realised my patience has its limits, especially after been tired, working (cont) http://t.co/STALAtGe'), (21808, 58, 'Malaysia', '@orioenjoy โหย รีบเครียเลยพี่'), (21809, 440, 'Johor Bahru, Johore', '@awesomelady98 your brain is lying to u too! D:'), (21810, 7, 'Johore, Malaysia', 'Eh ttbe? Haha RT" @ApekSteady kalau biyyshort pakai tdung. sumpah comel whaha'), (21811, 4671, 'Singapore', '@engrfabian ewan ko sayo pati kasi batibot pinapakialamn mo ;))'), (21812, 362, 'Johore, Malaysia', 'Like no enough . I buy one more pancake can ? :('), (21813, 84, 'Johor Bahru, Johore', '@Jae_Jerome if it''s the teaser pic then I want to get key one. I like key one most. Haha'), (21814, 4733, 'Johor Bahru, Johore', 'At boyfriend and his friend''s house right now. 2 guys are gonna make dinner for me later. @.@ dread for the outcome.'), (21815, 1069, 'Johore, Malaysia', 'Malacca in sat morning! Woohoo'), (21816, 1158, 'Johore, Malaysia', 'Elevator @ Singapore Post Centre http://t.co/9MBl5IZm'), (21817, 264, 'Singapore', '@LAMSHITKAYYYY_ Study laaaaaaaaaaaaaaaaaaaaaaaaaa'), (21818, 1098, 'Johore, Malaysia', 'I''m at Sim Lim Square (Singapore) w/ 3 others http://t.co/vuwlisfO'), (21819, 2554, 'Johor Bahru, Johore', 'Aiyo ,'), (21820, 4699, 'Johor Bahru, Johore', 'yup yup... U comin dwn tonight?“@RaraHayTeRs: @Olliedes Timo-J &amp; Gemstarr? O.o”'), (21821, 4731, 'Johor Bahru, Johore', 'Working n my laopo is pei-ing mi thx muack'), (21822, 362, 'Johore, Malaysia', 'Wait ! I find better filling food lah :)'), (21823, 2715, 'Riau, Indonesia', '@jess_iskandar oce'), (21824, 440, 'Johor Bahru, Johore', '@awesomelady98 nothing LOL. Yeah I still small kid *-*'), (21825, 3754, 'Plentong, Johor Bahru', 'I''m at Pasar Tani Datin Halimah (Johor Bahru, Johor) http://t.co/tyxZjAkH'), (21826, 1083, 'Johore, Malaysia', 'Nak pegi date ngan bo iqram katsini @ Esplanade - Theatres on the Bay http://t.co/ao3Zpi3W'), (21827, 4425, 'Senai Kulai, Kulai Jaya', 'I''m at Senai Airport Arrival Hall (Senai, Johor) http://t.co/0am4gQx3'), (21828, 1205, 'Johore, Malaysia', '@ohmysofiaa reach ECP APREADY AH?'), (21829, 1997, 'Johore, Malaysia', 'Math, such a pain. @TiakLeng http://t.co/Xz55rObk'), (21830, 4734, 'Johor Bahru, Johore', 'Aku kat mana sekarang?'), (21831, 4735, 'Tebrau, Johor Bahru', 'Haix...'), (21832, 2979, 'Johor Bahru, Johore', 'Don''t think you are that stupid. You are pretty.'), (21833, 889, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre w/ @swiithearts http://t.co/Ntw7LzAX'), (21834, 4736, 'Johor Bahru, Johore', 'Why did it rain yesterday :('), (21835, 4737, 'Johore, Malaysia', 'Bau jempol dalam mrt --"'), (21836, 2516, 'Johore, Malaysia', '@limyuexiu WOW, FANTASTIC BABY'), (21837, 2653, 'Johore, Malaysia', 'Big Bang not tired singing 4 songs at one time arh? Poor thing. But good job!'), (21838, 264, 'Singapore', '@Zophia98 Okay can. Boss ah boss... So like to make joke.'), (21839, 4738, 'Johor Bahru, Johore', 'Eating alone like a loner ._.'), (21840, 3029, 'Johore, Malaysia', 'RT @BishopBronner: True success involves failure, brokenness &amp; humility! Don''t count urself out (cont) http://t.co/kAlTDj9m'), (21841, 4739, 'Johor Bahru, Johore', 'I''m at Inside Mrt http://t.co/n46tdi2R'), (21842, 4165, 'Singapore', '@STcom FINALLY!'), (21843, 4680, 'Johore, Malaysia', '@SHCENA Haha yeah!!'), (21844, 1959, 'Johore, Malaysia', 'Y U NO BUY STUFF'), (21845, 3687, 'Johore, Malaysia', 'Funny when you''re dead, people start listening...'), (21846, 4731, 'Johor Bahru, Johore', '@BADGAL333 taeny♥'), (21847, 4461, 'Riau, Indonesia', 'akhir nya nyampe jugak,.'), (21848, 4740, 'Johor Bahru, Johore', 'Hohohomed nk zzzzzleeeep'), (21849, 2755, 'Johor Bahru, Johore', '@fitriaini @nurainikhamsani @salwazie @farahelyra bdk manje nie nk selalu gi jegok.. Nanti depress lah ape... Lol!'), (21850, 1940, 'Johore, Malaysia', 'I''m at H&amp;M (Singapore) w/ 7 others http://t.co/QYdmih8C'), (21851, 3634, 'Johor Bahru, Johore', 'the sweet moment when he hugs you as tight as he can when you wanna leave~ :'') #sweet'), (21852, 1823, 'Plentong, Johor Bahru', 'Short photography session with babies (@ Cruise Jetty Danga Bay) [pic]: http://t.co/3Jo9OlvC'), (21853, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Hahahaha i know liao , i everyday post one post on fb right ? Now ur turn to start it , but on twitter kay ? :D'), (21854, 4048, 'Johore, Malaysia', 'Argh!!!! Hurt my backbone badly...'), (21855, 685, 'Johor Bahru, Johore', 'Linited edition holbrook coming in soon......anybody interested??? @ Yanies Crip http://t.co/3xmpOFXh'), (21856, 2716, 'Plentong, Johor Bahru', 'I''m at Projek tapis exxonmobil http://t.co/8ofJlc1m'), (21857, 4718, 'Johore, Malaysia', '@lauraxsq haha np'), (21858, 135, 'Johor Bahru, Johore', '@sfqdnl Hahahaha, tu ah tak macho seh :p'), (21859, 440, 'Johor Bahru, Johore', '@TheEntertainerX HUIxin talented siol~ u this holiday no take any grade exam meh?'), (21860, 1382, 'Johor Bahru, Johore', '@PeiYi2706 poor thing need think so long before replying me'), (21861, 2500, 'Plentong, Johor Bahru', 'berdebarrrr seyyy'), (21862, 4741, 'Johore, Malaysia', 'I''m at Nanyang Academy Of Fine Arts Campus 3 http://t.co/bxruDsFf'), (21863, 4622, 'Plentong, Johor Bahru', '@YDiyanaa kena simpan'), (21864, 4742, 'Johore, Malaysia', '“@k0pio: Again, I maintain: MRT break down, bus break down la, how come ERP never break down?” @HabeebHashim'), (21865, 4673, 'Johor Bahru, Johore', '@ValerieLuvszxc Thn you say cos me and @stitchyrach_ neh say cn go so you neh ask? O.o'), (21866, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. haha. Too strong for Miss A. But not SJ.'), (21867, 3090, 'Johore, Malaysia', 'Dulan, JC student dua sai ar? 还不是一个poly student 在教你们。So guai lan for fark =_='), (21868, 3680, 'Johore, Malaysia', '@chaaaaos You at?'), (21869, 2232, 'Johore, Malaysia', 'I''m at Shaw HeadQuarters (Singapore, Orchard) http://t.co/ijrY8NyX'), (21870, 4461, 'Riau, Indonesia', '@Deviranthy intro'), (21871, 4622, 'Plentong, Johor Bahru', '@YDiyanaa bila nak bank in?'), (21872, 4738, 'Kota Tinggi, Johore', 'Eating alone like a loner ._.'), (21873, 2366, 'Johor Bahru, Johore', 'I just ousted @deborahmonstaa as the mayor of Blk 641 Yishun St 61 on @foursquare! http://t.co/Pzo3vk2d'), (21874, 2366, 'Johor Bahru, Johore', 'Eating with team~ (@ Blk 641 Yishun St 61) http://t.co/IAMwUWBP'), (21875, 362, 'Johore, Malaysia', 'Oh my fucking god . I''m not jealous . Are you angry ? Okay sir . Please go away .'), (21876, 440, 'Johor Bahru, Johore', '@awesomelady98 ._. Juniors. LOL. They are damn irritating'), (21877, 1128, 'Johor Bahru, Johore', 'I''m at Bus Stop 76149 (Opp Tampines Stn/Int) (Tampines, Singapore) http://t.co/Jt3cfXeJ'), (21878, 4743, 'Johore, Malaysia', 'Pasta maniaaa @Soowey'), (21879, 4744, 'Johore, Malaysia', '@Jasmintan have fun! Go and eat the pork collar!'), (21880, 441, 'Johor Bahru, Johore', 'So many no. 21 ~~ the table I''m sitting is also 2110!! My birthday!! :D eating porridge since ate alot just now. http://t.co/k3e0NCNp'), (21881, 131, 'Johore, Malaysia', 'Naman #lacoste wag ka ba mag sale! Enough na ang 2 pairs of shu-es! http://t.co/8mlxknlK'), (21882, 2664, 'Plentong, Johor Bahru', '#KenanganTadika ada kawan takde gigi, tapi bila jumpe sekarang da penuh gigi dia xD'), (21883, 1266, 'Johor Bahru, Johore', 'ALL of Singapore is on this Train.'), (21884, 1850, 'Johor Bahru, Johore', '@rafash_ash i dont get the joke .'), (21885, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh yah im MR_6661 aka BaziLuiSuarez'), (21886, 2330, 'Johor Bahru, Johore', '@juvenile94 HAHAHAHAAA YESSS!! :D good mah. :)'), (21887, 4461, 'Riau, Indonesia', 'mandi dulu lah.'), (21888, 1210, 'Johore, Malaysia', 'It''s times like these I freakin love my job! Setup waiting for sunset. http://t.co/VWF23JEs'), (21889, 556, 'Malaysia', '@Pim_Parinda RTเก่งจิงๆ = = 555.'), (21890, 2305, 'Johore, Malaysia', 'I''m at Royal Merukh S.E.A. Building (Singapore) http://t.co/gp4dXeew'), (21891, 4710, 'Riau, Indonesia', '@adzhani1 Y lmyan!!!!\nAk lgi mlesszzz aja!!!!\nxixixixi'), (21892, 4461, 'Riau, Indonesia', 'EXIT'), (21893, 4148, 'Johore, Malaysia', 'I''m at Blk 842 Sims Ave http://t.co/008bEFu1'), (21894, 1194, 'Singapore', 'hugggs. &lt;3'), (21895, 3090, 'Johore, Malaysia', '@YoursTrulyLyne :P thought can spam call :x'), (21896, 2653, 'Johore, Malaysia', '@2PMRules Broadcast'), (21897, 4745, 'Johor Bahru, Johore', 'My three wonderful sister :D @DurgaHellanne http://t.co/MlXkjbkz'), (21898, 685, 'Johor Bahru, Johore', '$225.....anybody interested??limited edition holbrook @ Yanies Crip http://t.co/uIZnJJrI'), (21899, 1390, 'Johor Bahru, Johore', 'Huge catfish bought it for 20 cents. http://t.co/OG4EGELH'), (21900, 880, 'Malaysia', 'Tiap hari begambar hari hari begambar. Boring urang liat ur face ah '), (21901, 4607, 'Johor Bahru, Johore', 'Ape ja yg uda terjadi? RT @nugiienugraha: @ddiittaayeye belum terlalu parah, lumayan lah. http://t.co/eJOYgWxt'), (21902, 3248, 'Plentong, Johor Bahru', 'I''m at Nasi Lemak Anggerik http://t.co/DPZ5tve5'), (21903, 4738, 'Johor Bahru, Johore', 'Thinking what you doing now ......'), (21904, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa Lol -___-'), (21905, 505, 'Johore, Malaysia', 'The fucking bangla rite infront of me digging gold in his fucking nose!!'), (21906, 58, 'Malaysia', '@orioenjoy เครียกันให้เข้าใจเดี๊ยวก็ดีกัน:)'), (21907, 4746, 'Johore, Malaysia', 'I''m at Depot Heights Shopping Centre (Bukit Merah, Singapore) http://t.co/Wawzp8KY'), (21908, 2664, 'Plentong, Johor Bahru', '@writerBEKU babeng luuu xD'), (21909, 362, 'Johore, Malaysia', 'I''d sniff your undies cause I miss you so much .'), (21910, 4461, 'Riau, Indonesia', '````EXIT````'), (21911, 3452, 'Johore, Malaysia', 'omgggggg so annoyingggggg'), (21912, 3354, 'Johore, Malaysia', '@Natasha_Kinskey whutttttt. im lazy to reach for my remote control'), (21913, 556, 'Malaysia', '@Kwang_Supreeya เย้ยยยยยยยย -0-'), (21914, 2979, 'Johor Bahru, Johore', 'I just love the way you are. :D'), (21915, 3680, 'Johore, Malaysia', 'Sorry I just don''t like you.'), (21916, 1748, 'Pulai, Johor Bahru', 'I''m at Homeyyy (Johor Bahru, Johor) http://t.co/903fu0Hb'), (21917, 4747, 'Johor Bahru, Johore', 'Hair! Y U SO WAVY? I hate my hair.'), (21918, 4467, 'Johor Bahru, Johore', 'F u la. Not as childish as you right? Learn from the foreign girl.'), (21919, 2653, 'Johore, Malaysia', '@IHEARTSUZY SJ is way to strong for many bands. :('), (21920, 362, 'Johore, Malaysia', 'That''s disgusting but yea , I find it cute .'), (21921, 2630, 'Johore, Malaysia', '@Yeeninglovesred i at city link starbucks...haha....'), (21922, 2572, 'Johor Bahru, Johore', '@Blehtan WHAT! You''re a Chinese so you should understand! HAHAHAHA'), (21923, 3839, 'Johor Bahru, Johore', 'I wasted my $3,seriously.'), (21924, 4748, 'Johore, Malaysia', 'I''m at The Cathay Cineplex (Singapore) w/ 5 others http://t.co/bAGuTp9R'), (21925, 2478, 'Johor Bahru, Johore', 'At the chalet starting a bbq with @RidzBiscuits @Chiangfishz @JonniBeans @EdmundIanWee'), (21926, 1326, 'Johore, Malaysia', 'I''m at Chinatown MRT Station (NE4/DT19) (Singapore, Singapore) http://t.co/aRqSQQwe'), (21927, 2554, 'Johor Bahru, Johore', '“@cryingsouls: Love isn''t complicated, people are.”'), (21928, 4697, 'Johore, Malaysia', '@Dariuslua yeah buddy'), (21929, 1712, 'Johor Bahru, Johore', 'I''m at An-Nahdhah Mosque (Singapore) http://t.co/mZR2Tfb2'), (21930, 4006, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 3 others http://t.co/SGrk3fRU'), (21931, 819, 'Singapore', '@jamzxz No! You mad girl? haha But are you? hahaha'), (21932, 3653, 'Johore, Malaysia', 'I''m at Lido Shaw House Theatre 7 (Singapore) http://t.co/TcjHfLrb'), (21933, 4355, 'Johore, Malaysia', 'I''m at A.venue Bistro (Singapore) http://t.co/HrWGfMft'), (21934, 1657, 'Senai Kulai, Kulai Jaya', 'I''m at Kolej Tuanku Canselor, UTM (Johor Bahru, Johor) http://t.co/kfEa4koP'), (21935, 3511, 'Johor Bahru, Johore', '@heiditan yeah ?!!'), (21936, 2653, 'Johore, Malaysia', 'Big Bang need to rest well.'), (21937, 1862, 'Johor Bahru, Johore', '@clementhiang yup! :('), (21938, 880, 'Malaysia', 'Lets pray!!!!'), (21939, 4198, 'Johor Bahru, Johore', '#foodphoto of #singapore - "Prata Kosong Tiga Bawang" (#onion #pancake) @ Mr. Teh Tarik Ang Mo Kio (24hrs) http://t.co/jIU5EhG2'), (21940, 3896, 'Johore, Malaysia', 'Really fucking sick and tired of this'), (21941, 4749, 'Kota Tinggi, Johore', 'Cycled 1 whole round around Bedok Reservior Park.'), (21942, 4750, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 25 others http://t.co/VAB1USGT'), (21943, 3429, 'Johore, Malaysia', 'I''m at Parkway Parade (Singapore) w/ 5 others http://t.co/PAF1Q71j'), (21944, 4751, 'Johore, Malaysia', 'Yayy.. Dearest is back in singapore... Yahoo!! Looking forward for this weekends :)'), (21945, 4752, 'Johore, Malaysia', '@TheTeddyKiller cannot lehhhhhhh, i need to go sch and have driving lesson'), (21946, 4525, 'Johore, Malaysia', 'Mmmmdap heheh ^^ (@ The Manhattan Fish Market) http://t.co/KGSduzhp'), (21947, 193, 'Johor Bahru, Johore', 'I''m at Shelter Court @ Bukit Batok http://t.co/IxQlhY6Y'), (21948, 84, 'Johor Bahru, Johore', '@AngelusChan oohh. You better don''t drink alrdy I tell you!'), (21949, 215, 'Johore, Malaysia', '@SMILING_leeErr Semo shi le'), (21950, 2207, 'Johore, Malaysia', '@drewboy_ang Says a lot about the current state of Chinese politics.'), (21951, 2892, 'Johor Bahru, Johore', 'Damn Tired.'), (21952, 3511, 'Johor Bahru, Johore', '@KJiaweii @nicholaspwn don''t know still thinking ~'), (21953, 120, 'Johor Bahru, Johore', 'Choking x.x'), (21954, 2572, 'Johor Bahru, Johore', '“@Retwittings: Retweet if you will turn very quiet when you''re upset.”'), (21955, 1421, 'Singapore', '@herrowwernching ouch, refusing an all-rounded 44pter... well, hope to see you in the UK in the end, if it''s what you want :)'), (21956, 1976, 'Johore, Malaysia', 'I hate liars; fuck love I''m tired of trying. &lt;3'), (21957, 2784, 'Johore, Malaysia', 'I''m at Rex Restaurant http://t.co/vxgyo31m'), (21958, 1370, 'Johor Bahru, Johore', '@untrustablekid HAHAHAHAHAHAHAHHA'), (21959, 1535, 'Plentong, Johor Bahru', 'belanja sat. hehe (@ Kip Mart, Masai) http://t.co/0hgi6Qvb'), (21960, 4048, 'Johore, Malaysia', 'Should i do what i am suppose to do? HMMM..'), (21961, 4753, 'Johore, Malaysia', '@ ODT now with Mehn ^^'), (21962, 4461, 'Riau, Indonesia', 'ikut kebandahara.'), (21963, 1635, 'Johore, Malaysia', 'the "unique" adventurism in me has again outdo my worries.. and I''m only spending the next 30 mins to revise for my test in a while..'), (21964, 3075, 'Johor Bahru, Johore', '“@FunnyEvil: Yawning is your body''s way of saying 20% of battery remaining.”'), (21965, 4754, 'Johor Bahru, Johore', 'After watching the latest episodes of sufbb and dream high II, I''ve learnt that flashback scenes are the best to wreck tears up'), (21966, 4048, 'Johore, Malaysia', 'memorizing lagu mirror..'), (21967, 4755, 'Johore, Malaysia', 'Cocktail (@ The Fullerton Bay Hotel Singapore) http://t.co/hX6LdcTn'), (21968, 4756, 'Johore, Malaysia', 'I''m at Singapore Botanic Gardens (Singapore, Singapore) w/ 2 others http://t.co/iBqZsfjv'), (21969, 2653, 'Johore, Malaysia', '9,000 tweets ^o^ Oh yeah!'), (21970, 4699, 'Johor Bahru, Johore', 'yup I guess so!“@RaraHayTeRs: @Olliedes I dun know lei.. tot of going.. Its free entry for ladies right? or you got no idea? LOL”'), (21971, 4680, 'Johore, Malaysia', '@SHCENA i gg today today come back :P'), (21972, 2979, 'Johor Bahru, Johore', 'Just now Freak up sia. Got ppl scared me.'), (21973, 2664, 'Plentong, Johor Bahru', '@writerBEKU haha, kau nak 150 ni nak beli jaket ke? xD'), (21974, 4461, 'Riau, Indonesia', 'otw SSQ'), (21975, 3452, 'Johore, Malaysia', '@MateenFirdaus MUAHAHHAHA see''ya tomorrow~'), (21976, 4731, 'Johor Bahru, Johore', '@BADGAL333 hehe muacks♥'), (21977, 2778, 'Johore, Malaysia', '@WirShaLee cuteee profile pic!'), (21978, 468, 'Johore, Malaysia', 'I''m at Botak Jones (Singapore, Singapore) http://t.co/Is4HmiER'), (21979, 514, 'Johore, Malaysia', 'I''m at ION Orchard w/ @h4ppypills http://t.co/uy4fTthm'), (21980, 3841, 'Johor Bahru, Johore', '@etrangle it''s your fault! Now I want Australia''s fish n chips! Lol! It was a gd read! I really miss GC and Brisbane.'), (21981, 4757, 'Johore, Malaysia', 'One of those longest day ever! Last day approved. Tick tock tick tock...'), (21982, 2500, 'Plentong, Johor Bahru', 'aty aq sakittt,,tpix de satu yg tauuu :"""('), (21983, 4362, 'Johore, Malaysia', 'Ate pasta mania. Yum. Gonna buy teens magazine! :) (@ United Square w/ 2 others) http://t.co/PiFoLNGy'), (21984, 2979, 'Johor Bahru, Johore', 'WhyYouDamnCute?'), (21985, 3067, 'Johore, Malaysia', 'I see U see Me...\nSo Crowded!!! With (@ City Hall MRT Interchange (EW13/NS25) w/ 8 others) http://t.co/sWkzlv78'), (21986, 2664, 'Plentong, Johor Bahru', '@faezahzahid haha, fakta ni xD'), (21987, 923, 'Pulai, Johor Bahru', 'I''m at Jalan PI 8/5 [pic]: http://t.co/agQPTBA1'), (21988, 1850, 'Johor Bahru, Johore', '@rafash_ash sorry takraw tonight .'), (21989, 2103, 'Johor Bahru, Johore', 'I''m at KFC (Singapore) http://t.co/YCqv5qK4'), (21990, 4758, 'Johore, Malaysia', 'I just ousted @telcolawyer as the mayor of Olympus Singapore Pte Ltd on @foursquare! http://t.co/6rewZYTI'), (21991, 4527, 'Johor Bahru, Johore', 'またここに来るからとpre-order出来るか尋ねたら、断わられた New iPad http://t.co/ZzDLl8Cq'), (21992, 1820, 'Johore, Malaysia', '@ulfaDHAH33 lol. tak the masa k. btw, kau esok bw app ?'), (21993, 4759, 'Tebrau, Johor Bahru', '@youheartfarisha , haha yeahh. I actually can do at home ^^'), (21994, 4478, 'Riau, Indonesia', 'mention RT @Belbielowday: mention dong yang kece'), (21995, 3869, 'Riau, Indonesia', '@MrGunny1963 @dean36ashton10 be a good battle round there #oneofmyfavouritecourses'), (21996, 2059, 'Johore, Malaysia', 'I''m at Secret Hideout ! http://t.co/cfaWCPXP'), (21997, 2112, 'Johore, Malaysia', 'I''m at KINGDOM INVASION (School of Healing and Impartation) Singapore Expo Hall 1 http://t.co/CyjmpLZp'), (21998, 1347, 'Johor Bahru, Johore', 'Staff lounge!!!:)'), (21999, 895, 'Johor Bahru, Johore', 'Happiness keeps you sweet'), (22000, 519, 'Johore, Malaysia', 'Going for ilight later on! (:'), (22001, 4760, 'Johore, Malaysia', 'kaya nababato'), (22002, 4761, 'Johore, Malaysia', 'Food, more food (@ World Food Fair @ Suntec Convention Centre) http://t.co/wOmUQhCj'), (22003, 2185, 'Johor Bahru, Johore', '@FaasstLane Upload those pics leyy?'), (22004, 2074, 'Singapore', '@illicitflesh THIS IS TOO COOL. omg that lucky adam levine.'), (22005, 1382, 'Johor Bahru, Johore', '@PeiYi2706 before i say anything else i just wanna tell you your tweets are disgusting with the smilies. You think very cute?'), (22006, 266, 'Johor Bahru, Johore', 'I''m at Carissa''s Paradise! http://t.co/sRHATXWl'), (22007, 4372, 'Senai Kulai, Kulai Jaya', 'Makan japppp (@ Crispy Crepe) [pic]: http://t.co/0AFgNQHC'), (22008, 3452, 'Johore, Malaysia', '@paperdrizzle HAHAHHAHAH DAFUGGGGGGGG~ which will be like years from now HHAHAH'), (22009, 2826, 'Johore, Malaysia', 'TOOOOOOOOT !!!! HOW COME KBS WORLD ON STARHUB CABLE TV BECOME EXTRA PAID CHANNEL !!!!?????'), (22010, 84, 'Johor Bahru, Johore', '@Jae_Jerome I like key and onew one hahaha'), (22011, 4607, 'Johor Bahru, Johore', 'Tak enak, bule smw :D eh srius aku ni. Tak parah k? RT @muftimuftia: kok tak enak? haha tenanglah, aku gitu lo ;p RT: @ddiittaayeye: Ee tak'), (22012, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa yes? May i help you?'), (22013, 4478, 'Riau, Indonesia', 'haha nonton shaun the seep RT @mumutcimamay: Hhehe nontn bolaa niih , kamuu? RT @IlfaAzlyani: haha cama;) nonton apa beb'), (22014, 1072, 'Johor Bahru, Johore', 'Stress....'), (22015, 1242, 'Singapore', 'fml'), (22016, 1109, 'Johor Bahru, Johore', 'Tweet later. :)'), (22017, 4762, 'Johor Bahru, Johore', 'I am just an ordinary man, not superman. Damn.'), (22018, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh im from Heaven'), (22019, 2979, 'Johor Bahru, Johore', 'I often waked up in the night thinking abt you.'), (22020, 4467, 'Johor Bahru, Johore', 'Attention Seeker. Yucks=='), (22021, 3347, 'Johore, Malaysia', 'I''m at Ajisen Ramen (Singapore, Singapore) http://t.co/Z1xJ720O'), (22022, 2059, 'Johore, Malaysia', 'DONT DISTURB ME ! (@ Dream Machine) http://t.co/ZQVB8gId'), (22023, 4478, 'Riau, Indonesia', 'ahaha nonton cartoon kakcantik RT @tessaaMRD: berita muut wka, kamu? RT @IlfaAzlyani: haha sama kakakcan;)'), (22024, 2746, 'Johore, Malaysia', '@Kesterkjw got scold you? LOL'), (22025, 1390, 'Johor Bahru, Johore', '@Blue_blu_sky ba jiu pa stamp.'), (22026, 4607, 'Johor Bahru, Johore', 'Wekekek :3 RT @muftimuftia: astagaa :O RT: @ddiittaayeye: Singgah lok beli kue :D RT @muftimuftia: ha? kok terdampar disana? RT: @ddiittaaye'), (22027, 1065, 'Johor Bahru, Johore', '@SyafiiieeQ Ohhh'), (22028, 4756, 'Johore, Malaysia', 'Just posted a photo @ Singapore Botanic Gardens http://t.co/OhMt7eqP'), (22029, 1571, 'Senai Kulai, Kulai Jaya', 'Rating for toda''s work: +3. Things yg susah tu dah senang sket sekarang. :)'), (22030, 2188, 'Johor Bahru, Johore', 'Sudden urge to go mega shopping in NTUC lol. Shall do that later :B'), (22031, 415, 'Johor Bahru, Johore', '@CalebCarrot you in camp?'), (22032, 4478, 'Riau, Indonesia', 'kenalan RT @triskamendlev: intro apaan ?RT @IlfaAzlyani: hehe,udh intro belum? RT @triskamendlev: hai juga\\(´▽`)'), (22033, 3306, 'Johor Bahru, Johore', '@FTIslandFacts this means more ppl are love ftisland now!! Woooo'), (22034, 1919, 'PETRONAS - Jalan Tun Abdul Razak, Plentong', 'Solat jap kat surau dia (@ Petronas Taman Tasik) http://t.co/Zqj60Uat'), (22035, 4754, 'Kota Tinggi, Johore', '@gracieeelau ah....... cause i thought it is then i keep staring at their photo and couldn''t find him'), (22036, 4383, 'Johore, Malaysia', 'I''m at The Centrepoint (Singapore) w/ 5 others http://t.co/E2jzO3bd'), (22037, 4763, 'Johore, Malaysia', 'I''m at Toa Payoh Swimming Complex (Toa Payoh, Singapore) http://t.co/hkL6MKKs'), (22038, 4683, 'Johor Bahru, Johore', '#np Ombak Rindu.. Again and again..'), (22039, 440, 'Johor Bahru, Johore', '@TheEntertainerX u think u pass? ._. SOME people. My friend Kisiao one. Even more zai. 2 years go grade 8. LOL.'), (22040, 4764, 'Johore, Malaysia', 'At Bugis &lt;3'), (22041, 362, 'Johore, Malaysia', 'Singapore so many accident eh ! Scary :('), (22042, 7, 'Johore, Malaysia', '@ApekSteady haha yelayelaa'), (22043, 4765, 'Johore, Malaysia', 'I''m at The Grand Theater (Singapore, Singapore) http://t.co/iMC7Ek5R'), (22044, 4742, 'Johore, Malaysia', '@Mr_Hakeem let it flow in bro. My team can work on it. Formed new .NET developer team in India too.'), (22045, 4680, 'Johore, Malaysia', '@SHCENA once reach then go :)'), (22046, 4607, 'Johor Bahru, Johore', 'Woi serius -,- RT @muftimuftia: yg ud terjadi adalah...jengjengjeng RT: @ddiittaayeye: Ape ja yg uda terjadi? RT @nugiienugraha: @ddiittaaye'), (22047, 772, 'Johor Bahru, Johore', '@CherieCjl dk how &gt;&lt;'), (22048, 2664, 'Plentong, Johor Bahru', '@writerBEKU hahaha, mengada la kau. nanti bole pinjam ni xD'), (22049, 4766, 'Johore, Malaysia', 'Second last lesson'), (22050, 740, 'Johor Bahru, Johore', 'Yelah, thankiew, happy?:) RT@tweetlipxz: @ForeverChronic Where got time nak angkat.... eh abeh bukan nak cakap thank chu ke ape tau hais”'), (22051, 3680, 'Johore, Malaysia', '@chaaaaos ok give me 5min'), (22052, 1850, 'Johor Bahru, Johore', 'Youve got two choices to do tonight . Sex or a Date . Which one would you choose ? Kalau aku mestilah sex suar .'), (22053, 761, 'Singapore', 'i really pity people who use the standard ipod headphones, you''re missing out on an entire world of superior sound quality #headphonesnob'), (22054, 900, 'Johore, Malaysia', 'Lack eating inspiration (can''t be arsed)'), (22055, 4604, 'Johor Bahru, Johore', '@FAMJIEXIN NOW! I MISS YOU NADDDDDDD. *SUMPAH.'), (22056, 3484, 'Pulai, Johor Bahru', 'boringlahh ptg2 gni!!'), (22057, 4757, 'Johore, Malaysia', 'Kumusta naman mga sipsip?'), (22058, 361, 'Senai Kulai, Kulai Jaya', '@KhairilAnuar sure lama lg nk dpt :-( april plzzz?'), (22059, 406, 'Johor Bahru, Johore', '@suriyaniee take a video ! Post on fb ^^'), (22060, 800, 'Johor Bahru, Johore', '@MuhdRaffli @isteexoxo @owlkqayumi @shaikshameer3 @karxsh_ nvm. Tmr then study'), (22061, 1328, 'Kota Tinggi, Johore', '@hazmicurtin_ Off to Bishan Skatepark ! In the bus alrd . You at there ah ?'), (22062, 2979, 'Johor Bahru, Johore', 'Maybe i shld just take the first step instead of waiting bah.'), (22063, 2074, 'Singapore', '@illicitflesh they are all so good looking omg'), (22064, 3452, 'Johore, Malaysia', 'HAHHAH with my teacher''s cameraaaa !! RT @Jages_SixtyNine : "@AllyXanderz you can take such nice pictures of yourself! Haha!"'), (22065, 4478, 'Riau, Indonesia', 'ga bosan ngeliat ava sendiri aaaaa :$'), (22066, 237, 'Singapore', 'I dunno if it''s because I''m not in my best condition or if the topic was that minf-cking but I have a splitting headache now )B('), (22067, 7, 'Johore, Malaysia', '@SharolTravor @IzyanYayan Tough ke yayan? Tak kan? Hhaa'), (22068, 2572, 'Johor Bahru, Johore', '@Blehtan HAHAHA. really? Then is it Korean or Chinese?'), (22069, 772, 'Johor Bahru, Johore', '@CherieCjl it''s not working !?! :0'), (22070, 2199, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 6 others http://t.co/Voijf5ND'), (22071, 505, 'Johore, Malaysia', 'To all hypocrites!! If you have nothing impt to say.. Dun fucking call to show ur fucking Concern.. it''s so damn #FAKE'), (22072, 160, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) w/ 4 others http://t.co/S2oMzykj'), (22073, 4767, 'Johor Bahru, Johore', 'I am off for today @ SMRT AMK Bus Depot http://t.co/XI0YJopT'), (22074, 2620, 'Johor Bahru, Johore', 'I''m at LINDA''s wonderful toilet http://t.co/Yrd3UC1A'), (22075, 4680, 'Johore, Malaysia', '@SHCENA Hahas :)'), (22076, 3511, 'Johor Bahru, Johore', '@heiditan haha ok ok doctor (:'), (22077, 3749, 'Johore, Malaysia', 'I''m at King''s Ice Cream Cart http://t.co/OFKAmka3'), (22078, 1850, 'Johor Bahru, Johore', '@rafash_ash trn ahk'), (22079, 4048, 'Johore, Malaysia', '@macamretard nope.. She own by someone already..'), (22080, 406, 'Johor Bahru, Johore', 'I''m so scared :/'), (22081, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh im finr thank you:)dun disturb me,go disturb Shawn,Oreofighter'), (22082, 4754, 'Kota Tinggi, Johore', 'Dinner w parents~ (@ Mac @ Pioneer Mall) http://t.co/23tzsM5I'), (22083, 772, 'Johor Bahru, Johore', '@helloimamelias kk ;DD'), (22084, 4478, 'Riau, Indonesia', '#B1A4ISBACK'), (22085, 440, 'Johor Bahru, Johore', '@sheneedstrength magi mee HAHA! Still not easy whut, u boil too much milk den taste very milky and weird. Definitely harder than buying food'), (22086, 1871, 'Johore, Malaysia', '@_minmin still haven''t know yet leh. LOL!'), (22087, 848, 'Johore, Malaysia', '@Spasticwee hahaha'), (22088, 4478, 'Riau, Indonesia', '#B1A4ISBACK [Like it? http://t.co/AP3dJq7u ]'), (22089, 45, 'Johor Bahru, Johore', 'We brother *fist bumps* @joshuamui'), (22090, 1571, 'Senai Kulai, Kulai Jaya', 'N why did i looked at this pengkid and judging inside my heads, "siapa lg stylo. Aku ke dia?"'), (22091, 835, 'Johore, Malaysia', 'I''m at Leisure Park Kallang (Singapore) w/ 6 others http://t.co/HDewrtAg'), (22092, 1390, 'Johor Bahru, Johore', 'Dont underestimate the things that i would do.'), (22093, 374, 'Pulai, Johor Bahru', 'Just one mistake , just one regret http://t.co/7JnFwTIh'), (22094, 4768, 'Johor Bahru, Johore', 'Fml. always not a happy ending.'), (22095, 2500, 'Plentong, Johor Bahru', 'lollllll,,,saya x sombong tauuu'), (22096, 4478, 'Riau, Indonesia', 'ava with yuyun'), (22097, 1860, 'Johore, Malaysia', 'What staring staring uh ?\n#memories'), (22098, 215, 'Johore, Malaysia', '@XueNingGoh tomorrow got plans?'), (22099, 2979, 'Johor Bahru, Johore', 'Why the first step so difficult to take?'), (22100, 440, 'Johor Bahru, Johore', '@ClarissaQQL *-* seal lullaby is awesome!'), (22101, 4769, 'Johor Bahru, Johore', '@Karen_DaviLa bakit pinaalis ni Sen. Roco yong private prosecutor?'), (22102, 2653, 'Johore, Malaysia', '@DiniRoszi So cute! &lt;3'), (22103, 1303, 'Johor Bahru, Johore', 'They put my ugliest photo ever on my warrant card ._.'), (22104, 24, 'Pulai, Johor Bahru', 'I just ousted @kiethghui as the mayor of Old Town White Coffee, Nusa Bistari, JB on @foursquare! http://t.co/lL96tVp4'), (22105, 24, 'Pulai, Johor Bahru', 'Check out. *notcool* @Aniq_AzaD (@ Old Town White Coffee, Nusa Bistari, JB) http://t.co/JjvzzXnx'), (22106, 4548, 'Johore, Malaysia', 'Red mango is ❤ @ Kaplan Wilkie Edge Campus http://t.co/c9vFFgLX'), (22107, 4765, 'Johore, Malaysia', 'First timee. (@ Louis Vuitton Island Maison) http://t.co/S64vmyoK'), (22108, 116, 'Johor Bahru, Johore', 'hop off (@ Layar LRT Station (SW6)) http://t.co/PAvLnFjg'), (22109, 406, 'Johor Bahru, Johore', 'Imma shy girl ~ VERRY VERRY SHY );'), (22110, 2809, 'Johore, Malaysia', 'Tmrw got 2.4km run -.- Siiaaaaaaan ~'), (22111, 552, 'Johor Bahru, Johore', 'Just paid $30 dollars for a voucher to a trial session of either , massage , facial or slimming down ~.~'), (22112, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa hahahah k aku tak kesah pun k....'), (22113, 1571, 'Senai Kulai, Kulai Jaya', 'Aku. *startengines'), (22114, 4093, 'Johor Bahru, Johore', 'I''m at Yishun Bus Interchange (Singapore) w/ 6 others http://t.co/quU5gUz5'), (22115, 4607, 'Johor Bahru, Johore', 'Smga ja nda ape2, nda be2 mama ja :3 RT @nugiienugraha: @ddiittaayeye baru rusuh aja gitu. Nutup jalan. Buat warga resah. dan kawan kawannye'), (22116, 2572, 'Kota Tinggi, Johore', '@Blehtan yes! HAHAHAHA'), (22117, 3055, 'Johor Bahru, Johore', '@nurulm sigh good times ;) hahaha miss you pinoy!'), (22118, 1850, 'Johor Bahru, Johore', '@bodohnakmampos haha asl tanak start skrg ?? Nnt kn dah magrib . #bodohnakmampos jkjk . ((:'), (22119, 848, 'Johore, Malaysia', 'I''ll love you everyday without fail.'), (22120, 1936, 'Johore, Malaysia', 'I''m at Jambol Place http://t.co/8RbO7qFo'), (22121, 1943, 'Riau, Indonesia', 'I''m at Loui''s Signature Pizza (Singapore) w/ 3 others http://t.co/21pSfD8C'), (22122, 1328, 'Kota Tinggi, Johore', '"@Rides_on_Fire: Catwoman Stole the Batpod? http://t.co/Itvunapo #Famous" wtf ! Look at that ! :O'), (22123, 2427, 'Johor Bahru, Johore', '@sarahlewww time for you to treat me lunch lah.'), (22124, 4764, 'Johore, Malaysia', 'Went 3 shopping malls , idk how many shop and she bought a pants . :O'), (22125, 3870, 'Singapore', 'Everyone stop what you''re doing and sign this petition. It''ll only take a second. Please! #1DFamily http://t.co/UGTBkxRD xxx'), (22126, 1158, 'Johore, Malaysia', '@LackadaisicalFa haha. That''s why I love the glass bubble elevator. Damn nice view...'), (22127, 4198, 'Johor Bahru, Johore', '#dailyphoto of #singapore - #sunset amid #cloudy #sky @ KEBUN BARU http://t.co/vi11WiNG'), (22128, 2746, 'Johore, Malaysia', '@Kesterkjw ok , wait i online first xD'), (22129, 440, 'Johor Bahru, Johore', 'Omg I kinda hoped commonwealth chorale would sing seal lullaby. *-* though the tenors wouldn''t sound as nice as MTDC one :('), (22130, 4770, 'Johor Bahru, Johore', 'Cha Shu Ramen for dinner! Shiok! @ Ramen Champion http://t.co/DBIbUzbK'), (22131, 1820, 'Johore, Malaysia', 'ngekk =p RT @ulfaDHAH33 Teringin nak Helikopter'), (22132, 1207, 'Johor Bahru, Johore', 'I''m at Phyllis Batok的家 http://t.co/rFfdhFMM'), (22133, 2125, 'Johore, Malaysia', 'Home now after (@ Aston Mansions Tower One) http://t.co/XPMPs7oE'), (22134, 2179, 'Johore, Malaysia', 'really feel like running now..'), (22135, 2434, 'Johor Bahru, Johore', 'I''m at Sher''s den!  http://t.co/kOFmmfe5'), (22136, 4656, 'Johore, Malaysia', 'I''m at Peninsula Plaza (Singapore, Singapore) w/ 4 others http://t.co/nH3cXBxg'), (22137, 4771, 'Plentong, Johor Bahru', 'on the way pakmunawe open weeee dah bolh dtg mari2 (@ Saudagar Shisha Segget) [pic]: http://t.co/UxsBX28f'), (22138, 4194, 'Johor Bahru, Johore', '@Elliong boyfr house ma . I there for 1 year plus Liao leh . Tssktssk. Boxim . Nxt time come down find me lah. Everytime I go down find u :3'), (22139, 3662, 'Senai Kulai, Kulai Jaya', 'Pitbull FTW http://t.co/ZObCReGD'), (22140, 1158, 'Johore, Malaysia', '@iam_jsonking thanks for the tip bro!'), (22141, 4478, 'Riau, Indonesia', 'oke sayaang,eh sabtu libur? RT @mumutcimamay: Hahhaah yayaya deeh sayaang RT @IlfaAzlyani: haha nonton shaun the seep'), (22142, 4772, 'Tebrau, Johor Bahru', 'I''m at Rumah Mayat Ulu Tiram w/ 2 others http://t.co/hSBaOcai'), (22143, 1860, 'Johore, Malaysia', 'Nak off lappy uh.. Text dher dah cukup HAPPY!'), (22144, 835, 'Johore, Malaysia', 'Ice skating!!!! (@ Kallang Ice World) http://t.co/7jnD8dNS'), (22145, 668, 'Johore, Malaysia', 'Too many things on my mind, can''t take it anymore.'), (22146, 3452, 'Johore, Malaysia', '@paperdrizzle you going tomorrow?'), (22147, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu before you says anything you have had says tons of things already dumb" good English'), (22148, 4577, 'Johor Bahru, Johore', 'JOKE . LARRY &amp; JOE QUARRELLING SO FUNNY . EUGENE LAUGH HORH . DAMN FUNNY . :D'), (22149, 2185, 'Johor Bahru, Johore', 'CAN''T WAIT FOR 30TH MARCH,\nGonna be a fun day:P'), (22150, 2188, 'Johor Bahru, Johore', '@minxiiii NO :( the lazy me just had to fall asleep @.@ and then my friend waited at queenstown for v long! LOL I AM A LAZY BITCH LOL'), (22151, 362, 'Johore, Malaysia', 'Anything with mayonnaise or mushroom is yummy !'), (22152, 2979, 'Johor Bahru, Johore', 'Siann lah, Wanna play basketball no ppl accompany me.'), (22153, 1657, 'Senai Kulai, Kulai Jaya', 'I''m at CIMB UTM (Skudai, JOHOR) http://t.co/PAzzy5TE'), (22154, 7, 'Johore, Malaysia', 'Lelaki ni cara dia kasar. Tapi kkdg terlampau aku rasa macam... K dang jelah mls layan!'), (22155, 2979, 'Johor Bahru, Johore', 'LalaLa.'), (22156, 2957, 'Johore, Malaysia', 'Will you get tired of me one day?'), (22157, 4478, 'Riau, Indonesia', 'RT @Poconggg: Kalau Jakarta bahasa gaulnya Jekardah, berarti balita itu belidah ya?'), (22158, 4773, 'Johor Bahru, Johore', 'Cookin ABC soup!'), (22159, 4620, 'Johore, Malaysia', 'I''m at ComfortDelGro Driving Centre (CDC) (Singapore) w/ 8 others http://t.co/LFcMdCdy'), (22160, 1850, 'Johor Bahru, Johore', 'Sleep. School. Sex.'), (22161, 3814, 'Plentong, Johor Bahru', 'I''m at Holiday Plaza (Johor, Johor) w/ 4 others http://t.co/5HvEJSF0'), (22162, 1065, 'Johor Bahru, Johore', 'Everytime, everyday Fight.'), (22163, 4774, 'Singapore', 'LOL. today in tuition kena scolded for using phone :P'), (22164, 4775, 'Kota Tinggi, Kota Tinggi', '@MiszFiya itu lah kn? Best kalo kaya.'), (22165, 3839, 'Johor Bahru, Johore', 'Hopefully things tomorrow will go smoothly (:'), (22166, 160, 'Johore, Malaysia', 'I''m at Top Up Machine @ Queenstown MRT http://t.co/pbGj3OyQ'), (22167, 659, 'Johor Bahru, Johore', 'Finished playing street soccer ! Played 4 vs 4 , 5 vs 5 &amp; 6 vs 6 ⚽ Had a blast and tired right now .'), (22168, 4478, 'Riau, Indonesia', 'wkwk haiii adek bule kecekuu :* RT @Belbielowday: haii kakak cantik keceku B) RT @IlfaAzlyani mention RT @Belbielowday: mention dong yang ke'), (22169, 7, 'Johore, Malaysia', '@ouhnoor Why sister why?'), (22170, 1860, 'Johore, Malaysia', 'Last time on twitter on lappy, SPRING CHICKEN &lt;3'), (22171, 3452, 'Johore, Malaysia', '@DEATHIFICATE hey so you going tomorrow? :o confirm with me NOW!'), (22172, 2750, 'Johor Bahru, Johore', '@DorcasKoh lol lazy la haha I also tired but I dun care I just run Afew rounds then go home slp liao'), (22173, 219, 'Malaysia', 'เริ่งง่วง คงต้องนอน&gt;&lt;'), (22174, 1497, 'Johor Bahru, Johore', 'Yay at my buys today! &lt;3 http://t.co/kLJC1Ztd'), (22175, 4605, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 19 others http://t.co/PAN5YCBI'), (22176, 3474, 'Plentong, Johor Bahru', 'Red velvet and rainbow cake (@ scrumbtious) [pic]: http://t.co/zk5r9W3n'), (22177, 2188, 'Johor Bahru, Johore', '@minxiiii oh ya you got eat this daesang (cannot rmb name correctly) Korean BBQ restaurant before? EFFING DELICIOUS'), (22178, 1194, 'Singapore', 'i want my cca shirt &gt;:('), (22179, 4776, 'Johor Bahru, Johore', 'I''m at Frienzie Bistro &amp; Bar (Singapore) http://t.co/jPKulbh7'), (22180, 4467, 'Johor Bahru, Johore', 'I &lt;3 cheese'), (22181, 3452, 'Johore, Malaysia', '@Xxsasa Sale HAHAHA'), (22182, 1860, 'Johore, Malaysia', '1406th'), (22183, 2285, 'Kota Tinggi, Johore', 'I''m at Homeeeeeee!  http://t.co/MjgUk3i6'), (22184, 4778, 'Johore, Malaysia', 'So bored :( (@ Starbucks) http://t.co/99GQwQ5m'), (22185, 7, 'Johore, Malaysia', '@ApekSteady Haha bagi skrrg pun boleh :P'), (22186, 84, 'Johor Bahru, Johore', '@AngelusChan ok first take a deep breathe. Don''t get angry so easily! Easy to get winkles!! Smile:) although u''ll look stupid now hahaha^^'), (22187, 120, 'Johor Bahru, Johore', 'Watching looney tunes while eating can kill XD'), (22188, 1382, 'Johor Bahru, Johore', '"@PeiYi2706: @veradesu thank you :)" says the barbarian'), (22189, 4478, 'Riau, Indonesia', 'my everything'), (22190, 2979, 'Johor Bahru, Johore', 'Is that reallt worth it? For me ¿'), (22191, 2664, 'Plentong, Johor Bahru', '@writerBEKU ah kau, kau lagi busuk dari aku. aku campak jugak masuk sungai klang nanti'), (22192, 2679, 'Johore, Malaysia', 'Had to choose between having kfc or chicken rice for dinner.it was difficult so i chose both.'), (22193, 4764, 'Johore, Malaysia', 'It is difficult to be woman . Especially shopping . :3'), (22194, 2515, 'Johor Bahru, Johore', 'I am so bored at home'), (22195, 2653, 'Johore, Malaysia', '@DiniRoszi Welcome. Er. B.A.P fanclub is Baby right?'), (22196, 4779, 'Johor Bahru, Johore', '@akuimran_ tak ajak lepak ... Rabak'), (22197, 2203, 'Johore, Malaysia', 'I''m at Bugis MRT Interchange (EW12/DT14) (Singapore, Singapore) w/ 6 others http://t.co/7TRhWmha'), (22198, 2298, 'Johor Bahru, Johore', 'Excellent public transport commuting experience today.. Now that''s great job done! #TeamPublicTransport [pic]: http://t.co/rpkDgu7h'), (22199, 2188, 'Johor Bahru, Johore', '@b2utyinspiritkm Saturday want go eat Korean food LOL'), (22200, 4683, 'Johor Bahru, Johore', 'k makanan dah serve.. mak dgn abag tak balik lagi :| takpe aku start jelaah dulu makan :s'), (22201, 81, 'Johor Bahru, Johore', '@syuhaidahhusna keyboard kau sakit eh'), (22202, 264, 'Singapore', '@Zophia98 You should call yourself the AwesomeBlurSotongJoker :D'), (22203, 4048, 'Johore, Malaysia', '@macamretard i''m not sad laa'), (22204, 2653, 'Johore, Malaysia', '@2PMRules Taecyeon.'), (22205, 1820, 'Johore, Malaysia', '@ulfaDHAH33 bawa apa esok g KL ? &gt;&lt;'), (22206, 107, 'Johore, Malaysia', 'I''m at Bus Stop 92051 (Opp Blk 72) (Marine Parade, Singapore) http://t.co/wH3ouzyx'), (22207, 2664, 'Plentong, Johor Bahru', '@faezahzahid hahahahaha xD'), (22208, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa elelelelleleeee :p'), (22209, 2427, 'Johor Bahru, Johore', 'RT @lsmttt: My complexion is max fail.'), (22210, 415, 'Johor Bahru, Johore', 'I''m at Civil Defence Academy (Basketball Court) http://t.co/cynl8aZl'), (22211, 4780, 'Riau, Indonesia', 'baik jg dek. hem langgeng ya :D RT @Novitha_inov Baik..kk pa kbr?RT @ira_noevieta: @Novitha_inov sseeepp dek. pa kbr dek?'), (22212, 4478, 'Riau, Indonesia', 'fotokuu fa? RT @UlfaHanifah: haii kakak cantik keceku B) RT @IlfaAzlyani mention RT @Belbielowday: mention dong yang kece'), (22213, 264, 'Singapore', '@LAMSHITKAYYYY_ Study the Environment :P'), (22214, 1072, 'Johor Bahru, Johore', '@AhQi_worh :('), (22215, 4781, 'Johore, Malaysia', 'The pain that never wnds'), (22216, 2074, 'Singapore', '@illicitflesh one day when i''m a rich man....'), (22217, 1850, 'Johor Bahru, Johore', '@bodohnakmampos hahaha malam jumaat oi . Org nk ngaji .. #bodohnakmampos haha jkjk ^^'), (22218, 1143, 'Johore, Malaysia', '@teddyycherryy didn''t know that some ppl could be so easily honoured :O'), (22219, 4779, 'Johor Bahru, Johore', '@amalphrodisiac ya i like the movie to ... I speak for the trees too .'), (22220, 1421, 'Singapore', '@herrowwernching course-specific testimonial...? that never even occurred to me :/ oh well~'), (22221, 2750, 'Johor Bahru, Johore', '@DorcasKoh that''s what u say haha'), (22222, 4782, 'Singapore', 'some1 must is stalking me 0.0....'), (22223, 362, 'Johore, Malaysia', 'I want to recognise your beauty is not just a mask .'), (22224, 4783, 'Johor Bahru, Johore', 'Beautiful #clouds caught at the expressway @ Bukit Timah Expressway (BKE) http://t.co/qjnj5Hlo'), (22225, 4784, 'Plentong, Johor Bahru', 'At home sweet home.'), (22226, 4604, 'Johor Bahru, Johore', '@FAMJIEXIN AWWWWW, *HUGS BACK XD'), (22227, 2515, 'Johor Bahru, Johore', 'Alone at home, mom went out leaving me here. Its FUUUUUUNNNNN BUT BORINGG COZ I AM ALONNEEEEEEE'), (22228, 1336, 'Johore, Malaysia', 'Dinner with Reigi :) (@ Yoshinoya) http://t.co/iXecxBtK'), (22229, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN haha u not at the compy grounds just now so cannot jio u lor'), (22230, 3821, 'Johore, Malaysia', '@weitheling yOU'), (22231, 2979, 'Johor Bahru, Johore', 'Well, I took the first step, Dont know will you follow and take the steps with me.'), (22232, 931, 'Johor Bahru, Johore', '@MansoorAdabi aanswer'), (22233, 3839, 'Johor Bahru, Johore', '@aku_tupai98 gym class heroes!'), (22234, 1395, 'Johore, Malaysia', 'I''m at Bus Stop 11051 (opp Mujahidin Mosque) (Singapore) http://t.co/agiAUhCK'), (22235, 4785, 'Johor Bahru, Johore', '@cholled ikaw na! Pinoy?'), (22236, 362, 'Johore, Malaysia', 'I suke abang abang police &lt;3'), (22237, 2653, 'Johore, Malaysia', '@DiniRoszi Okay ;) B.A.P so cute siol!'), (22238, 4478, 'Riau, Indonesia', 'fotoku fa? RT @UlfaHanifah:'), (22239, 2957, 'Johore, Malaysia', 'You don''t know how important you are to me'), (22240, 2924, 'Johor Bahru, Johore', '@AloysiousSoh tap on my profile picture'), (22241, 4786, 'Johor Bahru, Johore', 'I am back in SINGAPORE!!'), (22242, 2263, 'Johor Bahru, Johore', 'I''m at Staff Canteen (Singapore, SG) http://t.co/aEZSpqSJ'), (22243, 4759, 'Tebrau, Johor Bahru', '종현''s teaser is such a tease! Another few more days to 샤이''니s comeback! Kyaaa! 바보야.. ㅋㅋ.'), (22244, 2979, 'Johor Bahru, Johore', 'Sometime the unexpected will expect. Urgh.'), (22245, 2653, 'Johore, Malaysia', '@2PMRules Junsu.'), (22246, 2812, 'Johor Bahru, Johore', 'Come what may.'), (22247, 4705, 'Johore, Malaysia', '@wolfieboi Off in lieu for outfield is it? I''m booking in soon. LOL.'), (22248, 4787, 'Johor Bahru, Johore', '@itxjustme @foreheadchin pizza!!!'), (22249, 2515, 'Johor Bahru, Johore', 'I had taken 3 sticks of cigarettes, lying down on my sofa lounge, oh my, it cant get any worse than this.'), (22250, 4339, 'Johore, Malaysia', 'I''m at marine parade central http://t.co/vz2phrZA'), (22251, 362, 'Johore, Malaysia', 'You , Me , Benci benci sayang ?'), (22252, 1194, 'Singapore', 'freaking hell love and miss just now. &lt;3'), (22253, 3075, 'Johor Bahru, Johore', '“@FunnyEvil: TEACHER:\nWhat comes after 69?\n\nSTUDENT:\nMouthwash.\n\nTEACHER:\nGet out.”'), (22254, 2653, 'Johore, Malaysia', '@IHEARTSUZY Quite :) Not really crazy about them.'), (22255, 1328, 'Johore, Malaysia', '@NiniAzuwera HAHAHAHA !'), (22256, 2591, 'Johor Bahru, Johore', 'Let''s start BBQ !! \n*hungry* ☺'), (22257, 820, 'Singapore', '@dee_kosh can lah! (:'), (22258, 2653, 'Johore, Malaysia', '@2PMRules Nichkhun'), (22259, 1850, 'Johor Bahru, Johore', 'All i want for christmas is to beat Santa .'), (22260, 4788, 'Johor Bahru, Johore', 'Finally! (@ Tuas Checkpoint (Second Link) w/ 2 others) http://t.co/aQvtt9vc'), (22261, 1427, 'Pulai, Johor Bahru', 'Waiting for food, roommate, come back asap~!'), (22262, 1097, 'Plentong, Johor Bahru', '@Missyaya93 ea ehh..asal org lak kne grrr..jhahahaha :p'), (22263, 1158, 'Johore, Malaysia', '@mynameisdilly I think mothers are superb at being sarcastic! But in a good way of course. Lol'), (22264, 2694, 'Malaysia', 'ไปเตะบอล (@ สี่แยกคลองหวะ) http://t.co/UbUjtunQ'), (22265, 1307, 'Johor Bahru, Johore', 'Choong U ''s place (@ Golden Hill Park) [pic]: http://t.co/h0B9WaYm'), (22266, 416, 'Johor Bahru, Johore', 'Tired much yo!'), (22267, 4705, 'Johore, Malaysia', '@RingNingNing Have you tried being in the army? We''d have to swim to get out HAHAH.'), (22268, 3270, 'Plentong, Johor Bahru', '@henrylabz no prob!'), (22269, 147, 'Johor Bahru, Johore', 'Dah habis otp with Syav and Nana. Dari tadi nk blajar,tk start2 -.- Shall start nw while watsapping abg :)) http://t.co/kO6yukHI'), (22270, 1332, 'Plentong, Johor Bahru', 'I''m at Royal Golden Bed (JB Rawk, Johor) http://t.co/zAzs80H4'), (22271, 84, 'Johor Bahru, Johore', '@AngelusChan today is your birthday!! \n1. you are alrdy getting old so don''t be angry cause it makes you older\n2. YOUR BDAY=BE HAPPY^^&lt;3'), (22272, 660, 'Plentong, Johor Bahru', '@deeyahmad thankyou very much deeya .'), (22273, 1656, 'Johore, Malaysia', 'I''m at HAIXIN''s Home☃ http://t.co/U4pcNDkH'), (22274, 4789, 'Malaysia', 'ตีแบตกับ @MaLiiw_MiLK - สนามจิระนคร'), (22275, 2653, 'Johore, Malaysia', 'OMG! My father going to buy me new phone &lt;3'), (22276, 2188, 'Johor Bahru, Johore', '@b2utyinspiritkm ya I was planning to. BUT DON''T EAT LIKE GLUTTON LA LAGI EXPENSIVE. at holland v. Then we can eat ice cream after that. Lol'), (22277, 7, 'Johore, Malaysia', 'Bersiap sementara tgu kawan dtg amik'), (22278, 4790, 'Johor Bahru, Johore', 'I''m at Subway @ Ang Mo Kio Jubilee (Ang Mo Kio, Singapore) http://t.co/VDjlhGTd'), (22279, 4478, 'Riau, Indonesia', '"Just forget me!! Forget me and go move on !!" = "Please, don''t forget me ☹"'), (22280, 4791, 'Johore, Malaysia', 'I''m at Traders Hotel Singapore (Singapore, Singapore) http://t.co/ImDrysAL'), (22281, 3301, 'Johor Bahru, Johore', 'MY GRANDMA PASSED AWAY 16 MIN AGO. - CRYING - GRANDMA !!!!'), (22282, 4792, 'Johore, Malaysia', 'Service is awesomeeeee (@ Prima Taste Kitchen @ Centrepoint) http://t.co/o1kSWv30'), (22283, 2653, 'Johore, Malaysia', '@2PMRules ChanSung'), (22284, 2924, 'Johor Bahru, Johore', 'If I''m you I will tell them off, I did that to many ppl..'), (22285, 1748, 'Pulai, Johor Bahru', '要嘛,不开始;\n要嘛,一辈子。'), (22286, 4793, 'Johore, Malaysia', 'Shopping AGAIN (@ H&amp;M w/ 9 others) http://t.co/baw6lYhB'), (22287, 4794, 'Johor Bahru, Johore', 'I am just too tired to do anything.'), (22288, 4774, 'Singapore', '@CharlotteNFT LOL. i do finish my work marh. then nothing to do so take out phone use fb and twitter lorh. then suddenly cher sudenly scold.'), (22289, 931, 'Johor Bahru, Johore', '#PeopleIWantToMeet ME'), (22290, 4795, 'Kota Tinggi, Johore', 'Sarap na ng upo ko... e may tumabing pana... syempre pinaupo ko na si auntie .'), (22291, 643, 'Johor Bahru, Johore', 'I''ve been sleeping the whole day omg..'), (22292, 364, 'Johor Bahru, Johore', 'Having my first meal of the day . ):'), (22293, 310, 'Johor Bahru, Johore', 'I''m at Badaling Coffee House (Singapore) http://t.co/jmc3hUVN'), (22294, 4796, 'Johore, Malaysia', 'I''m at 328 Coffee Shop (Clementi, Singapore) http://t.co/MEyDa5or'), (22295, 1822, 'Johor Bahru, Johore', 'I''m at Home Sweet Home. &lt;3 http://t.co/ZuomCl8P'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (22296, 2427, 'Johor Bahru, Johore', 'please i hope my bag comes by 29 march!'), (22297, 4478, 'Riau, Indonesia', 'RT @Belbielowday: RT @IlfaAzlyani my everything'), (22298, 3126, 'Johore, Malaysia', 'Great to be home! (@ St Andrew''s Cathedral) http://t.co/JiDmOGcJ'), (22299, 3855, 'Johor Bahru, Johore', '@RegisteredUserZ Sean y your twitter follower all got horny girl like that..'), (22300, 135, 'Johor Bahru, Johore', 'Mum: Syafil draw peacock lawah..'), (22301, 84, 'Johor Bahru, Johore', '@AngelusChan prepaid low? But la endure a bit more to top up? Dot get angry at little things ok? It makes your life difficult only.'), (22302, 4797, 'Riau, Indonesia', 'Ternyata memang sangat mulus..'), (22303, 4798, 'Plentong, Johor Bahru', 'In Johor Bahru'), (22304, 2979, 'Johor Bahru, Johore', 'I am all fire out. You can''t stop me.'), (22305, 4115, 'Kota Tinggi, Johore', '@godfreycua uu actually binasa nya! Hehe! @inahbdeguzman db? Kakaloka!'), (22306, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN yup why?'), (22307, 4478, 'Riau, Indonesia', 'masaa? RT @UlfaHanifah: Sebenernya sih yang kasian itu dia bukan aku :$'), (22308, 3855, 'Johor Bahru, Johore', 'Dancing'), (22309, 4786, 'Johor Bahru, Johore', 'Singapore terminal is still the best! :D'), (22310, 4799, 'Johore, Malaysia', '@carlasolis Bat di ko naget?'), (22311, 4083, 'Malaysia', '@Newziimnz ไม่ลืม รักน้ะ จุ้บ ๆ [♥]'), (22312, 3452, 'Johore, Malaysia', '@Xxsasa tomorrow how HAHAHHAHA check ur DM'), (22313, 1570, 'Plentong, Johor Bahru', 'pekena mee bandung ganja semangkuk (@ Restoran Keluargaku Sayang) http://t.co/OtcuZ98Q'), (22314, 1850, 'Johor Bahru, Johore', 'Now the trend hair for boys is backcombed hair is it ? Ah ohh okay .'), (22315, 4768, 'Johor Bahru, Johore', 'Feel like running home'), (22316, 1850, 'Johor Bahru, Johore', '@bodohnakmampos HAHAHA CANTIK CANTIK .'), (22317, 2653, 'Johore, Malaysia', '@DiniRoszi Zelo and Daehyun :) &lt;3'), (22318, 135, 'Johor Bahru, Johore', 'Awww, no problem ;) RT @sfqdnl: @afiqahyamin hahaha ikr? anyway, thanks for comforting me. really appreciated it :'')'), (22319, 588, 'Johor Bahru, Johore', 'Cheng xim alr .'), (22320, 2870, 'Singapore', '16 days more to wait,,im soooo excited to see you again..:)'), (22321, 2427, 'Johor Bahru, Johore', '@sarahlewww okay thanks for my belated bday present.'), (22322, 4478, 'Riau, Indonesia', 'Dan sekarang cuma tinggal kenangan yg ga bisa dirubah'), (22323, 1264, 'Johore, Malaysia', 'Class outing = sleeping on the bed with classmates'), (22324, 2979, 'Johor Bahru, Johore', 'Wow Sportmanship.'), (22325, 3090, 'Johore, Malaysia', '@petrinaheartxcz Buay tahan those people look down on poly students because JC got a supposing "Lower aggregate" score'), (22326, 1060, 'Riau, Indonesia', 'BeTe!!!!\nsama siapa??\nsama Lo!!\n凸(`⌒´メ)凸'), (22327, 2664, 'Plentong, Johor Bahru', '@writerBEKU berani kau? hahaha'), (22328, 4800, 'Johore, Malaysia', 'I''m at National Geographic Singapore Store (HarbourFront, Singapore) http://t.co/L2isfVXq'), (22329, 4768, 'Johor Bahru, Johore', 'I will do anything to prevent the sinking.'), (22330, 4478, 'Riau, Indonesia', '@UlfaHanifah oke ufeeh wkwk'), (22331, 4801, 'Johore, Malaysia', 'I''m at Esplanade - Theatres on the Bay (Singapore, Singapore) w/ 6 others http://t.co/ilIAt4NF'), (22332, 1212, 'Senai Kulai, Kulai Jaya', 'I''m at Dataran U4 Kolej Perdana http://t.co/Q9zNPTfe'), (22333, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha! High five !'), (22334, 4802, 'JUSCO Tebrau City, Tebrau', 'I''m at Tebrau City, Jusco JB (Johor Bahru, Johor) http://t.co/KmFWkDQM'), (22335, 1670, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange w/ @jia_jin http://t.co/M1x6clbX'), (22336, 2086, 'Johore, Malaysia', 'Omg I''m eatin like a barbarian!!!!'), (22337, 2979, 'Johor Bahru, Johore', 'If today that wouls happened.'), (22338, 643, 'Johor Bahru, Johore', 'Anybody wanna have dinner with me? :/'), (22339, 1497, 'Johor Bahru, Johore', '@Hongyeahh Its only $10 :D tehehe'), (22340, 1264, 'Johore, Malaysia', '@EatAndShit Idk zzz'), (22341, 135, 'Johor Bahru, Johore', '@katydara Hahahahaha, not so obvious lah the blur but yeah blur but still chio lah youuuuuu'), (22342, 4768, 'Johor Bahru, Johore', 'Tell me, what u wan me to do.'), (22343, 4478, 'Riau, Indonesia', 'Kalo punya perasaan pasti kamu bisa mikir yg kamu lakuin nyakitin orang lain ga sih'), (22344, 4803, 'Johor Bahru, Johore', 'I''m at Gym (Singapore) http://t.co/MhXVAori'), (22345, 1158, 'Kota Tinggi, Johore', 'I get too emotionally attached to everything. Wear my heart on my sleeve. People can tell that something is wrong if they actually care.'), (22346, 4797, 'Riau, Indonesia', 'Alhamdulillah..sesuwatu yaahh.. @anidaryusuf Sumpah salah mantion jadi mau maluuu....*tutupmuka*'), (22347, 4478, 'Riau, Indonesia', 'Dan sekarang cuma tinggal kenangan yg ga bisa dirubah [Like it? http://t.co/FMlbq4ss ]'), (22348, 440, 'Johor Bahru, Johore', '@sheneedstrength good luck cooking it then :x hope it tastes nice! :D HAHA.'), (22349, 4705, 'Johore, Malaysia', '@yoxingg @_slightning As in we just take a few pictures of the time we had tgt then scrap! Lol orrrr we can scrap for each other HAHAH.'), (22350, 81, 'Johor Bahru, Johore', '@syuhaidahhusna hahaha! alah bila kau free?? bila @SyaJoe free?? Lagipun neng pegi hols'), (22351, 4582, 'Johore, Malaysia', 'hey i just met you. and this is crazy so heres my number, so call me maybe. http://t.co/b4dbqXdj'), (22352, 2064, 'Johor Bahru, Johore', 'The Woman In Black sounds good and scary. I wanna watch.'), (22353, 4797, 'Riau, Indonesia', '#Gombal_Mukiyo ~&gt; @anidaryusuf KaumembuatkuberantakanKaumembuatkutakaruanKaumembuatkutaberdaya...'), (22354, 1097, 'Plentong, Johor Bahru', '@Missyaya93 haha tah ape2 tah..wekk'), (22355, 1333, 'Johor Bahru, Johore', '@KittennyScars wa, very bad leh actually!'), (22356, 4478, 'Riau, Indonesia', 'nunggu hp bergetar? wkw sesuatu bgt'), (22357, 362, 'Johore, Malaysia', '@mdsaifullah beh I suke makan :('), (22358, 2572, 'Kota Tinggi, Johore', 'Waffles for dinner!(:'), (22359, 1850, 'Johor Bahru, Johore', 'Last time the trend hair is overlap . Now backcombed . Later what ? All botak !'), (22360, 1260, 'Plentong, Johor Bahru', 'Terasa nak mnum air @Coolblog lah :)'), (22361, 3680, 'Johore, Malaysia', '@chaaaaos ok out now'), (22362, 123, 'Johore, Malaysia', 'Really hungry zz'), (22363, 4582, 'Johore, Malaysia', '@Yatification dah lama dahde. zzzz.'), (22364, 3452, 'Johore, Malaysia', '@DEATHIFICATE huuuuuh why'), (22365, 2079, 'Malaysia', 'กูเจ็บจ้าาาาาาาา5555'), (22366, 3550, 'Johor Bahru, Johore', '@cornybom oookay(:'), (22367, 2679, 'Johore, Malaysia', 'Master of my own fate.'), (22368, 4774, 'Singapore', '@CharlotteNFT NO LA. if use phone there i die arh. is other tuition centre de la. MATHS -.-'), (22369, 3680, 'Johore, Malaysia', 'Phewwwww'), (22370, 4804, 'Johor Bahru, Johore', 'I''m at Costa Sands Resort (Pasir Ris) http://t.co/ednAsbSO'), (22371, 2432, 'Johor Bahru, Johore', '@crazyhappyqurl welcome back crazy girl ^^'), (22372, 3452, 'Johore, Malaysia', '@paperdrizzle you lied to be T_T'), (22373, 2653, 'Johore, Malaysia', '@DiniRoszi Haha Lol. No one dare to steal them from you :P They are forever yours.'), (22374, 440, 'Johor Bahru, Johore', 'I realized I became less guailan alr. No mood anymore. Though I became very guailan to some ppl.'), (22375, 900, 'Johore, Malaysia', '@Moggie78 @eexlee just the football'), (22376, 362, 'Johore, Malaysia', 'Isap rokok nan coke ? :P'), (22377, 4782, 'Singapore', 'Need to clear my mind ..... where''s the Frisbee?? :P'), (22378, 3452, 'Johore, Malaysia', '@paperdrizzle ME*'), (22379, 1105, 'Singapore', '@cassiemee , may I ask?'), (22380, 4805, 'Johore, Malaysia', 'I''m at Changi City Point (Singapore) w/ 3 others http://t.co/n3fhow69'), (22381, 4705, 'Johore, Malaysia', '@RingNingNing HAHAH I''d rather take my chances inside than to swim out. What time they releasing you?'), (22382, 4806, 'Johore, Malaysia', 'At @SMRT_Singapore — http://t.co/eR5jK8pr'), (22383, 2139, 'Johore, Malaysia', '@haiqalzosimos Awwww, you so sweet. (:'), (22384, 4807, 'Johor Bahru, Johore', 'I''m at Bukit Batok Driving Centre (BBDC) (Singapore, Singapore) w/ 6 others http://t.co/i1vgCfnu'), (22385, 1770, 'Johor Bahru, Johore', 'otw to jurong green cc'), (22386, 55, 'Johore, Malaysia', '@euxuanlin you should say "i hhelp you pay!" HAHAHA'), (22387, 2572, 'Kota Tinggi, Johore', '@Blehtan hahaha. Why dunno! LOL. Yeah!!'), (22388, 4241, 'Johore, Malaysia', 'I''m at Caltex (Singapore) http://t.co/G2k6CCJX'), (22389, 2653, 'Johore, Malaysia', '@2PMRules Wooyoung'), (22390, 84, 'Johor Bahru, Johore', '@AngelusChan hmm. I do don''t like to wait. But since u got no choice.. Use the time to think of what to do ltr? And where to go?'), (22391, 3680, 'Johore, Malaysia', '@xNurulHudax the near the leg'), (22392, 1326, 'Johore, Malaysia', 'Outing wif colleagues (@ Buddha Tooth Relic Temple &amp; Museum (佛牙寺龙华院)) http://t.co/K5JjWQrC'), (22393, 4478, 'Riau, Indonesia', 'Satu hal yang perlu lo inget boy! Lo ga bakal pernah nemuin cewe kaya gue lagi. Lo terlalu nyianyiain ketulusan gue'), (22394, 185, 'Singapore', 'sian, I miss andre villas-boas'), (22395, 4683, 'Johor Bahru, Johore', 'DAMMIT apa tu wehh :o sakit siaa mata waa.. hahah RT @noorul_syaffiqa: @WhatMiss ape die tulis? http://t.co/Xtsv77SX'), (22396, 493, 'Johor Bahru, Johore', 'Swimming now ☝'), (22397, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh i didnt said i wuz interested wat,,,????where got?'), (22398, 4512, 'Johore, Malaysia', 'I''m at Dunman Road Food Centre (Singapore, Singapore) http://t.co/VOI5argR'), (22399, 4808, 'Johore, Malaysia', '@TVPatrol Hoy Gising!'), (22400, 2185, 'Johor Bahru, Johore', '@elvisow got 31st march?or just 1st April.'), (22401, 4607, 'Johor Bahru, Johore', 'Blm lah, masi kecik :D RT @nugiienugraha: @ddiittaayeye amiin, kire ezzy ikot gak. Haha http://t.co/sBljJtNS'), (22402, 440, 'Johor Bahru, Johore', 'Talking about being guailan. That stupid matthias ytd was super gl and irritating -.- omg. Stupid matthias.'), (22403, 819, 'Singapore', '@jamzxz Party girl to Party animal. haha'), (22404, 2979, 'Johor Bahru, Johore', 'Stop Chanting, it''s annoying. -______-'), (22405, 4809, 'Johore, Malaysia', 'Pagooooda. Malayo layong lakaran fr orchard then bugis. (@ Jalan Singa) http://t.co/8Rn8Tm6B'), (22406, 84, 'Johor Bahru, Johore', '@AngelusChan yeah buy alrdy cannot be angry le ok?'), (22407, 2653, 'Johore, Malaysia', '@IHEARTSUZY Staring at my comp to see who mention me.'), (22408, 2139, 'Johore, Malaysia', '@IntanSolehaa DUUUUUUH.'), (22409, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa baru ni kluar rumah . What you doing?:)'), (22410, 4810, 'Plentong, Johor Bahru', 'I''m at Restoran Hong Kong Boy (Johor Bahru, Johor) http://t.co/mn0ZGXlF'), (22411, 3037, 'Johore, Malaysia', 'I''m at Holland Village (Singapore, Singapore) w/ 2 others http://t.co/YzJujb09'), (22412, 135, 'Johor Bahru, Johore', 'Hahahaha mum sang peacock song, she was like your peacock your peacock HAHA'), (22413, 2448, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 29 others http://t.co/xefTkfsJ'), (22414, 1242, 'Singapore', 'Feel like a white crayon.'), (22415, 2188, 'Johor Bahru, Johore', 'Walao eh DingMan just had to call me when I was sleeping. SIALA hear her voice I jump up zzz.'), (22416, 3053, 'Johor Bahru, Johore', 'Yes! I can watch new episode for vampire diaries tomorrow. ❤'), (22417, 291, 'Johor Bahru, Johore', '“@NOTSAPAO: @Jahjahboomz the chen sheng”'), (22418, 4811, 'Johor Bahru, Johore', 'Test'), (22419, 4812, 'Johor Bahru, Johore', 'Otw for nitez wrkz! (@ Dalam MRT) http://t.co/Yo2pjdcE'), (22420, 1589, 'Kota Tinggi, Johore', 'Dear LOL , thankyou for being there when I have nothing to say &lt;: HAHAH . Sincerely , me :D'), (22421, 84, 'Johor Bahru, Johore', '@Jae_Jerome should I get key or taemin?'), (22422, 3839, 'Johor Bahru, Johore', 'Shattered by broken dreams - #np'), (22423, 3090, 'Johore, Malaysia', '@petrinaheartxcz They think they damn smart =_='), (22424, 4813, 'Johore, Malaysia', 'I''m at Chong Qing Steamboat @ Suntec City (Singapore) http://t.co/wNwWBGjb'), (22425, 4814, 'Johore, Malaysia', '#授業 へ行っています!でも、眠いです!'), (22426, 826, 'Johore, Malaysia', 'I''m at Mitsubishi Motors http://t.co/1NYZzBdp'), (22427, 4815, 'Johor Bahru, Johore', '@RahmanRamzyy shut the fuck up.. Hahahaha'), (22428, 3452, 'Johore, Malaysia', '@DEATHIFICATE huh ... ok then'), (22429, 1363, 'Johor Bahru, Johore', '@Estrella_sL Cheyyyyy lol! U say 1 then say 3 I quite confused haha!'), (22430, 4478, 'Riau, Indonesia', 'lagii online,kamu bulekuu? RT @Belbielowday: lagi apa kakakku? ;;) RT @IlfaAzlyani wkwk haiii adek bule kecekuu :*'), (22431, 116, 'Johor Bahru, Johore', 'noisy kids wah (@ Void Deck @ 412A) http://t.co/bkthtxA9'), (22432, 660, 'Plentong, Johor Bahru', '@deeyahmad okay aku pun taknak fikir sebenarnye tp makin nak lupa makin bnyak pulak kebenaran yg dtg bwt aku lg sakit . papepun thnks .'), (22433, 4816, 'Johor Bahru, Johore', 'I''m at Terminal 3 (Singapore, Singapore) w/ 18 others http://t.co/3BsSHNtj'), (22434, 2361, 'Johore, Malaysia', '@JoltzSchiffer ur hair tells me a diff story:)'), (22435, 3943, 'Johor Bahru, Johore', 'I''m at Terminal 3 w/ @veronicalok http://t.co/EJvmjTbN'), (22436, 1820, 'Johore, Malaysia', '@ulfaDHAH33 kau egt dr td aku ckp bahasa apa ? bahasa haiwan ? ngekk &gt;&lt; lerr.. nty dah packing inform :D'), (22437, 291, 'Johor Bahru, Johore', '@NOTSAPAO I saw yesterday at his top of the arm there one small one'), (22438, 1726, 'Johore, Malaysia', '@meiwin can you try DM me?'), (22439, 1097, 'Plentong, Johor Bahru', 'lps maghrib kang, aku nk zzzzzzz tros...jamak smalam nye x tido...hoh0yyyyy ^0^'), (22440, 4478, 'Riau, Indonesia', 'hehe,siapa? RT @triskamendlev: ohaha, maaf. beluuumm :DRT @IlfaAzlyani: kenalan RT @triskamendlev: intro'), (22441, 2653, 'Johore, Malaysia', '@DiniRoszi Lol. Welcome ;) What their fanclub colour uh?'), (22442, 55, 'Johore, Malaysia', 'I haven''t eat the little India restaurant yet :/'), (22443, 4817, 'Johor Bahru, Johore', 'I''m at Cedele @ Changi Airport Terminal 2 Transit (Singapore) http://t.co/tCQsibty'), (22444, 185, 'Singapore', '@Chrisunglayhoe ok now'), (22445, 3037, 'Johore, Malaysia', 'I''m at Subway (Singapore) http://t.co/i0mTh6Qv'), (22446, 1251, 'Johor Bahru, Johore', 'Just reach home ~'), (22447, 1820, 'Johore, Malaysia', '@ulfaDHAH33 O.o.O.o'), (22448, 1389, 'Johor Bahru, Johore', 'Riverside Dinner (@ The Waterway (Punggol)) [pic]: http://t.co/BW9rZ5Bt'), (22449, 4607, 'Johor Bahru, Johore', 'Tak can lah, idong e runcing aa tak lepel la RT @muftimuftia: perkembangan saat ini belom tau la hun hhe. emg ngp kalo bule semue? wkwk RT:'), (22450, 4811, 'Johor Bahru, Johore', 'Something wrong with location from the Twitter ...'), (22451, 4774, 'Singapore', '@CharlotteNFT LOL. simo cheer up sia . since when i sad sia :P i hack care her de la. she ccb de :D'), (22452, 4768, 'Johor Bahru, Johore', 'I wan to think no more. fml k.'), (22453, 1666, 'Johor Bahru, Johore', 'I''m at Blk 315B Ang Mo Kio Street 31 (Singapore, SG) http://t.co/CIR5blJd'), (22454, 1770, 'Johor Bahru, Johore', 'besok kalau kat concord ader katak cammana sia nak main ?'), (22455, 3680, 'Johore, Malaysia', '@chaaaaos text me'), (22456, 1589, 'Kota Tinggi, Johore', '2,580 (:'), (22457, 4818, 'Johore, Malaysia', 'I''m at Blk 8, Holland Ave http://t.co/SqwVoGNL'), (22458, 1083, 'Johore, Malaysia', 'Naissss @ Esplanade - Theatres on the Bay http://t.co/uA0Ha8rt'), (22459, 4819, 'Johore, Malaysia', 'Michelle''s art exhibition opening! (@ Blue Lotus Fine Art) [pic]: http://t.co/EpUnEeVH'), (22460, 1128, 'Johor Bahru, Johore', 'I''m at Blk 899 Tampines Street 81 (Tampines, Singapore) http://t.co/aNKNk5aT'), (22461, 1850, 'Johor Bahru, Johore', '@rynnafenske pasar malam lot one masih ada belum tutup . Kt sana ada jual .'), (22462, 632, 'Plentong, Johor Bahru', 'Seriously, FML!'), (22463, 2700, 'Johore, Malaysia', 'I''m at Kbox Karaoke @ Safra Mount Faber (Singapore) http://t.co/9aNvWiVJ'), (22464, 55, 'Johore, Malaysia', 'I mean haven''t went there and eat, not eat the whole place..'), (22465, 4820, 'Johore, Malaysia', 'AH FINALLY FOOD. (at Cahaya Muslim Restaurant) — http://t.co/vUr0MXUt'), (22466, 898, 'Johor Bahru, Johore', 'stulang or senibong or gazebo?'), (22467, 4768, 'Johor Bahru, Johore', 'U make me smile in the same time u made me sad.'), (22468, 4821, 'Johore, Malaysia', 'I''m at Window On The Park (Orchard City Centre, Singapore) http://t.co/iabeAolJ'), (22469, 1310, 'Johor Bahru, Johore', '@shawtypearl Miss u more my lady. ((:'), (22470, 2664, 'Plentong, Johor Bahru', '@writerBEKU mati kau sebelum balek BP xD'), (22471, 1363, 'Johor Bahru, Johore', '@cindyh_xy Happy can le ;)'), (22472, 2227, 'Johor Bahru, Johore', '@al_Mahbubaah Insya''allah. Kalau tidak sengaja dia akan redha. Tapi kalau dia tak, Allah swt akan. :)'), (22473, 4516, 'Johore, Malaysia', 'DUAL''s networking drinkies! (@ OverEasy) http://t.co/PS7NKWec'), (22474, 2064, 'Johor Bahru, Johore', '@WolfbassDNivra NONSENSE! I wanted to watch it earlier already! boohoo! :p'), (22475, 2188, 'Johor Bahru, Johore', '@b2utyinspiritkm I want treat my best friend cannot meh -_- plus ice cream you pay yourself lol.'), (22476, 931, 'Johor Bahru, Johore', '@Shermainezxc @kohkohcrunchhh i know lah, i said oreofighter wat'), (22477, 1384, 'Johor Bahru, Johore', 'Gonna collapse anytime.'), (22478, 291, 'Johor Bahru, Johore', '@Jahjahboomz @notsapao his arm on top but wear uniform can''t see man. '), (22479, 4822, 'Riau, Indonesia', 'GG to tranformers in a bit. Excited! #uss'), (22480, 4823, 'Johore, Malaysia', '@nizammansor you are evolvin'' into a mutant! a beast!'), (22481, 1203, 'Johore, Malaysia', 'I''m at Blk 52 New Upper Changi Road (Singapore) http://t.co/OmTLIJ3j'), (22482, 4467, 'Johor Bahru, Johore', '@JYSQstars ;p I call Aloy Loy de leh &gt;&lt;'), (22483, 4824, 'Johor Bahru, Johore', 'I''m at Punggol MRT/LRT Station (NE17/PTC) (Singapore, Singapore) w/ 2 others http://t.co/SDsCTm40'), (22484, 116, 'Johor Bahru, Johore', 'quick shower (@ 412A Fernvale Link) http://t.co/AwMl0v7z'), (22485, 4640, 'Johore, Malaysia', 'Please enjoy the fact that I am at a Thai-German brewery in Singapore. Prosit! (@ Tawandang Microbrewery) [pic]: http://t.co/GqvrUBM4'), (22486, 1304, 'Johore, Malaysia', 'I''m at Kampong Chicken Eating House (Singapore, Singapore) http://t.co/XPwsAg8B'), (22487, 4825, 'Johore, Malaysia', 'I''m at Esplanade Outdoor Theatre w/ @myrraamin http://t.co/E16XEl38'), (22488, 185, 'Singapore', '@Chrisunglayhoe yes'), (22489, 1363, 'Johor Bahru, Johore', 'What do I do when I can''t study and broken my laptop? Play WII (Y)'), (22490, 4826, 'Johore, Malaysia', '“You invite things to happen. You open the door. You inhale. And if you inhale t @ Yio Chu Kang MRT Station http://t.co/JJt8o3DT'), (22491, 1850, 'Johor Bahru, Johore', '@Didystussy aku ckp baiikk uh smue dh buat twitter .. hahah kelakar lah kau ..'), (22492, 2653, 'Johore, Malaysia', '@DiniRoszi Nevermind. :) Maybe they haven''t set one. Like F(x). No fanclub and colour. Pity them.'), (22493, 84, 'Johor Bahru, Johore', '@AngelusChan yep yep. So don''t angry alrdy ok?'), (22494, 4827, 'Johore, Malaysia', 'Finally project worked. Alhamdulillah. I can stop worrying and go on with my life. #Ameen'), (22495, 660, 'Plentong, Johor Bahru', 'RT @deeyahmad @raihanaonly keep stronger as the real you are :'')'), (22496, 931, 'Johor Bahru, Johore', '@onlydop3 i like the way ur working me out'), (22497, 4828, 'Tebrau, Johor Bahru', 'Omg yay got wifi omg.'), (22498, 812, 'Senai Kulai, Kulai Jaya', '@EmirulEmimSiot xtau plak aku aaron aziz kurus tp perut buncit bawah pinggang :p haha ko sihat weh?td aku baru turun tennis.lama seyh xturun'), (22499, 881, 'Tebrau, Johor Bahru', '感觉自己一直被敷衍。是妳的问题,还是我的问题?:/'), (22500, 120, 'Johor Bahru, Johore', 'HAHAHAHA !! Daffy is just a pure retard as always !! XD'), (22501, 2409, 'Plentong, Johor Bahru', 'I''m at Iskandar Regional Development Authority (IRDA) (Johor Bahru, Johor) http://t.co/3LoVsVQ4'), (22502, 4472, 'Johor Bahru, Johore', '@janjanlocson potch hahaha'), (22503, 1741, 'Kota Tinggi, Johore', 'After so long im finally having burger ramly,kopok lekor n cheesecake yumyum'), (22504, 4783, 'Johor Bahru, Johore', 'Subahanallah.  #sunset #cloudporn @ Bukit Timah Expressway (BKE) http://t.co/qvgyrh23'), (22505, 84, 'Johor Bahru, Johore', '@AngelusChan can go home but cannot drink!'), (22506, 2074, 'Singapore', '@franfizzle frances so smart'), (22507, 440, 'Johor Bahru, Johore', '“@AwwweTanz: Awesome feeling singing in there &lt;3 `Medley from Final Fantasy X: http://t.co/etMNtwae via @youtube” BEST EVER! Suteki Da ne &lt;3'), (22508, 555, 'Johor Bahru, Johore', '@DanishRamlan @_Loges_ congratsss:)'), (22509, 3702, 'Johore, Malaysia', 'At Esplanade OutDoor Theatre — http://t.co/so5SOJAs'), (22510, 4829, 'Johore, Malaysia', 'I''m at Sarpino''s@Circular Road (Singapore) http://t.co/B6syHnF3'), (22511, 4830, 'Plentong, Johor Bahru', 'So now we know http://t.co/ZCpbi6i4 via @churp2'), (22512, 54, 'Johore, Malaysia', '@dinowoo_ you don''t like him!! But you love him (;'), (22513, 2715, 'Riau, Indonesia', 'sore menjelang mlm Semua @SyahriniFC @dickymprasetyo @Daniel safwan @mey_cin @mawarrezkyM @ieamsaguband @bagusbasukii @shofayunne'), (22514, 4831, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 2 others http://t.co/resaa5wB'), (22515, 84, 'Johor Bahru, Johore', '@Jae_Jerome idk that''s why asking you mah! Ahahha'), (22516, 2679, 'Johore, Malaysia', '@unbitemylips da makan nak tido.malas nak keje'), (22517, 2500, 'Plentong, Johor Bahru', 'habzz lahhhh,,popyeye sudahhh keluarrr,,,emmm'), (22518, 55, 'Johore, Malaysia', 'Oh ya Im suppose to do my work. i overslept and was stoning at the books. Sigh'), (22519, 54, 'Johore, Malaysia', '@ImmaSimple_Girl awesome (;'), (22520, 2785, 'Johore, Malaysia', 'Oh,I just notice that I haven''t done my Chinese paper 1! #sillyme'), (22521, 3055, 'Johor Bahru, Johore', '@nurulm haha good good! Bring me out leh, with nab. Yup, I''m coming! :D I''m in the April intake batch! Hahaha :)'), (22522, 3021, 'Johor Bahru, Johore', '@Fabulousviva good'), (22523, 1850, 'Johor Bahru, Johore', '@zhxrxxf @budakchik kau diam lah . Die bby aku .'), (22524, 4832, 'Kota Tinggi, Johore', 'Swimming :D'), (22525, 2653, 'Johore, Malaysia', 'Zelo is near my age! Omg! can &lt;3'), (22526, 3090, 'Johore, Malaysia', '@petrinaheartxcz they look down but still a poly student is teaching them which is ironic in a sense'), (22527, 4453, 'Johor Bahru, Johore', '@MuhdSyr 重力の外え'), (22528, 2679, 'Johore, Malaysia', '@jetblckheart_ kental'), (22529, 4823, 'Johore, Malaysia', 'Thanks for nothing babe'), (22530, 4831, 'Riau, Indonesia', 'I''m at TRANSFORMERS The Ride: The Ultimate 3D Battle (Sentosa Island, Singapore) w/ 7 others http://t.co/Peq044QS'), (22531, 2855, 'Johore, Malaysia', 'Tour briefing -___- (@ CTC Holidays) http://t.co/DSk5w9k9'), (22532, 4774, 'Singapore', '@CharlotteNFT LOL. orh (:'), (22533, 612, 'Johor Bahru, Johore', '@princessqie belom mandi2 lagi!!!!'), (22534, 4467, 'Johor Bahru, Johore', 'Bro go compass help me buy cup walker;D'), (22535, 658, 'Johor Bahru, Johore', 'I''m at Admiralty MRT Station (NS10) (Singapore, Singapore) w/ 3 others http://t.co/0Vcp2eK0'), (22536, 1097, 'Plentong, Johor Bahru', '@Missyaya93 ea ehh mne bleh bia2..suke ati je..haha'), (22537, 828, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 30 others http://t.co/KgSgxqOR'), (22538, 4833, 'Singapore', 'Another S''pore Mgt Uni Constitutional &amp; Administrative Law Wikipedia Project article is now a Good Article! http://t.co/3rVjBPMa #sgconlaw'), (22539, 362, 'Johore, Malaysia', '@mdsaifullah whahaha ! Then we laugh like hell all cause you said ah kau dier da terpranjat ! Lol'), (22540, 84, 'Johor Bahru, Johore', '@AngelusChan see at least got me chit chat with you here^^ you are not alone~'), (22541, 185, 'Singapore', '@Chrisunglayhoe lame damn lame'), (22542, 362, 'Johore, Malaysia', '@AchikMok 10 pm :)'), (22543, 2785, 'Johore, Malaysia', 'Got tuition later~~~~'), (22544, 2154, 'Johore, Malaysia', 'I''m at Long John Silver''s (HarbourFront, Singapore) http://t.co/7uGdWYFv'), (22545, 1589, 'Kota Tinggi, Johore', 'The moment when your crush says "Iloveyou" to you (:'), (22546, 643, 'Johor Bahru, Johore', '@JonPeh it''s starting in half an hour and I''m still on my bed! Haha. Don''t want lah I told ray I didn''t want to go. :P'), (22547, 1384, 'Johor Bahru, Johore', 'Finally in 109. Thank you. I''ll be safe soon.'), (22548, 1097, 'Plentong, Johor Bahru', '@Missyaya93 haha isya pkol 3 pg karang..keh3 c(:'), (22549, 3645, 'Johore, Malaysia', '@Jingkailim $35. Ex sia:(.'), (22550, 185, 'Singapore', '@Chrisunglayhoe say want go, then say got dinner. u play punk ah'), (22551, 1413, 'Johore, Malaysia', '@JH_Wesley tell them basketball.'), (22552, 808, 'Johore, Malaysia', '@KamenPek hahaha okay thanks :) , anw when u come back?'), (22553, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh chill for???'), (22554, 4828, 'Tebrau, Johor Bahru', 'Tak lapar la.'), (22555, 1981, 'Johor Bahru, Johore', 'I''m at Blk 168 Petir Road http://t.co/2ERzgzTg'), (22556, 2653, 'Johore, Malaysia', '@DiniRoszi Lol. Haha. A lot of people say SM created F(x) to beat 2NE1. Hmm. Dk is that true or not.'), (22557, 2571, 'Johor Bahru, Johore', 'Speed up~ one chance~ on my dad car o.o'), (22558, 2785, 'Johore, Malaysia', 'Damn tomorrow I got extra SS class!for me only!'), (22559, 135, 'Johor Bahru, Johore', '#twitterfollowersiwanttolepakwith @NinaBrhn'), (22560, 2053, 'Johore, Malaysia', '疲れたな~ I want to go home NOW!!!!?'), (22561, 2646, 'Johore, Malaysia', '@bellaatong gt essay?!'), (22562, 4780, 'Riau, Indonesia', 'Kangen kauand2 :''('), (22563, 1850, 'Johor Bahru, Johore', 'YEAAHH AUNTY AJAK ME OVERNIGHT AT LAGUNA TONIGHT !! WOOTS ^^'), (22564, 1820, 'Johore, Malaysia', 'nty malam gy shopping ! xD *rawwrr :D shopping ! shopping ! O yeahh !'), (22565, 1022, 'Kota Tinggi, Johore', '@j_t_gumban @eleapot @iamryan2316 ako nsa jp na knina pa.. Walk walk lang ako.. Heheeh..'), (22566, 4834, 'Pelangi Leisure Mall, Plentong', 'John carter. (@ Golden Screen Cinema Pelangi Leisure Mall) http://t.co/WqkoR1Dv'), (22567, 4835, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 37 others http://t.co/Kn9mWfUj'), (22568, 898, 'Johor Bahru, Johore', 'Casanova '), (22569, 2160, 'Johor Bahru, Johore', 'Good evening Mr Bed. I shall be laying on you now. #ineedtosleeprightfuckingnow'), (22570, 4467, 'Johor Bahru, Johore', '@JYSQstars Chey, ;p'), (22571, 4453, 'Johor Bahru, Johore', 'Space elevator\n1/6\nOut of the gravity\nSatellite\nMoon\nSun'), (22572, 1384, 'Johor Bahru, Johore', '@acidlacedkisses weak and fever+long journey home= death. Shit. Should''ve taken a cab. But thought abt the money. Whoops.'), (22573, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa hahha aku ingat kasanova :3'), (22574, 440, 'Johor Bahru, Johore', '@sheneedstrength woah. U eat dinner real early *-* good for u ^^ next time u can perfect it and cook for family le *-*'), (22575, 4823, 'Johore, Malaysia', 'Roti Bakar #enampuluhan'), (22576, 1850, 'Johor Bahru, Johore', '"@rynnafenske: Pasar malam depan rumah je, first time aku jejak ni pasar malam. Haha."'), (22577, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. So cute!'), (22578, 1850, 'Johor Bahru, Johore', '@ShanmuStrikes @CharltonSingleC aiseyyy'), (22579, 7, 'Johore, Malaysia', '@ouhnoor knp? cerita la ?'), (22580, 3528, 'Johor Bahru, Johore', '@Firdanarcher i dont know. We now at my home. Siap2 want to go ahboy.'), (22581, 4833, 'Singapore', 'S''pore High Ct to decide on 3 Apr if Misuse of Drugs Act, by requiring mandatory minimum sentence, violates separation of powers. #sgconlaw'), (22582, 361, 'Senai Kulai, Kulai Jaya', '@KhairilAnuar nkdgrsuaralg:-('), (22583, 3774, 'Johor Bahru, Johore', 'I''m at Chomp Chomp Food Centre (Singapore, Singapore) w/ 6 others http://t.co/pbMUnXPI'), (22584, 3191, 'Tebrau, Johor Bahru', 'Jb dgn haesung clash. Woohoo !'), (22585, 3939, 'Johore, Malaysia', 'I''m at The Merlion (Singapore) w/ 2 others http://t.co/xTPuPHkI'), (22586, 362, 'Johore, Malaysia', 'Why people like me then don''t like me ! My face doesn''t suit my attitude ke ? Sad lah . Nak nanges :( . Jk . I never care bout people . Haha'), (22587, 4815, 'Johor Bahru, Johore', '@RahmanRamzyy @fadhilcdm ahhahahah'), (22588, 4837, 'Johor Bahru, Johore', '@ciciliafebriana ntik kabarin yaa...kl da di pswt...:)'), (22589, 1384, 'Johor Bahru, Johore', 'I need a really hot bath and a good rest. Dk if I''ll be able to make it for work tmr. What a waste if I can''t.'), (22590, 3497, 'Johor Bahru, Johore', 'Resting (@ Precious Jiejie''s Room) http://t.co/c81PL0lY'), (22591, 4838, 'Johor Bahru, Johore', 'Gonna start postin on my YouTube channel:) singin but which song first?!'), (22592, 4832, 'Kota Tinggi, Johore', 'Try again'), (22593, 2139, 'Johore, Malaysia', 'How come girls can create nicknames so easily?! I also want nickname! Maybe Nizar Cute?! HAHAHAHAHA K NO.'), (22594, 3636, 'Johore, Malaysia', 'yay dad bought sushi from kuriya for dinnerrrr.'), (22595, 2555, 'Johor Bahru, Johore', 'Kau irritating.. zaaaaappp!'), (22596, 54, 'Johore, Malaysia', '@dinowoo_ oh,okay (; it thought you talk about that guy (:'), (22597, 2653, 'Johore, Malaysia', 'Zelo you so tall! OMG,'), (22598, 632, 'Plentong, Johor Bahru', 'I''m not in a good mood.'), (22599, 4839, 'Johor Bahru, Johore', 'Here at nex with @dearfiyah'), (22600, 362, 'Johore, Malaysia', 'Sunday morning shift ! Whee !'), (22601, 54, 'Johore, Malaysia', '@ImmaSimple_Girl the song awesome lah-.-'), (22602, 4840, 'Johor Bahru, Johore', 'Wak Pangs heere i come!'), (22603, 2500, 'Plentong, Johor Bahru', 'heyyyy,,thnxx 4 follow @zavaxegocexyt'), (22604, 1097, 'Plentong, Johor Bahru', '@Missyaya93 ape y x baek nye..hahhh'), (22605, 1057, 'Johor Bahru, Johore', 'STAGE 3.0 tomorrow! HIGH VOLTAGE'), (22606, 185, 'Singapore', '@Chrisunglayhoe sua :(((((('), (22607, 1850, 'Johor Bahru, Johore', '#IfYouKnowMeYouKnow #WheniMissYou #SometimesYouHaveTo #Imagine #ThingsIUSEDtoDo .'), (22608, 72, 'Johor Bahru, Johore', 'Dad, so means im a kid i must do the house chores?!'), (22609, 1841, 'Johore, Malaysia', 'During my Ns, I was a 9 minute runner &amp; they always call me a machine.. But now my stamina has been dropping. Sigh'), (22610, 4841, 'Johore, Malaysia', 'I''m at Golden Mile Thien Kee Steamboat Restaurant (Singapore, Singapore) http://t.co/6zH6HvW7'), (22611, 4483, 'Plentong, Johor Bahru', '@douspeak xmo la merajuk syg'), (22612, 4842, 'Johore, Malaysia', 'Squashed in the middle of ppl with my blazer~~~&gt;\\\\\\&lt; (@ bus 55~^^) http://t.co/NZWE1frZ'), (22613, 54, 'Johore, Malaysia', 'FUCK MY LIFE_|_'), (22614, 4843, 'Johor Bahru, Johore', 'Can anyone accompany me now....i standing alone at one corner like a stupid person...'), (22615, 2482, 'Johor Bahru, Johore', '@jenn_ys hahaha icic'), (22616, 2272, 'Plentong, Johor Bahru', 'Check in sini lak..owsem! (@ T Hotel) http://t.co/tceRbmxA'), (22617, 1770, 'Johor Bahru, Johore', '@HAHAHAHALIS arh yer lah tu geli aku nak main pki boot pasar Arh main'), (22618, 4828, 'Tebrau, Johor Bahru', '@moneyfaced_ shop shop ;3'), (22619, 1589, 'Kota Tinggi, Johore', 'I''m proud of my heart . It been played , cheated , stabbed , broken and burned . But somehow , it still works (:'), (22620, 1699, 'Johore, Malaysia', '@VELVETSKINNED today i go home do my passport lor. Den see when can collect.'), (22621, 1384, 'Johor Bahru, Johore', 'Please love me when I resting ok. I like lots of love when I sick. Hehe. Please.'), (22622, 4616, 'Johore, Malaysia', '@ChangHong_Hoo lol good good :P'), (22623, 1529, 'Johor Bahru, Johore', 'Haven''t eat med yet. Mum gonna nag I think.'), (22624, 4844, 'Johor Bahru, Johore', 'Homey'), (22625, 4458, 'Johor Bahru, Johore', ''), (22626, 1413, 'Johore, Malaysia', 'Day 9 ended .. Very tired.. Finally tomorrow will be double digit DAY 10'), (22627, 2785, 'Johore, Malaysia', 'Sometimes I wish there''s a time machine in reality:)'), (22628, 3529, 'Johor Bahru, Johore', 'PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC. PANIC.'), (22629, 4827, 'Johore, Malaysia', 'Going to pray alone again tomorrow but it''s alright, cause it doesn''t matter. I pray alone or not, I still pray to the same god. :)'), (22630, 1179, 'Johor Bahru, Johore', 'I''m at Caryn''s Lalaland™ (Singapore) http://t.co/0XjDSxRn'), (22631, 2064, 'Johor Bahru, Johore', 'While the baby goes out to play, the parents... amek gambar. http://t.co/NuPtSKLR'), (22632, 3109, 'Johor Bahru, Johore', 'I''m at Preshaan''s Home http://t.co/7A2Vsfyj'), (22633, 2189, 'Johor Bahru, Johore', 'Tired and hungry ZZZZ'), (22634, 2979, 'Johor Bahru, Johore', 'Do i need a reason to talk with you?'), (22635, 3764, 'Senai Kulai, Kulai Jaya', 'I''m at Kolej Tun Dr Ismail UTM (Johor Bahru, Johor) http://t.co/5bWlxYta'), (22636, 4683, 'Johor Bahru, Johore', 'Me: That class? Okaylah but no friend not best.. ''It'': you want got friend or get good result for pmr? Me: k k good result.. I will :3'), (22637, 740, 'Johor Bahru, Johore', 'Mentel ehk haha! RT@tweetlipxz: @ForeverChronic Hehehehe happy la ;)”'), (22638, 3307, 'Johore, Malaysia', 'GunZ so fun. &gt;:D'), (22639, 3645, 'Johore, Malaysia', '@Jingkailim rubber de. Metal de $100+ siol :O'), (22640, 1318, 'Johore, Malaysia', 'I''m at iLight Marina Bay 2012 (singapore, singapore) http://t.co/IrJ920Vr'), (22641, 3937, 'Tebrau, Johor Bahru', '@balqishhVD dia sengaja pura pura jadi mikha.... kot.'), (22642, 54, 'Johore, Malaysia', 'Seriously, i really hate my life; about how i mix with those no life friends-.- seriously :(( i regret everything !!!'), (22643, 4782, 'Singapore', 'Jon, Stop wasting time and move on......'), (22644, 660, 'Plentong, Johor Bahru', '@NabilahDanish thanks 4 your concern sis , thankyou very much :'')'), (22645, 362, 'Johore, Malaysia', 'I eat you can ! So mmmdap :3'), (22646, 3749, 'Johore, Malaysia', 'I''m at Cinema 9 @ Level 4 Cineleisure (Singapore) http://t.co/aVUxuvCq'), (22647, 3645, 'Johore, Malaysia', 'I''m at Bedok Temporary Bus Interchange (Singapore, Singapore) w/ 3 others http://t.co/9hApyXwZ'), (22648, 3307, 'Johore, Malaysia', 'Two piles of clothes to be folded. #maidgirl'), (22649, 2044, 'Riau, Indonesia', 'save the best for last :p (@ TRANSFORMERS The Ride: The Ultimate 3D Battle w/ 8 others) http://t.co/gQhU4CHf'), (22650, 2338, 'Johore, Malaysia', 'I''m at Roxy Square II (Singapore, Singapore) http://t.co/nNOVWvg7'), (22651, 4683, 'Johor Bahru, Johore', 'k k dont get mad laaah -__-'), (22652, 3055, 'Johor Bahru, Johore', '@nurulm ONZ! I WANNA WATCH TOO :)'), (22653, 4668, 'Johore, Malaysia', 'I''m at NS1 Jurong East Interchange (Singapore) http://t.co/CwzGb4Rz'), (22654, 1589, 'Kota Tinggi, Johore', 'A single text from you can change my mood at any moment (:'), (22655, 84, 'Johor Bahru, Johore', '@AngelusChan rmb you are not alone^^ miss me tell me ok? Hehej'), (22656, 550, 'Plentong, Johor Bahru', 'Sambil bekeje..sambil menjwb lukisan2 mengarot by #drawsomething and sambil melukis dgn burokny... (at Kamal''s Haven) — http://t.co/alr7vQa2'), (22657, 1850, 'Johor Bahru, Johore', 'Better miss me guys cause im going to malaysia tonight !! Whooops ^^'), (22658, 3896, 'Johore, Malaysia', 'Never someone priority.'), (22659, 2074, 'Singapore', '@franfizzle i wouldn''t know that...nerd'), (22660, 2804, 'Johore, Malaysia', 'Amaths stuck again!'), (22661, 1836, 'Johore, Malaysia', 'I''m at Raffles City Shopping Centre (Singapore) w/ 6 others http://t.co/1ymQZNCq'), (22662, 1158, 'Johor Bahru, Johore', 'I''m at Bishan MRT Interchange (NS17/CC15) (Singapore, Singapore) w/ 6 others http://t.co/qa1T95NS'), (22663, 4845, 'Johor Bahru, Johore', 'I''m at Amk Hub (BBQ Express) http://t.co/PLrw0wF2'), (22664, 123, 'Johore, Malaysia', 'To me it OK to lose you as a friend cause I don''t see the worth anymore lol sorry it just the fact'), (22665, 84, 'Johor Bahru, Johore', 'Omg I''m super bhb. Opps.'), (22666, 1589, 'Kota Tinggi, Johore', 'When I miss you , I stare at your picture and smile (;'), (22667, 1841, 'Johore, Malaysia', 'Need to plan some interval training already and I don''t care already, I just wanna be fit.'), (22668, 4363, 'Johore, Malaysia', 'Transformer is Cool... (@ Universal Studios Sentosa) http://t.co/42TZdOgk'), (22669, 135, 'Johor Bahru, Johore', 'RT @ayuprincessxx: you me together forever? :)'), (22670, 632, 'Plentong, Johor Bahru', 'Semua orang nak buat aku marah ni apehal? Ingat aku suka? Sial'), (22671, 2124, 'Johor Bahru, Johore', '@CTmoomooboy homeeee!'), (22672, 7, 'Johore, Malaysia', 'Wuu sejuk :/'), (22673, 4683, 'Johor Bahru, Johore', '@noorul_syaffiqa hahaha yelaaah wan xD'), (22674, 4699, 'Johor Bahru, Johore', '@_hafawati exactly!'), (22675, 4846, 'Johore, Malaysia', 'I rather have school then doing hw in a hoilday.'), (22676, 4847, 'Johor Bahru, Johore', 'Any online game to intro?'), (22677, 2646, 'Johore, Malaysia', '@bellaatong ong have?!'), (22678, 1384, 'Johor Bahru, Johore', '@acidlacedkisses ok. Must Sayang me ok. Then only I will get better.'), (22679, 4722, 'Johor Bahru, Johore', 'Sota talk........ boring (@ Zhenghua School Hall ) http://t.co/8BaIsWiI'), (22680, 2188, 'Johor Bahru, Johore', 'Random JunSeob moment I took during beautiful show &lt;3 http://t.co/MRButN9L'), (22681, 1850, 'Johor Bahru, Johore', '@rynnafenske YES . Sama mcm nino punye tk slh aku ..'), (22682, 4848, 'Johore, Malaysia', '@alistairkoh SIAN can''t go over already. Can only go over on the 27th. Can''t see you guys anymore :('), (22683, 4683, 'Johor Bahru, Johore', '@hanizahid Brbbb :3 I know :p Lalalaaa'), (22684, 1939, 'Pulai, Johor Bahru', 'I''m at Ah Pai''s Dungeon http://t.co/gDknBYfc'), (22685, 4849, 'Johore, Malaysia', '@nasdfghjkrul tmrw you overnight ?'), (22686, 3835, 'Johore, Malaysia', 'On the largest ferris wheel in the world, so it is claimed (@ Singapore Flyer Sky deck) [pic]: http://t.co/GFwCJOsd'), (22687, 4850, 'Johor Bahru, Johore', 'Family dinner! (@ Mr Teh Tarik Eating House w/ 2 others) http://t.co/Wvr2H1BE'), (22688, 4851, 'Riau, Indonesia', 'Capek \nBising'), (22689, 2074, 'Singapore', '@franfizzle e-nerd. i dont take econs lol'), (22690, 2150, 'Johore, Malaysia', 'Are times getting bad? @ Middle Road http://t.co/5hmHwl67'), (22691, 2979, 'Johor Bahru, Johore', 'Me- You = ?'), (22692, 4629, 'Plentong, Johor Bahru', 'With my galll ! (@ Banafee Village Restaurant w/ 2 others) http://t.co/mTNKjOsG'), (22693, 4852, 'Johor Bahru, Johore', 'I''m at Regent Heights (Tower A) (Singapore) http://t.co/Vs1CWR1M'), (22694, 900, 'Johore, Malaysia', '@jeremy_sg @croucherbrewing @goodbeersg lucky you'), (22695, 3951, 'Johore, Malaysia', 'hi (@ MDIS UniCampus w/ 5 others) http://t.co/DjyB2yDB'), (22696, 3307, 'Johore, Malaysia', '@xxLastAngelxx I downloading. It looks fun. :D'), (22697, 123, 'Johor Bahru, Johore', 'And realise only you find me as a target to somehow say me when you are drunk lol really thanks for that'), (22698, 1850, 'Johor Bahru, Johore', '@CharltonSingleC nooooooooo !'), (22699, 37, 'Johore, Malaysia', '@Laineesays hee, aww, thanks love (: Here love = http://t.co/V6PVKKsG xx'), (22700, 4385, 'Johor Bahru, Johore', 'I''m at Century Square (Singapore, Singapore) w/ 2 others http://t.co/lxS0Mvt1'), (22701, 2968, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 10 others http://t.co/Y0Rllrm6'), (22702, 1589, 'Kota Tinggi, Johore', 'With love and patience , nothing is impossible (:'), (22703, 2679, 'Johore, Malaysia', '@kaori_emiko have fun and take care broo'), (22704, 2188, 'Johor Bahru, Johore', '@b2utyinspiritkm why lol. Then we going Kbox before that?'), (22705, 1395, 'Johor Bahru, Johore', 'Home 2 dinner, shower n more work. Got 2 charge digital camera s well. BusY BuSy bUsY (@ SMRT Buses: Bus 855) http://t.co/ZdiHTSEq'), (22706, 362, 'Johore, Malaysia', '#twitterfollowersiwanttolepakwith @mdsaifullah @DeeDeeNikey @tookitaway @MsMVFA !'), (22707, 2085, 'Johor Bahru, Johore', 'I''m at Heaven  http://t.co/iTLhoPZI'), (22708, 4853, 'Johor Bahru, Johore', 'The sun is so freaking BRIGHT ! ☀☀☀☀☀☀! Ouch , my eye ! http://t.co/ejosIEf5'), (22709, 3529, 'Johor Bahru, Johore', 'Idk what to do O_O\nLit first. Then chem. then ummm... F&amp;N notes (?) and my own vocab expansion. I won''t even bother for Maths and Physics...'), (22710, 3346, 'Johor Bahru, Johore', 'I''m at Bangkit LRT Station (BP9) (Singapore, Singapore) http://t.co/2r8HRLx6'), (22711, 1770, 'Johor Bahru, Johore', '@HAHAHAHALIS kalau dier grow macam mana ?'), (22712, 1715, 'Johor Bahru, Johore', '“@JessicaBunnyLiu: @chloeliting baby you are just a random a me. Thats y i love u n chloe n jen much much.'), (22713, 2074, 'Singapore', '@franfizzle @illicitflesh do you haz tumblr'), (22714, 3279, 'Plentong, Johor Bahru', 'Mandi jap ! (@ Peaqa''s super awesome rooms) http://t.co/AWTOXaLS'), (22715, 1699, 'Johore, Malaysia', '@VELVETSKINNED whuttt tmr? I sure cant then'), (22716, 4524, 'Kota Tinggi, Johore', 'I''m at New York New York (Singapore, Singapore) http://t.co/gMvEXxLy'), (22717, 4699, 'Johor Bahru, Johore', 'I''m good bruv... I''ll check on it“@MaxwellMystique: @Olliedes sup bro. Check out my new vid on my wage with stars. Has u in it :)”'), (22718, 2139, 'Johore, Malaysia', 'Guys change girls like changing underwear while girls change guys like changing bras. HAHAHAHAHA K.'), (22719, 3335, 'Johor Bahru, Johore', 'I''m at Home (: (Singapore) http://t.co/P9XnMJyn'), (22720, 2053, 'Johore, Malaysia', '私わ家に行きたい。。。'), (22721, 3904, 'Senai Kulai, Kulai Jaya', 'Dinner kt Marrybrown then tgk John Carter....;) last minute plan dr sang suami ... http://t.co/qfwPjJxO'), (22722, 54, 'Johore, Malaysia', '@ImmaSimple_Girl k.bye'), (22723, 971, 'Johor Bahru, Johore', 'Haha this just got interesting all over again hahaha. K need to chill. Ricky Martin time :D'), (22724, 4849, 'Johore, Malaysia', '@ImNabilFitri seriously ?'), (22725, 2979, 'Johor Bahru, Johore', 'Why keep got mails? Zzz.'), (22726, 1302, 'Pulai, Johor Bahru', 'I''m at Taman Pulai Utama (Skudai,, Johor.) http://t.co/g8vC7JLT'), (22727, 2500, 'Plentong, Johor Bahru', 'terharu seyyyyy dengoww ayt @AizatAbd ,,:)'), (22728, 1670, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall w/ @ignatius_ @p_ringabell @nat_abitsiao http://t.co/PCegvBd3'), (22729, 362, 'Johore, Malaysia', 'Eh sial ! Have to get back to work !'), (22730, 135, 'Johor Bahru, Johore', 'Hehehe, okey dokey! ^^ RT @NinaBrhn: @afiqahyamin you can meet me yknw, just a tweet away!!! \\355\\270\\230'), (22731, 4048, 'Johore, Malaysia', '@FeeyonceS lawan pantun perh?'), (22732, 4854, 'Plentong, Johor Bahru', 'Ni ke tadika korang? :O (@ Sri Kamariah Kindergarten) http://t.co/dYTZAAnG'), (22733, 54, 'Johore, Malaysia', 'I HATE YOU !!'), (22734, 3896, 'Johore, Malaysia', 'Gotta stop deceiving myself'), (22735, 3303, 'Johor Bahru, Johore', 'I''m at Mt''S hOuSe  http://t.co/WiDQ0yqc'), (22736, 3307, 'Johore, Malaysia', 'Brothersoft the game.'), (22737, 32, 'Malaysia', '@Oat_Weare สวัสดีค่ะ ^^พี่โอ๊ตต'), (22738, 4115, 'Johore, Malaysia', '@godfreycua @inahbdeguzman haha! WINNER!'), (22739, 4855, 'Johore, Malaysia', 'Me love tea breaks!! &lt;3 (at Maison Kayser) [pic] — http://t.co/CgnGZ2OB'), (22740, 4144, 'Johor Bahru, Johore', 'Dinner~ (@ Compass Point Shopping Centre w/ 15 others) http://t.co/EqCOv5Id'), (22741, 3452, 'Johore, Malaysia', '@paperdrizzle hhahaha you just did!!'), (22742, 4856, 'Johore, Malaysia', 'I''m at CTC Holidays (Singapore) http://t.co/WO0OL9wT'), (22743, 3937, 'Tebrau, Johor Bahru', 'ni yang buat aku angin ni u_u upload kemain 5 jam tunggu, pahtu ingatkan terus ada rupanya ada processing pulak, pffft.'), (22744, 14, 'Johor Bahru, Johore', 'My shoes can never be white -__-'), (22745, 4857, 'Johor Bahru, Johore', 'I''m at NTU Canteen B (Singapore, Singapore) http://t.co/YkfKJdeC'), (22746, 4683, 'Johor Bahru, Johore', 'ALMOST MAGHRIB.. WHERE ARE YOU MOM, BROTHAAA? :x'), (22747, 84, 'Johor Bahru, Johore', '@AngelusChan aww hahahah do sweet I guess I don''t needa get a bf alrdy hahaha'), (22748, 2594, 'Johore, Malaysia', 'Busy day ahead tmr !'), (22749, 2952, 'Johor Bahru, Johore', 'What The Hell'), (22750, 4651, 'Johore, Malaysia', '@schreiSASA lololololol which line?'), (22751, 135, 'Johor Bahru, Johore', '@katydara Why you so low self-esteem huh!?!? I dont think you should lah, ok alreadyyyy but up to you lah :)'), (22752, 4858, 'Plentong, Johor Bahru', 'I''m at Changi Airport http://t.co/m2NvDTON'), (22753, 1589, 'Kota Tinggi, Johore', 'They say you only fall in love once . But everytime I look at you , I fall in love all over again &lt;3'), (22754, 4318, 'Singapore', 'I miss the old you'), (22755, 4859, 'Johor Bahru, Johore', 'I just realize that right side of my hair look like shit,stupid auntie anyhow slope,I feel like taking a scissors and cut by my self ;('), (22756, 1329, 'Johore, Malaysia', ':-) (@ 121 Meyer Road, The Makena) http://t.co/lohDlpyG'), (22757, 1022, 'Kota Tinggi, Johore', 'Accessoriesssssss... (@ Diva @ Jurong Point) http://t.co/BgrYn93g'), (22758, 2952, 'Johor Bahru, Johore', 'Freaking Jealous'), (22759, 1210, 'Johore, Malaysia', 'All set, hoping for a good one! http://t.co/m3hwEAL6'), (22760, 4860, 'Johor Bahru, Johore', 'I''m easily mindfucked.'), (22761, 1850, 'Johor Bahru, Johore', '@rynnafenske haha kau biar betool ???'), (22762, 2051, 'Plentong, Johor Bahru', '@beehaziz kak uyul rainbow colorful dia sedapps!!! Xsama dgn yg kek purple tu'), (22763, 2445, 'Johor Bahru, Johore', 'Having BJ with @Joon_Yoong @awesomeeINC @Judehollers @Stage_95 @ShinHaosh and jy''s bro http://t.co/e8reQg30'), (22764, 1272, 'Tebrau, Johor Bahru', 'Haus! (@ Tutti Frutti) http://t.co/Q3bTX5v3'), (22765, 1670, 'Johor Bahru, Johore', 'I''m at Frolick http://t.co/6TZbmowv'), (22766, 4272, 'Johor Bahru, Johore', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore) http://t.co/Etsi8A17'), (22767, 1643, 'Johore, Malaysia', '@SupYoEee i do larh (:'), (22768, 4651, 'Johore, Malaysia', '@Nas_Lurv i miss you also sia..... Uh. Aiya idk what to call you trolololol'), (22769, 3846, 'Johor Bahru, Johore', '@loserGC avi?'), (22770, 1850, 'Johor Bahru, Johore', '@ShanmuStrikes aiseyyy (:'), (22771, 2500, 'Plentong, Johor Bahru', 'nenek nk ubat nyamuk boleyyyy,,,hihihihiih'), (22772, 4833, 'Singapore', 'S''pore High Ct to be asked on 30 Mar to decide if PM compelled to call by-elections within certain timeframe. http://t.co/g5YtGZvP #sgconlaw'), (22773, 1384, 'Johor Bahru, Johore', '@acidlacedkisses @tanjken dw to pass my sickness to people.'), (22774, 298, 'Johore, Malaysia', 'Big bang - Lies .'), (22775, 1770, 'Johor Bahru, Johore', '@HAHAHAHALIS ohk'), (22776, 5, 'Johor Bahru, Johore', '@honcheng @echoz how much was it though?'), (22777, 3229, 'Johore, Malaysia', 'I hope it''s nice! Our early 19 months anniversary (: (@ Tony Roma''s) http://t.co/oQhypdJL'), (22778, 3937, 'Tebrau, Johor Bahru', '@balqishhVD betul tu, tp biasa ler cerita indon... berjela jela beratus ratus episod. Tengok jelah eps last ni macam mana.'), (22779, 1850, 'Johor Bahru, Johore', '@Reginezxoxo @WholeLottaBRYAN @rafash_ash lepak my blok tonight .'), (22780, 3414, 'Singapore', 'back at home'), (22781, 2257, 'Riau, Indonesia', 'Having headache now. Wanna go home. :('), (22782, 1497, 'Johor Bahru, Johore', '@Hongyeahh :)'), (22783, 2500, 'Plentong, Johor Bahru', 'oooo,,,wc :) @AizatAbd'), (22784, 3053, 'Johor Bahru, Johore', '@Limqiing Hais. Everyone bian tai de okay? :P'), (22785, 362, 'Johore, Malaysia', '#NowPlaying : Get back by Demi Lovato :)'), (22786, 4777, 'Johor Bahru, Johore', '@Nuraidilah really??nanti raya dtg lah rumah aku buatkan kau special!!hehe'), (22787, 2979, 'Johor Bahru, Johore', 'Got 1k of mails haven''t open. Imfao'), (22788, 40, 'Johor Bahru, Johore', 'Almost two hours of balling with pinoys. Damn shag . At least can play properly cause they know the plays . Play with other people fun sia'), (22789, 2968, 'Johore, Malaysia', 'I''m at Golden Village (Singapore, Singapore) w/ 5 others http://t.co/ApsRpnT9'), (22790, 4651, 'Johore, Malaysia', 'Cb ah monday last two periods with Rosnani sia.'), (22791, 3645, 'Johore, Malaysia', '@Jingkailim nübox. I last sunday forgot go IT Fair after work to buy sia. If not can save 1 meal $.'), (22792, 3846, 'Johor Bahru, Johore', 'Finally done wif home econs'), (22793, 1643, 'Johore, Malaysia', 'Just because i broke the spoon by ACCIDENT and i got a MEGA HUGE scolding. How nice. )'':'), (22794, 4862, 'Kota Tinggi, Johore', 'I''m at Jurong East St 21 (Singapore, Singapore) http://t.co/XiiRXBYZ'), (22795, 4605, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 35 others http://t.co/avfwe9Cl'), (22796, 4321, 'Johore, Malaysia', 'I''m at Starbucks (Singapore, Singapore) http://t.co/UU6YARYz'), (22797, 4860, 'Johor Bahru, Johore', '@NighyWalk yea I trying to adapt in it:('), (22798, 4863, 'Johore, Malaysia', 'GOD saved my life.. Didn''t know my tyres are so badly damaged already.. cannot imagine what will... (at Caltex) [pic] — http://t.co/4oC1rKYx'), (22799, 643, 'Johor Bahru, Johore', '@JonPeh hehe yup! :)'), (22800, 4864, 'Johor Bahru, Johore', 'Four hours nap (Y)'), (22801, 2064, 'Johor Bahru, Johore', '@WolfbassDNivra because you do not wanna invite me!'), (22802, 4865, 'Johor Bahru, Johore', 'Loves it when random coos youth just appear in my dreams'), (22803, 4385, 'Johor Bahru, Johore', 'I''m at MANGO @ Tampines Mall http://t.co/toZwHdxe'), (22804, 3801, 'Johor Bahru, Johore', 'I''m at Clinton''s Crib:) (Singapore, Singapore) http://t.co/URaLd5PC'), (22805, 1599, 'Johore, Malaysia', 'I''m at Bugis Street (Singapore) w/ 14 others http://t.co/WiUQTDEy'), (22806, 1091, 'Johore, Malaysia', 'If you can lie to others,why can''t you lie to me too? Vice-versa.'), (22807, 4860, 'Johor Bahru, Johore', '@angkasacass I ask you for dinner but you said you not free!'), (22808, 2500, 'Plentong, Johor Bahru', 'x baik buruk sangka kat orng :)'), (22809, 1022, 'Kota Tinggi, Johore', '@eleapot hahahaa oo nsan knb??'), (22810, 330, 'Johore, Malaysia', 'Dinnertime:) (at Darren''s Palace) [pic] — http://t.co/Mh8Xhcp9'), (22811, 1589, 'Kota Tinggi, Johore', 'Young , wild , free (:'), (22812, 362, 'Johore, Malaysia', 'Nak carik mataer matlap uh :)'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (22813, 2150, 'Johore, Malaysia', 'Only 7 minutes to get my bubble tea. There must be a downturn. @ KOI Café http://t.co/jZppXFF0'), (22814, 1384, 'Johor Bahru, Johore', '@tanjken @acidlacedkisses when I''m better ok. Hehe.'), (22815, 4866, 'Johore, Malaysia', 'Bluezzz http://t.co/bwF9wnWb'), (22816, 3824, 'Johor Bahru, Johore', '@rachteh free from my office! :)'), (22817, 3434, 'Johore, Malaysia', 'So old still eat kids meal @ Pastamania http://t.co/lWq3HXsr'), (22818, 3140, 'Johor Bahru, Johore', 'I''m at Xy''s House http://t.co/J8ZXOzph'), (22819, 1588, 'Johore, Malaysia', 'I''m at Marina Square (Singapore, Singapore) w/ 5 others http://t.co/l0B5pWS0'), (22820, 4523, 'Johor Bahru, Johore', 'Simplicity is beauty! ;) @ Bus Stop 54261 Ang Mo Kio Stn http://t.co/YVdoKlZ4'), (22821, 4867, 'Johore, Malaysia', 'Buffet is 肥 (@ Parkroyal on Beach Road) http://t.co/PgitqNva'), (22822, 3821, 'Johore, Malaysia', '@weitheling ai seh nice pic'), (22823, 4868, 'Johore, Malaysia', 'john butler trio tonight. .. :)'), (22824, 1632, 'Johore, Malaysia', 'FISH|DUCK|BRINJAL @ Crystal Jade @ Parkway Parade http://t.co/4DH53yJ8'), (22825, 3090, 'Johor Bahru, Johore', '@petrinaheartxcz ya lor, they damn fail sia'), (22826, 4869, 'Johore, Malaysia', 'California pizza kitchen! @ The Coffee Bean &amp; Tea Leaf http://t.co/Z4Zt2M1X'), (22827, 4870, 'Johor Bahru, Johore', 'Otw to visit Aunty and e new life who was brought into this weird world. ;D (@ Inside e cab) http://t.co/rVrX8Tv5'), (22828, 4870, 'Johor Bahru, Johore', 'I just ousted Nurul as the mayor of Inside e cab on @foursquare! http://t.co/VTvCe90z'), (22829, 3, 'Plentong, Johor Bahru', '#KenanganTadika Siapkan kerja cepat-cepat then siapa dh siap boleh balik dulu. sebelum balik kne baca doa!! :)'), (22830, 2227, 'Johor Bahru, Johore', 'Nothing in life is hard. It''s just the person itself making it hard.'), (22831, 3330, 'Johore, Malaysia', 'Celebrating @janeanggg''s bday w @ot6loved @khunnie0729 @popthebottles @krystellizinc_ @Tigger_Promises http://t.co/35q9taeb'), (22832, 4266, 'Johore, Malaysia', 'View from the merlion''s head @ Merlion http://t.co/ytizJxq5'), (22833, 37, 'Johore, Malaysia', 'I think The Civil Wars make beautiful music. I find serenity from their songs.'), (22834, 40, 'Johor Bahru, Johore', 'And I ran like mad . Last time played like this was in primary school tournament. Imagine the droughts I been through for 5 years.'), (22835, 2933, 'Johor Bahru, Johore', 'I''m at my awesome home - hougang ave 8 http://t.co/sbcn8q0F'), (22836, 84, 'Johor Bahru, Johore', '@AngelusChan oh ya you my bf alrdy ahahha Shannen gonna kill me!'), (22837, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa hahaha diary eh? Okay sayang :) .'), (22838, 1384, 'Johor Bahru, Johore', '@acidlacedkisses @tanjken your immune.'), (22839, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh nope im happy'), (22840, 3117, 'Johore, Malaysia', 'I''m at Euro RSCG Singapore (Singapore, Singapore) w/ 2 others http://t.co/h18qiXPK'), (22841, 4871, 'Johore, Malaysia', 'Famished! @ Kampong Glam Cafe http://t.co/Xn1UJial'), (22842, 4872, 'Kota Tinggi, Johore', 'Party time! :D @be_happyhoney @j_t_gumban @iamryan2316 (@ KFC) http://t.co/H0b48PmF'), (22843, 3749, 'Plentong, Johor Bahru', 'I''m at iShop Mobile Accessories KSL City (Johor Bahru, Johor) http://t.co/iev2fbO2'), (22844, 4777, 'Johor Bahru, Johore', 'Had a great massage session today @ Cik Rus''s plc.Hopefully baby grows big &amp; healthy.'), (22845, 555, 'Johor Bahru, Johore', 'Why am i like that?:('), (22846, 1497, 'Johor Bahru, Johore', '#peopleiwanttomeet LEE MINHO LEE MINHO LEE MINHO'), (22847, 2074, 'Singapore', '@franfizzle @illicitflesh WHY NO ONE TELL ME'), (22848, 4622, 'Plentong, Johor Bahru', '@YDiyanaa ==bank kamu xada duit?'), (22849, 4048, 'Johore, Malaysia', 'Mak ai bago nyerh dini, mana boleh jadi ni!'), (22850, 362, 'Johore, Malaysia', 'People always say my musics too loud .'), (22851, 4864, 'Johor Bahru, Johore', '@zheng_weilun @jiahong97 @debtornickson97 where your playing ?'), (22852, 5, 'Johor Bahru, Johore', '@echoz @honcheng wow! Hmmmmp. Guess I won''t be getting it.'), (22853, 4873, 'Riau, Indonesia', '@JonasShopIndo sis baju jonas yang hitam masih ada ? sama jamnya 1D ?'), (22854, 362, 'Johore, Malaysia', 'Sorry for party rocking !'), (22855, 1497, 'Johor Bahru, Johore', 'Chey who want to miss you :b'), (22856, 1097, 'Plentong, Johor Bahru', '@Missyaya93 wawwww masok ayor....x pernah rase lg..ok ape skali skale an an an..hahaha'), (22857, 3634, 'Johor Bahru, Johore', 'i don''t blame anyone for what happened between us, i blame you for breaking my heart. &lt;/3'), (22858, 632, 'Plentong, Johor Bahru', 'Aku tengah lapar+pening. Nak cari pasal tolong lah nanti k. Please'), (22859, 40, 'Johor Bahru, Johore', 'Shuang sia . Keep bunny hop LOL and jumpshot. Fade away cmi . :('), (22860, 4874, 'Johor Bahru, Johore', 'Ides of March'), (22861, 1390, 'Johor Bahru, Johore', '@Blue_blu_sky I also dk i am bored.'), (22862, 191, 'Singapore', 'Dont feel like collecting the movie tickets ...'), (22863, 2061, 'Johore, Malaysia', 'I hate it when people breathe into the phone. It''s super disgusting.'), (22864, 4718, 'Johore, Malaysia', '@jinkoi_ @sherilyn_tan haha lol. Next time bring u guys'), (22865, 4616, 'Johore, Malaysia', '@ChangHong_Hoo LOL yupppppp so funny :P'), (22866, 533, 'Johore, Malaysia', 'Riding time @ East Coast Park http://t.co/j1i9FtGC'), (22867, 2746, 'Johore, Malaysia', '@ScarlettKaylene me :D'), (22868, 715, 'Johore, Malaysia', 'I''m at Advance Apartment http://t.co/KJ0wrDEG'), (22869, 3750, 'Johore, Malaysia', 'Woohoo. jail broken my ipad 2 !'), (22870, 4875, 'Johor Bahru, Johore', '@semirarakid @_jeremyroy there''s also a bikshop in Chinatown, italian mayari, nice guy. May isa naman sa River Valley, puro Giant bikes.'), (22871, 3358, 'Johore, Malaysia', 'Before you start blaming everyone else, take a good long look at yourself. I''m no saint, neither are you.'), (22872, 4876, 'Johor Bahru, Johore', '#SomePeopleNeedTo stop being so shameless and take a look at the mirror.'), (22873, 1643, 'Johore, Malaysia', 'The fucking medicine is making my stomach hurt.'), (22874, 2500, 'Plentong, Johor Bahru', 'romintik nyeww kak @EiraSyaziraS ngn hubby dia,,,,semogaaaa berkekalan hingga ke akhir hayattttt,,,,,,aminnnnnnn :))))'), (22875, 556, 'Malaysia', '@PlobJai อยากจะหยุดพักใจ พอแล้วไม่อยากจะรักใคร ~ (เพลงนี้ปะ?-0-)'), (22876, 4875, 'Johor Bahru, Johore', '@semirarakid @_jeremyroy bili ka na bike!! Sa sunday, brick training na!'), (22877, 2554, 'Johor Bahru, Johore', 'Sometimes it last in love but sometimes it hurts instead ,'), (22878, 2952, 'Johor Bahru, Johore', 'Why?'), (22879, 123, 'Johor Bahru, Johore', '@karinelinn Eh can come what app me need talk to you something'), (22880, 4651, 'Johore, Malaysia', 'Eh boy, your username so gay sia hahahahahahahaahahahahhahah'), (22881, 4877, 'Malaysia', 'มาหา กุ้ง หอย ปู ปลา (at ตลาดหาดใหญ่ใน) — http://t.co/hmF3UShc'), (22882, 4878, 'Tebrau, Johor Bahru', 'dinner time mcD @'), (22883, 2746, 'Johore, Malaysia', 'Finally done with my podcast.'), (22884, 1390, 'Johor Bahru, Johore', 'Zhuang Ming is 2/4''s leader. He has gain the most respect. Following up is Permas.'), (22885, 2064, 'Johor Bahru, Johore', '&lt;3 http://t.co/EgxCUJlU'), (22886, 2952, 'Johor Bahru, Johore', 'Sad Life :('), (22887, 2664, 'Plentong, Johor Bahru', 'tego la aku, tego la :D'), (22888, 4879, 'Johore, Malaysia', 'the taste brings back a childhood memory @ Pullman Bakery http://t.co/AdI0ayBW'), (22889, 2074, 'Singapore', '@illicitflesh @franfizzle YES IT DOES YES IT DOES :D ok time to tell and follow'), (22890, 3879, 'Johore, Malaysia', 'The bus is taking an eternity...the driver sux...'), (22891, 3025, 'Johor Bahru, Johore', 'No one likes You'), (22892, 931, 'Johor Bahru, Johore', '@Shermainezxc @kohkohcrunchhh shawn always funny ah like his face'), (22893, 575, 'Plentong, Johor Bahru', '@IlyanaLoliey Thankss :)'), (22894, 2979, 'Johor Bahru, Johore', 'My phone keep having mails every 2 mins. Which guy spamming sia.'), (22895, 2139, 'Johore, Malaysia', '@Fazlyn_ Heeeeey. (;'), (22896, 135, 'Johor Bahru, Johore', 'I feel miserable without you'), (22897, 2205, 'Johore, Malaysia', 'penat.'), (22898, 3875, 'Johor Bahru, Johore', '@shanealv bro why cant i get through u??'), (22899, 54, 'Johore, Malaysia', '@ImmaSimple_Girl anyway, tomorrow not going out with you already'), (22900, 4875, 'Johor Bahru, Johore', '@iamonboycott you''re flying to Oslo?! How cool is that?!!?'), (22901, 4880, 'Johor Bahru, Johore', '#sunset @ Blk 513 Choa Chu Kang St 51 http://t.co/KBfz35id'), (22902, 2415, 'Malaysia', '@Ry_Patchanit คอนพี่เรืองหมดหวังตั้งนานแล้ว ไปไม่ได้แล้ว ^^'), (22903, 2188, 'Johor Bahru, Johore', '@b2utyinspiritkm what -____-'), (22904, 2500, 'Plentong, Johor Bahru', 'lolllllll ayt dia menyentuhhhhhhh'), (22905, 778, 'Johor Bahru, Johore', 'I''m at Lorong Chuan MRT Station (CC14) (Singapore, Singapore) http://t.co/tbqyYiJC'), (22906, 2119, 'Johore, Malaysia', 'alaaaa...xde sambal belacan.. :('), (22907, 967, 'Kota Tinggi, Johore', 'Cintaku lebih besar dari cinta''y.. Mesti''y kau sadari itu.. Bukan dia, bukan dia.. Tapiiiii akuuuuuuuu... #nyenyonk http://t.co/q9P8ZOoW'), (22908, 3937, 'Tebrau, Johor Bahru', '@balqishhVD lahh ending dia macam tu pulak .__. haha'), (22909, 1850, 'Johor Bahru, Johore', '#PeopleIWantToMeet is those people who wants to meet people that like people who like those kind of people like me .'), (22910, 1903, 'Johore, Malaysia', '@IVIicroseiei who?'), (22911, 4827, 'Johore, Malaysia', 'No matter how open the person says he/she is, there will always a time that they wanted to be alone.'), (22912, 1194, 'Singapore', 'crap tomorrow cca 1 pm -.- to 5,30 woah #fml'), (22913, 37, 'Johore, Malaysia', '@Laineesays hee, no biggie xx'), (22914, 54, 'Johore, Malaysia', '@_Jesusbeloved other than you lah(; seriously fuck my whole life maaan!!!'), (22915, 3824, 'Johor Bahru, Johore', '@rachteh u think buffet ah! Hahha! My colleague give then I take only.'), (22916, 4727, 'Johore, Malaysia', 'I''m at Rajah Inn Restaurant (Singapore, Singapore) http://t.co/DG0fcuU2'), (22917, 2300, 'Johor Bahru, Johore', 'DEVDAS on Zee Cinema now! Dah lama tk tgk! Gonna concentrate! Great cast- Shah Rukh Khai, Aishwayra Rai &amp; Mahdhuri Dixit!'), (22918, 4651, 'Johore, Malaysia', 'Lol all the stress is coming back to me. I want to stay in malaysia.'), (22919, 440, 'Johor Bahru, Johore', '@doubleyouuem LOL. I tot u gonna say dream on or something liddat. (Y) woo~'), (22920, 4048, 'Johore, Malaysia', 'Malam ni amat sejuk, bilekah saya akan membuat tajuk?'), (22921, 1834, 'Johor Bahru, Johore', 'I''m at Presbyterian High School (Singapore) http://t.co/PLauAFT8'), (22922, 931, 'Johor Bahru, Johore', 'maybe nt goin tmr'), (22923, 4881, 'Malaysia', '@Mocca_cf คิดถึงยิ่งกว่า เเบร่ๆ'), (22924, 4882, 'Johore, Malaysia', 'I''m at Fukumaru Fish Market [pic]: http://t.co/ldCuD3Jk'), (22925, 4615, 'Johore, Malaysia', 'I''m at Block 106 Aljunied Crescent (Geylang, Singapore) http://t.co/64oqn9sD'), (22926, 916, 'Singapore', '@iamtachie wahahaha POKER FACE!!! LOL &gt;:D ang adik tlgah wahahahahaha =___= hahaha tawa ako ng tawa ngaun xDD LOL'), (22927, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN nope. Tmr not supposed to have trng'), (22928, 2139, 'Johore, Malaysia', 'I hate when people private their profile. You can follow me but I can''t follow back. The hell.'), (22929, 1643, 'Johore, Malaysia', 'It wasn''t on purpose to break the spoon okay. You think i want it to break? No.'), (22930, 362, 'Johore, Malaysia', 'Later I play draw something at work lah . Now I cold :S'), (22931, 362, 'Johore, Malaysia', 'Kenyang plak aku .'), (22932, 1194, 'Singapore', '@msimpletontvk SL/prefect? :D'), (22933, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa ohhhh . You still haven''t bathe uh ? Hahah'), (22934, 4859, 'Johor Bahru, Johore', 'Going to pray after eating my BBQ chicken patties with rice and macdonald''s curry sauce ;('), (22935, 1065, 'Johor Bahru, Johore', 'Don''t be a Kid'), (22936, 2746, 'Johore, Malaysia', '@Kesterkjw MeiMei come tmr leh ^^?'), (22937, 1194, 'Singapore', '@msimpletontvk grats! ;3'), (22938, 1782, 'Johor Bahru, Johore', 'Having dinner;)'), (22939, 3, 'Plentong, Johor Bahru', 'nikmatnyaaa tdo petangggg Arh selamat petang semua :D *dah gelap dah :('), (22940, 2813, 'Johor Bahru, Johore', 'I''m at 682B Woodlands Drive 62 http://t.co/4P051vnq'), (22941, 406, 'Johor Bahru, Johore', '@realadiesman217 suruh your kekasih gelap tu dance with u! ^^'), (22942, 4115, 'Johore, Malaysia', '@godfreycua @inahbdeguzman nevermind! Mstress lang tyo s knya hehe!'), (22943, 2979, 'Johor Bahru, Johore', 'Maybe i am wrong. Choose you is my Mistake.'), (22944, 2952, 'Johor Bahru, Johore', 'Bye. Wanna eat... AGAIN.'), (22945, 3740, 'Johor Bahru, Johore', 'I''m at Woodlands Blk 540 Playground http://t.co/eaUfi8LV'), (22946, 3896, 'Johore, Malaysia', '@Jikunnnnn you wanna die arh?'), (22947, 2975, 'Johor Bahru, Johore', 'D&amp;D ! (@ Singapore Island Country Club) http://t.co/XUrirZDW'), (22948, 1903, 'Johore, Malaysia', '“@LICIA_sxy: Played Audi with @YunJaennie @Jonielogy @GuokanggYang and @VALENCIAAAA_ :DD” you know how play meh? O_O'), (22949, 2074, 'Singapore', '@franfizzle @illicitflesh funneh eh ok'), (22950, 1194, 'Singapore', 'wth....the sec 1 grps -_- #fail'), (22951, 84, 'Johor Bahru, Johore', '@Jae_Jerome no la I do nice where will blame you?'), (22952, 1769, 'Johor Bahru, Johore', 'Looking winter time shop (@ Tampines Mall w/ @ndrewthebeauty) http://t.co/pGQq74m6'), (22953, 2119, 'Johore, Malaysia', 'mesti makcik tu lupe..sos pon xde..xpe2...x baek complaint2..kne bersyukur dengan apa yang ade :)'), (22954, 4883, 'Johore, Malaysia', 'Lesson learned - no more astons during stomach flu. :(('), (22955, 4651, 'Johore, Malaysia', '@Nas_Lurv hahahahaha okay sure!!!! CHICKEN NUT BREADDDD'), (22956, 2952, 'Johor Bahru, Johore', 'K can...'), (22957, 3896, 'Johore, Malaysia', '@Jikunnnnn then I must be a fucking good friend always scold you'), (22958, 1250, 'Kota Tinggi, Johore', '“@iamxtelmae: Ako na napagalitan :| BV!” ---why nene?'), (22959, 1659, 'Malaysia', 'I''m at my room Tacki (''-'') (Samnak Taeo, Songkhla) http://t.co/apdM98Pe'), (22960, 3740, 'Johor Bahru, Johore', 'I''m at Blk 539, Woodlands Drive 16 http://t.co/n3NSKiiK'), (22961, 2393, 'Johor Bahru, Johore', '@shanjingg @zhirennn hahaha you still can laugh! He told me abt it alr. That noob! Steal all the money from him!!'), (22962, 3067, 'Johor Bahru, Johore', 'I''m at Bishan Community Library (Singapore) w/ 2 others http://t.co/JWi4rxTx'), (22963, 4884, 'Johore, Malaysia', 'I''m at O''Divino Gelato http://t.co/r5IeDJyg'), (22964, 4885, 'Johore, Malaysia', 'I''m at Khai''s Crib (Singapore) http://t.co/5nxgpV00'), (22965, 1194, 'Singapore', 'so despo one some of them. find real lvoe can or not , there also not dating website.'), (22966, 2979, 'Johor Bahru, Johore', 'You can''t admit it.'), (22967, 34, 'Johor Bahru, Johore', '@nehnehpoopoo woodland:)'), (22968, 399, 'Johor Bahru, Johore', 'No matter what they say, don’t ever change who you are.'), (22969, 1194, 'Singapore', '@msimpletontvk JIAYOU!'), (22970, 2957, 'Johore, Malaysia', 'If only things now could be exactly the same as the day we met.'), (22971, 2500, 'Plentong, Johor Bahru', 'aq cukew tengok kwn-kwn aq happyyy,,,boley aq tumpang cikitttt,,walauponnn dlm kple aq ada problm bsrrrrr,,,:""""")'), (22972, 4651, 'Johore, Malaysia', '@Nas_Lurv whoooooo. Hahahaha text me the name!!!'), (22973, 3307, 'Johore, Malaysia', '@xxLastAngelxx You got play? D:'), (22974, 4886, 'Malaysia', 'jam segini masih dikantor ...'), (22975, 903, 'Kota Tinggi, Johore', 'Finally I''m reaching home!! Yes ar!'), (22976, 1828, 'Johor Bahru, Johore', 'I''m at Q&amp;M Dental Group http://t.co/YbBFWev6'), (22977, 1841, 'Johor Bahru, Johore', 'Breathing technique, mindset, proper training, open out your legs.'), (22978, 1005, 'Johor Bahru, Johore', '[delayed] (@ My Warm Lovely Home) http://t.co/XF7H32Zn'), (22979, 1850, 'Johor Bahru, Johore', '@Reginezxoxo @rafash_ash lepak blok aku tgk aku main takraw lps tu tgk aku naik krete pegi malaysia lps tu tgk lah mane korg nk pegi plk .'), (22980, 4887, 'Johor Bahru, Johore', 'Dinner with @FangReHan, @chesterthen and @ArjunKareti (@ Pastamania) http://t.co/9PIhQyjR'), (22981, 1265, 'Johor Bahru, Johore', '@JustinnnnO tmr you got school ?'), (22982, 362, 'Johore, Malaysia', 'Look at the star , Look how they shine for you .'), (22983, 4048, 'Johore, Malaysia', 'Syafiqah takde panton kerh, atau layankan saka.. haha.. no offence..'), (22984, 4888, 'Johor Bahru, Johore', 'Talent night!!!! ☺♥♥♥ (@ Zhenghua Primary School) http://t.co/zcTETQA2'), (22985, 1384, 'Johor Bahru, Johore', '@tanjken @acidlacedkisses ken no need to measure. I know. You know. Ken Liao. Hehe'), (22986, 2504, 'Kota Tinggi, Johore', 'You know what I''m capable of , is just the matter of time.'), (22987, 4889, 'Johore, Malaysia', '@OnlyNoah Go eat go eat :P'), (22988, 4890, 'Plentong, Johor Bahru', '@ai_manz apxb'), (22989, 3301, 'Johor Bahru, Johore', 'I told myself not to cry , but I can''t help it ...'), (22990, 2979, 'Johor Bahru, Johore', 'Thanks for your verything, Maybe i don''t deserve it.'), (22991, 4891, 'Johor Bahru, Johore', '13 years ago.. Today..much has changed..'), (22992, 1250, 'Johor Bahru, Johore', '“@iamxtelmae: i miss papa.badly :|” ---sino ba hindi? pray for him always...'), (22993, 5, 'Johor Bahru, Johore', '@mugunthkumar I think GUI is fine and they are getting better at illustrating in git context. I saw myself going back to CLI these days.'), (22994, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh @shermainezxc hah tell him change to tootface'), (22995, 1820, 'Johore, Malaysia', 'Woot ! yeayy ! yeayy ! packing packing ! ready for KL :D o yeayy ! excited nak jumpa #SMASH :D heheww ;p'), (22996, 3879, 'Johore, Malaysia', 'Weirdly good day. I get accepted somewhere, i get to talk to em, i get to watch a movie. Guess i made the right call.'), (22997, 4612, 'Malaysia', 'I''m at B2S (บีทูเอส) (Hat Yai, Songkhla) http://t.co/xXbRzX5u'), (22998, 2952, 'Johor Bahru, Johore', 'Feeling like don''t want to do the homework.'), (22999, 583, 'Johore, Malaysia', 'Sex (@ 1벅2일 (1Night 2Day) Korean BBQ w/ 2 others) http://t.co/PMwVnWDG'), (23000, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN @jinkoi_ haha if u all willing to come all the way to the east then ya it''s fine by me'), (23001, 2746, 'Johore, Malaysia', 'Fking evil sia . RT @Kesterkjw @ScarlettKaylene Then you jog lor. Play catching with them. See you faster or their bike faster. LOL.'), (23002, 4892, 'Johore, Malaysia', 'I''m at Bedok ClubFITT Gym (Singapore, Singapore) http://t.co/DzsSRdDo'), (23003, 4786, 'Johor Bahru, Johore', '@huiyichua thank you! :)'), (23004, 1194, 'Singapore', '@msimpletontvk awesome ! :DD'), (23005, 3431, 'Johor Bahru, Johore', 'I''m at Forever Young''s Paradise ♥ http://t.co/OKb29BVD'), (23006, 915, 'Johore, Malaysia', '@alexgozum hahaha! ganyan nga sila... hahahah!'), (23007, 4893, 'Johor Bahru, Johore', 'I''m at Blk 101 Yishun Avenue 5 (Yishun, Singapore) http://t.co/SdHG2gwA'), (23008, 915, 'Johore, Malaysia', '@JrKomikero so ano ang hatol? hehehe!'), (23009, 1903, 'Johore, Malaysia', '@LICIA_sxy I only can play until around 110bpm LOL. Im not a keyboard warrior LOL.'), (23010, 4894, 'Johor Bahru, Johore', 'At Nakhon Kitchen — http://t.co/5MpjGr13'), (23011, 415, 'Johor Bahru, Johore', '@CalebCarrot I need towel ah'), (23012, 4895, 'Johor Bahru, Johore', ':) @ Othman''s http://t.co/2svZpkmg'), (23013, 298, 'Johore, Malaysia', '@xXiao_Pangx YEAH MAN ! ^_^ i think alot of people forgot about this song le . :('), (23014, 3, 'Plentong, Johor Bahru', 'wanginyaaaaa bau saya *muntah*'), (23015, 4896, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 4 others http://t.co/1MJ2jE9x'), (23016, 1194, 'Singapore', 'shoots forgot to take pic with u&gt;:('), (23017, 556, 'Malaysia', '@Panitsupa_nw ^____________^'), (23018, 2500, 'Plentong, Johor Bahru', 'aq cukewww tengok orang dlmmm twitter niew happyyyyy,,,'), (23019, 1850, 'Johor Bahru, Johore', '@rynnafenske haha aku pn tatau . K pape meet kt basketball court sane . Byr . (:'), (23020, 4718, 'Johore, Malaysia', '@jinkoi_ @sherilyn_tan haha lol fail directions by me XD'), (23021, 399, 'Johor Bahru, Johore', 'I don’t like it when people talk like they know me so well.'), (23022, 3740, 'Johor Bahru, Johore', 'I''m at 538 Woodlands Drive 16 http://t.co/yC9bOUv9'), (23023, 4897, 'Johor Bahru, Johore', 'Suddenly craving for Wendy''s ;) @ Wendy''s @ GV Yishun http://t.co/ewFex1GM'), (23024, 1080, 'Johore, Malaysia', 'Uitzicht vanaf de kamer (@ Hotel Miramar 15th Floor Singapore) [pic]: http://t.co/HPH91RYE'), (23025, 81, 'Johor Bahru, Johore', 'Do not understand potato or potatoes'), (23026, 1194, 'Singapore', '@msimpletontvk :DD SPAZZ. XD the world must love kpop ;3 &lt;3'), (23027, 4898, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 24 others http://t.co/yyIuATiu'), (23028, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN dunno if he wan to play or not'), (23029, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh triple confirm'), (23030, 4899, 'Malaysia', 'I''m at my crib (berakas kem :3) http://t.co/7gMVWCt9'), (23031, 4827, 'Johore, Malaysia', 'Sometimes being alone makes me think clearly and create solution for problems easily.'), (23032, 4900, 'Malaysia', 'I''m at Oishi Ramen (โออิชิ ราเมน) (Hat Yai, Songkhla) http://t.co/PqBk2KyC'), (23033, 3025, 'Johor Bahru, Johore', 'Maths is just too ''amazing'''), (23034, 2500, 'Plentong, Johor Bahru', '#np kakak aq dh balikkk'), (23035, 1264, 'Johore, Malaysia', 'RT @Vantsoul: After physical bonding :D movie ! XD'), (23036, 4477, 'Johore, Malaysia', 'Craving for macs!'), (23037, 4901, 'Johore, Malaysia', 'Free or paid? RT @g33kwannabe: ooh just discovered HelloFax to sign and send documents online. nice! https://t.co/kuNpruaD'), (23038, 4902, 'Johor Bahru, Johore', 'Watching "the lorax" with my family!!:D (@ NEX Shaw Theatres) http://t.co/9Ble80op'), (23039, 740, 'Johor Bahru, Johore', 'ku sedar siapa diriku ini .. RT“@tweetlipxz: @ForeverChronic You annoying prick -_- hahaha k fake”'), (23040, 5, 'Johor Bahru, Johore', '@echoz @honcheng can''t justify the cost at 80 90. More than aperture. And it have quite little use case as for now.'), (23041, 2276, 'Pulai, Johor Bahru', '@junesap, i need ur help'), (23042, 4615, 'Johore, Malaysia', 'I''m at Grandma House Blk 106 http://t.co/LcNkAUuh'), (23043, 2670, 'Johor Bahru, Johore', 'I''m at Singapore Sports School (Singapore, Singapore) w/ 5 others http://t.co/dcKvh8VN'), (23044, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh angry for what????good what'), (23045, 4903, 'Johore, Malaysia', 'I''m at Todai (Singapore) http://t.co/SZMilTxo'), (23046, 1824, 'Riau, Indonesia', 'I''m at Tanjong Beach Club (Sentosa Island, Singapore) w/ 2 others http://t.co/EOq66pku'), (23047, 362, 'Johore, Malaysia', '@19fadilah95 Okay nanty I''ll play :)'), (23048, 4900, 'Malaysia', 'I''m at Shabushi (ชาบูชิ) (Hat Yai, Songkhla) http://t.co/KizyWYyU'), (23049, 3307, 'Johore, Malaysia', 'GunZ violent?'), (23050, 632, 'Plentong, Johor Bahru', 'So just now we got the chance to touch the condom. Flavour: strawberry @ShafinazIzhar http://t.co/ZL10oVot'), (23051, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: I want a time machine &amp; make time goes back to the day when we met.”'), (23052, 3005, 'Johore, Malaysia', 'dinner with Ken. I''m dangerously tired. (@ Bushra Cafe) http://t.co/5DjRN56v'), (23053, 4904, 'Johore, Malaysia', '報告書作成中。背中がカユイのだが、手が届かない。イライラ... (@ The Coffee Bean &amp; Tea Leaf) http://t.co/q6n7Yo4B'), (23054, 4475, 'Johore, Malaysia', 'Sunset!^^ (with @Cursedetragedy at Suntec Tower) [pic] — http://t.co/2Db6fbIu'), (23055, 1326, 'Johore, Malaysia', 'I''m at Bus Stop 05013 (People''s Park Complex) (Singapore) http://t.co/iT7YUFLs'), (23056, 931, 'Johor Bahru, Johore', '@MansoorAdabi bapak aku Rahimi'), (23057, 2979, 'Johor Bahru, Johore', 'You look pretty today.'), (23058, 1005, 'Johor Bahru, Johore', 'Finish bathing (@ kitchen bathroom) http://t.co/H2KJYcaA'), (23059, 591, 'Johore, Malaysia', 'Steamboaaaaaaat! (@ 天天火锅 w/ @emo_songs_94) http://t.co/3Ijul6V9'), (23060, 4083, 'Malaysia', '@Newziimnz อิอิ จ้าาา / แม่เด้กดี ;D'), (23061, 4895, 'Johor Bahru, Johore', '@nurulida adek dpt perfume :) @ Othman''s http://t.co/26Jj0CxJ'), (23062, 2227, 'Johor Bahru, Johore', '@al_Mahbubaah sentiasa ada! :D'), (23063, 1109, 'Johor Bahru, Johore', '#Noweating my dinner. (:'), (23064, 3646, 'Johore, Malaysia', 'Haha (@ SMRT Buses: Bus 67) http://t.co/QOElwKYS'), (23065, 1589, 'Kota Tinggi, Johore', 'Tweet all day long (:'), (23066, 4718, 'Johore, Malaysia', '#nowplaying Start of Something Good - DAUGHTRY'), (23067, 362, 'Johore, Malaysia', 'Hair longer and thicker . :3'), (23068, 4622, 'Plentong, Johor Bahru', '@YDiyanaa ==kamu bayar dulu lar'), (23069, 881, 'Tebrau, Johor Bahru', 'I f*cking hate to be perfunctory when I''m good to talk with u.'), (23070, 1673, 'Johor Bahru, Johore', 'I''m at Carpark A11 Blk 224/225 http://t.co/v6s1gLjr'), (23071, 1850, 'Johor Bahru, Johore', '@rafash_ash @Reginezxoxo k jumpe kau kt pasar malam ... kt malaysia ...'), (23072, 1268, 'Johor Bahru, Johore', '@GLuozhixiangSY IDK got SJ featured inside though! You bought???'), (23073, 2979, 'Johor Bahru, Johore', 'Maybe that the last time i talking abt you.'), (23074, 394, 'Johore, Malaysia', 'Stress till max!'), (23075, 576, 'Johore, Malaysia', '@JoshuaJaySimon woah! After ages you finally tweeted!'), (23076, 4905, 'Johore, Malaysia', '@CatherineSpears hehe thxx http://t.co/uHXbHL85'), (23077, 2598, 'Pulai, Johor Bahru', 'I''m at Haz Towers (Johor Bahru, Johor) http://t.co/NvXcHGyX'), (23078, 3792, 'Johor Bahru, Johore', '@Boi_Elastico tapi aku pakai cheats so takde lah??'), (23079, 3358, 'Johore, Malaysia', 'Whatever happened to "no matter what.."'), (23080, 4906, 'Singapore', '@Louis_Tomlinson &lt;3 U...#1DCOMETOSPORE'), (23081, 931, 'Johor Bahru, Johore', '@MansoorAdabi lu gila ka lu sewel???'), (23082, 4907, 'Johor Bahru, Johore', 'Meeting up with the dudes for dinner!'), (23083, 362, 'Johore, Malaysia', 'Bye bye .'), (23084, 4896, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall w/ @nat_abitsiao http://t.co/sUabIX66'), (23085, 415, 'Johor Bahru, Johore', '@CalebCarrot next time'), (23086, 4823, 'Johore, Malaysia', '@nizammansor ok buat ustaz boleh. Zzzzz'), (23087, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN u tell him la'), (23088, 4537, 'Johore, Malaysia', 'I''m at Nanyang Academy Of Fine Arts Campus 3 http://t.co/yDfWOanq'), (23089, 632, 'Tebrau, Johor Bahru', '@hdyhsbri LOL cikgu kasi! Haha'), (23090, 54, 'Johore, Malaysia', '@_Jesusbeloved fucking angry lah-.- but nehmind, i love you an already (: damn angry with 3 people now!!!'), (23091, 2500, 'Plentong, Johor Bahru', '#KenanganTadika semua gigi kwn-kwn aq #RONGAK termasuk aq,,,ihihihihihiihih *maluuu*'), (23092, 54, 'Johore, Malaysia', '@ImmaSimple_Girl k.'), (23093, 350, 'Johore, Malaysia', 'I''m at Boys'' Brigade Campus (HQ) (Singapore, SG) http://t.co/0QXf2RkF'), (23094, 659, 'Johor Bahru, Johore', 'Zai Ming is one hell of a dribbler.'), (23095, 4616, 'Johore, Malaysia', '@ChangHong_Hoo Dunno :PPPPP'), (23096, 4908, 'Johore, Malaysia', 'Welcome Junior Jasoria !! (@ Kandang Kerbau (KK) Women''s &amp; Children''s Hospital w/ @ashishsidapara) http://t.co/tKP6hbI4'), (23097, 2972, 'Johore, Malaysia', 'Naguiguilty ako nabastos ko ata isa customer namn dahil sa sobrang stress. Hayzt!!! Sana naiintindihan nya kung bakit ko cya nasigawan. :(('), (23098, 4909, 'Singapore', '@JINYOUNGSWIFEY nathhhh ;D'), (23099, 4905, 'Johore, Malaysia', 'Wkwkwk gk ampe gelandangan juga penn hehe thxxRT @feniciaa: Have fun bro @joshuajece @ryan_aristo (cont) http://t.co/iuva8f5m'), (23100, 1069, 'Johor Bahru, Johore', '@rohanitarohin water taxi? Ferry yo'), (23101, 3358, 'Johore, Malaysia', '@JerryT9 dafuq jerjer.'), (23102, 54, 'Johore, Malaysia', 'Tomorrow gonna be damn awesome @cheryippy'), (23103, 2664, 'Plentong, Johor Bahru', '@edlinayn haha, anjat boboi xD'), (23104, 3740, 'Johor Bahru, Johore', 'I''m at Living Room http://t.co/33ERbvoa'), (23105, 3937, 'Tebrau, Johor Bahru', '5 hours of uploading .___. http://t.co/F7vQvKnQ'), (23106, 2746, 'Johore, Malaysia', '@ScarlettKaylene @kesterkjw where we meet? 0-0'), (23107, 4906, 'Singapore', '@Louis_Tomlinson &lt;3 U #1DCOMETOSPORE'), (23108, 4108, 'Johore, Malaysia', '@Dcal - you are the first. =x =)'), (23109, 3122, 'Johore, Malaysia', 'Gosh. You''re so annoying -_-'), (23110, 1903, 'Johore, Malaysia', '@LICIA_sxy hahah set ah! I go home install Audi again ~ &lt;:'), (23111, 1250, 'Johor Bahru, Johore', '“@iamxtelmae: @quesarrasera secret :)”---talk to you'), (23112, 2830, 'Johore, Malaysia', '@_LeeYana ouhh , okayy! ;)'), (23113, 4905, 'Johore, Malaysia', '@nikkenonee thxx nikee http://t.co/CcCrrUTu'), (23114, 4094, 'Singapore', 'just finished cooking pork steak for dinner!! yum yum!!'), (23115, 2005, 'Johore, Malaysia', '@SASHAASUHAILAH u going tak class bbq tmrrw'), (23116, 4910, 'Johor Bahru, Johore', 'No!!!! Doom''s day is Tmr :(( but, no need go foot drill :D'), (23117, 2979, 'Johor Bahru, Johore', 'No use. That''s the last time i talk to you.'), (23118, 262, 'Johore, Malaysia', '@kellylilin Wai so sad. Waaaiiiiiiii?'), (23119, 2415, 'Malaysia', 'เพลีย - -'), (23120, 2432, 'Johor Bahru, Johore', 'Tmr last day shok ! 3 wks of holiday do wad!? Slp at home and do project =.='), (23121, 2500, 'Plentong, Johor Bahru', 'hati-hati yewwwww @abilsuhaimi :)'), (23122, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN @jinkoi_ im smart'), (23123, 2587, 'Johor Bahru, Johore', 'woosh mission complete!!!!!!!!!'), (23124, 3733, 'Kota Tinggi, Johore', 'Lunch, dinner! (@ Pizza Hut) http://t.co/NWaWmA6C'), (23125, 1097, 'Plentong, Johor Bahru', '@Missyaya93 hehe da nk maghrib da ni..gi la mandi ye...pas 2 gi solat...'), (23126, 1770, 'Johor Bahru, Johore', 'bus 187 bnyk orang'), (23127, 4911, 'Johore, Malaysia', 'I''m at United Square (Singapore, Singapore) w/ 4 others http://t.co/GmofpSFq'), (23128, 4827, 'Johore, Malaysia', 'I may know a person only for 5 minutes but the stories that we shared are like years we''ve met.'), (23129, 4703, 'Johore, Malaysia', 'Berry mint #beer #sgig @ TCC @ Seah Street http://t.co/Kh3lnROy'), (23130, 1589, 'Kota Tinggi, Johore', 'That awkward moment when you are waiting for a text but when actually you''re the one that didn''t reply ._.'), (23131, 4912, 'Johore, Malaysia', 'Just posted a photo @ East Coast Park http://t.co/IZDYhqh7'), (23132, 2554, 'Johor Bahru, Johore', 'Dinner ,'), (23133, 259, 'Senai Kulai, Kulai Jaya', 'Mengatuknye...'), (23134, 4913, 'Plentong, Johor Bahru', 'Dinner was satisfying~'), (23135, 519, 'Johore, Malaysia', '@BiteMyLeftFoot my result like shit! Yours?'), (23136, 812, 'Senai Kulai, Kulai Jaya', 'RT @idillionaire: RT @RealMillieMillz: I blame MOVIES 4 my high expectations in RELATIONSHIPS. #IDoIt'), (23137, 4914, 'Johor Bahru, Johore', 'After dinner snack @ Bakerzin @ northpoint http://t.co/sfdSquA8'), (23138, 4540, 'Singapore', 'Zzz wrong choice. Should have gone to library or something.'), (23139, 2767, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/RnuX4Xqx'), (23140, 2873, 'Johore, Malaysia', 'I''m at Tanglin Mall (Singapore, Singapore) w/ 2 others http://t.co/AhjicBQO'), (23141, 3896, 'Johore, Malaysia', 'Being the middle man sucks'), (23142, 818, 'Johor Bahru, Johore', '..3 of my 4 girls making their Mini CupCakes.. http://t.co/yOU9mWgQ'), (23143, 1194, 'Singapore', '#nowplaying I''ll be there. &lt;3'), (23144, 4915, 'Johor Bahru, Johore', 'Nights out! (@ Lot One Shoppers'' Mall w/ 22 others) http://t.co/jezwo7YS'), (23145, 2715, 'Riau, Indonesia', 'saatNya plg kekos2an'), (23146, 4264, 'Johore, Malaysia', 'I''m at Robinsons (Singapore, Singapore) http://t.co/DBQHFZup'), (23147, 2979, 'Johor Bahru, Johore', 'Am i even too selfish?'), (23148, 4916, 'Johore, Malaysia', 'I''m at Silver Cross (Singapore, Singapore) http://t.co/tfrDu7kC'), (23149, 2500, 'Plentong, Johor Bahru', 'oken dh nk magribbbbb #np go to showerrrr byeeee,,,,,seee nigt niewww yeeee :)'), (23150, 4415, 'Johor Bahru, Johore', '@adalilin 蘇姐姐是不是很有錢?她在新加坡看的房產至少要5000萬台幣!'), (23151, 4898, 'Johore, Malaysia', 'I''m at Far East Plaza (Singapore) w/ 19 others http://t.co/9c3a3Alk'), (23152, 2418, 'Johor Bahru, Johore', 'Gonna go running!'), (23153, 3896, 'Johore, Malaysia', '@Jikunnnnn Lai lor amk kpool 1-1'), (23154, 911, 'Johor Bahru, Johore', 'Enamour 2012 (@ Lee Kong Chian Lecture Theatre) http://t.co/Zoxm7U0F'), (23155, 931, 'Johor Bahru, Johore', '@MansoorAdabi meme ah'), (23156, 632, 'Tebrau, Johor Bahru', '@amrsbri serious lah!! Haha'), (23157, 4228, 'Plentong, Johor Bahru', '#nw AtasNamaCinta @ShahIskandar_M &lt; kesian tgk dia .hehe. @TashaShilla &lt; padan muka dia .haha. @Shahzjaszle . :)'), (23158, 4917, 'Malaysia', 'Flanmingo@TML Bowling Session(y) (@ Ampang Superbowl) [pic]: http://t.co/gsWSZVZA'), (23159, 4014, 'Johore, Malaysia', 'bus 518 is taking a looooong time. (@ Bus Stop 03509 (Marina Bay Sands Hotel)) http://t.co/gLRcR2eZ'), (23160, 2952, 'Johor Bahru, Johore', 'I hate Holidays'), (23161, 632, 'Tebrau, Johor Bahru', '@hdyhsbri yeah!! Haha'), (23162, 1194, 'Singapore', 'crap I have seungri''s down pressure stuck on my mind xDD'), (23163, 190, 'Tebrau, Johor Bahru', 'Weeehhooooo...ipad da kembali idop... ;)'), (23164, 2079, 'Malaysia', 'วันนี้มีความสุขและความทุกข์ แม่งงงงงงงงงงงYY'), (23165, 4901, 'Johore, Malaysia', 'Now watching ''The Lady'' at GV Grand. - fundraiser for #Aidha #empowering women thru education #fb'), (23166, 3084, 'Johor Bahru, Johore', 'I just ousted @weili_95 as the mayor of Blk 213 Petir Road on @foursquare! http://t.co/cXfhENDk'), (23167, 3084, 'Johor Bahru, Johore', 'I''m at Blk 213 Petir Road http://t.co/0WEEnwTG'), (23168, 84, 'Johor Bahru, Johore', '@Jae_Jerome hahaha don''t want la.. Either key ir taemin.'), (23169, 4918, 'Malaysia', 'โทรไปจีน 3บาท/นาทีไม่เครียด แต่เหี้ยส่งข้อความไปบอกกูว่า3บาท คิดกู34บาท มึงนับตัวอักษรกูรึไง ฟั้ค'), (23170, 1701, 'Plentong, Johor Bahru', 'I''m at Kapten Mohd Amin http://t.co/dp5zMUw6'), (23171, 1903, 'Johore, Malaysia', '@LICIA_sxy but if my score &lt;100k don''t laugh ah! &gt;&lt;'), (23172, 1205, 'Johore, Malaysia', 'Sunset... http://t.co/FnANHkeg'), (23173, 440, 'Johor Bahru, Johore', '@doubleyouuem u might never know worh~ u might be a extremely bad person! :D'), (23174, 524, 'Johore, Malaysia', 'I''m at The Anchorage condominium (Singapore) http://t.co/h0a44BBO'), (23175, 399, 'Johor Bahru, Johore', '“People will hate you, rate you, shake you, and break you. But how strong you stand is what makes you.” —Khloe Kardashian'), (23176, 4216, 'Johore, Malaysia', 'Sunset! @ Toa Payoh Central http://t.co/ci5MRuMs'), (23177, 4919, 'Johore, Malaysia', 'At *SCAPE Atrium [pic] — http://t.co/SZadZZCq'), (23178, 2979, 'Johor Bahru, Johore', 'I can don''t want anything. I just want youn'), (23179, 4228, 'Plentong, Johor Bahru', '@TS_TEAM betul ! hahahahhahaa'), (23180, 575, 'Plentong, Johor Bahru', 'Belajar berjimat, Save save sikit banyak benda nak buat'), (23181, 40, 'Johor Bahru, Johore', 'And with that, im guaranteed a good night sleep tonight :D'), (23182, 4467, 'Johor Bahru, Johore', '@uggene and hehe ;p'), (23183, 4920, 'Johore, Malaysia', 'I''m at Starbucks (Singapore, Singapore) http://t.co/NieKLmre'), (23184, 2821, 'Johore, Malaysia', 'I''m at 333 Bak Kut Teh w/ @kuzcoengki http://t.co/Q3tmxXgk'), (23185, 632, 'Tebrau, Johor Bahru', '@adlihakeem @nurhamizahamdan @shafinazizhar @shahryna @daenghazimah Hamizah gatal!!'), (23186, 1850, 'Johor Bahru, Johore', 'Hi girl , awak comel . Mintak nombor boleh ? - mat malaysia .'), (23187, 4632, 'Malaysia', 'I''m at คิวรถตู้หาดใหญ่-สตูล Hatyai - Satun Van Terminal (Hatyai, Songkhla) http://t.co/yz2Zgqp7'), (23188, 1701, 'Plentong, Johor Bahru', 'I just ousted leong bunny as the mayor of Kedai Runcit Hj Abdullah on @foursquare! http://t.co/r5wlbPIn'), (23189, 1701, 'Plentong, Johor Bahru', 'I''m at Kedai Runcit Hj Abdullah http://t.co/0qObgcwC'), (23190, 3896, 'Johore, Malaysia', '@Hengshengggg oi cb call me now .. Knn big problem'), (23191, 775, 'Johore, Malaysia', 'MY DEFYING GRAVITY IS STARTINGGG!'), (23192, 2979, 'Johor Bahru, Johore', 'I like your singing.'), (23193, 4847, 'Johor Bahru, Johore', 'Bored day for today.'), (23194, 4921, 'Johor Bahru, Johore', 'BCSS (@ SCAL Academy @ Jurong) http://t.co/48rFiZ24'), (23195, 3316, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza (Singapore, Singapore) w/ 7 others http://t.co/FGKlWYsu'), (23196, 524, 'Johore, Malaysia', 'I''m at The Anchorage Condominium (Singapore) http://t.co/WMNnNS6m'), (23197, 4922, 'Malaysia', 'ไปเที่ยววววววววววววววว!'), (23198, 2415, 'Malaysia', 'ลูกรักแจกบัตรฟรี ลูกเมียน้อยบัตรไม่พอ :('), (23199, 1286, 'Johore, Malaysia', 'jln2 (@ sea of west coast) http://t.co/cswt85co'), (23200, 2005, 'Johore, Malaysia', 'Nak cakap pasal orang cakap depan depan lah wait till i hear it beb'), (23201, 4923, 'Plentong, Johor Bahru', 'Nasi goreng seafood &amp; pari bakar... (@ Nasi Goreng Seafood Stulang Laut) http://t.co/B9ml2gio'), (23202, 81, 'Johor Bahru, Johore', '@ficobutternuts AKU DAH CAKAP. KAU INSIST OF CROSSWORD PUZZLE JUGAK KAN'), (23203, 4924, 'Plentong, Johor Bahru', '@XuShanQing hahaha go buy next time jus in case u cnnt sleep :D'), (23204, 4117, 'Johore, Malaysia', 'Instead of muay thai, decided to go for a cocktail. muni-muni n clear my head for tomorrow. kuya jess, ikaw na bahala http://t.co/y6v2ZQGq'), (23205, 3919, 'Johore, Malaysia', 'I''m at Funan DigitaLife Mall (Singapore) http://t.co/pby6sW8W'), (23206, 1018, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 13 others http://t.co/EaUDMlgF'), (23207, 1423, 'Johore, Malaysia', 'I''m at East Coast Lagoon Food Village (Singapore) w/ 6 others http://t.co/cadzQQbl'), (23208, 3536, 'Kota Tinggi, Johore', 'W/ @terryjoel (@ Carl''s Jr) http://t.co/N71SZVIw'), (23209, 4053, 'Johor Bahru, Johore', '1 119 words...alamak overshoot plak...xpew la... hehehe'), (23210, 160, 'Johore, Malaysia', 'I''m at Taxi Stand F43 http://t.co/BELektiQ'), (23211, 812, 'Senai Kulai, Kulai Jaya', 'RT @milyasaila: RT @azamfuat: Gua tak pakai branded2 pun ade awek jugak. Lu ade?&lt;WORD'), (23212, 4467, 'Johor Bahru, Johore', 'I''m going to watch timeless love for the second time tomorrow xD @uggene though I just watched it ytd ^^'), (23213, 1701, 'Plentong, Johor Bahru', 'I''m at Cigar port http://t.co/augPVzK1'), (23214, 1701, 'Plentong, Johor Bahru', 'I just ousted @hairieldaniel as the mayor of Cigar port on @foursquare! http://t.co/S59eidK4'), (23215, 4913, 'Plentong, Johor Bahru', 'Cuz this mornin'' woke up damn early to go renew my passport'), (23216, 4774, 'Singapore', 'WHATTHEFREAK ?!'), (23217, 4925, 'Johor Bahru, Johore', '@MohammedZR this pic is so weird in so many ways'), (23218, 3792, 'Johor Bahru, Johore', '@NashrulhaqD bsk kol brape kat mane meet??'), (23219, 4385, 'Johor Bahru, Johore', 'Sale! Sale! Sale! Hurry up mommies.. (◦ˆ⌣ˆ◦) (@ Kiddy Palace Century Square) http://t.co/Z8tqh5AA'), (23220, 4907, 'Johor Bahru, Johore', '#nowplaying A Day to remember - If it means alot to you'), (23221, 2421, 'Johore, Malaysia', 'Tried puking but nothing came out... Feel so fucking uncomfortable nw...'), (23222, 4912, 'Johore, Malaysia', 'Just posted a photo @ East Coast Park http://t.co/RA4v6d8E'), (23223, 2554, 'Johor Bahru, Johore', 'Holidays is ending :('), (23224, 40, 'Johor Bahru, Johore', 'But my Nike Air kenna step on =='), (23225, 3956, 'Johor Bahru, Johore', '@rachel_ma pain in the ass indeed'), (23226, 2415, 'Malaysia', 'เหอะเหอะ -_______-'), (23227, 632, 'Tebrau, Johor Bahru', 'Ehem! @ShafinazIzhar wants to have 11 children while me? Just 2. It''s enough. Hahaha'), (23228, 1701, 'Plentong, Johor Bahru', 'I''m at Norris (Johor Bahru, Johor) http://t.co/Z6yADnIS'), (23229, 4926, 'Johor Bahru, Johore', 'I''m at Hai Bin Prawning @ Tebing Lane w/ @tanjunkai http://t.co/Xm4Sae6y'), (23230, 415, 'Johor Bahru, Johore', 'People say that I''m rude cuz even when I see them from a distance I dun greet with a wave.'), (23231, 4927, 'Johore, Malaysia', 'Makan time with Aisyah n munirah n mikail.. (@ Cathay Cineleisure Orchard w/ 32 others) http://t.co/j4SpGlAg'), (23232, 659, 'Johor Bahru, Johore', '''This Means War'' is seriously #Hilarious'), (23233, 3551, 'Johore, Malaysia', 'Love this @ All Good Things http://t.co/M5ENlrOT'), (23234, 3354, 'Johore, Malaysia', 'but i think what she said makes sense as well'), (23235, 882, 'Johor Bahru, Johore', '@sherlynssj simi country lol'), (23236, 4124, 'Johor Bahru, Johore', 'Walking back from buying stuff, when I overheard this:\nFather:Nak otak-otak\nDaughter: Ape tu otak?\nI LOLed XD HAHAHA cute sia!'), (23237, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa eeee bussuuukk . Hahah okay &lt;3'), (23238, 3452, 'Johore, Malaysia', '@paperdrizzle hahha sureeee just tweet me up heehee'), (23239, 1769, 'Johor Bahru, Johore', 'Buy Long John for wifey (@ Winter Time @ Tampines Mall) http://t.co/BrzJ1juz'), (23240, 3316, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore) http://t.co/5WFkZUEG'), (23241, 2664, 'Plentong, Johor Bahru', '@edlinayn tergoda, awwwww &lt;3'), (23242, 713, 'Johor Bahru, Johore', '“@lantaumama: 呱呱ribbit http://t.co/hxnqvLJ1” miss piggy is not far always betcha'), (23243, 222, 'Johor Bahru, Johore', '@myraaong it''s a song Myra. A song :)'), (23244, 1540, 'Johore, Malaysia', '“@Retwittings: #N: You often go to great lengths to be available at all costs to a loved one.”@NicholasAngKai'), (23245, 4928, 'Johore, Malaysia', '@lostlittlelam o.O I bet grace died too xP'), (23246, 4929, 'Johore, Malaysia', 'I''m at His.tori BBQ and Casual Dining (Singapore) http://t.co/DWznnlmn'), (23247, 3307, 'Johore, Malaysia', '@xxLastAngelxx Ohhh. I should try it out first. :D'), (23248, 4930, 'Johor Bahru, Johore', '@NurulSyaqilaA but you most cutest :P'), (23249, 4931, 'Malaysia', 'I''m at สนามโรงพิธีช้างเผือก (ยะลา) http://t.co/Jw0tVRny'), (23250, 4540, 'Singapore', '@Xiaxue OMG it''s even nicer than pink wtf how is that possible!!! You''re super pretty now!!'), (23251, 4622, 'Plentong, Johor Bahru', '@YDiyanaa okkk'), (23252, 1158, 'Johor Bahru, Johore', '@LackadaisicalFa my 2.4km yesterday was 16mins. Sooo slow!'), (23253, 1958, 'Johore, Malaysia', 'I''m at Outram Park MRT Interchange (EW16/NE3) (Singapore, Singapore) http://t.co/NOWnIGjR'), (23254, 1097, 'Plentong, Johor Bahru', '@Missyaya93 okie dokie ^____^'), (23255, 1850, 'Johor Bahru, Johore', '"@budakchik: #PeopleIWantToMeet Bruno Mars" ni dh ada bruno mars &gt;&gt;&gt;&gt;&gt; @hzqhmd'), (23256, 1005, 'Johor Bahru, Johore', 'I''m at Kitchen http://t.co/zl2wqF72'), (23257, 4823, 'Johore, Malaysia', '@nizammansor kate nak lepak gi genting plak cb! ar lu'), (23258, 4913, 'Plentong, Johor Bahru', 'N spent more than 5 hrs at tat dreadfully crowded place'), (23259, 2957, 'Johore, Malaysia', 'For once just make me feel That I''m important to you Please?'), (23260, 3287, 'Kota Tinggi, Johore', 'I''m at Blk 328 Tah Ching Road (Tah Ching Road, Singapore) http://t.co/XkqK5jCe'), (23261, 4612, 'Malaysia', 'I''m at Tops Market (ท็อปส์ มาร์เก็ต) (Hat Yai, Songkhla) http://t.co/2TQBa5pP'), (23262, 120, 'Johor Bahru, Johore', 'Sucking on the candy barber pole :3 \nI liek cherries'), (23263, 2664, 'Plentong, Johor Bahru', '@writerBEKU naik bas bole, haha'), (23264, 3556, 'Johore, Malaysia', 'I''m at Swensen''s (Singapore) w/ 5 others [pic]: http://t.co/zrCm0vfl'), (23265, 812, 'Senai Kulai, Kulai Jaya', '@milyasaila @azamfuat aku rasa yg pakai beria sangat designer n branded to bukannya mencari gf,tp bf,if u know what I mean.haha'), (23266, 2554, 'Johor Bahru, Johore', '“@turqu0iseee: RT @AhKai_ :Time passed too quickly. Simply not enough time...”'), (23267, 4467, 'Johor Bahru, Johore', '@uggene had your dinner?:)'), (23268, 3452, 'Johore, Malaysia', '@crispylipslock hahhaha ms wang?'), (23269, 4933, 'Johore, Malaysia', 'Bheema vikram! @Im_grs http://t.co/PfjWN0yf'), (23270, 4934, 'Johor Bahru, Johore', 'Nowadays work getting harder....'), (23271, 3313, 'Kota Tinggi, Johore', 'I''m at Blk 226 Toa Payoh Lor 8 http://t.co/7QtJpOgQ'), (23272, 3861, 'Johore, Malaysia', 'I''m at J.Co Donuts &amp; Coffee (Singapore) w/ 2 others http://t.co/XFgTo2bQ'), (23273, 1002, 'Indonesia', 'ito.... maridi jo ho, bau gedek2 hu anggo ho, #BauAccok'), (23274, 1194, 'Singapore', '"Big Bang’s popularity seems to be declining as well."'), (23275, 2979, 'Johor Bahru, Johore', 'I need 1 thing, and that''s you.'), (23276, 1750, 'Johore, Malaysia', 'I''ve just seen Melons from Japan in Meidi-ya supermarket for $119 each. Really? For a piece of fruit? That''s a lot of beer.'), (23277, 415, 'Johor Bahru, Johore', 'One simple reason: I''m short sighted. Faces from 150m away and further I can''t see'), (23278, 3313, 'Kota Tinggi, Johore', 'I''m at Kitchen http://t.co/Mu6dxV8T'), (23279, 4935, 'Plentong, Johor Bahru', 'I''m at Maybank Larkin Perdana http://t.co/53bo8vfb'), (23280, 2979, 'Johor Bahru, Johore', 'Sad ending.'), (23281, 63, 'Johor Bahru, Johore', '"@merrjtan: get well soon (‾ʃƪ‾)"'), (23282, 4113, 'Johore, Malaysia', 'Motherfucking bastards. -___-;; But I still love them nonetheless. @DeeFckTheWorld @RebelliousAmiR http://t.co/xp7vmGHZ'), (23283, 4228, 'Plentong, Johor Bahru', 'amboi usyarif . kemain lagi dia skang eh . entah ingat aku lagi ke tak tu .'), (23284, 4216, 'Johore, Malaysia', 'Blotchy Skies @ Toa Payoh Central http://t.co/1zXUqV5w'), (23285, 2121, 'Johore, Malaysia', 'I''m at SMRT Buses: Bus 966 (Singapore, Singapore) w/ 2 others http://t.co/rW8pvS7T'), (23286, 900, 'Johore, Malaysia', 'Let''s hope Vettel''s car is Awful Abbey #Lewis #jenson'), (23287, 3313, 'Kota Tinggi, Johore', 'I''m at Living Room http://t.co/dfdlekXa'), (23288, 1005, 'Johor Bahru, Johore', '[delayed] (@ 452 Carpark) http://t.co/eqEPoWTK'), (23289, 740, 'Johor Bahru, Johore', 'tak merajok.. Hampa jek RT“@tweetlipxz: @ForeverChronic hais dia pun nak merajuk jugak......”'), (23290, 4928, 'Johore, Malaysia', '@lostlittlelam wait who leaked out the photo sm or other ppl?'), (23291, 1210, 'Johore, Malaysia', 'Simply epic! (This crappy phone doesn''t do it justice) http://t.co/7aZ98oE8'), (23292, 4859, 'Johor Bahru, Johore', 'Just pass by a cat at my block http://t.co/X2x8LRj8'), (23293, 3792, 'Johor Bahru, Johore', '@NashrulhaqD ok maybe aku meet faj kat rumah dia dulu'), (23294, 4346, 'Johor Bahru, Johore', 'tak semestinya menilai seseorang dengan mata ....sepatutnya menilai seseorang dengan hati ....'), (23295, 1194, 'Singapore', 'who cares? i love big bang and I m proud to be a vip even if they;re not popular as b4. &lt;3 #VIPFORLIFE'), (23296, 1091, 'Johore, Malaysia', 'I can never lie. I can never hide these feelings I''m having now. It seriously hurts so badly. =''('), (23297, 4802, 'Tebrau, Johor Bahru', 'I''m at Pizza Hut @ Jusco Tebrau City (Johor Bahru, Johor) http://t.co/ujcBxJwN'), (23298, 2979, 'Johor Bahru, Johore', 'I think it''s time for me to clear my mails. 1 k plus. imfao.'), (23299, 632, 'Tebrau, Johor Bahru', '@amrsbri yeah you should! Haha it''s oily!!'), (23300, 576, 'Johore, Malaysia', '; seriously ? Inconsiderate . http://t.co/fwr32Zm7'), (23301, 4936, 'Johore, Malaysia', 'I''m at *SCAPE (Singapore, Singapore) w/ 7 others http://t.co/7XmwArQb'), (23302, 4913, 'Plentong, Johor Bahru', 'Lol n my dad was effin piss lol'), (23303, 2119, 'Johore, Malaysia', 'my favourite: ikan bilis.. :)\ntadi sempat rembat ikan bilis pintal makcik library fakulti sains..hehe terima kasih makcik :P'), (23304, 3284, 'Johore, Malaysia', 'I''m at One Raffles Place (Singapore, Singapore) http://t.co/zKkZ1LBy'), (23305, 1392, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 7 others http://t.co/ZrNy4gQN'), (23306, 575, 'Plentong, Johor Bahru', '@FyyTasha Betol'), (23307, 3994, 'Johore, Malaysia', 'Waaaaa.. why now? Forgot my headset at office.. ~_~'), (23308, 4937, 'Kota Tinggi, Johore', 'I''m at Sri Arulmigu Murugan Temple (Jurong East, Singapore) http://t.co/0tpNCmTf'), (23309, 4209, 'Johor Bahru, Johore', 'House of my amma... appa.. (@ 264 Jur East St 24) http://t.co/DB663QjH'), (23310, 1647, 'Malaysia', 'I''m at คลินิกหมอช้ชวาล ฝากครรภ์ ทำคลอด (หาดใหญ่, สงขลา) http://t.co/JNxgXh3n'), (23311, 863, 'Johor Bahru, Johore', 'Still at home all day today.. (@ Jerahmeel Zacky''s) http://t.co/xaHTbQS4'), (23312, 4705, 'Johore, Malaysia', '@wolfieboi Oh then you book out tomorrow or just book out later? Which station you fail?'), (23313, 2746, 'Johore, Malaysia', '@Kesterkjw @ScarlettKaylene I know how to ride :D Too bad for czaryna xD'), (23314, 4938, 'Johore, Malaysia', 'I''m at My Room♦♣♥♠ http://t.co/arbQbA5n'), (23315, 4068, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange (Singapore, Singapore) w/ 7 others http://t.co/fPf4ZhPo'), (23316, 2979, 'Johor Bahru, Johore', 'I meant serious. With you.'), (23317, 2723, 'Plentong, Johor Bahru', '@Fiquetograph @kophooligan wakakakaakak... Makan asap la lu orang'), (23318, 632, 'Tebrau, Johor Bahru', '@nurhamizahamdan @adlihakeem @shafinazizhar @shahryna @daenghazimah Ada!!! Kan korang?'), (23319, 812, 'Senai Kulai, Kulai Jaya', 'RT @TIME: These are the 10 patents Yahoo is suing Facebook over | http://t.co/eYEsxi3i (via @TIMEBusiness)'), (23320, 3634, 'Johor Bahru, Johore', 'if i can have anything in the world, i''ll have you. ♡ #loveyou'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (23321, 430, 'Johore, Malaysia', '@mthrh kisah. Mane tak kisah. Kalau tak kisah da pisah. Hahaha da la hang pi tdo sano.'), (23322, 1903, 'Johore, Malaysia', '@LICIA_sxy sure mahh? Later you ownn me flat LOL.'), (23323, 4622, 'Plentong, Johor Bahru', '@YDiyanaa Isnin kasi'), (23324, 4939, 'Johore, Malaysia', 'I''m at Claypot Rice Ayer Rajah Food Center (Singapore, Singapore) http://t.co/BTWMnIiV'), (23325, 4940, 'Indonesia', 'best remedy for insect bites "@Jamiep8: @drpaulolding Try rubbing a dry bar of soap on the bites"'), (23326, 4941, 'Johore, Malaysia', 'I''m at CrazyWorld Cafe (Singapore, Singapore) http://t.co/ywgRAV2E'), (23327, 4942, 'Johor Bahru, Johore', 'I''m at TMC Academy (Singapore, Singapore) http://t.co/tLFHD2uW'), (23328, 4754, 'Kota Tinggi, Johore', '/raises hand/ RT @deeronrryym: RT @fxtg88k People who are forever late for outings. -points'), (23329, 4703, 'Johore, Malaysia', 'Berry mint #beer #sgig @ TCC @ Seah Street http://t.co/aGKwYUUG'), (23330, 4849, 'Johore, Malaysia', '@ImNabilFitri must think twice :s'), (23331, 3824, 'Johor Bahru, Johore', '@rachteh hahahahah!! I got eye cream and liquid foundation also. Hopefully next time got perfume!'), (23332, 1850, 'Johor Bahru, Johore', '@budakchik haah &amp;gt&amp;gt&amp;gt apa benda sia ?? Aku tk phm ..'), (23333, 4228, 'Plentong, Johor Bahru', 'amboiii . banyakk nya orang twit pasal #KalauCrushAku .'), (23334, 4913, 'Plentong, Johor Bahru', 'Cu de immigrant officers made us ran around de building to get documents n sort,n made me requeue de same queue TRICE!'), (23335, 2554, 'Johor Bahru, Johore', '“@Reichi_Lim: Y holiday no 1 month!?”'), (23336, 4827, 'Johore, Malaysia', 'Even though I''m here for half an hour, it seems that no one notices it. #macambaik'), (23337, 2785, 'Johore, Malaysia', 'If @dee_kosh became the DJ of 987fm.i will listen to it every day haha!:)'), (23338, 123, 'Johor Bahru, Johore', 'Why is hyukjae being bash again like seriously'), (23339, 1194, 'Singapore', 'don''t worry bb,vip will be there to support u &lt;3'), (23340, 4943, 'Kota Tinggi, Johore', 'takraw with @AyieeLS at nanyang !!!'), (23341, 2962, 'Johore, Malaysia', 'I''m at Singapore Institute of Management (SIM) (Singapore, Singapore) w/ 8 others http://t.co/1kEgCPMV'), (23342, 3957, 'Johor Bahru, Johore', '@Anteledaisy @PsycheChild cannot see.. o_O'), (23343, 2979, 'Johor Bahru, Johore', 'Something are not meant to be. No point to chase abt it.'), (23344, 578, 'Johor Bahru, Johore', 'Just watched SUPER SIZE ME. I am never gonna look at McDonalds the same way. Everyone should watch this movie/documentary.'), (23345, 4467, 'Johor Bahru, Johore', '@uggene UriUriUri !;p My grandpa is fine Liao ^^'), (23346, 4211, 'Johore, Malaysia', 'Food hunting.... (@ Bugis Junction w/ 23 others) http://t.co/OWY2dEW2'), (23347, 3336, 'Plentong, Johor Bahru', 'Uncle yg amik oder ni.. Kalau x sakat aku x sah. Ade ke ckp aku pelakon.. Wakaka! Uncle,sy ''berdrama'' kt twitter sh... http://t.co/heyxEfPj'), (23348, 812, 'Senai Kulai, Kulai Jaya', 'Lapaq baq ang RT @hafizudinhamdan: lapar habaq hang.'), (23349, 632, 'Tebrau, Johor Bahru', 'Aku penat. Takde masa nak layan haters. Please get a life! Jangan nak cari gaduh dengan aku je. K go away! Shuh shuh!'), (23350, 1597, 'Johore, Malaysia', 'Sometimes you gotta spoil yourself &lt;3 http://t.co/FQ41lCmO'), (23351, 1820, 'Johore, Malaysia', 'Ngeee ✿'), (23352, 1919, 'Pulai, Johor Bahru', 'Carik lauk...laut kucar kan..hahahha (@ Kipmart) http://t.co/kAYZg97d'), (23353, 3053, 'Johor Bahru, Johore', '@Limqiing okay! I tackle yiu'), (23354, 2620, 'Johor Bahru, Johore', 'I''m at Bro''s room!! http://t.co/Df1hV2rm'), (23355, 185, 'Singapore', 'You don''t say?'), (23356, 4616, 'Tebrau, Johor Bahru', '@ChangHong_Hoo Okayyy can :]'), (23357, 4543, 'Johore, Malaysia', 'With @hash_aaaa and @itsNORJAHAN (@ Mustafa Centre w/ 4 others) http://t.co/W89Ms7V4'), (23358, 3792, 'Johor Bahru, Johore', '@Boi_Elastico best pe, kereta aku semua dah max aku pakai for money and respect, aku main game to on the hardest level'), (23359, 4068, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 13 others http://t.co/ei2FHguq'), (23360, 4467, 'Johor Bahru, Johore', '@uggene OKAYYY!!=D Enjoy, what u having?'), (23361, 1306, 'Riau, Indonesia', 'Body ache.'), (23362, 2664, 'Plentong, Johor Bahru', '@edlinayn haha, jeles la ngan u. muka cute :('), (23363, 4540, 'Singapore', 'RT @taleeey Blogged [...] http://t.co/3uUx1Abj'), (23364, 4944, 'Johore, Malaysia', 'the KOXX... (@ Esplanade - Theatres on the Bay w/ 7 others) [pic]: http://t.co/HN3Wdw6v'), (23365, 2830, 'Johore, Malaysia', '#PeopleIWantToMeet @beastdw @Joker891219 @BeeeestDJ @helloimys @B2stGK @doublev89 :)'), (23366, 576, 'Johore, Malaysia', '@nfjml idk how to put hahah, wait I try.'), (23367, 3989, 'Johore, Malaysia', '@Cheezepotatoz i know that feel sis'), (23368, 4945, 'Johore, Malaysia', 'I''m at Jurong East MRT w/ 2 others http://t.co/Cu2tXah3'), (23369, 54, 'Johore, Malaysia', 'No happy than say lah-.-'), (23370, 2445, 'Johor Bahru, Johore', '@IzedTee LOL. It sounds wrong, but the food''s actually pretty good :D'), (23371, 1264, 'Johore, Malaysia', 'Watching American Haunting with 2L at #2Lclassouting ! Everyone so scared hahahaha gonna be damn cool http://t.co/TyzKJ7ym'), (23372, 1594, 'Johore, Malaysia', 'My leader is my G-kids leader omg'), (23373, 632, 'Tebrau, Johor Bahru', '@amrsbri haha yeah to reduce friction. LOL'), (23374, 4467, 'Johor Bahru, Johore', '@uggene Thankieww uhh^^'), (23375, 3307, 'Johore, Malaysia', 'Downloading GunZ. #slowdie'), (23376, 4946, 'Masjid Taman Kobena, Tebrau', 'Woot Woot , Masjid kobena ni ada Wifi ? Ermm Hahaha Yasin yasin :D (@ Masjid Kobena) http://t.co/PWs6BokJ'), (23377, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN @jinkoi_ pls it''s not my ass that''s smart. It''s the brain'), (23378, 440, 'Johor Bahru, Johore', '@TheEntertainerX u know I listen to the MTDC concert, I feel like singing those songs Tgt again sia *-* the tenors and basses so godly *-*'), (23379, 820, 'Singapore', 'Lazy thuuursday'), (23380, 772, 'Johor Bahru, Johore', '@CherieCjl die :p'), (23381, 1709, 'City Square, Plentong', 'I''m at Johor Bahru City Square (Johor Bahru, Johor) w/ 4 others http://t.co/0SKta7q6'), (23382, 2122, 'Johor Bahru, Johore', '5pm pass alr!! @clarahohohoho @_chodingpanda @purplefuckyeah'), (23383, 3307, 'Johore, Malaysia', '@xxLastAngelxx Hehe, alright. &gt;:D I still downloading. Slow like heaven.'), (23384, 440, 'Johor Bahru, Johore', '@doubleyouuem sure? :o seems like a lie~'), (23385, 4913, 'Plentong, Johor Bahru', 'All de malay mix mandarin mix hokkien words all came out lol XD'), (23386, 2805, 'Johor Bahru, Johore', 'I''m at Haüs Of KaiWen http://t.co/i9oTaD3X'), (23387, 2785, 'Johore, Malaysia', '@dee_kosh The result will be out tomorrow,so yeah!All The Best!!! #ahahsiol!:)'), (23388, 705, 'Johore, Malaysia', '@Imah_2712 tu ah ...banyak baek lah eh...why don''t you say how does it feels to them when u do the same thing ?'), (23389, 3685, 'Johore, Malaysia', 'With @sumin91 @SayAmelia! (@ Cathay Cineleisure Orchard w/ 33 others) http://t.co/UnJqMDgV'), (23390, 4947, 'Malaysia', 'So c-cmon, you got it wrong :) love that part! @zaynmalik'), (23391, 2904, 'Johor Bahru, Johore', 'I''m at Phee''s Home ^~^ http://t.co/NeGGHNbS'), (23392, 4339, 'Johore, Malaysia', 'I''m at The Singapore Flyer (Singapore, Singapore) w/ 3 others http://t.co/xdi8J8hW'), (23393, 1850, 'Johor Bahru, Johore', 'You , me , watch the world end ? Possible ? I think so . Wanna try ? Perhaps not .. (:'), (23394, 4189, 'Johor Bahru, Johore', '@SammiLerman SAFE SEX NOT SEX SAFE WTF HAHAHAHAHAHAHAHA'), (23395, 756, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 12 others http://t.co/so0gR1E0'), (23396, 2809, 'Johore, Malaysia', '#nowwathing - Blue by Big Bang (LIVE)'), (23397, 1370, 'Johor Bahru, Johore', '@NatPigkachu go go go natty!!!'), (23398, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc Chills~'), (23399, 4718, 'Johore, Malaysia', '@jinkoi_ too distracted already arh!'), (23400, 4849, 'Johore, Malaysia', 'I wish my cabinet can go through Narnia (:'), (23401, 276, 'Johor Bahru, Johore', 'someone wanna treat us to watching night movie tonite !'), (23402, 54, 'Johore, Malaysia', 'Not happy that''s your problem;'), (23403, 3325, 'Malaysia', 'พุ่งนี้กลับHDYแระ แม่จะบ่นมั๊ยเนี่ย'), (23404, 919, 'Johore, Malaysia', 'i wont know if i''ll c u again after today'), (23405, 4228, 'Plentong, Johor Bahru', 'kat timeline penuh dengan "retweeted by SYADA AMZAH" . hahaha'), (23406, 4909, 'Singapore', '@JINYOUNGSWIFEY haha nothing jux wondering who is jinyoung o.o'), (23407, 575, 'Plentong, Johor Bahru', '@FyyTasha Baik sangat pon nnti kene tikam jugak dr blkng kann :)'), (23408, 2445, 'Johor Bahru, Johore', '@SAMeatFudge lol is it those white dots thingies?0.0'), (23409, 4228, 'Plentong, Johor Bahru', 'kat timeline penuh dengan "retweeted by SYADA AMZAH" . hahaha [Like it? http://t.co/2pUldkbN ]'), (23410, 772, 'Johor Bahru, Johore', '@CherieCjl no haha &gt;&lt;'), (23411, 632, 'Tebrau, Johor Bahru', '@adlihakeem @nurhamizahamdan @shahryna @shafinazizhar @daenghazimah yeayy ramai org sokong aku! Hahahaha kesian Hamizah'), (23412, 3989, 'Johore, Malaysia', '@thisisrauf i see what u did there'), (23413, 4336, 'Johor Bahru, Johore', 'I miss Bintan trip! :('), (23414, 2809, 'Johore, Malaysia', 'I''m singing my bluessssssss ~~~~'), (23415, 1194, 'Singapore', 'lot 1 has the taeyang ver ;o'), (23416, 1903, 'Johore, Malaysia', '@LICIA_sxy last time I get owned by @GreyDiamonds likeaboss.'), (23417, 4948, 'Plentong, Johor Bahru', '..OMG..!!i''m fasting..!!haha..can''t wait to eat..hee~'), (23418, 2664, 'Plentong, Johor Bahru', '@writerBEKU haha, aku tak balek ye takde 150 xD'), (23419, 2203, 'Johor Bahru, Johore', 'I''m at Tampines MRT Station (EW2/DT32) (Singapore, Singapore) w/ 4 others http://t.co/Qt9py58C'), (23420, 2186, 'Johore, Malaysia', 'I realised my brain rusted omg .... now i thank God recaping !::)))))'), (23421, 4949, 'Johor Bahru, Johore', 'Currently, #saintsrowthethird level 22'), (23422, 4950, 'Johor Bahru, Johore', 'Dinner... (@ Air Pasang Nasi Campur &amp; Halal Seafood) http://t.co/bvcISHGh'), (23423, 677, 'Johore, Malaysia', 'which way to go? lakat mode! hidlaw ko sa inyo ah! @KarlaDeModa @sheslley @rinabanana @xing_shing @lkmariquit http://t.co/QwCkIZ1D'), (23424, 632, 'Tebrau, Johor Bahru', 'Turn on the music. And FML!'), (23425, 4336, 'Johor Bahru, Johore', 'Haha! Brought this at Bintan! Still got more.. :&gt; Kay.. http://t.co/w81aBwCM'), (23426, 4780, 'Riau, Indonesia', 'sm devi? RT @Leatitra di quantum ismud ranRT @ira_noevieta: Dmn le? RT @Leatitra iya ra , kenapa ? RT @ira_noevieta: @Leatitra Le kw bimbel?'), (23427, 4951, 'Riau, Indonesia', 'udh tuh RT @purnomo_arudam @rulirara follback ya kak'), (23428, 4952, 'Johore, Malaysia', '@PimPreposterous haha'), (23429, 900, 'Johore, Malaysia', '@DeeSeeBeaucoup Vettel fan?'), (23430, 772, 'Johor Bahru, Johore', 'Headache ~ wah best .. -.-'), (23431, 4681, 'Johor Bahru, Johore', '"@hazizihanafi: @MSXIUHUI hahahahahahha! http://t.co/xqzCcnly" AHH. SO UNGLAAM. &gt;:'), (23432, 4467, 'Johor Bahru, Johore', '@uggene I ate it ytd before watching timeless love xD Enjoy uhh ;D'), (23433, 1850, 'Johor Bahru, Johore', '@rafash_ash @Reginezxoxo if she rides ... probably it will take 1 hour .. ((:'), (23434, 97, 'Plentong, Johor Bahru', 'I''m at Living Hall (Pasir Gudang, Johor) http://t.co/n68aKS6o'), (23435, 1652, 'Johor Bahru, Johore', 'I''m at Tampines St 21 - Home sweet Home  (Singapore) http://t.co/0k2cewbv'), (23436, 4555, 'Riau, Indonesia', 'mau nanya link nya rio yang lagu butiran debu ada ngga ? @RISE_WORLD'), (23437, 2374, 'Kota Tinggi, Kota Tinggi', '@Stella_700 I''m no maaf ye tadi saya tengah solat. W''salam.. :-)'), (23438, 4943, 'Kota Tinggi, Johore', 'tgah jln pgy nanyang ! with @AyieeLS'), (23439, 4953, 'Plentong, Johor Bahru', '@SorayaJAdam u pegi FMFA?'), (23440, 1018, 'Johor Bahru, Johore', 'I''m at Woodlands Regional Bus Interchange (Singapore, Singapore) w/ 9 others http://t.co/g1cctIqi'), (23441, 4228, 'Plentong, Johor Bahru', 'kesian aku tengok Ghaz / Saiful ni .. cc @ShahIskandar_M ;]'), (23442, 3287, 'Kota Tinggi, Johore', 'I''m at ZETTYARDILA''S HOME http://t.co/uvZzrR6b'), (23443, 4599, 'Johore, Malaysia', 'MO session 4 (@ Kaplan City Campus (Starhub Centre) w/ 5 others) http://t.co/6oks1ZX0'), (23444, 376, 'Plentong, Johor Bahru', '@RamziThunder07 thanks follow follow back.... &gt;_&lt;'), (23445, 1194, 'Singapore', '@msimpletontvk ikr -.- stupid kbs.'), (23446, 191, 'Singapore', '"Inside" stories are always interesting :)'), (23447, 1499, 'Johor Bahru, Johore', 'Unwind after 4 tough days (@ The Coastal Settlement w/ 3 others) [pic]: http://t.co/eOLhI0c5'), (23448, 2723, 'Plentong, Johor Bahru', '@Fiquetograph @kophooligan muka mcmni nak makan ayam. Wakkaakakakkaka. Luprkan yang lain http://t.co/pFEHtgMe'), (23449, 2162, 'Johor Bahru, Johore', 'I forgot how it feels to speak in short form.'), (23450, 1673, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 20 others http://t.co/OCNCyvJK'), (23451, 2812, 'Johor Bahru, Johore', '@journeytoernxz I love you Ernie.'), (23452, 2415, 'Malaysia', '@Ritz_TS6 สู้ๆนะพี่ริท สู้ๆ :)'), (23453, 2432, 'Johor Bahru, Johore', 'Mood less day study nth ! Totally nth today =.='), (23454, 4616, 'Tebrau, Johor Bahru', '@ChangHong_Hoo Hmph ! Okayyyyy ~~~~'), (23455, 4519, 'Kota Tinggi, Johore', 'Going to buy cig for tommorow'), (23456, 34, 'Johor Bahru, Johore', '@nehnehpoopoo really!!haha:)'), (23457, 4951, 'Riau, Indonesia', 'halo mbak dona, eh kmrin udh jadi belum ngirim tulisan ke email gsj ttg cara aplikatif mnjaga lingkungan? RT @DonaRahayu @rulirara asrull'), (23458, 1850, 'Johor Bahru, Johore', '@Reginezxoxo @rafash_ash lelong barang lah apa lagi ? #bodohnakmampos'), (23459, 3055, 'Johor Bahru, Johore', '@nurulm ok ok alright!'), (23460, 4873, 'Riau, Indonesia', 'hello @Real_Liam_Payne and @Harry_Styles , i love you . say helllo?'), (23461, 2810, 'Johor Bahru, Johore', 'People call, text, so many fucking times, Dk how to reply?'), (23462, 4108, 'Johore, Malaysia', '@mangy_mongrel @Dcal - -lol- you thought really highly of me. You expect me to carry a cr2025 button battery as a matter of course huh?'), (23463, 3681, 'Johor Bahru, Johore', 'I''m at AhBoi''s Crib http://t.co/Zh1cagfL'), (23464, 3837, 'Johore, Malaysia', 'MAYONAISE + ONION RINGS MADE MY DAY BAYBEH ❤ http://t.co/YmUpNPz6'), (23465, 97, 'Plentong, Johor Bahru', 'I''m at Al Ikhsan Taman Bukit Dahlia http://t.co/heHUzCoK'), (23466, 4068, 'Johor Bahru, Johore', 'I''m at taxi stand @ causeway point http://t.co/LPFeU4yE'), (23467, 472, 'Johor Bahru, Johore', 'Going westmall..'), (23468, 4954, 'Johore, Malaysia', 'Hello @subtleassphinx! I am watching Toe. (@ Esplanade - Theatres on the Bay w/ 8 others) http://t.co/l6DZ6PUV'), (23469, 4467, 'Johor Bahru, Johore', '@uggene Don''t eat too much, unhealthy eh?:) ;p'), (23470, 4955, 'Johore, Malaysia', 'So not in the right frame of mind for taxing statistics class after a long day of facing financial stuff and excel sheets :('), (23471, 3989, 'Johore, Malaysia', '@thisisrauf what u did at le bus'), (23472, 4681, 'Johor Bahru, Johore', '#nowwatching Se7en-When I Can''t Sing'), (23473, 2415, 'Malaysia', '@fahsrit ได้ค่ะ เดี๋ยวบอก :DD'), (23474, 349, 'Johor Bahru, Johore', 'Finally done with maths homework but imma still stress up cause I wanna do geog also no notes with me.'), (23475, 918, 'Johor Bahru, Johore', 'On my way homeeee ~ (at in 168 towards Wdl Interchange) — http://t.co/LQtrEty7'), (23476, 2290, 'Johore, Malaysia', 'Here with @Yvonne! :D (@ Little India, Singapore) http://t.co/qv77DzFQ'), (23477, 4956, 'Johor Bahru, Johore', 'HEAVEN (@ Blk 407 Fajar Road) [pic]: http://t.co/3Pp71IZn'), (23478, 2785, 'Johore, Malaysia', '@dee_kosh I supposed?tomorrow last day marh haha!!you''re unbeatable!!you gonna get that place!:)'), (23479, 4957, 'Riau, Indonesia', 'tiap x gw brsha tersenyum,biar lo gk tau gw sdng m''nutupi ksdihan gw :''('), (23480, 4568, 'Johor Bahru, Johore', '@MeiZhen_BLAH u playing what etude?'), (23481, 4958, 'Johor Bahru, Johore', 'Fk of pls!!'), (23482, 4959, 'Johor Bahru, Johore', '@norainihashim As salam.. Sama lah kita Kak! Heheh, pe kabar? :))'), (23483, 4555, 'Riau, Indonesia', 'ava mu bagus mbak ;") :@'), (23484, 181, 'Johore, Malaysia', 'Adoi juz killed 1 kitchen fire... Sampai tingkat tujuh, asap tebal...umah sudah full of smoke.. Welldone rota 3 adoii .. Mandi time'), (23485, 1783, 'Johor Bahru, Johore', 'I''m craving for McGrill :)'), (23486, 182, 'Johor Bahru, Johore', 'I''m at Bus Stop 43541 (Singapore) http://t.co/VCssWNK8'), (23487, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc me Anger u? '), (23488, 349, 'Johor Bahru, Johore', 'Zap it oh zap it why you print so slow.'), (23489, 3837, 'Johore, Malaysia', 'Stucked at Esplanade Burger King. Mane nak gyyyyy ?!'), (23490, 4960, 'Johore, Malaysia', 'I''m at PSB Academy (Henderson Campus) (Singapore) http://t.co/WOmOd2I6'), (23491, 177, 'Johor Bahru, Johore', '"A for elephant" hahaha hassan -____-'), (23492, 97, 'Plentong, Johor Bahru', 'I just ousted Tanpa N. as the mayor of Rojak Asma on @foursquare! http://t.co/BsOMaPVV'), (23493, 97, 'Plentong, Johor Bahru', 'I''m at Rojak Asma (Pasir Gudang, Johor) http://t.co/7kIjBu4O'), (23494, 2810, 'Johor Bahru, Johore', 'Everybody throw their phone away ah today?'), (23495, 4555, 'Riau, Indonesia', 'wirid :D'), (23496, 4961, 'Johore, Malaysia', 'Right here, right now. #combattime but all I''m looking forward to is wings and booze @ahli_online @gwen_ng http://t.co/foLksDvU'), (23497, 919, 'Johore, Malaysia', 'Ya Allah, tabahkanlah hatiku.. jadikanlah aku redha dgn ketentuanMu'), (23498, 2849, 'Johore, Malaysia', 'Lost and found. Love this street. Nice house and cars!!! Every drives fancy machine ... (at Bistro Petit Salut) [pic] — http://t.co/kv5hC76O'), (23499, 4544, 'Johor Bahru, Johore', 'YESSAA MY FISHEYE LENS FOR IPHONE HAS ARRIVED!!'), (23500, 3685, 'Johore, Malaysia', 'I''m at PastaMania (Singapore, Singapore) http://t.co/NfxHc4IT'), (23501, 4909, 'Singapore', '@BRIANA_iloveyou why you sound so emo!'), (23502, 54, 'Johore, Malaysia', '@_Jesusbeloved like i don''t want-.- seriously, been writing in my notes bad about those i hate -.-'), (23503, 81, 'Johor Bahru, Johore', 'Anyway. Tml still on? Or you lazy? :P @HAIFUS'), (23504, 4519, 'Kota Tinggi, Johore', 'PALL mall or winston uh???...want to smoke something different'), (23505, 2415, 'Malaysia', '@Palink_Pink วันนี้เห็นพิงค์แถวจุติ :) 5555'), (23506, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ yeah I got that on DVD from the library too. Gonna watch it later :) http://t.co/7sdtuGKI'), (23507, 4962, 'Johore, Malaysia', '@PangKawai i''m getting maths tuition!!!! siigh, i''m the only person in class that you''re on par with i think we''ll be maths budz til ib ends'), (23508, 4963, 'Johor Bahru, Johore', '#يوم_المراة_العالمي zzz, lol'), (23509, 2566, 'Johore, Malaysia', 'I''m at NTUC Fairprice (Singapore, Singapore) http://t.co/zIB7wRTJ'), (23510, 1303, 'Johor Bahru, Johore', 'I shouldn''t be thinking of you.'), (23511, 382, 'Johor Bahru, Johore', 'Cca tmrw'), (23512, 632, 'Tebrau, Johor Bahru', '@amrsbri hahaha my teacher told me! LOL serious oily. Haha'), (23513, 1850, 'Johor Bahru, Johore', 'Azan sayang . Tlg senyap .'), (23514, 4913, 'Plentong, Johor Bahru', 'N I finished my first novel tat I bought this tues!'), (23515, 4616, 'Tebrau, Johor Bahru', '@ChangHong_Hoo Aiyooooo ~~~~~ xPPPPPPPPP'), (23516, 63, 'Johor Bahru, Johore', '@lefthanie what''s wrong!?'), (23517, 4693, 'Singapore', '@iirhamakbar5 : hahaha.. debee ni pasti. enggak kok bkan aku aja tpi ada yg lain.'), (23518, 4964, 'Johore, Malaysia', 'I''m at Blk 710 Bedok Reservoir Rd http://t.co/r78P6oL1'), (23519, 1571, 'Senai Kulai, Kulai Jaya', '@AnisAzmani @izzatylyana shut up. That wasnt me. Im innocent.'), (23520, 4048, 'Johore, Malaysia', 'RT @budakchik #PeopleIWantToMeet Bruno Mars'), (23521, 4046, 'Johore, Malaysia', 'I''m at NUS Central Library (Singapore) w/ 2 others http://t.co/as1XuMQK'), (23522, 2438, 'Johore, Malaysia', '@reluctanther0 lol batayan ba tlga un ng masipag? So kapag umuuwi on time d na masipag?'), (23523, 4958, 'Johor Bahru, Johore', '@ohsocutecute haha, yeah! But I still suck at twitter xD teach me hor!! :D'), (23524, 1194, 'Singapore', '@msimpletontvk so cute right xD'), (23525, 3060, 'Tebrau, Johor Bahru', 'I''m at Ar. Razin''s House (Johor Bahru, Johor) http://t.co/QNPWPbvT'), (23526, 4913, 'Plentong, Johor Bahru', 'So yea,moving to de second'), (23527, 2347, 'Tebrau, Johor Bahru', 'kte dilatih untuk buat kje yg dtg mngejut2 dan semuanya nk segera siap tanpe gagal!! kalau gagal dalam meting t kne kunyah :-)'), (23528, 2415, 'Malaysia', '@Ry_Patchanit เค้าจะไปหาริทให้ได้ T^T'), (23529, 4827, 'Johore, Malaysia', 'Day by day I''m getting pissed without any reason or about little things. Maybe I''m just being emotional for nothing. :|'), (23530, 2051, 'Plentong, Johor Bahru', '@B4EM kat jb dah ada jual dah baem. Dah up to date dh jb. Haha'), (23531, 2524, 'Johor Bahru, Johore', '@theoneseven Lol , so have more tweets marh &lt;:'), (23532, 4108, 'Johore, Malaysia', '@mangy_mongrel @Dcal - to be honest I was kinda horrified to see it. I though I was so lucky it did not get shorted out in my pocket.'), (23533, 1194, 'Singapore', 'KBS SO MEAN D:&lt; @msimpletontvk'), (23534, 2426, 'Johore, Malaysia', 'I''m at Isetan@supermarket (Singapore) http://t.co/rvs4rihU'), (23535, 4965, 'Senai Kulai, Kulai Jaya', 'Baru balik dari Tutti Frutti ! (@ Bilik Aku Dan Roommate Aku) http://t.co/IpXJnXcK'), (23536, 3939, 'Johor Bahru, Johore', 'Let''s go BANGKOK (@ Changi International Airport (SIN) w/ 13 others) http://t.co/B1EOIcqq'), (23537, 4966, 'Plentong, Johor Bahru', 'Last day of staying (@ Hotel Selesa Pasir Gudang) http://t.co/buV9uxBZ'), (23538, 467, 'Riau, Indonesia', 'I''m at Malaysian Food Street w/ 2 others http://t.co/ynqku5qg'), (23539, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc k, *phewphew* chill ah'), (23540, 4967, 'Johore, Malaysia', 'I''m at Raffles City Shopping Centre (Singapore) w/ 12 others http://t.co/Xk0eob22'), (23541, 2979, 'Johor Bahru, Johore', 'Wow that''s funny. :D'), (23542, 632, 'Tebrau, Johor Bahru', 'RT @exohmel: Happy National Condom Day everybody!!! Remember!!! Play Safe :-)'), (23543, 2536, 'Johor Bahru, Johore', 'Finally going home. (@ Choa Chu Kang Bus Interchange w/ 2 others) http://t.co/2BOVh9wl'), (23544, 2426, 'Johore, Malaysia', 'I''m at Ikoma Language School (Singapore, Singapore) http://t.co/0UNdX2we'), (23545, 2524, 'Johor Bahru, Johore', '@theoneseven anyhow one larh (: so you got more tweets .'), (23546, 4957, 'Riau, Indonesia', 'Sabar ajah.lh ngadepin lo mah,mgkn kl gw dah gk ada baru lo tau sbrpa bsar rasa ini :")'), (23547, 4555, 'Riau, Indonesia', 'bener bgt :) @sabiil_'), (23548, 1382, 'Johor Bahru, Johore', 'Someone who sees the good and bad in me.'), (23549, 4968, 'Johor Bahru, Johore', '@tayoori009 lol u future airport u be based in'), (23550, 4793, 'Johore, Malaysia', 'I''m at HMV (Singapore, Singapore) http://t.co/yl7bB38r'), (23551, 422, 'Johore, Malaysia', 'I''m at Anna''s Palace http://t.co/nmydq9tg'), (23552, 45, 'Johor Bahru, Johore', 'I see a shooting star :):):):) if only you were here.'), (23553, 2415, 'Malaysia', 'เพลียว่ะะะะะะ ใช่สิ ไม่ใช่ลูกรัก !'), (23554, 2934, 'Johore, Malaysia', 'Tori Teriyaki meal :) @ Umisushi Paya Lebar Mrt http://t.co/YKtbXS6d'), (23555, 615, 'Johor Bahru, Johore', 'I''m at Madeira Condominium (Singapore) http://t.co/UxTzbI29'), (23556, 4849, 'Johore, Malaysia', 'Let be friends ? #Dafuq?'), (23557, 2005, 'Johore, Malaysia', '@SASHAASUHAILAH oh ok :('), (23558, 1194, 'Singapore', '28K WOAH O_O in another week i guess 30k rofl;3 just enjoy tweeting ;3'), (23559, 184, 'Johor Bahru, Johore', 'RT @_amalynaaa: RT @samxbkr Happy Anniversary to the +Js! Though the +J namesake was only conceived about a month later. '), (23560, 472, 'Johor Bahru, Johore', '@Telesaurtise oh I did...not finish them haha'), (23561, 578, 'Johor Bahru, Johore', '@EstherNYX please. They have way more unhealthy stuff. I''m gonna cut down on McDonalds. And I''ll stop upsizing probably'), (23562, 1819, 'Johor Bahru, Johore', '@MuhdAlfiyan @DinSharif mane nk ajak'), (23563, 3567, 'Johor Bahru, Johore', 'I''m at Tampines 140 (Singapore, Singapore) http://t.co/t7ulA7eH'), (23564, 4950, 'Johor Bahru, Johore', 'I''m at Habib Family Restaurant (Singapore, Singapore) http://t.co/FkFgv2NN'), (23565, 4969, 'Johore, Malaysia', 'I''m at Palm Beach Seafood Restaurant (Singapore, Singapore) http://t.co/2DlG1t55'), (23566, 2664, 'Plentong, Johor Bahru', '@edlinayn haha, tak dapat upah ke i bodek ni? xD'), (23567, 4555, 'Riau, Indonesia', 'okeedehh sip sipp :) @RISE_WORLD'), (23568, 4970, 'Johore, Malaysia', 'Here we go (at The Grand Theater) [pic] — http://t.co/efcSiLPj'), (23569, 3438, 'Johore, Malaysia', 'I''m at Astons Specialities (Singapore, Singapore) http://t.co/Jt70oMNs'), (23570, 4228, 'Plentong, Johor Bahru', 'ayah saje je tukar channel . kejap tv3 kejap tv2 kejap tv9'), (23571, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN @jinkoi_ eat finish already la. even reach home already'), (23572, 326, 'Tebrau, Johor Bahru', 'Work hard!!! (@ Olympia Gym) http://t.co/02tEJn3J'), (23573, 2524, 'Johor Bahru, Johore', '@JesslynJL @falalala_ @inlovee_ LOL !'), (23574, 4228, 'Plentong, Johor Bahru', 'ayah saje je tukar channel . kejap tv3 kejap tv2 kejap tv9 [Like it? http://t.co/I6ikWauB ]'), (23575, 1194, 'Singapore', '"Haters gonna hate" ♥ Heh. ;3 @msimpletontvk'), (23576, 615, 'Johor Bahru, Johore', 'I''m at ©Kevin''s ™ http://t.co/HpEfXoKz'), (23577, 4473, 'Johore, Malaysia', 'thank you luvies for the gifts! @ jimmie''s crib http://t.co/vLjynJio'), (23578, 80, 'Johore, Malaysia', 'Hate it :( when my hair dryer almost exploded. I''ve been air drying my hair since Sunday.'), (23579, 141, 'Johore, Malaysia', 'I''m at Bus Stop 11521 (Anchorpoint) (Singapore, Singapore) http://t.co/hSNdTlyr'), (23580, 1232, 'Johore, Malaysia', '@NabilahRugan @greenie_leena everything ? Literally everything ? Hehee'), (23581, 4971, 'Plentong, Johor Bahru', '@AfeezVanilla cantil..???haha..'), (23582, 2415, 'Malaysia', 'สงสารพี่ชิน สู้ๆๆ *สะบัดพู่* 55'), (23583, 4957, 'Riau, Indonesia', 'hingga tiba saat.y kau akan menyadari# smga blm terlambat eaaaak'), (23584, 3146, 'Johore, Malaysia', 'at the moschino show for 15 mins. rush hour begins now. (@ The Paragon w/ @wearegoldennn) http://t.co/DRHaqeg3'), (23585, 4972, 'Johore, Malaysia', '@ameerasawit Daa f0llow da .. Ucu da f0llow ke bel0m kkk punyee twitter..'), (23586, 1585, 'Johor Bahru, Johore', 'I''m at Somewhere I Belong http://t.co/CfboCID2'), (23587, 4953, 'Plentong, Johor Bahru', '@SorayaJAdam same la.. cm mls nk pg..tiket pon i dh jual blek.. yg u nape tak g?..'), (23588, 50, 'Johor Bahru, Johore', 'Going down now...Im seriously Takut'), (23589, 4467, 'Johor Bahru, Johore', '@uggene Enjoy bah, later hand oily oily touch keyboard/phone not good, finish then talk to me:)'), (23590, 4924, 'Plentong, Johor Bahru', '@XuShanQing idk leh, becos i heard from sp group in facebook no more slot liao.. :( so i use tht as excuse lor haha :) u 24/3?'), (23591, 4568, 'Johor Bahru, Johore', '@MeiZhen_BLAH haha (: etude 2 easier(:'), (23592, 632, 'Tebrau, Johor Bahru', '#HappyNationalCondomDay ? Patut lah kiteorang main condom tadi! @DaengHazimah @adlihakeem @nurhamizahamdan @ShafinazIzhar @shahryna'), (23593, 3646, 'Johor Bahru, Johore', 'I''m at Beauty World Centre (Singapore, Singapore) http://t.co/99gkCy4z'), (23594, 4228, 'Plentong, Johor Bahru', '@TheLazyofAes @syadasyadot haha betul tu aes . hahahaha'), (23595, 81, 'Johor Bahru, Johore', '@HAIFUS okay babe! :) you want me to wait for you? ^^'), (23596, 4473, 'Johore, Malaysia', 'relate?? @jo86swag heheh @ jimmie''s crib http://t.co/AFMLJR9N'), (23597, 1850, 'Johor Bahru, Johore', '"@NrlIzt: asal ramai org geram ngan aku ni.... :("'), (23598, 1301, 'Johor Bahru, Johore', 'Tmr class outing! Yahoo! Can''t wait!'), (23599, 472, 'Johor Bahru, Johore', '@feefhvrx_ oh really haha good!! Then can I ask if the military shop is still open or not?haha would be a great help'), (23600, 1005, 'Johor Bahru, Johore', 'Just finish eating now watching show.. (@ living room) http://t.co/tZUenVmU'), (23601, 1194, 'Singapore', '@msimpletontvk not like they purposely did them . all were accidents &gt;&lt; peeeeeesh kbs . -.-'), (23602, 1100, 'Johore, Malaysia', 'Dinner first hehe (@ Spize River Valley) http://t.co/htc6vjpx'), (23603, 4967, 'Johore, Malaysia', 'I''m at J.Co Donuts &amp; Coffee (Singapore) http://t.co/v1QDB2Ib'), (23604, 36, 'Johor Bahru, Johore', 'MUHAHA. Mr Edward''s homework = optional work'), (23605, 1283, 'Kota Tinggi, Johore', '@Magggdalene Awww Jaafar and ariel &lt;3'), (23606, 80, 'Johore, Malaysia', 'So nice to see everyone again :( wish I could have stayed @Nataliehoqm @gladysakl @maggietmq @ericplaysfire'), (23607, 4973, 'Johor Bahru, Johore', 'I''m at Mufiz Food Corner (Singapore) http://t.co/MH68n806'), (23608, 4228, 'Plentong, Johor Bahru', '@zaskiasyah15 wahh cantik bgt sis :]'), (23609, 1819, 'Johor Bahru, Johore', '@DinSharif @MuhdAlfiyan ade ape?'), (23610, 4958, 'Johor Bahru, Johore', '@WEITINGG_G Hello :D'), (23611, 4974, 'Kota Tinggi, Johore', 'Faded away (at Overhead Bridge @ Tai Seng) [pic] — http://t.co/iUMp6TQJ'), (23612, 4975, 'Johore, Malaysia', 'most of us got educated out of our creativity.'), (23613, 2437, 'Johore, Malaysia', '@Fahms_ will do bro! :)'), (23614, 4048, 'Johore, Malaysia', 'Saya mahu ke bilik ye sayang, kerana ku mahu sembahyang..'), (23615, 4113, 'Johore, Malaysia', 'Awesome, you said you want it in advance but told me you want it at 7.15. Isn''t that now? I don''t know if you''re stupid or just stupid.'), (23616, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ yeah i think I will too. I have Bern cutting down on fast food lately. Gonna keep it that way'), (23617, 2005, 'Johore, Malaysia', '@SASHAASUHAILAH ok cos most of them not going seh'), (23618, 4363, 'Johore, Malaysia', 'Lion symbol (@ The Merlion w/ 2 others) http://t.co/QVZmrTqH'), (23619, 4951, 'Riau, Indonesia', '@RevaEva tgl 15 april yah, oke insya allah aku ikut kesana deh besok, gimanaaa trembesinya udh dpt?'), (23620, 1194, 'Singapore', 'At least Big Bang produces many awesome music. ♥ ORIGINAL.'), (23621, 4842, 'Johor Bahru, Johore', 'Gonna bathe now^^ (@ my Awesome house((:) http://t.co/TGP4D3df'), (23622, 632, 'Tebrau, Johor Bahru', '@amrsbri Guna lah. Tak payah Ada anak.'), (23623, 4849, 'Johore, Malaysia', 'Pocong + Pontianak = Toyol . #DaFuq?'), (23624, 2979, 'Johor Bahru, Johore', 'Annoying sia. Mails keep pooped up.'), (23625, 4976, 'Plentong, Johor Bahru', '@miz_maleya kwn slmt hari lahir ye...'), (23626, 4977, 'Malaysia', 'I''m at Sweet&amp;Nice Wedding Studio http://t.co/6XoamjUy'), (23627, 4978, 'Johor Bahru, Johore', 'Eating macs now after a tiring npap!'), (23628, 276, 'Johor Bahru, Johore', 'someone wanna treat us watching movie tonite !'), (23629, 4957, 'Riau, Indonesia', 'Secara berlahan ato scara to de point tetep aja intinya meninggal.kn#nyesek'), (23630, 4827, 'Johore, Malaysia', 'I may smile at others but being alone, I might just cry. Who knows?'), (23631, 4979, 'Johor Bahru, Johore', '“@JoyceMeyer: God wants to speak to you on a one-to-one basis every day. He wants to lead you to the good things He has in store for you.”'), (23632, 4980, 'Johore, Malaysia', 'Tsk tsk, rozelle so excited siol . RT : @ZelleZiao : I have a feeling @Ljoeftw is eating. Thats why she aint replying ne.'), (23633, 4981, 'Johore, Malaysia', 'I''m at Queenstown MRT Station (EW19) (Singapore, Singapore) w/ 4 others http://t.co/964VYYj0'), (23634, 3636, 'Johore, Malaysia', 'takaki yuya is cool'), (23635, 4681, 'Johor Bahru, Johore', 'Had a goood taalk with Syamimi jusst now in the bus. (:'), (23636, 1257, 'Johore, Malaysia', '@SuMayGan @hooiJinn me three!! So miss the everything in Korea.'), (23637, 4982, 'Johor Bahru, Johore', '(=.=)'''''' (at IKEA) — http://t.co/1eVhNHaM'), (23638, 3837, 'Johore, Malaysia', '" Who do you think you are running round leaving scars. Collecting your jjar of hearts and tearing love apart. "'), (23639, 14, 'Johor Bahru, Johore', 'Tmr dad ''s leaving to overseas. I don''t feel as happy as I expected. #wtf'), (23640, 4983, 'Johore, Malaysia', 'thanks serene and Polly..enjoying lao ban in class.. ❤ @ Kaplan City Campus (Wilkie Edge) http://t.co/cisiTFqb'), (23641, 4080, 'Johor Bahru, Johore', 'It''s just about time that I started thinking about myself.'), (23642, 3090, 'Johor Bahru, Johore', '@petrinaheartxcz lol yeah , they think too highly of themselves already'), (23643, 4984, 'Kota Tinggi, Johore', 'I''m at Ichiban Sushi (Singapore, Singapore) w/ 2 others http://t.co/vsef81kn'), (23644, 4985, 'Tebrau, Johor Bahru', 'Test drive whitey ;)'), (23645, 4986, 'Johor Bahru, Johore', 'I''m at Boon Tong Kee 文东记 (Singapore, Singapore) http://t.co/4lCzIMss'), (23646, 4968, 'Johor Bahru, Johore', '@tayoori009 okay but that''s damn cool no shit :) is there a cool terminal'), (23647, 2347, 'Tebrau, Johor Bahru', '@aimyzmimi sabar :-)'), (23648, 740, 'Johor Bahru, Johore', 'ada uh bdak pendek\nNi.Da uh bbl psal dier leh sot! RT“@tweetlipxz:@ForeverChronic alala siape buat kau hampa ni?meh bilang kakak siape haha”'), (23649, 4296, 'Johore, Malaysia', '@thyellowbrick hiayo.. is ur admission number la.. :/'), (23650, 3749, 'Johore, Malaysia', 'I''m at EpiCentre (Apple Store) (Singapore, Singapore) http://t.co/wKYIHYu2'), (23651, 1748, 'Pulai, Johor Bahru', 'I''m at Tutti Frutti Perling Mall http://t.co/rckrgvHw'), (23652, 578, 'Johor Bahru, Johore', 'I would have never thought McDonalds salad is one if the most unhealthy item on the menu...'), (23653, 4987, 'Johore, Malaysia', 'Toeeeee (@ MOSAIC Music Festival w/ @miltonsau) http://t.co/sNIXI0Zq'), (23654, 4980, 'Johore, Malaysia', 'downloading song , lazy do HBL .'), (23655, 632, 'Tebrau, Johor Bahru', 'RT @AnwarHaniff: Sayang let''s otp, i miss your voice'), (23656, 4336, 'Johor Bahru, Johore', '@fcukitbitchful :X ask ur sister chill.. :B'), (23657, 384, 'Malaysia', 'จะเหนื่อยอะไร มากมายเพียงนี้?!?'), (23658, 4957, 'Riau, Indonesia', 'Pelajaran hidup di mulai dari rasa sakit# trying'), (23659, 4988, 'Johor Bahru, Johore', 'I''m at Home  (Singapore) http://t.co/kJnYrup9'), (23660, 4844, 'Johor Bahru, Johore', 'Time to ball http://t.co/YDeujeRj'), (23661, 4681, 'Johor Bahru, Johore', '"@AfiqMetallic: Im just waiting for you."'), (23662, 4057, 'Johore, Malaysia', '@cha_lacap hindi naman toxic.. Ayaw ko lang hehe..'), (23663, 1588, 'Johore, Malaysia', 'I''m at Marina Square Golden Village http://t.co/tjaYL7ms'), (23664, 4873, 'Riau, Indonesia', '@BeforeYouExit mind to followme back , dude ? &lt;3'), (23665, 4959, 'Johor Bahru, Johore', '@SarahAqilahJ As salam..Sis, tahniah! Semoga semuanya berjalan lancar. Salam ceria dr kami di Woodlands. ",)'), (23666, 4968, 'Johor Bahru, Johore', '“@Shaozyy: HOLY XIAO HAN RT @Spencercurrylim: i m just prayin not to fail and module. pls god”'), (23667, 2418, 'Johor Bahru, Johore', '@yiiliinggg then change it (: you cant change the result , but you can change your attitude and make sure you get 4 the next time!'), (23668, 4612, 'Malaysia', 'I''m at ธนาคารไทยพาณิชย์ (Siam Commercial Bank) (Hat Yai, Songkhla) http://t.co/HaXhyOh8'), (23669, 384, 'Malaysia', 'สลบ-[]-'''), (23670, 4953, 'Plentong, Johor Bahru', 'dh msk maghrib.. bangon2!!..'), (23671, 1748, 'Pulai, Johor Bahru', '@reginachin chill chill'), (23672, 4989, 'Johor Bahru, Johore', 'Training can be anywhere..am now in woodlands'), (23673, 4228, 'Plentong, Johor Bahru', 'ohyeah ! balkis kena tangkap .alah kak polis yang kerek , tangkap je balkis tu . haha jahat sangatt.'), (23674, 4990, 'Johore, Malaysia', 'open my eyes to Your wonders Lord.'), (23675, 4991, 'Johore, Malaysia', 'I don''t know whether to be happy or sad.'), (23676, 3837, 'Johore, Malaysia', '@ArizDCruz yeah ;b'), (23677, 4568, 'Johor Bahru, Johore', '@MeiZhen_BLAH nope he left at 4 today /:'), (23678, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ lol yeah but now fast food prices can compete with hawker centre food prices already.'), (23679, 4113, 'Johore, Malaysia', 'Got to DL 2AM and B1A4 new songs.'), (23680, 63, 'Johor Bahru, Johore', '@M_shad0ws rabs tkde pe? Ahha aku ade! Kau tau kdai comics ape bnde enta. De ade jual. Lgpn klu yg amek olvl de ban dari jual. ;P'), (23681, 1750, 'Johore, Malaysia', '@whiteheadrunner my 1 year old tefal toaster shit itself this week. 1 month after end of warrenty. Remember when stuff used to last?'), (23682, 1748, 'Pulai, Johor Bahru', 'Never get sick of tutti frutti:D'), (23683, 4971, 'Plentong, Johor Bahru', '@AfeezVanilla hahaha..sje je..hehe..'), (23684, 7, 'Johore, Malaysia', '@JoharIman K greatt.'), (23685, 3358, 'Johore, Malaysia', '@JerryT9 bought ur laptop?'), (23686, 4992, 'Johore, Malaysia', 'Headache!! Argh!'), (23687, 2234, 'Johore, Malaysia', 'I''m at PSB Academy (Delta Campus) w/ @adrian_kosim http://t.co/LnPIGj85'), (23688, 4975, 'Johor Bahru, Johore', 'if u want to succeed are u also prepared to pay it''s price?'), (23689, 1748, 'Pulai, Johor Bahru', 'I love him.'), (23690, 141, 'Johore, Malaysia', 'I''m at Bus 33 http://t.co/vQobQnQf'), (23691, 4993, 'Johor Bahru, Johore', 'Eating at the newly opened Ayza''s Restaurant. @ Ayza''s Restaurant http://t.co/n5wEGaE1'), (23692, 63, 'Johor Bahru, Johore', 'Cloud nine.'), (23693, 1850, 'Johor Bahru, Johore', 'Prayers time . &lt;3'), (23694, 1158, 'Johor Bahru, Johore', '@LackadaisicalFa didn''t know trainer for run needs WSQ cert. haha. Can can! Lol'), (23695, 632, 'Tebrau, Johor Bahru', '@amrsbri haha I mean, kalau dia nak anak 2... So Kali ke-3, guna lah condom'), (23696, 3307, 'Johore, Malaysia', 'I cannot start my GunZ. Fuck.'), (23697, 1406, 'Johore, Malaysia', '@najeeela auntie respond to my SMS please'), (23698, 3822, 'Plentong, Johor Bahru', 'My muscle growing up !'), (23699, 4994, 'Johore, Malaysia', 'S.League: Tampines vs Tanjong Pagar (@ Clementi Stadium) http://t.co/w4oQM2mg'), (23700, 1231, 'Johor Bahru, Johore', 'My brother sketched me while im playing guitar.. The tears are what he feels while im playing a particular song.. http://t.co/w0raPNlS'), (23701, 4995, 'Singapore', 'This means Ain''t No Fun MV soon!'), (23702, 1540, 'Johore, Malaysia', 'Otw home!'), (23703, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE yyea syg..hehe..:)'), (23704, 4768, 'Johor Bahru, Johore', 'Tell me what u really really wan.'), (23705, 1037, 'Johor Bahru, Johore', '@aytell @chekvillegas @annepangan @jinkyoliveros OT ang drama ko today :((((('), (23706, 4957, 'Riau, Indonesia', '@ardiyanti_suci apa.y yg gk WAW hehehe manyun gt iaa'), (23707, 3358, 'Johore, Malaysia', '@charshawnam namnamnam'), (23708, 3307, 'Johore, Malaysia', '@Pig_roasted Uhhuuh?'), (23709, 1283, 'Kota Tinggi, Johore', '@Magggdalene Yeah haha!! Want go not? Weekday I can leh'), (23710, 1382, 'Johor Bahru, Johore', '@PeiYi2706 aren''t you thick skinned'), (23711, 1850, 'Johor Bahru, Johore', '@Buqairy oi solat magrib dulu ..'), (23712, 2918, 'Johore, Malaysia', 'Tired ::'), (23713, 4898, 'Johore, Malaysia', 'I''m at Toa Payoh HDB Hub (Singapore, Singapore) w/ 2 others http://t.co/zavwEgaC'), (23714, 2418, 'Johor Bahru, Johore', '“@TheseDamnQuote: True love has a habit of coming back.”'), (23715, 3, 'Plentong, Johor Bahru', 'maghrib! tunaikan kewajipan semuaa :'')'), (23716, 2664, 'Plentong, Johor Bahru', 'kasut Macbeth memang pujaan ahati aku tapi sayang, mahal la =='''), (23717, 1748, 'Pulai, Johor Bahru', 'Parents and sista coming back later!! Whee. Time to choose souvenirs!'), (23718, 1850, 'Johor Bahru, Johore', '@budakchik solat dulu nnt dh tk ..'), (23719, 1481, 'Johore, Malaysia', 'Dinner (@ Han''s Cafe) http://t.co/BTsVGRpG'), (23720, 820, 'Singapore', 'The first thing i was supposed to do this morning was to watch #TVD and i have yet to watch it haha! Not so Bebu'), (23721, 3875, 'Johor Bahru, Johore', 'Sayunya hatiku..'), (23722, 4996, 'Johor Bahru, Johore', 'Baby went back at 6 plus ! Miss him so much ):'), (23723, 4997, 'Johore, Malaysia', 'I''m at Wesley Methodist Church (Singapore, Singapore) http://t.co/sSWCvXlO'), (23724, 4998, 'Johore, Malaysia', 'dihina hina aja wib motor nya.. ntar pasti panas deh tuh dia..RT @Wibi1987: markipul *panasin motor* *pake kompor*'), (23725, 4612, 'Malaysia', 'I''m at ธนาคารกสิกรไทย (Hatyai, Songkhla) http://t.co/F5l2RwoV'), (23726, 1406, 'Johore, Malaysia', '@vhwy95 haha recently only lah:)) some cute pic of Donghae:)'), (23727, 1445, 'Johore, Malaysia', '@Hadi_Ahdee your ex! Lalalala!'), (23728, 1244, 'Johore, Malaysia', 'I''m at Toa Payoh Swimming Complex (Toa Payoh, Singapore) http://t.co/vFRQI1ax'), (23729, 4999, 'Johor Bahru, Johore', 'IMY a lot.... :''('), (23730, 81, 'Johor Bahru, Johore', '@HAIFUS okay you tml confirm w me again! :)'), (23731, 5000, 'Pulai, Johor Bahru', 'Sorila principal,x memasal j kne kelentong dgn ak..'), (23732, 3792, 'Johor Bahru, Johore', 'http://t.co/gTwO41LQ @Boi_Elastico ni kau ckp gay??'), (23733, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE wah background..mnarik..haha..'), (23734, 1708, 'Johor Bahru, Johore', 'I''m at 成喜素食 http://t.co/UvTaVSiY'), (23735, 1022, 'Kota Tinggi, Johore', 'Fats again!!! Ahahaha... (@ KFC w/ @eleapot) [pic]: http://t.co/GxQrJBkx'), (23736, 643, 'Johor Bahru, Johore', '@JasonLobster let''s meet on the 30th!!!!! Hehehehehe.'), (23737, 3904, 'Senai Kulai, Kulai Jaya', '@eizawahidah ko wat2 sepak kusi dr bwh za...'), (23738, 4575, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 22 others http://t.co/WKVY5tSw'), (23739, 4568, 'Johor Bahru, Johore', '@MeiZhen_BLAH idk leh...'), (23740, 5001, 'Johore, Malaysia', 'I''m at Masjid sultan http://t.co/UttCEpxL'), (23741, 4693, 'Singapore', '@iirhamakbar5 : iya.. =P'), (23742, 4993, 'Johor Bahru, Johore', 'I''m at Ayza''s Restaurant http://t.co/72qMpa5U'), (23743, 4849, 'Johore, Malaysia', 'If you don''t have an asshole friend , probably you are the asshole #9gag'), (23744, 1748, 'Pulai, Johor Bahru', '@reginachin ohhhh. HAHAHAHA. Gonna eat tutti frutti now. Bye~~~Hehehehehe'), (23745, 448, 'Johor Bahru, Johore', 'I''m at Salted Caramel Artisan Ice Cream (Singapore) http://t.co/NOMXkjSN'), (23746, 575, 'Plentong, Johor Bahru', '@FyyTasha :)'), (23747, 3307, 'Johore, Malaysia', '@Pig_roasted Really...?'), (23748, 3358, 'Johore, Malaysia', '@JerryT9 which?! Spec?'), (23749, 2960, 'Johore, Malaysia', 'Pretty putty cat!!! &lt;3 @ Baby kitty cat room!!! http://t.co/OFfXVeAp'), (23750, 3687, 'Johore, Malaysia', 'BNSS BAND CONCERT! (@ NAFA Campus 3) http://t.co/1fdBlSJC'), (23751, 5002, 'Johor Bahru, Johore', 'I''m at ITE College West (Chua Chu Kang) http://t.co/wB7OZT3P'), (23752, 5003, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza (Singapore, Singapore) w/ 7 others http://t.co/wsvDLxwS'), (23753, 4296, 'Johore, Malaysia', '@thyellowbrick hahahah.. you really kinda a bit blur.. hahahah.. anyway what sch u frm again?'), (23754, 185, 'Singapore', '|'), (23755, 3868, 'Johore, Malaysia', '淫荡的一天结束鸟 (@ National Library Building w/ 6 others) http://t.co/SNJpUFiD'), (23756, 5004, 'Johore, Malaysia', '짜장면!!! @sh3r_yl @penguinreborn @theshikshin1 (at Food Village) [pic] — http://t.co/dfiTgxae'), (23757, 4907, 'Johor Bahru, Johore', 'It''s late in the evening. She''s wondering what clothes to wear. She puts on her make up and brushes her long blonde hair;'), (23758, 622, 'Johore, Malaysia', 'I envy couples that their relationship last so long.'), (23759, 902, 'Johor Bahru, Johore', '@DreamsCreams babe so wat Zhi Zheng say?'), (23760, 2298, 'Johor Bahru, Johore', 'Some Fresh+Crunchy Snackin'' while waiting for dinner to be hot &amp; ready.. @ Hougang Ave 4 http://t.co/8HX07mjd'), (23761, 1069, 'Johor Bahru, Johore', '@rohanitarohin 40cents!!!!'), (23762, 643, 'Johor Bahru, Johore', 'Oh look! Zero dollar in my wallet. And chicken rice for me! Oh well.'), (23763, 5005, 'Johor Bahru, Johore', 'I''m at Zuriel''s House Magic Tree (Simei, Pasir Ris) http://t.co/VDGbYJsF'), (23764, 5006, 'Johore, Malaysia', 'This means war (at The Cathay Cineplex) — http://t.co/Wxb00A5B'), (23765, 1259, 'Johore, Malaysia', 'On time this time! (@ The Sands Theater) http://t.co/oKgPKMFV'), (23766, 1054, 'Johore, Malaysia', '@sammmydee u know how to speak their language?'), (23767, 586, 'Johor Bahru, Johore', 'Dumping lots of stuffs. (@ Cynthia''s Study Room ) http://t.co/PxzdLmRQ'), (23768, 4693, 'Singapore', '={ &lt;--- mustache'), (23769, 3241, 'Johore, Malaysia', 'I''m at Seoul Garden (Singapore, Singapore) http://t.co/4oA1j5kB'), (23770, 3638, 'Johore, Malaysia', 'I''m at Joe''s Kitchen Thai Cuisine@Alexandra http://t.co/Kj32TMqo'), (23771, 4555, 'Riau, Indonesia', 'Rise ini lagu untuk kalian :) @RISE_WORLD'), (23772, 632, 'Tebrau, Johor Bahru', '@amrsbri ekonomi sekarang tak mengizinkan.'), (23773, 4951, 'Riau, Indonesia', 'jgn malas nak ~_~ RT @zuhri_oktariza mau kuliah, tapi ngantuk, baa koo'), (23774, 5007, 'Johore, Malaysia', 'Why cant i have a normal life ? I just want to be slim and beautiful for just once in my life .No critisism . Please God .'), (23775, 63, 'Johor Bahru, Johore', '@ZynneBanks kn dah malam. Orang itam malam tkle nampak. Hiok'), (23776, 379, 'Johor Bahru, Johore', 'I''m at Shuang Jin Eating House (Singapore) http://t.co/x3sNtuqD'), (23777, 1402, 'Johor Bahru, Johore', 'I''m at Swensen''s (Singapore) w/ 3 others http://t.co/wh8edb0l'), (23778, 2330, 'Johor Bahru, Johore', '@KatieMooMooBear hahahahaa yeap, malaysia! :)'), (23779, 3349, 'Johor Bahru, Johore', 'Heehhhhh... Travelling 2 hari rasanya kayak sebulan..... Capekkkk bangettt.... http://t.co/2a32hxPR'), (23780, 1194, 'Singapore', 'Popularity isn''t all for one to prove they gain success right?:D the music charts. the 60,000 over fans that support big bang. (Y)♥'), (23781, 484, 'Johore, Malaysia', 'On way to networking do (@ Tiong Bahru MRT Station (EW17)) http://t.co/Iq3AdhkH'), (23782, 5008, 'Johore, Malaysia', 'Eating herbal egg :D the time taken to peel off the skin like longer than eating the egg :/'), (23783, 5009, 'Johor Bahru, Johore', 'Saw @hai_ry_az_man . Tadi aku fikir abg handsome mane :P'), (23784, 5010, 'Johore, Malaysia', '@JAYYYSIAAH u saw tat on th bus?'), (23785, 3837, 'Johore, Malaysia', 'Oklah.'), (23786, 3680, 'Johore, Malaysia', 'Relieved'), (23787, 4778, 'Johore, Malaysia', 'Time for class! ^^ (@ DanzPeople, Pomo) http://t.co/rJ5qS5M2'), (23788, 4435, 'Johore, Malaysia', 'Just realized commonwealth have another bike shop. Woots'), (23789, 3898, 'Johore, Malaysia', '4S is getting common and boring !!'), (23790, 5011, 'Johore, Malaysia', 'I''m at Tan Tock Seng Hospital (TTSH) (Singapore, Singapore) w/ 2 others http://t.co/vkuqPEf1'), (23791, 256, 'Johor Bahru, Johore', 'Mmmm nice weather to swim ! Shall go swimming now !'), (23792, 2972, 'Johore, Malaysia', 'First time ko sumakay sa motor dito sa SG. Knina nung naglunch kme sa IMM. http://t.co/aqCHr7Oa'), (23793, 4228, 'Plentong, Johor Bahru', 'apa eh nama polis lelaki bertopi ni ? muka dia macam remy ishak , ibu cakap .. #AtasNamaCinta'), (23794, 5012, 'Johor Bahru, Johore', 'Another batch of lasallians...:)'), (23795, 5013, 'Malaysia', 'แวะซื้อของงง (@ Robinson Had Yai (โรบินสัน หาดใหญ่) w/ 2 others) http://t.co/KqA6vf2W'), (23796, 2785, 'Johore, Malaysia', 'Aiyo!tuition teacher haven come seh!'), (23797, 4768, 'Johor Bahru, Johore', 'A little thing , our f/s sink. fml.'), (23798, 1850, 'Johor Bahru, Johore', 'Cant you see im trying to pray here ..? So pleasse .. can ? Thank you ..'), (23799, 578, 'Johor Bahru, Johore', '@EstherNYX woah I didn''t know that. I would eat fries but I won''t be eating McDonalds all the time. Their chicken nuggets sound gross though'), (23800, 5014, 'Kota Tinggi, Johore', '@janny_manny lol really'), (23801, 2415, 'Malaysia', '@Cotton__Wool อารมณ์ตอนนี้มันแบบ เพลีย5555 ถึงไม่ได้แต่เข้าใจฟค. เข้าใจศิลปิน แต่ไม่เข้าใจต้นสังกัด -___________-'), (23802, 472, 'Johor Bahru, Johore', '@feefhvrx_ hmm..shall check it out!!thanks haha'), (23803, 4873, 'Riau, Indonesia', 'cuma ko jiff kayaknya :'') {}{}{}{}{}{}'), (23804, 1259, 'Johore, Malaysia', 'I''m at WICKED: The Broadway Musical (Singapore) w/ 3 others [pic]: http://t.co/69M6eO1R'), (23805, 3600, 'Johor Bahru, Johore', 'I''m at Blk 314 Hougang Ave 5 (Singapore) http://t.co/BCReLf0m'), (23806, 1445, 'Johore, Malaysia', 'Ice skating with collleague!'), (23807, 4768, 'Johor Bahru, Johore', 'Stop flirting and start working.'), (23808, 4870, 'Johore, Malaysia', 'Just visited mie Aunty, uncle and their new born angel (; (@ Kkh Women''s Tower, Ward 34) http://t.co/mfQWk4Yz'), (23809, 1850, 'Johor Bahru, Johore', '@budakchik dabis report kt aku ..'), (23810, 32, 'Malaysia', '@Plukko สวัสดีค่ะพี่ปลั๊ก'), (23811, 4467, 'Johor Bahru, Johore', '@uggene why wrong?:O ?!?!?! http://t.co/jlTJh6y3'), (23812, 2330, 'Johor Bahru, Johore', 'I wna eat... Calbee.. Seaweed flavour chips..'), (23813, 2374, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be Dah dinner ??'), (23814, 4980, 'Johore, Malaysia', '@ZelleZiao Hahas , go chat with him luh !'), (23815, 5015, 'Johore, Malaysia', 'Smoochiezz (@ ADL Building) http://t.co/YQj5w4bw'), (23816, 4228, 'Plentong, Johor Bahru', '@iHeran gile bangang . hahahhaha'), (23817, 1194, 'Singapore', '@bunnybaby1315 YEP &lt;3'), (23818, 3184, 'Johor Bahru, Johore', 'I''m at Cheah Heng Eating House (Singapore, Singapore) http://t.co/H9NWDdqA'), (23819, 4998, 'Johore, Malaysia', 'ooohh i love adam sandler''s movie so much..'), (23820, 4458, 'Johor Bahru, Johore', 'got feel for ice cream'), (23821, 5016, 'Johor Bahru, Johore', 'Makan dinner with Christina! :) (@ Ichiban Sushi) http://t.co/AKysD2V9'), (23822, 2005, 'Johore, Malaysia', 'Bagus lah tu nak school holiday aru nak sakit'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (23823, 3837, 'Johore, Malaysia', 'Let''s go to Marina Squaaaaare ❤❤'), (23824, 5017, 'Johor Bahru, Johore', 'I''m at Ivann''s Home :) (Singapore, Tampines) http://t.co/WTBAWlOk'), (23825, 2961, 'Johore, Malaysia', 'I''m at VivoCity w/ @alrykalanor http://t.co/yUCTXzXk'), (23826, 3998, 'Johor Bahru, Johore', '@BuffyB_bears @chermaine_w @aehhrica @syaafiqah @jundelovestf2 peiyi me more xtra'), (23827, 3374, 'Johor Bahru, Johore', 'I''m at Cold Storage (Singapore) http://t.co/jATha4Lw'), (23828, 1384, 'Johor Bahru, Johore', 'I need u here:( @acidlacedkisses'), (23829, 4467, 'Johor Bahru, Johore', '@Hayleystitch :)'), (23830, 740, 'Johor Bahru, Johore', 'mane ada marah, tngah senyum ni -.-!“@tweetlipxz: @ForeverChronic HAHAHAHAHA MARAH NAMPAK”'), (23831, 54, 'Johore, Malaysia', '@_Jesusbeloved haha:p no lah, god give us a life so we must appreciate it although i really hate my life, some lame thing ruin my whole life'), (23832, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ yeah. But now hawker centre prices going up. Now ffried rice cost almost $5 for a packet'), (23833, 3979, 'Johore, Malaysia', 'Mine also! RT @Sillyb0y28: My throat really died!'), (23834, 4348, 'Johor Bahru, Johore', '@looooofy who ah ?'), (23835, 4959, 'Johor Bahru, Johore', '@norainihashim Ya betul Kak! 10 markah..Hehehe! Ngah makan eh..Selamat menjamu selera ya.. :))'), (23836, 1264, 'Johore, Malaysia', 'So far the movie is boring like shit'), (23837, 5018, 'Johore, Malaysia', 'I''m at Our Korner (Singapore) http://t.co/zmnzE1zc'), (23838, 2524, 'Johor Bahru, Johore', '@tanzhengnan you got 12 followers liao . Actually you got 6 only . I help you add another 6 xD'), (23839, 4883, 'Johore, Malaysia', '@kokksusan your boyfriend? Lol'), (23840, 160, 'Johore, Malaysia', 'I''m at Vet Practice http://t.co/OaRtumHp'), (23841, 3215, 'Johor Bahru, Johore', '@inkaddictjosiah finished work at 530. Yl today learn car Eh. You with who today?'), (23842, 5019, 'Johore, Malaysia', 'Black pig shabu shabu @ Tampopo http://t.co/b1UcFAcN'), (23843, 3837, 'Johore, Malaysia', 'JOM. http://t.co/vhl7z9bn'), (23844, 4465, 'Johore, Malaysia', 'IRIS so damn interesting'), (23845, 3307, 'Johore, Malaysia', '@Pig_roasted Omg.'), (23846, 1257, 'Johor Bahru, Johore', 'The size just nice. I should get another one! Damn it!'), (23847, 4435, 'Johore, Malaysia', '@aliciamutheardy no! Dee kosh better!'), (23848, 2415, 'Malasia', 'ก็ใช่สิ ฉันมันไม่ใช่ลูกรัก ไม่ค่อยน่าแคร์เท่าไหร่ ♪ ♫ #บ่นไปเรื่อย เหอะเหอะ'), (23849, 5020, 'Johor Bahru, Johore', '@zataz c''est le firewall c''est ca?'), (23850, 1460, 'Johor Bahru, Johore', 'I''m at Vertech Gaming LAN Shop http://t.co/tZJghDXB'), (23851, 1460, 'Johor Bahru, Johore', 'I just ousted @kawaiitinz as the mayor of Vertech Gaming LAN Shop on @foursquare! http://t.co/3EoyadJj'), (23852, 778, 'Johore, Malaysia', 'I''m at Clarke Quay MRT Station (NE5) (Singapore, Singapore) http://t.co/xXfOFnQY'), (23853, 84, 'Johor Bahru, Johore', '@Jae_Jerome FINE! MUST YOU CAPS ALL THE WAY?!? HAHAHA'), (23854, 5021, 'Johor Bahru, Johore', 'I''m at Cotton On @ Downtown East http://t.co/BgzSMnkp'), (23855, 4990, 'Johore, Malaysia', 'open my eyes to Your wonders tonight. #ki2012'), (23856, 3837, 'Johore, Malaysia', '@ArizDCruz yelah sombong :('), (23857, 1091, 'Johore, Malaysia', 'i''m just asking for a simple thing. If it''s hard for you to do it,then I don''t know what to say already. And please be sincere.'), (23858, 4584, 'Johor Bahru, Johore', 'I''m at Watsons (Singapore) http://t.co/gyyHo8Pr'), (23859, 3307, 'Johore, Malaysia', 'Dafug. :('), (23860, 382, 'Johor Bahru, Johore', '8 people in group. Only 3 of us came. Still had a great time. Productive 7 hours.'), (23861, 5022, 'Riau, Indonesia', 'I''m at Universal Studios Singapore (Sentosa Island, Singapore) w/ 3 others http://t.co/BfETOKT8'), (23862, 740, 'Johor Bahru, Johore', 'sakit kuat hahaha! RT“@123whore5: Mcm steam jer tweet pakai ipad”'), (23863, 128, 'Johore, Malaysia', 'all time favorite yang chow fried rice. Second to none. :) (@ The Palms @ Singapore Swimming Club) http://t.co/uNStWv6F'), (23864, 4718, 'Johore, Malaysia', '@AlphonseAng haha lol that was just jinkoi being stupid'), (23865, 1460, 'Johor Bahru, Johore', 'I''m at Marcus''s House (: http://t.co/iYfuvgHR'), (23866, 5023, 'Plentong, Johor Bahru', 'Makan dinner #themanhattanfishmarket tak kan malam jumaat duk umah @kuda_kepang @ The Manhattan FISH MARKET http://t.co/MHWoJhpD'), (23867, 1443, 'Johore, Malaysia', 'Just ended a 7 hour meeting. My brain is so fried now. Break faster come :( can die leh everyday also like that..'), (23868, 4668, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 9 others http://t.co/MwOzuNzH'), (23869, 2789, 'Johore, Malaysia', '@AngelusChan mine ar tml. Lolol that''s why so easy to rmb yrs'), (23870, 632, 'Tebrau, Johor Bahru', '@amrsbri WTH! Haha kesian ah anak tu nanti tak dapat itu ini sebab parents tak cukup duit'), (23871, 2820, 'Johor Bahru, Johore', '@RyanMatthewLow @benjaminyio u two damn gay!!'), (23872, 3307, 'Johore, Malaysia', '@xxLastAngelxx Hehe, its okay. I try first. Idw, can just click, UNINSTALL!'), (23873, 4228, 'Plentong, Johor Bahru', '@TheLazyofAes yeayyyyy!! anis izzatyy RT twit kita ahhh . sukaanyaa . macam nak printscreen tunjuk kat semorang. #tetibe . HAHAHA'), (23874, 2415, 'Malaysia', 'ก็ใช่สิ ฉันมันไม่ใช่ลูกรัก ไม่ค่อยน่าแคร์เท่าไหร่ ♪ ♫ #บ่นไปเรื่อย'), (23875, 63, 'Johor Bahru, Johore', '@M_shad0ws ahhh btol situ pn ade! Tp 33 ah tk silap aku. Kau serious tk serious de check i.c b''day 1996 de bolayan abg2 o. Heheheh.'), (23876, 578, 'Johor Bahru, Johore', '@EstherNYX oh yeah it is that guy'), (23877, 1194, 'Singapore', 'I got uuuuu under mah skin xD'), (23878, 333, 'Kota Tinggi, Johore', 'On the way to meet @jonlimjon'), (23879, 390, 'Johor Bahru, Johore', 'I''m very tempted to get iMac. Damn'), (23880, 32, 'Malaysia', '@TengNeung1987 พี่เต็งยังไม่ตอบหนูเลยว่า วะซั่นบ่หมายถึงอะไรอ่ะ ใจร้ายยT^T'), (23881, 3358, 'Johore, Malaysia', '@charshawnam when u coming visit. Nia ma. Bring ur gf also.'), (23882, 3725, 'Masjid Bandar Baru Uda, Plentong', 'I''m at Masjid Jamek Bandar Baru UDA (Johor Bahru, Johor) http://t.co/CLKJyCzR'), (23883, 138, 'Plentong, Johor Bahru', 'KayYyy..salam maghrib.saye dah bangunnnn..mamai skit je..lapar tu banyak..'), (23884, 2820, 'Johor Bahru, Johore', '@RyanMatthewLow how many hours do I left??'), (23885, 4718, 'Johore, Malaysia', '@AlphonseAng @yihannn_ @yaphengkai @jinkoi_ @mighty_shxuanz @retardaryl you don''t say?!'), (23886, 472, 'Johor Bahru, Johore', 'The last time I step into west mall was like...when I was in sec 4 haha'), (23887, 5024, 'Singapore', '@etdplt US principals and teachers receive bonuses if they do well on standardized tests?. http://t.co/p3j5XPrl'), (23888, 3939, 'Johor Bahru, Johore', 'I''m at Terminal 2 (Singapore, Singapore) w/ 7 others http://t.co/yrWU6Q1G'), (23889, 2415, 'Malaysia', 'บ่นไปเรื่อยค่ะ ไม่ได้เจาะจงจะว่าใคร เหอะเหอะ'), (23890, 115, 'Indonesia', '@nona_maniezz di situ toh.. masih pura2 le..'), (23891, 373, 'Senai Kulai, Kulai Jaya', '@FongFeiKei @arifafzan Are you still selling fmf tickets at 120?'), (23892, 5025, 'Johor Bahru, Johore', 'Strawberries! \\(^-^)/'), (23893, 4068, 'Johor Bahru, Johore', 'I''m at Blk 645 Woodlands Ring Road http://t.co/MBkdI79h'), (23894, 2524, 'Johor Bahru, Johore', '@tanzhengnan NVM . (:'), (23895, 4228, 'Plentong, Johor Bahru', '@iHeran hahahhaa. taklah dik . sukaa sangat . cehhhh . haha'), (23896, 4568, 'Johor Bahru, Johore', '@MeiZhen_BLAH idk leh._.'), (23897, 2785, 'Johore, Malaysia', 'Cheh!$8 lerh'), (23898, 632, 'Tebrau, Johor Bahru', 'Aku malas nak tuition. Boleh?'), (23899, 5026, 'Johore, Malaysia', 'Damn tired. Just wish I can go home now.. But today is still a awesome day ;-)'), (23900, 2820, 'Johor Bahru, Johore', '@RyanMatthewLow how many hours u left?'), (23901, 4233, 'Johore, Malaysia', '@HUI_ENNNN wait , no link ! I come late , you also won''t get to take photo with him what !'), (23902, 4980, 'Johore, Malaysia', 'What an awesome day with @emotodecure @awesomeziling @ZelleZiao ^-^'), (23903, 1419, 'Johor Bahru, Johore', 'I''m at Snowcup Bubble Tea Shop http://t.co/bzEzIh6o'), (23904, 859, 'Johor Bahru, Johore', 'Immortal (@ Blk 681A Woodlands Drive 62) http://t.co/R5KrvqeI'), (23905, 5020, 'Johor Bahru, Johore', '@zataz reference a je ne sais plus quelle politique qui prenait open office pour un firewall'), (23906, 5027, 'Johor Bahru, Johore', '@de4dhe4d maen takraw mcm pro sia ^_^'), (23907, 1518, 'Johore, Malaysia', 'At The Bank Bar + Bistro — http://t.co/YdxGAj94'), (23908, 2005, 'Johore, Malaysia', 'Lessons as per normal tmrrw without S&amp;W'), (23909, 2415, 'Malaysia', '@fahsrit เหมือนกันเลย คงหมดหวัง TwT'), (23910, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN @jinkoi_ cos I''m a ninja'), (23911, 1194, 'Singapore', '@bunnybaby1315 LOVE THEM TTM ♥'), (23912, 1768, 'Johor Bahru, Johore', '@JuetaVAIN Then jadi lelaki lor... Tukar gender dgn theron'), (23913, 105, 'Johore, Malaysia', '@Ferrisher then whats the emulator you are using?'), (23914, 1406, 'Johore, Malaysia', '@najeeela aiyooo haha are u coming for training tmrw?'), (23915, 2723, 'Plentong, Johor Bahru', '@HazriMahat bintanggggg...kau pergilahhhh...'), (23916, 5028, 'Johore, Malaysia', 'hougang united fc vs home united fc (@ Jalan Besar Stadium w/ 3 others) http://t.co/kiZ3Ogu0'), (23917, 4959, 'Johor Bahru, Johore', '@SarahAqilahJ Sama2 kasih juga.. Wink*'), (23918, 1768, 'Johor Bahru, Johore', '@JuetaVAIN lol'), (23919, 4918, 'Malaysia', 'ห่ะ!!!! นี่กูติดสถานะหรือเนี่ย เกือบโดนรีทายย เครียดซิบ'), (23920, 115, 'Indonesia', '@JandReeYandRee nah itu dia.. 4 bulan lalu sy d t4 praktek nah..'), (23921, 226, 'Johore, Malaysia', 'fail to jog, but walking back home is good enough for the lazy. think of it, it has been like 2 years since i last played football'), (23922, 2664, 'Plentong, Johor Bahru', '@edlinayn takpe la kalau gitu'), (23923, 4950, 'Johor Bahru, Johore', 'Beef Kway Teaw xtra vege.. @ Air Pasang http://t.co/oZbryh46'), (23924, 5029, 'Johore, Malaysia', 'John Butler Trio! (@ Esplanade - Theatres on the Bay w/ 9 others) http://t.co/qxKDVyKj'), (23925, 4985, 'Tebrau, Johor Bahru', '@DinulNaim yeje kaau'), (23926, 5030, 'Johor Bahru, Johore', '@RickWarren thanks for the word. I will keep on pressing on to what God has called me to do. :) God bless you more.'), (23927, 182, 'Johor Bahru, Johore', 'I''m at SMRT Feeder Bus 945 http://t.co/ctzBGN3A'), (23928, 1307, 'Johor Bahru, Johore', 'Dinner with my nieces yanyi (pic)n yansi (@ iSteaks Grillhouse) [pic]: http://t.co/ufsN6eXL'), (23929, 4898, 'Kota Tinggi, Johore', 'I''m at 大芭窑修德善堂 (Toa Payoh, Singapore) http://t.co/uXLbCfdG'), (23930, 1322, 'Johore, Malaysia', 'I''m at Jalan Berseh Food Centre (Singapore, Singapore) http://t.co/55cd8Yoe'), (23931, 1283, 'Kota Tinggi, Johore', '@Magggdalene Yes ~ Hope kyu, siwon and minho got go LOL!!'), (23932, 4980, 'Johore, Malaysia', '@emotodecure what is that twitter name ?'), (23933, 2524, 'Johor Bahru, Johore', 'Does february march ? \nNo , but april may .'), (23934, 4768, 'Johor Bahru, Johore', 'I still dun understand why'), (23935, 4957, 'Riau, Indonesia', '@ardiyanti_suci haha nah gitu.lh bagus :)'), (23936, 5031, 'Malaysia', 'I''m at ตลาดกิมหยง (Gimyong Market) (Hat Yai, Songkhla) http://t.co/huvLN8ua'), (23937, 84, 'Johor Bahru, Johore', '@Jae_Jerome THEN I PLAY WITH YOU OK?CAPS ALL THE WAY'), (23938, 4705, 'Johore, Malaysia', 'All this booking in and out really wastes a hell lot of time. Not like I should complain but still..'), (23939, 2873, 'Johore, Malaysia', '@assortedbacon TOUCH ALREADY YOU GIMME 5$?'), (23940, 4568, 'Johor Bahru, Johore', '@MeiZhen_BLAH HAHA'), (23941, 5004, 'Johore, Malaysia', '짜장면!!! @sh3r_yl @penguinreborn @theshikshin1 (at Food Village) [pic] — http://t.co/daEYlch1'), (23942, 4402, 'Johore, Malaysia', 'Okey sentap dalam teramat :''\\ . Aku kesal dengan sikap kauu'), (23943, 373, 'Senai Kulai, Kulai Jaya', '@arifafzan okay. Yeah I want it. But I''ll be coming to kl tomorrow afternoon. Can I get it then?'), (23944, 5032, 'Johore, Malaysia', 'I''m at Jalan Bukit Merah Blk 105 (Singapore, Singapore) http://t.co/6umLG7qY'), (23945, 259, 'Senai Kulai, Kulai Jaya', 'Apa tu...cam best je..."@CTNurhaliza11: for dinner .. http://t.co/VHoEpmmx"'), (23946, 3056, 'Johore, Malaysia', 'How do you kill 20 mins waiting time ... Have a Handburger!  (@ The Handburger) http://t.co/lbEyqPYY'), (23947, 5033, 'Johore, Malaysia', 'Dinner (@ Lau Pa Sat Festival Market w/ 2 others) http://t.co/9R9wdwiw'), (23948, 1406, 'Johore, Malaysia', '@rachelyellowbee gwsss!!!!!!!!!!!!!!!!!!@¡!¡!¡!¡!¡!!¡!¡!¡!¡!¡'), (23949, 1993, 'Johor Bahru, Johore', 'I''m at Home http://t.co/8dZiTBOm'), (23950, 2785, 'Johore, Malaysia', 'Tuition teacher always late seh!walao!'), (23951, 4228, 'Plentong, Johor Bahru', '@TheLazyofAes hahahaha . sajeee jee ;)'), (23952, 5034, 'Johor Bahru, Johore', '@DellMerieve Everything is good adik. Heard u going Poly? Which one?'), (23953, 3548, 'Johore, Malaysia', 'Guess where I am http://t.co/IvzxbAGu'), (23954, 392, 'Johore, Malaysia', '@RFQAZR my shit'), (23955, 84, 'Kota Tinggi, Johore', 'Headache..'), (23956, 3358, 'Johore, Malaysia', '@charshawnam simi ahlian! Sg la. I not so mean.. Ask u go all the way to aust Lolol.'), (23957, 2785, 'Johore, Malaysia', 'Wah later what time end tuition sia!'), (23958, 185, 'Singapore', 't-araaaaaa'), (23959, 643, 'Johor Bahru, Johore', '@JasonLobster yup fri!'), (23960, 515, 'Malaysia', 'I''m at My sweetie home &lt;3 (Hat Yai, Songkhla) http://t.co/xqR5dZXI'), (23961, 2785, 'Johore, Malaysia', '9++pm seh!walao!'), (23962, 5035, 'Johor Bahru, Johore', 'I dunno who is 刘力扬'), (23963, 505, 'Johore, Malaysia', 'Sis done with her screen protector.. Now gonna have best fries forever!'), (23964, 5036, 'Pulai, Johor Bahru', 'I''m at Apartment Pulau Bantal Lautan Selimut http://t.co/4Hh0zzju'), (23965, 5037, 'Johore, Malaysia', '@ehbuibui what happened?'), (23966, 1406, 'Johore, Malaysia', '@vhwy95 omggggggg so cuteeeeeeeeeeeeeeeeeeeeee'), (23967, 1343, 'Johor Bahru, Johore', 'what happened? You miss your unpura pura friends in pura pura land @titbiz ? What u need is TLC which you shall receive @pickyin @taeyong'), (23968, 5038, 'Malaysia', 'ออกกำลังกาย(คนเดว) (@ สนามกีฬาจิระนครหาดใหญ่) http://t.co/FSiTybm8'), (23969, 1533, 'Johore, Malaysia', '@ansbro_o praise Him for His blessing to you and unwavering faithfulness!'), (23970, 4243, 'Plentong, Johor Bahru', 'I''m at Le Derp House (Pasir Gudang, Johor) http://t.co/SvNcrVzt'), (23971, 4164, 'Johor Bahru, Johore', '@katakmanalo haha kumpleto na nga yan may pizza pa yun drawing!'), (23972, 382, 'Johor Bahru, Johore', '\\n|n/'), (23973, 2374, 'Kota Tinggi, Kota Tinggi', '@AyuBusri @rikadiana_busri @hunny_be laksa kuih ??'), (23974, 1778, 'Malaysia', '@dekMinhyuk ไม่เปนไรคร้าา ทำไรอยู่จ๊ะ'), (23975, 4437, 'Senai Kulai, Kulai Jaya', 'I''m at Jln Lumpit 3 Tmn Teratai (Johor Bahru, Johor) http://t.co/rMCL77OV'), (23976, 3191, 'Senai Kulai, Kulai Jaya', 'Baru lepas call mak. Ya Allah, rindu nya kat mak.'), (23977, 4585, 'Riau, Indonesia', 'I''m at Hershey''s (Sentosa Island, Singapore) http://t.co/ZFjwIpuO'), (23978, 382, 'Johor Bahru, Johore', '@tseyilingxp \\n|n/'), (23979, 4653, 'Johor Bahru, Johore', 'I''m at Costa Sands Resort Blk G http://t.co/PmIkdJe1'), (23980, 5040, 'Johore, Malaysia', '@velicedie dahil!!! Hahaha hoooy ang laki nanaman ng ulo mo sa pict na yan!!! Peace! Hahaha'), (23981, 1481, 'Johore, Malaysia', 'I''m at Novena Square 2 (Singapore, Singapore) w/ 4 others http://t.co/eTbyJ6A8'), (23982, 5036, 'Pulai, Johor Bahru', 'cmpai sdah... (@ Apartment Pulau Bantal Lautan Selimut) http://t.co/2ANUj5Pw'), (23983, 5041, 'Singapore', '@ILJING @theflyingkimchi: evian one good meh?'), (23984, 5042, 'Johore, Malaysia', 'The kids of UWC east shaving their heads for cancer #StBaldrick''s reaching USD105,000 mark! http://t.co/SBkaT7pK'), (23985, 4957, 'Riau, Indonesia', 'Kita smua hidup di bawah langit yg sama, namun tdk smua memiliki cakrawala yg sama.'), (23986, 1903, 'Johore, Malaysia', '@GreyDiamonds @LICIA_sxy Audi uh. Your best game LOL.'), (23987, 5034, 'Johor Bahru, Johore', '@louisclk thought must wait till Aug? :('), (23988, 3749, 'Johore, Malaysia', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore, Singapore) http://t.co/7WO4U6Hj'), (23989, 3619, 'Kota Tinggi, Johore', 'My mom nvr nag today at all ~ LOL'), (23990, 1194, 'Singapore', '@bunnybaby1315 I love topbom:3 the ''''aliens'''' xD'), (23991, 2415, 'Malaysia', 'อารมณ์ตอนนี้ แบบ ''เหอะเหอะ'''), (23992, 4753, 'Johore, Malaysia', '@cheshiresmileD no no, I was checking the website :D'), (23993, 970, 'Johore, Malaysia', 'Otw to parkway...'), (23994, 3271, 'Johor Bahru, Johore', '@NeedSomeBeats I''m good! How''s US treating you? :) hehehe US right? Lolololol'), (23995, 2486, 'Johore, Malaysia', 'Wicked! :) (@ Marina Bay Sands Grand Theater) http://t.co/b8f8KXQD'), (23996, 5043, 'Johore, Malaysia', 'seriously cant imagine how those producers can produce a 3-6min song or mix. 1min is alr testing my creativity.'), (23997, 4768, 'Johor Bahru, Johore', 'One is relationship. one is frenship. one is family. one is personal. one is school. one is life. God stop pressuring me.'), (23998, 5044, 'Plentong, Johor Bahru', '@nor_farahin ak pau untk kbaikan kelas jgk dol..'), (23999, 84, 'Johore, Malaysia', '@Jae_Jerome I CAPS UNTIL HEADACHE LIAO!'), (24000, 4757, 'Johor Bahru, Johore', '@xyzaspeaks meeeeeee....hehehe'), (24001, 4233, 'Johore, Malaysia', '@HUI_ENNNN MY PHONE COVER !'), (24002, 2512, 'Johor Bahru, Johore', 'Checking out the stuff. (@ Junction 8 Shopping Centre w/ 5 others) http://t.co/z6tzSfHt'), (24003, 4875, 'Johor Bahru, Johore', '@iamonboycott fun! Take me with you! Haha'), (24004, 5045, 'Singapore', 'is bound for my home in paradise aka #Maldives !!'), (24005, 1778, 'Malaysia', '@NrielZandramari อยากทราบว่าม.3วิชาคณิตมีอะไรที่เรียนบ้าง'), (24006, 4662, 'Plentong, Johor Bahru', 'Sini kalau teropong , teka apa yg nampak ? (@ Poolside, Thistle Hotel) [pic]: http://t.co/HyAaUj1y'), (24007, 4402, 'Johore, Malaysia', 'Nak berkata kata . Jaga sikit perasaan orang lain , toksah nak kasi aku sentap amat amat . Cbay :''/'), (24008, 4883, 'Johore, Malaysia', '@kokksusan goes without saying? Not your other half meh? Lol'), (24009, 2812, 'Johor Bahru, Johore', '@journeytoernxz I will love you untill my dying day.(:'), (24010, 80, 'Johore, Malaysia', '@Aarella @lauwsh tell me about it.'), (24011, 3307, 'Johore, Malaysia', '@Pig_roasted Friend jio.'), (24012, 1276, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 26 others http://t.co/puLuP9xR'), (24013, 4827, 'Johore, Malaysia', 'I may randomly be alone but don''t misunderstand. I''m not being emo but I just want to be by myself. #dontworrymuch'), (24014, 4123, 'Johore, Malaysia', 'I''m at Capsule @ suntec city http://t.co/FGLqXMX5'), (24015, 333, 'Johore, Malaysia', 'I want iPad 3 :( releasing tonight!'), (24016, 1265, 'Johor Bahru, Johore', '@JustinnnnO haha so sad'), (24017, 5046, 'Senai Kulai, Kulai Jaya', 'im fuckin sleepy. yeahhh nk tdo kat lengan sapew hikhik'), (24018, 575, 'Plentong, Johor Bahru', '@AAqylaa Get a rest :)'), (24019, 260, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 8 others http://t.co/Mj17JQjU'), (24020, 4980, 'Johore, Malaysia', 'EVERYBODY PLEASE RT AND FOLLOW @zone2neverland ! SUPPORT THEM ^-^'), (24021, 927, 'Johore, Malaysia', '@xoxonas Haha! Catch a movie at tamp? Hahaha I don''t mind! Lol!'), (24022, 2842, 'Malaysia', 'I''m at โกอ้วน (Ko Ouan) (Hat Yai, Songkhla) http://t.co/b35Nt12D'), (24023, 1778, 'Malaysia', '@NeayWR_Boice พี่อยากย้ายไปอยู่ขั้วโลกเหนือเลย'), (24024, 1008, 'Johore, Malaysia', '#PeopleIWantToMeet kobe bryant. @blakegriffin . @DwightHoward . Derrick rose.'), (24025, 3904, 'Senai Kulai, Kulai Jaya', '@eizawahidah Kalo aku , aku mmg sound suro die betulkn seat.'), (24026, 5044, 'Plentong, Johor Bahru', '@danihamz kw oke x nie?? Gletek kaki kw.. Haha'), (24027, 5047, 'Johore, Malaysia', 'Fuck till now I had not even finish half of my homèwòrk -__-'), (24028, 138, 'Plentong, Johor Bahru', '@Heyejan hahahah ye,ye baik cikgu..saye akan ikut cakap cikgu'), (24029, 4765, 'Johore, Malaysia', 'Hai. Yay, just finished gong cha. (@ WICKED: The Broadway Musical w/ 4 others) http://t.co/3wwj0EoC'), (24030, 3501, 'Johor Bahru, Johore', 'At Kahwin Kahwin The Wedding Regalia — http://t.co/bZBWQrcI'), (24031, 4718, 'Johore, Malaysia', '@jinkoi_ @alphonseang ok fine lol'), (24032, 1065, 'Johor Bahru, Johore', 'Nvr gonna fall for that move twices'), (24033, 2664, 'Plentong, Johor Bahru', '@edlinayn haha, takde upah pong. acano nak bodek? :P'), (24034, 5048, 'Johore, Malaysia', 'Eating Korean food.. (@ City Square Mall w/ 6 others) [pic]: http://t.co/eMdwAwpt'), (24035, 5049, 'Johore, Malaysia', 'LOL “@ImLeslieChow: God made every person different... I guess he got tired by the time he got to China.”'), (24036, 2189, 'Johor Bahru, Johore', 'After u ate ur dinner u wil always feel like sleeping :p'), (24037, 1673, 'Johor Bahru, Johore', 'I''m at Amkhub Foodcout http://t.co/pefAjCa3'), (24038, 4754, 'Johor Bahru, Johore', 'I''m at Giant Hypermarket @ Pioneer Mall (Singapore, Jurong West) http://t.co/gL6cqfFA'), (24039, 5050, 'Malaysia', 'มาบ่อยจิงๆ (@ Lee Gardens Plaza (ลีการ์เด้นพลาซ่า)) http://t.co/hdTmMLvR'), (24040, 2122, 'Johor Bahru, Johore', 'I''m at jax''s room :&gt; http://t.co/m9N9LgOX'), (24041, 1406, 'Johore, Malaysia', '@najeeela yup:) and tmrw night hehe'), (24042, 1343, 'Johor Bahru, Johore', '@VoodooWanker all that boiling steam pent up and no stripper money?? Must be hard...'), (24043, 5051, 'Malaysia', 'กลับบ้านต่อเด่วไปหาดใหญ่พรุ่งนี้ (@ อำเภอสายบุรี) http://t.co/9oJryShd'), (24044, 1073, 'Malaysia', 'ทำไมถึงง่วงแบบนี้นะ #'), (24045, 3983, 'Johore, Malaysia', 'Why can''t I understand a single shitttttttt fuck'), (24046, 2189, 'Johor Bahru, Johore', 'Wah so good .'), (24047, 2827, 'Johor Bahru, Johore', 'Its damn true :&lt; haiss. Forever liddat. http://t.co/gNnCvGzg'), (24048, 4980, 'Johore, Malaysia', '@ZelleZiao He dk ur number wait i give him .'), (24049, 2884, 'Senai Kulai, Kulai Jaya', 'I''m at Johor Premium Outlets (Indahpura Kulaijaya, Johor) w/ 8 others [pic]: http://t.co/5G2NzLc3'), (24050, 5052, 'Johore, Malaysia', 'Dinner with my idare people^^ (@ Astons Specialties) http://t.co/NVAvqoAE'), (24051, 1326, 'Johore, Malaysia', 'Finally aft a long walk (@ 鲜得来Xian De Lai) http://t.co/7z7gamWW'), (24052, 1694, 'Johor Bahru, Johore', 'Fucking shit la.'), (24053, 1552, 'Johore, Malaysia', 'Sigh. I wanna be pampered. I wanna be spoiled. I wanna be treated like a princess, a queen, a goddess. I want a manicure!'), (24054, 33, 'Johor Bahru, Johore', 'Finally my new phone cover came ! OMG FUCKING CHIO !'), (24055, 1406, 'Johore, Malaysia', 'I have been in the toilet playin with my phone for 1/2 an hour oh great'), (24056, 3736, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 5 others http://t.co/Q56hGx9y'), (24057, 4063, 'Johor Bahru, Johore', 'I''m at Rivervale Plaza (Singapore, Singapore) http://t.co/9fmhLOSU'), (24058, 80, 'Johore, Malaysia', '@hannahwse :p I got a yellow bandaid. It reminds me of you. http://t.co/nGTwE8af'), (24059, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN @jinkoi_ wow at the rate we''re using this, we could probably trend it if it''s a hashtag'), (24060, 3922, 'Johore, Malaysia', 'I want my apartment to look like this, teddy bear, red couch and all http://t.co/nBtIet4P'), (24061, 2122, 'Johor Bahru, Johore', 'I''m at 我家的马桶! http://t.co/A40c4Np6'), (24062, 1490, 'Johore, Malaysia', 'I''m at City Square Mall (Singapore) w/ 6 others http://t.co/G93lFltw'), (24063, 5053, 'Johore, Malaysia', 'Dinner with @iamdayah! nomnom... (: (@ Tong Seng Coffeeshop w/ 2 others) http://t.co/OaHQqZrS'), (24064, 1966, 'Johore, Malaysia', 'RT“@TheGirlsLikeYou: I hate it when you''re trying not to cry in front of someone, but as soon as they ask you "Are you okay?", you lose it.”'), (24065, 740, 'Johor Bahru, Johore', 'biar cute macam kambing, jgn cute macam awak, macam snail RT“@tweetlipxz:@ForeverChronic alalaa cute nye muke you bila senyum macam kambing”'), (24066, 382, 'Johor Bahru, Johore', '@Lorisa98 totally understand how you feel -_-'), (24067, 4228, 'Plentong, Johor Bahru', '@iHeran hahahhahaha amboii . kenapa awak suka bila kakak suka? hahaha'), (24068, 5054, 'Johor Bahru, Johore', 'I''m at Fuchun Secondary School (Singapore) http://t.co/qFDXWwVL'), (24069, 4893, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Bus 969 (Singapore, Singapore) http://t.co/cXoXJplY'), (24070, 472, 'Johor Bahru, Johore', 'West mall got anything nice to eat?'), (24071, 2189, 'Johor Bahru, Johore', 'Ltr rko u Thn u know ah !'), (24072, 5055, 'Johor Bahru, Johore', '@y1hui LOL I at downtown east now leh:O subway?;)'), (24073, 9, 'Johor Bahru, Johore', 'No trust , no love .'), (24074, 4991, 'Johore, Malaysia', '@melvintweet hahaha not bad la, wish you guys were around though!'), (24075, 2664, 'Plentong, Johor Bahru', '@writerBEKU haha, bukan kedekut tapi mengugut xD'), (24076, 3269, 'Johore, Malaysia', 'DINNERRRR (@ Simpang Bedok w/ 2 others) http://t.co/FWLZA2RV'), (24077, 1087, 'Johor Bahru, Johore', '下班咯! @yannc2021'), (24078, 4768, 'Johor Bahru, Johore', 'i just wanna feel located.'), (24079, 578, 'Johor Bahru, Johore', '@EstherNYX I knew about it. Its not I didn''t believe you. Just that I can''t completely avoid it'), (24080, 5056, 'Johore, Malaysia', 'Dinner Time!!! (@ Ichiban Boshi) http://t.co/ngyIYF2O'), (24081, 4957, 'Riau, Indonesia', 'Exit&gt;&gt;&gt;&gt; sholat eaaaa'), (24082, 4402, 'Johore, Malaysia', 'tak minta simpati dengan kau la . Aku tak batak pun , please aku nak kau jaga perasaan aku cukup . settle kan T_T'), (24083, 2092, 'Johore, Malaysia', 'The akward moment when the train from jurong east towards amk feels like a train heading to bombay ! Get it? Lol http://t.co/trq0QIee'), (24084, 4703, 'Johore, Malaysia', 'Penne mama Mia @ TCC @ Seah Street http://t.co/VIVJ0Ad4'), (24085, 1536, 'Johor Bahru, Johore', 'Fml la -.- pek chek my right wrist is still hurting when I shoot the ball'), (24086, 80, 'Johore, Malaysia', 'Pastor''s birthday^^ we''re going to eat eggs and berries.'), (24087, 3297, 'Johor Bahru, Johore', 'I''m at Blk 233 Tampines St 21 http://t.co/6USGPmwd'), (24088, 632, 'Tebrau, Johor Bahru', 'Aku nak stop tuition. Boleh?'), (24089, 5055, 'Johor Bahru, Johore', 'At BBQ chicken at downtown east^^'), (24090, 927, 'Johore, Malaysia', '@xoxonas Haha! Are you sure? I don''t mind you know, hahaha my treat? :)'), (24091, 63, 'Johor Bahru, Johore', '@ZynneBanks @deesaysroar @NureenBoo padahal orang tu mengaku diri dia aprika. sigh. Mtk maaf terkasar bahase. 3:'), (24092, 778, 'Johore, Malaysia', 'I''m at Liang Court (Singapore, Singapore) w/ 4 others http://t.co/02dg4MlL'), (24093, 740, 'Johor Bahru, Johore', 'No use talking to people who wont listen -.-!'), (24094, 2116, 'Johore, Malaysia', '@LT1611 you think I will go see lzx thing meh. LOL . Is at teentop de fan thing .'), (24095, 4678, 'Johore, Malaysia', 'Nasi goereng &lt;3'), (24096, 5057, 'Johor Bahru, Johore', 'SHE-安静了'), (24097, 668, 'Johore, Malaysia', '“@SayingsForGirls: I hate it when you''re trying not to cry in front of someone, but as soon as they ask you "Are you okay?", you lose it..,”'), (24098, 5058, 'Johore, Malaysia', 'I''m at Gleneagles Hospital (Singapore, Singapore) http://t.co/4tEAhQXc'), (24099, 1764, 'Johor Bahru, Johore', 'Tomorrow I''m gonna have to wake up early so wont be late for test'), (24100, 4716, 'Pulai, Johor Bahru', 'I''m at Traffic Light Pulai Indah (Pekan Nenas, Johor) http://t.co/fHpDZht6'), (24101, 1333, 'Johor Bahru, Johore', '@KittennyScars but sometimes he got think for us also what?'), (24102, 2320, 'Johor Bahru, Johore', 'I''m at Terminal 2 w/ @nrlfthh http://t.co/0YBcdUBA'), (24103, 4398, 'Johor Bahru, Johore', '@SundayDiah Oic. Mkn again later n hv a hot shower plus shampoo. Best if sum1 shampoo n msg the scalp. It''s help abit.'), (24104, 5059, 'Johore, Malaysia', 'In dire need to calm my nerves! (@ Raffles Town Club) http://t.co/yP1P5rCO'), (24105, 333, 'Johore, Malaysia', '@jonlimjon are you reaching?'), (24106, 2569, 'Johor Bahru, Johore', '@BoringgPig Ltr bang ?'), (24107, 4754, 'Kota Tinggi, Johore', '@kissiaojoy ah...... i eat finish my fav burger liao leh. Crispy burger new one? I initially wanted to try macbites......'), (24108, 3307, 'Johore, Malaysia', '@Pig_roasted Arbo?'), (24109, 405, 'Johor Bahru, Johore', '@nikiakila BODOH pe Kau?!'), (24110, 1194, 'Singapore', '@bunnybaby1315 yeah XDD'), (24111, 3297, 'Johor Bahru, Johore', 'I''m at Infront My Computer http://t.co/6aMfb5wy'), (24112, 1571, 'Senai Kulai, Kulai Jaya', 'Aku jeles ngan kakak jaga coolblog ni. Cam best je keje dia.'), (24113, 2320, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 10 others http://t.co/LQLbRA0u'), (24114, 844, 'Johor Bahru, Johore', 'i have problem with my feqh.'), (24115, 5060, 'Johore, Malaysia', 'I''m at Teochew Building http://t.co/V0khFulq'), (24116, 2122, 'Johor Bahru, Johore', 'I''m at Drinking water http://t.co/nKvbBlnR'), (24117, 5061, 'Johore, Malaysia', 'New Flowers @ The Sultan Hotel http://t.co/MYhdQ6wy'), (24118, 1300, 'Johor Bahru, Johore', '@tinzliang busy ka.. Busy busy...l'), (24119, 1420, 'Johor Bahru, Johore', 'I''m at 782A Carpark http://t.co/4NFBAhhC'), (24120, 1778, 'Malaysia', '@dekMinhyuk ครบคร้าาาา'), (24121, 5062, 'Johor Bahru, Johore', '@RScoleyx yeah'), (24122, 4228, 'Plentong, Johor Bahru', 'kemainn lagi semua yang dok twit pasal #KalauCrushAku .. haha . twittwit diorg semua aku suka . hahhaa'), (24123, 668, 'Johore, Malaysia', 'So many things I want to change/redo it if I can...'), (24124, 84, 'Johor Bahru, Johore', '@Jae_Jerome you siao ah?? I not outside gng for dinner'), (24125, 3358, 'Johore, Malaysia', '@charshawnam bo xim la knn. I come back then u go. Funny ar!'), (24126, 115, 'Indonesia', '@JandReeYandRee dasarrrr.. kalo sempat blh liat foto2nya e.. tapi bukan yang narsiz snde jlz..'), (24127, 5063, 'Johor Bahru, Johore', 'I''m at CityCab Pte Ltd (Singapore) http://t.co/IHTzBnyW'), (24128, 658, 'Johore, Malaysia', 'I''m at Somerset MRT Station (NS23) (Singapore, Singapore) w/ 5 others http://t.co/WAY9hBC2'), (24129, 4647, 'Plentong, Johor Bahru', 'chill2 jp!! @ Mr combi cafe and kopitiam http://t.co/mP40SGLT'), (24130, 2321, 'Johore, Malaysia', 'Enjoying this now with @bellebrat @Jaslynkitty @Nahburlee http://t.co/Ra79NcqD'), (24131, 1214, 'Johore, Malaysia', 'Blaguuu mentang2 alumnii!!!RT @chandrahasibuan: Jadwal petroliga 05 kok samaaan sm alumni maen''y'), (24132, 2723, 'Plentong, Johor Bahru', '@Fiquetograph @HazriMahat boooooooo'), (24133, 1078, 'Johor Bahru, Johore', 'I''m at Treelodge @ Blk 306B (Singapore) http://t.co/ccjPyyi4'), (24134, 740, 'Johor Bahru, Johore', 'macam muke brother lurb dier jugak @big“@tweetlipxz: Azhar kate muke aku bachen :'')”'), (24135, 384, 'Malaysia', 'ละหมาด:)'), (24136, 4289, 'Johore, Malaysia', 'I''m at 313@Somerset (Singapore, Singapore) w/ 14 others http://t.co/qm5VPeRC'), (24137, 210, 'Johore, Malaysia', 'Sushi time :D'), (24138, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ yeah. I went to woodlands mart to buy. Cost me 5 bucks. 50 cent for an extra piece of egg.'), (24139, 5064, 'Johor Bahru, Johore', 'I''m at Bowling (Singapore) http://t.co/u0tDyokA'), (24140, 1626, 'Johor Bahru, Johore', '@ANAKSIDEKYO hi (:'), (24141, 2664, 'Plentong, Johor Bahru', '@edlinayn ikhlas takya cakap, i tak cakap pon. bhaha'), (24142, 333, 'Johore, Malaysia', '他在等你,你在等他,我在等谁?'), (24143, 2320, 'Johor Bahru, Johore', 'I''m at Sakae Sushi (Singapore, Singapore) http://t.co/z80QrAIR'), (24144, 3846, 'Johor Bahru, Johore', 'Where is the damn freaking thumbdrive ?!'), (24145, 4754, 'Kota Tinggi, Johore', 'Can never kick the habit of biting straws'), (24146, 1674, 'Johor Bahru, Johore', '@pranswa4 bok sa panaginip lng aq nanga2hoy..hihi'), (24147, 607, 'Johore, Malaysia', 'chilling ! (@ School Of The Arts (SOTA)) http://t.co/LTDt3lNO'), (24148, 1300, 'Johor Bahru, Johore', '@tinzliang haha ikaw n napagalitan ng gwapong doktor :-)'), (24149, 5065, 'Johor Bahru, Johore', 'damn ! its hurt !!!!! :''/'), (24150, 5023, 'Plentong, Johor Bahru', 'Kite bakor je #themanhattanfishmarket @ The Manhattan FISH MARKET http://t.co/MdnPNXWw'), (24151, 3989, 'Johore, Malaysia', '@LouisJoel_ i mean wasup'), (24152, 2785, 'Johore, Malaysia', 'Wah seriously!my tuition teacher cancel today''s tuition!okay seriously.'), (24153, 5066, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 15 others http://t.co/nGs5VkM7'), (24154, 1343, 'Johor Bahru, Johore', 'Oh so disappointing... I guess that''s as good as lost...'), (24155, 844, 'Johor Bahru, Johore', 'blom solat. gonna sleep early today. since bsk pgy ade bola. haha'), (24156, 4980, 'Johore, Malaysia', '@ZelleZiao idk ? heheh ^^'), (24157, 2415, 'Malaysia', 'โอ้ย เซ็ง - -'), (24158, 1535, 'Plentong, Johor Bahru', 'howesweethome (@ Taman Mawar) http://t.co/4G9YwacK'), (24159, 2139, 'Johore, Malaysia', '@IntanSolehaa The guys thingy.'), (24160, 1300, 'Johor Bahru, Johore', 'Watching american idol... Yay...'), (24161, 3846, 'Johor Bahru, Johore', '@loserGC eiko'), (24162, 4840, 'Johor Bahru, Johore', '@AmirulArsyadZ @RusyaidiSuperA @ZainalZS lepaking with my brothers!'), (24163, 4051, 'Johor Bahru, Johore', '@FHNFuad making brownies and me making fruit crumble..... Not baked yet brownies in the oven http://t.co/tp5Zn8Th'), (24164, 54, 'Johore, Malaysia', '@GiveMe_Lollipop you are not loney, you still have friends like us (; cheer up k(;'), (24165, 5067, 'Plentong, Johor Bahru', '@kamaladli assalammualaikum..hye kamal'), (24166, 373, 'Senai Kulai, Kulai Jaya', '@arifafzan yeah. Where can I meet you? Or even if it''s at night I''m fine with it'), (24167, 4313, 'Johore, Malaysia', 'I''m at Coronation Shopping Plaza (Singapore, Singapore) http://t.co/oOovbAOs'), (24168, 5069, 'Johore, Malaysia', 'Fuck man.. No mood for NPAP'), (24169, 210, 'Johore, Malaysia', 'Buffet ~~~'), (24170, 1109, 'Johor Bahru, Johore', 'Eaten dinner le. ^^ #Nowwatching 粉爱粉爱你 wif @x_leeee. :)'), (24171, 2393, 'Johor Bahru, Johore', '@sharmaine_t Ikr! I cldnt get in :/ oh well, at least I can wake up at 7 for school now^^ shldnt you feel home w more kps ppl there? :O heh'), (24172, 740, 'Johor Bahru, Johore', 'mcm muke brother lurb dier jugak RT“@tweetlipxz: Azhar kate muke aku bachen :'')” @helloimbxgbxy'), (24173, 4840, 'Johor Bahru, Johore', 'Omar punye lembatt!!'), (24174, 80, 'Johore, Malaysia', '@Nitsujnahc I''m okay, I had practice from the previous time, put pressure.'), (24175, 5070, 'Johor Bahru, Johore', 'I''m at Tampines Regional Library (Singapore, Singapore) http://t.co/KCY4tswD'), (24176, 1003, 'Plentong, Johor Bahru', '@aziqenator citer ape yg ditunggu tunggu tu?'), (24177, 3031, 'Johore, Malaysia', 'I''m at Subway (Singapore, Singapore) w/ 2 others http://t.co/TeXlY1yw'), (24178, 4980, 'Johore, Malaysia', '@SyafiqahNutella @ZelleZiao Ask rozelle , he is damn cute ^^ HAHA ~'), (24179, 2335, 'Johore, Malaysia', 'today - not a good day for Julius Caesar or the old Czechoslovakia - think I''ll go to bed early!'), (24180, 2415, 'Malaysia', '@Palink_Pink ใส่ชุดพละใช่มั้ย เค้านั่งรถผ่าน ว่าจะทักแต่ไม่ทัน555'), (24181, 1406, 'Johore, Malaysia', '@najeeela haha okok:) beware if not I will be damn pissed with u. Eh what time is it?'), (24182, 5071, 'Johor Bahru, Johore', 'Botanic Gardens &lt;3 (:'), (24183, 3846, 'Johor Bahru, Johore', 'Cant u just ans me?'), (24184, 2652, 'Johor Bahru, Johore', 'OMGYES“@JINGYILovesPOOH: The reason why I buy bubble tea is because of the PEARLS. ;D”'), (24185, 1878, 'Johore, Malaysia', 'SP conference (@ Boys'' Brigade Campus (HQ)) http://t.co/vm3w4Ifo'), (24186, 1318, 'Johore, Malaysia', 'Picnic With Philips! @ iLight @ marina bay http://t.co/oRDMFSlo'), (24187, 405, 'Johor Bahru, Johore', 'Sial ah Kau @saapdydi aku buat Ngan budak pagi sia'), (24188, 2486, 'Johore, Malaysia', 'I''m at Marina Bay Sands Grand Theater w/ @goregine http://t.co/izw2nYcT'), (24189, 5069, 'Johore, Malaysia', 'Sir Pajiao put me in reserve GND'), (24190, 5066, 'Johore, Malaysia', 'I''m at The Manhattan Fish Market (Singapore) http://t.co/5Vqyb5JY'), (24191, 3902, 'Tebrau, Johor Bahru', 'Icekimo choc ni sedap uolz @ Daily Fresh @ Jusco Tebrau http://t.co/Zu2GqLuo'), (24192, 5072, 'Plentong, Johor Bahru', 'I''m at Larkin Sentral Bus Station (Terminal Bas) (Johor Bahru, Johor) w/ 5 others http://t.co/2WElQgrT'), (24193, 2785, 'Johore, Malaysia', 'If you can''t make it,the least you can do is to inform me,inform earlier!okay!seriously!'), (24194, 3307, 'Johore, Malaysia', '@Pig_roasted Holdon.'), (24195, 4873, 'Riau, Indonesia', '@tonyanthony95 loh kok aku? langsung dong bilang ke orangnya . tapi rasaku...... sakit nya udah terlalu banget deh -,-'), (24196, 5073, 'Johore, Malaysia', 'I''m at New Block @ACS International http://t.co/onNpz70j'), (24197, 5008, 'Johore, Malaysia', 'Kara step my motivational song :D'), (24198, 740, 'Johor Bahru, Johore', 'kau tu pakai work kuning! RT“@123whore5: @ForeverChronic kau tu otak kuning!”'), (24199, 4727, 'Johore, Malaysia', 'I''m at Outram Park MRT Interchange (EW16/NE3) (Singapore, Singapore) w/ 3 others http://t.co/XWJjMgM4'), (24200, 932, 'Johor Bahru, Johore', '@Stainedroses come inside my heart! Hahahaa! Ok jk. -.-'), (24201, 159, 'Johore, Malaysia', '@appleliciouseye rilek sua.. bukannye murah..mintak la your husband-to-be..'), (24202, 1864, 'Johor Bahru, Johore', 'Till we meet again, Spammers'' Day. Same date each month. Miss yah x Lol. Eww. Too mushy liao. Talking to myself. Help me, I''m gg crazy.'), (24203, 4971, 'Plentong, Johor Bahru', '@AfeezVanilla haha..tu la..cpt sgt mnaip smpai trslah eje da..hehe..'), (24204, 4913, 'Plentong, Johor Bahru', 'Not attending this Sunday''s church sermon,cuz attending Metta Walkaton CIP wif schoolmates'), (24205, 1778, 'Malaysia', 'ยงอัพทวิตแล้ว!!!! น่ารักจริงๆๆพ่อคุณ^_^ http://t.co/OTMG1kqM'), (24206, 4371, 'Johore, Malaysia', 'I''m at Bedok MRT Station (EW5) (Singapore, Singapore) http://t.co/FVylLsN0'), (24207, 5074, 'Malaysia', '@Nusreen_JB what''s up (:'), (24208, 4913, 'Plentong, Johor Bahru', 'De church youths going visit orphanage,I also wanna tag along~ &gt;.&lt;'), (24209, 844, 'Johor Bahru, Johore', 'i wish u.esah aja feqh. hahaha. confirm sng. but u.saodah pon ok la.cume bahasa yg de bbl. fuuuuuh -.-'), (24210, 5071, 'Johor Bahru, Johore', 'Snap couple of photos. Turned out amazing ! Cheh.'), (24211, 2785, 'Johore, Malaysia', 'Damn!okay,carry on studying. #tweetlater #ahahsiol'), (24212, 3295, 'Johor Bahru, Johore', 'I just ousted WaiKeat N. as the mayor of KFC @ Downtown East on @foursquare! http://t.co/N0AWyUDT'), (24213, 3295, 'Johor Bahru, Johore', 'I''m at KFC @ Downtown East http://t.co/qM2ZQdr1'), (24214, 84, 'Johor Bahru, Johore', '@Jae_Jerome hard to read uh. Make my headache worse'), (24215, 10, 'Johore, Malaysia', '@LeeWLun then how your mum know? Lol'), (24216, 54, 'Johore, Malaysia', '@GiveMe_Lollipop lonely* typo'), (24217, 1211, 'Plentong, Johor Bahru', 'I''m at 100 Plus Futsal Court, Plentong Jb http://t.co/975ebhgP'), (24218, 924, 'Johor Bahru, Johore', '@Sugarified @romanticisland @jszeee xiiaofelfelzxcx33! Like a kid!'), (24219, 5037, 'Johore, Malaysia', 'I got tired of my not straight nor curl hair I went to reborn it! Back to lazy days! http://t.co/OwhHiXCW'), (24220, 5075, 'Johor Bahru, Johore', 'Next door deli!!! Nt bad nt bad'), (24221, 2993, 'Johor Bahru, Johore', 'I''m at Denise''s H o m i e (Singapore, Singapore) http://t.co/MxExgHS8'), (24222, 3846, 'Johor Bahru, Johore', '@yanyeelalaloo yea'), (24223, 923, 'Senai Kulai, Kulai Jaya', 'I''m at Nasi Lemak Dahlia [pic]: http://t.co/dDcssMFz'), (24224, 680, 'Kota Tinggi, Johore', 'Goin beach rd...'), (24225, 835, 'Johore, Malaysia', 'Otw to town to have genki sushi. (@ Stadium MRT Station (CC6)) http://t.co/XLk8cUSO'), (24226, 88, 'Johor Bahru, Johore', 'Ya Allah sabar je la aq dgn adik aq ni... nak sngt tolong masak then bila suruh ambik sayur kat fridge smpai 10 min x jmpa2'), (24227, 5076, 'Johore, Malaysia', '@Charmyknows later sg no alive tour'), (24228, 1570, 'Johor Bahru, Johore', 'mandi mandi solat maghrib (@ kubur lama Kampung Pasir Puteh) http://t.co/7HBbpXvz'), (24229, 2647, 'Johor Bahru, Johore', 'Off to MBS...'), (24230, 5074, 'Malaysia', 'i &lt;3 you ! #fb'), (24231, 3358, 'Johore, Malaysia', '@JerryT9 tell machiam nvr tell. Processor? Graphic card?'), (24232, 2113, 'Johore, Malaysia', 'SIGNED &amp; SEALED!!! for now just wait for the dayyyyy &lt;3'), (24233, 333, 'Johore, Malaysia', '世界纷纷扰扰喧喧闹闹什么是真实?'), (24234, 2652, 'Johor Bahru, Johore', '@sammmydee wah so vulgar.your dad so cool !'), (24235, 5055, 'Johor Bahru, Johore', '@NyaFix wif my family la deh:P LOL next time I jio u:D'), (24236, 429, 'Malaysia', 'Birthday gift for N''mini (with @Monkey_Osaru at Chotiwat Manufacturing Co.,Ltd.) [pic] — http://t.co/5sdt5O8C'), (24237, 5077, 'Johore, Malaysia', '4 days in a row here. Prob won''t be able to make it 5. Oh well. (with Kurt and Chris at @alchemysg) — http://t.co/RA1Bl5bw'), (24238, 1420, 'Johor Bahru, Johore', 'I''m at Dad''s blue Car http://t.co/taIVilsh'), (24239, 405, 'Johor Bahru, Johore', '@nikiakila bluek!'), (24240, 159, 'Johor Bahru, Johore', '@appleliciouseye tak tau la..ni google \nmap problem la..'), (24241, 887, 'Johor Bahru, Johore', '@RoystonLim_ same ppl and we need more bike'), (24242, 259, 'Senai Kulai, Kulai Jaya', 'Malam ni misi wat 3 assigment...ptg td xtido duk bz wat keje lain...sah mlm ni ngntuk !!~'), (24243, 4840, 'Johor Bahru, Johore', 'Zainal muke triangle'), (24244, 2957, 'Johore, Malaysia', 'It''s Friday tomorrow?! Dafug. So fast...'), (24245, 2180, 'Johore, Malaysia', 'I''m at The Centrepoint (Singapore) w/ 5 others http://t.co/SG1f79gq'), (24246, 467, 'Riau, Indonesia', 'RT “@TODAYonline: 3-year-old US boy shoots himself in the head with gun found in his father''s car http://t.co/2cP2FaNp”'), (24247, 4999, 'Johor Bahru, Johore', 'You''re so sweet that you melt my heart whenever you smile &lt;3'), (24248, 5078, 'Johor Bahru, Johore', 'weeee super excited:) (@ Terminal 3 w/ 16 others) http://t.co/FyBeOeXj'), (24249, 1864, 'Johor Bahru, Johore', '@JuneTohCJ No you are not. That baby just don''t what the word: fun means and how to have fun :D'), (24250, 5071, 'Johor Bahru, Johore', 'Plans that we made , love that we shared.'), (24251, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE haha..cheetah gitu..tp cheetah nie betine laa..pink colour..haha..'), (24252, 4228, 'Plentong, Johor Bahru', '#KalauCrushAku gedik dengan girl lain , aku terus bermusuhan dengan girl tu .'), (24253, 382, 'Johor Bahru, Johore', 'Commonwealth essay. History reflection and English wss. Priority'), (24254, 5079, 'Malaysia', 'ถึงหาดใหญ่แล้วโว้ย 5555'), (24255, 191, 'Singapore', '@Jon_tyty Tom = @Jon_tyty :p'), (24256, 2388, 'Johore, Malaysia', 'Z.a workshop with @superladyee (@ Shiseido Beauty Studio) http://t.co/jqTS8i0z'), (24257, 1211, 'Plentong, Johor Bahru', 'I''m at Pusat Bermain Badminton Dan Gym http://t.co/5ll9WMzH'), (24258, 1694, 'Johor Bahru, Johore', 'You say I''m irresponsible? Seriously? I wanna laugh.'), (24259, 4991, 'Johore, Malaysia', '@melvintweet hahaha yes can''t wait!'), (24260, 3362, 'Johor Bahru, Johore', 'I''m at Jack''s Place @ Bukit Panjang Plaza (Bukit Panjang, Singapore) http://t.co/YIbdk6N2'), (24261, 898, 'Johor Bahru, Johore', 'Nak ikot ?'), (24262, 5055, 'Johor Bahru, Johore', '@y1hui steady'), (24263, 2184, 'Johore, Malaysia', '@Nichellexz haha if I''m rich, I dun mind la. Lol. Nw is nid save save save also..... Bt ofcos being attached best la :)'), (24264, 2664, 'Plentong, Johor Bahru', '@edlinayn taknak menang pun, nak u je menang :)'), (24265, 5080, 'Johor Bahru, Johore', 'Having tuition at Mavis Tutorial Centre at Rivervale Plaza'), (24266, 5068, 'Johor Bahru, Johore', 'Upon arrival, breakfast n shower. \nSleep.\nWake in e noon for work out at Gym.\nHigh Tea in e evening.\nRest of e evening, relax in e rm.'), (24267, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE hehe..rindu kt diya jgak..xsbr nk naek skola mnggu dpn..'), (24268, 2630, 'Johore, Malaysia', 'Surprise visit by @Yeeninglovesred @bjornsim at City Link Starbucks ! Thanks you two for popping by ! =)'), (24269, 4228, 'Plentong, Johor Bahru', 'Eh aku twit pasal #KalauCrushAku tu memain je tauu . ;]'), (24270, 4980, 'Johor Bahru, Johore', '@ZelleZiao Eeee . :b'), (24271, 5081, 'Malaysia', 'Mathematics class 8-9pm. (@ Maths Clinic II, Taman Setiawangsa) http://t.co/OdL6UXIQ'), (24272, 1566, 'Johor Bahru, Johore', '@daryltsr good morning :) we''re having a eclipse now, that''s why it seems dark :D'), (24273, 4840, 'Johor Bahru, Johore', 'Kony is a cruel black nigga! SAID BY @AmirulArsyadZ'), (24274, 5069, 'Johore, Malaysia', 'Gonna quit NPAP if this continues'), (24275, 2504, 'Kota Tinggi, Johore', '1 percent ! Great !'), (24276, 5082, 'Johor Bahru, Johore', 'I''m at 681B Woodlands Drive 62 http://t.co/xc3fttFN'), (24277, 141, 'Johore, Malaysia', 'I''m at Tiong Bahru Plaza w/ @aaronella23 http://t.co/q25TllqE'), (24278, 1075, 'Riau, Indonesia', 'I''m at Songs of the Sea (Sentosa Island, Singapore) w/ 6 others http://t.co/5AREilAo'), (24279, 726, 'Johor Bahru, Johore', 'I''m at Danyz B.M.X Garage [pic]: http://t.co/MJUCB00z'), (24280, 2184, 'Johore, Malaysia', '@Huiwenz I also wanna meet u!!! It''s been more than 3 weeks since we meet eachother I think!'), (24281, 259, 'Senai Kulai, Kulai Jaya', 'Family baru sampai dari Desaru...Oleh kerana bz mlm ni xdpt lepak sama...Sok pagi diaorng dah nak balik...Hmmmm...'), (24282, 3128, 'Johore, Malaysia', 'Having salad dinner with Atiqah. (@ BURGER KING®) http://t.co/xFsrKyu5'), (24283, 2652, 'Johor Bahru, Johore', '@JINGYILovesPOOH Why no wiggle wiggle part !!haha'), (24284, 5083, 'Johore, Malaysia', 'Start of a new term! Media Mgt. I like the media but not the mgt part. LOL.'), (24285, 1959, 'Johore, Malaysia', 'YELLED AT MY COWORKER TO SIGN THE TWITITION'), (24286, 3087, 'Plentong, Johor Bahru', '#PerempuanComelBila pakai tudung labuhh :))))))'), (24287, 902, 'Johore, Malaysia', '@JoshuaLimmm u all the while chinese wat..just tht u didn''t realise :))'), (24288, 5084, 'Johore, Malaysia', 'Dinner. (@ fork and spoon toa payoh central) http://t.co/AsbXcyfe'), (24289, 5082, 'Johor Bahru, Johore', 'I''m at Blk 681B (Singapore) http://t.co/xwJZyFPN'), (24290, 3307, 'Johore, Malaysia', 'Butterfly. D;'), (24291, 5079, 'Malaysia', '@pae_icelatte :)'), (24292, 1864, 'Johor Bahru, Johore', '@AcousticCandy thx x :D'), (24293, 5085, 'Johor Bahru, Johore', 'I''m at Hougang Street 92 http://t.co/ts2Ph9VE'), (24294, 5071, 'Johor Bahru, Johore', 'The perception of mine is different , the reason why ~'), (24295, 4823, 'Plentong, Johor Bahru', 'Okay aku rasa annoying dengan tweet tweet ko'), (24296, 5086, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 16 others http://t.co/KtxtoUtF'), (24297, 3989, 'Johore, Malaysia', 'Eating my food'), (24298, 84, 'Johor Bahru, Johore', 'I shall sleep earlier today..'), (24299, 4441, 'Johore, Malaysia', 'With everyone for ice cream! (at Tom''s Palette) — http://t.co/jvMX2li3'), (24300, 1406, 'Johore, Malaysia', '@najeeela Gan ma la'), (24301, 4999, 'Johor Bahru, Johore', 'I really enjoyed being with you just now! You lighten my world! =D'), (24302, 3452, 'Johore, Malaysia', '#PEOPLE IWANNAMEET KELLY CLARKSON'), (24303, 5071, 'Johor Bahru, Johore', 'The time will come soon enough , as you wished.'), (24304, 5074, 'Malaysia', '@Nusreen_JB โหหหหหหหหหห เพิ่งสอบวันเเรก แม่เจ้ายากมากกกกกกกกกก แต่ก้อมีความสุขกะเรื่องบางเรื่อง &gt;"&lt;'), (24305, 3918, 'Plentong, Johor Bahru', 'I''m at The Store Tmn Sentosa (Johor Bahru, Johor, Malaysia) http://t.co/mNSipntt'), (24306, 440, 'Johor Bahru, Johore', '@doubleyouuem okok. Ur a EXTREMELY good person, can? :D'), (24307, 5087, 'Indonesia', 'kerasa bgt capenya plng ngampus sore..\n#mulai drop ni bdn ;@'), (24308, 3799, 'Johor Bahru, Johore', 'I''m at (@ Yio Chu Kang Sports hall) http://t.co/s6zYc1Lc'), (24309, 1643, 'Johor Bahru, Johore', '@Marezl_CrazyMe okay.'), (24310, 505, 'Johore, Malaysia', 'All these young gals at cine behaving like a #bimbo..'), (24311, 84, 'Johor Bahru, Johore', '@Jae_Jerome Ikr :('), (24312, 2732, 'Malaysia', '@Faiiz_Mikie เพิ่งกินไอติมผัดค่ะ'), (24313, 5088, 'Johore, Malaysia', '@giorgiowei @jadeporpayas @tjlleno @dexterrama @ http://t.co/0UCmvjNf'), (24314, 2979, 'Johor Bahru, Johore', 'Hope tht yu will talk to me.'), (24315, 1300, 'Johor Bahru, Johore', 'I am the youngers here in our unit.. Aww youngest!! U know that??it feel so good to be in a circle of professionals.. I feel so professional'), (24316, 5008, 'Johore, Malaysia', 'Mum always mix apple and orange juice tgt , tsk !!!'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (24317, 4384, 'Johor Bahru, Johore', 'U made me realize tat the world is more beautiful on the other side :D'), (24318, 5089, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) http://t.co/QWRgC5UP'), (24319, 2347, 'Tebrau, Johor Bahru', '@shantiey87 tak leh tdo..kne kempen twiter plak...he'), (24320, 241, 'Johore, Malaysia', 'Shes sucha #stupidhoe.'), (24321, 927, 'Johore, Malaysia', '@xoxonas Haha! Yes, why not right? I''m in town now anyways :) See you later?'), (24322, 4823, 'Plentong, Johor Bahru', 'What up guys ; so is there any plan tonight?'), (24323, 5090, 'Johore, Malaysia', 'I''m at The Cathay Cineplex (Singapore) w/ 7 others http://t.co/6UMgbX49'), (24324, 2732, 'Malasia', '@mixkloelabellzs จ้าๆ เช่นกันจ้ะ'), (24325, 10, 'Johore, Malaysia', '@LeeWLun she ask me I got tell you isit.'), (24326, 575, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @selenagomez :)'), (24327, 2432, 'Johor Bahru, Johore', '@JunkangJK ya every 2months study 3 wks holiday'), (24328, 4609, 'Johor Bahru, Johore', 'That''s what I call a leech.'), (24329, 2794, 'Johore, Malaysia', 'I''m at Fortune Seafood Restaurant (B.K. Forture Seafood) (Singapore) http://t.co/UdT7pk13'), (24330, 1283, 'Kota Tinggi, Johore', 'Class chalet ~ So looking forward (:'), (24331, 4980, 'Johor Bahru, Johore', 'Shall bathe .'), (24332, 5091, 'Johore, Malaysia', 'First time i saw carolina herrera this morning thru cnn...Definition of elegance and thats her! U can nver go wrong with white collared top!'), (24333, 900, 'Johore, Malaysia', 'Bloody hell Oliver, one prog u say constantly stir ur risotto, another leave for a minute then stir, leave, stir #confusing #iamamug'), (24334, 5092, 'Johore, Malaysia', 'Pimp my ride! #dreamcar @ Singapore http://t.co/diW1WLRF'), (24335, 2184, 'Johore, Malaysia', 'Baby wan me to 靠 him! LOL. So cute!'), (24336, 776, 'Plentong, Johor Bahru', 'I''m at Homee http://t.co/XYsFZr7p'), (24337, 2664, 'Plentong, Johor Bahru', 'lepak i-socks la sabtu ni'), (24338, 4823, 'Plentong, Johor Bahru', 'Selamat menunaikan #solatfardumagrib'), (24339, 1038, 'Johore, Malaysia', 'Fibre stall&lt;3'), (24340, 54, 'Johore, Malaysia', '@_Jesusbeloved tomorrow you and him one month?'), (24341, 5093, 'Singapore', 'I WANNA WATCH DR SEUSS'), (24342, 3452, 'Johore, Malaysia', '@paperdrizzle HAHHAHA im serioussssssss lol'), (24343, 1406, 'Johore, Malaysia', '@najeeela haha no need so many times lah I not blind:)'), (24344, 4228, 'Plentong, Johor Bahru', 'Hahhh . Ghaz dah tak kenal orang . k lupa ingatan keeee ? alaaa ;[ . eh nasib baik dia igt ayah dia . @ShahIskandar_M .'), (24345, 1268, 'Johor Bahru, Johore', '@GLuozhixiangSY lol for me if they feature SJ a little bit I also buy HAHAHA'), (24346, 5071, 'Johor Bahru, Johore', '15th , a day to remember (;'), (24347, 5094, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 11 others http://t.co/SpZp0APk'), (24348, 5095, 'Plentong, Johor Bahru', '@firenana Nop. I going back segamat'), (24349, 3645, 'Johore, Malaysia', 'I''m at Simpang Bedok (Changi, Singapore) w/ 3 others http://t.co/7yrObZHc'), (24350, 3757, 'Johore, Malaysia', 'With @Sharon0805, the dinner''s awesome! (@ Todamgol) http://t.co/ZYOLfY9I'), (24351, 405, 'Johor Bahru, Johore', '@nikiakila I nk duit, u nk bagi? :D'), (24352, 2979, 'Johor Bahru, Johore', 'I am nothing to say.'), (24353, 1643, 'Johor Bahru, Johore', 'I''m not the only one that hadn''t finish homework okay. Some people haven''t even fucking touch their homework okay'), (24354, 927, 'Johore, Malaysia', 'Hahaha! Diam sia boy dkny! Lol! RT @flyedaus: @SuperKidJunior @xoxonas Gentleman sehhhh :)'), (24355, 5096, 'Johore, Malaysia', '@astrosg I Spotted it when. Just looking at the sky!!and there is a cloud between them...it''s like separate twins!'), (24356, 4527, 'Johor Bahru, Johore', 'Boarding time が一時間前ってどういう事? 時間にルーズでわがままな人達が多いからなのかな?'), (24357, 2732, 'Malaysia', '@PeangAweez เพิ่งกินใอติม 55'), (24358, 1038, 'Johore, Malaysia', 'Back from riding and it felt so awesome;)'), (24359, 5069, 'Johore, Malaysia', '@Lim_Wai_Siong might as well quit cos we sit there whole day doing NOTHING'), (24360, 3266, 'Johor Bahru, Johore', 'Chilling (@ S11 Hougang Ave 1) http://t.co/YlxIW1F5'), (24361, 182, 'Johor Bahru, Johore', 'I''m at Piano Teacher''s House http://t.co/f8XbzANM'), (24362, 5097, 'Pulai, Johor Bahru', 'Nahhhhh @erichafitrih . http://t.co/6HczsM9b'), (24363, 2184, 'Johore, Malaysia', '@Nichellexz hahah yeap!!! :) u too ma that''s why so happy lol'), (24364, 4211, 'Johore, Malaysia', 'I''m at Books Kinokuniya (Singapore) http://t.co/LJ4rmqPL'), (24365, 4777, 'Johor Bahru, Johore', '@animaraini thanks kak'), (24366, 887, 'Johor Bahru, Johore', 'Yesterday ride bike de friends , who is still tired now'), (24367, 4823, 'Plentong, Johor Bahru', 'will you be there for me again? #FM'), (24368, 84, 'Johor Bahru, Johore', '@Jae_Jerome Tmr you tweet me ok? I caps all the way'), (24369, 5098, 'Johore, Malaysia', 'I''m at Sauce (Singapore, #01-10/12) w/ 3 others http://t.co/IXWA10mJ'), (24370, 3647, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/DboZiWQ5'), (24371, 4777, 'Johor Bahru, Johore', '@N_aniKhalil thanks :)'), (24372, 14, 'Johor Bahru, Johore', 'Cause you''re so amazing.'), (24373, 4398, 'Johor Bahru, Johore', '@SundayDiah ;)'), (24374, 5095, 'Plentong, Johor Bahru', '@iamrommie I know right!! She like barbie doll sial. Her eyes super big!'), (24375, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ yeah. It tastes like normal fried rice to me. Don''t know why they charge so much'), (24376, 2972, 'Johore, Malaysia', '@gnalaSenaiD @deflosa lau pasat. Papunta. Meet cla miong. Tpoz baka maya din meet c daryll. Bday nya ngayon.'), (24377, 226, 'Johore, Malaysia', 'listening to Fun. ! its not a full stop, its in the band name for real! Lol #otwhome'), (24378, 5099, 'City Square, Plentong', 'Dinner,,,, (@ McD City Square, JB) http://t.co/8aQToEZg'), (24379, 5100, 'Johore, Malaysia', 'Dinner~! XD (@ Paradise Inn (Bedok Point) w/ 2 others) http://t.co/H1NiPbo2'), (24380, 5101, 'Johore, Malaysia', 'Friday =)'), (24381, 478, 'Kota Tinggi, Johore', 'Gosh what''s with all the colourful geeky specs lahh!! Haiya! Everywhere!!'), (24382, 4388, 'Tebrau, Johor Bahru', '@lurimalaniaz nk g mne ?'), (24383, 2423, 'Johor Bahru, Johore', 'Here I am waiting alone again .'), (24384, 5071, 'Johor Bahru, Johore', 'Kerna kurniakan dengan dirimu sayang .'), (24385, 4764, 'Johore, Malaysia', '@xoxo_Nanaa Haha ! I knew it was you . But Takkot Salah orang . :3'), (24386, 900, 'Johore, Malaysia', 'Malaysia is truly Asia'), (24387, 4222, 'Malaysia', ':P (@ สวนลุงเจิม) http://t.co/CQPnFmQV'), (24388, 2732, 'Malaysia', '@Faiiz_Mikie อร่อยค่ะ .'), (24389, 5102, 'Johore, Malaysia', '@iamcrissymarie off course!'), (24390, 5000, 'Pulai, Johor Bahru', '@shazeahapiz kakwan gmba al ni? Hahahagile komplikated'), (24391, 5079, 'Malaysia', '@iamKCW อย่างนี้ต้องรอดู'), (24392, 2184, 'Johore, Malaysia', '@Huiwenz yea ): bt dun worry, I won''t forget hw u look like, hw u smell like, and hw you taste like. LOL!'), (24393, 4388, 'Tebrau, Johor Bahru', 'so sweet'), (24394, 1194, 'Singapore', 'draw sth acc PLEASEE.:('), (24395, 1300, 'Johor Bahru, Johore', 'Power of love :-)'), (24396, 630, 'Johor Bahru, Johore', 'Next one will be me. For sure. I just don''t know when to make my exit...'), (24397, 5071, 'Johor Bahru, Johore', 'Terima kasih cinta.'), (24398, 4406, 'Johor Bahru, Johore', 'LEGGO CRAZYBEEFS !! (@ Night Safari w/ 3 others) http://t.co/pI1OhR4D'), (24399, 340, 'Johor Bahru, Johore', 'Waaahhh hilo nako!!!!'), (24400, 844, 'Johor Bahru, Johore', 'quran masih ade lagy 2pagea. Ya Allah.. hahaha'), (24401, 1194, 'Singapore', 'vipforlife -&gt; draw sth :D'), (24402, 4823, 'Plentong, Johor Bahru', '@nizammansor good anak soleh ; lets turn up into a new life man. 21 years old this year it''s mean a lot you know'), (24403, 5103, 'Johore, Malaysia', 'I''m at SMU School of Accountancy &amp; Law (Singapore, Singapore) w/ 2 others http://t.co/ZyOknTM4'), (24404, 3645, 'Johore, Malaysia', 'Here the indian rojak nothing nice. So little variety and potato soooo small. (@ Syed Restaurant Pte Ltd) http://t.co/oe4aqW1w'), (24405, 750, 'Johor Bahru, Johore', 'It''s hard to not love a beautiful thing.'), (24406, 5069, 'Johore, Malaysia', '@JCheng_Sim fazili T_T'), (24407, 4388, 'Tebrau, Johor Bahru', '@WafiqQayyum bgos..rajin'), (24408, 970, 'Johore, Malaysia', 'Parkway looks dead'), (24409, 4519, 'Kota Tinggi, Johore', 'I was a jedi...then I turn to dark side'), (24410, 5104, 'Johor Bahru, Johore', 'I''m at Long John Sliver @ Lot1 http://t.co/Ipr50hhx'), (24411, 4609, 'Johor Bahru, Johore', '@yihanta later haha'), (24412, 5102, 'Johore, Malaysia', '“@iamcrissymarie: @jonitarose frend may instagram ka din palaa” 0ff course friend!'), (24413, 333, 'Johore, Malaysia', '明天过后是解答或解脱。'), (24414, 5105, 'Johore, Malaysia', 'I''m at Shikke Korean Grill BBQ w/ @milkyyyc @ngmin http://t.co/fQY1Moec'), (24415, 2192, 'Johor Bahru, Johore', 'I''m at Amk Virtual Land http://t.co/FDVjyuYv'), (24416, 5106, 'Johore, Malaysia', 'I''m at Raffles City Shopping Centre (Singapore) w/ 8 others http://t.co/zPUTnNkZ'), (24417, 5107, 'Johor Bahru, Johore', 'Knocked out! (with Yati at Ma Crib!) [pic] — http://t.co/rbJbaE9v'), (24418, 4980, 'Johor Bahru, Johore', '@awesomeziling is forever retarded :b\nAlways acting cute and young :x hahas!'), (24419, 1194, 'Singapore', 'freak ALLKPOP U POST WRONG INFO LAH'), (24420, 5071, 'Johor Bahru, Johore', 'I don''t care about them , let them say.'), (24421, 5108, 'Johore, Malaysia', 'I''m at Singapore General Hospital, Block 7, Ward 73 http://t.co/gy7i6xtZ'), (24422, 1504, 'Sungai Tiram, Johor Bahru', 'Werkwerk~ (@ EEW Sdn Bhd) http://t.co/xCLTEBth'), (24423, 1858, 'Johore, Malaysia', '@ShazySaniap make me teringat of syaa beylo ehk?? aha ..'), (24424, 3989, 'Johore, Malaysia', 'Pls dont call me funny,it reminds me ofmy mistakes'), (24425, 5109, 'Johor Bahru, Johore', 'New house new view. @ Outside my window. http://t.co/1dj2zLNX'), (24426, 287, 'Plentong, Johor Bahru', 'Nyatakan ~&gt; RT @dukefreaks: @Heyy_Summer em tlong aku download 1 lagu bole x?-__-"'), (24427, 5110, 'Johore, Malaysia', 'Bro... @ShahColdWorld Kau ingat Farid n Rika tak??'), (24428, 5095, 'Plentong, Johor Bahru', '@FranciscoOveree was really awesome sial. But very funny coz of the boy called his mom coz he scared!!!! HAHAHAHHAH'), (24429, 3998, 'Johor Bahru, Johore', 'Lols i see my cousin @caxrina doing her hwk mayb i should get off my lazyass and start work nw!'), (24430, 2423, 'Johor Bahru, Johore', 'Can we move on , together ?'), (24431, 1194, 'Singapore', 'http://t.co/945zIDDH CORRECT ONE IDIOT GET UR FACTS RIGHT DUMB ALLKPOP. -.-'), (24432, 5111, 'Johore, Malaysia', 'eating fresh.'), (24433, 669, 'Riau, Indonesia', 'I''m at Candylicious (Sentosa Island, Singapore) http://t.co/7qM2LcEl'), (24434, 5112, 'Malaysia', 'I''m at Ped ward Bangkok Hatyai Hospital http://t.co/YUZUlC7V'), (24435, 1816, 'Plentong, Johor Bahru', 'I''m at Bandar Baru Permas Jaya (Johor Bahru, Johor) http://t.co/ihT4bvIU'), (24436, 1778, 'Malaysia', '@dekMinhyuk ฟังเพลง ทวิต แล้วเฟส แค่นี้แหละที่ทำ^^'), (24437, 5113, 'Johore, Malaysia', 'I''m at MOS Burger (Jurong East, Singapore) http://t.co/fG6lhc6x'), (24438, 328, 'Johore, Malaysia', 'Hey!Young homie what you tripping on?'), (24439, 4953, 'Plentong, Johor Bahru', 'atas nama cinta'), (24440, 2979, 'Johor Bahru, Johore', 'Eating apple. Hmmm Yummy! :D'), (24441, 5107, 'Johor Bahru, Johore', 'Knocked out too! (with Yati at Ma Crib!) [pic] — http://t.co/Lk3qLV0T'), (24442, 3307, 'Johore, Malaysia', '@HongyuRedFish Downloading. :D'), (24443, 5114, 'Johore, Malaysia', '3.2km run.. Was interesting.. Haha. -.-'), (24444, 291, 'Johor Bahru, Johore', 'When I''m friendly, I''m flirting, when I''m quiet, I''m antisocial.. So what you guys want me to do...? '), (24445, 2664, 'Plentong, Johor Bahru', '@edlinayn kenapa u merajuk ni? sorry k :('), (24446, 5115, 'Johore, Malaysia', '@tingalism our mother cooking cooking cookinnnnz @ Jervois Road  http://t.co/gPILe4Xe'), (24447, 287, 'Plentong, Johor Bahru', '@ahmadsyauqiPO opkos la kandakan kat temasek. Acane nak gegatal kaan :B'), (24448, 5087, 'Indonesia', 'iya teh jgn d buangin air matanya :D RT@asriachi26 hu''um..:D RT @VanJrs: bner chi jngan sia-siakan air mata mu u/ hal yg ga pnting'), (24449, 5116, 'Johor Bahru, Johore', 'Mendak!! Fb boring tweeter pun boring apedah! -_-"'), (24450, 5069, 'Johore, Malaysia', '@Lim_Wai_Siong ya la'), (24451, 1420, 'Johor Bahru, Johore', 'I''m at Blk 626 Lvl6 http://t.co/VrTikYhj'), (24452, 5117, 'Johor Bahru, Johore', 'I miss eating Prosperity Burger &amp;&amp; Twister Fries! Only @SG!! :D @ Mc Donalds White Sands http://t.co/BQ3Udjd6'), (24453, 1903, 'Johore, Malaysia', '@GreyDiamonds what is fam channel? LOLOL. Nah I haven''t install yet. I just reformatted my laptop yesterday.'), (24454, 2437, 'Johore, Malaysia', 'I''m having norul ni my bunk tonight! Hahahhaha'), (24455, 5096, 'Johore, Malaysia', 'Nice Picture tooken! The lighter one is Jupiter and the brighter is Venus http://t.co/h708fKac'), (24456, 5071, 'Johor Bahru, Johore', 'Cos I''m glad to be with you , even though we can''t foresee what''s for us.'), (24457, 2423, 'Johor Bahru, Johore', 'Noah yap &amp; Steven lim is my idol (:'), (24458, 1300, 'Johor Bahru, Johore', '@tinzliang sarry n b... Mwshh mwshh... Bka ipagpalit moq s new friends mo ahh'), (24459, 340, 'Johor Bahru, Johore', 'I need panadol!!!'), (24460, 84, 'Johor Bahru, Johore', '@Jae_Jerome thanks^^ needa eat dinner first.'), (24461, 287, 'Plentong, Johor Bahru', '@FarafyfaMazlan halaaaa!! Halaaa!! T T'), (24462, 2569, 'Johor Bahru, Johore', '@BoringgPig Tmrw gt np , what time ? 9 - 12 ?'), (24463, 3510, 'Johor Bahru, Johore', '@peilinglow oh darling, I know it''s my fault. Let''s meet up when u are back (get the joke)'), (24464, 5091, 'Johore, Malaysia', 'Ang galing ko tlgang pumwesto sa mrt! Always nakaupo!:) demographics analysis lng ang secret haha!'), (24465, 5093, 'Singapore', '@HeyA13X you wan the harden thing anot ?!?!?!? it cost like $17 ++ the cheapest'), (24466, 825, 'Johore, Malaysia', 'Volunteer not to build your resume but so you can build yourself!'), (24467, 4032, 'Johor Bahru, Johore', 'On the way to tuition.'), (24468, 2664, 'Plentong, Johor Bahru', 'jangan terlalu berharap :)'), (24469, 115, 'Indonesia', '@JandReeYandRee adohhh.. salah org nih..'), (24470, 208, 'Johor Bahru, Johore', 'Night has come ... @ Singapore Boys'' Home http://t.co/5Qokx8TT'), (24471, 54, 'Johore, Malaysia', 'I rather hanging out with them than you!! SERIOUSLY_|_'), (24472, 1330, 'Johor Bahru, Johore', 'I''m at Home Sweet Home ^^ http://t.co/PCcwBN1b'), (24473, 3005, 'Johore, Malaysia', 'sex on the beach (@ Blu Jaz Cafe) http://t.co/tNMNzUr1'), (24474, 1490, 'Johore, Malaysia', 'I''m at Popular Bookstore (Singapore, Singapore) http://t.co/LGaorS99'), (24475, 1440, 'Johore, Malaysia', '@ebestdamnthing haha. Maybe fruits liaox.'), (24476, 4774, 'Singapore', '@jjong199 HANNAH ~ so the Glogster thingy how ?'), (24477, 14, 'Johor Bahru, Johore', 'Found new friends then leave old friends just like that. Great one #STUPIDHOE'), (24478, 5118, 'Johore, Malaysia', 'left with only wheels and im done :)'), (24479, 287, 'Plentong, Johor Bahru', '@Aerza_Amir game for iPhone I android baby :D'), (24480, 5119, 'Johor Bahru, Johore', 'I''m at mud''s krib (Singapore) http://t.co/vlTU4pgn'), (24481, 1109, 'Johor Bahru, Johore', 'Y gt cat keep meow meow meow sia? Its injured or wat uh?'), (24482, 4823, 'Plentong, Johor Bahru', 'Life is about appreciation ; Appreciate that you have been given a chance to live'), (24483, 33, 'Johor Bahru, Johore', 'Woohoo today is a real lucky day for me ! Get $750 cash from ite and new phone cover and my pay come ! ^^'), (24484, 3395, 'Johor Bahru, Johore', '^_____^ (@ Bukit Panjang Plaza w/ 8 others) http://t.co/7Alqj7YS'), (24485, 4764, 'Johore, Malaysia', 'Following a girl shopping is a hell of exercise . :3'), (24486, 1858, 'Johore, Malaysia', 'Hello to my 5 new followers , cheers :)'), (24487, 1132, 'Singapore', 'Completed Pokemon Emerald. #childhood'), (24488, 5120, 'Johor Bahru, Johore', 'Let a 80 pips profit run away. Doh!! #forex'), (24489, 2423, 'Johor Bahru, Johore', 'I need your hug , simple request , hard ah ? Just Fml lo .'), (24490, 1069, 'Johor Bahru, Johore', '@rohanitarohin yeah. Their environment really quite beautify...'), (24491, 416, 'Johor Bahru, Johore', '“@Notebook: The only person I''m better than is the person I was yesterday.”'), (24492, 575, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle can do anything without the shackle :)'), (24493, 291, 'Johor Bahru, Johore', 'Oh I know, friendly with guys only than people will say I''m gay'), (24494, 2014, 'Johor Bahru, Johore', 'Sch is going 2 reopen in 3 more days'' time.happy or sad?'), (24495, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ fudge you, I''m jealous. I''M COMING OVER. lol jk heheh'), (24496, 864, 'Johor Bahru, Johore', 'The feeling when you have no idea why are you so hungry!!! Can''t stop eating like seriously?!'), (24497, 68, 'Johore, Malaysia', 'Playing sparkling :) (@ West Coast Park w/ 3 others) [pic]: http://t.co/iYify8Fy'), (24498, 5118, 'Johore, Malaysia', 'oh yeah. and a new handlebar. zzzz'), (24499, 287, 'Plentong, Johor Bahru', 'Jap ade keje ~&gt; RT @dukefreaks: @Heyy_Summer noi sia-earthquake..ni abang @hadi_hamid soh aku dgr.bole ea yunk?:)'), (24500, 2437, 'Johore, Malaysia', '@asmadiah_asman macam champion??? Macam paham aderlah'), (24501, 911, 'Johor Bahru, Johore', 'lu uda pintar kok :) “@rudlycorwin: Bagaimana ya caranya jd org pintar ?”'), (24502, 2808, 'Johor Bahru, Johore', 'I''m at Joanne''s and joeys house!!!  http://t.co/quTN3bJa'), (24503, 112, 'Johore, Malaysia', 'Just finished tuition! Came to my grandmother''s to eat! (@ Grandma''s House!! ) http://t.co/7UcNjotp'), (24504, 40, 'Johor Bahru, Johore', '@AhXon their so called ultrabook is not quite worth it :/ I would rather U get the Lenovo ultrabook since got ssd'), (24505, 4032, 'Johor Bahru, Johore', 'Wow hot girl. Too bad,she''s taken. :('), (24506, 5121, 'Johore, Malaysia', 'I''m at Cold Storage (Singapore, Singapore) http://t.co/2FbOtRN9'), (24507, 1778, 'Malaysia', '@NeayWR_Boice ประชดเฉยๆๆ ถ้าไปจริงๆๆคงตายแช่แข็งแน่5555+'), (24508, 4980, 'Johor Bahru, Johore', '@awesomeziling @ZelleZiao @SyafiqahNutella @superjolene @weareomnivores Ziling tryna act like primary school kids. http://t.co/EBbE3mrk'), (24509, 2014, 'Johor Bahru, Johore', 'Yr sexy and I know it!'), (24510, 708, 'Johor Bahru, Johore', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore) http://t.co/wabLi8dP'), (24511, 3989, 'Johore, Malaysia', '@Eminem is awesome'), (24512, 2423, 'Johor Bahru, Johore', '@Pinkkystarszxc Steven lim is so cute . LOL joking , I make one idol for the best and one for the worst . You don''t get it meh ? Haha'), (24513, 970, 'Johore, Malaysia', '@davidlee_ggxx you going there to eat uh?'), (24514, 1858, 'Johore, Malaysia', 'i feel like i know who isit :3'), (24515, 291, 'Johor Bahru, Johore', '@mr_niceguy95 you forever flirting pls enlighten me'), (24516, 2827, 'Johor Bahru, Johore', 'I realised this year my presents has risen up the price :3 from bag to shoe to bbj to phone &amp; even cash hahaha~ yay. Me lub my birthday bt'), (24517, 5122, 'Johore, Malaysia', 'I''m at Big Eater Restaurant http://t.co/d0TCIvIl'), (24518, 4774, 'Singapore', '@jjong199 next week sia. not that easy to do i think need time sia. so how ? you doing with hu ?'), (24519, 4221, 'Johor Bahru, Johore', '@Bitetherose :)'), (24520, 2202, 'Johore, Malaysia', 'So weak. Shit lah. :( how to go drama like this?'), (24521, 3636, 'Johore, Malaysia', 'sayonara memories'), (24522, 2746, 'Johore, Malaysia', '@_KristineNicole why never follow back? zz'), (24523, 5120, 'Johor Bahru, Johore', '@yixianglahsia u know what else explode?'), (24524, 4823, 'Plentong, Johor Bahru', '@nizammansor livin young and wild and free is over pal, time to carries some responsibilities.'), (24525, 2415, 'Malaysia', '@fahsrit พี่ฟ้า บัตร 800 พี่ฟ้ายังมีอยู่มั้ยอ่ะคะ #ถามเฉยๆ555555'), (24526, 659, 'Johor Bahru, Johore', 'Haiyooo... Jason , u cannot get her lah. She''s mine ! Lol jkjkjk'), (24527, 932, 'Johor Bahru, Johore', '@fallfellfallen is this is a must? :O'), (24528, 2321, 'Johore, Malaysia', '@LaLaSalsarina @bellebrat @Jaslynkitty @Nahburlee haha'), (24529, 4467, 'Johor Bahru, Johore', '@Hayleystitch All the best k? I support you, *pats shoulder *:)'), (24530, 3291, 'Johore, Malaysia', 'I''m at Honeymoon Dessert 满记甜品 (Singapore, Singapore) http://t.co/vVies6yh'), (24531, 5095, 'Plentong, Johor Bahru', '@iamrommie. She moved to butterworth dy la. wait one day we go Penang together k! I promised her I''ll go visit her one day. We fly from kl'), (24532, 2827, 'Johor Bahru, Johore', 'My wish hasnt been granted yet :&lt; haiss,and i know it never will be.'), (24533, 5123, 'Johore, Malaysia', 'Steamboat dinner (@ Joaqium @ Suntec City) http://t.co/lPhD4yQI'), (24534, 2423, 'Johor Bahru, Johore', '@_Pocketz playing a song ? On the radio ?'), (24535, 658, 'Johore, Malaysia', 'I''m at Club V http://t.co/KWzuacw9'), (24536, 3721, 'Johore, Malaysia', 'I''m at Eunos MRT Station (EW7) (Singapore) w/ 2 others http://t.co/ZvYdNSxU'), (24537, 4793, 'Johore, Malaysia', 'I''m at Al Madjnah Restaurant (Singapore, Singapore) http://t.co/Zcb6cWvd'), (24538, 4467, 'Johor Bahru, Johore', '@Hayleystitch Where and what time?~'), (24539, 291, 'Johor Bahru, Johore', '@MuglerOfHisLove wool! Precisely that''s why this happen!!'), (24540, 150, 'Plentong, Johor Bahru', 'haishh,alhadulillah akhirnya ada jugak electric rumah saya,kalau tak mandi dalam gelap lah jawabnya.#apipenyuluhkegelapan'), (24541, 5124, 'Johore, Malaysia', '싱가폴 철인 출전하러왔어요\n응원해주세요 http://t.co/pUjEnMmq'), (24542, 4840, 'Johor Bahru, Johore', 'Today is Condom Day at America!HAHHA'), (24543, 3307, 'Johore, Malaysia', '@HongyuRedFish Learning. :D'), (24544, 2746, 'Johore, Malaysia', '@ohmybeloved_ Can follow me back? Thank you :)'), (24545, 5055, 'Johor Bahru, Johore', '@genn_ganz @y1hui hi gen:D'), (24546, 2202, 'Johore, Malaysia', 'When I grow up I need to marry a doctor. I don''t have to waste money on consultation fees.'), (24547, 4228, 'Plentong, Johor Bahru', '#SegalanyaCinta ka @AdlyFayruz ;]'), (24548, 4697, 'Johore, Malaysia', '@Dariuslua yeah bro..and also hams'), (24549, 5114, 'Johore, Malaysia', '@atiqaa hahaha. No lah. Can run. Just interesting that''s all.. :)'), (24550, 4823, 'Plentong, Johor Bahru', '#21 - learn how to be a responsible person'), (24551, 1959, 'Johore, Malaysia', '@MCheok WOOOHOOO'), (24552, 5125, 'Johore, Malaysia', 'French food! (@ Black Gold) http://t.co/rsVVZcpS'), (24553, 5126, 'Tebrau, Johor Bahru', '@_imaSnorlax hoho wasted ur hack'), (24554, 902, 'Johore, Malaysia', '@JoshuaLimmm ya la u nvr sunat so ur a chinese wat :P'), (24555, 2374, 'Plentong, Johor Bahru', '@AyuBusri @rikadiana_busri @hunny_be Ckp la cam 2.. :-)'), (24556, 3636, 'Johore, Malaysia', 'oh yeah. I was planning to play harvest moon all day long but I ended up here. again.'), (24557, 4826, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 13 others http://t.co/rZiIzvYf'), (24558, 1295, 'Johore, Malaysia', 'At * Mrt Train Toward Pasir Ris * — http://t.co/JgAEehzL'), (24559, 393, 'Johore, Malaysia', 'Having dinner (@ Tian Fu Huo Guo Xiao Chu) http://t.co/x7rYMKJU'), (24560, 291, 'Johor Bahru, Johore', '@imJeffzxc @mr_niceguy95 same applies to you jeff nah jk! '), (24561, 238, 'Johor Bahru, Johore', 'Otw to gombak station at Citibella for my soak off nails~'), (24562, 238, 'Johor Bahru, Johore', 'Watsapp back to normal !'), (24563, 3036, 'Senai Kulai, Kulai Jaya', '@NadieyHana yea .. i''m doin good here darl . how''re u babe ?'), (24564, 5127, 'Johore, Malaysia', 'I''m at Jalan Berseh Food Centre (Singapore, Singapore) http://t.co/dxVk1uN4'), (24565, 4289, 'Johore, Malaysia', 'Dinner!! :) (@ [F.I.S.H.] by Fish &amp; Co.) http://t.co/sn5M77r2'), (24566, 5128, 'Johor Bahru, Johore', 'Sambal stingray. @ Chomp Chomp Food Centre http://t.co/vCnk7EYW'), (24567, 5071, 'Johor Bahru, Johore', 'I love you .'), (24568, 3677, 'Johor Bahru, Johore', '@_Triciaaa_ nice song!'), (24569, 5129, 'Johore, Malaysia', 'I''m at 333 Bak Kut Teh w/ @royceisprince http://t.co/BsHhJ6Dq'), (24570, 5130, 'Johor Bahru, Johore', 'Vfxhtdvjgdbhc'), (24571, 740, 'Johor Bahru, Johore', 'I will hold your words RT @tweetlipxz: @ForeverChronic i hate you”'), (24572, 5131, 'Johore, Malaysia', 'My goodnes. Just finished a 4 hr long studio w my students! Feel so spent and so hungry I inhale a cow!'), (24573, 84, 'Johor Bahru, Johore', '@Jae_Jerome where got eat good food?? Claypot rice only la haha'), (24574, 3855, 'Johor Bahru, Johore', 'Playing diamond dash'), (24575, 5110, 'Johore, Malaysia', 'Wahhh so good.. Dari pr 6 (12tahun) sampai sekarang (21 tahun) korg bersama at last hari ni korg tunang sooo jealous..bila aku nya turn T__T'), (24576, 1778, 'Malaysia', '@dekMinhyuk กำลังจะไปกินคร้าา'), (24577, 5132, 'Kota Tinggi, Johore', 'The moment when you realise you don''t have many friends and army''s the cause :('), (24578, 2374, 'Plentong, Johor Bahru', 'Hi JB !!'), (24579, 2423, 'Johor Bahru, Johore', '45mins alr .'), (24580, 5133, 'Plentong, Johor Bahru', '@REALFAFAU @faizal_hotfm ade siaran ape ek??'), (24581, 4823, 'Plentong, Johor Bahru', '#21 - Appreciate an opportunity'), (24582, 2437, 'Johore, Malaysia', '@asmadiah_asman merajok ah! Abih mahal siol'), (24583, 1722, 'Johore, Malaysia', '@NaomiNeo_ Hi I love you Naomi! &lt;3 Staystrong and you make alot of sense in your recent post. 加油加油! :)'), (24584, 2569, 'Johor Bahru, Johore', '@BoringgPig Oo .'), (24585, 2498, 'Johore, Malaysia', '@___YOs___ YES SMLJ'), (24586, 3307, 'Johore, Malaysia', '@HongyuRedFish You got play?! :D'), (24587, 1576, 'Johore, Malaysia', 'I''m at Tan Tock Seng Hospital (TTSH) (Singapore, Singapore) w/ 4 others http://t.co/iz28ON6k'), (24588, 2969, 'Johore, Malaysia', 'lepak awhile then work. who''s coming!? ^^ (@ liquid empire) http://t.co/qPq4BiCU'), (24589, 5069, 'Johore, Malaysia', '@JCheng_Sim @Lim_Wai_Siong but then they treat us as extras they say go to take a seat then observe and later got training in the end sit'), (24590, 3301, 'Johor Bahru, Johore', '@love_parachute THANKS ^^'), (24591, 1109, 'Johor Bahru, Johore', 'De only thing $$ can''t buy''s love!'), (24592, 842, 'Johor Bahru, Johore', '@Jiaaaaabao haha don''t jealous wor !!! Go find LOOK ! &gt;&lt;'), (24593, 405, 'Johor Bahru, Johore', '@nikiakila btw Kau free besok? Ikot aku gi telok blangah get some skateboard stuffs and apparels.'), (24594, 3937, 'Tebrau, Johor Bahru', '@Saifulshakri haritu maman jadi kek tak? haha'), (24595, 3249, 'Kota Tinggi, Johore', '@bentclyff @AminShafieSaad hi? whats going on????? :o'), (24596, 4980, 'Johor Bahru, Johore', '@ZelleZiao cause I thought u very thick skin one . Thick skin people won''t hai xui de . :b jkjk'), (24597, 641, 'Johore, Malaysia', '@hotdEsHi @thejjl ehem ehem! ❤ ikaw talaga LAR.... Este Labs pala, haha. Dalaw dalaw din para hindi mamiss hohiho. ✌'), (24598, 2515, 'Johor Bahru, Johore', 'Damn the anime Shakugan no shana was so damn cool !'), (24599, 1589, 'Kota Tinggi, Johore', 'Yay . My abang buat kan ice milo for me (:'), (24600, 2374, 'Johor Bahru, Johore', '@Stella_700 Apa yg what happened ??'), (24601, 4467, 'Johor Bahru, Johore', '@Edwininja no matter how serious it is, I would laugh my lungs out xD'), (24602, 5092, 'Johore, Malaysia', 'Pimp my ride! #dreamcar @ Singapore http://t.co/DN1DAbwX'), (24603, 5135, 'Johor Bahru, Johore', '@yangiehee @5daysoftorture @meredith_lim @emobabyx @_iqahsam_ u dun think too much..think postive'), (24604, 4478, 'Riau, Indonesia', 'ohehe aku libuuur RT @mumutcimamay: Gaaktaau aku sayaang, kamuu? RT @IlfaAzlyani: oke sayaang,eh'), (24605, 5131, 'Johore, Malaysia', '@BlueberryJan girl. You are 4 yrs too late in asking this question!'), (24606, 1589, 'Kota Tinggi, Johore', 'My mama masak burger (-'), (24607, 848, 'Johore, Malaysia', 'Waiting for some cb (@ Shelter) http://t.co/WVRDS4X8'), (24608, 291, 'Johor Bahru, Johore', '“@mr_niceguy95: @ItsyBitsySp1der lol. I''m being friendly. :)” OVERFRIENDLY'), (24609, 1589, 'Kota Tinggi, Johore', '(:*'), (24610, 4826, 'Johore, Malaysia', 'kaching-kaching... keeping an eye on the goal. (@ Brunphil Express) http://t.co/kxAjXnjl'), (24611, 5136, 'Johore, Malaysia', 'Nomz (@ Hangari Galbi @ 112 Katong) http://t.co/Tl8R5jJi'), (24612, 4708, 'Johor Bahru, Johore', 'I''m at Blk 733 Jurong West St 73 http://t.co/gKfrPLHn'), (24613, 4478, 'Riau, Indonesia', 'udh dunn, kakakcantik? RT @tessaaMRD: udah mandi adek imut?RT @IlfaAzlyani: ahaha nonton cartoon kakcantik R'), (24614, 4823, 'Plentong, Johor Bahru', '#21 - Be wise man.'), (24615, 75, 'Malaysia', 'ไม่เคยขอให้ใครมารัก มาสนใจ'), (24616, 5069, 'Johore, Malaysia', '@JCheng_Sim @Lim_Wai_Siong sit there do nothing for the whole day...'), (24617, 291, 'Johor Bahru, Johore', '@imJeffzxc sure bro standby phone!'), (24618, 917, 'Johor Bahru, Johore', '@Weitinqsim again say your dog'), (24619, 5055, 'Johor Bahru, Johore', '@genn_ganz @y1hui D: trust me, i,be totally switched to Singtel:D fast Internet connection^^'), (24620, 4587, 'Tebrau, Johor Bahru', '@ukhuwahfillaah. Khotak! Haha!'), (24621, 1778, 'Malaysia', '@biimqboice 555+เตรียมตัวไว้ก่อน'), (24622, 2423, 'Johor Bahru, Johore', 'It''s okay , i feel more special then others because others is used to having people to talk with them while I''m used to being alone waiting'), (24623, 3855, 'Johor Bahru, Johore', 'Learning how to dance'), (24624, 812, 'Senai Kulai, Kulai Jaya', '@hafizudinhamdan itu sebutan yg betul'), (24625, 5137, 'Johore, Malaysia', '一口气买了两条dresses!'), (24626, 3774, 'Johor Bahru, Johore', '@Mir_minnji FOLLOWED, follow back please LOL.'), (24627, 4478, 'Riau, Indonesia', 'hehe iyaa, RT @dwiaynash: salam kenal yaaaa RT @IlfaAzlyani: iyaaaa #mbb RT dwiaynash'), (24628, 927, 'Johore, Malaysia', 'Lol! And handsome too! Hahaha! RT @spellxsolar: @KhaziUlliel Nice to know you too Tall guy. Haha!'), (24629, 5138, 'Johore, Malaysia', 'Jordannnn...everything u want to buy (˘_˘) (@ Mustafa Centre w/ 4 others) http://t.co/Tx1Ge3P0'), (24630, 287, 'Plentong, Johor Bahru', 'Okkay yayangs ~&gt; RT @dukefreaks: @Heyy_Summer okayy take ur time..I''m here till 11.30 dear..hehehe!;p'), (24631, 5139, 'Johor Bahru, Johore', 'Just posted a photo @ Bishan Park 1 &amp; 2 http://t.co/BnyGDoQ3'), (24632, 291, 'Johor Bahru, Johore', '@MuglerOfHisLove haha thx for advice'), (24633, 1098, 'Johor Bahru, Johore', 'I''m at Courts Megastore (Singapore, Singapore) http://t.co/W4daFAut'), (24634, 2423, 'Johor Bahru, Johore', 'You''re enjoying , while I''m suffering&amp;tolerating .'), (24635, 4953, 'Plentong, Johor Bahru', 'ngantok plak mate ni.. haisss'), (24636, 4478, 'Riau, Indonesia', 'aku ilfa,sklh?grd? RT @triskamendlev: triska :) kamu ?RT @IlfaAzlyani: hehe,siapa? RT @triskamendlev: ohaha,'), (24637, 1778, 'Malaysia', '@biimqboice สวัสดีจ้าพี่สาวววว'), (24638, 659, 'Johor Bahru, Johore', 'Italian Mode ! #LOL'), (24639, 1229, 'Johor Bahru, Johore', 'Fun badminton session!.'), (24640, 575, 'Plentong, Johor Bahru', '@lalingg Awesome! :)'), (24641, 291, 'Johor Bahru, Johore', '@mr_niceguy95 @imjeffzxc wing man!!!'), (24642, 2549, 'Johor Bahru, Johore', '@EmeldaLum someone enjoy their zoo trip too isn''t it?! Haha!'), (24643, 4774, 'Singapore', 'OMG. why i suddenly start listening to EPOP ? LOL. quite nice lehh :P can improve my engrish :P'), (24644, 632, 'Tebrau, Johor Bahru', 'I''m burst into tears now. Your DM :('), (24645, 4241, 'Johore, Malaysia', 'I''m at Clementi Heights http://t.co/n8vJlFNu'), (24646, 2620, 'Johor Bahru, Johore', 'Just bathed finish~~✨ (@ bel''s bed!) http://t.co/7wCWyobX'), (24647, 4467, 'Johor Bahru, Johore', '@Hayleystitch why so late?:('), (24648, 4478, 'Riau, Indonesia', 'ohehehe&lt;3 RT @Belbielowday: dengarlagu aja nih cantikku ;;) RT @IlfaAzlyani lagii online,k'), (24649, 2812, 'Johor Bahru, Johore', '@journeytoernxz @elurophobia *WAVES FRANTICALLY*\nMEEEEEEEEEEEEE!!!!!!!!!'), (24650, 3911, 'Johore, Malaysia', 'Geylang ...-.- heaven on earth...;D :P'), (24651, 4463, 'Indonesia', '@authiies @Ichamuya @echisianturi @aisxiarifi @MutiaSetyawati follow&amp;kelola http://t.co/tHM5114t http://t.co/N7dRtEOy http://t.co/yc5JsETt'), (24652, 5069, 'Johore, Malaysia', '@Lim_Wai_Siong @xavierskyace @jcheng_sim ya la that''s why I so sad'), (24653, 4290, 'Johor Bahru, Johore', 'I''m at Anchorvale 303 Food Court (Sengkang, Singapore) http://t.co/Z5ZQPFWu'), (24654, 4032, 'Johor Bahru, Johore', 'Promises are meant to be kept. Not broken so easily.'), (24655, 63, 'Johor Bahru, Johore', '@B4DuMCreeKCreeK tk bilang pn NS skg da bole pakai phone ade camera. Kau bru hbes 25km pe?'), (24656, 4228, 'Plentong, Johor Bahru', 'waduhh .liat avatar nya kak @AdlyFayruz . kerennnn bgtt !! tapii gak ada kepalanya . hahahaha . mulut saja ada . haha'), (24657, 4697, 'Johore, Malaysia', '"It is one of the blessings of old friends that you can afford to be stupid with them".Happy Birthday to you buddy :-) http://t.co/sr6omGrp'), (24658, 2437, 'Johore, Malaysia', '@asmadiah_asman sebab camp ni kat dekat ngan tuas'), (24659, 2034, 'Malaysia', 'Nap time (@ Cathay guesthouse hatyai) http://t.co/aRgbqIjG'), (24660, 3937, 'Tebrau, Johor Bahru', 'literally miss someone x_x'), (24661, 2034, 'Malaysia', 'Nap time (@ Cathay guesthouse hatyai) http://t.co/aRgbqIjG'), (24662, 4774, 'Singapore', 'wahh. like that lah. don''t reply me :/'), (24663, 932, 'Johor Bahru, Johore', 'I just remembered last year my geog CT... Haha! I forgotten what''s the Q. But I answered "Its the wonders of nature." and I was damned. Ha!'), (24664, 5140, 'Riau, Indonesia', 'I''m at Hardrock Cafe (Resort World Sentosa, Singapore) http://t.co/P36wNwFj'), (24665, 1426, 'Johore, Malaysia', '@chrisyyyyyy Chill friend. No point getting angry, wasting ur youth only. Smile more. :)'), (24666, 4587, 'Tebrau, Johor Bahru', '@FadheRose @lightof_jannah ape nie I have nth to do w this..'), (24667, 1764, 'Johor Bahru, Johore', 'When I''m with you,all my problems are like nothin'), (24668, 159, 'Johor Bahru, Johore', '@appleliciouseye siao! sape marah..haha.. kau tu kene byk pegi course on how to see human''s behaviour...hahahaha'), (24669, 793, 'Johore, Malaysia', 'Where is my @priddycunt.... (@ ION Orchard w/ 28 others) http://t.co/qGm3X7On'), (24670, 84, 'Johor Bahru, Johore', '@Jae_Jerome yeah.. Getting worse..'), (24671, 4823, 'Plentong, Johor Bahru', '#21 - Learn to control your temper'), (24672, 3998, 'Johor Bahru, Johore', 'Jz finihed my first qn for my holiday hwk, many more to go...'), (24673, 5141, 'Johore, Malaysia', 'Dinner w @melphin and his family (: (@ Bishamon Bedok Point) http://t.co/7m8cNe8d'), (24674, 247, 'Johor Bahru, Johore', '@asmanissa mane ade,main teruk tadi,btw k9 hebat :)'), (24675, 2664, 'Plentong, Johor Bahru', 'kini beza jarak kita cuma 300km :)'), (24676, 3307, 'Johore, Malaysia', '@HongyuRedFish Fun?'), (24677, 5126, 'Tebrau, Johor Bahru', '@_imaSnorlax @stevectl rehack la'), (24678, 5142, 'Johor Bahru, Johore', '@shan_kaichen darling~'), (24679, 107, 'Johore, Malaysia', 'I''m at Jalan Haji Salam http://t.co/JBNRDApa'), (24680, 3989, 'Johore, Malaysia', '@twitter is the new @facebook'), (24681, 291, 'Johor Bahru, Johore', '@MuglerOfHisLove yep thanks Jeremy Lin wife'), (24682, 4318, 'Singapore', 'I don''t wake up to impress you'), (24683, 1490, 'Johore, Malaysia', '#wannaread A Dangerous Method by John Kerr'), (24684, 3306, 'Johor Bahru, Johore', '还要一起冲'), (24685, 2202, 'Johore, Malaysia', 'In a year I think I fall sick like once every 2 months laaaaah. Arghh. Fml'), (24686, 632, 'Tebrau, Johor Bahru', '@rifqiikhmal hahahaha asal?!'), (24687, 1426, 'Johore, Malaysia', 'The heaviest eye bag ever. I''m dying. Help!!!'), (24688, 1824, 'Riau, Indonesia', 'Champagne before dinner @ Tanjong Beach Club http://t.co/JUzg5vkM'), (24689, 1959, 'Johore, Malaysia', '@shabnaaa @fernerichardson @hellojoyce @mayahaha @cocoskies ILL BE THERE IN SPIRIT'), (24690, 932, 'Johor Bahru, Johore', '@fallfellfallen ok. That''s a relief! Haha! So Sunday you gg out with us?'), (24691, 196, 'Johor Bahru, Johore', 'At sunshine now with @Evolruoyemllet_ and @Jerwaynehtw.'), (24692, 3307, 'Johore, Malaysia', 'Tamade, why is there so many clothes to be folded. @:'), (24693, 150, 'Plentong, Johor Bahru', '@iNajihahh ada fb ? nanti i bagi link dia.'), (24694, 2338, 'Johore, Malaysia', 'I''m at Tian Fu Huo Guo Xiao Chu w/ @corissawong http://t.co/8RVpkSBv'), (24695, 3918, 'Plentong, Johor Bahru', 'I''m at Lush Nails (Johor Bahru, Johor) http://t.co/X2Iek8oy'), (24696, 1778, 'Malaysia', '@dekMinhyuk ok จะเพื่อให้ท้องแขม่วเลย5555+'), (24697, 1769, 'Johor Bahru, Johore', 'Shalat Maghrib (@ Darul Ghufran Mosque) http://t.co/1yvE5rI2'), (24698, 5143, 'Johore, Malaysia', 'Act Of Valor! (@ Golden Village) http://t.co/1z5yDGb1'), (24699, 2437, 'Johore, Malaysia', '@_zacharyshaff hahahaha'), (24700, 1919, 'Senai Kulai, Kulai Jaya', 'Ijau (@ Traffic Light Pulai Perdana) http://t.co/kTZanoJP'), (24701, 4478, 'Riau, Indonesia', 'ga pntg jg,tp'), (24702, 1823, 'Plentong, Johor Bahru', 'Usai Solat Maghrib (@ Masjid Sultan Abu Bakar w/ 2 others) [pic]: http://t.co/Alnq1Url'), (24703, 4823, 'Plentong, Johor Bahru', '#21 - Be in a right path'), (24704, 911, 'Johor Bahru, Johore', '@rudlycorwin haiyaaa... Kok ane pastah e.. Emang makin berkrg kok mrk trima e :( penabur aja dikit :('), (24705, 1833, 'Johor Bahru, Johore', '@r4cha3l yum yum time...... Dinner'), (24706, 2415, 'Malaysia', '@fahsrit อ๋อค่ะ ^^'), (24707, 405, 'Johor Bahru, Johore', '@nikiakila ask Syafiq pollio'), (24708, 2979, 'Johor Bahru, Johore', 'Hungry Hungry!'), (24709, 4478, 'Riau, Indonesia', 'ga pntg jg,tp [Like it? http://t.co/e6QvkjXF ]'), (24710, 5144, 'Johor Bahru, Johore', '@atyyqahlalala hahaha asal dear?'), (24711, 632, 'Tebrau, Johor Bahru', 'No one understand how I feel right now :('), (24712, 1778, 'Malaysia', '@NeayWR_Boice คงไม่ไหวที่จะทำ55'), (24713, 4791, 'Johore, Malaysia', 'Slings and monkey nuts for dinner (@ Long Bar) [pic]: http://t.co/Qqx6WhXZ'), (24714, 2261, 'Kota Tinggi, Kota Tinggi', 'Rumah manis rumah (@ Jalan Mohamed, Kota Kecil) http://t.co/Kxp44HQA'), (24715, 5145, 'Johore, Malaysia', 'I just ousted Michal Z. as the mayor of Ichiban Boshi on @foursquare! http://t.co/qiU13tYQ'), (24716, 4898, 'Johor Bahru, Johore', 'I''m at nex w/ @garytwitjoke http://t.co/oCiq1Aeu'), (24717, 2652, 'Johor Bahru, Johore', '@xiaowang123 I did it only in sec1):'), (24718, 2908, 'Plentong, Johor Bahru', 'miss you laa capital A :''('), (24719, 4587, 'Tebrau, Johor Bahru', '@AfiqahMS it was a sudden thought.. O.o'), (24720, 4228, 'Plentong, Johor Bahru', '@ChichiPuteri okkk kakk . tp episod malam ni adee akak kee ? eh siang tadi tgk nora elena . hehehe . rinduu dila dlm tuu ;]'), (24721, 932, 'Johor Bahru, Johore', '@Stainedroses ehhh. Idk leh. Where can we go? Watch movie again arh?'), (24722, 4971, 'Plentong, Johor Bahru', '@AfeezVanilla haha..atas moto pon sempat brtweet ea..???haha..'), (24723, 5146, 'Johor Bahru, Johore', 'Dinner. (@ PastaMania w/ 2 others) http://t.co/z4GgYIQI'), (24724, 2437, 'Johore, Malaysia', '@Notebook this is true! :)'), (24725, 4478, 'Riau, Indonesia', 'pakai kipas angiiiiiiiin kakauuu RT @auautiss: Panaaass aa ya tuhaaann'), (24726, 4823, 'Plentong, Johor Bahru', '#21 - Time to make decision'), (24727, 900, 'Johore, Malaysia', 'Still can''t be arsed to eat #wifeneglected'), (24728, 2498, 'Johore, Malaysia', '49 DAYS TIME ^^'), (24729, 5147, 'Johor Bahru, Johore', 'I''m at Mad Jack Café (Singapore, Singapore) http://t.co/M3D1QDhF'), (24730, 4177, 'Johore, Malaysia', 'I''m at Long Beach Seafood (Singapore, Singapore) http://t.co/4ZfkARkX'), (24731, 75, 'Malaysia', '@Pw_npbb อ่ออออออจ้า'), (24732, 5148, 'Johore, Malaysia', 'I''m at Parkway Parade (Singapore) w/ 3 others http://t.co/OcpKscxA'), (24733, 4081, 'Johor Bahru, Johore', 'Mmmmm (@ McDonald''s) http://t.co/Em76ns2Z'), (24734, 1264, 'Johore, Malaysia', 'Stupid movie so sian.'), (24735, 5121, 'Johore, Malaysia', 'I''m at Watson''s (Singapore, Singapore) http://t.co/6ptfhDz7'), (24736, 3307, 'Johore, Malaysia', 'Patience. ;wild'), (24737, 4478, 'Riau, Indonesia', 'pakai kipas angiiiiiiiin kakauuu RT @auautiss: Panaaass aa ya tuhaaann [Like it? http://t.co/3t6PAsiM ]'), (24738, 3306, 'Johor Bahru, Johore', '@chungxuan ni hao, :)'), (24739, 1819, 'Johor Bahru, Johore', '@hamdeemuhdd @DinSharif hamdi kau tinggal 3 minggu je'), (24740, 1242, 'Singapore', '@__venice Nice.'), (24741, 5149, 'Tebrau, Johor Bahru', 'I''m at Taman Impian Emas (Johor Bahru, Johor) http://t.co/pvQSCL7h'), (24742, 632, 'Tebrau, Johor Bahru', 'Just now I''m so angry and now I''m so sad. Burst into tears. I hate this feeling!'), (24743, 1778, 'Malaysia', '@wararat_amp พี่แอมอยู่เปล่าจ๊ะ'), (24744, 5150, 'Johore, Malaysia', 'I''m at Parkway Parade w/ @triciazxc http://t.co/zRHD0JKX'), (24745, 5151, 'Johor Bahru, Johore', 'I''m at Terminal 3 (Singapore, Singapore) w/ 18 others http://t.co/QqP6UkAz'), (24746, 1764, 'Johor Bahru, Johore', 'You have the most beautiful and sweet smile'), (24747, 5152, 'Johore, Malaysia', 'I''m at CDAC http://t.co/FRdO77Dj'), (24748, 5153, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 27 others http://t.co/nwu7rXy0'), (24749, 1860, 'Johor Bahru, Johore', 'I want webcam dgn die! Boring uh and RINDU! Tomorrow then webcam with hyme larh.. =DD'), (24750, 932, 'Johor Bahru, Johore', '@dangledaffodilz cookies?!'), (24751, 5055, 'Johor Bahru, Johore', '@genn_ganz @y1hui D: I''m too cool to be lame^^'), (24752, 2498, 'Johore, Malaysia', 'Finished the very hated compre. YAY shall complete amath &amp; physics tmr.'), (24753, 4467, 'Johor Bahru, Johore', 'Dad: give me your remaining cup walker\nMe: dw, I want drink\nDad: you still have your nice douhua\nMe: I will watch 注定'), (24754, 3307, 'Johore, Malaysia', '@HongyuRedFish LOL. &gt; &lt; This is... kcool.'), (24755, 5149, 'Tebrau, Johor Bahru', 'I''m at Russell''s Territory (Johor Bahru, Johor) http://t.co/9KQu91K8'), (24756, 3382, 'Johor Bahru, Johore', 'Want to train with buakaw!'), (24757, 382, 'Johor Bahru, Johore', 'Right back at you.'), (24758, 4478, 'Riau, Indonesia', 'malam begini begini aja,ga ada yg spesial'), (24759, 2549, 'Johor Bahru, Johore', '@EmeldaLum it will be hot in the night safari!!! :p don''t disturb disturb an dar.'), (24760, 3876, 'Johore, Malaysia', 'Homed. (@ Blk 10, Jalan Bukit Ho Swee) http://t.co/8IdxvD7b'), (24761, 844, 'Johor Bahru, Johore', 'blom solat lagy'), (24762, 86, 'Singapore', 'I wanna make some changes in my life. If you don''t hear from me, then you''re probably one of them.'), (24763, 1080, 'Johore, Malaysia', 'happie doen. (@ Hard Rock Cafe Singapore w/ 3 others) [pic]: http://t.co/x8LTn7w9'), (24764, 115, 'Indonesia', 'syukurlah ''adik gue'' mendapat pasangan yg bisa mengimbanginya.. jjs tadi gak sia2..\n\npoked @Cutebeeb'), (24765, 3613, 'Johor Bahru, Johore', 'I''m at "Ang Keong" Blk 826 Coffeeshop (Singapore) http://t.co/EzPilbFo'), (24766, 632, 'Tebrau, Johor Bahru', '@NurlisaShahira I hope you''re doing fine. Doa aku sentiasa mengiringi kau Isz :)'), (24767, 3998, 'Johor Bahru, Johore', '@caxrina at 2nd qn alr,'), (24768, 88, 'Johor Bahru, Johore', '@amyline95 amyyyyyy!!!!! td cikgu mastura text aq dia ckp kol 9 kena ade kat library utk kerja pemprosesan buku!!!! DATANG DGN AMELINA'), (24769, 4492, 'Plentong, Johor Bahru', '@yenyin33 hahaha yeps. I got no space left in my room to paste the posters /.\\'), (24770, 3506, 'Johor Bahru, Johore', 'I''m at ian''s lair! http://t.co/9tuoXb9u'), (24771, 4467, 'Johor Bahru, Johore', '@soramayx 哈哈!'), (24772, 659, 'Johor Bahru, Johore', 'Esther scored just now ??!! #UgandaBeKiddingMe'), (24773, 5154, 'Johor Bahru, Johore', 'smelliess... ahakz!.. #bodyshop #jasmin @ Boy Next Door ... :) http://t.co/Gh8RBkur'), (24774, 5155, 'Riau, Indonesia', 'makasih y @ola_dlmnd @danudanoi @nirvyana @kyukuya kereeen lah!!!'), (24775, 5156, 'Johor Bahru, Johore', 'nakauwi din ng maaga!'), (24776, 382, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle don''t have to worry about impressing him/her'), (24777, 72, 'Johor Bahru, Johore', 'Yay! Tmr class outing at Sentosa!'), (24778, 3316, 'Johor Bahru, Johore', 'I''m at Kopitiam (Singapore, Singapore) http://t.co/yj434IiQ'), (24779, 1207, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 27 others http://t.co/LbSVvMX9'), (24780, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE wah..bestnyerr..shaz x pegi mne2 pon..shaz just brjln pegi hosptal je..coz nnek shaz msok wad..haha..'), (24781, 4823, 'Plentong, Johor Bahru', 'If you want me, wait till the time comes,\nI’m saving myself for you; love is more than just sex'), (24782, 2809, 'Johore, Malaysia', 'Feeling sicccckkk :( Flu is definitely killing me -.-" So i wanna rest and don''t disturb me.'), (24783, 5157, 'Johore, Malaysia', 'Cheers!:) @ Astons Specialties @ Mapletree http://t.co/OrhJa2Xo'), (24784, 2844, 'Senai Kulai, Kulai Jaya', 'I''m at U5, Kolej Perdana, UTM. http://t.co/6xMBzmrn'), (24785, 382, 'Johor Bahru, Johore', '@tseyilingxp OMG. m|m HAHA'), (24786, 927, 'Johore, Malaysia', '@spellxsolar @khaziulliel Haha! Nah, why should I be jealous Spellxsolar? His my friend, he got the looks from me. Hahahaha no lh kidding :)'), (24787, 2415, 'Malaysia', 'บัตรนั้นอย่าหมดก่อนเลยแล้วกัน เผื่อแม่จะให้ไปนคร - -'), (24788, 575, 'Plentong, Johor Bahru', '@lalingg Ayatt mat wempitsss ehh. Hahaha'), (24789, 287, 'Plentong, Johor Bahru', '#myfavemalayword YUKK! Means Jom!/let''s!/let''s go! :D'), (24790, 1764, 'Johor Bahru, Johore', 'Holiday is starting :)'), (24791, 1824, 'Riau, Indonesia', 'Dawn of the day @ Tanjong Beach Club http://t.co/zdUUvTUK'), (24792, 632, 'Tebrau, Johor Bahru', 'Marah macam mana pun aku kat kawan aku, kalau apa apa jadi dekat dia aku tetap akan ambil tahu.'), (24793, 835, 'Johore, Malaysia', 'Shopping (@ Forever 21 w/ 5 others) http://t.co/YlV97rhg'), (24794, 88, 'Johor Bahru, Johore', 'dinner !!!'), (24795, 4823, 'Plentong, Johor Bahru', 'Well I do want you, and I’ll wait till the time comes\nI’m saving myself for you; I heart you so much'), (24796, 1778, 'Malaysia', '@dekMinhyuk ^_^555+'), (24797, 4463, 'Indonesia', 'follow &amp; kelola @authiies @Ichamuya @echisianturi @aisxiarifi @MutiaSetyawati http://t.co/tHM5114t http://t.co/N7dRtEOy http://t.co/yc5JsETt'), (24798, 849, 'Johor Bahru, Johore', 'Gosh. Im feeling so awkward standing alone in the west area.'), (24799, 4840, 'Johor Bahru, Johore', 'Omar midgetman!'), (24800, 2529, 'Johore, Malaysia', '@YKChua you going?'), (24801, 3307, 'Johore, Malaysia', '@HongyuRedFish LOL. Like very boylish. &gt; &lt;'), (24802, 5158, 'Plentong, Johor Bahru', '@Riniesofia pelik2 la kau.. Haha'), (24803, 4492, 'Plentong, Johor Bahru', '@sarachuizijiun i thought hers is pink? -.-'), (24804, 5130, 'Johor Bahru, Johore', 'Ugbh hf hf. Htggtvgcggchgchg. Yfgffhgf'), (24805, 84, 'Johor Bahru, Johore', '@Jae_Jerome hahaha ya. Now running on negative battery.'), (24806, 632, 'Tebrau, Johor Bahru', 'Kalau benda tu menyakitkan kawan aku, benda tu sakitkan aku juga'), (24807, 3513, 'Johore, Malaysia', 'I''m at ION Orchard w/ @glitt3rcandy http://t.co/xQef6KBd'), (24808, 5159, 'Malaysia', 'ถ้ากลัวเหนื่อยก้อบอกลา ถ้ากลัวเสียเวลาก็ตัดใจ'), (24809, 5160, 'Johore, Malaysia', 'That impressive choreography make me feel lighter... :)'), (24810, 46, 'Plentong, Johor Bahru', 'sepandai pandai tupai melompat akhirnya jatuh ke tanah jua .'), (24811, 2532, 'Singapore', 'YAY I have an early casting tomorrow in Chinatown! I can explore afterwards!! :)'), (24812, 2041, 'Johore, Malaysia', '@RuiyangStoner someday we race leh haha'), (24813, 5161, 'Kota Tinggi, Johore', '@bjornmanila partner?hmmm what shall i get. Ill order now.. Hmmm still torn, should i get a DSLR, INTERCHANGEABLE CAM or what? :('), (24814, 1860, 'Johor Bahru, Johore', 'Can''t wait for tomorrows webcam-ing!'), (24815, 1919, 'Senai Kulai, Kulai Jaya', 'Ijau merah plak (@ Traffic Light Pulai Jaya) http://t.co/k8OVACIU'), (24816, 1919, 'Senai Kulai, Kulai Jaya', 'I just ousted Intan S. as the mayor of Traffic Light Pulai Jaya on @foursquare! http://t.co/N15FJWJu'), (24817, 1279, 'Johor Bahru, Johore', '@fayefeii xiexie'), (24818, 5162, 'Malaysia', 'I''m at Yoshinoya Pasar Festival (Jakarta) http://t.co/6Ags2W1J'), (24819, 5163, 'Johore, Malaysia', 'I''m at Shun Li Industrial Complex (Geylang, Singapore) http://t.co/BG8aLrZx'), (24820, 5164, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 17 others http://t.co/7uieIIxW'), (24821, 973, 'Johor Bahru, Johore', '@thousandcrosses familiar LOL'), (24822, 575, 'Plentong, Johor Bahru', '@Zulhelmy_adzli Hai dahh lama lahh bos cuma tak aktive jee :)'), (24823, 1692, 'Tebrau, Johor Bahru', 'Marine win 3-1 :D'), (24824, 4999, 'Johor Bahru, Johore', 'I feel so so sleepy now.... But still, I feel so glad that I finally started working on my SS Essay :-)'), (24825, 4924, 'Plentong, Johor Bahru', '@XuShanQing but need book !! Err can give me the link?? :)'), (24826, 2202, 'Johore, Malaysia', '@vajoojoo hahahah, thanks :) I hope I''m feeling better by tmrw to come :('), (24827, 1960, 'Plentong, Johor Bahru', 'hai , avatar baru nampak hensem ! tq KBbai'), (24828, 2549, 'Johor Bahru, Johore', '@EmeldaLum what is that suppose to mean?! Hahaha.'), (24829, 3452, 'Johore, Malaysia', '@paperdrizzle HAHAHHAAH IM SERIOUS 3 *troll face*'), (24830, 900, 'Johore, Malaysia', '@myexpatadvisory shame its been done'), (24831, 1404, 'Johor Bahru, Johore', 'Family falling apart , time to go all out .'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (24832, 5165, 'Johore, Malaysia', 'I''m at Bus Stop 19089 (United World College) (Singapore, Singapore) http://t.co/SF4XLZlf'), (24833, 2250, 'Johor Bahru, Johore', 'I''m at Junction 10 (Singapore) w/ 2 others http://t.co/4xBtUCW5'), (24834, 1960, 'Plentong, Johor Bahru', 'hihihihihi'), (24835, 4492, 'Plentong, Johor Bahru', '@sarachuizijiun wtf'), (24836, 1819, 'Johor Bahru, Johore', '@hamdeemuhdd @DinSharif KALAU je hahahahaha. Hmmmm ade la hadiah nyeh'), (24837, 46, 'Plentong, Johor Bahru', '@azieraziezie okay letuwww . hihi XD aah aah nealofaa berlakon tade kaku kan ?'), (24838, 637, 'Johore, Malaysia', 'I''m at 626 Bedok Reservoir Road (Singapore, Singapore) http://t.co/67zpoCQm'), (24839, 643, 'Johor Bahru, Johore', 'Waiting for my time, wondering how long that will be.'), (24840, 2821, 'Johore, Malaysia', 'I''m at Fitness Force http://t.co/pT8nGAHk'), (24841, 5166, 'Johore, Malaysia', 'I''m at Fitness First (Singapore, Singapore) http://t.co/s7SXF7XM'), (24842, 902, 'Johore, Malaysia', '@JoshuaLimmm maybe nt sat uh cos of speech day...friaday will pop by after school'), (24843, 632, 'Tebrau, Johor Bahru', '@hnrzl waalaikumussalam'), (24844, 991, 'Johor Bahru, Johore', 'My twitter super lagg and slow ._.'), (24845, 5167, 'Johore, Malaysia', 'I''m at The Ritz-Carlton, Millenia Singapore (Singapore) http://t.co/bMD2s3mS'), (24846, 4478, 'Riau, Indonesia', 'RT @NadellaChristin: #openfollow bantu RT dong tepatin #jfb yaa :) 6'), (24847, 849, 'Johor Bahru, Johore', 'Why is BF taking so long to reach......'), (24848, 2652, 'Johor Bahru, Johore', '@xiaowang123 new one ?'), (24849, 1958, 'Johor Bahru, Johore', 'I''m at Pasir Ris MRT Station (EW1) (Singapore, Singapore) w/ 2 others http://t.co/uESVQ0e4'), (24850, 172, 'Johore, Malaysia', '@Celinewang_ hows the chalet?!'), (24851, 659, 'Johor Bahru, Johore', '''Dude , boys don''t harass woman'' ''He''s a woman ??!!!'' \n#UgandaBeKiddingMe'), (24852, 5168, 'Johor Bahru, Johore', 'My Favorite Fried Hokkien Prawn Noodle!!! @ Singapore http://t.co/Cp96zDud'), (24853, 1335, 'Johore, Malaysia', '@tzeyi789 @m0velike_jagger (@ River South (Hoe Nam) Prawn Noodles) http://t.co/EcskgQQC'), (24854, 1819, 'Johor Bahru, Johore', 'I wanna hug you for the last time'), (24855, 4478, 'Riau, Indonesia', 'RT @Belbielowday: Mention'), (24856, 1903, 'Johore, Malaysia', 'Naise red wine. Connoisseur LOL. I''ll grow up to drink nice red wines (:'), (24857, 84, 'Johor Bahru, Johore', '@Jae_Jerome can can run in negative one. Haha'), (24858, 5169, 'Tebrau, Johor Bahru', '@faryanni eh...seram sey!!!'), (24859, 5170, 'Johore, Malaysia', 'shitting (@ Pasir Laba Camp) http://t.co/xSZ4IC1S'), (24860, 73, 'Johor Bahru, Johore', ''' Okok making sense '' @Merdise_xD @soshi_buns Hahahaha &gt;&lt; .'), (24861, 1960, 'Plentong, Johor Bahru', '@sadiqasyraf ASAL TAK CAPS LOCK DER ? hahha'), (24862, 991, 'Johor Bahru, Johore', '“@sxeznl: I can die of diabetes thanks to how sweet you are. :)”'), (24863, 740, 'Johor Bahru, Johore', 'Yeah right :/ RT“@tweetlipxz: @ForeverChronic Just kidding la.....”'), (24864, 72, 'Johor Bahru, Johore', 'Okay..i wanna lip pierce already.. And then maybe tongue piercing? Abd then tattoo. Thank u.'), (24865, 632, 'Tebrau, Johor Bahru', 'No. I can''t bear this pain.'), (24866, 1404, 'Johor Bahru, Johore', 'They say the "i" personality likes to hold grudges in , that''s what I''m doing , that''s what I''m throwing at you now .'), (24867, 1279, 'Johor Bahru, Johore', 'Noob movie, waste of time -.-'), (24868, 2078, 'Johore, Malaysia', 'cousin''s wedding which I never talk to. AWKWARD. (@ Marina Mandrain Hotel) http://t.co/TQw2JOez'), (24869, 4774, 'Singapore', '@jjong199 LOL.idk la. ask your DEAR lorh :P'), (24870, 893, 'Johor Bahru, Johore', 'I''m at Old Woodlands Makan Place http://t.co/PutLytxT'), (24871, 405, 'Johor Bahru, Johore', '@nikiakila pass me his number.'), (24872, 2250, 'Johor Bahru, Johore', 'Dinner (@ NTUC Foodfare) http://t.co/oK10UqBx'), (24873, 2696, 'Johor Bahru, Johore', 'Syiok @ home (@ On My Sofa Baby) http://t.co/59n4KUIy'), (24874, 134, 'Malaysia', '@PRUAKKY ส่งวันที่สิบห้าล้ะ :)'), (24875, 4478, 'Riau, Indonesia', 'RT @nrl_fadhillas: Mencion yg kece 8)'), (24876, 2542, 'Johor Bahru, Johore', 'I''m at Fantasy (Singapore) http://t.co/cUfpbbQ9'), (24877, 4823, 'Plentong, Johor Bahru', 'it''s killin'' me inside!'), (24878, 632, 'Tebrau, Johor Bahru', 'I''m not strong enough to face this :('), (24879, 150, 'Plentong, Johor Bahru', 'MU games tonight brotha#powerfulyes'), (24880, 84, 'Johor Bahru, Johore', '@Jae_Jerome hahahaha tweet me so high'), (24881, 46, 'Plentong, Johor Bahru', '@FyyTasha mesti boleh punyaaaaaa :)'), (24882, 5171, 'Johore, Malaysia', 'I''m at Orchard MRT Station (NS22) (Singapore, Singapore) w/ 2 others http://t.co/wLfG4Az6'), (24883, 886, 'Johore, Malaysia', '@ijafaezah Hahaha honeymoon ah you habis habis! I masa f4 honeymoon keluar sampai tak balik rumah nak jdi ape hahaha'), (24884, 2374, 'Tebrau, Johor Bahru', '@Stella_700 Tqk da line.'), (24885, 63, 'Johor Bahru, Johore', '@B4DuMCreeKCreeK @muhaimin_teng walls dahi kau ade ala2 tande sujud... Heh.'), (24886, 632, 'Tebrau, Johor Bahru', '@hnrzl apa?!!'), (24887, 2092, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 14 others http://t.co/QRTcFaZp'), (24888, 3636, 'Johore, Malaysia', 'tomorrow''s training better end early like Wednesday''s  and no circuit plsplspls more sidesteps :]'), (24889, 4478, 'Riau, Indonesia', 'kok ga ada kak? HAHA canda saja nii RT @auautiss: Gaak adaa uhuhu"@IlfaAzlyani: pakai kipas angiiiiiiiin kakauuu RT @auautiss: Panaaass aa y'), (24890, 3823, 'Johore, Malaysia', 'I should srsly bring more money out next time :P'), (24891, 5172, 'Johor Bahru, Johore', 'I am bored I am bored!!!!!!! Seriously!):'), (24892, 3998, 'Johor Bahru, Johore', '@caxrina lols i stuck at qn 2 alr zz'), (24893, 5173, 'Johore, Malaysia', 'I''m at Boon Tong Kee 文东记 (Singapore, Singapore) http://t.co/4SUxMQnH'), (24894, 5174, 'Johor Bahru, Johore', 'Xylophone @ Rifle Range @ Regent Secondary School http://t.co/PUPqHXaR'), (24895, 5175, 'Johor Bahru, Johore', 'Urgh my dad doesn''t allow me to stay in the car. So now I''m at the airport in FBT''s and sandals. Inappropriate much. http://t.co/n2hNazfe'), (24896, 1490, 'Johore, Malaysia', 'I''m at Guardian Pharmacy (Singapore, Singapore) http://t.co/SPxOBAju'), (24897, 287, 'Plentong, Johor Bahru', '#myfavemalayword LAH! Its means sure sure surely confirm yes definitely absolutely correct!'), (24898, 262, 'Johore, Malaysia', '@Liminny is she alright? It always starts with a fall, then she will learn how to ride a bike .. @Okuno_Mike right?'), (24899, 4228, 'Plentong, Johor Bahru', 'wahhhhhhhhhhhhhhhhhhhhhhh . macam tak percaya kak adly retweet twit aku . haha . makasii kakk ;]'), (24900, 4718, 'Johore, Malaysia', '@Lu_Jing_Guang you don''t say?!'), (24901, 73, 'Johor Bahru, Johore', '@MEluvTIFFANY The friend request ^^'), (24902, 1692, 'Tebrau, Johor Bahru', '@FNfaisal Mentally Traumatized'), (24903, 5176, 'Johore, Malaysia', 'I''m at The Central w/ @supremesebas @ozkkkkkk http://t.co/wdiJJdNH'), (24904, 5171, 'Johore, Malaysia', 'I''m at TANGS Orchard (Singapore, Singapore) w/ 9 others http://t.co/Hhj4n2Kj'), (24905, 5112, 'Malaysia', 'มาเฝ้าอาม่าที่โรงพยาบาล'), (24906, 4058, 'Johor Bahru, Johore', 'Fish head curry ~~~~ (@ S-11 (AMK 530) Food House Pte Ltd) http://t.co/XKl9NmIA'), (24907, 4527, 'Johor Bahru, Johore', 'エコノミーの機内食\n\n この後の搭乗でも提供されるのだろうか?既にお腹空いてるし。 http://t.co/2rrS0PWX'), (24908, 1960, 'Plentong, Johor Bahru', '@AdlieMusa aku hensem je ! hihi'), (24909, 5177, 'Malaysia', 'RT @Khunnie0624 I want one!!! Enjoy your meal people~ =] http://t.co/S0lOdopx'), (24910, 664, 'Plentong, Johor Bahru', 'Brunchner:) (@ Warung Bawah Pokok Flat Larkin) http://t.co/GA9rd96t'), (24911, 2005, 'Johore, Malaysia', '@NoninieyyDrew haha siape lagi kalau bukan your mr pilot haha starts at 9'), (24912, 3264, 'Johor Bahru, Johore', '@sheenashiqi 加油姐姐 !:)'), (24913, 73, 'Johor Bahru, Johore', '@Fion_99 Yeahh okok .'), (24914, 2146, 'Johore, Malaysia', 'Fuck off bitch. Im gonna be a ruthless badass now! You''ll change me if you still want me.'), (24915, 630, 'Johor Bahru, Johore', 'No one will be informed of when.'), (24916, 5178, 'Johore, Malaysia', 'Done closing!'), (24917, 5037, 'Johore, Malaysia', '@exwhyy :p thanks babe.'), (24918, 5179, 'Johore, Malaysia', '成功在最后一秒抢到票,上车咯!^_^在看艺树人的《车站》。 (@ Goodman Arts Centre Black Box) http://t.co/U5RSkf0Y'), (24919, 4478, 'Riau, Indonesia', 'RT @sintapalen: jangan marah marah :) gak ada gunanya coba'), (24920, 2532, 'Singapore', 'WHY MUST SO MANY PEOPLE HERE SMELL SO SPICY #baaarfff'), (24921, 1960, 'Plentong, Johor Bahru', '@deylaJett mengada ! makan je ahh ! ahha'), (24922, 2374, 'Tebrau, Johor Bahru', 'Clear traffic at Psr Gdg H''way heafing Tmn Perling. Take note. :-) #jbtu'), (24923, 435, 'Singapore', '@InsyiraahGemok @iAttachedToKpop @popsywhoopsy wa . so early ah. okok.... HAHA. Can later a little bit?'), (24924, 4718, 'Johore, Malaysia', '@sHeRiLyN_TaN @jinkoi_ no jin koi started it. I merely carried on'), (24925, 2515, 'Johor Bahru, Johore', '@TheGoogleFact it''s "the the"'), (24926, 5150, 'Johore, Malaysia', 'I''m at Treats Food Court http://t.co/d8ybJxoB'), (24927, 5180, 'Johor Bahru, Johore', 'Dinner (@ Alif Restaurant w/ 2 others) http://t.co/L6dw19S7'), (24928, 632, 'Tebrau, Johor Bahru', 'Kepada semua yang mengenali Isz Nurlisa Shahira, tolong maaf kan dia. Halal kan makan minum dia. Tolong doakan yang terbaik untuk dia.'), (24929, 3, 'Plentong, Johor Bahru', '#HappyNationalCondomDay? whathefuck takda trending lain ke? unnecessary ~ takmasuk akal ~ this is PG18 We havent reach it yet -.-'), (24930, 5181, 'Senai Kulai, Kulai Jaya', '@faraselamat fuiyooh. Keje sbg ape tuh?'), (24931, 5177, 'Malaysia', 'RT @dlwnsghek 사랑하는 우리 헤어팀과의상팀^^!! 알라뷰 http://t.co/97SiuUFa'), (24932, 84, 'Johor Bahru, Johore', '@Jae_Jerome I waiting for food now cannot sleep mah'), (24933, 879, 'Johore, Malaysia', 'I''m at Kallang Area (Singapore) http://t.co/hEVdr0nO'), (24934, 5041, 'Singapore', '- called the police because of the vandalism and then had to take my statement. waste of my time.'), (24935, 2415, 'Malaysia', '@Ritz_TS6 รักพี่ริทนะ'), (24936, 4584, 'Johor Bahru, Johore', 'I''m at Pet-mart @ Serangoon North Ave 2 http://t.co/Wpj7m3iV'), (24937, 4823, 'Plentong, Johor Bahru', 'Be fair on anything you do. Inside and Outside'), (24938, 5177, 'Malaysia', 'RT @dlwnsghek ありがとうごじゃいます みなさん^^ もともと がんばります! ^^~ つぎの single も たのしみにしてください(^○^) http://t.co/ai6nPs8e'), (24939, 740, 'Johor Bahru, Johore', 'Pasal blok tido.. Nak tido ni .. Bye RT“@tweetlipxz: @ForeverChronic haha why you so emo ni?”'), (24940, 1279, 'Johor Bahru, Johore', 'Holidays ending soon #FML'), (24941, 123, 'Johor Bahru, Johore', '@ahhhmui their chart always not accurate plus m countdown is like counted for votes lol'), (24942, 1883, 'Johor Bahru, Johore', 'I''m at Yen''s Tuition Centre w/ @vanntan http://t.co/J4K7n5O5'), (24943, 659, 'Johor Bahru, Johore', 'Kony-Wan Kenobi ? \n#UgandaBeKiddingMe'), (24944, 3677, 'Johor Bahru, Johore', '@sheepass dance dance dance!'), (24945, 1331, 'Johor Bahru, Johore', 'It''s time fr u guz to learn give and take...Aiyo cibeicialak...Until when u wan to hav a win win situation until when???'), (24946, 4957, 'Riau, Indonesia', 'past is experience. present is experiment &amp; future is expectation #motivasi gw'), (24947, 5165, 'Johore, Malaysia', 'I''m at Bus Stop 19059 http://t.co/Gck5gf2F'), (24948, 3307, 'Johore, Malaysia', '@HongyuRedFish Teeheehee. &gt;:D I cannot download. Like got problem like that sial. :('), (24949, 632, 'Tebrau, Johor Bahru', 'RT @hnrzl: @UmairahNizam Td i mimpi you kot . Hahaha'), (24950, 3877, 'Malaysia', 'I''m at dot (ดอท) (Hat Yai, Songkhla) [pic]: http://t.co/pWPbAAA7'), (24951, 4774, 'Singapore', '@jjong199 CANNOT !'), (24952, 5093, 'Singapore', '@HeyA13X i split with you lah remember? so its like 9 ++'), (24953, 1105, 'Singapore', 'Toniiiiiiggghhhtttt We Are Yooouuunnnggg~'), (24954, 5041, 'Singapore', '- he should''ve just passed me the paper and i fill up. it would''ve been much faster.'), (24955, 5144, 'Johor Bahru, Johore', 'Drink teh-o mmmmmddaaaaap'), (24956, 5182, 'Johore, Malaysia', 'jangan lupa saweran''nya ;-p “@RezkiErlita: Mahadewi - lagu d busway”'), (24957, 2979, 'Johor Bahru, Johore', 'I am determeted.'), (24958, 1421, 'Singapore', '@wonderxuqin i''m not a non-kpop fan haha i''m a music fan; i generally like SNSD in kpop but rly idc abt the artist; it''s the songs! :P'), (24959, 970, 'Johore, Malaysia', '@davidlee_ggxx same! I go find you'), (24960, 632, 'Tebrau, Johor Bahru', '@hnrzl hahaha. Mimpi apa???'), (24961, 4724, 'Singapore', 'yonghwaaaaaaaaaaaaaaaa :D'), (24962, 2202, 'Johore, Malaysia', 'I don''t need this right now.'), (24963, 1279, 'Johor Bahru, Johore', '@fayefeii KIDDING ONI LA LOL'), (24964, 84, 'Johor Bahru, Johore', '@Jae_Jerome hahaha so caps make u high?? Hahaha what abt teentop''sCAP?? On I''m lame'), (24965, 715, 'Johore, Malaysia', 'I''m at Lavender Food Square (Singapore, Singapore) http://t.co/Y7mQlGxo'), (24966, 1264, 'Johore, Malaysia', 'Im getting dizzy TT'), (24967, 1279, 'Johor Bahru, Johore', '@fayefeii UR HUSBAND WAT'), (24968, 4724, 'Singapore', 'CN. BLUE!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'), (24969, 3113, 'Riau, Indonesia', 'udah ahh'), (24970, 123, 'Johor Bahru, Johore', '@PandaTofuLove lol same as my mum lol'), (24971, 1722, 'Johore, Malaysia', '@NuffnangSG @cineleisure Nuffnang says by tmr! @CyberHarpieLady @xHopingStars #itsgonnagetsensational'), (24972, 2443, 'Johor Bahru, Johore', '@PARABABA @pinkissmexy Alex song'), (24973, 120, 'Johor Bahru, Johore', 'I hate you .. I fucking hate you ..'), (24974, 2227, 'Johor Bahru, Johore', 'Doa ibu ialah ibarat setajam pisau. Ia akan dimakbulkan straight away. :)'), (24975, 63, 'Johor Bahru, Johore', '"@ahlain22 منْ اسّتغفر للمُؤمنِينْ و المُؤمنْات گتبّ لہُ بگل مُؤمنْ و مُؤمنْہ حَسنْہ اللهم آغفر للمؤمين وآلمؤمنآت آلآحيآء منهم وآلاآموآت"'), (24976, 5118, 'Johore, Malaysia', 'if i have the money. haisss. http://t.co/3ZlLi9xU'), (24977, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing shhh expose wo zuo mo :('), (24978, 3636, 'Johore, Malaysia', '@LoyalSin @__duckey @jasonyong26_ who''s going earlier? :o'), (24979, 3264, 'Johor Bahru, Johore', '@sylviachy cheer up :)'), (24980, 1692, 'Tebrau, Johor Bahru', '@ShukJasni follow ramai2 nanti menyemak pulak Twitter beta ni. ni pun dah ramai update benda2 ntah hape2. =.="'), (24981, 5183, 'Johore, Malaysia', 'All PP with mom using Starbucks wifi eating at new york new York ;) #badass'), (24982, 264, 'Singapore', '@Zophia98 Hmm In wwss or in your sch? :/'), (24983, 4823, 'Plentong, Johor Bahru', 'Appreciate the green! Go Green everybody'), (24984, 3418, 'Johor Bahru, Johore', 'Dinner! ^^ (@ Al-Azhar @ Tampines w/ 2 others) http://t.co/6nQPugWn'), (24985, 3322, 'Johor Bahru, Johore', 'I''m at PastaMania (Singapore) w/ 3 others http://t.co/DkyT7COP'), (24986, 5041, 'Singapore', '- and the police told me that NO ONE in the entire block called but me. COWARDSSSS'), (24987, 73, 'Johor Bahru, Johore', 'Yay . So fresh fresh after my nappy (:'), (24988, 198, 'Johore, Malaysia', 'With mike, jun ming, pei ying jie, ah bao, shirley and pamela:) (@ Tian Tian Steamboat BBQ) http://t.co/9aqp7Ef0'), (24989, 4467, 'Johor Bahru, Johore', '@soramayx 最好的朋友啊,嗯,或者方少啊?Share the joy:)'), (24990, 1379, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 27 others http://t.co/hrtUMXng'), (24991, 438, 'Johore, Malaysia', 'I''m at Mustafa Centre (Singapore) w/ 6 others http://t.co/uGRmLJgY'), (24992, 5046, 'Senai Kulai, Kulai Jaya', 'mendaknyer arini,'), (24993, 838, 'Senai Kulai, Kulai Jaya', '@alyahassan does pills can cause us fat?!!!!'), (24994, 917, 'Johor Bahru, Johore', '@Weitinqsim up to you,'), (24995, 2146, 'Johore, Malaysia', 'Or just let me be....'), (24996, 5041, 'Singapore', '@chanyongxiang: band auditions siah! jia you! =]'), (24997, 4924, 'Plentong, Johor Bahru', '@XuShanQing u going at 9 right?'), (24998, 5184, 'Johore, Malaysia', 'Doesn''t my Bieber look good? LOL @NaniArina http://t.co/Pm2kChVy'), (24999, 932, 'Johor Bahru, Johore', '@fallfellfallen ehyyy~~~~~ don''t probably laaaa~~~ :('), (25000, 1397, 'Johor Bahru, Johore', 'I''m at School of Physical and Mathematical Sciences (SPMS) (Singapore, Singapore) http://t.co/z8mWkWQw'), (25001, 927, 'Johore, Malaysia', '@spellxsolar Haha! I said I was kidding kan spellxsolar, haish. Haha! :)'), (25002, 740, 'Johor Bahru, Johore', 'Expressing a feeling can be quite a complicated thing to do or say'), (25003, 4840, 'Johor Bahru, Johore', 'Mustaqim monster dick'), (25004, 150, 'Plentong, Johor Bahru', '@MohdHakem weh malam bawak cam boleh :)'), (25005, 5186, 'Johor Bahru, Johore', 'I''m at Borshch Steakhouse (Singapore) http://t.co/rXZa1f1X'), (25006, 4478, 'Riau, Indonesia', 'haii bulekuuuuuuu {} RT @Belbielowday: @IlfaAzlyani cantikku ({})'), (25007, 4840, 'Johor Bahru, Johore', 'Omar small dick boy'), (25008, 740, 'Johor Bahru, Johore', 'Its not easy for me to love a person that instant, it takes time'), (25009, 226, 'Johore, Malaysia', 'yes! Im a #skywalker now! @Streamzoo #awesome'), (25010, 84, 'Johor Bahru, Johore', '@Jae_Jerome I like ljoe more hehe'), (25011, 5177, 'Malaysia', 'RT @taeccool 여러분~ 해피메리화이트데이~~~ 사랑하는 사람(있다면~)과 함께 행복하게보내세요~ 계절은 지났지만 사진은 선물이에용~ㅋㅋㅋ http://t.co/Yc6HL8fc'), (25012, 740, 'Johor Bahru, Johore', 'night :) RT“@tweetlipxz: @ForeverChronic Oh okay then goodnight :&gt;”'), (25013, 2180, 'Johore, Malaysia', 'I''m at OG Orchard Point (Singapore, Singapore) http://t.co/Ts9qY1lY'), (25014, 1496, 'Johore, Malaysia', 'What''s this?? @gerraldiine http://t.co/Vt4dckO9'), (25015, 3083, 'Plentong, Johor Bahru', 'I''m at Ammar''s Freakin'' Residence http://t.co/1bgtd7Pt'), (25016, 505, 'Johore, Malaysia', 'Omg!! We are bored..'), (25017, 1530, 'Johore, Malaysia', '@Hayleystitch jiayou !'), (25018, 3354, 'Johore, Malaysia', 'my room internet connection lousy as hell'), (25019, 1727, 'Senai Kulai, Kulai Jaya', 'I''m at Kelab Fotokreatif (KFK) w/ @ftnhzwni @edogawafanara http://t.co/SLzvFIoK'), (25020, 927, 'Johore, Malaysia', 'Not at all! Hehehe :) RT @spellxsolar: @SuperKidJunior @KhaziUlliel Haikal I know you jealous!'), (25021, 5187, 'Plentong, Johor Bahru', '@muhammadhazren ofkos la..'), (25022, 4467, 'Johor Bahru, Johore', '@ValerieLuvszxc @zhenjingkimchi_ orhhk'), (25023, 4957, 'Riau, Indonesia', 'Be wish aja lah # eaaaak'), (25024, 2773, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 28 others http://t.co/rwhmKSFA'), (25025, 5112, 'Malaysia', '@_GDRAGONBOTTH เช้อะๆ จะเอาๆ :3'), (25026, 276, 'Johor Bahru, Johore', 'susah la sume bende nk kecik ati. bkannye aku tak PENAH dtg. bkannye tak PENAH ade time susah. juz plis jgn emo evrytime sumting hppned ar'), (25027, 73, 'Johor Bahru, Johore', 'SO WTF IS YOUR PROBLEM . MUST TALK UNTIL LIKE THAT ISIT .'), (25028, 5165, 'Johore, Malaysia', 'I''m at SPGG (Singapore, Singapore) http://t.co/VOllswq3'), (25029, 4228, 'Plentong, Johor Bahru', '#KalauCrushKita tegur kita kat im , mesti suka gila kan . sampai dok baca ulang2 je chat yang dia hantar tu.'), (25030, 5188, 'Johor Bahru, Johore', 'I''m at Bus Stop 98011 @ Pasir Ris (Singapore) http://t.co/h89XVUdh'), (25031, 3636, 'Johore, Malaysia', '“@eternalbimbo_: AHAHAHAHA PREGNANT WOMAN FALLING FOWN THE STAIRSSS” sadist'), (25032, 632, 'Tebrau, Johor Bahru', '@hnrzl eh boleh gitu? Haha mimpi Hanis tak? LOL'), (25033, 2384, 'Johor Bahru, Johore', 'I''m at Bishan Community Club (Singapore) http://t.co/TeKqW7By'), (25034, 4606, 'Johor Bahru, Johore', 'I''m at Botak''s Favourites (Singapore) http://t.co/Va2Qbm0E'), (25035, 1382, 'Johor Bahru, Johore', '@PeiYi2706 let you have a bit of private conversation with yourself'), (25036, 1065, 'Johor Bahru, Johore', '@amirarx Hahah, What? Come la punch, my face positoning for you to punch haha'), (25037, 2635, 'Johor Bahru, Johore', '@PinkLeprechauns oh goshhh. Daniel too? :O'), (25038, 3937, 'Tebrau, Johor Bahru', '@RinaakyuELF met ultah ya ;)'), (25039, 1205, 'Johore, Malaysia', '@popsywhoopsy NOOO! You should see this one Gennie! This is awesome!!! http://t.co/xlmS5qcp'), (25040, 169, 'Plentong, Johor Bahru', 'Assalamualaikum :'') #SELAMATmalam'), (25041, 1692, 'Tebrau, Johor Bahru', '@FNfaisal You''re DOOMED'), (25042, 4823, 'Plentong, Johor Bahru', 'The art of Depression.'), (25043, 1778, 'Malaysia', '@NeayWR_Boice คงจะเป็นประติมากรรมที่สวยที่สุดด้วยละมั้ง55555+(ประชด)'), (25044, 484, 'Johore, Malaysia', 'I''m at TAB (Singapore) w/ 3 others [pic]: http://t.co/L5ITbuqF'), (25045, 4718, 'Johore, Malaysia', '@Lu_Jing_Guang as in it''s obvious that the person dao you right? So you don''t say'), (25046, 291, 'Johor Bahru, Johore', '@MuglerOfHisLove LOL! Who!?'), (25047, 5189, 'Johore, Malaysia', '@JonyClyde @tweettiergrace'), (25048, 3186, 'Johor Bahru, Johore', '@SitiHafidzah hmm, i guess so. Not sure about that. Hehe.'), (25049, 5190, 'Johore, Malaysia', '望向每双率真眼睛,似看到最动人风景,没有躁音只得笑声,散播到最远的山岭;愿这世界如童话 抱着想像实现它\n就凭摘星的手臂 为地球每夜放烟花\n就算世界无童话 放下包袱完成它\n就来学攀山者有心不会怕~就算世界无童话'), (25050, 2235, 'Johor Bahru, Johore', 'I''m at Taste of Thailand (Singapore) http://t.co/n0DyEMGZ'), (25051, 3680, 'Johore, Malaysia', 'Ini Ayam aku'), (25052, 879, 'Johore, Malaysia', 'I''m at KPE http://t.co/4eAB0uqL'), (25053, 4527, 'Johor Bahru, Johore', '訪問ランクNo.1の団体を懸念していたけど、今のところ見あたらず。殆どが少人数'), (25054, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing qu zuo ni gongke la !'), (25055, 5191, 'Johor Bahru, Johore', 'How i wish i''m the one leaving.'), (25056, 1778, 'Malaysia', '@dekMinhyuk okค่ะ'), (25057, 196, 'Johore, Malaysia', 'LaughMyAssOut seriously. Saying about our past. Damn funny can.'), (25058, 632, 'Tebrau, Johor Bahru', '@hnrzl hahaha. You rindu I ah ni. Tu yang mimpi. Haha'), (25059, 5192, 'Malaysia', 'Hamberger (@ Mukim setoi) [pic]: http://t.co/CPEzYrWa'), (25060, 120, 'Johor Bahru, Johore', '@blurblurkat ... ._." you so happy..'), (25061, 1823, 'Shell - Jalan Yayha Awal, Plentong', 'Eric memberak kikiki (@ Shell) [pic]: http://t.co/WemeGkGu'), (25062, 5193, 'Singapore', '@MyungieYeollie Done ^^'), (25063, 4957, 'Riau, Indonesia', 'Be wise aja.lh #eaa x'), (25064, 5157, 'Johore, Malaysia', 'Prime ribeye,tasty rice n pasta salad. @ Astons Specialties @ Mapletree http://t.co/UuKGAuSZ'), (25065, 4153, 'Johore, Malaysia', 'I''m at H&amp;M (Singapore) w/ 7 others http://t.co/v16LS3HM'), (25066, 276, 'Johor Bahru, Johore', 'up to u laa. frends are always forever. just it.'), (25067, 5127, 'Johore, Malaysia', 'I''m at Tong Chiang Claypot Restaurant (Singapore, Singapore) http://t.co/DpzVvS2h'), (25068, 5194, 'Riau, Indonesia', 'demais!!!! (@ Universal Studios Singapore w/ 5 others) http://t.co/mzbTavP8'), (25069, 1131, 'Johor Bahru, Johore', 'Tomorrow cheerleading at 10! Gonna have breakfast with parents!! &lt;3'), (25070, 1938, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang MRT/LRT Station (NS4/BP1) (Singapore, Singapore) w/ 4 others http://t.co/ksRyHTME'), (25071, 123, 'Johor Bahru, Johore', '@PandaTofuLove lol I know right but my mum got own account so even worst lol wanna block also cannot'), (25072, 1141, 'Kota Tinggi, Johore', '@jmerryldc di nman si mrs quek pmunta. yung mataas lang kay patrick eh. keri lang!'), (25073, 5159, 'Malaysia', 'สิ่งที่เหนื่อยที่สุด คือ การที่ทำอะไรอย่างเต็มที่ แล้วมันไม่มีความหมายเลย'), (25074, 5118, 'Johore, Malaysia', '@shazwanibms go rest lah okay? eat panadol or something. :)'), (25075, 291, 'Johor Bahru, Johore', '@mr_niceguy95 @imjeffzxc nth to do here jet pack!'), (25076, 4012, 'Johore, Malaysia', '@Pinkymei @adelboon go for it ladies!!! It''s free! Lol. But Sheree u coming to join us back or Wat?'), (25077, 1141, 'Kota Tinggi, Johore', '@detective_KENan ay sayang ku, hahahaha'), (25078, 4334, 'Singapore', '@Soonjx @sherrendezvous trololol girls trip lah'), (25079, 5195, 'Johore, Malaysia', '@JanwinDaydream @_JenniferHolics @blurlikesotong @juzsomeguy_ LOL HAHAHA ENCHENG GOT TOUCH YOU NOT?'), (25080, 1722, 'Johore, Malaysia', 'Repercussions.'), (25081, 438, 'Johore, Malaysia', 'I''m at Anjappar Authentic Chettinaad Restaurant http://t.co/Ag07YsI7'), (25082, 1279, 'Johor Bahru, Johore', 'So awkward just now -.-'), (25083, 3175, 'Johore, Malaysia', 'I''m at Amber road http://t.co/KL3xuSq0'), (25084, 120, 'Johor Bahru, Johore', 'Certainly wish to get drunk now'), (25085, 3347, 'Johore, Malaysia', 'I''m at National Library Building (Singapore, Singapore) w/ 5 others http://t.co/QwtpalRm'), (25086, 55, 'Johore, Malaysia', 'LOL RT @IaMHONGSAN: why do girls ALWAYS smell good?!'), (25087, 3896, 'Johore, Malaysia', 'Smoke machine now'), (25088, 1087, 'Johor Bahru, Johore', 'And the lights suddenly went out. http://t.co/xBhyVgtJ'), (25089, 5196, 'Johore, Malaysia', 'palo palo @ Aston Mansion Tennis court http://t.co/5fyEyINn'), (25090, 3799, 'Johor Bahru, Johore', 'I''m at (@ Sun Plaza) http://t.co/mzm8OJFN'), (25091, 4803, 'Johor Bahru, Johore', '@darrylpingg me also cui lol'), (25092, 4467, 'Johor Bahru, Johore', '@shermainelun So long no see you Liao:('), (25093, 3636, 'Johore, Malaysia', '@JasonYong26_ @loyalsin @__duckey ohh okay. I''ll take my time to go there then haha'), (25094, 4681, 'Johor Bahru, Johore', 'HUNGRYY. BUT LAAZY. /:'), (25095, 1779, 'Johore, Malaysia', 'I''m at marina baysands waterfront http://t.co/cGzZL92K'), (25096, 4491, 'Johor Bahru, Johore', 'The day you lose those rings is the day I finally truly have you. ❤'), (25097, 213, 'Plentong, Johor Bahru', '@KhairilAnwarr campak gaung laa~ *tukar la battery original~'), (25098, 2366, 'Johor Bahru, Johore', 'I''m at Block 423 Canberra Road (Sembawang, Singapore) http://t.co/a51JKuHR'), (25099, 632, 'Tebrau, Johor Bahru', '@mnhanis tolong maaf kan Isz. Halalkan makan minum dia. Doakan yang terbaik untuk dia.'), (25100, 5197, 'Johor Bahru, Johore', '吹冷风 (@ Lot One Shoppers'' Mall w/ @nyanalicenyan) http://t.co/AZx1Ja1Q'), (25101, 2855, 'Johore, Malaysia', 'Peking duck here I come!!! (@ Chuan Garden Restaurant) http://t.co/jgHeibhS'), (25102, 169, 'Plentong, Johor Bahru', 'beronak berliku jalan ku lalui , selagi berupaya ku teruskan ~'), (25103, 3199, 'Johor Bahru, Johore', 'On bus :)'), (25104, 5198, 'Johore, Malaysia', 'I''m at Ikoma Language School (Singapore, Singapore) w/ 2 others http://t.co/DjOTyWBH'), (25105, 3042, 'Johore, Malaysia', 'Tuition (@ I12 Katong w/ 6 others) http://t.co/RODgssGS'), (25106, 213, 'Plentong, Johor Bahru', '@intanska haha dah agak~~'), (25107, 5199, 'Malaysia', 'ทีวี @ บ้านฉัน http://t.co/mGzCbXFt'), (25108, 632, 'Tebrau, Johor Bahru', 'RT @MhdZahier: "you left me, so its not my fault if I''m moving on"'), (25109, 2652, 'Johor Bahru, Johore', '@JINGYILovesPOOH entertaining mah !x:'), (25110, 3300, 'Johore, Malaysia', 'I''m at The Clementi Mall (Singapore, Singapore) w/ 9 others http://t.co/V5LIN78c'), (25111, 40, 'Johor Bahru, Johore', '@OHitsDaCrazyCat ok fellow crazycat !'), (25112, 5200, 'Johor Bahru, Johore', 'I''m at Woodlands Checkpoint (Causeway) (Singapore, Singapore) w/ 5 others http://t.co/DmLQFulU'), (25113, 3231, 'Johore, Malaysia', 'Happy birthday yadana! :D (@ Timbré w/ 2 others) http://t.co/Iq7gW4Jf'), (25114, 55, 'Johore, Malaysia', '@euxuanlin sad ah sad so much hmwk'), (25115, 3636, 'Johore, Malaysia', '@eternalbimbo_ uhh ok. did the baby die?'), (25116, 4478, 'Riau, Indonesia', 'haha adek RT @vfradenarieff: @IlfaAzlyani Meeentiion'), (25117, 712, 'Johore, Malaysia', '@beastdwlove_ hi, i havent get any email from your aunt... :/'), (25118, 5201, 'Johore, Malaysia', 'Dinner at Crystal jade ♡ (@ Takashimaya) http://t.co/PQQThrv3'), (25119, 4081, 'Johor Bahru, Johore', 'Mmmmdap (@ Alif Restaurant w/ @nizambeyond) http://t.co/4rwRGA6s'), (25120, 169, 'Plentong, Johor Bahru', 'sememangnya INDAH bila saat ditinggalkan !'), (25121, 2652, 'Johor Bahru, Johore', '@xiaowang123 OHMYGOD I want )''d'), (25122, 5037, 'Johore, Malaysia', '@exwhyy eh the beauty tea hor can be found in hk airport! My aunt bought back! Not sure spore airport have anot.'), (25123, 2072, 'Johor Bahru, Johore', 'I''m at Nan Seng Clinic Pte Ltd http://t.co/l1DpCS58'), (25124, 1421, 'Singapore', '@batmanlovesmanu LOL YOU ARE ON TWITTER this is damn epic!'), (25125, 255, 'Johore, Malaysia', 'I''m at Boon Keng MRT Station (NE9) (Singapore, Singapore) http://t.co/dhO9eT6k'), (25126, 632, 'Tebrau, Johor Bahru', '@shahryna tolong maaf kan Isz. Halal kan makan minum dia. Doakan yang terbaik untuk dia.'), (25127, 514, 'Johore, Malaysia', 'I''m at H&amp;M (Singapore) w/ 8 others http://t.co/yMLrEjd8'), (25128, 5202, 'Johore, Malaysia', 'Food food food!! @ Newton Circus Food Centre http://t.co/GhQ3U2AQ'), (25129, 1091, 'Johore, Malaysia', 'I miss my boyfriend @sleepyysam veryveryvery much. =''('), (25130, 120, 'Johor Bahru, Johore', 'Shall just play alone ... Maybe gonna LoL ..'), (25131, 3606, 'Johor Bahru, Johore', 'need catch up on my sleep only 12hrs more~~~'), (25132, 4552, 'Johor Bahru, Johore', 'I''m at Club July @ Stagmont http://t.co/iNjLOuaE'), (25133, 1584, 'Johor Bahru, Johore', 'Hmm.. So many ppl asking me out during weekends.. Even nxt sat gt ppl booked me alr...'), (25134, 5203, 'Johor Bahru, Johore', 'Watching F.R.I.E.N.D.S... Such an emotional episode. Ross and Rachel fought and he knelt down and begged for her forgiveness. Haizz.. So sad'), (25135, 73, 'Johor Bahru, Johore', 'MUST YOU SPEAK TILL SO SACARSTIC URGH .'), (25136, 903, 'Kota Tinggi, Johore', 'My very own cup corn is Awesome!! :)'), (25137, 5204, 'Johore, Malaysia', 'Eating Pepperoni Thin Pizza for dinner. Very light. Will be hungry again in about 5 minutes. #PerangaiBudakGemuk'), (25138, 213, 'Plentong, Johor Bahru', '@ShafinazIzhar cool~'), (25139, 3354, 'Johore, Malaysia', 'sudden craving for milo. eh milo drop from the sky eh can bo?'), (25140, 5205, 'Johore, Malaysia', 'Me too :[ "@Sherilynnnnn: Bruises on my knees and thigh. Grr."'), (25141, 5206, 'Indonesia', '@ichelNRG okey komandan (y)'), (25142, 3636, 'Johore, Malaysia', '@eternalbimbo_ EH reply your message leh xd'), (25143, 3433, 'Johor Bahru, Johore', 'Finally home, overnight again. Sleepover at nenek house. (@ Blk 129 Rivervale Street) http://t.co/IFdQ89Kt'), (25144, 5207, 'Johore, Malaysia', '@WhyteConfession lol'), (25145, 9, 'Johor Bahru, Johore', 'Why mummy no allow me stay '), (25146, 4492, 'Plentong, Johor Bahru', 'Super junior was on 8tv just now! I saw eunhyuk omg T.T i miss like monkey like whatttt'), (25147, 5208, 'Malaysia', 'tusyen!! (@ Math''s Clinic) http://t.co/ErqgO3m8'), (25148, 632, 'Tebrau, Johor Bahru', '@nurhamizahamdan tolong maaf kan Isz. Halal kan makan minum dia. Doakan yang terbaik untuk dia'), (25149, 4971, 'Plentong, Johor Bahru', '@AfeezVanilla haha..ap la..kt ats moto pon bosan..hehe..'), (25150, 4727, 'Johore, Malaysia', 'I''m at VivoCity w/ @claracyz http://t.co/y78CrqrF'), (25151, 4048, 'Johore, Malaysia', 'Downloaded a few videos..'), (25152, 73, 'Johor Bahru, Johore', 'WTF NOW YOU JUST MAKE THINGS AWKWARD FOR EVERYONE -.- .'), (25153, 4664, 'Plentong, Johor Bahru', 'sakit nya mulut luka...nak makan pedas pun terasa sakit..sumpah nak ngis je rasa nya..#sakitsangat'), (25154, 927, 'Johore, Malaysia', '@flyedaus Are you in town bro? I''m at town. Haha! Finish work already or not?'), (25155, 5209, 'Johore, Malaysia', '@knottyZac the malay boys in my class are quite hunky. A firefighter sits besides me. :)'), (25156, 4827, 'Johore, Malaysia', 'I wish that I have a talent that I can showcase to others and I can be proud of it.'), (25157, 3624, 'Johore, Malaysia', 'I''m at Far East Plaza (Singapore) w/ 15 others http://t.co/m71Rth49'), (25158, 2374, 'Plentong, Johor Bahru', 'Slow moving traffic at Tebrau H''way heading JB right after Kg Ubi junction. Should be right till Tmn Sentosa if u''re lucky. #jbtu'), (25159, 4996, 'Johor Bahru, Johore', 'Can''t take the facts I''m leaving him tomorrow . ):'), (25160, 5210, 'Johor Bahru, Johore', 'Here got cage like area (check my location). http://t.co/EmcOEeOp'), (25161, 3636, 'Johore, Malaysia', '@JasonYong26_ dunno. depends on what time Marie wants :)'), (25162, 632, 'Tebrau, Johor Bahru', '@ShafinazIzhar tolong maaf kan Isz. Halal kan makan minum dia. Doakan yang terbaik untuk dia'), (25163, 4048, 'Johore, Malaysia', 'tommorow iqbal will see me see video 24/7'), (25164, 5177, 'Malaysia', '@icemilkkk *HBD จร้าาาาาาาาาาาาา ^^'), (25165, 1163, 'Johor Bahru, Johore', 'Will wake up at 9pm #offline'), (25166, 5206, 'Indonesia', '@renatafrisca gak didoleki se , tak bujuki ae :p\ngak mirip taecyeon ndek villa skrg ..'), (25167, 703, 'Johor Bahru, Johore', 'Pukul 5.30pm keluar dari zouk now only sampai woodlands. Baik pa!'), (25168, 5157, 'Johore, Malaysia', 'Dinner w/ friends.. Prime ribeye, tasty rice n mashed potato.:) @ Astons Specialties @ Mapletree http://t.co/RfYKQ69i'), (25169, 4228, 'Plentong, Johor Bahru', '@NazimOthman ehh bolehh jeee . sentiasa free . hehe . ok bang !'), (25170, 213, 'Plentong, Johor Bahru', '@ShafinazIzhar did ur tuition bring the female condom??'), (25171, 2223, 'Johore, Malaysia', 'I''m at Durian Stall @ Bugis Street http://t.co/dLn7kbMA'), (25172, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa ur welcome..'), (25173, 712, 'Singapore', '@beastdwlove_ i checked but theres none.. :/'), (25174, 4449, 'Johor Bahru, Johore', 'I''m at Yishun Bus Interchange (Singapore) w/ 5 others http://t.co/hwyCdRlB'), (25175, 3636, 'Johore, Malaysia', '@kityinggg_ @yongqichongy inner thighs and rift arm :((('), (25176, 377, 'Johor Bahru, Johore', '@derppp_ Didn''t play much today :S Already got 4 badges on crystal!'), (25177, 5211, 'Johore, Malaysia', '@awesomelyJW we should off our girl magnet'), (25178, 632, 'Tebrau, Johor Bahru', '@syaalicious tolong maaf kan Isz. Halal kan makan minum dia. Doakan yang terbaik untuk dia'), (25179, 1347, 'Johor Bahru, Johore', 'Night hike shiok ttm'), (25180, 5212, 'Johore, Malaysia', 'RT @ChineseLQuotes: 爱情这种东西,便宜起来很便宜,贵起来是很贵的。有时候两个人分着吃一碗拉面都可以感受到爱情,有时候你拿着命去换,拿全世界去换,都换不到。'), (25181, 3799, 'Johor Bahru, Johore', 'I''m at (@ McDonald''s) http://t.co/zKZrRuul'), (25182, 213, 'Plentong, Johor Bahru', 'okay aq pelik~ dahhh aq nak keluar bye!'), (25183, 5213, 'Malaysia', '@note_kittisuk หวัดดีจ้า เย็นแล้วทานข้าวด้วยน่ะจ้ะ : )'), (25184, 5214, 'Johore, Malaysia', 'I''m at Javier''s Rotisserie &amp; Salad Bar (Singapore, Singapore) w/ 2 others http://t.co/CrpyAwpY'), (25185, 556, 'Malaysia', '@Nnamfhhh 55555555555. ไม่ใช่อยากเห็นที == โดนบังคับไป เพราะไม่ให้ซอยผมก่อน'), (25186, 12, 'Plentong, Johor Bahru', 'Eunning nama bru kau RT @mgmcmshrm: *Running nose la Eunning apa sia'), (25187, 4788, 'Johore, Malaysia', 'I''m at Chirag''s Crib  http://t.co/FHDr3YtU'), (25188, 598, 'Johor Bahru, Johore', 'I am damn tired and yet My sister wake me up. Shag Max.'), (25189, 3264, 'Johor Bahru, Johore', 'I slept for 3hr :) but i still feel tried :( later going to sleep again :) zzzzz.....'), (25190, 5215, 'Johore, Malaysia', '@Joweyyyyy oh she can''t le. Nothing nothing..'), (25191, 213, 'Plentong, Johor Bahru', '@fyeahitsmeisan lol'), (25192, 5216, 'Johore, Malaysia', 'I do everything with a reason;)'), (25193, 377, 'Johor Bahru, Johore', '@belindadrs Iya. Kayaknya sih masih hidup.'), (25194, 4157, 'Johor Bahru, Johore', 'I''m at Blk 248 Pasir Ris St 21 (Singapore) http://t.co/N1wwJhiI'), (25195, 2374, 'Plentong, Johor Bahru', 'Normally this kind of traffic should be from JB town. Hurmmm !! #jbtu'), (25196, 2551, 'Johor Bahru, Johore', 'I''m at Blk 217@Serangoon Ave 4 http://t.co/oGfbj6kF'), (25197, 160, 'Johore, Malaysia', 'I''m at Holland V Hawker Centre (Singapore) http://t.co/3VmTQQvH'), (25198, 5217, 'Johor Bahru, Johore', 'I''m at Icez Pool @ Kovan http://t.co/tZ8zZDK9'), (25199, 2569, 'Johor Bahru, Johore', '@BoringgPig Saturday free ?'), (25200, 1578, 'Johore, Malaysia', 'Finally... (@ Botak Jones w/ @yanjiaisawesome) http://t.co/eUm4q5Cw'), (25201, 1331, 'Johor Bahru, Johore', 'Tmr watch movie wooooooohooooooo w my friends....'), (25202, 3005, 'Johore, Malaysia', 'Finally realized it was Ken who hacked into my twitter weeks ago. Hahahha bitch.'), (25203, 4718, 'Johor Bahru, Johore', '@Lu_Jing_Guang huh? Dont get it. Nvm'), (25204, 2005, 'Johore, Malaysia', '@NoninieyyDrew ok ok'), (25205, 4823, 'Plentong, Johor Bahru', 'Some said "smoke kills" but the truth is "smoke is a sign of live appreciation" so happy smoking guys'), (25206, 703, 'Johor Bahru, Johore', 'Penatnya kaki ini :( b, urutkan kaki i @AliffTheWise'), (25207, 4478, 'Riau, Indonesia', 'lagi liat wtw dia tuu huhu kamu bulekuu? RT @Belbielowday: Lagi apa cantik? RT @IlfaAzlyani haii bulek'), (25208, 5210, 'Johor Bahru, Johore', '4 courts. Looks damn new.'), (25209, 3937, 'Tebrau, Johor Bahru', 'dah baca sinopsis 7 Petala Cinta, quite interesting! nak pergi tengok tapi takda siapa nak bawa, tak dapat lah tengok @aerilzafrel :( sobss'), (25210, 4054, 'Johor Bahru, Johore', '@MeDenise ☺'), (25211, 478, 'Kota Tinggi, Johore', 'Kid, I''m nt yr age! Stop looking at me like that!'), (25212, 2266, 'Malaysia', 'Hatyai''s today http://t.co/0OSFzs7P'), (25213, 632, 'Tebrau, Johor Bahru', '@Nursyahiraharon tolong maaf kan Isz. Halal kan makan minum dia. Doakan yang terbaik untuk dia'), (25214, 5177, 'Malaysia', '@janenniz @tarchanistar @parn_999 @icemilkkk คิดถึงจังเลยยยยยยยยย &gt;&lt;//'), (25215, 5218, 'Johor Bahru, Johore', 'With @Angelynn_ @Rhino_Q @Im_Marcuz @Simweikiat (@ Bukit Panjang Plaza w/ 9 others) http://t.co/2PRHsu3R'), (25216, 276, 'Johor Bahru, Johore', '@AHanesss err. mane de. haha'), (25217, 2995, 'Johore, Malaysia', '@SyairahShwln @MEOWVIN8 LOL!'), (25218, 4996, 'Johor Bahru, Johore', 'School is starting . Lesser time with him....'), (25219, 4478, 'Riau, Indonesia', 'RT @aufafebrisa: New ava'), (25220, 4827, 'Johore, Malaysia', 'It seems that my voice doesn''t reach to others especially when I''m asking questions.'), (25221, 5219, 'Johore, Malaysia', 'Arts camp finale performance by the Arts &amp; Cultural Clubs!! :D (@ Indoor Sports Hall) http://t.co/yH5pG4ZB'), (25222, 632, 'Tebrau, Johor Bahru', '@myrazulaikha tolong maaf kan Isz. Halalkan makan minum dia. Doakan yang terbaik untuk dia'), (25223, 3636, 'Johore, Malaysia', '@kityinggg_ @yongqichongy oops *right xD'), (25224, 1741, 'Johor Bahru, Johore', 'Havent even start packing.'), (25225, 1343, 'Johor Bahru, Johore', 'I merajuk... @titbiz @pickyin @taeyong'), (25226, 3278, 'Johore, Malaysia', 'I''m at PSB Academy (Henderson Campus) (Singapore) http://t.co/iytAoSj2'), (25227, 14, 'Johor Bahru, Johore', 'You''ve changed a lot and not in a good way. ~'), (25228, 4478, 'Riau, Indonesia', '@vfradenarieff gak ada dek hehe'), (25229, 5037, 'Johore, Malaysia', 'MBS skating ring! http://t.co/nq5K7FT4'), (25230, 4980, 'Johore, Malaysia', '@ZelleZiao Wtf? Hahah ! i told him u interested in him , tmr show u .'), (25231, 3264, 'Johor Bahru, Johore', '我很闷 :( going to listen music !:)'), (25232, 169, 'Plentong, Johor Bahru', 'Maaf aku curi-2 lihat wajah kau ! :/'), (25233, 659, 'Johor Bahru, Johore', '5 injuries ?! \n#UgandaBeKiddingMe'), (25234, 3, 'Plentong, Johor Bahru', '@SyahirAnuar emmm cpatnya kau nak balik dah bob :-( tkdpt jumpa kau sehhhh cuti kalini!!! hmmmm'), (25235, 276, 'Johor Bahru, Johore', '@AHanesss wey kau takde lesen moto ke ? tak reti merempit lah nih ? meh nek blakang aku. haha'), (25236, 1395, 'Johor Bahru, Johore', 'I''m at 29 thomson green http://t.co/lAJIOc8m'), (25237, 1300, 'Johor Bahru, Johore', '@tinzliang not me... No no no no way!!'), (25238, 3636, 'Johore, Malaysia', '@eternalbimbo_ WTF? haha are you sure she''s pregnant or is she just fat'), (25239, 291, 'Johor Bahru, Johore', '@MuglerOfHisLove lebron James. Almost a triple double every night!'), (25240, 632, 'Tebrau, Johor Bahru', '@AlynaRidzaa tolong maaf kan Isz. Halalkan makan minum dia. Doakan yang terbaik untuk dia'), (25241, 4909, 'Singapore', '@JINYOUNGSWIFEY really really ? :D'), (25242, 900, 'Johore, Malaysia', 'Nigella Lawson, so irritating, btw, it''s traditional to have cucumber in gin&amp;tonic, not lemon'), (25243, 4228, 'Plentong, Johor Bahru', '@iHeran samasama dik ;] . haha'), (25244, 898, 'Johor Bahru, Johore', 'Macam s...'), (25245, 1521, 'Johor Bahru, Johore', 'GAH. NO IDEA WHAT TE HELL MY MATH HOMEWORK IS..HOW DO I DO IT?!-..-'), (25246, 2569, 'Johor Bahru, Johore', '@BoringgPig Go Same place again and koi :)'), (25247, 5165, 'Johore, Malaysia', 'The Restaurant. (@ The Restaurant @ Singapore Polytechnic Graduates'' Guild) http://t.co/RBObrWIF'), (25248, 1, 'Tebrau, Johor Bahru', '@kecik40 @kau ape masalah kau hah ?'), (25249, 4909, 'Singapore', '@BRIANA_iloveyou in love issit? post so much emo stuff always'), (25250, 5212, 'Johore, Malaysia', 'RT @funnyorfact: Nobody''s Perfect, I''m nobody, so I''m perfect.'), (25251, 3945, 'Kota Tinggi, Johore', 'Fck!!'), (25252, 5220, 'Johore, Malaysia', 'Over @ Ku Dé Ta :) http://t.co/MevJIDUz'), (25253, 1650, 'Johore, Malaysia', 'I''m at Wu Yue Dance Studio http://t.co/hAkBXVh4'), (25254, 1404, 'Johor Bahru, Johore', 'From today onwards , everything shall not be hold in .'), (25255, 2331, 'Riau, Indonesia', 'It''s Voyage de la Vie! @mrfriendly135'), (25256, 4478, 'Riau, Indonesia', 'pikir posotif aja,'), (25257, 632, 'Tebrau, Johor Bahru', '@nadzirahmohamed tolong maaf kan Isz. Halalkan makan minum dia. Doakan yang terbaik untuk dia'), (25258, 703, 'Johor Bahru, Johore', 'My hair is now like a flat chest. Flat flat flat.'), (25259, 293, 'Johore, Malaysia', 'Less than 24 hrs away from our iPad Two-es becoming second grade products #sadbuttrue'), (25260, 2995, 'Johore, Malaysia', '@philbert_tys tmr morning 4am Ass vs Newcastle'), (25261, 4824, 'Johor Bahru, Johore', 'I''m at  Blk 289D Punggol Arcadia  (Singapore) http://t.co/WevJh0W1'), (25262, 5221, 'Malaysia', 'alhamdulillah done!!'), (25263, 5222, 'Johore, Malaysia', 'I''m at IndoChine (Singapore, Singapore) http://t.co/VNuc3J13'), (25264, 4980, 'Johore, Malaysia', '@ZelleZiao wtf , he so straight forward :/ tmr show u .'), (25265, 5223, 'Johor Bahru, Johore', 'I''m at Serangoon Bus Interchange (Singapore, Singapore) http://t.co/jyHsp2Gg'), (25266, 75, 'Malaysia', 'อยากไปคอน korea music wave อ้าาาา ติดที่ว่าพึ่งไปดูคอนเกิลเจนมา แงแง'), (25267, 712, 'Singapore', '@beastdwlove_ also dont have... :/ or she might send wrong email ??'), (25268, 5224, 'Johore, Malaysia', 'Waiting. Howie''s BDay. @moonduzt @nuninop @ Piedra Negra http://t.co/vtM8O64n'), (25269, 5118, 'Johore, Malaysia', '@shazwanibms hmmm. kalau by besok belum pergi doctorrr kayyyy? sekarang rehat je. you''ll feel better soon. :)'), (25270, 3203, 'Johor Bahru, Johore', 'With Yk, Leon and WeiJie. (@ Atlantis Park) http://t.co/a8n3UHG1'), (25271, 1722, 'Johore, Malaysia', 'Dinner with daddy and @xClarenceee. ^^ (@ Tanjong Pagar Market and Food Centre w/ 2 others) http://t.co/APdtcNE1'), (25272, 5225, 'Johor Bahru, Johore', 'I''m at Tampines Central Community Club (Singapore, Tampines) http://t.co/GPaENINu'), (25273, 4478, 'Riau, Indonesia', '@vfradenarieff hehe lg online,kamu dek?'), (25274, 123, 'Johor Bahru, Johore', '@ahhhmui Lol Oh. Oops. Lol thought you are talking about the chart haha'), (25275, 2954, 'Kota Tinggi, Johore', 'My boy resting on my hand, aww ! So sweet'), (25276, 4745, 'Johor Bahru, Johore', '@forever_hahaha hahahaha'), (25277, 5093, 'Singapore', '@HeyA13X i can you wan not ? i got money next time you return me the money'), (25278, 4458, 'Johor Bahru, Johore', 'got no mood to eat dinner. !'), (25279, 3452, 'Johore, Malaysia', 'THISSSSS RT @Rollyskully2 "When can go out, no where to go. When cannot, so many places can go hais"'), (25280, 632, 'Tebrau, Johor Bahru', '@hannahalim97 tolong maaf kan Isz. Halalkan makan minum dia. Doakan yang terbaik untuk dia'), (25281, 898, 'Johor Bahru, Johore', '3days .... '), (25282, 55, 'Johore, Malaysia', '@peanuttoes LOL TRUE'), (25283, 2342, 'Plentong, Johor Bahru', 'Aman hidup dapat 100 msg percuma'), (25284, 719, 'Johore, Malaysia', '@Ponderrr km doank yg senenk pond wkwkk traktir kek sdh menang mlulu haha'), (25285, 4228, 'Plentong, Johor Bahru', '#KalauCrushKita dah ada gf , mesti patah seribu hati masing masing kan . patah beriburibu pun boleh ;]'), (25286, 1065, 'Johor Bahru, Johore', '@foxxloxxy_ hahah, relax ar haha'), (25287, 1264, 'Johore, Malaysia', '@trevina_pewpew Yesh'), (25288, 1044, 'Johore, Malaysia', '"Stuck...... "'), (25289, 4909, 'Singapore', 'LOL i jux followed @Fake_CSS for the fun of it &gt;w&lt;'), (25290, 703, 'Johor Bahru, Johore', '@glamourbeetch haha can say also la. But common girls play w/ their hair.'), (25291, 169, 'Plentong, Johor Bahru', 'terima kasih , kau telah meringanken bebanan rindu aku padanya.. :")'), (25292, 2651, 'Johor Bahru, Johore', '@HazeeraBob esok camne? Nadia can''t make it and I have a fcuking sore eyes. How???'), (25293, 3945, 'Kota Tinggi, Johore', 'Satu iphone 3 org share..'), (25294, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE ha la pegi hosptal..knpe..??nnek sakit asthma..'), (25295, 5226, 'Johore, Malaysia', 'Dinnerr! :) (at Singapore Zam Zam (Restaurant Pte Ltd)) — http://t.co/GZeEgaha'), (25296, 632, 'Tebrau, Johor Bahru', '@hazieqahhouda tolong maaf kan Isz. Halal kan makan minum dia. Doakan yang terbaik untuk dia'), (25297, 1571, 'Senai Kulai, Kulai Jaya', 'Dont tell it to anyone. What happened in twitter stays in twitter.'), (25298, 2498, 'Johore, Malaysia', 'OMG they were once so sweet!!! why must the guy die bloody hell D:'), (25299, 2304, 'Johore, Malaysia', '@vivekisms just penned something on city. Can I send it or is it too late?'), (25300, 5183, 'Johore, Malaysia', '@Whitewallls omg seriously?? D: Mann wanted to get that Dx'), (25301, 5227, 'Malaysia', 'I''m at Maths Clinic II, Taman Setiawangsa http://t.co/gkdoFM2l'), (25302, 5007, 'Johore, Malaysia', 'O'), (25303, 2820, 'Johor Bahru, Johore', '@RyanMatthewLow I still have 23 hrs leh..'), (25304, 2995, 'Johore, Malaysia', '@philbert_tys di Matteo got Chinese bloodline - he doesn''t really look italian or ang mo'), (25305, 4226, 'Johore, Malaysia', 'I''m at Nando''s (Bugis, Singapore) http://t.co/HC8ZHD8i'), (25306, 2652, 'Johor Bahru, Johore', 'Bro said my mum hates my attitude in front of her.ohkaycan.'), (25307, 5228, 'Johore, Malaysia', 'Housewarming (@ Eunos Blk 824) http://t.co/t5vATTgH'), (25308, 4827, 'Johore, Malaysia', 'No matter how hard I''m there for them, they didn''t appreciate it nor acknowledge it. #howsad'), (25309, 1093, 'Johor Bahru, Johore', 'I''m at Blk 357 Tampines Street 33 http://t.co/74kHYjtp'), (25310, 12, 'Plentong, Johor Bahru', 'Of cos la cuz its pumping blood duh RT @mgmcmshrm: beating hearts will never die'), (25311, 3736, 'Johor Bahru, Johore', 'I''m at Sin Ming F&amp;B @ Sin Ming Rd (Thomson, Singapore) http://t.co/g6j674TF'), (25312, 2569, 'Johor Bahru, Johore', '@BoringgPig Tell me tmrw'), (25313, 4887, 'Johor Bahru, Johore', 'Trespass with @sugarrushingyou, @FangReHan, @emilychenlx, @chesterthen and @ArjunKareti (@ Cathay Cineplex) http://t.co/MG4onJQI'), (25314, 650, 'Malaysia', 'หมูทอดอีกแล้วว ฮ่าๆ (@ ป้าปุ๊ - สูตรต้นตำหรับหมูทอด..อร่อย) http://t.co/9F9WZJwE'), (25315, 1264, 'Johore, Malaysia', 'I thinking of life and death again. Heart damn pain , feel like crying. Feeling damn scared help'), (25316, 153, 'Johore, Malaysia', 'I''m at The Cathay Level 1 Box Office http://t.co/5n8dHjRL'), (25317, 4823, 'Plentong, Johor Bahru', 'i''m not done yet'), (25318, 4014, 'Johor Bahru, Johore', 'I''m at Tampines Mall (Singapore, Singapore) w/ 17 others http://t.co/OlYdV4gs'), (25319, 4228, 'Plentong, Johor Bahru', '#KalauCrushKita lalu depan kelas kita , mesti kita tengok je dia lalu kan . sampai kepala kepala senget dok perhatikan dia .'), (25320, 847, 'Johor Bahru, Johore', '@Ameliarity If someone breaks your heart, just punch them in the face. Seriously, just punch them in the face and go get some ice cream.'), (25321, 12, 'Plentong, Johor Bahru', 'RT @TaufikBatisah: Time to skate #Skateboarding4Life http://t.co/ZV8eUk2y'), (25322, 848, 'Johore, Malaysia', '@JonathanYiQiang wah cb.'), (25323, 1950, 'Johor Bahru, Johore', 'EFC test tomorrow... Good luck to my classmate!!!'), (25324, 922, 'Johore, Malaysia', 'Buffet!!! (@ Kiseki Japanese Buffet Restaurant) http://t.co/ZQIpEDfO'), (25325, 3, 'Plentong, Johor Bahru', '@SyahirAnuar alaaaahh!!! :-( hm ylaaaylaa *pasrah*'), (25326, 5229, 'Johore, Malaysia', 'I''m at Jumbo At Clarke Quay http://t.co/ovYOR6FL'), (25327, 54, 'Johore, Malaysia', '@_Jesusbeloved last longer'), (25328, 5007, 'Johore, Malaysia', 'E'), (25329, 287, 'Plentong, Johor Bahru', '#myfavemalayword MAKWE/PAKWE it was very popular word in 90''s era... (GIRLFRIEND / BOYFRIEND)'), (25330, 4693, 'Singapore', 'belum belajar besok TO X_X'), (25331, 55, 'Johore, Malaysia', '@peanuttoes are you still gmarket-ing ?'), (25332, 5203, 'Johor Bahru, Johore', 'Gotta pack for tmr. Confirmation Camp her I come. CAYC is such an awesome place.'), (25333, 5191, 'Johor Bahru, Johore', 'Bon Voyage @ZaraForMen'), (25334, 5230, 'Johor Bahru, Johore', 'I''m at Blk 981C Buangkok Crescent (Singapore, Singapore) http://t.co/6mrOz7mY'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (25335, 5231, 'Johor Bahru, Johore', '@Fiezah92 pape nnt kol hp aku.. aku nak kuar carik brg... tc... takyah reply...'), (25336, 4503, 'Johore, Malaysia', '@fairoz97 @ruotinqqqq YES IT IS!'), (25337, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing zuo wan gong ke cai shi angel ! Xian zai ni shi poo LOL'), (25338, 81, 'Johor Bahru, Johore', '"@FunisLifeisFun: Should i like... text you? I wanna talk about something. Nah. Maybe in the next millenia years."'), (25339, 1521, 'Johor Bahru, Johore', '@Nggyglitz @superyeow @_konnieee Why ms poon not replying edmodo one-..- u didn''t get the block test paper too?'), (25340, 712, 'Singapore', '@beastdwlove_ baby_angeliina@hotmail.com (note: got two ii in angelina)'), (25341, 3636, 'Johore, Malaysia', '@eternalbimbo_ oh! OHHH. ceh. ok anyway pls come fetch me from clementi mall tomorrow at 12.30 :) I forgot the way to ur house! x('), (25342, 5232, 'Johore, Malaysia', 'At some Indian restaurant'), (25343, 847, 'Johor Bahru, Johore', 'I need someone that understands having a good relationship consist of sacrifices, commitment and hard work.'), (25344, 1239, 'Johor Bahru, Johore', 'I''m at Mr Prata Family Restaurant 24Hrs (Singapore) http://t.co/LE17BTNr'), (25345, 54, 'Johore, Malaysia', '@GiveMe_Lollipop welcome (; anything can text and share your problem with me'), (25346, 719, 'Johore, Malaysia', 'bubarkan fpi“@detikcom: Sempat Bersitegang, FPI dan Warga Pontianak Didamaikan Polisi http://t.co/45lbD2t9”'), (25347, 1566, 'Johor Bahru, Johore', '@daryltsr you took so long to reply. its already night... :('), (25348, 5233, 'Johore, Malaysia', 'with 宝贝 in Orchard! hdb doggie turning taizi, taking his daily stroll in orchard.. how cool is that?'), (25349, 3919, 'Johore, Malaysia', 'I''m at Studio 33 http://t.co/animRn48'), (25350, 5086, 'Johor Bahru, Johore', 'I''m at My Palace :) http://t.co/lyOUjK6Y'), (25351, 585, 'Johor Bahru, Johore', 'Please go download ebuddy xms. TEXT ME. seriously bored sia..........'), (25352, 4228, 'Plentong, Johor Bahru', '@Syafiqahhafiz hai adik ! hahahahha . me jellyyyyy dgn awk punya twitcon ! okbai . jgn cite psl twitcon agi . hahaa'), (25353, 5234, 'Johore, Malaysia', 'Wasting time away. @ ION Orchard http://t.co/9d9TPBhq'), (25354, 556, 'Malaysia', '@Nnamfhhh 5555555555555555 ไม่เอาไม่อยากผมยาวแบบนั้น = =หน้าแก่'), (25355, 5235, 'Johore, Malaysia', 'O_O yeah life goes on'), (25356, 5236, 'Johore, Malaysia', '@yingtongloves i agree hahaa'), (25357, 2110, 'Johore, Malaysia', 'I''m at Kent Ridge MRT Station (CC24) (Singapore, Singapore) http://t.co/KapZNl8j'), (25358, 668, 'Johore, Malaysia', '“@RachelBimbotic: Wtfffff so freaking boring!”'), (25359, 4478, 'Riau, Indonesia', 'iya hehe gatau katanya istirahat RT @mumutcimamay: Enaknyaa u,u kok gtuu? RT @IlfaAzlyani: ohehe aku libuuur RT @mumutcimamay: Gaakta'), (25360, 377, 'Johor Bahru, Johore', '@derppp_ Watching the first season of pokemon now. Heheh'), (25361, 1764, 'Johor Bahru, Johore', 'Why cant we be like last time??'), (25362, 5237, 'Johore, Malaysia', 'sizzing hot! @thedextroyer @ BigBank Cafe http://t.co/nc1Puyva'), (25363, 2918, 'Johore, Malaysia', 'Nk mandi den tido! Body aching'), (25364, 4909, 'Singapore', '#TumblrStyle You unfollow me, I unfollow you.'), (25365, 46, 'Plentong, Johor Bahru', '@azieraziezie tak ponn . saje cakap die macam tuu . tapi betul laaa tak nampak kaku .'), (25366, 4693, 'Singapore', 'Jam 8 osfred ol .. hum..'), (25367, 932, 'Johor Bahru, Johore', '@heartwinkle Whutt?! Mine is just 31!'), (25368, 3945, 'Kota Tinggi, Johore', '@catmeowzxc @ChikaaFeqaa One iphone three acc.. :)\nThanz for trust me =D'), (25369, 5238, 'Indonesia', 'Yiyiee ,, :D ƗƗɐƗƗɐƗƗɐƗƗɐƗƗɐƗƗɐ RT @Tharie_yiyie'), (25370, 4875, 'Johor Bahru, Johore', 'Hunger Games next week! So excited!'), (25371, 4017, 'Singapore', ':-)'), (25372, 847, 'Johor Bahru, Johore', 'I love you mummy.. U are so sweet now..'), (25373, 406, 'Johor Bahru, Johore', '#nowwatching point of entry ^^'), (25374, 172, 'Johore, Malaysia', '@Celinewang_ wa, like that lo is what sia. nvm haha'), (25375, 4793, 'Johore, Malaysia', 'I''m at Concorde Hotel Singapore (Singapore) http://t.co/kZ5D4aLK'), (25376, 57, 'Johor Bahru, Johore', 'Look up North, Jupiter is fucking around Venus! (at NaLa''s Loft) [pic] — http://t.co/5kHsr3XD'), (25377, 4478, 'Riau, Indonesia', 'menghibur?emg knpa km buleeku? RT @Belbielowday: menghibur diri aja huhu RT @IlfaAzlyani lagi liat wtw dia tuu huhu kamu bu'), (25378, 4465, 'Johore, Malaysia', 'The north korea agents lika ass'), (25379, 4996, 'Johor Bahru, Johore', 'Only get to meet him at 5 on Monday........'), (25380, 4519, 'Johore, Malaysia', '@WayneIlu some idiot who cannot watch thier tackle'), (25381, 1681, 'Johore, Malaysia', 'I''m at IMM Building (Singapore, Singapore) w/ 15 others http://t.co/2JX9dddg'), (25382, 2342, 'Plentong, Johor Bahru', '@syaminebellina Okay! Semua sekali okay ^.^'), (25383, 169, 'Plentong, Johor Bahru', 'Harap iew akan berkekalan ... :)))'), (25384, 5239, 'Tiong Nam Trading & Transport, Tebrau', 'Da smpi lama baru nk check-in.. (@ Tiong Nam w/ @aizat_eqhsan) http://t.co/ENbMWqvR'), (25385, 3, 'Plentong, Johor Bahru', 'knapa aku kuat emo skrngni? netballers pun dah perasan aku tkseceria dulu walaupun ada masa aku happy. badan pun dah trlebih kurus hmmm :-('), (25386, 1764, 'Johor Bahru, Johore', 'I miss you'), (25387, 4693, 'Singapore', '@SmileIts1D : Follow back ?'), (25388, 4823, 'Plentong, Johor Bahru', 'Better late then never ; Better never then late'), (25389, 1756, 'Johor Bahru, Johore', 'a7x concert at Malaysia ? \\(^_^)/'), (25390, 46, 'Plentong, Johor Bahru', '@FyyTasha hahahaha . no hal laaaaa . nanti kita jerittt . awak dengar kan ?'), (25391, 2705, 'Plentong, Johor Bahru', 'Looksee looksee (@ Bazaar Karaat JB) http://t.co/J6MmZ9W7'), (25392, 3264, 'Johor Bahru, Johore', 'who say u grow up already cannot watch cartoon !! &gt;:( still can watch ok! how old also can watch'), (25393, 632, 'Tebrau, Johor Bahru', 'Untuk makluman semua, Isz Nurlisa Shahira akan menjalani pembedahan. Tolong maaf kan dia. Halalkan makan minum dia, doakan yang terbaik.'), (25394, 2569, 'Johor Bahru, Johore', '@BoringgPig Kays'), (25395, 291, 'Johor Bahru, Johore', '@MuglerOfHisLove yea that Chicago bull guy!'), (25396, 3, 'Plentong, Johor Bahru', '@SyafuanMazwan hello kudut :-/'), (25397, 1264, 'Johore, Malaysia', '@trevina_pewpew We watching horror movie you guys ley?'), (25398, 5240, 'Johore, Malaysia', 'I''m at NAFA Campus 3 w/ @adamlok12 http://t.co/UI7iD4xN'), (25399, 3927, 'Johore, Malaysia', 'Wtf is this nasi lemak?! $5 for this plate! (@ Holland Village w/ 3 others) [pic]: http://t.co/o7v9ZonF'), (25400, 1279, 'Johor Bahru, Johore', '@KarisseKJW YOU JELLY?!'), (25401, 2995, 'Johore, Malaysia', '@ChewHuiJunior the famous newton char kway teow is there. Taman Serasi famous Roti John is there. Try the choc fugde cake'), (25402, 4228, 'Plentong, Johor Bahru', '#KalauCrushKita panggil nama kita , mak ai an . punyalah suka macam dapat RMsejuta .'), (25403, 5016, 'Johor Bahru, Johore', 'See Christina so serious buying her clothes from her favourite Ohvola! @ Ichiban Sushi http://t.co/dkWSgJop'), (25404, 632, 'Tebrau, Johor Bahru', '@hnrzl hahaha kantoi!'), (25405, 2694, 'Malaysia', 'เตะบอล (@ คอหงส์ อารีน่า) [pic]: http://t.co/hNL1YFRJ'), (25406, 172, 'Johore, Malaysia', 'Path irritating sia.'), (25407, 3896, 'Johore, Malaysia', 'Wanna fight don''t go club please'), (25408, 5241, 'Johor Bahru, Johore', 'Dinner while watching #KrisTV @itsmekrisaquino http://t.co/8S1hPRWP'), (25409, 2092, 'Johor Bahru, Johore', 'Dinner ! (@ Kfc @ Causeway Point) http://t.co/MOhLfkX7'), (25410, 1264, 'Johore, Malaysia', 'HEART VERY PAIN'), (25411, 2673, 'Malaysia', '@zaihuddy งั่นก็หมายถึงง เทออ !!!!'), (25412, 4478, 'Riau, Indonesia', '@vfradenarieff dirumah dek, TL siapa?hmmm'), (25413, 5242, 'Malaysia', '@Fizieeee @adammustaqim dikencinggggggg'), (25414, 423, 'Johore, Malaysia', 'Udon factory のぶっかけ肉うどんなう。おいしー @ Lau Pa Sat http://t.co/DcbOusCU'), (25415, 4827, 'Johore, Malaysia', 'I wish I could be the center of attention everytime. I would be happy and smile even how bad would my day be.'), (25416, 154, 'Johore, Malaysia', 'OMFG It''s really Shu An in Dream School.'), (25417, 1571, 'Senai Kulai, Kulai Jaya', '@alishalshahab @DoriaAbdullah i didnt really had d idea of how crazy writing could be. Alish you''re on for writing as well?'), (25418, 1694, 'Johor Bahru, Johore', '@flyinpotatoes ;) mah pimpin spreads overseas I see ;) hahahahah she''s cute &gt;_&lt;'), (25419, 1722, 'Johore, Malaysia', 'This is getting boring.'), (25420, 1404, 'Johor Bahru, Johore', 'So obvious you like her just by the actions you do . &gt;.&gt;'), (25421, 392, 'Johor Bahru, Johore', 'At swensens terminal 2 with cousins :D'), (25422, 3452, 'Johore, Malaysia', 'Today feels like a Saturday to me!'), (25423, 632, 'Tebrau, Johor Bahru', '@nurhamizahamdan esok dia dah operate :('), (25424, 2065, 'Johore, Malaysia', '@ShakillaKhoriri welcome..cepat2 sihat k..:D'), (25425, 849, 'Johor Bahru, Johore', 'I hate to wait lahh!!! Just where he is sia.'), (25426, 616, 'Pulai, Johor Bahru', 'mission : complete all add math hw T__T (@ A-Y''s Room) http://t.co/VEVEIUq2'), (25427, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing bu Yao lian hor... REN NAI SHI YOU XIAN DU DE HORH'), (25428, 74, 'Johore, Malaysia', 'Are we good?'), (25429, 1541, 'Johor Bahru, Johore', 'So.. what are you up to this evening? :-\\'), (25430, 3307, 'Johore, Malaysia', 'I am happy. Ttm.'), (25431, 606, 'Kota Tinggi, Johore', 'Training was awesome. Fuckin shagged.'), (25432, 4518, 'Johore, Malaysia', 'I''m at HomeSweetHomee.  https://t.co/o29BT6JB'), (25433, 4016, 'Johor Bahru, Johore', 'I''m at Liquids Cafe (Singapore, Singapore) http://t.co/mWMr0AVF'), (25434, 632, 'Tebrau, Johor Bahru', '@shahryna esok dia nak operate :('), (25435, 4519, 'Johore, Malaysia', '@WayneIlu what is RC?'), (25436, 4109, 'Johore, Malaysia', 'I''m at Chinatown MRT Station (NE4/DT19) (Singapore, Singapore) w/ 2 others http://t.co/Hu5NqOtg'), (25437, 5243, 'Johore, Malaysia', '@tangyingting relax lah.. Chill chill'), (25438, 2305, 'Johore, Malaysia', 'Dinner... (@ Brussels Sprouts) http://t.co/uJXqmUpr'), (25439, 406, 'Johor Bahru, Johore', 'Yami so cute !'), (25440, 377, 'Johor Bahru, Johore', '@derppp_ Same heh. Go eat lor~'), (25441, 300, 'Johor Bahru, Johore', '@ericarobles May pumeg lang na australiano at european. Wit naman ang ganap. Haha! Pero cute si Aussie. Hahaha'), (25442, 3452, 'Johore, Malaysia', '@paperdrizzle HAHAHAHA DAFUGGG *inserts my face* AHHAHAHAHAHHA'), (25443, 3636, 'Johore, Malaysia', '@YongQiChong @kityinggg_ ok thanks :]] jy on your shots tomorrow ^^'), (25444, 154, 'Johore, Malaysia', '@brendafizzy Band picture LOL AWESOME XD'), (25445, 392, 'Johor Bahru, Johore', 'Same lor, I think cos I didn''t eat RT @iDitating: feel nausea..haishh'), (25446, 632, 'Tebrau, Johor Bahru', '@ShafinazIzhar esok dia nak operate :('), (25447, 386, 'Johore, Malaysia', 'But really, its a good lesson to Look where i''m headed to next. :D'), (25448, 406, 'Johor Bahru, Johore', 'Yami do sleeppy ~ hahah!'), (25449, 4728, 'Johore, Malaysia', 'Breaktime. (@ TMIS ( MOCHA DELIGHT )) http://t.co/XOoPIQNb'), (25450, 5244, 'Johore, Malaysia', 'I''m at ThaiExpress (Singapore, Singapore) http://t.co/wf6mYjjJ'), (25451, 3, 'Plentong, Johor Bahru', 'what is actually wrong with me? ada masa kena langgar biar lupa ingatan lg bagus Biar aku lupa sgala masalah :3 lupa ingatan j, bukan mati'), (25452, 2374, 'Plentong, Johor Bahru', 'Lapar..'), (25453, 1300, 'Johor Bahru, Johore', '@tinzliang ganun tlg.. Role ng health prof un.. U should know that!!'), (25454, 4607, 'Johor Bahru, Johore', 'Airlangga dek, km masi d padang? RT @gindoDudin: No problemo kak :) kuliah dmana skrg kk? RT @ddiittaayeye: Lg dibengkel dy dek, tggu dh bto'), (25455, 4681, 'Johor Bahru, Johore', 'Mentions tooo silent todaay.'), (25456, 5203, 'Johor Bahru, Johore', 'Every year I become the victim of matress top up. @sarah_chompsyou and geraldine will top the matress and jump on it. Such vicious people.'), (25457, 5245, 'Johor Bahru, Johore', 'I''m at porn''s @ junction 10 http://t.co/6KQlvExU'), (25458, 4228, 'Plentong, Johor Bahru', '#KalauCrushKita terjatuh kat sekolah , orang lain ketawe kan . kalau kita mesti rasa kesian . tau sgt crush kita tu mest tgh bengang an'), (25459, 632, 'Tebrau, Johor Bahru', '@ayunerina esok dia nak operate :('), (25460, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa ktne?'), (25461, 2227, 'Johor Bahru, Johore', 'Ps3 is back. Let''s do it! Fifa street! :)'), (25462, 1654, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 26 others http://t.co/YqN9jFZc'), (25463, 120, 'Johor Bahru, Johore', 'I broke the candy :X ..'), (25464, 4996, 'Johor Bahru, Johore', 'Your lms can log in ?..... @Bikinidale @Kellyleeeeee @Prod1gyIzMe @Sshiminee @xPentagon'), (25465, 1938, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Svc 67 http://t.co/HrCzwhyh'), (25466, 1541, 'Johor Bahru, Johore', '@traazil The hell haha'), (25467, 3452, 'Johore, Malaysia', 'Ever Felt Insecure ? well i did.'), (25468, 5246, 'Plentong, Johor Bahru', 'I''m at Nijyumaru Japanese Restaurant w/ 2 others http://t.co/ULXOIiRG'), (25469, 5247, 'Johore, Malaysia', '@WeiTeckCitaro But total 4 message leh same same one'), (25470, 172, 'Johore, Malaysia', 'I ain''t bulletproof.'), (25471, 492, 'Johore, Malaysia', 'Dinner time ! @ Bedok Food Centre (Bedok Corner) http://t.co/pImMswzs'), (25472, 1252, 'Senai Kulai, Kulai Jaya', ':) (@ Arked Meranti) http://t.co/0gDNXI89'), (25473, 1234, 'Johor Bahru, Johore', '@OOHAITHERE miss who ar lol'), (25474, 5248, 'Johor Bahru, Johore', 'Stupid flight attendant just said welcome to Bali when we landed :( I don''t wanna be home in stinking singapore urgh #unappreciativebrat'), (25475, 509, 'Johor Bahru, Johore', 'Screw my family seriously and fuck my birthday.'), (25476, 2995, 'Johore, Malaysia', '@Mushroomish take-away one teriyaki chicken burger for me tks'), (25477, 3452, 'Johore, Malaysia', '@zomgitsnawar WHAT TIME YA'' GOING'), (25478, 3, 'Plentong, Johor Bahru', '@SyahirAnuar ohokay tgok ah macamana. rnduu kau bob!! tsktsk'), (25479, 1109, 'Johor Bahru, Johore', '@Aahling Hey baby! ;) It''s okay! :D &lt;3 Oic. Me gt one sis n lil bro.'), (25480, 999, 'Kota Tinggi, Johore', '@louisthenew i am smart.'), (25481, 1643, 'Johor Bahru, Johore', 'Thank you twin for helping me with Chinese. ;D @supyoeee'), (25482, 632, 'Tebrau, Johor Bahru', '@shahryna I have to keep it as a secret'), (25483, 5249, 'Johore, Malaysia', 'I''m at Jurong Regional Library (Singapore) http://t.co/9c94bMpF'), (25484, 172, 'Johore, Malaysia', '@Celinewang_ a few only ma~'), (25485, 3452, 'Johore, Malaysia', '@DionisQuek Screen shot?'), (25486, 1234, 'Johor Bahru, Johore', 'Hate hackers'), (25487, 440, 'Johor Bahru, Johore', '“@Laurentiakky: That awkward moment when your parents are being horny and you''re like ._.” epic! (Y)'), (25488, 120, 'Johor Bahru, Johore', '@JoeyDorayaki stop headbanging luh !! :X only i can :3'), (25489, 1264, 'Johore, Malaysia', 'MY HEART IS HURTING. MAKE IT STOP. URGH'), (25490, 4681, 'Johor Bahru, Johore', 'I''m tiredd. x.x Ohhshit, still haveee homeworkk. But tomorrow going out, howhow. x.x'), (25491, 4799, 'Johore, Malaysia', 'Ang sakit ng batok ko! At hindi siya ngawit sakit. Tumatanda-na-ako-hypertension-ba-to more like sakit.'), (25492, 1778, 'Malaysia', '@wararat_amp เล่นเฟส ทวิต ฟังเพลง แล้วก็พึ่งกินข้าวเสด กินข้าวยังจ๊ะพี่สาว'), (25493, 154, 'Johore, Malaysia', '@brendafizzy so long! CROSS FINGER'), (25494, 4799, 'Johore, Malaysia', 'Ang sakit ng batok ko! At hindi siya ngawit sakit. Tumatanda-na-ako-hypertension-ba-to more like sakit. #conyo'), (25495, 999, 'Kota Tinggi, Johore', 'but i am the exception. “@louisthenew: You all are idiots”'), (25496, 1094, 'Plentong, Johor Bahru', 'Cepat lah flat wahai S2.. :-)'), (25497, 291, 'Johor Bahru, Johore', '@MuglerOfHisLove yea we can''t even jump over a chair! Joking! haha jet pack *nothing to do here!*'), (25498, 4805, 'Johor Bahru, Johore', 'I''m at Ban Heng Seafood Paradise @ Aranda (Singapore, Singapore) w/ 2 others http://t.co/rS3wH0Lv'), (25499, 632, 'Tebrau, Johor Bahru', '@ShafinazIzhar I have to keep it as a secret'), (25500, 861, 'Kota Tinggi, Johore', 'I''m at WCEGA Tower (Singapore) http://t.co/6PomlVVv'), (25501, 1344, 'Johore, Malaysia', '@fadyzoid never drag lo! Carried! Haha'), (25502, 900, 'Johore, Malaysia', '@empireofthekop or watching a football match?'), (25503, 2348, 'Johor Bahru, Johore', '@WawaGilerh you just do the worksheet first on mechanics'), (25504, 1764, 'Johor Bahru, Johore', 'Why today like no mood only??'), (25505, 5250, 'Johor Bahru, Johore', 'Lepaking with bby. She doing art. Lucky dont need help her. Hahahas.'), (25506, 1234, 'Johor Bahru, Johore', '@chan_mei_ying don wan c me in chatlet:('), (25507, 5251, 'Plentong, Johor Bahru', '@dayarazif ishh.bkn kaw la.prasan jek'), (25508, 5252, 'Johor Bahru, Johore', 'I''m at Sushi Tei (Singapore, Singapore) [pic]: http://t.co/N8L4Z2GO'), (25509, 5253, 'Johor Bahru, Johore', 'Was out running 5.06 km with #Endomondo. See it here: http://t.co/bTp6JWyY'), (25510, 3340, 'Johore, Malaysia', 'Omigod, just got back. Exhausted. My feet is killing me. Hahahahaahah'), (25511, 1778, 'Malaysia', '@NeayWR_Boice เริ่ดๆๆๆๆๆตลอดๆๆๆ55555+'), (25512, 4607, 'Johor Bahru, Johore', 'Enaknya -,- eh km ngpain TA? Hayoo RT @animegawati: @ddiittaayeye @mafelmo @ivondewis @najwanajzwa ayoooo, yg gratis aku yaa, wkwkwk'), (25513, 902, 'Johore, Malaysia', 'I dun give a fuck if ur angmoh or wat...as long u step on s''pore soil...u better respect us..gt old ppl also want take seat knn :@'), (25514, 5254, 'Johor Bahru, Johore', 'I at oversea Temporarily Won''t reply SMS/call. Pls use watapp or fb to chat. Thx kbye'), (25515, 5255, 'Johore, Malaysia', 'I''m at The Banana Leaf Apolo (Singapore, Singapore) http://t.co/qNNhsVL4'), (25516, 3191, 'Senai Kulai, Kulai Jaya', 'Saya lapar. Nk mkn ape mlm ni?'), (25517, 4996, 'Johor Bahru, Johore', 'Baby''s working now . Hope he''s doing fine .. (:'), (25518, 4823, 'Plentong, Johor Bahru', 'Girls are too details and artistic ; However they didn''t see the whole picture because they too busy with the details. Fusshhh'), (25519, 5256, 'Johor Bahru, Johore', '@_PaperStrings then he stare for whaaaat. Dun low self-esteem lah'), (25520, 3, 'Plentong, Johor Bahru', '@SyafuanMazwan dia je tahu marah dahtu orgni kena panggil buncit tkpkir pulak sakit hati??!!!!!!!!!! *hentak kaki*'), (25521, 1241, 'Johore, Malaysia', 'Watching @irzaahsan and the BTPS Brass Band rehearsal performance. (@ Singapore Conference Hall) http://t.co/4E54lL4M'), (25522, 835, 'Johore, Malaysia', 'Queueing up to have dinner.! Sushi.!!! (@ Genki Sushi @ Orchard Central w/ @maarsiee) http://t.co/GhGHHVnJ'), (25523, 116, 'Johor Bahru, Johore', 'I''m at Fernvale Point (Singapore) http://t.co/Il62Ohi7'), (25524, 4827, 'Johore, Malaysia', 'It''s hard to make a good impression towards others especially that person is important to you.'), (25525, 377, 'Johor Bahru, Johore', '#PeopleIWantToMeet @AntonioCesaro @facdaniels @HEELZiggler @ShinsukeN @IAmJericho.'), (25526, 1782, 'Johor Bahru, Johore', 'So dam fullllll!!'), (25527, 825, 'Johore, Malaysia', '@hannahquerubin oo nga! Freaking damn shit. Haha. Follow me :)'), (25528, 797, 'Kota Tinggi, Johore', 'Jammin in jurong coffeeshop back to basic'), (25529, 5257, 'Johore, Malaysia', '@IamAlwi wow!!! Like!! Next few days twitter and fb will be filled with SMRT blablabla! :)'), (25530, 4097, 'Johore, Malaysia', '@Darren_hasalife Ipoh lah -_-'), (25531, 55, 'Johore, Malaysia', '@peanuttoes Ohhh :( can you go again help me buy screen protector! PLEASEEE. :D Samsung galaxy W! The no finger print de. I forgot the name.'), (25532, 4527, 'Johor Bahru, Johore', '機体は新しいみたい。日本からの便よりきれいA330-300 http://t.co/TyAkseH2'), (25533, 169, 'Plentong, Johor Bahru', 'Tadi masuk kg dye . Then terserempak dngan sorang budak pempuan yng ingin ke ruma boyfie dye. hahahah.'), (25534, 4035, 'Singapore', '@Moonectic SIAO AH!'), (25535, 3186, 'Johor Bahru, Johore', '@SitiHafidzah yuuuup! The small girl very tabah and redha after her siblings and mum died. I learnt a lesson from that movie. :)'), (25536, 1613, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 12 others http://t.co/24CECbiS'), (25537, 3, 'Plentong, Johor Bahru', '@SyahirAnuar hehe next holiday jgn lupa blikan hadiah aku tau!!! :D peace!!'), (25538, 1220, 'Plentong, Johor Bahru', 'I''m at adurra cosmetic (Johor Bahru, Johor) http://t.co/0KkMLGxR'), (25539, 2532, 'Singapore', 'So there is such a thing as a women''s urinal, apparently. http://t.co/PmEqfbPF'), (25540, 2925, 'Johore, Malaysia', '@Celine_Sim23 so good sia. I no tutor leh :/'), (25541, 4981, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 18 others http://t.co/OLKTOdvT'), (25542, 185, 'Singapore', '@jesuslovessnsd good la, but idk why i miss avb, aww :('), (25543, 4823, 'Plentong, Johor Bahru', 'Ok you were playboy'), (25544, 3646, 'Kota Tinggi, Johore', 'I''m at Bukit Timah Market &amp; Food Centre (Singapore) http://t.co/tV296bta'), (25545, 123, 'Johor Bahru, Johore', '2am comeback performance bring goose bumb seriously they are awe some and also the reason why they are my favourite ballad group'), (25546, 382, 'Johor Bahru, Johore', '@tseyilingxp it''s not omg. It''s just the middle finger! Hahaha. mn|n are dirty minded.'), (25547, 4544, 'Kota Tinggi, Johore', '@Noufelle sure np..'), (25548, 4035, 'Singapore', '@GNA__frenzy jiayou! Teach him how to shoot!'), (25549, 763, 'Johor Bahru, Johore', 'It sucks to be dick.'), (25550, 2652, 'Johor Bahru, Johore', '@xiaowang123 it''s permanently there ?our school one is gone already right?):'), (25551, 5258, 'Johor Bahru, Johore', 'Gonna run with@mbasyar @orangerainbowdr'), (25552, 606, 'Johor Bahru, Johore', '@dianarifff i thot you go in poly????'), (25553, 5259, 'Johore, Malaysia', 'I''m at Water Fountain @ Takashimaya / Civic Plaza w/ @cherylicious_ http://t.co/AyslJdhR'), (25554, 406, 'Johor Bahru, Johore', 'Yemi so strong'), (25555, 55, 'Johore, Malaysia', 'OMFG RT @STcom: US boy, 3, dies after shooting self in the head with gun he found in car as his family stopped for petrol'), (25556, 1234, 'Johor Bahru, Johore', '@OOHAITHERE Chet my sis say tmr U all m coming my house lol'), (25557, 932, 'Johor Bahru, Johore', '@dangledaffodilz do I have a share? :O'), (25558, 5260, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) w/ 2 others http://t.co/d3xBcRud'), (25559, 5261, 'Johore, Malaysia', 'Can''t find my book...I haven''t even finish reading it. Geeeezzzz!!!! =('), (25560, 847, 'Johor Bahru, Johore', 'I promise if i get 4k i will give you 1k okay... I will work my ass off in the month of april.. But sadly i have to sacrifice my time with u'), (25561, 632, 'Tebrau, Johor Bahru', '#PrayForIsz #PrayForIsz #PrayForIsz #PrayForIsz #PrayForIsz #PrayForIsz esok dia nak buat pembedahan di Kuala Lumpur. Doakan dia selamat.'), (25562, 386, 'Johore, Malaysia', 'Thursday: Happy "What the hell?!" Day.'), (25563, 406, 'Johor Bahru, Johore', 'Yemi you gonna dia'), (25564, 4893, 'Johor Bahru, Johore', 'I''m at Tampines Bus Interchange (Singapore) w/ 2 others http://t.co/JcdlD213'), (25565, 1194, 'Singapore', 'well having a gf/bf at this age , can, just manage it well lo. but srly despo finding them no use lah later heartbreak only -.-'), (25566, 154, 'Johore, Malaysia', 'Okay, I''m definitely watching the Spongebob Squarepants movie tomorrow.'), (25567, 2734, 'Johor Bahru, Johore', 'I want to go play.. but I think I need to do work.. hmm.. later la hor..'), (25568, 377, 'Johor Bahru, Johore', '@derppp_ I''m also hungry now eh, shit. Go out and buy somethinggggg'), (25569, 4980, 'Johore, Malaysia', '@ZelleZiao Okay .'), (25570, 5262, 'Singapore', 'Korean bibimbap for dinner :-)'), (25571, 4999, 'Johor Bahru, Johore', 'I &lt;3 my mom''s tiramisu! Its not like what they sell outside... So hard and frozen.... My mom''s (cont) http://t.co/SzdT9HJ1'), (25572, 5250, 'Johor Bahru, Johore', 'Kwn aku main motor dkat bwh block. Dier ingatkan ni cerita adnan sempit 2 per? Heh.'), (25573, 2347, 'Tebrau, Johor Bahru', '@fatin_Mustapha ngap ngap ngap :-) kunyah sampai lumat hee'), (25574, 382, 'Johor Bahru, Johore', '@sotongmehh PIX PLEASE HAHA. the today take all de! ^.^'), (25575, 172, 'Johore, Malaysia', '@Celinewang_ true uh, btw, u gg the bbq? the 2b onee.'), (25576, 1094, 'Plentong, Johor Bahru', 'Baru ckp kan S2 dah flat. Yeay !!'), (25577, 169, 'Plentong, Johor Bahru', 'Kena marah pon tak kesah ? Ape kejadah nya beb....'), (25578, 3191, 'Senai Kulai, Kulai Jaya', '@ieqaZY hahaha ! Aku bawak disaster kottt'), (25579, 2591, 'Johor Bahru, Johore', 'Enjoying ourselves ! \nShiok ! http://t.co/2XRLHY7e'), (25580, 1566, 'Johor Bahru, Johore', '@daryltsr I don''t mind being in your DP xD'), (25581, 1264, 'Johore, Malaysia', 'So dizzy'), (25582, 5263, 'Johor Bahru, Johore', '@dacrazyweirdone I can see that.'), (25583, 1421, 'Singapore', 'RT @STcom US boy, 3, dies after shooting self in the head with gun he found in car as his family stopped for petrol http://t.co/UdOR5tkD'), (25584, 5264, 'Johore, Malaysia', 'Sono già le 20.00 e nessuno m''ha regalato nulla, dunque scendo al bar a scroccare un paio di drink al mio barista. #Singapore'), (25585, 3512, 'Johore, Malaysia', 'At Bugis MRT Interchange (EW12/DT14) — http://t.co/rrT21HmQ'), (25586, 5256, 'Johor Bahru, Johore', '@_PaperStrings Creeeeeeeepy'), (25587, 5265, 'Johor Bahru, Johore', 'Titleist demo (@ Orchid Country Club Driving Range) http://t.co/FdoXkeEI'), (25588, 632, 'Tebrau, Johor Bahru', '@syaalicious dia nak buat operation esok'), (25589, 1295, 'Johore, Malaysia', 'At In Bus 222 Otw To Bedok Mrt — http://t.co/8t3CDLdH'), (25590, 134, 'Malaysia', 'อุอิๆ'), (25591, 593, 'Johor Bahru, Johore', '@itsfated09 Okok. If got come down then text me lor.'), (25592, 3213, 'Johore, Malaysia', 'I''m at K1 Salon Toa Payoh Central http://t.co/doKRCYk7'), (25593, 5250, 'Johor Bahru, Johore', 'Aku bored. Hahahas.'), (25594, 472, 'Johor Bahru, Johore', '@feefhvrx_ :D amcm..nak jumpa pa haha'), (25595, 1918, 'Johore, Malaysia', 'RT bangedd o(TヘTo) @MisteriusQuotes: "Kamu cepet sembuh ya dari cuekmu..."'), (25596, 917, 'Johor Bahru, Johore', '@Weitinqsim LOL. Cannot la if can go I also Mai go. I go v4 hehe'), (25597, 632, 'Tebrau, Johor Bahru', '@ayunerina I have to keep it as a secret'), (25598, 172, 'Johore, Malaysia', 'I wanna go bbq soon lehhhhhhh. WALAOOOOOOOOO'), (25599, 185, 'Singapore', 'going to cage now with brother chew and his friends :D'), (25600, 879, 'Johor Bahru, Johore', 'I''m at m@mbo''s home http://t.co/AY5NnXpW'), (25601, 1643, 'Johor Bahru, Johore', '@MavisWong_ sial la, so fast then never tell me answer? ):'), (25602, 4996, 'Johor Bahru, Johore', 'I know it''s boring. But can earn money... Baby. Jiayou. (:'), (25603, 5266, 'Tebrau, Johor Bahru', 'On9 pun bosan sekarang ni!!'), (25604, 5267, 'Johore, Malaysia', 'woaaaaaaaaah. bitch please?'), (25605, 472, 'Johor Bahru, Johore', '@Telesaurtise ahehe..'), (25606, 4827, 'Johore, Malaysia', 'Laugher can make people bond together but sometimes it can make you cry especially when you''re alone.'), (25607, 606, 'Johor Bahru, Johore', '@dianarifff ohhh apa courseee'), (25608, 5268, 'Malaysia', '@loveleesor น้องแป้ง !!^^//ค๊าบบป๋ม!!'), (25609, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing WO YE SHI YOU LINE , WO DE SHI BLUE LINE'), (25610, 289, 'Johor Bahru, Johore', '@thlovecarousel that''s late !!!! Y LIDDIS. HAHAHAHA. OK WE PLAY LATERR'), (25611, 5261, 'Johore, Malaysia', 'Can''t find my book...I haven''t even finish reading it. Geeeezzzz!!!! This is not good =('), (25612, 3, 'Plentong, Johor Bahru', '@SyafuanMazwan kalau aida tkdenye snyuman Sumpah seranah smua klua.'), (25613, 1094, 'Plentong, Johor Bahru', 'Balik umah baru charge. Syg batt.'), (25614, 5269, 'Plentong, Johor Bahru', 'bahasa “@FaudiaShahron: i''m alone... FUCK”'), (25615, 1643, 'Johor Bahru, Johore', 'Memory lost larh you.'), (25616, 46, 'Plentong, Johor Bahru', '@azieraziezie ouhouh . bagi aku cter die biase-2 jewp kodd . part mane hah ? daa lupa laaa tengok movie mase tuuuu . pon tak ramai orang .'), (25617, 172, 'Johore, Malaysia', '@Celinewang_ just go luh~ T.T'), (25618, 1398, 'Johore, Malaysia', 'Dinner. ;) (@ Pizza Hut) http://t.co/FFIMd488'), (25619, 2340, 'Johore, Malaysia', '@Trinisha_Kaur @crazziefreak @DurgiB @Innocentfreakk im innocent'), (25620, 5270, 'Johore, Malaysia', 'I''m at Marina Bay Sands (Hotel) (Singapore, Singapore) w/ 8 others http://t.co/UqcYJKnz'), (25621, 2034, 'Malaysia', 'Try try:) (@ B''s Sweet (บีส์สวีท)) http://t.co/PVHwCdeo'), (25622, 593, 'Johor Bahru, Johore', '@OlsenAwesome something happen again meh?!'), (25623, 5271, 'Kota Tinggi, Johore', '#nowplaying 2Ne1'), (25624, 416, 'Johor Bahru, Johore', 'Meeting my bro now and drive valene n me out to 2nd bro house~~'), (25625, 1194, 'Singapore', '#nowplaying we fell in love &lt;3'), (25626, 4297, 'Senai Kulai, Kulai Jaya', 'Squash! (@ Stadium UTM) http://t.co/OQADMv8x'), (25627, 2014, 'Johor Bahru, Johore', 'Going 2 eat my dinner.'), (25628, 5272, 'Singapore', 'Six seven eight triple nine eight two one two,kiss me thru the phone'), (25629, 1373, 'Jelutong, Johor Bahru', 'I''m at Taman Nusantara http://t.co/QAFA4gUb'), (25630, 5273, 'Tebrau, Johor Bahru', '@Aizat_Ameer hi...blh berkenalan...'), (25631, 677, 'Johore, Malaysia', '@KarlaDeModa @lkmariquit @rinabanana @sheslley @xing_shing hidlaw nako mag kadlaw tudo tudo :('), (25632, 3661, 'Johore, Malaysia', 'I''m at Home! :)) http://t.co/7dG8SZyp'), (25633, 2524, 'Johor Bahru, Johore', '@Aloysius_Ho YESH ^^'), (25634, 914, 'Johore, Malaysia', 'Fuck those arts campers who can''t stfu and appreciate music'), (25635, 5274, 'Johore, Malaysia', 'Malek is back! (at @SingaporePolice) [pic] — http://t.co/tEHMD612'), (25636, 2103, 'Johor Bahru, Johore', 'I''m at Punggol Golf Range http://t.co/nzxRYy39'), (25637, 4913, 'Plentong, Johor Bahru', 'Twitter so inactive,all my fav users not on ZZZZZ'), (25638, 4823, 'Plentong, Johor Bahru', 'when nothing goes right, you just simply take left. ;D'), (25639, 154, 'Johore, Malaysia', 'I should have gotten the grilled salmon set instead of toast box. Waste my money and it''s so tiny the noodles.'), (25640, 1373, 'Jelutong, Johor Bahru', 'I''m at Surau Taman Nusantara (Gelang Patah, Johor Darul Takzim) http://t.co/e5uQ1uTz'), (25641, 1490, 'Johore, Malaysia', 'I''m at Mugiya Bakery (Singapore) http://t.co/2dIPHH6R'), (25642, 632, 'Tebrau, Johor Bahru', 'I''m not joking. Isz is really sick and she need to do that operation tomorrow. Please pray for her.'), (25643, 5275, 'Johor Bahru, Johore', 'I''m at McDonald''s w/ @chuaweijuncwj http://t.co/dhG8tc0Z'), (25644, 289, 'Johore, Malaysia', 'You''ve got me losing my mind.'), (25645, 172, 'Johore, Malaysia', 'Can I have you now?'), (25646, 5276, 'Johore, Malaysia', 'WAGYU BEEF TONIGHT WEEEEE http://t.co/hKlbCCaA'), (25647, 4996, 'Johor Bahru, Johore', '@Estthherr drink water ! '), (25648, 1643, 'Johor Bahru, Johore', 'No wind can blow us apart. ;D'), (25649, 1681, 'Johore, Malaysia', 'I''m at Ajisen Ramen (Singapore, Singapore) http://t.co/XoMq6xn2'), (25650, 2014, 'Johor Bahru, Johore', 'Word mistake....'), (25651, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE hmm a''ah semput..alhmdulilah..shaz sehat..diah plak..??'), (25652, 1105, 'Singapore', 'eh! My bestfriend''s voice so cute! ^^ @afyzahh'), (25653, 730, 'Johore, Malaysia', 'I''m at The Nail Status @ Far East Plaza http://t.co/2qUNXsJh'), (25654, 847, 'Johor Bahru, Johore', 'But it paid off okay.. I spent time with you n buy watever u ask for mummy\nI promise i will make you happy!'), (25655, 3, 'Plentong, Johor Bahru', '@SyahirAnuar alaaaaa skit sngat!! hahaha belikanlah teddybear yg besar mcm kau ke Cnfirm aku gembira!! *dancing*'), (25656, 923, 'Pulai, Johor Bahru', 'I''m at Jalan Pulai Perdana 8/3 [pic]: http://t.co/IrBmlSXj'), (25657, 632, 'Tebrau, Johor Bahru', '@hazieqahhouda dia nak operate esok'), (25658, 4035, 'Singapore', '@MelMel_Teehee Must go ah!!'), (25659, 5277, 'Kota Tinggi, Johore', 'zeedennischasemarcus'), (25660, 382, 'Johor Bahru, Johore', 'Ping pong piang'), (25661, 172, 'Johore, Malaysia', 'Super sad song making me cry. fuck i feel so gay.'), (25662, 1403, 'Johore, Malaysia', 'I''m at Tanjong Pagar MRT Station (EW15) (Singapore, Singapore) http://t.co/CGYBXFUN'), (25663, 5278, 'Johore, Malaysia', 'Swimming with my lady princess. I loveeeeeeee her ;)'), (25664, 5279, 'Plentong, Johor Bahru', '“@TheLoveAid: Good-bye''s make you think. They make you realize what you''ve had and what you''ve lost, and what you''ve taken for granted.”'), (25665, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa tnya je.. Kt boon lay.. Alek kul rape?'), (25666, 1942, 'Kota Tinggi, Johore', 'Finally home! (@ Sepetijan 813 Jurong West St 81) http://t.co/2MnMYPpg'), (25667, 4693, 'Singapore', '@_Styles_Army_ : Follow back?'), (25668, 3516, 'Johore, Malaysia', 'I''m at Song Fa Bak Kut Teh 松發肉骨茶 (Singapore) http://t.co/9oKkvV61'), (25669, 2511, 'Johore, Malaysia', '@immagummybearr hehe thank you for being me :) there'), (25670, 1279, 'Johor Bahru, Johore', 'Your body was too close untill I couldn''t play Jubeat properly :x'), (25671, 606, 'Johor Bahru, Johore', '@dianarifff yupppp when i go back sch i year two. Wanna graduate fastfast. Waste time ah ite'), (25672, 2940, 'Pulai, Johor Bahru', '@Qaseh_Purple Tq! Tq! Im lovin it... http://t.co/mcTtKvDO'), (25673, 1643, 'Johor Bahru, Johore', 'Dead or alive, we''ll be together. &lt;3'), (25674, 123, 'Johor Bahru, Johore', 'Hungry sleepy sigh'), (25675, 1131, 'Johor Bahru, Johore', 'Working radius? Teacher gort say before? :0'), (25676, 2275, 'Singapore', 'duh cantiknya km'), (25677, 352, 'Johor Bahru, Johore', 'I''m at Inside Daddy''s Car  (Singapore) http://t.co/6pPlQDiB'), (25678, 154, 'Johore, Malaysia', 'Watching Dream School just to support Shu An. The show sucks, season 1 was so much better.'), (25679, 3861, 'Johor Bahru, Johore', 'I''m at S11 (51@AMK) (Singapore) http://t.co/qxsX3HFz'), (25680, 4996, 'Johor Bahru, Johore', '. Baby must be having a hard time.'), (25681, 2348, 'Johor Bahru, Johore', '@WawaGilerh erm, do idealisation la'), (25682, 4999, 'Johor Bahru, Johore', 'Hush hush~'), (25683, 4923, 'Plentong, Johor Bahru', 'I''m at Banafee Village Restaurant (Johor Bahru, Johor) w/ 2 others http://t.co/SjTG7npQ'), (25684, 2350, 'Plentong, Johor Bahru', 'Relax (@ Saudagar Shisha Segget w/ 3 others) http://t.co/ozidJoQL'), (25685, 3676, 'Kota Tinggi, Johore', '#np give me all your lovin'), (25686, 1643, 'Johor Bahru, Johore', 'What kind of love is pure?'), (25687, 5280, 'Johore, Malaysia', 'At Kallang Bahru now cutting hair.'), (25688, 172, 'Johore, Malaysia', '@Celinewang_ eh me. HAHAHAHAHAH 24th to 25 march. overnight uh.'), (25689, 4607, 'Johor Bahru, Johore', 'Ada morgannya *eh RT @animegawati: Udah makan kok masih laper ya (‾⌣‾") perutnya ada naganya nih (⌣́_⌣̀) http://t.co/bmlNwdSp'), (25690, 280, 'Johor Bahru, Johore', 'Still waiting for bus :/ (@ Bus Stop 67381, Sengkang) http://t.co/qcDbnRrb'), (25691, 923, 'Pulai, Johor Bahru', 'I''m at Taman Pulai Perdana (Johor Bahru, Johor) http://t.co/tpFR369v'), (25692, 3191, 'Senai Kulai, Kulai Jaya', 'Ada kereta bukanlah tiket utk aku kua p makan ikut suka perut aku. Sbb kena consider duit minyak dan lain lain -____-;'), (25693, 341, 'Johore, Malaysia', 'You''re so tweety today. - hmmmnnnnn'), (25694, 4827, 'Johore, Malaysia', 'No one can make you smile better than the person that you love.'), (25695, 382, 'Johor Bahru, Johore', '@tseyilingxp EEE I''m a female pls! Haha. You think too much!!!!! Omg'), (25696, 5242, 'Malaysia', '@bevfever fuck haven''t done homework'), (25697, 5277, 'Kota Tinggi, Johore', 'I know SHINee world cant wait for their comeback.Am i right? hey annywong admin @zeeOnKyuTeukie'), (25698, 1120, 'Tebrau, Johor Bahru', 'http://t.co/kImwo6kc'), (25699, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing WO NE.. ZUI TONG HEN NE.. REN JIA ANYHOW JIANG WO NO LINK !! WO YOU LINE HORH'), (25700, 839, 'Johor Bahru, Johore', '@nanallove hello:)!'), (25701, 3452, 'Johore, Malaysia', '@paperdrizzle who :o?'), (25702, 5281, 'Riau, Indonesia', 'salam kenal ..@LathifaAnshori'), (25703, 5011, 'Johore, Malaysia', 'I''m at Whampoa Makan Place http://t.co/N3UmkYY5'), (25704, 3, 'Plentong, Johor Bahru', '@afifah321 takpunn. kepenatan ada netball tadi ~.~'), (25705, 4865, 'Johor Bahru, Johore', '@clay_jug haha may you dream about your LYNC youth'), (25706, 1105, 'Singapore', '@afyzahh dh dh.. tak payah nk kembang...'), (25707, 3452, 'Johore, Malaysia', '@zomgitsnawar yeahh hhaha'), (25708, 5282, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 12 others http://t.co/zcVgeZzU'), (25709, 5158, 'Plentong, Johor Bahru', '@faisalhamidd bgun awal je cal..'), (25710, 196, 'Johor Bahru, Johore', 'More gathering like this would be good.'), (25711, 3989, 'Johore, Malaysia', 'EDITOR!'), (25712, 967, 'Kota Tinggi, Johore', 'Apa mamiiiiii, papiii lg nyunghil negh.. :D RT @IntAn_ImUtsExy: tweeps :( ada yg tau @dennybahari ♥ @Kingnugraha ???????? Pd kmana ya'), (25713, 53, 'Johore, Malaysia', '@PeppyChipper so you''ve gotten you Kinder Surprise? HAH! Enjoy!'), (25714, 12, 'Plentong, Johor Bahru', 'I''ve got a good news to share......'), (25715, 1194, 'Singapore', 'lol he changed a lot sia o_O bwehe. idrc ahahaha xD'), (25716, 2275, 'Singapore', 'dimana sih alamatnya RT @abdi_rizky kya nya cheezy beef sandwich ny @DistroSandwich enak nih!'), (25717, 138, 'Plentong, Johor Bahru', 'Got a lot work todo..kyla hwatinggg'), (25718, 2652, 'Johor Bahru, Johore', '@xiaowang123 wah .can we go there w friends ?MYGOD!!'), (25719, 3550, 'Johore, Malaysia', '@Juper_Sunior OOOOKAY:D \nSo much homework not done&gt;.&lt;'), (25720, 3573, 'Plentong, Johor Bahru', '#terase ini RT @syffl: Tahukah anda budak Johor Bahru terkenal dengan apa. Dengan KEKEPOHAN. Kbai'), (25721, 715, 'Johore, Malaysia', 'I''m at Advance Apartment http://t.co/rJ5PeJAX'), (25722, 4339, 'Johore, Malaysia', 'I''m at Clementi (Singapore, Singapore) http://t.co/47rRVkGp'), (25723, 382, 'Johor Bahru, Johore', 'Bored? Go and bake.'), (25724, 871, 'Johor Bahru, Johore', 'Cooked fried rice for family :)'), (25725, 1105, 'Singapore', 'ehhhhh! where @dxbbie ? I''ve waited the whole day!'), (25726, 12, 'Plentong, Johor Bahru', 'Well wait for it.............'), (25727, 1764, 'Johor Bahru, Johore', '@nocopyrights nk tron nie'), (25728, 172, 'Johore, Malaysia', '@Celinewang_ okay...........................................................................................................................'), (25729, 1194, 'Singapore', '@msimpletontvk *hugs* xDD haha wear jacket?:3'), (25730, 755, 'Johor Bahru, Johore', 'Eee fuck you fat boy!! I know you jog to lose weight. But got have to swing your sweat flying at me cb!'), (25731, 632, 'Tebrau, Johor Bahru', '@syaalicious I have to keep it as a secret'), (25732, 5188, 'Johor Bahru, Johore', 'I''m at Open Area @ Downtown East http://t.co/0bLopiCz'), (25733, 3, 'Plentong, Johor Bahru', '@SyahirAnuar alaaaaa nak juga¡ nak juga¡ *pegang pisau*'), (25734, 3191, 'Senai Kulai, Kulai Jaya', '@akmal89 mkn mana ? Oi @heyShahzan jom !'), (25735, 5041, 'Singapore', '- i hate impatient drivers!'), (25736, 4587, 'Tebrau, Johor Bahru', 'It felt like the right choice! :-)'), (25737, 12, 'Plentong, Johor Bahru', 'A lil bit more...............'), (25738, 632, 'Tebrau, Johor Bahru', '@hannahalim97 esok dia nak operate dah.'), (25739, 5283, 'Johor Bahru, Johore', 'MARINA SQUARE ROBOT BALLOON!! http://t.co/8q9nfWmu'), (25740, 5284, 'Plentong, Johor Bahru', 'Masa bershisha..... Jom kwn2 rilek di bazar karat...saudagar shisha.'), (25741, 3979, 'Johore, Malaysia', 'Nooooooo Ikea meatballs are ruined!! Why did they change the supplier D:'), (25742, 632, 'Tebrau, Johor Bahru', '@ayunerina thanks'), (25743, 5251, 'Plentong, Johor Bahru', '@dayarazif tweet tu utk org lain la.huhu'), (25744, 763, 'Johor Bahru, Johore', '@Teenage19 @moggylicious haha! Thanks Birdy.'), (25745, 3550, 'Johore, Malaysia', 'Wearing high cuts to wedding dinner and people say I''m sporty=.='), (25746, 3290, 'Johore, Malaysia', 'I''m at Tanglin Club (Singapore) http://t.co/Y9vqaevS'), (25747, 1421, 'Singapore', 'most people are so artificial on the internet it''s genuinely disgusting'), (25748, 326, 'Tebrau, Johor Bahru', 'Haaaaa~~~ (@ Restoran Assalam w/ 2 others) http://t.co/OyP4ViFT'), (25749, 377, 'Johor Bahru, Johore', '@derppp_ Go to a foodcourt and buy somethin?.. I think you should, yeah.'), (25750, 5285, 'Johore, Malaysia', '@tohjinxiong we going back from bugis now. http://t.co/HUbHMb9s'), (25751, 1692, 'Tebrau, Johor Bahru', '@ShukJasni ok xok la. susa doe. rasa macam nak amik Dip jer. seyes. h0h0. nk wat cemana, susa2 pun kena teruskan jgkk. nasib badan =.="'), (25752, 4841, 'Johor Bahru, Johore', 'Yums (@ Salted Caramel Artisan Ice Cream w/ 3 others) [pic]: http://t.co/8SyXoJ9E'), (25753, 3290, 'Johore, Malaysia', 'I''m at Gym @ Tanglin Club (Singapore, Singapore) http://t.co/Isq5qC77'), (25754, 12, 'Plentong, Johor Bahru', '10..... 9...... 8......... 7.......... 6...... 5.......'), (25755, 4587, 'Tebrau, Johor Bahru', 'Danced like crazy but it was worth it :-D'), (25756, 5206, 'Indonesia', '@ichelNRG wes mulai ta ? sek asik webcam an ee :p'), (25757, 3075, 'Johor Bahru, Johore', '@joaaanjoan hungry than go n eat la....'), (25758, 116, 'Johor Bahru, Johore', 'cream cheese bun (@ Bread Junction@Fernvale Point) http://t.co/WlxJelO7'), (25759, 4664, 'Plentong, Johor Bahru', '@FarhanSpain19 :)'), (25760, 5286, 'Senai Kulai, Kulai Jaya', 'Masjid'), (25761, 3, 'Plentong, Johor Bahru', '@SyafuanMazwan comel eh? heheheeehhehe *senyum lebar* nmpak buruk skit? panggggggg *pelempang sampai*'), (25762, 12, 'Plentong, Johor Bahru', '4321..........'), (25763, 1114, 'Johor Bahru, Johore', 'I''m at Anderson''s Ice Cream @ NEX http://t.co/D9tDXm4q'), (25764, 1140, 'Johor Bahru, Johore', '@thiveebeanie sore losers? No babe we lose with style.. Haha..'), (25765, 5287, 'Johor Bahru, Johore', 'pizzas w/ cell (@ The Salvation Army Territorial HQ w/ @quacko_quack) http://t.co/G06EDREN'), (25766, 871, 'Johor Bahru, Johore', 'Go hougang !'), (25767, 1382, 'Johor Bahru, Johore', '@PeiYi2706 i just started saying that today and for the first time. Are you blind?'), (25768, 2940, 'Pulai, Johor Bahru', '@zafinahz aku x nampak.. X nampak...'), (25769, 3995, 'Johor Bahru, Johore', 'I''m at Longhouse Food Centre (Singapore) http://t.co/UW1eln3P'), (25770, 12, 'Plentong, Johor Bahru', 'Here it goes..........'), (25771, 382, 'Johor Bahru, Johore', '@tseyilingxp YOU ARE SO LAME ******* omg cannot tahan liao. Can u please tell yourself ''I should shut up!'' HAHA'), (25772, 5289, 'Malaysia', 'I''m at Hat Yai International Airport (HDY) ท่าอากาศยานนานาชาติหาดใหญ่ (Hat Yai, Songkhla) w/ 5 others http://t.co/iXYE0eHd'), (25773, 4035, 'Singapore', '@MelMel_Teehee hahahha as long can go can liao! will pray fr you sista! (:'), (25774, 40, 'Johor Bahru, Johore', 'I''m at WAC''s kingdom (Singapore, SIingapore) http://t.co/X1eXsL4K'), (25775, 14, 'Johor Bahru, Johore', 'Happiness please find me. Lol'), (25776, 5290, 'Johore, Malaysia', 'Oh shoot! Gotta go back camp for duty. How sad :( nds... Checked. Itouch... Checked. Okay ready !'), (25777, 3945, 'Kota Tinggi, Johore', 'Brani ckp tk brani bikin ape cite..'), (25778, 839, 'Johor Bahru, Johore', '@nanallove happen to see you today when I was on my way home from training I was In the bus:).'), (25779, 116, 'Johor Bahru, Johore', 'off to work (@ Fernvale LRT Station (SW5)) http://t.co/5qNY62HU'), (25780, 5291, 'Johor Bahru, Johore', 'Great talk.'), (25781, 4467, 'Johor Bahru, Johore', '@Shanicelovees_ farrerpark, LOL'), (25782, 138, 'Plentong, Johor Bahru', 'Dah mule dah aksi menyirap dan menyampah.xpelah grab popcorn..ini hiburann *watcng filem romance sampai kua muntah hijau..'), (25783, 12, 'Plentong, Johor Bahru', 'MY THREE WEEKS HOLIDAY HAS BEGUN!!!!!!'), (25784, 1018, 'Johor Bahru, Johore', 'I''m at Sheng Siong Woodlands Industrial Park w/ 2 others http://t.co/0icdsF4V'), (25785, 465, 'Johor Bahru, Johore', '"Some people search for their entire lives for what we have and never find it. I won''t give up. I''ll fight for you. Forever if I have to."'), (25786, 632, 'Tebrau, Johor Bahru', 'Isz, just wanna say walaupun kau bukan darah daging aku, aku tetap ambil berat dan sayang kau.'), (25787, 5292, 'Johor Bahru, Johore', '执行任务 @ Blk 964 Hougang Ave 9 http://t.co/iSA94DgQ'), (25788, 948, 'Johor Bahru, Johore', 'With my own two hands'), (25789, 376, 'Plentong, Johor Bahru', '@fedeli_omar1 thanks follow...'), (25790, 1503, 'Johor Bahru, Johore', 'Ngak enak bngt ni badan gara kurang tidur'), (25791, 1194, 'Singapore', '@msimpletontvk me too -.-'), (25792, 5263, 'Johor Bahru, Johore', '@dacrazyweirdon idk jiarong''s one.'), (25793, 12, 'Plentong, Johor Bahru', 'HAHAHAH k fooled ya'), (25794, 4693, 'Singapore', 'BIGRT @G_Greysonator : I Love Greyson Michael Chance ! RT if you too (:'), (25795, 382, 'Johor Bahru, Johore', 'Ya sometimes I talk too much/ say stupid things so I will ask myself to shut up. Yup.'), (25796, 3606, 'Johor Bahru, Johore', '@faiz_mraz dah pat rumah skarang'), (25797, 632, 'Tebrau, Johor Bahru', '@SarahHusn I have to keep it as a secret'), (25798, 12, 'Plentong, Johor Bahru', 'Tu je nk blg'), (25799, 2511, 'Johore, Malaysia', '@'), (25800, 5193, 'Singapore', '@BABYITSZELO Wah think of me worhhhhhh'), (25801, 1694, 'Johor Bahru, Johore', '@j_neenerz @flyinpotatoes oh hey there sexy....'), (25802, 4459, 'Plentong, Johor Bahru', '@__kHAIRULaZRIE Hahahahahaha hai budak poyo :)'), (25803, 120, 'Johor Bahru, Johore', '@JoeyDorayaki no such thing :3 .. Don''t bang ur head lah ! \nI bang can liao . Nuff said :3'), (25804, 232, 'Johore, Malaysia', '左耳はこよりのおかげで回復しました。'), (25805, 3, 'Plentong, Johor Bahru', '@Ejadddd awak ni mmang suka melegakan hati saya hahaha Panda!!!!! kenapa aku whatsapp tkrep? kuangajoo....'), (25806, 46, 'Plentong, Johor Bahru', '@azieraziezie hahaha lagi laaa . og daud jadi mak nealofa kan . hihi XD azura duluuuu . daa daa petang tadi . kau daa tengok ?'), (25807, 4980, 'Johore, Malaysia', 'Help to promote @zone2neverland by retweeting and following !~'), (25808, 4636, 'Johore, Malaysia', 'I''m at Marina Bay Sands sky park http://t.co/vXePcSpv'), (25809, 5293, 'Johor Bahru, Johore', 'I''m at Tampines St11 Blk 124 http://t.co/boQBU4wu'), (25810, 5294, 'Malaysia', '@ipinkeros ยังเลย โคดหิวเลยเนี่ยะ -0-'), (25811, 5295, 'Johor Bahru, Johore', '@_drownthecity no.... Lol!!! Haha: was it wushu also!'), (25812, 632, 'Tebrau, Johor Bahru', 'CC: @NurlisaShahira RT @hazieqahhouda: @UmairahNizam hah ?!?!! Okay InsyaAllah Cakap dkt dia all the best !! Take care !!'), (25813, 5055, 'Johor Bahru, Johore', '@y1hui ok sure'), (25814, 5247, 'Johore, Malaysia', '@WeiTeckCitaro ALL about the same thing one ...'), (25815, 4823, 'Plentong, Johor Bahru', 'If pokemon does exist in this world, what pokemon you like to have'), (25816, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa ade.. Tap kt sini byk org akai iphone.. Da mkn?'), (25817, 4467, 'Johor Bahru, Johore', 'Ear infection. Ear bleeding. Stupid earstick, wear u 10 min lidat=='), (25818, 5294, 'Malaysia', '@nongmildky เพิ่งตื่นค้าบบบบบ 5555'), (25819, 4857, 'Johor Bahru, Johore', 'Watching Red Cross Charity Concert (@ Lee Kong Chian Lecture Theatre w/ 2 others) http://t.co/eaj0gSba'), (25820, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing Wo bu Shi Bian tai ! But seriously , her body so close , my arm cannot go behind'), (25821, 2139, 'Johore, Malaysia', 'Pool time! Gonna own some bitches! (;'), (25822, 1304, 'Johore, Malaysia', 'I''m at Blk 123 Bedok Reservoir Road http://t.co/YISSaKy9'), (25823, 902, 'Kota Tinggi, Johore', '@JoshuaLimmm alrite then see ya! :) n just be a chinese :)) hahaha!!'), (25824, 3083, 'Plentong, Johor Bahru', 'I''m at Pak Meon restaurant http://t.co/8w4fXsvh'), (25825, 5291, 'Johor Bahru, Johore', 'Somehow, I hate the distance between us.'), (25826, 3512, 'Johore, Malaysia', 'ラーメンチャンピオン (at iluma) [pic] — http://t.co/nipQAiN5'), (25827, 4157, 'Johor Bahru, Johore', 'I''m at MATTHEW''S AWESOME ROOM  (Singapore, Singapore) http://t.co/2vrdswRW'), (25828, 5296, 'Johor Bahru, Johore', 'Off to Laos I go!(: http://t.co/BTbctbXs'), (25829, 5266, 'Tebrau, Johor Bahru', 'Makan gula - gula..seronok..'), (25830, 4010, 'Singapore', 'T-Shirts The Bois will be arrived soon :)'), (25831, 3191, 'Senai Kulai, Kulai Jaya', '@ieqaZY kau tak tauuu. Hahahaha tanya lin. Sumpah disaster !'), (25832, 4035, 'Singapore', '@MelMel_Teehee haha george will do! dont need the jungle!'), (25833, 4996, 'Johor Bahru, Johore', 'My geekspecs is with him. T_T'), (25834, 1352, 'Plentong, Johor Bahru', 'Dinner time.. (@ Singgah Selalu Arab fresh pastry) http://t.co/i0hLpbRE'), (25835, 4793, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 15 others http://t.co/kox1eatl'), (25836, 677, 'Johore, Malaysia', '@KarlaDeModa @lkmariquit @rinabanana @sheslley @xing_shing ill catch up gd ah! been uber busy with my effin'' sched. i hate working :('), (25837, 898, 'Johor Bahru, Johore', 'Buat pakai aku pe?'), (25838, 4478, 'Riau, Indonesia', '@vfradenarieff ara yaa dek?'), (25839, 5256, 'Johor Bahru, Johore', '@_PaperStrings at least you know you have nice legs xD\nOr maybe he''s just a pedophile'), (25840, 5242, 'Malaysia', 'Oh my godd I forgot about oral'), (25841, 605, 'Pulai, Johor Bahru', '@izamrain tq ;-)'), (25842, 5286, 'Senai Kulai, Kulai Jaya', 'Menunggu isyak :D'), (25843, 5297, 'Johore, Malaysia', 'ASHES'), (25844, 4478, 'Riau, Indonesia', 'duuh glws knpa bulee? RT @Belbielowday: gaalauuuuuuuasss RT @IlfaAzlyani menghibur?emg knpa km buleeku'), (25845, 63, 'Johor Bahru, Johore', 'When a poor man begs for your help, his pride is hurt, then you don''t deal another blow to his pride by letting him down.- Imam Husayn (as)'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (25846, 2225, 'Malaysia', 'I''m at CCP Health Club (Hat Yai, Songkhla) http://t.co/wT27UUaf'), (25847, 1632, 'Johore, Malaysia', 'absolutely yums henghwa food. @deborahng you MUST come here @ Ming Chung Restaurant 民众菜馆 http://t.co/Ol9Yjck5'), (25848, 4668, 'Johore, Malaysia', 'I''m at NS1 Jurong East Interchange (Singapore) http://t.co/4oWoJy8u'), (25849, 5298, 'Johore, Malaysia', 'I''m at Jurong East Temporary Bus Interchange (Singapore, Singapore) w/ 2 others http://t.co/2bsWRgQX'), (25850, 5266, 'Tebrau, Johor Bahru', 'Becerita tentang diri sendiri..bukan bercerita pasal org lain..'), (25851, 1300, 'Johor Bahru, Johore', 'I love jessica''s song.. She''s like Beyonce''hope she can dance well too..#diva'), (25852, 898, 'Johor Bahru, Johore', '_I_'), (25853, 2827, 'Johor Bahru, Johore', 'Wonder what my 2 bestfriends actually planned for me on monday. Hmmm. What job only they all doing -.-'), (25854, 856, 'Johor Bahru, Johore', '@tabacheeks ako din nitatamad. kinain ko siomai and oj hehehe'), (25855, 900, 'Johore, Malaysia', 'England should quit international football immediately #wasteoftime #corruptFIFA #kingBlatter'), (25856, 1194, 'Singapore', '@msimpletontvk hahahahah:D Owh :o take care dont fall sick D:,HOTWATER.;D sound like a mum. heeheexD'), (25857, 5299, 'Johore, Malaysia', 'I just ousted Vanan T. as the mayor of Torte on @foursquare! http://t.co/0cbliHUd'), (25858, 5299, 'Johore, Malaysia', 'Just had new creation at Torte - Beef goulash with rice... burp! (@ Torte) http://t.co/vRWDvMKg'), (25859, 3452, 'Johore, Malaysia', 'my maple crash then now cannot open dafuq'), (25860, 3307, 'Johore, Malaysia', '@HongyuRedFish thanks.: D'), (25861, 2041, 'Johore, Malaysia', '@helloimawesome_ always remember people can''t teach u mental toughness only u can teach urself'), (25862, 3500, 'Singapore', 'Early night for a long day tomorrow~'), (25863, 5206, 'Indonesia', 'new ava old background . wdyt ?'), (25864, 54, 'Johore, Malaysia', '@dolphinekpop what thing one ?'), (25865, 2275, 'Singapore', '-.-'''' #ngook , doain flu lg haha @espanolasz'), (25866, 120, 'Johor Bahru, Johore', 'I almost sweet chin music the window :X lucky i didn''t break it'), (25867, 1525, 'Johore, Malaysia', 'I''m at The Foundry [pic]: http://t.co/seeOX2pH'), (25868, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing ni reply xian'), (25869, 4357, 'Johore, Malaysia', '@thirteenpapers @astr0trek18 shiok max! Kung fu fighters!'), (25870, 4790, 'Johore, Malaysia', 'I''m at Blk 121 Yuan Ching Road (Yuan Ching Road, Singapore) http://t.co/vtjlhAKN'), (25871, 2554, 'Johor Bahru, Johore', 'HUNGRY !'), (25872, 5238, 'Indonesia', 'Nd apaaa nyeruu mhaaa ,, :D RT @Tharie_yiyie'), (25873, 289, 'Johore, Malaysia', 'I hate it when you talk to her.'), (25874, 5300, 'Malaysia', 'ถึงบ้านแล้วฮัฟฟฟ (@ YOYO&amp;TOTO''s home) http://t.co/0D19UFRc'), (25875, 3, 'Plentong, Johor Bahru', '@SyafuanMazwan laaaaa baby mana pulakniiiii? :O'), (25876, 334, 'Johore, Malaysia', '@KindnessAndPity tomorrow Blackshot?'), (25877, 1343, 'Johor Bahru, Johore', 'For those on the road, @LTAsg has good updates on accidents on major highways with info on lanes to avoid, exits congested etc... #Singapore'), (25878, 3945, 'Kota Tinggi, Johore', 'Freddy + pipit = muke mcm ba**!!'), (25879, 5271, 'Kota Tinggi, Johore', 'RT @KiSSeop91: 난 이미 들었는데^^하하하하하\n노래 좋다&gt;_&lt;우아아앙굳\n RT @ukissSH: #SooHyun1stSolo^^ RT @kissmeSH: @ukissSH #SooHyun1stSolo ♥'), (25880, 5301, 'Johore, Malaysia', 'shall go and start studying'), (25881, 84, 'Johor Bahru, Johore', '@Jae_Jerome yeah! Ricky an ljoe! Ricky grew taller hahah'), (25882, 4823, 'Plentong, Johor Bahru', 'You won''t understand other shoes until you''re in the other shoes - macam ni ke @aDi_yusran'), (25883, 120, 'Johor Bahru, Johore', 'WAHAHAHAA .... Wait .. Why am i celebrating when i almost choke and broke a window'), (25884, 2202, 'Johore, Malaysia', '@vajoojoo really? But I keep coughing every minute :( but it''s audition? You sure??'), (25885, 5295, 'Johor Bahru, Johore', '@_drownthecity lol serious? Maybe it''s meow meow they all lor. Cause for me is tmr and sat.'), (25886, 3500, 'Singapore', 'Did nothing today....'), (25887, 3082, 'Johor Bahru, Johore', 'I''m at goodview street soccer court (singapore, singapore) http://t.co/0a5G3FMW'), (25888, 172, 'Johore, Malaysia', '@WongEugene RT @StereoR_: Tml must buy either april77 or nudie jeans.'), (25889, 5302, 'Johor Bahru, Johore', 'Dinner ! (@ 928 Ampang Yong Tau Fu) http://t.co/gtlH0DXa'), (25890, 3307, 'Johore, Malaysia', 'I feel queasy. :('), (25891, 593, 'Johor Bahru, Johore', '@OlsenAwesome it''s damn pain when something insert to your urinal part. Yesterday he keep sigh sigh sigh. But today feel better abit.'), (25892, 5303, 'Johore, Malaysia', '@schaalyahya bot a ring n a hair clip frm @schahopolic ...way frm spore!'), (25893, 5242, 'Malaysia', '#sekolahakuada perempuan pakai skirt'), (25894, 53, 'Johore, Malaysia', ': They''re counting the profit they earn today! Seems like a good sum of money here in the saloon $$$'), (25895, 1219, 'Johore, Malaysia', 'I love how my day ended. #yaaaaaay!'), (25896, 1361, 'Johor Bahru, Johore', 'San francisco (Rock massive remix) ph electro !!'), (25897, 918, 'Johor Bahru, Johore', 'At Feeder Bus 913 — http://t.co/G7uVdKQg'), (25898, 2283, 'Tebrau, Johor Bahru', 'Aduhhh nak balik KL nanti acane, parents aku confirm takleh hantar sibuk jaga kakak ipar aku :('), (25899, 1694, 'Johor Bahru, Johore', '@flyinpotatoes @j_neenerz raja darling I was talking to you :p'), (25900, 5301, 'Johore, Malaysia', 'sometimes i just wanna be alone &lt;/3'), (25901, 1885, 'Johor Bahru, Johore', '@Syahmeeeee really? Which paper?'), (25902, 4823, 'Plentong, Johor Bahru', 'Yes I do ; Love you more'), (25903, 1194, 'Singapore', 'http://t.co/iKWgimKV TAETOP! &lt;3 TOP : TEACH ME HOW TO DOUGIE ;3 @msimpletontvk'), (25904, 230, 'Johor Bahru, Johore', '@muhd_farhan2 kalah la..hahaha'), (25905, 120, 'Johor Bahru, Johore', '@blurblurkat awww soo sweet :3 JYJY!! :3'), (25906, 382, 'Johor Bahru, Johore', '@tseyilingxp okay we both are lame!!! AIYO.'), (25907, 797, 'Kota Tinggi, Johore', '@EkinDiffident try using rtm'), (25908, 4227, 'Johore, Malaysia', '"Jangan buat wanita tuhh jatuh cinta kalaw anda tak cintakan dia"\n\n#sejakbilaakumacamni aku pown tak tau =='''), (25909, 4467, 'Johor Bahru, Johore', '@channel_u what it means by ''what I actually do'' then with one character? What''s meme?'), (25910, 992, 'Johor Bahru, Johore', '@10th_xinyi no lah'), (25911, 5247, 'Johore, Malaysia', '@WeiTeckCitaro All about the event right ? :D 7am right ? :D'), (25912, 5304, 'Indonesia', 'Laju gila bapak aku bwk kreta :(('), (25913, 4906, 'Singapore', '@Real_Liam_Payne Hello:) *bad start* anyways,umm hrs a question wat is the one thing that u will cling onto until the last day of ur life?'), (25914, 5305, 'Johore, Malaysia', 'Dinner at la nonna. Delicious pasta. Alfresco. Loud music blastin'' at joint beside. Feels like I am in party zone.'), (25915, 5306, 'Johore, Malaysia', 'is brought to you by the letter M and the number 3 (@ McDonald''s) http://t.co/9cLpJvl1'), (25916, 1, 'Tebrau, Johor Bahru', 'jangan pikir senang2 aku nak maafkan kau , jerit lah sekuat mane punnn . aku masih tak boleh nak maafkan kau .'), (25917, 1975, 'Plentong, Johor Bahru', 'Badan lemah tahap gaban...nk dmm ke ni?:('), (25918, 1279, 'Johor Bahru, Johore', 'You surprised me :x'), (25919, 382, 'Johor Bahru, Johore', 'My parents super #kiasu lol. June holidays the trip already booked.'), (25920, 5242, 'Malaysia', '#sekolahakuada filthy rich kids :/'), (25921, 1859, 'Johor Bahru, Johore', '@VANNNNNNS I nvr go!!'), (25922, 5284, 'Plentong, Johor Bahru', '@MohdZahriSafri baik bang bk.. Saya sampaikan utk abg k.. Hehehehe'), (25923, 943, 'Pulai, Johor Bahru', 'Nite..nite.. Aduih la hai, malam ni jugak la ada ''jiran'' aku dok bergendang dalam umah. Masa siang2 taknak bergenda... http://t.co/CkPrXDtp'), (25924, 3937, 'Tebrau, Johor Bahru', 'pipi saya dah macam belon T~T'), (25925, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE Boooo shaz! :P'), (25926, 349, 'Johor Bahru, Johore', '@Charmiann not I decide de uh. Kns. Your daddy diamond card member is it?'), (25927, 5307, 'Plentong, Johor Bahru', '@a_dli mana datang nya controller. maleh den nak boli.'), (25928, 5247, 'Johore, Malaysia', '@WeiTeckCitaro Only 3write will you be free 1 write report :D'), (25929, 3, 'Plentong, Johor Bahru', '@SyahirAnuar @muhdtaufiqsahir tknak!! nnt die beli teddybear hitam macam dia :''( aku nak teddybear slain colour kulit dia!!! *joget joget *'), (25930, 3988, 'Johor Bahru, Johore', 'Working!! -.-" bored'), (25931, 3843, 'Johor Bahru, Johore', 'I''m at Springdale Condominium (Singapore) http://t.co/YXFp5qLl'), (25932, 4704, 'Johore, Malaysia', 'I''m at Marina Bay Sands Casino (Singapore, Singapore) http://t.co/cA3V30S3'), (25933, 4823, 'Plentong, Johor Bahru', 'Where is my #asampedas!'), (25934, 63, 'Johor Bahru, Johore', 'Ikan kuning masak celok (kelar-kelar). Favourite. Lazzzzat'), (25935, 1264, 'Johore, Malaysia', 'Need to sleep. My mind going crazy again. Psychological problem TT'), (25936, 5308, 'Johore, Malaysia', '@starrychuckie @imranmisnawi Wt you invent that antidote la ! Doctor what! Hahaha!'), (25937, 1279, 'Johor Bahru, Johore', '@lourdestanzx YOU SAW RIGHT?!'), (25938, 5309, 'Riau, Indonesia', 'wtf? "National Condom Day"'), (25939, 5297, 'Johore, Malaysia', '@Mell108_tw ..Umm ya she''s part of them..'), (25940, 5304, 'Indonesia', '@AimanHakeemA seriuos bro. .'), (25941, 5310, 'Johore, Malaysia', 'Four baskets of fruits/flowers after 7 hours of being warded. Dad is so blessed! Al @ Kent Ridge Wing @ NUH http://t.co/zIVeeItV'), (25942, 5271, 'Kota Tinggi, Johore', '#nowplaying Bigbang BLUE~~~~~ IM SINGING MY BLUES~~~'), (25943, 3354, 'Johore, Malaysia', 'was suppose to be studying and i ended up slacking online'), (25944, 2689, 'Johore, Malaysia', '@deeeeelim oooo looks good! I want^^'), (25945, 1283, 'Johor Bahru, Johore', 'Pasar malam food nice only ~'), (25946, 1823, 'Plentong, Johor Bahru', 'Dinner time kikiki (@ Teraju Tomyam, Stulang Laut) [pic]: http://t.co/UaWFXb3O'), (25947, 5100, 'Johore, Malaysia', 'Just posted a photo @ Bedok Point Mall http://t.co/6DIOdGNI'), (25948, 861, 'Johore, Malaysia', 'This place damn chill. (@ Peperoni Pizzeria w/ @damnshiokplease) http://t.co/GD9pb2t4'), (25949, 5311, 'Kota Tinggi, Johore', 'Hate sunburns ...'), (25950, 4069, 'Johor Bahru, Johore', 'SLEPT FOR 4HOURS(: WHEE:D'), (25951, 3823, 'Johore, Malaysia', '@dandenial whats up? :0'), (25952, 1673, 'Johor Bahru, Johore', 'I''m at Sports Link @ Ang Mo Kio http://t.co/DgkC92nX'), (25953, 1300, 'Johor Bahru, Johore', 'I love HEE JUN HA so animated.. #bubbly'), (25954, 153, 'Johore, Malaysia', 'I''m at The Cathay Cineplex (Singapore) w/ 4 others http://t.co/hEkszFzi'), (25955, 1268, 'Johor Bahru, Johore', '@GLuozhixiangSY who cares about the rest of kpop man I only focus on one LOLL.'), (25956, 5284, 'Plentong, Johor Bahru', '@MohdZahriSafri ok.. Jgn lupa bawak baju terus.. Kira ikut saya bermalam ngan chow terus'), (25957, 5097, 'Pulai, Johor Bahru', '@HananiZolzali aku guna ipad kak syazreena. Kau tak logout kau punya twitter ~'), (25958, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing Wo yi Jing send le Ma , see how u reply LOL'), (25959, 2275, 'Singapore', 'biasa lg banyak duit jd trbang ksana ksini hahaha :D mo ikut? RT @espanolasz Jangan ath ...( ˘͡-˘͡) .. Knapa km jalan2 mulu sih'), (25960, 2908, 'Plentong, Johor Bahru', '@IrmaAfifahAtika arrisya ?? HAHAHAHAHA bukan dia sorry :)'), (25961, 5312, 'Johore, Malaysia', 'the @buymeadrinkapp girls stopped by @porn''s really? We are still trying to figur @ Porn''s - Sexy.Thai.Food http://t.co/K65JEQhG'), (25962, 5284, 'Plentong, Johor Bahru', '@sayaPELANGY shisha time dik..'), (25963, 1722, 'Johore, Malaysia', '@CyberHarpieLady Funshot! :D'), (25964, 3, 'Plentong, Johor Bahru', '@SyafuanMazwan mana boleee!! awak baby tkcomel Dia baby comel!!!'), (25965, 5313, 'Johore, Malaysia', 'Miss my BBQ food ! (@ Newton Circus Food Centre w/ 9 others) http://t.co/JnkN0acd'), (25966, 4069, 'Johor Bahru, Johore', '@Debbie_Koh Debbie. Seriously'), (25967, 2940, 'Pulai, Johor Bahru', '@zafinahz x pe aku buat2 x tau n x paham...'), (25968, 3452, 'Johore, Malaysia', 'Oh how we tried..'), (25969, 1349, 'Johor Bahru, Johore', 'Studying efc now. Tmr efc ca exam le zzz. Hope can get better result:)'), (25970, 1083, 'Johore, Malaysia', '@RusydiRosli haa kat mana'), (25971, 4478, 'Riau, Indonesia', '@vfradenarieff sabar yaa dek,cnta emg gt huhu'), (25972, 150, 'Plentong, Johor Bahru', '@MohdHakem saja nak snap2,HAHA'), (25973, 5304, 'Indonesia', 'Wakaka. . 125z nk cucuk kreta aq tk dpt :D'), (25974, 4117, 'Johore, Malaysia', 'Hahaha talaga?! Saan? How? Why? :) the world is too small! Haha RT @kaycekayce finally met sonny last night! Hehe :)'), (25975, 915, 'Johore, Malaysia', 'Final rehearsal for Saturday... (@ SLO @ Stamford Arts Centre) http://t.co/s1XoLlsH'), (25976, 915, 'Johore, Malaysia', 'I just ousted Qingfa B. as the mayor of SLO @ Stamford Arts Centre on @foursquare! http://t.co/AdWIjwHz'), (25977, 3500, 'Singapore', '@captfabrejas Hmm kenneth never say whether he going leh..... But i think got the girls~'), (25978, 376, 'Plentong, Johor Bahru', '@fedeli_omar1 ur welcome...hehe...'), (25979, 1722, 'Johore, Malaysia', '@CyberHarpieLady YES I IS SO NERVOUS!!!'), (25980, 54, 'Johore, Malaysia', '@dinowoo_ no wonder never upload the pics that we take (;'), (25981, 1194, 'Singapore', '♥ Gain &amp; Jokwon ♥ Hyung Joong &amp; Hwang Bo ♥ Yonghwa &amp; Seohyun ♥ Nichkhun &amp; Victoria ♥'), (25982, 259, 'Senai Kulai, Kulai Jaya', 'Jom makan ayam penyet...'), (25983, 349, 'Johor Bahru, Johore', 'Who wanna go food fair @ suntec tomorrow?!'), (25984, 3452, 'Johore, Malaysia', '@MahdiFatty dafugggg? LOL'), (25985, 1268, 'Johor Bahru, Johore', '@J_uxtapose hi!'), (25986, 1690, 'Johore, Malaysia', '@chechebureche16 @jajareynoso @teresaermita @melsckie nay ja saan ka??'), (25987, 46, 'Plentong, Johor Bahru', 'Raya kedua 2011 . i like blue :) http://t.co/rhyTOZYM'), (25988, 3, 'Plentong, Johor Bahru', 'agak-agak kalau aku masuk hospital ada tak orang lawat aku? *nangis*'), (25989, 2035, 'Johor Bahru, Johore', 'I''m at Blk 278 Tampines Street 22 (Singapore) http://t.co/KD3coOrI'), (25990, 795, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 8 others http://t.co/DNhCK11l'), (25991, 1083, 'Johore, Malaysia', '@Munizmaz yang!aku dh balk megu lepasla'), (25992, 275, 'Johor Bahru, Johore', 'Done dinner. Had pastamania. (@ Chloe''s Dining Room) http://t.co/zhjkE5xo'), (25993, 2097, 'Johor Bahru, Johore', 'the girl keeps staring at me at the hair salon.da Fuck? I''m to awesome is it'), (25994, 4823, 'Plentong, Johor Bahru', '@dakshaff right! twitter is a place for people to express the impression, emotion, and feelings.'), (25995, 2574, 'Johor Bahru, Johore', 'moves like Twilightlicious. “@tarastrong: Hi. I just sent a voice message using VocalTwit! http://t.co/a0aR3Kxs”'), (25996, 2041, 'Johore, Malaysia', '@helloimawesome_ u mind just gotta sync with the body'), (25997, 917, 'Johor Bahru, Johore', '@Weitinqsim HAHA. Tmr come out sg la you'), (25998, 3122, 'Johore, Malaysia', 'Loon coming home tonight, hope he bought me gifts! :)'), (25999, 5314, 'Singapore', 'In 2500 days time, I will be in NYC and the world over living out my dreams. Here''s to dreaming big. (: #2500thTweet'), (26000, 2783, 'Johor Bahru, Johore', 'I''m at 769 Food Hub http://t.co/s1B6omW8'), (26001, 3191, 'Senai Kulai, Kulai Jaya', 'Amboi kemain. Aku mana mampu nk mkn steamboat.'), (26002, 1242, 'Singapore', 'You''re different from the rest.'), (26003, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE owh..laa yeke..sianyerr diah..shaz xtau la diahh..sue pon x bgtau shaz..so shaz x tau la yg diah dmam..'), (26004, 5242, 'Malaysia', '#PeopleIWantToMeet myself from the past to stop myself from doing all the mistakes that I''ve done.'), (26005, 1778, 'Malaysia', '@biimqboice 555+'), (26006, 138, 'Plentong, Johor Bahru', '@SashaLittleMiss gomawooooo :) ajaaaaaa ajaaa hwatinggg..haha'), (26007, 5315, 'Johor Bahru, Johore', '@eSCcee pwede din dito... Dito kana mag work!'), (26008, 1279, 'Johor Bahru, Johore', '@lourdestanzx DAM UNCOMFORTABLE LA , LIONEL WAS LIKE 0.0'), (26009, 5291, 'Johor Bahru, Johore', 'I like it when things get confusing, cause it''s time to crack your brains! Teehee.'), (26010, 593, 'Johor Bahru, Johore', '@OlsenAwesome He will! Definitely will. I didn''t sleep well this few weeks. So much things happen. One shot everything came to me.'), (26011, 3725, 'Plentong, Johor Bahru', 'I''m at Kedai ''Rumah Merah'' (Johor Bahru, Johor) [pic]: http://t.co/orwMVvYG'), (26012, 172, 'Johore, Malaysia', '@StereoR_ @WongEugene eugene lose liao. rx tmr level 30 eugene level 19. HAHAHAHAH. dont buy same design as me hor! hahaha'), (26013, 1163, 'Johor Bahru, Johore', '@KinjiTaisuke oh my god.. Pls dun say that dear .. U can talk to Alee and discuss first. =('), (26014, 1194, 'Singapore', 'everytime i wanna type nichkhun and victoria, i always end up typing together khuntoria ♥♥♥'), (26015, 5316, 'Johor Bahru, Johore', 'Doing homework~~ I''m sooo hardworking!! http://t.co/ryTHcpmk'), (26016, 2305, 'Johore, Malaysia', 'Veal cheek @ Brussels Sprouts http://t.co/aV3t51eI'), (26017, 275, 'Johor Bahru, Johore', 'Done bathing (@ Chloe''s Kitchen Bathroom) http://t.co/AiS88Rwt'), (26018, 4640, 'Johor Bahru, Johore', 'I''m actually at Night Safari but 4sq is being kinda douchey. (@ Singapore Zoo w/ 2 others) http://t.co/HvcOZKnz'), (26019, 1154, 'Johore, Malaysia', '@DUMBASS_ZIYING who ah?:P haha'), (26020, 5242, 'Malaysia', '@bevfever no bitch like you'), (26021, 2415, 'Malaysia', 'คนที่สั่ง DVD ต่อจากชื่อเรา นามสกุล อินใจเอื้อ ! 5555'), (26022, 1322, 'Johore, Malaysia', 'Why are you stealin my mayor which I created for my own dreamland? :( (@  Carebear''s Dreamland ) http://t.co/D0IeL3Gn'), (26023, 3582, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 22 others http://t.co/UXgPED9t'), (26024, 4075, 'Tebrau, Johor Bahru', '@LiyanaJasmay :* wallpaper kitaaaaaaaaaa http://t.co/4ooQCLN4'), (26025, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa da juga.. Nga watpe?'), (26026, 5317, 'Johore, Malaysia', 'I''m at The Clarence Ville http://t.co/F8wO6B7S'), (26027, 3, 'Plentong, Johor Bahru', '@SyahirAnuar @muhdtaufiqsahir taknak!!!!!! aku nak yg perut dia besar :-( *hahahahahahaa*'), (26028, 5318, 'Johore, Malaysia', 'I''m at Marina Mandarin Singapore (Singapore, Singapore) w/ 2 others http://t.co/skYB2oGW'), (26029, 4502, 'Johore, Malaysia', 'I''m at Redhill Market &amp; Food Centre (Singapore, Singapore) http://t.co/DlmZ46qf'), (26030, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ it in us now. Its on it''s way. I think in 3 days time :)'), (26031, 4118, 'Pulai, Johor Bahru', 'Dine!! (@ 曾记餐馆) http://t.co/3Xh7tlft'), (26032, 2250, 'Johor Bahru, Johore', 'I''m at Giant Hypermarket (Singapore) http://t.co/kpEaWdR3'), (26033, 3340, 'Johore, Malaysia', 'Omg these macaroons are heavenlyyyyyy'), (26034, 406, 'Johor Bahru, Johore', 'They gonna be couple ^^^^^^'), (26035, 1778, 'Malaysia', '@NeayWR_Boice ใช่ เรามีความคิดที่เยี่ยมสุดๆๆๆๆ'), (26036, 406, 'Johor Bahru, Johore', 'Ilikeeee!'), (26037, 12, 'Plentong, Johor Bahru', 'You, me, ice cream? Okla minus you. Just me me me.'), (26038, 4823, 'Plentong, Johor Bahru', 'I never had a chance to speak up to you. Too bad =('), (26039, 1154, 'Johore, Malaysia', 'Wah tired Liao:( bleh'), (26040, 5242, 'Malaysia', '@AmiraLorr biasa ah zihni'), (26041, 2746, 'Johore, Malaysia', '@ScarlettKaylene @Kesterkjw kester now cant reply you , he playing game right now :D'), (26042, 1167, 'Pulai, Johor Bahru', 'Kuey tiau telur! (@ Restoran Heng Hock) http://t.co/0b7zw3Ge'), (26043, 275, 'Johor Bahru, Johore', 'Done folding the clothes (@ Chloe''s Parents Room) http://t.co/BzL3aa4f'), (26044, 5266, 'Tebrau, Johor Bahru', '#BestThingAboutBeingSingle is freedommm!!!'), (26045, 5301, 'Johore, Malaysia', 'separation may b a btr solution . because in times being single is btr than attached'), (26046, 5242, 'Malaysia', '@aaliyamokhtar like me'), (26047, 3, 'Plentong, Johor Bahru', '@SyafuanMazwan tacing? *geletek*'), (26048, 2250, 'Johor Bahru, Johore', 'Donuts :) (@ J.CO @ Junction 10) http://t.co/8BsY19oP'), (26049, 4802, 'Tebrau, Johor Bahru', '7 Petala Cinta (@ TGV Cinemas) http://t.co/tquoJq8C'), (26050, 3605, 'Johore, Malaysia', '@mawienichols LOL awww! dont worry - ill donate to the cause!'), (26051, 5319, 'Johor Bahru, Johore', 'Watching John carter . (@ Golden Village w/ 7 others) http://t.co/aixkCySn'), (26052, 405, 'Johor Bahru, Johore', 'I haven''t 18 but I probably think that I have a bike already'), (26053, 4069, 'Johor Bahru, Johore', '@Debbie_Koh OKAY. HAPPY LA. DO DANCE. WHEE'), (26054, 4459, 'Plentong, Johor Bahru', '@hasan_dean aku nak TANYA kau something ni!!!!!'), (26055, 5320, 'Singapore', '@benedictawesome hahaha yeh, as in, except for Real, Barca and Bayern.'), (26056, 3340, 'Johore, Malaysia', 'Trying out gazillion clothes in Topshop but never buying them. #life http://t.co/ckf3FiB7'), (26057, 401, 'Johore, Malaysia', '"Would the virus of our history be kept at bay by a cocktail of dollar-denominated humanism?" Shteyngart''s Absurdistan. Brilliant'), (26058, 967, 'Kota Tinggi, Johore', 'Iya mii, di BM mh lg males bkin PM..RT @IntAn_ImUtsExy: -___- ko bs y "@Kingnugraha: Ada (cont) http://t.co/CaH2oWxy'), (26059, 12, 'Plentong, Johor Bahru', 'RT @FeeKeeD: Everyone''s lookin fo mom, apparently.. A parent ly.'), (26060, 275, 'Johor Bahru, Johore', 'In the room. Using lappy. (@ Chloe''s Bedroom ♥) http://t.co/KT9vaANM'), (26061, 5291, 'Johor Bahru, Johore', 'Jealousy doesn''t help anything.'), (26062, 5321, 'Riau, Indonesia', 'Pensinya asik..'), (26063, 3, 'Plentong, Johor Bahru', '@PuteriSyaheraa tkde papelaaaa :'') missyatwin!'), (26064, 1778, 'Malaysia', '@wararat_amp เหนื่อยมากละสิถึงกลับแล้วหลับ'), (26065, 4756, 'Johore, Malaysia', 'Just posted a photo @ The Daily Scoop http://t.co/Fg6YQC5S'), (26066, 253, 'Johore, Malaysia', 'I''m at EwF by Everything with Fries (Singapore) http://t.co/Rux7HThY'), (26067, 2100, 'Johor Bahru, Johore', 'Homed (@ Edelwiess @Jurong) http://t.co/dRnUQxxp'), (26068, 3199, 'Johor Bahru, Johore', 'Very stuffy in here :('), (26069, 898, 'Johor Bahru, Johore', 'Dear pakcik wru ?? Saya dah lapar nie'), (26070, 5322, 'Johor Bahru, Johore', '@_Tks__ okay :)'), (26071, 4258, 'Johore, Malaysia', 'bumped into @MariamSaat at NUH in her green suit! hehehe.. so cute!'), (26072, 880, 'Malaysia', 'Happy Holiday!!  gonna wake up early tmrw. Picking Nadia to school for a camp.'), (26073, 4971, 'Plentong, Johor Bahru', '@DiyaaLEE hehe..agknye la kowt..hehe..shaz tgh on9 smbil dgr lgu je..diah..??'), (26074, 435, 'Singapore', '@iAttachedToKpop @InsyiraahGemok @popsywhoopsy ok !!!'), (26075, 3, 'Plentong, Johor Bahru', '@SyahirAnuar @muhdtaufiqsahir hahaaahahahahahaah ketawa sampai lebam'), (26076, 4227, 'Johore, Malaysia', '@hadyy27 takde nye. lain lah klau korang ade buat salah kat farah..'), (26077, 3358, 'Johore, Malaysia', '@JerryT9 chio. How muchiee?'), (26078, 5323, 'Johore, Malaysia', '@FriendSize afraid for tomorrow''s etude challenge ?'), (26079, 4603, 'Johor Bahru, Johore', '@MichAnthoney so far so good. At least you know how to reply. What'), (26080, 1762, 'Plentong, Johor Bahru', '@eeewenn do tell!'), (26081, 4478, 'Riau, Indonesia', '@vfradenarieff yaa kakak juga gatau critanya dk,kmrn dia gadtg skolah huaa sbr:))'), (26082, 984, 'Johor Bahru, Johore', '@byulie dun give up .. Have faith .. This are the challenges from the almighty ..'), (26083, 5324, 'Johor Bahru, Johore', '@chokimonste nie lagi lawa pade aku . But kalau kau nk beli mcm tadi nye pon okay arh http://t.co/edAf0e8H'), (26084, 5325, 'Pulai, Johor Bahru', 'I''m at Jalan Layang 2, Taman Perling (Johor Bahru, Johor) http://t.co/52P8CWrH'), (26085, 1722, 'Johore, Malaysia', '1/3 of hor fun + 1/2 can of wintermelon tea + 1/2 can of ice lemon tea = I''m full.'), (26086, 4823, 'Plentong, Johor Bahru', 'Save the last dance for me'), (26087, 4756, 'Johore, Malaysia', 'I''m at The Daily Scoop (Singapore, Singapore) http://t.co/SzAVoIwe'), (26088, 2275, 'Singapore', 'hakhakhak hayu ah, rabu ntar si ak k riau,trus malay, trus k medan trus k jkt, trus k bandung lg, sok ikut ga? :D HAHA @espanolasz'), (26089, 84, 'Johor Bahru, Johore', 'Told my sis I kinda miss camp. She say she miss me going to camp. Cause she can conquer my room!'), (26090, 3186, 'Johor Bahru, Johore', '@SitiHafidzah hehe. :)) most welcomeeeee! :)) &lt;3&lt;3&lt;3'), (26091, 5266, 'Tebrau, Johor Bahru', '@afiqahm tgh final ke now?law sabtu ni paper ye..aduii'), (26092, 5242, 'Malaysia', '@bevfever I''m only above average, unlike you Ching chongs'), (26093, 5291, 'Johor Bahru, Johore', 'The more I think of it, the more i''m hating it.'), (26094, 795, 'Johore, Malaysia', 'I''m at JurongEast (EW24/NS1) http://t.co/ptGnvJUC'), (26095, 120, 'Johor Bahru, Johore', '@JoeyDorayaki where got nonsence'), (26096, 63, 'Johor Bahru, Johore', '@Amiribena ni. Pena mkn? Hahai http://t.co/JGTGpf7q'), (26097, 1279, 'Johor Bahru, Johore', '@lourdestanzx What''s that'), (26098, 3340, 'Johore, Malaysia', '@Anysnysnys I''m going to bugis tomorrow. I can get 2 crop tops for you with rm50. Boleh? :)'), (26099, 880, 'Malaysia', '@syaimaaaa u online Kik kah? Me kan chat wah '), (26100, 4467, 'Johor Bahru, Johore', 'Yay, going to made meme^^'), (26101, 2545, 'Johore, Malaysia', 'Best kept secret (@ First Stop Cafe, Holland V) http://t.co/zj7ggdHV'), (26102, 5242, 'Malaysia', '@aaliyamokhtar shorttt skirtt'), (26103, 3664, 'Plentong, Johor Bahru', 'Heaven! (@ Tip-top Ikan Bakar) http://t.co/HjSTMf0Z'), (26104, 3945, 'Kota Tinggi, Johore', 'How do 5 gays walk? .... In One Direction.'), (26105, 4977, 'Malaysia', 'I''m at สิทธิ์เจริญราดหน้าเนื้อเด้ง (Hatyai, Songkhla) http://t.co/pSeXTuMF'), (26106, 2673, 'Malaysia', '@zaihuddyแล้วว มึง อา ?'), (26107, 4768, 'Johor Bahru, Johore', 'After one hour of crying and thinking.. i thought that u gave me ur trust by showing me things u shouldnt. forgive me.'), (26108, 5148, 'Johore, Malaysia', 'I''m at Share Tea 歇脚亭 (Singapore) http://t.co/yCQIcLDo'), (26109, 3388, 'Johor Bahru, Johore', 'I''m at Bus Stop [63249] (Singapore) http://t.co/oYLUUdby'), (26110, 4823, 'Plentong, Johor Bahru', '#np tunggu sekejap by #noh'), (26111, 1778, 'Malaysia', '@NeayWR_Boice *จับมือตอบ*'), (26112, 4016, 'Johor Bahru, Johore', '#cabonara @ Liquids Cafe http://t.co/bpG24JgH'), (26113, 5326, 'Malaysia', 'คนเดียวชิลๆ @ ร้านกุ๊กปุ๊ย (อาหารตามสั่ง) http://t.co/Eef5VdSF'), (26114, 377, 'Johor Bahru, Johore', '@derppp_ (Y)! Didn''t give him a nickname? Eating some chocolate cake thingy now.'), (26115, 4478, 'Riau, Indonesia', 'kangolangma RT @karinaninuuneno: p o l a ciek lu'), (26116, 196, 'Johore, Malaysia', 'Awesome outing with @Evolruoyemllet_ &amp; @Jerwaynehtw! Have so much laughter and talked about the past, fun day. ^^'), (26117, 5320, 'Singapore', '@blackheartesJ what if some weird stalker texts you. OOOOOOOOOOOOHHHHHHHHHHHHHHHHHHHHHHHH'), (26118, 1300, 'Johor Bahru, Johore', 'HEEJUN is so animated.. Haha so cute :-)'), (26119, 4069, 'Johor Bahru, Johore', '@Debbie_Koh *dont know what the hell that is but acting crazy* YES DEBBIE BOOM SHAKALAKA'), (26120, 5225, 'Johor Bahru, Johore', 'I''m at Tampines Block 717 (Singapore) http://t.co/Blx49mp8'), (26121, 1690, 'Johore, Malaysia', '@melsckie @chechebureche16 @jajareynoso @teresaermita ma post bga sa fb.... Kaya lg d ako makatag... Shoits..'), (26122, 5327, 'Johor Bahru, Johore', 'Here with Aiman while Hubby go NUH visit his mom &amp; obek. (@ KNK Klan Abode) http://t.co/OTkqK9Ou'), (26123, 3945, 'Johor Bahru, Johore', '@ChikaaFeqaa ouh.. Akai lappy ke hp?'), (26124, 5328, 'Johor Bahru, Johore', '有街市! (at Serangon MRT Station) [pic] — http://t.co/byNr8OfS'), (26125, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ yeah. Its a long story hehe. I have been tracking it everyday. Today is its last day in us. So excited hehe'), (26126, 3336, 'Pulai, Johor Bahru', 'I''m at Sri Jaya Village (Johor Bahru, Johor) http://t.co/4pBKxebM'), (26127, 1194, 'Singapore', 'U made me feel secure today ♥ But I m still scared yeah torlolol.'), (26128, 5225, 'Johor Bahru, Johore', 'I''m at Michelle Crib. ❤ http://t.co/uKKDEpxM'), (26129, 5329, 'Giant Hypermarket Leisure Mall, Plentong', 'Groceries shopping~ @this_is_prata @nalluryq @emmelinemiley (@ Giant Leisure Mall-) http://t.co/2MtdONfD'), (26130, 1371, 'Johore, Malaysia', '@sharon_cuneta12 @iamCullen17 tama po yan,kasi kayo Mega never nagsalita against them,u kept your silence on the issue.'), (26131, 5242, 'Malaysia', '#sekolahakuada kerusi dan table.'), (26132, 3452, 'Johore, Malaysia', '@ohmysofiaa waaaaaaaaaaaaah'), (26133, 5207, 'Johore, Malaysia', '@WhyteConfession no la I at kl'), (26134, 2014, 'Johor Bahru, Johore', 'I love soya bean drink!'), (26135, 669, 'Johore, Malaysia', 'I''m at Japanese Gourmet Town @ Vivocity http://t.co/WERqVCyK'), (26136, 172, 'Johore, Malaysia', '@StereoR_ @wongeugene the design like mine?'), (26137, 4534, 'Johor Bahru, Johore', 'going to do homework tmr!!!'), (26138, 4823, 'Plentong, Johor Bahru', 'Welcome to #lalaland everybody'), (26139, 1958, 'Johor Bahru, Johore', 'I''m at LuvLiLady''s Crib.. http://t.co/XoUc0YAL'), (26140, 37, 'Johore, Malaysia', 'I''ve just realized that me and @TheRealGrimmie were born on March 12. Well, Happy belated birthday Christina #muchlove xx'), (26141, 5330, 'Johor Bahru, Johore', 'I''m at Kovan Heartland Mall (Singapore, Singapore) http://t.co/QDxsIm1V'), (26142, 46, 'Plentong, Johor Bahru', '@SyazrahHassims amboi . hye jugek adek omel omel omel omel &lt;3'), (26143, 755, 'Johor Bahru, Johore', '@yuanjie_89 eh you into k pop uh shorty??'), (26144, 967, 'Kota Tinggi, Johore', 'Uuuuu baby, baby to wild world.. http://t.co/0s5sdZKG'), (26145, 1430, 'Riau, Indonesia', '("╯_╰)╭ makin cuek kamu yah !! so oke fine ┒(⌣˛⌣)┎'), (26146, 2471, 'Johor Bahru, Johore', 'I''m at Baby''s crib! :) http://t.co/oL3LCfyI'), (26147, 3191, 'Senai Kulai, Kulai Jaya', '@azrinijaafar aku rasa aku pn kurg kelsiyum.'), (26148, 2979, 'Johor Bahru, Johore', 'I can be With you.'), (26149, 4014, 'Johor Bahru, Johore', 'I''m at Century Square (Singapore, Singapore) w/ 2 others http://t.co/42vWVWa3'), (26150, 2652, 'Johor Bahru, Johore', '@xiaowang123 ))):kkay'), (26151, 5161, 'Johor Bahru, Johore', 'If you were to buy a CAMERA now, what brand and model? I need SERIOUS HELP 0:)'), (26152, 4069, 'Johor Bahru, Johore', 'I LOVE MY BLOG. BUT NEVER UPDATE'), (26153, 5331, 'Johore, Malaysia', 'Prelim papers finally over~ On my way home for Unriddle 2.'), (26154, 5332, 'Plentong, Johor Bahru', 'Night session.. (@ Clark Hatch Excite w/ 2 others) http://t.co/zG9vtGjw'), (26155, 5238, 'Indonesia', 'Brnk mhaaa nee smbil ngtwitt ,, !!! :P\nWq pang ap d''plh ?? RT @Tharie_yiyie'), (26156, 4160, 'Johor Bahru, Johore', 'I''m at Brick Side, Lake Front, Punggol Park http://t.co/6O2fVBy1'), (26157, 1194, 'Singapore', '@bunnybaby1315 ikr cant be separated ♥ LOVETHEM AND MISSTHEM ♥'), (26158, 394, 'Johore, Malaysia', '@nyonyakinah yup. Acca'), (26159, 376, 'Plentong, Johor Bahru', '따끈따끈 &gt;ㅂ&lt; http://t.co/pGUnRHSH http://t.co/gSuUDsdy http://t.co/eKc0DvU0 -- fitrah_zaini (@fitrah_zaini)'), (26160, 14, 'Johor Bahru, Johore', 'Okay seriously need to do my homework now grrrr'), (26161, 1885, 'Johor Bahru, Johore', '@Syahmeeeee Damn it lh'), (26162, 2275, 'Singapore', 'buset, bilangin om asep siah -.- serem amat :p RT @espanolasz Pngn sambil nonjok km gni baca ni twit "'), (26163, 967, 'Kota Tinggi, Johore', 'I''m at Rocky hill field http://t.co/1h6XtSxk'), (26164, 4729, 'Johore, Malaysia', 'Dessert time! @ KuiShin-Bo @ Suntec City Mall http://t.co/ral3miSC'), (26165, 288, 'Johore, Malaysia', 'I''m at 336, Ubi Avenue 1 http://t.co/waVLkNyr'), (26166, 4534, 'Johor Bahru, Johore', 'i miss watching step up 3 with xhe band already. we had so much fun, didn''t we?'), (26167, 5333, 'Johor Bahru, Johore', 'With fhir now :)(: (@ Pondok 8 @ Tampines Ave 5) http://t.co/KxV8AQwi'), (26168, 898, 'Johor Bahru, Johore', 'Alamak grandpa...how to celebrate and eat many2 on sunday when you have no teeth ?'), (26169, 5334, 'Plentong, Johor Bahru', 'Celebrate kejayaan pusing dunia! (@ Food Court Kg Melayu) http://t.co/zHtSBMFu'), (26170, 1205, 'Johore, Malaysia', 'yeah i can''t afford.'), (26171, 54, 'Johore, Malaysia', '@dolphinekpop Chey!!!'), (26172, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @lkmariquit @rinabanana @sheslley level up gd ang kakapoy! hows life dra?'), (26173, 755, 'Johor Bahru, Johore', '@AminAyub @izzoth @ahmadmurtadha Weee~ eh I miss you guys la!!! &lt;3'), (26174, 5242, 'Malaysia', '#BestThingAboutBeingSingle IM RICHER THAN MY FRIENDS WHO ARE IN A RELATIONSHIP'), (26175, 4478, 'Riau, Indonesia', '@vfradenarieff masa gatau sih dek?tau pasti.masa sparah itu dia ndk tau ndk mungkin!!'), (26176, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing LOL BEEN VERY LONG SINCE THAT HAPPENED LOLOL'), (26177, 5009, 'Johor Bahru, Johore', 'I want to watch devil inside me . Pls oh pls .'), (26178, 63, 'Johor Bahru, Johore', 'Time to roll you pimples like a meat. Dayyum http://t.co/SUoL8QcI'), (26179, 1556, 'Singapore', 'Too many people playing Draw something with me.'), (26180, 4069, 'Johor Bahru, Johore', '@Candykqx WAH. SCARY. SCARY'), (26181, 5322, 'Johor Bahru, Johore', '@_Tks__ really ??'), (26182, 5335, 'Johore, Malaysia', 'All-day long @ Kompong Phluk - Floating Village http://t.co/ESThf74V'), (26183, 5203, 'Johor Bahru, Johore', '#nowplaying- Warwick Avenue'), (26184, 5336, 'Plentong, Johor Bahru', '在我以为你是我在这个是世界上所遇到的真心朋友,但到现在我才知道并不是,你一直在利用我,或许我应该重新审核我和你真正的关系。。。'), (26185, 5337, 'Kota Tinggi, Johore', 'I''m at Blk 664C, Jurong West St 64, Singapore 643664 http://t.co/loTt05X8'), (26186, 1094, 'Plentong, Johor Bahru', 'Just checked in at Giant. Shopping part 1 4 my Nepalese + Flores. Either 1 round at 1 go @ twice shopping 2nite.\n\nHurmmm !!'), (26187, 1210, 'Johore, Malaysia', '@HannahCouzens haha sorry! ;-) I will soon be boarding a 14 flight, so I doubt you''re jealous of that.'), (26188, 196, 'Johor Bahru, Johore', 'Shall plan another outing at sentosa!'), (26189, 5242, 'Malaysia', '@aaliyamokhtar mana Ada lagi short Dari Sri garden'), (26190, 3452, 'Johore, Malaysia', 'Proving someone you love that you can find someone better thinking that you can make them jealous but only pushes them further.'), (26191, 1556, 'Singapore', 'I just focus on people who have more than 10 turns with me'), (26192, 5242, 'Malaysia', '@bevfever no u'), (26193, 1662, 'Johore, Malaysia', 'I''m at My Piggeh Room  (Singapore) http://t.co/w01HsAVd'), (26194, 4534, 'Johor Bahru, Johore', 'i hate periods!'), (26195, 2940, 'Pulai, Johor Bahru', 'Pelaburan harini RM25... sigh! diketuai oleh my big bird http://t.co/cjaSk8vT'), (26196, 560, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre w/ @yellowpampers http://t.co/1SF42NCW'), (26197, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa ouh..'), (26198, 5277, 'Kota Tinggi, Johore', 'SHAWOLELF ONLINE? RT me'), (26199, 5206, 'Indonesia', 'aishh bb cap nggomek ancen -,-"'), (26200, 288, 'Johore, Malaysia', 'Eating guilingao :) (@ Andreaa''s Cave!) http://t.co/XA2nu6Am'), (26201, 22, 'Singapore', '@syaifaaaaa Bolehhh :))'), (26202, 5013, 'Malaysia', 'พาหม่อมแม่กับเสด็จพอมาเลี้ยงงง (@ ครัวต้นตาล) http://t.co/0BRwN2AT'), (26203, 1779, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 9 others http://t.co/MmKZ0B3U'), (26204, 4467, 'Johor Bahru, Johore', '@channel_u the meme thing we need to do base on show Hand? Pictures based on show hand info based on show hand?'), (26205, 377, 'Johor Bahru, Johore', '@derppp_ Bad.Ass. http://t.co/2oCDNqpX'), (26206, 593, 'Johor Bahru, Johore', '“@CosyMossie: Treasure moments”'), (26207, 2689, 'Johore, Malaysia', '@YunCaiKEN blah( hmp =3='), (26208, 3191, 'Senai Kulai, Kulai Jaya', '@heyShahzan @akmal89 katateh corner kt mne ? Pas isyak aku amik korg'), (26209, 5338, 'Johor Bahru, Johore', '@uehara_chi why watch movie alone? So emo?'), (26210, 2954, 'Kota Tinggi, Johore', '@adrenaaa you scare of him leh :) hahaad'), (26211, 927, 'Johore, Malaysia', 'RT @AudiFashionFest: Audi Fashion Festival newly revamped website, have a look: http://t.co/w0X4FtXS'), (26212, 1268, 'Johor Bahru, Johore', '@Vpxnluvz why never come today!'), (26213, 5339, 'Kota Tinggi, Johore', 'Dinner ^^ (@ Jurong Point w/ 24 others) http://t.co/HbpHOij3'), (26214, 4534, 'Johor Bahru, Johore', '@ArvinthPs No probs! C:'), (26215, 1279, 'Johor Bahru, Johore', '@heyhihoe u play Jubeat?'), (26216, 5206, 'Indonesia', 'cuss nonton PAA'), (26217, 5247, 'Johore, Malaysia', '@WeiTeckCitaro Okay la :P still same event no different :D'), (26218, 3937, 'Tebrau, Johor Bahru', 'how can ahhh suddenly i miss him for no reason.........'), (26219, 5242, 'Malaysia', '“@AmiraLorr: #sekolahakuada aku” LOL'), (26220, 5263, 'Johor Bahru, Johore', 'Shouldn''t have left netball.'), (26221, 593, 'Johor Bahru, Johore', '@OlsenAwesome until everything is totally settle down then I can rest more.'), (26222, 5340, 'Johor Bahru, Johore', 'I''m at home sweet home !  (Singapore) http://t.co/KzTiAjB0'), (26223, 1765, 'Pulai, Johor Bahru', 'Buying food for the unexpected guests. (@ Restoran Zunita Rabu) http://t.co/j7fZI6P3'), (26224, 5341, 'Johor Bahru, Johore', 'I''m at Ci Yuan CC (Singapore) http://t.co/mDyOWy5H'), (26225, 1307, 'Johor Bahru, Johore', 'Drinks anyone? (@ Goldenhill Park Condo) [pic]: http://t.co/cquBsztc'), (26226, 4534, 'Johor Bahru, Johore', 'we are young. glee. #np'), (26227, 3739, 'Johore, Malaysia', 'Trying Bakso Mee (@ You &amp; Mee Noodle Place) http://t.co/zQFswX1T'), (26228, 5206, 'Indonesia', 'someone not perfect'), (26229, 3817, 'Johore, Malaysia', '@slopeysloperidz @ryanhatescyan @rumbleroar95 @simple_panda @kearneyyl AGAIN (@ Eighteen Chefs) http://t.co/AJFksSTk'), (26230, 5342, 'Johore, Malaysia', '@Cik_SriMas amboiii...protect siap..mung tweettttyy ngn sape nie'), (26231, 3582, 'Johor Bahru, Johore', 'Beverages pls (@ Gong Cha 贡茶) http://t.co/seR32Gui'), (26232, 440, 'Johor Bahru, Johore', 'Hmmm...'), (26233, 172, 'Johore, Malaysia', '@CELENENG @Celinewang_ shoot back, say" i top scholar how can u shoot me! u top scholar anot?!" hahahaha'), (26234, 5343, 'Johore, Malaysia', 'めっちゃ食ったー!ノルウェー産サーモン刺身を9皿食べちゃったw http://t.co/VlSYZEQC'), (26235, 116, 'Johor Bahru, Johore', 'transfer # 1 (@ Sengkang MRT/LRT Station (NE16/STC) w/ 4 others) http://t.co/ceYZfOwU'), (26236, 3191, 'Senai Kulai, Kulai Jaya', '@heyShahzan @akmal89 ngek. Ckp la kat paklah tu. Hahaha ok. Lepas isyak tau. Aku amik akmal dlu'), (26237, 5242, 'Malaysia', '@aaliyamokhtar uhm duhh that''s why'), (26238, 1279, 'Johor Bahru, Johore', '@lourdestanzx POKE ME NOT ENOUGH?!'), (26239, 1194, 'Singapore', '@bunnybaby1315 true soon i will -.- it;s like 13k people siol :OO'), (26240, 4478, 'Riau, Indonesia', 'tukangpolaangma RT@karinaninuuneno: a cek ang ko? RT @IlfaAzlyani kangolangma RT @karinaninuuneno: p o l a ciek lu'), (26241, 5284, 'Plentong, Johor Bahru', '@sayaPELANGY turun jb kita shisha k'), (26242, 5344, 'Johor Bahru, Johore', 'With @Jywj (@ Jerry''s BBQ &amp; Grill) http://t.co/FIVqzoUb'), (26243, 3592, 'Johore, Malaysia', 'jeans &amp; jacket :) (@ UNIQLO) http://t.co/b0Pg7o8x'), (26244, 5342, 'Johore, Malaysia', 'mau jadi isteri setenang malam...ameen.'), (26245, 3161, 'Johor Bahru, Johore', 'Dinner (@ K-Kampung Muslim Seafood) http://t.co/E1SzzXpH'), (26246, 5338, 'Johor Bahru, Johore', 'Waited 1 hour plus for my haircut! :('), (26247, 1109, 'Johor Bahru, Johore', '@P_UPPYLOXE Miotv or wat?'), (26248, 4823, 'Plentong, Johor Bahru', 'Kini masuklah waktu fardu solat insya bagi kawasan singapura,johor bahru dan kawasan kawasan yang sewaktu dengannya'), (26249, 1094, 'Plentong, Johor Bahru', 'Wanna safe time, try 2 do it at 1 go &amp; squeeze everything in this medium trolley.\n Let''s try bebeh..'), (26250, 797, 'Kota Tinggi, Johore', '@ethanjonathan shut up!!!'), (26251, 1194, 'Singapore', '@bunnybaby1315 IKR 100+ I DONT MIND WATCHING♥'), (26252, 5345, 'Pizza Hut - Taman Johor Jaya, Plentong', 'Nk mkn ape ek?? (@ Pizza Hut) http://t.co/h8HPaanz'), (26253, 5044, 'Plentong, Johor Bahru', 'Yeeahhh gomol homework!!!!'), (26254, 2940, 'Pulai, Johor Bahru', 'http://t.co/ex9JvhNR'), (26255, 3, 'Plentong, Johor Bahru', '@NazihahAhda alaaaa commelnyaaa :'') hehe thankyou sayang :*'), (26256, 2264, 'Johor Bahru, Johore', 'Dinner (@ Sri Bistari Changi Village) http://t.co/mQ3GW7HZ'), (26257, 5346, 'Johor Bahru, Johore', 'Back to the U.K....fun times in asia.'), (26258, 864, 'Johor Bahru, Johore', 'Had a hard time deciding what to wear #girlsproblem'), (26259, 1556, 'Singapore', '@ahdonnng really draw super detail!'), (26260, 5347, 'Johor Bahru, Johore', '@Laiweichang tmr de game how? Gt enough players??'), (26261, 172, 'Johore, Malaysia', 'I wanna go shopping. But i gave my money to my mom. Y OH Y I SO SMART.'), (26262, 259, 'Senai Kulai, Kulai Jaya', '@TutySalwa tp xleh lawan sambal sabah as ok...feberet tuh...kalo lepak umh dia wajib request :)'), (26263, 3989, 'Johore, Malaysia', 'Bitch,come at me bro'), (26264, 377, 'Johor Bahru, Johore', '@derppp_ Badass = Nido. Scrochass= Growlithe. Useless = Paras. Rapist = Hypno'), (26265, 5348, 'Malaysia', 'I''m at N'' Ploy'' S Home http://t.co/Rmft0Lee'), (26266, 1462, 'Johore, Malaysia', 'Stupid bitch!!! Tsk me?? Tsk your hai la. #fb'), (26267, 4534, 'Johor Bahru, Johore', 'nothing comes that easy unless you make zhe effort to keep on trying &amp; believe in yourself.'), (26268, 5349, 'Johor Bahru, Johore', 'Im at'), (26269, 2940, 'Pulai, Johor Bahru', 'http://t.co/CI2qD3RP'), (26270, 280, 'Johor Bahru, Johore', 'Finally~ (@ Bus 109) http://t.co/PZ0Dc20r'), (26271, 2275, 'Singapore', '-.- enknya yg udah nikah, sunnahnya dpt pahala RT @espanolasz Om asep mu sunnah dlu'), (26272, 5294, 'Malaysia', '@nongmildky นอนกลางวันนนน หลับตั้งแต่ บ่ายสามได้ 555555'), (26273, 2979, 'Johor Bahru, Johore', '@witheringdreams lol? !'), (26274, 2710, 'Singapore', 'OHMAIGOD #SooHyun1stSolo GO U KISSSSSSSSSS HWAITING! Whoopdeeeeedooo! :)'), (26275, 5350, 'Johore, Malaysia', 'Warwick Avenue by @iamduffymusic, from #SoundHound with LiveLyrics™ http://t.co/5487XrgJ'), (26276, 3075, 'Johor Bahru, Johore', '╭∩╮( ̄▽ ̄)╭∩╮\nTis is fr those ppl who don''t knw how to reply ur damn freaking Hp!'), (26277, 3452, 'Johore, Malaysia', 'Only you can change yourself , people around can only influence you.'), (26278, 5351, 'Singapore', '@alisyahamran hello babe!&lt;3'), (26279, 1242, 'Singapore', 'Imagine. Braces. Rainbow on top. Black/white below.'), (26280, 172, 'Johore, Malaysia', 'bodoh sial'), (26281, 5352, 'Johor Bahru, Johore', 'I''m at Blk 213 Petir Road http://t.co/dUrZDP0z'), (26282, 847, 'Johor Bahru, Johore', 'Love ameliarity mwaah mwaah'), (26283, 1331, 'Johor Bahru, Johore', 'In A Relationship Its Not About Not Making Mistakes Its About Making Mistakes and Being Able To Overcome Them...'), (26284, 2954, 'Kota Tinggi, Johore', '@adrenaaa lol Hahahas come luhs my fat hands'), (26285, 5243, 'Kota Tinggi, Johore', '@pamela_merc @yutinggal @cressilda @miumiuna got lah u walk so fast'), (26286, 2275, 'Singapore', 'hahaha tau saja :D @flawlessvai'), (26287, 830, 'Johore, Malaysia', 'I''m at Blk 23 St George''s road http://t.co/xeGIcR8K'), (26288, 2689, 'Johore, Malaysia', '@YunCaiKEN :((((( smack u ! Ate le ma!'), (26289, 2438, 'Johor Bahru, Johore', 'Ugh, boring...'), (26290, 5242, 'Malaysia', '#sekolahakuada principle matsaleh'), (26291, 4478, 'Riau, Indonesia', '@vfradenarieff ndeh sabar yaa dek,kakak tau kok km cocok sm ara:))'), (26292, 472, 'Johor Bahru, Johore', 'Knn the shop closed down alr..'), (26293, 4996, 'Johor Bahru, Johore', 'You don''t know how much I hate her when she tried to flirt you.'), (26294, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa nga ddk2 je.. Tktau nk watpe?'), (26295, 285, 'Johor Bahru, Johore', 'Tell the world I''m coming home ♥ http://t.co/N80ymHSV'), (26296, 3, 'Plentong, Johor Bahru', '@PuteriSyaheraa haah aku ada netball :''/ balik ptang mesti dh penat Tnggu naik sch jlaaa Kau tu lah! sombong sngat dgn aku --'''), (26297, 1194, 'Singapore', 'http://t.co/YUKo19Z2 &lt;3'), (26298, 472, 'Johor Bahru, Johore', 'Waste my time man..'), (26299, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing ALL IN THE PAST~'), (26300, 830, 'Johore, Malaysia', 'I''m at Bendemeer Secondary School http://t.co/jAoCZqvQ'), (26301, 1709, 'Dataran Bandaraya, Plentong', 'I''m at Medan Steamboat Luton Van Dataran Bandaraya (Johor Bahru, Johor) http://t.co/BRMzyGpZ'), (26302, 859, 'Johor Bahru, Johore', 'kenduri arwah!! (@ Block 924) http://t.co/wGqw1xvr'), (26303, 4069, 'Johor Bahru, Johore', '@Candykqx BELL. PUSSY IN THE WELL'), (26304, 120, 'Johor Bahru, Johore', '@blurblurkat o.o ._." my bad ;X'), (26305, 4318, 'Singapore', 'Live life today. Tomorrow isnt promised.'), (26306, 5354, 'Johore, Malaysia', 'Rainbow roll @ Sushi Tei http://t.co/B3ehQaoI'), (26307, 1682, 'Johore, Malaysia', 'Watching point of entry now!'), (26308, 1694, 'Johor Bahru, Johore', '@j_neenerz @flyinpotatoes my dear janeen. I''ve not known you well enough to call you pet names. So how about we get round to changing that?'), (26309, 880, 'Malaysia', '“@OhBertieG: #PeopleIWantToMeet @Bertwg97”'), (26310, 1194, 'Singapore', '@bunnybaby1315 YEAH. those that got fb lah :x'), (26311, 472, 'Johor Bahru, Johore', 'Now at west mall walk2'), (26312, 1310, 'Johor Bahru, Johore', 'She certainly enjoy today. When shes happy, im happy too. ((:'), (26313, 4080, 'Johor Bahru, Johore', 'I''m at Blk 858 Woodlands St 83 http://t.co/mTy22Td1'), (26314, 967, 'Kota Tinggi, Johore', 'Emg couple di BM nampak orng philiphine y mii ???RT @IntAn_ImUtsExy: Cieee pst dSuruh dHps ama s (cont) http://t.co/glNzH07z'), (26315, 1556, 'Singapore', '@AbhishekDGAFD main dgn kamu...sound wrong...lol'), (26316, 214, 'Johore, Malaysia', 'I''m at KOI Café (Singapore) http://t.co/3xJzStQ1'), (26317, 3004, 'Johore, Malaysia', 'I''m at Artichoke Café + Bar (Singapore, Singapore) http://t.co/RdshSeqg'), (26318, 830, 'Johore, Malaysia', 'I''m at St Wilfrid sports complex http://t.co/9chI2CiS'), (26319, 2578, 'Johor Bahru, Johore', 'I''m at Rumbia LRT Station (SE2) (Singapore, Singapore) http://t.co/m38p8746'), (26320, 1264, 'Johore, Malaysia', 'Movie ended already #2Lclassouting , mind going crazy'), (26321, 1769, 'Johore, Malaysia', 'To changi airport (@ Tanah Merah MRT Interchange (EW4) w/ @ndrewthebeauty) http://t.co/zdjI6ytN'), (26322, 4251, 'Malaysia', 'กับพี่นนท์~ (@ ศูนย์อาหารศรีตรัง) http://t.co/nWoRzcDX'), (26323, 560, 'Johor Bahru, Johore', 'I''m at Subway (Singapore, Singapore) http://t.co/vGJJb0po'), (26324, 1279, 'Johor Bahru, Johore', '@lourdestanzx I know la ! Kidding only~'), (26325, 2940, 'Pulai, Johor Bahru', 'Semangat!!! http://t.co/dazhGRhk'), (26326, 5323, 'Johore, Malaysia', 'Bored...'), (26327, 3191, 'Senai Kulai, Kulai Jaya', '@akmal89 @heyShahzan aku gerak aku roger la. Aku bkn pesen msg time drive. Bahahahaha'), (26328, 295, 'Johor Bahru, Johore', 'And Jesus answered them, saying, The hour is come, that the Son of man should be glorified.'), (26329, 3452, 'Johore, Malaysia', 'Duration about a Relationship isn''t important ,It''s about the Love keeps both parties together.'), (26330, 4478, 'Riau, Indonesia', 'wkwk hayuum dong :$ RT @tessaaMRD: udah juga mut hehe RT @IlfaAzlyani: udh dunn, kakakcantik? RT @tessaaMRD: udah'), (26331, 1118, 'Johor Bahru, Johore', 'Kak @DyVaNata how a U??? I miss u*peyuk'), (26332, 2979, 'Johor Bahru, Johore', 'Time pass so much. When we together.'), (26333, 1421, 'Singapore', '@pinkfrost5 T_T'), (26334, 3388, 'Johor Bahru, Johore', 'I''m at Hougang Ave3 Blk18 http://t.co/QXqZT01H'), (26335, 5316, 'Johor Bahru, Johore', '@ZhouJin_ 为什么阿!'), (26336, 5242, 'Malaysia', '@bevfever okay bevillionaire.'), (26337, 116, 'Johor Bahru, Johore', '@ramie2003 awwwww. Treat? LOL'), (26338, 5010, 'Johore, Malaysia', '@JAYYYSIAAH i saw it more than once alr lolllll'), (26339, 3592, 'Johore, Malaysia', 'no toms, this''ll do :) (@ Vans) http://t.co/6OaMSXE2'), (26340, 4534, 'Johor Bahru, Johore', '"@raynaaael @hxjeje @NurulSyafiqa11 HAHAHAHA sharing one jacket because it was too cold with @hxjeje and @nurulsyafiqa11 xD"'), (26341, 5355, 'Johore, Malaysia', 'I''m at Hai Tien Lo 海天楼 (Singapore, Singapore) http://t.co/EUFyywoH'), (26342, 847, 'Johor Bahru, Johore', 'Guess what ? my college is jealous seeing me with my girlfriend.. You are gorgeous love! Happy to have you in my life!'), (26343, 1205, 'Johore, Malaysia', 'i''ll wait. even if it takes a life time.'), (26344, 3388, 'Johor Bahru, Johore', 'I''m at Adeline''s computer table http://t.co/uMJgpwuv'), (26345, 46, 'Plentong, Johor Bahru', '@azieraziezie hahahaha . adnan speaking macam tak berterabur lagi kan . haha :D'), (26346, 3896, 'Johore, Malaysia', 'Hate it when the cigarette smell stay on the shirts'), (26347, 3191, 'Senai Kulai, Kulai Jaya', 'Ramai pn bertiga je la ngek. Hahaha'), (26348, 5356, 'Plentong, Johor Bahru', 'Bismillah. Dinner with friends @borneocafe. :)'), (26349, 3543, 'Johore, Malaysia', '为什么人在拥有的时候不好好珍惜等到失去了才来后悔。'), (26350, 5357, 'Singapore', 'Watched LORAX ! so cute !'), (26351, 1626, 'Johor Bahru, Johore', 'Grandmother always gives me money &gt;&lt; http://t.co/she5NBOp'), (26352, 3896, 'Johore, Malaysia', '@NJingxian fuck you lah'), (26353, 1210, 'Johore, Malaysia', '@HannahCouzens work again. Same old :-('), (26354, 5358, 'Plentong, Johor Bahru', 'Shopping! (@ Jusco Bukit Indah Johor Bahru) http://t.co/aXBgmGA7'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (26355, 5266, 'Tebrau, Johor Bahru', '@afiqahm yeke..tak tahu lorh u final sampai bp hb?'), (26356, 3, 'Plentong, Johor Bahru', '@SyahirAnuar blanja aku coolblog!! hntr dpan rumah :D'), (26357, 1331, 'Johor Bahru, Johore', '@WanFlizzow Winston pe hot atau Menthol???'), (26358, 46, 'Plentong, Johor Bahru', '@SyazrahHassims haha baru adil . hihi XD ngah tweet ajeee . adek ?'), (26359, 1556, 'Singapore', 'Dear all, please draw something less offensive. Some draw spoon like a sperm'), (26360, 4227, 'Johore, Malaysia', 'out. makan. sembahyang :)'), (26361, 440, 'Johor Bahru, Johore', 'OMG. I hate homework.'), (26362, 1205, 'Johore, Malaysia', '@AmirulParker try your best please. hopefully. thanks.'), (26363, 54, 'Johore, Malaysia', '@_Jesusbeloved (; yeahhhh'), (26364, 802, 'Johor Bahru, Johore', 'I''m at Bus Stop 77281 (Blk 740) (Pasir Ris, Singapore) http://t.co/iDX0wJTw'), (26365, 440, 'Johor Bahru, Johore', 'No mood sia'), (26366, 172, 'Johore, Malaysia', 'Thanks. RT @Rachelbites: Well done RT @NOTSAPAO: I wanna go shopping. But i gave my money to my mom. Y OH Y I SO SMART.'), (26367, 5359, 'Johore, Malaysia', 'I''m at Banquet w/ @nabilazlkrnain http://t.co/fACuXKno'), (26368, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE Apa kau shaz??? Hahhaha'), (26369, 295, 'Johor Bahru, Johore', 'And I, if I be lifted up from the earth, will draw all men unto me. (John 12:32)'), (26370, 400, 'Johor Bahru, Johore', 'Sian! Hope my dad reach before me!'), (26371, 5242, 'Malaysia', '@danielzak6 tengok yang barunya haha'), (26372, 3, 'Plentong, Johor Bahru', '@Ejadddd pegilah check --'''), (26373, 4534, 'Johor Bahru, Johore', '"@Mcflurry03 In class now, using @hxjeje phone to tweet since she''s not using... ^^"'), (26374, 1279, 'Johor Bahru, Johore', '@heyhihoe u play Jubeat at century?'), (26375, 3479, 'Johore, Malaysia', 'I''m at Buona Vista MRT Interchange (EW21/CC22) (Singapore, Singapore) w/ 2 others http://t.co/4OVmD3b5'), (26376, 3262, 'Johore, Malaysia', 'I''m at Jayz''s habitation http://t.co/MO7yucp1'), (26377, 377, 'Johor Bahru, Johore', '@derppp_ It was a bitch to catch cuz every one I encountered used roar -.-'), (26378, 5360, 'Johore, Malaysia', 'Blasting music inside the room seriously makes me feel better ...'), (26379, 5041, 'Singapore', '- @shashacandy @goldenjayden @KINGYAAANN @kucing02: there''s band tomorrow at 7pm-9pm. see you guys. SPREAD please.'), (26380, 880, 'Malaysia', '#PeopleIWantToMeet Dominic Herman &amp; Cody Simpson &amp; Bertie Gilbert &amp; Mateen.'), (26381, 54, 'Johore, Malaysia', '@sexayeandiknwit pretty (;'), (26382, 4577, 'Johor Bahru, Johore', 'Fucking shuey -.- Go Kofu there play bball also will see ''em . ._.'), (26383, 3452, 'Johore, Malaysia', 'Waiting for a Crush that doesn''t like you is like Hoping for something that will never happen.'), (26384, 5112, 'Malaysia', '@_GDRAGONBOTTH โกธรปะเนี่ย -3-?'), (26385, 712, 'Singapore', '@beastdwlove_ already email eh? :/'), (26386, 5297, 'Johore, Malaysia', '@Mell108_tw N of cos some other people from meh class last year n before.'), (26387, 795, 'Kota Tinggi, Johore', 'I''m at Boon Lay Bus Interchange (Singapore, Singapore) w/ 4 others http://t.co/ugY7G5JJ'), (26388, 4681, 'Johor Bahru, Johore', 'Opened the mailbox, mom opened my bill, asking me why this month is 29.90.. /:'), (26389, 839, 'Johor Bahru, Johore', '@nanallove haha alright only if there happens to be a next time:). How''s everything:)?'), (26390, 5361, 'Malaysia', 'เย็นตาโฟที่อร่อยที่สุด&lt;3 #คหสต (@ เล่าอึ้งเย็นตาโฟ) http://t.co/fRZ0qgS7'), (26391, 289, 'Johore, Malaysia', 'Dad playing guitar in my room. \nMe : ( talked in a damn slang tone ) Excuse me if you don''t mind , I needa take a shit. \nDad : -.-'), (26392, 4781, 'Johor Bahru, Johore', 'Forgot to bring Hse key'), (26393, 1194, 'Singapore', '@bunnybaby1315 IKR THAT PERSON MSUT BE MADSOME. ._. another grp also sec 1 unite, 19k !'), (26394, 5362, 'Johore, Malaysia', 'Now the bio tuition abit.... So fast! I normal leh! Not express! Thanks arh that boy!-.-'), (26395, 898, 'Johor Bahru, Johore', '@LittleMousyy hii :)'), (26396, 5363, 'Johor Bahru, Johore', 'Yay! Outside my condo there got Pasar Malam! #UhUhSiol'), (26397, 1310, 'Johor Bahru, Johore', '@shawtypearl Future talk?'), (26398, 2918, 'Johore, Malaysia', 'Gonna bath n sleep!!!'), (26399, 4577, 'Johor Bahru, Johore', 'At 188 playing Basketball just now :D'), (26400, 398, 'Johor Bahru, Johore', 'I have no idea what to do now....'), (26401, 3592, 'Johore, Malaysia', 'Dinnneerrr! (@ KFC) http://t.co/EJvk199H'), (26402, 5237, 'Johore, Malaysia', 'shop @ 313@Somerset http://t.co/gnAmfMCE'), (26403, 2712, 'Johore, Malaysia', '@JasrianJ june holiday nk ride'), (26404, 172, 'Johore, Malaysia', '@tingquan @WongEugene @StereoR_ rx, dont buy my design black one. cause that one is tq one.'), (26405, 3457, 'Johor Bahru, Johore', 'Boom Shakalaka! #nowplaying'), (26406, 5242, 'Malaysia', 'I''m at PREP(Setiawangsa) Learning Centre (Kuala Lumpur, Malaysia) http://t.co/QKQJg9pr'), (26407, 4584, 'Johor Bahru, Johore', 'I''m at Chi Yuan Coffee | 祭源咖啡 (Serangoon North, Singapore) http://t.co/P6fVuKdh'), (26408, 361, 'Senai Kulai, Kulai Jaya', '@KhairilAnuar xmahu email. I want it to be real. Hehe :-P'), (26409, 3543, 'Johore, Malaysia', 'When I saw him make me think of YOU. I miss you....'), (26410, 5364, 'Johor Bahru, Johore', '@Sheryllim_ eh pai seh I c wrong.haas.'), (26411, 4892, 'Johore, Malaysia', 'Just 30 mins lets go... (@ Bedok Swimming Complex w/ 2 others) http://t.co/ZxKxYS1R'), (26412, 5297, 'Johore, Malaysia', 'Don''t know to miss or to Forget.'), (26413, 5350, 'Johore, Malaysia', 'Rolling in the Deep (Live from iTunes Festival: London 2011) by @linkinpark, from #SoundHound http://t.co/WB3ekeht'), (26414, 138, 'Plentong, Johor Bahru', 'Tolong jangan pakse spend money banyak sngt ini hari.kewangan yg kukuh dah runtuh lepas habis bli brg asgmnt..'), (26415, 5266, 'Tebrau, Johor Bahru', '@izzatyayub aah bosan...bosan...bosannn..hahaha'), (26416, 1205, 'Johore, Malaysia', '@InsyiraahGemok but, not addictive.'), (26417, 55, 'Johore, Malaysia', 'Laughing at @IsaacChuwy''s horrible.attempts at drawing spinach HAHAHA'), (26418, 2439, 'Johore, Malaysia', 'Wednesday, I''m going to miss school on Wednesday. :('), (26419, 3318, 'Johore, Malaysia', '@iamMrsGonzy hahaha gusto ko ipatry sa kanya pork tapa :)))'), (26420, 349, 'Johor Bahru, Johore', 'Want go food fair tomo At suntec? @sherlynwsm @aijoueunice @helloiamxinhui @ANGZHIYONG @PeiYeeThePiglet @Kiandalyn @Ohzhizhong @NicholasYap3'), (26421, 172, 'Johore, Malaysia', 'that denim shirt so nice.......'), (26422, 839, 'Johor Bahru, Johore', 'Soccer twice a day I must be mad:)'), (26423, 5351, 'Singapore', '@alisyahamran Idm babeh!'), (26424, 5365, 'Malaysia', 'I''m at เล่าอึ้งเย็นตาโฟ w/ @o0icezzzaa0o http://t.co/2IN5kPoK'), (26425, 1774, 'Tebrau, Johor Bahru', 'Car car car car car.... OMg!! \nStress'), (26426, 5366, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 21 others http://t.co/FQ7YtfpC'), (26427, 5041, 'Singapore', '- woo hoo! i got easter chocolate from Hotel Chocolat. =]'), (26428, 1556, 'Singapore', 'I have so many things to do but I just have no mood.'), (26429, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 omg ikr. so despo sia....'), (26430, 5238, 'Indonesia', 'RT @PEPATAHKU Hubungan yang benar itu... Mencintai tanpa syarat... Memberi tanpa alasan... Mempedulikan tanpa berharap...(*^▽^*)'), (26431, 4478, 'Riau, Indonesia', 'tu yoo tu (y) sia ang ola? RT @karinaninuuneno: bialah dang dr pdo kanai pola ancak mamola RT @IlfaAzlyani tukangpolaangm'), (26432, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing which guy? LOL'), (26433, 5203, 'Johor Bahru, Johore', 'My hearts skips a beat every time I see you. My heart beats a million times faster every time you stand next to me.'), (26434, 4577, 'Johor Bahru, Johore', 'Now waiting for bus go home ^^ Tomorrow Tongue Piercing , needa rest more ^~^'), (26435, 1419, 'Johor Bahru, Johore', 'I''m at Tampines BLK 433 http://t.co/WSbRGP8K'), (26436, 1300, 'Johor Bahru, Johore', 'KPOP STAR hunt.. Owww i wanna join.. And go to korea.. Is it?'), (26437, 5041, 'Singapore', '@o____0____o: so fast?!'), (26438, 5367, 'Riau, Indonesia', 'apa tu....'), (26439, 568, 'Johore, Malaysia', '@nixxxy aawww namiss ko st.jude!!!:('), (26440, 5368, 'Malaysia', 'selamat malam semua yang mana buka program ini'), (26441, 1419, 'Johor Bahru, Johore', 'I''m at Living Room  http://t.co/o0wPFXh4'), (26442, 349, 'Johor Bahru, Johore', '@sherlynwsm @aijoueunice why not!!!! ): if no people go I ask my parents go. LOL'), (26443, 4534, 'Johor Bahru, Johore', '@raynaaael @NurulSyafiqa11 yeah. heh. And sleeping by zhe benches last night. Awesome. &lt;: &lt;3"'), (26444, 1774, 'Tebrau, Johor Bahru', 'Just reach home'), (26445, 1748, 'Pulai, Johor Bahru', 'I''m at Mc Donald''s @ Perling Mall (Johor Bahru, Johor) http://t.co/Rwsbp8Le'), (26446, 880, 'Malaysia', 'No nice movies kah tonight? American Idol is boring since Simon Cowell was leaving.'), (26447, 5266, 'Tebrau, Johor Bahru', '@ysmnizdh go go meen..u can do it!!'), (26448, 1205, 'Johore, Malaysia', 'how long will i live on this earth, i keep pondering over it.'), (26449, 2655, 'Johor Bahru, Johore', 'Home n mee pok time! Office at 930 tml den gym all e way b4 home to pack stuff! &lt;3'), (26450, 1774, 'Tebrau, Johor Bahru', 'My day goes to car again..\nHmmmm...'), (26451, 5242, 'Malaysia', '@bevfever I''m good at giving others nickname but not myself'), (26452, 5369, 'Johor Bahru, Johore', 'Juliana''s thoughts on path is making me miss the times at sch and the hangout with the clique!'), (26453, 5356, 'Plentong, Johor Bahru', '@Damia_Karim wah...statement...letuuup... ;) #like'), (26454, 5371, 'Plentong, Johor Bahru', 'I bought something that my siblings will be happy for.. :) im happy too =) #THEBESTSIATE'), (26455, 3645, 'Johore, Malaysia', 'It''s been a looong time since I had Indian meal. And my favourite Indian Rojak (Y) http://t.co/EG1xuaJI'), (26456, 1331, 'Johor Bahru, Johore', 'Hmmm Woman in Black sounds interesting movie...Should I watch it tmr w my friends???'), (26457, 3973, 'Johore, Malaysia', '@YingYingSmiling lol!! U werking full shift?...serious meh ?'), (26458, 4780, 'Riau, Indonesia', '@fennyameliia Fen. MM 1-20n udh siap? foto abis tu tag ke fb aku la. coz punyaku sam si uthe :('), (26459, 4405, 'Johore, Malaysia', 'Dinner, white radish soup @ Five Star Hainanese Chicken Rice http://t.co/5OkRHxun'), (26460, 377, 'Johor Bahru, Johore', '@derppp_ I had to use rapist to hypnotize it. And then caught it with a regular pokeball~'), (26461, 172, 'Johore, Malaysia', '@tingquan @wongeugene @stereor_ he said he want buy the april shirt la.'), (26462, 3612, 'Johore, Malaysia', 'I''m at Dhoby Ghaut MRT Interchange (CC1/NE6/NS24) (Singapore, Singapore) w/ 5 others http://t.co/OxczK4mn'), (26463, 5372, 'Johore, Malaysia', 'TSKTSKTSK... http://t.co/rK0fxljC'), (26464, 1497, 'Johor Bahru, Johore', 'Dinner~'), (26465, 5144, 'Johor Bahru, Johore', '@atyyqahlalala hahaha but its okay honey muahh muahh haha i dont mind:)'), (26466, 5373, 'Johor Bahru, Johore', 'I''m at Bus Interchange Berth 168 (Singapore) http://t.co/KZYK8iH2'), (26467, 384, 'Malaysia', '@TUAN_TH จะไปไหน--?'), (26468, 2979, 'Johor Bahru, Johore', 'Annoying sia, My phone keep got sounds abt got mails. Siann.'), (26469, 1560, 'Plentong, Johor Bahru', 'I hate people who talk about their night life online. What''s the point ? Who you trying to attract? It just makes you look immature.'), (26470, 68, 'Johore, Malaysia', 'Blue light stick ! &lt;3 (@ Blk 351 Clementi Ave 2) [pic]: http://t.co/0iZYbvWZ'), (26471, 5242, 'Malaysia', '@LeTroublemaker Nabil naidu? LOL'), (26472, 37, 'Johore, Malaysia', 'She will fall again. And again.'), (26473, 4575, 'Johor Bahru, Johore', 'I''m at Newcourt :) http://t.co/kWMuw14U'), (26474, 5374, 'Kota Tinggi, Johore', 'Fellowshipping with CG.. :) (@ Nihon Mura @ Jurong West Sport Complex) [pic]: http://t.co/ncYcBWYu'), (26475, 880, 'Malaysia', 'I wish  “@TheseDamnQuote: You text him, he doesn''t text back. He was obviously so excited that you texted him that he fainted.”'), (26476, 4951, 'Riau, Indonesia', '? RT @fadh_diabolic tidak ada respon. paling malas kerja, klo org y gk bisa di ajak co-operative gini.. #NoResponse'), (26477, 2275, 'Singapore', 'udah gede gini -.- @espanolasz'), (26478, 2227, 'Johor Bahru, Johore', 'Fifa street so far best. :)'), (26479, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing POOO POOO'), (26480, 5263, 'Johor Bahru, Johore', '@dacrazyweirdone check school website.'), (26481, 4069, 'Tebrau, Johor Bahru', '@Debbie_Koh don''t want what?'), (26482, 4681, 'Johor Bahru, Johore', '@tripodmonster my phone bill~'), (26483, 5206, 'Indonesia', 'jangan samasamain aku sama dia , kita berbeda kita tak sama kita tak searah ._.'), (26484, 2784, 'Johor Bahru, Johore', 'I''m at R E N E E '' S H O M E http://t.co/djngUU3M'), (26485, 2524, 'Johor Bahru, Johore', 'Finally ,\nI done all my homework .\nHURRRRRRAY :D !'), (26486, 1497, 'Johor Bahru, Johore', '@ReinaTaeminnie OIIII'), (26487, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE ntah diahilang ke mana entah...hahaha'), (26488, 3457, 'Johor Bahru, Johore', '@zlkhspmc My alarm ringtone is fantastic baby! ^~^'), (26489, 349, 'Johor Bahru, Johore', '@helloiamxinhui @aijoueunice let''s go!!!'), (26490, 4781, 'Johor Bahru, Johore', '@fernnny chill chill!'), (26491, 4094, 'Singapore', '@jascurtissmith , what time airing ng nandito ako dyan sa philippines?'), (26492, 4996, 'Johor Bahru, Johore', '#PeopleIWantToMeet @OnlyNoah @NaomiNeo_ @speishi !'), (26493, 2330, 'Johor Bahru, Johore', 'Sigh... Idk, seems like im wasting my time away..'), (26494, 377, 'Johor Bahru, Johore', '@belindadrs Jadul gila.. Belum, besok. Gak banyak to?'), (26495, 2990, 'Johor Bahru, Johore', '@shaweewor Gee thanks!'), (26496, 5375, 'Johore, Malaysia', 'シンガポールの人道支援団体マーシーリリーフがどんな風に日本を支援したか説明中。 http://t.co/56Yq7b9F'), (26497, 5242, 'Malaysia', '@madihahnikfuad ponteng lagi la tu'), (26498, 5376, 'Johore, Malaysia', 'Kau kutok aku macam aku takde perasaan gitu .'), (26499, 3582, 'Johor Bahru, Johore', 'Almost there (@ South View LRT Station (BP2)) http://t.co/VWSFrtzR'), (26500, 5193, 'Singapore', '@BABYITSZELO Break my heart :('), (26501, 3896, 'Johore, Malaysia', '@NJingxian know what?'), (26502, 186, 'Johor Bahru, Johore', '@Lil_Whack woah thanks yo homiie'), (26503, 5153, 'Johore, Malaysia', 'Dinner with mates (@ PastaMania w/ 2 others) http://t.co/vx9lJCD2'), (26504, 1207, 'Johore, Malaysia', 'I''m at Carl''s Jr. (Singapore, Singapore) http://t.co/XJtXnMkG'), (26505, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh woah means i cant have eh? xDD they damn despo, take the grp as dating site HAHAHA.'), (26506, 5375, 'Johore, Malaysia', '仕事とはいえ、ちょっと酔っ払っての参加は申し訳ない。'), (26507, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing u like that tweet , shud be guy de ma LOL'), (26508, 4659, 'Riau, Indonesia', '@helensafitrigc alhamdulillah baik helen;;)'), (26509, 2655, 'Johor Bahru, Johore', 'Poor bb sick in hk. Miss him so much! Can''t wait to see him tml! @cliftonseah'), (26510, 46, 'Plentong, Johor Bahru', '@azieraziezie hahahaha . macam tak 8 juta lagi kan kutipan movie tuuu .'), (26511, 4959, 'Johor Bahru, Johore', '@norainihashim hee.. Lum Kak..Nanti lps kelas ni..tqs for ur concern too..Wink*'), (26512, 3173, 'Johore, Malaysia', '@dhanyaraam Tats some nice &amp; good guidelines Raam !! Something new. Haha .. :))'), (26513, 3, 'Plentong, Johor Bahru', 'dinner!! sotong masak hitamm yeayyyyeayyy!!! :D *joget zapin*'), (26514, 4478, 'Riau, Indonesia', '@vfradenarieff aip hrs bisa yakin klo ara psti kmbali sama aip.jgn pts asa ya dek.'), (26515, 37, 'Johore, Malaysia', 'Dare to believe that God is in control.'), (26516, 2587, 'Johor Bahru, Johore', '@2NE1GLOBAL tired and lazy'), (26517, 1194, 'Singapore', '@bunnybaby1315 yeahhhhh ._.'), (26518, 3, 'Plentong, Johor Bahru', '@RazaliIzzuddin staying up all night is a good time to release tension hahaha lol'), (26519, 1922, 'Johor Bahru, Johore', '@richardperolina @airni28 @jasonhalago @jeddaumento @garybeyds kulang s sampal mo Tsip...'), (26520, 1560, 'Plentong, Johor Bahru', 'Saya cinta many.'), (26521, 46, 'Plentong, Johor Bahru', '@SyazrahHassims amboii . penad ? baru balik dari hang eaa ?'), (26522, 5377, 'Kota Tinggi, Johore', 'Anong dekada na ba? Mas lalo akong nagkakasakit na sa tagal ng pila. [pic]: http://t.co/dfp2a27d'), (26523, 186, 'Johor Bahru, Johore', '@xoxorange people already so angry/sad already, it''ll be so cruel..'), (26524, 5203, 'Johor Bahru, Johore', 'You will never know how much I love you coz'' I may never pluck up enough courage to confess.'), (26525, 4870, 'Johore, Malaysia', 'Having (@ McDonald''s) http://t.co/cnFe2MK7'), (26526, 4478, 'Riau, Indonesia', 'ehehe kujuga haruuuum :$ RT @tessaaMRD: Iyaaadoong wkwka :$$RT @IlfaAzlyani: wkwk hayuum dong :$ RT @tessaaMRD: uda'), (26527, 2574, 'Johor Bahru, Johore', 'Went to TP coursemates meetup. Not bad except camwhoring females.'), (26528, 3070, 'Johor Bahru, Johore', 'Love a home cool meal (@ Blk 121 Rivervale Drive) http://t.co/jT5YVJTh'), (26529, 712, 'Singapore', '@beastdwlove_ oh really?? weird... how about sms me?'), (26530, 5087, 'Indonesia', 'jika ingin dihargai..\nhargailah orang lain. ☺'), (26531, 5242, 'Malaysia', '@bevfever Dandan is the best I could think of that''s not lame'), (26532, 880, 'Malaysia', 'Let''s play game '), (26533, 1357, 'Johor Bahru, Johore', '#nowplaying Yoü And I'), (26534, 46, 'Plentong, Johor Bahru', 'oh joharaaaaaaaaaaaaaa !'), (26535, 115, 'Indonesia', 'some1 said: U are first person brave leaving me..\n\nsaya bilang, baguslah, biar kau tdk bangga dgn reputasi ''buruk''mu..'), (26536, 1012, 'Johore, Malaysia', 'Dinner with my team ❤ (@ Gourmet Paradise w/ 2 others) http://t.co/4CzusIeK'), (26537, 2587, 'Johor Bahru, Johore', '@_BIGBANGisVIP @BBSGVIP @bigbangupdates @GDragonSG @iBigBang http://t.co/JKJtRWLM'), (26538, 2432, 'Johor Bahru, Johore', '@Sixthsensex Zzzz u bake for me la'), (26539, 361, 'Senai Kulai, Kulai Jaya', '@ssyafika sila rujuk kak @KRhannajoe dia expert psl phd master nih. Dia suggest u go for phd ja'), (26540, 3937, 'Tebrau, Johor Bahru', '@zulfahamnie meh ler dtg, ada nasi ambang lagi tau.'), (26541, 5360, 'Johore, Malaysia', 'Hate being the eldest.'), (26542, 186, 'Johor Bahru, Johore', '@VYXT Act innocent only haha hi limbu'), (26543, 5378, 'Plentong, Johor Bahru', '@NurSyakila94 hahaha .. bole... ana bg free jew..'), (26544, 4534, 'Johor Bahru, Johore', 'hai. sedar diri sikit tu ye? sebelum nak marah &amp; buang angin pat org lain. pikir 2 kali.'), (26545, 5242, 'Malaysia', '@FernandoClemmyy jelly'), (26546, 717, 'Riau, Indonesia', '@meydikhagassani yakin??'), (26547, 1347, 'Johor Bahru, Johore', 'Saw Shamini'), (26548, 1977, 'Pulai, Johor Bahru', 'Persediaan untuk Marathon (@ San Gym) http://t.co/3b1edpRe'), (26549, 5206, 'Indonesia', 'lapoan se ben ketemu mliriki aku ae -,- kajange nyokot ta ?'), (26550, 63, 'Johor Bahru, Johore', '@DearUlayyis lauk peberet atok ngeson. Otai boyan http://t.co/krPgi0O0'), (26551, 4534, 'Johor Bahru, Johore', 'pakai otak sikit lah.'), (26552, 961, 'Senai Kulai, Kulai Jaya', 'I''m at Arked K9 (Skudai, Johor) http://t.co/4O8rV1ID'), (26553, 795, 'Kota Tinggi, Johore', 'I''m at Jurong Point (Singapore, Singapore) w/ 22 others http://t.co/6heOBGb0'), (26554, 377, 'Johor Bahru, Johore', '@derppp_ Don''t think I''m gonna play tomorrow.. gotta do homework :('), (26555, 5266, 'Tebrau, Johor Bahru', '@izzatyayub bbm ramai peminat..tak bosanlah..ye dak..hahaha'), (26556, 186, 'Johor Bahru, Johore', '@gwennyteoky don''t call me idiotic leh :('), (26557, 1031, 'Tebrau, Johor Bahru', '#selamatmalam# (@ Nabila bedroom) http://t.co/UzE7Z59s'), (26558, 172, 'Johore, Malaysia', 'I threw a wish in a well, dont ask me i wont tell.'), (26559, 4069, 'Johor Bahru, Johore', '@Debbie_Koh DONT KNOW WHAT YOU MEAN BY CUTE SO OKAY(: #gdragon'), (26560, 1643, 'Johor Bahru, Johore', 'Niushan? Ahaha, okayokay. Cow Mountain. XD'), (26561, 2993, 'Johor Bahru, Johore', 'I''m at Macdonalds @ rp http://t.co/2MwfJI73'), (26562, 2793, 'Johor Bahru, Johore', 'Wake up everyday stronger than yesterday, face your fears and wipe your tears.'), (26563, 5379, 'Johore, Malaysia', 'Gong gong shell fish @ Sin Huat Eating House http://t.co/eoLaasch'), (26564, 1447, 'Senai Kulai, Kulai Jaya', 'Isya'' (@ Masjid Sultan Ismail) http://t.co/TDSGlPCH'), (26565, 1497, 'Johor Bahru, Johore', 'Hweeenehneh是白痴,她华文很烂'), (26566, 1462, 'Johore, Malaysia', '@ailengmiao u mean u had another proton that caught fire too? Omg. Hope my car dun catch fire haha. Choi choi. U safe then ok la.'), (26567, 150, 'Plentong, Johor Bahru', '#santapanmalamini rendang daging bonda tersyang,kenyang gilaa,alhamdulillah,thanks mum,now keluar then waiting for MU games tonight :)'), (26568, 4996, 'Johor Bahru, Johore', 'I shan''t disturb him since he''s working . Gonna annoy other people.'), (26569, 5381, 'Plentong, Johor Bahru', 'Bleh lawan kueh udang alor gajah ke ni...hehe (@ Kuih udang Alor Gajah(Restoran Osman)) http://t.co/U8tLnYMo'), (26570, 5376, 'Johore, Malaysia', 'Tak boleh stop nanges sia . :''('), (26571, 1137, 'Tebrau, Johor Bahru', 'And please stop thinking that we''re forfeiting old times.'), (26572, 1560, 'Plentong, Johor Bahru', 'Sushi taste so gooddddd! (Y)'), (26573, 1083, 'Johore, Malaysia', 'Singapura @ Esplanade On The Waterfront http://t.co/PfFbRVHl'), (26574, 5382, 'Johore, Malaysia', 'hi.imissyou.'), (26575, 4870, 'Johore, Malaysia', 'Having mie dinner with siblings (: (@ McDonald''s w/ 2 others) http://t.co/yLnaLKCM'), (26576, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @lkmariquit @rinabanana @sheslley dri ya dw pinas ang clema! po ga inulan ya sbng abe ko gne summer na! haha'), (26577, 5383, 'Johore, Malaysia', '@gorgeousaimee you mean http://t.co/wv5KtHYY don''t you?'), (26578, 5351, 'Singapore', '@alisyahamran oioioi! follow me lehh!'), (26579, 172, 'Johore, Malaysia', 'Hey i just met u, but this is crazy. Here''s my number so call me maybe.'), (26580, 1778, 'Malaysia', '@wararat_amp ต้องเหนื่อยอยู่แหละ ทัวร์คอนแบบไม่ยั้งเลย'), (26581, 2432, 'Johor Bahru, Johore', '@JunkangJK I study till sept nia thn work 3months'), (26582, 63, 'Johor Bahru, Johore', 'Jangan sampai start bobal boyan balik. Hah nnt aku tnye2 mak aku psl word ni word tu...'), (26583, 5368, 'Malaysia', '@cutazlina malam buat apatu...boleh kenalan'), (26584, 5304, 'Indonesia', '@AimanHakeemA projek ? Lai sri lalang :D'), (26585, 440, 'Johor Bahru, Johore', '@TheEntertainerX compared to them D: omg. Yeah luh, one year more *-* must get backGWH'), (26586, 3, 'Plentong, Johor Bahru', '@PuteriSyaheraa hm yelaaaa -.-'), (26587, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 yeah micoooo :&gt; heh. xDD'), (26588, 5203, 'Johor Bahru, Johore', 'I know something you don''t.. i love you with allmy heart and I can safely say I have never felt this way about anyone. You are my everything'), (26589, 5384, 'Pulai, Johor Bahru', 'I''m at Perdana Terrace (Skudai, Johor) http://t.co/62ev7HlG'), (26590, 5385, 'Johor Bahru, Johore', 'The talk finally ended!! Finally!!! Can''t stand those monkeys inside!!!!'), (26591, 3, 'Plentong, Johor Bahru', '@NazihahAhda mmang tngah putus harapan punn :''('), (26592, 1137, 'Tebrau, Johor Bahru', 'You know you can''t go far'), (26593, 5386, 'Pulai, Johor Bahru', 'Tq baby syah love u!!!'), (26594, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz nerds! They don''t!'), (26595, 5387, 'Johor Bahru, Johore', 'Serangoon kitty is friendly! (at Block 529 Serangoon North Avenue 4) [vid] — http://t.co/QtuxPZ4v'), (26596, 4010, 'Singapore', 'menanti hari esok.'), (26597, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing THAT GUY WHO CALLED U?'), (26598, 55, 'Johore, Malaysia', '@euxuanlin LOL YOU CAN COME MY HOUSE :)'), (26599, 4924, 'Plentong, Johor Bahru', '@XuShanQing umm who u going with?'), (26600, 4478, 'Riau, Indonesia', '#BestThingAboutBeingSingle bersama orangtua'), (26601, 115, 'Indonesia', 'emangnya kalo cewek tdk aneh? RT @_Risdamaris Aneh lihat cowok pelukan di motor.. ckckc'), (26602, 4996, 'Johor Bahru, Johore', '#SometimesYouHaveTo stop judging..'), (26603, 613, 'Johor Bahru, Johore', 'Need to focus. Focus. Focus. Hocus. Pocus. Poof'), (26604, 5388, 'Johor Bahru, Johore', '@ELGINLIM KARMA'), (26605, 4799, 'Johore, Malaysia', '@carlasolis Ok! Slow ko. =))'), (26606, 4985, 'Plentong, Johor Bahru', '@DinulNaim yeke ? hee puhless laa dinul :)'), (26607, 2587, 'Johor Bahru, Johore', 'hmm lazy agn......-_-zar!!!!!!!!!ohcholago!!!!?!!'), (26608, 5266, 'Tebrau, Johor Bahru', 'What happen to my sister..too anoying lahh...'), (26609, 4459, 'Plentong, Johor Bahru', '@__kHAIRULaZRIE @Shazleenatasha Sumpah ayie mcm hot. Hahahaha'), (26610, 37, 'Johore, Malaysia', 'And then you will feel so low till you can''t feel anything.'), (26611, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh HAHAHA:D yeahhh. xD ROFL HABBO. STOOPID GAME SIA.XD'), (26612, 1778, 'Malaysia', '@NeayWR_Boice เล่นเฟส ทวิต ฟังเพลงและเกม'), (26613, 3, 'Plentong, Johor Bahru', '@Ejadddd ke gila? mcm tuan dia lol'), (26614, 4069, 'Johor Bahru, Johore', '@Candykqx @whattalkingme @llinyi CRAZY. WHERE GOT 20 ONE. THEN LATER HOW TO CARRY THE FOETUS AROUND? USE TROLLEY ARH? LATER HER BACK BREAK'), (26615, 568, 'Johore, Malaysia', '@izyoboyDjP just keep on chasing P!haha nagkita kami ni jo dito sa sg.hehe'), (26616, 5203, 'Johor Bahru, Johore', '#nowplaying-poker face(acoustic)'), (26617, 1966, 'Johore, Malaysia', '@3dimensionL haha your classmates give fake news . U should pretend ghost go scared min. Ahaha ;0'), (26618, 399, 'Johor Bahru, Johore', '“@BloodyOvaries: Sorry he''s mine. Go away woman.”'), (26619, 5389, 'Johore, Malaysia', 'How long does it take to make popiah? It''s been 30 minutes. Some old @ Rojak @ Bedok Interchange Foodcourt http://t.co/LplTlypo'), (26620, 967, 'Kota Tinggi, Johore', 'Liat dlu gh di BM.. DP''y sma orng mna..RT @IntAn_ImUtsExy: Sering gnti2 gt sih, apa org kamerun gt? (cont) http://t.co/lbgJu1MW'), (26621, 5206, 'Indonesia', 'ya mangkane ngomongo aku salah opo X_X nek meneng ae mosok roh yoan aku!'), (26622, 4534, 'Johor Bahru, Johore', '@raynaaael @NurulSyafiqa11 i thought she didn''t order?? Ö Hahaha, cute sey. Waitwait. Then... Zzzzzzzz. xD"'), (26623, 902, 'Johor Bahru, Johore', 'True that!! ;D“@SyafiqMattthew: jaymee ong why u so hot? your accent so damn sexy”'), (26624, 3452, 'Johore, Malaysia', '"You are like the shining stars in the night whenever you''re around , surrounds me with such warm embrace."'), (26625, 4940, 'Indonesia', 'One for the @BBC_Wonders family album http://t.co/QzFru7BN'), (26626, 5390, 'Plentong, Johor Bahru', 'Tirin dy. Bilala mse nk abeh.hee. @myrashakira beb em phne silent em org st hegeh sket ske drag mse (cont) http://t.co/veId0Swr'), (26627, 5391, 'Johor Bahru, Johore', 'Lepak with Aisyah , Fatin , Hucen (@ Woodlands Civic Centre) http://t.co/tWxiyKpF'), (26628, 1194, 'Singapore', '@bunnybaby1315 IKR AND THE TOPICS ON THE GRP -.- SONES, SNSD, JB, GFBF WOAHCTI XD'), (26629, 932, 'Johor Bahru, Johore', 'Can''t believe I was a shooting spree with those pinoys just now. :O'), (26630, 2014, 'Johor Bahru, Johore', '@linsonlze OK linson de white.'), (26631, 5263, 'Johor Bahru, Johore', '@steph_songsari @dacrazyweirdone @idreamfantasy do on twitter very difficult leh.'), (26632, 5368, 'Malaysia', '@matleetour89 sekarang di mana'), (26633, 186, 'Johor Bahru, Johore', '@xoxorange but I really want to see someone do it...'), (26634, 5392, 'Johore, Malaysia', 'Guides camp :D (@ Raffles Girls'' School (Secondary)) http://t.co/sTtpnwDU'), (26635, 3452, 'Johore, Malaysia', '@sara_B2ST :))) hehe'), (26636, 298, 'Johore, Malaysia', '@KohKohCruNchhh Omg , so bad ! ;x'), (26637, 4069, 'Johor Bahru, Johore', '@KizraTZJ no. My birthday happens once every year. What you mean?'), (26638, 5206, 'Indonesia', 'haha aneh" ae'), (26639, 2068, 'Singapore', '@kaaaaaixin Aw man :/'), (26640, 291, 'Johor Bahru, Johore', '@EeyenLim practice enough?'), (26641, 172, 'Johore, Malaysia', '@StereoR_ @tingquan @wongeugene yep. idk if is tq or who, but i rmb someone have.'), (26642, 289, 'Johore, Malaysia', 'Constipation wtf.'), (26643, 2799, 'Plentong, Johor Bahru', 'I''m at Malaysia-JB Custom (Johor Bahru, Johor) http://t.co/Vf3rLW8D'), (26644, 5196, 'Johore, Malaysia', '“@AnilGujaraTi: Dear shirt, I fell in love with... I hate you. Sincerely, just saw the price tag.” @Gastambide69 hahaha'), (26645, 5382, 'Johore, Malaysia', '"@GirlsNotebook: I hide all my problems behind my smile. Behind my smile is a world of pain. You think you know me, but you have no idea."'), (26646, 22, 'Singapore', '@syaifaaaaa @SyarifahElla 10 tepat or 10 lebih ?'), (26647, 2202, 'Johore, Malaysia', 'Let''s hope for the better tmrw.'), (26648, 2776, 'Johor Bahru, Johore', '@akosipuppydan papi, message mo flight details sakin ni karen. Time, arrival terminal &amp; number siguro nya. Baka di kami magkita e, hhehe'), (26649, 1376, 'Johor Bahru, Johore', '“@STcom: US boy, 3, dies after shooting self in the head with gun he found in car http://t.co/2prW3681” tragically stupid.'), (26650, 5328, 'Johor Bahru, Johore', 'Oh wow. Thanks for the support. (at 89 Zion Rd 双喜煮炒 Siang Hee Seafood) [pic] — http://t.co/rFk0NU5A'), (26651, 2482, 'Johor Bahru, Johore', '@pjabcd hahahaha why so sad Sia sis'), (26652, 5112, 'Malaysia', 'ที่บอกว่าเด็กไทยอ่านหนังสือปีนึงไม่เกินหกบรรทัดเนี่ยบ้าป่าว ยังไงก่อนสอบก็อ่านมากกว่าหกบรรทัดละว้าาา'), (26653, 5393, 'Johor Bahru, Johore', '@PewpOnYour____ apahal kena maki?'), (26654, 4318, 'Singapore', 'I love school but I hate learning &gt;&lt;'), (26655, 5242, 'Malaysia', '@bevfever your god sounds goooood'), (26656, 2443, 'Johore, Malaysia', '@iquoteswagger97 @irealjordan fk u'), (26657, 4478, 'Riau, Indonesia', '@vfradenarieff iyaa aip, tu iyaa tuu (y) hehe'), (26658, 5078, 'Johor Bahru, Johore', '15more mins!! (@ Terminal 1 w/ 23 others) http://t.co/NivpEg5U'), (26659, 1279, 'Johor Bahru, Johore', '@heyhihoe ok can pro.'), (26660, 3316, 'Johor Bahru, Johore', 'I''m at Shermin''s House  (Singapore) http://t.co/VUm3vX7G'), (26661, 46, 'Plentong, Johor Bahru', '@azieraziezie aah aah david teo kan juri rajalawak 6 die cakap sampai 8 juta baru berapa hari . gylooo laaaa . dua-2 best laa senang citer .'), (26662, 902, 'Johor Bahru, Johore', '@kohlem take care ah! Just nw u were looking abit pale...'), (26663, 4069, 'Johor Bahru, Johore', '@Debbie_Koh SIAO AR. ONE WOMAN ONE WOMB'), (26664, 349, 'Johor Bahru, Johore', '@sherlynwsm @helloiamxinhui @aijoueunice why you go USS tomo! You go another day! Hahahaha!'), (26665, 604, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre (Singapore, Singapore) w/ 6 others http://t.co/2vwJPH5T'), (26666, 3945, 'Johor Bahru, Johore', '@ChikaaFeqaa da topup hp?'), (26667, 467, 'Johore, Malaysia', 'I''m at National Geographic Singapore Store (HarbourFront, Singapore) http://t.co/n6245ZAy'), (26668, 298, 'Johore, Malaysia', 'Thoughts read unspoken, forever in doubt , pieces of memories fall to the ground'), (26669, 5242, 'Malaysia', '@LeTroublemaker dah kahwin wtfffff'), (26670, 4534, 'Johor Bahru, Johore', 'camne nak hormat kau kalau diri sendiri pun tak hormat orang lain? oh please...'), (26671, 3098, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 15 others http://t.co/P7LrzPs7'), (26672, 46, 'Plentong, Johor Bahru', '@SyazrahHassims wahhhh best tak ?'), (26673, 5193, 'Singapore', '@BABYITSZELO Oh ya btw you that time buy two shoes at Bugis for how much ?'), (26674, 2749, 'Johore, Malaysia', 'Class BBQ (@ Parc Emily Condo w/ @waikiong) http://t.co/zfiF8Da4'), (26675, 4478, 'Riau, Indonesia', 'RT @sasyarhesya: Hei'), (26676, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing WHY GOT POKPOKKEH?!'), (26677, 5097, 'Pulai, Johor Bahru', '@HananiZolzali dekat instagram tuhh. Aku nk logout kann. Tak reti ~'), (26678, 717, 'Riau, Indonesia', '@pujien_DENIRO hahahhha.............. :P'), (26679, 1264, 'Johore, Malaysia', 'TT so damn scared'), (26680, 3896, 'Johore, Malaysia', '@KforKellyyo bro you gotta maintain know!'), (26681, 5394, 'Malaysia', '..ชักจะมากมาย~ไม่ไหวว่ะ\nวันหลัง คงแค่ไหนแค่นั้นน...T^T'), (26682, 1154, 'Johore, Malaysia', '@DUMBASS_ZIYING don''t think wrong :P haha sot sot'), (26683, 1194, 'Singapore', 'shall read;3'), (26684, 2863, 'Johor Bahru, Johore', 'I''m at Century Square (Singapore, Singapore) w/ 2 others http://t.co/3PrMfYgv'), (26685, 4478, 'Riau, Indonesia', 'RT @ChicakACP: Mention?'), (26686, 4985, 'Plentong, Johor Bahru', '@hasmizieazmi rindu en. sam yg comel tu :)'), (26687, 379, 'Johor Bahru, Johore', 'I''m at Beancurd City (Singapore, Singapore) http://t.co/YObfbomm'), (26688, 399, 'Johor Bahru, Johore', '@RyannnnnW Meanie beanie Ryan, but I’ll cry if they say that I can’t have tattoos because of scoliosis!'), (26689, 5112, 'Malaysia', '@_GDRAGONBOTTH เราพิมพ์คําว่า โกรธ ผิดแหละ! 55555 5'), (26690, 1497, 'Johor Bahru, Johore', '@ReinaTaeminnie shut up la! :b'), (26691, 3358, 'Johore, Malaysia', '@JerryT9 wah kao.. So ex &gt;_&gt;'), (26692, 3270, 'Johor Bahru, Johore', '@hilarygio in JB? how bout come here to Lazio at Danga Bay? Very nice ambience here.. '), (26693, 4428, 'Johore, Malaysia', 'I''m at Acid Bar (Singapore, Singapore) http://t.co/9DLpGRIy'), (26694, 4318, 'Singapore', '#TheWorldToday is full of liars'), (26695, 980, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore) http://t.co/ltgD8Egj'), (26696, 63, 'Johor Bahru, Johore', '@DearUlayyis kalau anta bace second last para kn, itu ana, dorg interview ana dlm bhs boyan. Tkle lwn ana ;P'), (26697, 4478, 'Riau, Indonesia', 'heheew,lagi nonton niii kakcantik? RT @tessaaMRD: Ihaaa :$$ lagiapaa mut? RT @IlfaAzlyani: ehehe kujuga haruuuum :$'), (26698, 839, 'Johor Bahru, Johore', '@nanallove glad to hear that:). I''m fine I guess busy playing soccer haha too lazy to find a job. Yeah sure anytime!'), (26699, 807, 'Johor Bahru, Johore', 'Dinner! (@ Huang Restaurant @ 848 Yishun St 81) http://t.co/jnSD25S8'), (26700, 4780, 'Riau, Indonesia', '@rrGinM nampak barunya :P'), (26701, 3452, 'Johore, Malaysia', 'IF :( RT @AanPapan :"if i can make u mine, won''t it be wonderful?? haiss ):"'), (26702, 712, 'Singapore', '@beastdwlove_ email? nope~ :/'), (26703, 382, 'Johor Bahru, Johore', 'You only care about your own stuff.'), (26704, 898, 'Johor Bahru, Johore', 'Bro bro....'), (26705, 632, 'Tebrau, Johor Bahru', '@zyraiskandar I have to keep it as a secret'), (26706, 1417, 'Johor Bahru, Johore', 'I''m at BLK 586 Ang Mo Kio Ave 3 (Singapore, Singapore) http://t.co/3weFudse'), (26707, 568, 'Johore, Malaysia', 'i miss st. jude,calamares,mcdo,strip,mendiola plus all the kalokohan and kamalditahan!!! @vin_centQ @karinacanlas @dukesapercie @mkrizzy'), (26708, 632, 'Tebrau, Johor Bahru', '@hannahalim97 I have to keep it as a secret'), (26709, 712, 'Singapore', 'really whats wrong with my hotmail?! Cant get any email !'), (26710, 4069, 'Johor Bahru, Johore', '@KizraTZJ DON''T UNDERSTAND. BUT HAVE FUN'), (26711, 5385, 'Johor Bahru, Johore', '@SelrahcEel no!! Just some kiddo acting like monkey'), (26712, 5393, 'Johor Bahru, Johore', '@MidziHarun merepek sia midzi'), (26713, 5395, 'Johore, Malaysia', '"@dee_kosh: @HeartsPumpin_g GATHER THE TROOPS - and the goats lol" hahah funny dude :)'), (26714, 4478, 'Riau, Indonesia', '#BestThingAboutBeingSingle bersama sahabatkuuuuuuuu&lt;3:*'), (26715, 4318, 'Singapore', '@nisamuzamirshah a legal obligation? Social interaction? A sense of responsibility?'), (26716, 632, 'Tebrau, Johor Bahru', '@HazwaniKarim esok dia nak operate.'), (26717, 377, 'Johor Bahru, Johore', '@derppp_ I''ve got a STACK of shit to do sia tsk.'), (26718, 4478, 'Riau, Indonesia', '#BestThingAboutBeingSingle bersama sahabatkuuuuuuuu&amp;lt;3:* [Like it? http://t.co/k3QhGVGY ]'), (26719, 1778, 'Malaysia', '@wararat_amp สู้ๆๆๆ///พี่แอมเตรียมตัวยังในเวลา 4 ทุ่ม'), (26720, 1850, 'Johor Bahru, Johore', '@intanladyana intan !!! (((((:'), (26721, 54, 'Johore, Malaysia', '@sexayeandiknwit welcome (; do talk more alright in Facebook or Twitter (;'), (26722, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE Hahahaha Okay tak nak kacau korang :P'), (26723, 632, 'Tebrau, Johor Bahru', '@SarahHusn thanks'), (26724, 3937, 'Tebrau, Johor Bahru', '@shahrincool AMAZAYN ;D shahrin minat one direction eh?'), (26725, 291, 'Johor Bahru, Johore', '@EeyenLim midnight see how'), (26726, 839, 'Johor Bahru, Johore', '@nanallove as least it makes you laugh:).'), (26727, 50, 'Johor Bahru, Johore', 'Home'), (26728, 1893, 'Johore, Malaysia', 'I''m at Ten Dollar Club Family KTV Karaoke http://t.co/p3IBE6CO'), (26729, 2443, 'Johore, Malaysia', '@assortedbacon @parababa ask for sex?'), (26730, 4010, 'Singapore', 'thanks. eee CBGB'), (26731, 632, 'Tebrau, Johor Bahru', '@erichafitrih yeah serious'), (26732, 613, 'Johor Bahru, Johore', '3 year old boy in the US shoots himself in the head when he found a gun in his parents'' car. What. The. Fu.....'), (26733, 717, 'Riau, Indonesia', '@Ranum_ii bargad...., kan kmu bnget tuch....'), (26734, 556, 'Malaysia', '@Nnamfhhh 5555555555 จะต่ออ่อ?'), (26735, 5193, 'Singapore', '@BABYITSZELO Walao I buy $29 sia -_-'), (26736, 568, 'Johore, Malaysia', '@nixxxy kakamiss!!!lage ako dun e :s'), (26737, 1154, 'Johore, Malaysia', '@DUMBASS_ZIYING Wah Sian sia I think cfm reserve le:('), (26738, 1850, 'Johor Bahru, Johore', '@budakchik dh .. dh lame dh .. haha'), (26739, 1137, 'Tebrau, Johor Bahru', 'At the playground with abang2'), (26740, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh ikr need use the card -.-'), (26741, 3845, 'Johore, Malaysia', 'I''m at Kampong Glam Cafe w/ @faizfzly http://t.co/C0VRx72d'), (26742, 172, 'Johore, Malaysia', 'fcuk shirt come sg plox. tolong.'), (26743, 556, 'Malaysia', '@TangMoaloha = = ป่าวววว รู้สึกคุยแบบหดหู่พิลึก'), (26744, 141, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 5 others http://t.co/jFHPaeFY'), (26745, 55, 'Johore, Malaysia', '@euxuanlin next time you no one at home just gimme a call, i''ll ask my mom open door big big let you in. I also dunno how do ask le no use:)'), (26746, 37, 'Johore, Malaysia', 'I swear whenever I blast on any Hot Chelle Rae songs, I''ll be automatically happy.'), (26747, 4957, 'Riau, Indonesia', 'WIIHH M alem jum''at horor tau #hahahahay'), (26748, 5396, 'Plentong, Johor Bahru', 'Dinner (@ Tangshifu 汤师傅) http://t.co/og4oGegq'), (26749, 932, 'Johor Bahru, Johore', '@GaryAhNeo haha! My 徒弟!'), (26750, 5397, 'Singapore', 'Jst reached home . finally [:'), (26751, 384, 'Malaysia', '@TUAN_Tเมื่อไหร่??^^'), (26752, 1194, 'Singapore', '@bunnybaby1315 xDD'), (26753, 3452, 'Johore, Malaysia', '"Perservering even when you don''t have the strength to do so , holding on as tight as you can."'), (26754, 4478, 'Riau, Indonesia', '@vfradenarieff blm dek, km?'), (26755, 3721, 'Johore, Malaysia', 'I''m at Glamour Ville http://t.co/BOQt1Psq'), (26756, 5193, 'Singapore', '@BABYITSZELO OF COURSE ASDFGHJKLASDFGHJKL DAEHYUNNIE !!!!!!!!!!'), (26757, 5237, 'Johore, Malaysia', 'sizzling hot!!! @thedextroyer @ BigBank Cafe http://t.co/lFojEdpD'), (26758, 5242, 'Malaysia', '#sekolahakuada perigi, DOES YOUR SCHOOL HAVE ONE?'), (26759, 1331, 'Johor Bahru, Johore', '@WanFlizzow haha...Kalau aku dapat beli pun bukan aku nk kasi kau...Aku ingt kau betul-betul nk order Wingston Hot dari aku...Aku pun shot a'), (26760, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh HAHAHAH. i take snapshot can? I leaving alr -.- DAMN SPAM.'), (26761, 5385, 'Johor Bahru, Johore', '@SelrahcEel lame'), (26762, 4996, 'Johor Bahru, Johore', '13 more days '), (26763, 55, 'Johore, Malaysia', '@IsaacChuwy HAHAHA nvrm . Just nearly choke on my food'), (26764, 2776, 'Johor Bahru, Johore', '@akosipuppydan okey sige. What username mo skype?'), (26765, 5398, 'Johore, Malaysia', 'teo Heng karaoke tomorrow anyone'), (26766, 967, 'Kota Tinggi, Johore', '@IntAn_ImUtsExy eta mii, nu ngipiskeun dompet th.. Skali jlan 200$ liauw.. http://t.co/soSNWtQ4'), (26767, 384, 'Malaysia', '@shineiz แต๊งมากน้ะก๊ะ:))'), (26768, 712, 'Singapore', '@beastdwlove_ yeah, i has been refresh it many times and no new email.. :/'), (26769, 632, 'Tebrau, Johor Bahru', 'Today is the day before tomorrow. And I do wish that I can spend a lot of time with Isz tonight. I love you my friend.'), (26770, 5399, 'Malaysia', 'Think mummy''s lost. HAHAHAHA! Went to buy food but still not back!'), (26771, 4534, 'Johor Bahru, Johore', 'overprotected. #np'), (26772, 893, 'Johor Bahru, Johore', 'I''m at Woodlands Waterfront (Singapore, Singapore) http://t.co/Qb941qrw'), (26773, 3474, 'Plentong, Johor Bahru', 'Bicarawara (@ Kedai ''Rumah Merah'') http://t.co/s68joSxL'), (26774, 2960, 'Johore, Malaysia', 'Kittiessss!!! Cleaning their area nowww!!! @ Baby kitty cat room!!! http://t.co/OV8ss9dO'), (26775, 1105, 'Singapore', '@afyzahh awww... nvm.. I''ll take care of you, But I''ll love @dxbbie more...'), (26776, 4681, 'Johor Bahru, Johore', '@tripodmonster NO, IS CHEAAP. Mine unlimited text. :p'), (26777, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE Mana boleh ada org ketiga. Bahaya :)'), (26778, 5387, 'Johor Bahru, Johore', 'I''m getting a table dance while waiting for June. (at Block 529 Serangoon North Avenue 4) [pic] — http://t.co/AA07Hakf'), (26779, 5400, 'Johor Bahru, Johore', 'Ice-cream. :) (@ Udders) http://t.co/9dLOMotn'), (26780, 1105, 'Singapore', 'I treat @afyzahh like my own sister sia..'), (26781, 3576, 'Johore, Malaysia', 'I''m at Progenius Tuition Centre http://t.co/8hK0cv37'), (26782, 1195, 'Pulai, Johor Bahru', 'I''m at Ewan Corner Seafood http://t.co/n6jV1wbk'), (26783, 2712, 'Johore, Malaysia', '@zhxrxxf @ammarliomilo asl'), (26784, 172, 'Johore, Malaysia', '@tingquan @wongeugene @stereor_ dont action, cause he didnt know. if not he sure buy white. like mine. AHAHHAHAHA'), (26785, 3191, 'Senai Kulai, Kulai Jaya', '@akmal89 @heyShahzan otw. Ijan aku amik ko kt opis ktgb.'), (26786, 399, 'Johor Bahru, Johore', '@RyannnnnW WHAT RUBBISH, RYAN.'), (26787, 5401, 'Johore, Malaysia', '@pioneerkyy (@ Plaza Singapura w/ 13 others) http://t.co/eg2ADDbg'), (26788, 2114, 'Singapore', 'Just realised I hv finished my homework-_-'), (26789, 632, 'Tebrau, Johor Bahru', '@HazwaniKarim KL. malam ni die dah gerak'), (26790, 2438, 'Johor Bahru, Johore', '@paolobroma what''s da bao?'), (26791, 55, 'Johore, Malaysia', 'WTF IS THIS. Show more!!! RT @STcom: Uganda youth group to stop screening popular Kony video after angry locals start throwing stones'), (26792, 46, 'Plentong, Johor Bahru', '@SyazrahHassims ea ea ? wahh tak sabar nak pegi sabtu nie . hihi XD berapa ringgit ticket dek ?'), (26793, 4681, 'Johor Bahru, Johore', '@yongjiannn Cheaaap. ''Cause mine forever is 30-40plus, hahah.'), (26794, 5402, 'Johore, Malaysia', 'Dinner time! ☺ (@ McDonald''s) http://t.co/jp7nuW4l'), (26795, 1774, 'Tebrau, Johor Bahru', 'I want my car to perfect'), (26796, 2799, 'Johor Bahru, Johore', 'I''m at Singapore Checkpoint w/ 2 others http://t.co/dRnO3BaS'), (26797, 576, 'Johore, Malaysia', '@S3R1zawa it''s gonna hurt ):'), (26798, 2044, 'Riau, Indonesia', 'I''m at Hard Rock Hotel (Singapore) http://t.co/04rO5HM2'), (26799, 2275, 'Singapore', 'gedean siapa &gt;&gt; http://t.co/AdwsGBeo'), (26800, 4758, 'Johore, Malaysia', 'I just ousted @yyennyy as the mayor of Imperial Treasure Bakery on @foursquare! http://t.co/IpGghE6k'), (26801, 5382, 'Johore, Malaysia', 'you cute uh.'), (26802, 399, 'Johor Bahru, Johore', '@RyannnnnW I had scoliosis even before I had my tattoos!'), (26803, 1631, 'Johore, Malaysia', 'I''m at UOB Alexandra Building (Singapore, Singapore) http://t.co/O4CZVuyw'), (26804, 2924, 'Johor Bahru, Johore', 'Hahaha'), (26805, 4478, 'Riau, Indonesia', 'cieeh sehati:** nonton yusra yumna,kakcan? RT @tessaaMRD: Sama nih,nonton apa mut?RT @IlfaAzlyani: heheew,lagi nonton niii kakcan'), (26806, 1279, 'Johor Bahru, Johore', '@heyhihoe no , saw u play , u more pro'), (26807, 2571, 'Johore, Malaysia', '@YiLOnG_ how u change iPhone de ah?'), (26808, 1490, 'Johore, Malaysia', 'I''m at Blk 10 Gloucester road #13-51 http://t.co/N4ms5ifD'), (26809, 1774, 'Tebrau, Johor Bahru', 'I dun want people look down of my car'), (26810, 3896, 'Johore, Malaysia', '@assceeee serious I am a change man'), (26811, 4010, 'Singapore', 'mana siaa Mun Coleman hilang, haizzz The Oppressed dah nak dkt tau'), (26812, 5097, 'Pulai, Johor Bahru', 'Ericha tadikan aku baca text kauuuu. Lepas tuhh kann aku tahu rahsia kauu.... Aiyokkkk!'), (26813, 46, 'Plentong, Johor Bahru', '@azieraziezie hihi XD cuti kau tak pegi mane-2 keee ?'), (26814, 4756, 'Johore, Malaysia', 'I''m at Cold Storage (Singapore, Singapore) http://t.co/aV2cTvnX'), (26815, 5403, 'Johor Bahru, Johore', '@wearehapppy at burghley drive !!'), (26816, 1850, 'Johor Bahru, Johore', '@PhoonYongYing haha so long alrdy ..'), (26817, 5176, 'Johore, Malaysia', 'I''m at Shiraz @ Clarke Quay w/ @ozkkkkkk http://t.co/QzDIQZLO'), (26818, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @lkmariquit @rinabanana @sheslley ayus lng na! puli ka summer next year preparahan mo gd bongga! haha'), (26819, 5404, 'Kota Tinggi, Johore', 'HELLO BABIES! Anyone is online right now :)? If do please tweet your favourite new KPOP songs ^^'), (26820, 54, 'Johore, Malaysia', '@_Jesusbeloved don''t miss school first -.- must miss me first :p'), (26821, 4534, 'Johor Bahru, Johore', 'I have a feeling that alot of people have let you down, but I''m not going to add my name to that list.'), (26822, 5405, 'Senai Kulai, Kulai Jaya', 'Meeting (@ Stadium UTM) http://t.co/pKIx9p5X'), (26823, 1300, 'Johor Bahru, Johore', 'Who says you''re not perfect?" Miley: "Nobody''s Perfect!" P!nk: "You''re F**king Perfect".. I''m confused, am I perfect or not?" Jesie j'), (26824, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 hahaha ok xD aiya add both lah rofl'), (26825, 5295, 'Johor Bahru, Johore', 'Pissed off with tuition teacher for her unreasonable mocking throughout the whole lesson that i just stomped out f class when it ended :)'), (26826, 2172, 'Johore, Malaysia', '#BestThingAboutBeingSingle takdek sape nk jealous jumpe dengan sape.. otp dgn sape. berbual dgn sape.. hahah'), (26827, 22, 'Singapore', '@SyarifahElla @syaifaaaaa Thanksss :))'), (26828, 14, 'Johor Bahru, Johore', '@Jonathan5oh English ! Mr.poon one. I dont know what''s the homework either hahah'), (26829, 5378, 'Plentong, Johor Bahru', 'sayang awk amri +)'), (26830, 5406, 'Johor Bahru, Johore', 'It''s an amazing feeling to realize how someone who was once just a stranger suddenly meant the world to you. 很奇妙的一种感觉,曾经的陌生人,突然之间成为了你的整个世界'), (26831, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh YEAH'), (26832, 1137, 'Tebrau, Johor Bahru', 'Stop being a ego maniac bitch'), (26833, 4681, 'Johor Bahru, Johore', 'Whoaa. 8 Feb to 7 Maarch, text only like 647 Messages, laast time more thaan 1000, but who caares, is unlimited.'), (26834, 3896, 'Johore, Malaysia', '@xtinehearts haiz stress lah... How are you coping over there?!!!'), (26835, 5112, 'Malaysia', '@_GDRAGONBOTTH คิดไม่ออกเนี่ยเลยถามมังกร :3'), (26836, 2524, 'Johor Bahru, Johore', '@Aloysius_Ho SURE ^^'), (26837, 3452, 'Johore, Malaysia', '"I want to cherish all those moments deep in my heart , like the stars that shines forever , i''ll treasure my love for you."'), (26838, 576, 'Johore, Malaysia', 'The smell of mee meehoon champo so strong at tekka market -.-'), (26839, 1769, 'Johor Bahru, Johore', 'Jemput mertuo &lt;3 (@ Changi International Airport (SIN) w/ 13 others) http://t.co/I6bCly77'), (26840, 5407, 'Johor Bahru, Johore', 'I''m at Taste Of Thailand (Singapore, Singapore) http://t.co/3Lhmw6y9'), (26841, 1331, 'Johor Bahru, Johore', 'I love your smile...Keep smiling that''s the only way to make me happy and cheerful...'), (26842, 1069, 'Johor Bahru, Johore', '“@STcom: US boy, 3, dies after shooting self in the head with gun he found in car as his family stopped for petrol http://t.co/NZ0EL5qK”'), (26843, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE Macam mana ayie nak tgk aku sehh ? :P'), (26844, 3007, 'Tebrau, Johor Bahru', '@nurulalaika welkkkk , habis muntah satu baldi,.. bukanlah,..errr habis fazira marah nnti,'), (26845, 1755, 'Kota Tinggi, Johore', 'Camping (: ⛺ (@ First Toa Payoh Primary School) http://t.co/kxmEutcu'), (26846, 5403, 'Johor Bahru, Johore', '@ElliottDanker good stuff bro!! Welcome back to radio!'), (26847, 5408, 'Malaysia', 'โรงพยาบาลนราธิวาสราชนครินทร์'), (26848, 1300, 'Johor Bahru, Johore', 'RT @ilovekoreanbbq: i have a confession.....TODAY IS MY REAL BIRTHDAY!!!! (march 15th) &gt;:D WHUUT? hahaha trololol I AM 19 TODAY'), (26849, 1643, 'Johor Bahru, Johore', 'Almost done with my homework. If there isn''t stupid Chinese Composition, my homeworks would be damn done.'), (26850, 5409, 'Johor Bahru, Johore', 'errr !!'), (26851, 334, 'Johore, Malaysia', '@LaNcE_GoH @MenInCharCoal @Dream_Boards make it 11.30 ?'), (26852, 4302, 'Pulai, Johor Bahru', 'Tutti frutti http://t.co/GwphyGNy'), (26853, 5347, 'Johor Bahru, Johore', '@Laiweichang ok den! Thks anyway :))'), (26854, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 done added :D I m leaving HAHA'), (26855, 5410, 'Johore, Malaysia', 'At Ma Maison Restaurant — http://t.co/zVxIrE0w'), (26856, 5382, 'Johore, Malaysia', 'SAyANG KAU :&gt;'), (26857, 5411, 'Johore, Malaysia', 'I''m at Bugis Street (Singapore) w/ 9 others http://t.co/xQYgfPOq'), (26858, 1850, 'Johor Bahru, Johore', 'Boring uhh main takraw sikit org jer .. aku gi malaysia skrg pn cantik ...'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (26859, 1755, 'Kota Tinggi, Johore', 'Sleeping at school hall. (: (@ FTPPS Hall) http://t.co/HojUD0GP'), (26860, 1330, 'Johor Bahru, Johore', 'I''m at block 444 @ chua chu Kang ave 4 http://t.co/bb2UBv4O'), (26861, 5242, 'Malaysia', '@amirWazZa lamaanya nak reply essaaaay'), (26862, 5412, 'Johore, Malaysia', '@StarsandDusts_ haha ending liao!'), (26863, 3452, 'Johore, Malaysia', '@sara_B2ST I''m fine how about you :)'), (26864, 1264, 'Johore, Malaysia', 'TT'), (26865, 1769, 'Johor Bahru, Johore', 'Skytrain bring me to T1 (@ Terminal 2 w/ 9 others) http://t.co/C6wsqH9F'), (26866, 1279, 'Johor Bahru, Johore', '@heyhihoe I nub one , u play more cfm very good one.'), (26867, 172, 'Johore, Malaysia', '@tingquan @wongeugene @stereor_ true.'), (26868, 5413, 'Johor Bahru, Johore', '@AzryWinston woit !!! Takmo sedeh!! Aku ada.'), (26869, 50, 'Johor Bahru, Johore', 'U action ehk with me..tk nk msg I agi @ArifMartn'), (26870, 1137, 'Tebrau, Johor Bahru', '9999 tweets ✌'), (26871, 4010, 'Singapore', 'Forum Bootboys. The Mighty Adelphi Crew,'), (26872, 712, 'Singapore', '@beastdwlove_ really? how about twitlonger? or facebook?'), (26873, 1918, 'Johore, Malaysia', 'Eluh bli apa" ga pernah bagi g, knpa g msti bagi eluh???'), (26874, 172, 'Johore, Malaysia', 'siao liao.'), (26875, 116, 'Johor Bahru, Johore', 'transfer # 2 (@ Serangoon MRT Interchange (NE12/CC13)) http://t.co/CnNgiQVD'), (26876, 4478, 'Riau, Indonesia', '@vfradenarieff kakak pingin mkn sate hehe,'), (26877, 2172, 'Johore, Malaysia', 'i miss you @TasyaaRazif'), (26878, 1585, 'Johore, Malaysia', 'Makan with kakak (@ Spize Bedok w/ 4 others) http://t.co/V7Ln0rLV'), (26879, 4380, 'Johore, Malaysia', '@gneheniale @AbsoluteVic @Yuancong9 @shaunysj i anything'), (26880, 3468, 'Pulai, Johor Bahru', '@MeiZhen_BLAH HAHAHHAHA mine come back ABIT le'), (26881, 346, 'Riau, Indonesia', 'mulai dah tatik kumat kek dangdutny yg buek gerahhh kosan!!'), (26882, 419, 'Malaysia', 'I''m at Central Hatyai (เซ็นทรัล หาดใหญ่) w/ @iiam1987 http://t.co/fIkdEx77'), (26883, 1497, 'Johor Bahru, Johore', '@nabilah_razalie ya can ^^'), (26884, 1194, 'Singapore', '@bunnybaby1315 ikr not like they goddess.'), (26885, 4360, 'Malaysia', 'กลับบ้านนนนนน (@ สถานีขนส่งผู้โดยสารหาดใหญ่) http://t.co/sCmURb7p'), (26886, 1416, 'Johor Bahru, Johore', 'The Bus is taking Fovever!~ (@ Bus Stop 75131 (Bet Blks 701/702)) http://t.co/AmcPvL2t'), (26887, 4169, 'Johor Bahru, Johore', '@withloveSabrina Nah it''s okay. Starbucks session soon! :)'), (26888, 5097, 'Pulai, Johor Bahru', '@erichafitrih hahahahaha. Konon aa? Ape ayat ''eh fadh tahu ehh?'' Haktuihhh -oo-'), (26889, 5414, 'Johore, Malaysia', '@SayKai @fzz87 yeah parent company of everything is temasek holdings, aka singapore govt.'), (26890, 287, 'Plentong, Johor Bahru', '@Aerza_Amir ando? Baby.. Protect tweet ya?'), (26891, 2432, 'Johor Bahru, Johore', '@f_cukyou tragus is whr ? De ear top?'), (26892, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa mne ??x lepak ni lak ??'), (26893, 1684, 'Pulai, Johor Bahru', 'I''m at Z Family Restaurant, Taman Perling, Johor Bahru. (Johor Bahru, Johor) http://t.co/tClHnYZD'), (26894, 3468, 'Pulai, Johor Bahru', '@therantingcurse babe, really sorry! :('), (26895, 681, 'Plentong, Johor Bahru', 'Heeee (@ Plaza Angsana w/ 4 others) http://t.co/1dvlrOsA'), (26896, 900, 'Johore, Malaysia', '@real_ash_23 many happy returns'), (26897, 5266, 'Tebrau, Johor Bahru', 'Saya sedang merokok..haha'), (26898, 2361, 'Johor Bahru, Johore', '@those_memories doing things for u leh:p'), (26899, 4459, 'Plentong, Johor Bahru', '@__kHAIRULaZRIE @Shazleenatasha Hahaha cis ingat aku tak betul eh ? :o'), (26900, 377, 'Johor Bahru, Johore', '@derppp_ I''ve got English, SS, Malay, Chem and E. Maths..'), (26901, 5415, 'Johor Bahru, Johore', 'Wedding (@ Pin Shi @ Safra Yishun) http://t.co/q1v8E1lW'), (26902, 4238, 'Johore, Malaysia', 'sakit gile ankle nie. Jalan pun cam org tempang dah. #fb'), (26903, 2712, 'Johore, Malaysia', '@zhxrxxf @ammarliomilo bawa je arh abeh nnti park kat skolah lps tu blh gi sembayang perh'), (26904, 4010, 'Singapore', 'tolongggg lahhh keluar.. I dah lapar dah ni you.. I nak makan.. kang ni makan dia..'), (26905, 2583, 'Johor Bahru, Johore', 'Working hard isn''t my style .. Working for money is . But now ?'), (26906, 5416, 'Johore, Malaysia', 'Psychedelic Merlion. Now, where''s me pill? @ Merlion http://t.co/Avqpng4u'), (26907, 3007, 'Tebrau, Johor Bahru', '@nurulalaika eley, wa sbut satu persatu kang,.. tersembur plak kamu nnti,.'), (26908, 908, 'Johor Bahru, Johore', 'Can''t wait for batam trip next wednesday!! 6 days yawww yay!!'), (26909, 5015, 'Johore, Malaysia', 'I feel alive again (@ IMM Building w/ 17 others) http://t.co/q2Nic9qs'), (26910, 1331, 'Johor Bahru, Johore', '@WanFlizzow Otk lu aku bebual kelin...Kau kan underage macam mane nk beli???'), (26911, 2583, 'Johor Bahru, Johore', 'Thanks baby @venomboiz'), (26912, 5242, 'Malaysia', '@amirWazZa my homework is your homework dickface'), (26913, 2361, 'Johor Bahru, Johore', '@those_memories don''t need thank me so many time luh~'), (26914, 632, 'Tebrau, Johor Bahru', '@HazwaniKarim yeah. Hm'), (26915, 63, 'Johor Bahru, Johore', '@HilmiRaais @IIZZIIEE antum mane nk ajk kn... :p'), (26916, 1279, 'Johor Bahru, Johore', '@heyhihoe Ty.'), (26917, 186, 'Johor Bahru, Johore', '@gwennyteoky UHHH WTH LOL r u kidding ?!? Anyway, pls tell me something I don''t already know.'), (26918, 4681, 'Johor Bahru, Johore', 'Caan see that how quiet is my phonee is. Jyeaaphs. It''s so different now. Big freaking difference. Whoa.'), (26919, 4478, 'Riau, Indonesia', 'RT @mumutcimamay: Mention'), (26920, 1300, 'Johor Bahru, Johore', '@ilovekoreanbbq hyung..its ur birthday is it???saeng-il chukkhamnida... Dont ge sad.. Its not the year that matters.. U look so young tho...'), (26921, 812, 'Senai Kulai, Kulai Jaya', 'Kau mmg bestfriend gua la RT @faizpazanon: Whining in the jam like @bbaakk always does.'), (26922, 3896, 'Johore, Malaysia', '@xtinehearts busy with work and some other things... When comin back? Found a gf?'), (26923, 5266, 'Tebrau, Johor Bahru', '@nurfarrahana nk aku hantar balik kampung tak?haha'), (26924, 115, 'Indonesia', '@_Risdamaris maaf, saya lagi belajar melihat bahwa cowok n cewek itu bisa melakukan hal yg sama.. #efekstudygender'), (26925, 172, 'Johore, Malaysia', '@yizhonghere but provided the other stocks got people buy then they send.... T.T YYYYYYYYYYYY'), (26926, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs tak datang sini pun kannn :p'), (26927, 5242, 'Malaysia', '@Fizieeee mati syahid'), (26928, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh nawh got some p5 also i think xDD'), (26929, 5417, 'Malaysia', 'นั่งเล่น ๆ (@ มออ...นมสด-mooo...milk) http://t.co/XUBTnGQL'), (26930, 1490, 'Johore, Malaysia', 'Told mom about black pig, white pig, multicoloured pig+curly duck.'), (26931, 3007, 'Tebrau, Johor Bahru', '@nurulalaika ala, ssh nak sbut nma dia,..ada stalker la,..haha'), (26932, 5418, 'Johore, Malaysia', 'Doing a MYE math paper.'), (26933, 210, 'Kota Tinggi, Johore', 'Aaahhhh I can''t finish :('), (26934, 4185, 'Johore, Malaysia', 'I''m at Hotel 81 Rochor (Singapore) http://t.co/LUtthhFT'), (26935, 4534, 'Johor Bahru, Johore', 'Smile like you''ve never cried, fight like you''ve never lost, love like you''ve never been hurt, and live like you''ll die tomorrow. &lt;:'), (26936, 908, 'Johor Bahru, Johore', 'I feel like munching on snacks oh gawdddddd'), (26937, 1008, 'Johore, Malaysia', 'Dunno anything abt math'), (26938, 1205, 'Johore, Malaysia', 'Miss all my OE people. why do they have to travel and study somewhere else. just stay put!'), (26939, 3645, 'Johore, Malaysia', 'I''m at People''s Choice Snowflakes Ice Dessert http://t.co/5Mqd6e5R'), (26940, 1920, 'Johor Bahru, Johore', 'Maybe i shld have a chinese name since ppl always speak to me in mandarin...'), (26941, 1843, 'Johore, Malaysia', 'Mexican n beer! ;) (@ Muchos Mexican Bar And Restaurant) http://t.co/cjYGEARE'), (26942, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa brrr'), (26943, 54, 'Johore, Malaysia', '@_Jesusbeloved hahaha!! Sorry to be BHB haha (; miss you too!! I don''t even miss school, hate seeing them in school'), (26944, 4975, 'Johor Bahru, Johore', 'love is a serious mental illness.'), (26945, 5419, 'Johor Bahru, Johore', 'Dinner with lil bro (@ Swensen''s) http://t.co/iYnHpiQJ'), (26946, 1631, 'Johore, Malaysia', 'I''m at SBS TRANSIT Service 97 http://t.co/z8RiL0De'), (26947, 182, 'Johor Bahru, Johore', 'I''m at 7-11 @ Bukit Gombak Mrt http://t.co/9NYTNMDt'), (26948, 1194, 'Singapore', 'left the grp(:'), (26949, 172, 'Johore, Malaysia', '@StereoR_ @tingquan @wongeugene ooooo. okayokay, i thought u have the polo alr?'), (26950, 5112, 'Malaysia', '@_GDRAGONBOTTH ต้มยํากุ้งดีป้ะ?'), (26951, 22, 'Singapore', '@kamaliahusna wehhh. aku baru teringat nama taki , aiman hakim kann ?'), (26952, 2361, 'Johor Bahru, Johore', '@those_memories yes boss~ i promise u:) I promise to nt to make empty promises~'), (26953, 5351, 'Singapore', '@alisyahamran Hhahahah! Wahh babe! you having a war with which bitch sia!?'), (26954, 120, 'Johor Bahru, Johore', 'God .. Feels like someone just hammered my stomach. Pain as hell.. Gah..'), (26955, 1490, 'Johore, Malaysia', '#wannaread 1984 by George Orwell'), (26956, 13, 'Johor Bahru, Johore', '@pcsyndrome @willllzzz or wan eat at rockery tomorrow ?'), (26957, 2065, 'Johore, Malaysia', '@hahazaahir ko cakap nak buat akaun kat situ nanti dia isikan borang online semua..bayar rm50 nanti ko boleh kuarkn balik rm30,kena tgl rm20'), (26958, 46, 'Plentong, Johor Bahru', '@SyazrahHassims ouh jusco . ingadkan adek pegi cs tadi . akak pon sabtu nie pegi jusco jewpp . huhh ! adek pegi ngan ainna ke ?'), (26959, 5420, 'Johore, Malaysia', 'Cream overdose......... I''m so full.... I can barely squeeze tru the door now.. T.T'), (26960, 4534, 'Johor Bahru, Johore', '5B1G . &lt;3'), (26961, 4972, 'Johore, Malaysia', '@Afifjefri http://t.co/CYzd6gKP'), (26962, 932, 'Johor Bahru, Johore', 'RT "@eugenechanyc The rare moments I feel fat... HAHAHHA"'), (26963, 1194, 'Singapore', '@bunnybaby1315 IKR BIG BANG MORE LIKE DAMNIMPORTANTPEOPLE. 2NE1 LIKE QUEENS. &lt;3'), (26964, 5242, 'Malaysia', '@bevfever nou'), (26965, 5421, 'Johore, Malaysia', 'I''m at Blu Jaz Cafe (Singapore, Singapore) http://t.co/wAM4EwyB'), (26966, 4010, 'Singapore', 'siakk. suruh gua nyanyi SHARP Skins kat telinga dia. baru dia nak bangun.. pelempang nanti.'), (26967, 793, 'Johore, Malaysia', 'I''m at Bini Beauty Salon w/ @priddycunt http://t.co/EIuWkfA3'), (26968, 793, 'Johore, Malaysia', 'I just ousted @meowzxz as the mayor of Bini Beauty Salon on @foursquare! http://t.co/wecr41ki'), (26969, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa hahaha .smlm alep amek kw kol bpe ?lambat pe ??'), (26970, 5422, 'Riau, Indonesia', 'sabar itu jalan terbaik menunggu hasil yang baik pula'), (26971, 812, 'Senai Kulai, Kulai Jaya', 'Main tennis jap td,after 2months of hiatus.I can still swing.a bit rusty,but no stamina.lol'), (26972, 5113, 'Johore, Malaysia', 'I''m at Sim Siang Choon Hardware (Singapore, Singapore) http://t.co/Wq49N5vF'), (26973, 5423, 'Johor Bahru, Johore', 'I just wish that I can make it right, this time.'), (26974, 712, 'Singapore', '@beastdwlove_ haha okay~'), (26975, 1778, 'Malaysia', '@wararat_amp คงไม่ได้ดูเหมือนกัน เล่นถึง 4ทุ่มคงไม่ไหว อั้ยเราก็นึกว่าพี่แอมจะดูแต่ไม่เป็นไร ค่อยดูตอนเช้า^_^'), (26976, 568, 'Kota Tinggi, Johore', '@nixxxy korek!!gusto ko tuloy umuwi :('), (26977, 5424, 'Plentong, Johor Bahru', 'I''m at Kapten steamboat &amp; grill (Johor Bahru, Johor) http://t.co/XMF3VuTd'), (26978, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa bile nk topup?'), (26979, 116, 'Johor Bahru, Johore', '@ramie2003 I was thinking Tim Hortons. Or maybe even just a shawarma. *sigh* #imissdubai'), (26980, 349, 'Johor Bahru, Johore', '@sherlynwsm @aijoueunice @helloiamxinhui )'': I forget I Sat wanna do what already! If nothing on I saturday go also kay! Just to meet u2❤'), (26981, 5425, 'Johore, Malaysia', '@Unstoppabelle haha u know I used to have what! Basket! Lol now no time to train it back hahahaha'), (26982, 4972, 'Johore, Malaysia', '@azwan_yaacob Haha ,'), (26983, 2432, 'Johor Bahru, Johore', 'Hais .. I have no rites to do it . Ya I noe I''m\nNot gonna care anymore don tell me I don wanna listen about that agn'), (26984, 1685, 'Johore, Malaysia', '@rynrlee07 yeah. With @BennyFany4u @darylchow @llebrahC losing for first half. 0 - 1'), (26985, 172, 'Johore, Malaysia', '@StereoR_ @tingquan @wongeugene sell me la. the polo. HAHAHAHHA'), (26986, 4996, 'Johor Bahru, Johore', '@Miraclesillyy haha. Yahor! Happy advance ! '), (26987, 967, 'Kota Tinggi, Johore', 'Hahaaahhh *mewek* RT @IntAn_ImUtsExy: ^ωκωκωκωκωκωκωκ^ "@Kingnugraha: (cont) http://t.co/8s7RlOdB'), (26988, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE Hahhahahaha tahu takpe. Mana mana? Kata nak bagi ^__^'), (26989, 5097, 'Pulai, Johor Bahru', '@erichafitrih kau cerita full baru aku diammm ~'), (26990, 717, 'Riau, Indonesia', '''''pacah kpalo lai ko'''), (26991, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh yeah just saw a post xDD'), (26992, 5193, 'Singapore', '@BABYITSZELO I thought you Zelo bias de !'), (26993, 1416, 'Johor Bahru, Johore', '@khairulezzad woi! Message you no response.. -.-'), (26994, 2172, 'Johore, Malaysia', '#PeopleIWantToMeet iszz!!!! IBU!'), (26995, 3846, 'Johor Bahru, Johore', '@Sammmtann clever :)'), (26996, 4010, 'Singapore', 'Atylia dan Nyssa LEE. tgh tgok wyg. patut lahh gua call tkmo agkt --"'), (26997, 1778, 'Malaysia', '@NeayWR_Boice แล้วทำไรอยู่จ๊ะน้องสาว'), (26998, 5193, 'Singapore', '@BABYITSZELO Pui la'), (26999, 2275, 'Singapore', 'oh ia,situ kurus ya @hendrikpurnama'), (27000, 5395, 'Johore, Malaysia', 'Argh!!! Que me pasa :/ esta mui duro .. No puedo :''('), (27001, 5284, 'Plentong, Johor Bahru', '@sayaPELANGY hahahaha sabar la.. Nanti kita lepak sama2 k'), (27002, 4478, 'Riau, Indonesia', 'asiiiiiiik sehatisehati :**&lt;3 RT @tessaaMRD: Waah sama laagii ciee :**RT @IlfaAzlyani: cieeh sehati:** nonton yus'), (27003, 5097, 'Pulai, Johor Bahru', 'Tulahhh ericha nak rahsia dengan aku lagii!!! Kan dah kantoiii. Wuwuwuwuwuwuw ^^v'), (27004, 4534, 'Johor Bahru, Johore', 'i love yesterday''s bomb game and quest.'), (27005, 4875, 'Johor Bahru, Johore', '@onomatojuju haha! Good on ya! My arms were flailing all over the place in swim class... Last Monday and over a decade ago. Haha'), (27006, 2776, 'Johor Bahru, Johore', '@akosipuppydan okey sige'), (27007, 4950, 'Johore, Malaysia', 'I''m at The Chevrons (Singapore, Singapore) http://t.co/dxhVdacu'), (27008, 3251, 'Johore, Malaysia', 'I''m at Clarke Quay (Singapore, Singapore) w/ 2 others http://t.co/RzxfpKRi'), (27009, 334, 'Johore, Malaysia', 'Just shut the fuck up will you.'), (27010, 1938, 'Johor Bahru, Johore', 'I''m at 27, Hume Park 2 (싱가포르) http://t.co/0w3I6FZz'), (27011, 1279, 'Johor Bahru, Johore', '@heyhihoe nothing :)'), (27012, 287, 'Plentong, Johor Bahru', 'RT @SantapanMinda: Apabila cacian dan makian sudah menjadi amalan harian, hati akan bertambah keras untuk menerima teguran'), (27013, 3306, 'Johor Bahru, Johore', 'Wow this wallpaper dl from mnet website. So clear !! http://t.co/UcLEspMo'), (27014, 54, 'Johore, Malaysia', '@_Jesusbeloved yes you may(; can i help you?'), (27015, 5426, 'Johor Bahru, Johore', 'I''m at Tampines Interchange (Singapore) http://t.co/rDxIb6ZA'), (27016, 5427, 'Pulai, Johor Bahru', '@nurhidayahisa awak bila lg?final year student gak kn?keh3'), (27017, 3786, 'Pulai, Johor Bahru', 'I''m at Kinsahi@Bukit Indah http://t.co/jKORYR5w'), (27018, 3990, 'Malaysia', 'Rockin'' dance (@ สนามกีฬาจิระนครหาดใหญ่ w/ @greenkub) http://t.co/IQToUJxV'), (27019, 5266, 'Tebrau, Johor Bahru', '@nurfarrahana ok nilam..gud luck final weyh..'), (27020, 159, 'Johor Bahru, Johore', 'Happy being fat!!!'), (27021, 327, 'Johor Bahru, Johore', 'Today also got problem . Fuck la .'), (27022, 967, 'Kota Tinggi, Johore', 'Spain teu alus speaking englishna..RT @IntAn_ImUtsExy: BuLe paLsu ah, ga romantis (cont) http://t.co/ApGXzQ6G'), (27023, 1748, 'Pulai, Johor Bahru', 'I''m at Homeyyy (Johor Bahru, Johor) http://t.co/e030aarF'), (27024, 415, 'Johore, Malaysia', 'The world is weird. When you wanna go slow, everything around you quickens. When you wanna speed up, everything around you is slacking.'), (27025, 1609, 'Riau, Indonesia', 'Goin'' home... (@ Universal Studios Singapore w/ 6 others) [pic]: http://t.co/F5f1Qolh'), (27026, 5242, 'Malaysia', '“@bevfever: How to finish so many homework in like 4 days when I procrastinate so much??” welcome to me and @deborahleee ''s club'), (27027, 3786, 'Pulai, Johor Bahru', 'I''m at Daiso (Johor, Johor) http://t.co/ylfXjfMd'), (27028, 5025, 'Johor Bahru, Johore', '@dannychoo how to fake a Jap iTunes account..... ._.'), (27029, 2356, 'Johore, Malaysia', 'Band tmr ~'), (27030, 5360, 'Johore, Malaysia', 'Someone help me do my hw, i give you commission XD HAHAHA'), (27031, 5395, 'Johore, Malaysia', 'Oh fuck .. This is really hard :/'), (27032, 5428, 'Johore, Malaysia', 'hello! no more homework today. waking up slightly earlier to do hw. hehe hopefully'), (27033, 2172, 'Johore, Malaysia', '@TasyaaRazif kiter??? hahahah study lah.. :)'), (27034, 1300, 'Johor Bahru, Johore', 'Like so many friends will come along the way...'), (27035, 3786, 'JUSCO - Bukit Indah, Pulai', 'I''m at Arena Food Court, AEON Jusco Bukit Indah http://t.co/XkvgA6dL'), (27036, 55, 'Johore, Malaysia', '@nareerat_27 dunno die where no one talk to me :( I''m bored.'), (27037, 509, 'Johor Bahru, Johore', 'Not going to be the same person any more. Think it''s time to just live for myself.'), (27038, 5097, 'Pulai, Johor Bahru', '@erichafitrih who cares ~'), (27039, 5429, 'Johore, Malaysia', 'I''m at Astons Express w/ @xuetingxueting http://t.co/CRnE9cfR'), (27040, 50, 'Johor Bahru, Johore', 'Ehk, Sufian yg act citer siapa terror tu kat bwh blk aku uat ape sia o_O?'), (27041, 5430, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 18 others http://t.co/wYRBD2Fs'), (27042, 5431, 'Johore, Malaysia', '@dhaneshthiru haha dhane put on your player face'), (27043, 5432, 'Johor Bahru, Johore', 'I''m at Pusara Aman Mosque (Lim Chu Kang, Singapore) http://t.co/hmzd9Y2S'), (27044, 5242, 'Malaysia', '@madihahnikfuad I.S'), (27045, 384, 'Malaysia', '@shineiz ยอๆ ขอบคุณมากน้าาา^[]^'''), (27046, 3786, 'Pulai, Johor Bahru', 'I''m at Starbucks Malaysia (Official) (Johor Bahru, Johor Darul Ta''zim) http://t.co/GuJ4lkjG'), (27047, 3251, 'Johore, Malaysia', 'I''m at Shiraz @ Clarke Quay w/ @bryanhihi @ozkkkkkk http://t.co/IeoAmsJu'), (27048, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan dia kan cakap kan suke kite kan tapi kan dia kan ade kan makwe lah kaaaannn.....'), (27049, 4318, 'Singapore', '@7amakhChawi @hazimnadzrin @Orukazaki aurat. astargfirullah :p'), (27050, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs okayyy nanti esok jangan tak datang pulakk :p'), (27051, 2020, 'Riau, Indonesia', 'I''m at Malaysian Food Street w/ 3 others http://t.co/CM8s2p79'), (27052, 1670, 'Johor Bahru, Johore', 'I''m at Blk 308 Choa Chu Kang Ave 4 http://t.co/qCwCjHeN'), (27053, 1242, 'Singapore', '@BaftaNotch Have you ever once felt that programming is a chore?'), (27054, 515, 'Malaysia', 'I''m at ตลาดใหม่ (หาดใหญ่, ประเทศไทย) http://t.co/qPcJxeeu'), (27055, 5433, 'Johore, Malaysia', 'nyum nyum nyum......'), (27056, 820, 'Singapore', 'H.W&gt;B.M'), (27057, 4010, 'Singapore', 'yg kaya semakin kaya. yg miskin semakin miskin. *lupa lahh tajuk lagu ni'), (27058, 1670, 'Johor Bahru, Johore', 'I''m at Eugene''s Crib :) http://t.co/ANPF4pHc'), (27059, 13, 'Johor Bahru, Johore', '@WILLLLZZZ @pcsyndrome peem boss ! Eu wan marhh ?'), (27060, 686, 'Johore, Malaysia', '@icydurian lol was just thinking about that. Same thing happens with my brain too. Always on maintenance until 10 pm'), (27061, 3548, 'Johore, Malaysia', 'My doo doo ice cream. :) less than 3'), (27062, 5242, 'Malaysia', '@Fizieeee fizi kat rumah fizi. Ok'), (27063, 4478, 'Riau, Indonesia', 'RT @aldokurniawaan: SINGLE'), (27064, 1324, 'Plentong, Johor Bahru', 'Shisha-ing! Sama Bullart! ;) (@ Restoran Singgah Selalu w/ 2 others) http://t.co/FsyceaPd'), (27065, 4681, 'Johor Bahru, Johore', 'Seriously damn tiredd. /:'), (27066, 5434, 'Johore, Malaysia', 'Dinner with love @highrule_ @ Kampong Glam Cafe http://t.co/XTKFY3LF'), (27067, 5435, 'City Square, Plentong', 'I''m at Johor Bahru City Square (Johor Bahru, Johor) http://t.co/apYm5Bwt'), (27068, 384, 'Malaysia', '@TUAN_TH ซื้อลูกชิ้นอยู่!5555'), (27069, 5436, 'Johore, Malaysia', 'Forty thousand calories at forty hands! @ Forty Hands http://t.co/Nm71nDyh'), (27070, 3797, 'Kota Tinggi, Johore', 'I love my friends:)'), (27071, 1331, 'Johor Bahru, Johore', '@WanFlizzow Macam paham...Silap-silap rokok basi dia jual kt kau...Hahaha baru tau...'), (27072, 2827, 'Johor Bahru, Johore', 'Hving a crush do come and go dont they? :/'), (27073, 5262, 'Singapore', '@jinnielaine ^-^'), (27074, 967, 'Kota Tinggi, Johore', 'I''m at Rocky hill field http://t.co/OLsoZSPW'), (27075, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa haha .kesian kw .asl x tdo je uma eype'), (27076, 5437, 'Johor Bahru, Johore', 'Dinner at Punggol Kopitiam'), (27077, 4478, 'Riau, Indonesia', '@vfradenarieff belum dek,hmm jam9 datengnya huaa'), (27078, 2065, 'Johore, Malaysia', '@ZamerZahran ceh..dari dulu ko sengal..hahaha'), (27079, 116, 'Johore, Malaysia', '@chuaenlai nice! Garibaldi''s always amazing.'), (27080, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 thank goodness i left xD'), (27081, 4459, 'Plentong, Johor Bahru', '@__kHAIRULaZRIE @Shazleenatasha Iye iye je dekat maktab'), (27082, 2114, 'Singapore', '@Yinting_Lee chiobu'), (27083, 1105, 'Singapore', '@afyzahh tk ah! ^^'), (27084, 54, 'Johore, Malaysia', '@_Jesusbeloved you know what!! IDGAF to anything related about school, i know that i love the teachers and school only, the rest i hate them'), (27085, 3452, 'Johore, Malaysia', '@sara_B2ST thank you hahahha :) im sweet as well HAHAH just kidding'), (27086, 2891, 'Johore, Malaysia', '@SamHerbieOng then climb la.'), (27087, 14, 'Johor Bahru, Johore', 'I thought we were good friend ? No I''m wrong. .'), (27088, 4109, 'Johor Bahru, Johore', 'I''m at Compass Point Shopping Centre (Singapore) w/ 12 others http://t.co/t1uoGaeK'), (27089, 3452, 'Johore, Malaysia', '@zomgitsnawar alone HAHHA'), (27090, 46, 'Plentong, Johor Bahru', '@SyazrahHassims haha . biase laaa ramai budak hotsentap . hihi XD cari laaaaaaa :)'), (27091, 2655, 'Johor Bahru, Johore', '@xmissjacy juz a clue. It''s polka dots!'), (27092, 1253, 'Malaysia', 'I''m at 7-11 ศรีภูวนารถ http://t.co/CaArCQfF'), (27093, 5272, 'Singapore', 'http://t.co/bS1DCUbK still ma fav!'), (27094, 778, 'Johore, Malaysia', 'I''m at Forbidden City Pub.. http://t.co/r6eTFQht'), (27095, 4449, 'Johor Bahru, Johore', 'Forget to check in. Hehe ^^ (@ Home @ Blk 175 Yishun Ave 7) http://t.co/pWHzMC1X'), (27096, 3718, 'Johor Bahru, Johore', '@Jackvicgoh YES?!'), (27097, 172, 'Johore, Malaysia', 'WTF. this guy got white and black agnes b shirt. shiok or shiok?!'), (27098, 1212, 'Senai Kulai, Kulai Jaya', 'I''m at Burgertop @ KP (skudai, johor) http://t.co/9W3n0weo'), (27099, 3750, 'Johore, Malaysia', 'Huat ah Eurasia !'), (27100, 3053, 'Johor Bahru, Johore', '@Limqiing okay. Anytime welcome you.'), (27101, 5438, 'Tebrau, Johor Bahru', 'hurry up! (@ Maybank Private Banking Setia Tropika) http://t.co/D1l4VjQo'), (27102, 4875, 'Johor Bahru, Johore', '@_jeremyroy metroid hindi meteoroid! Hmph! #drawsomething'), (27103, 5066, 'Johore, Malaysia', 'I''m at Fruit Paradise Dining (Singapore, Singapore) http://t.co/uxFdsXuz'), (27104, 4534, 'Johor Bahru, Johore', '#SomePeopleNeedTo stop being a busybody.'), (27105, 4668, 'Johor Bahru, Johore', 'I''m at Sun Plaza (Singapore, Singapore) http://t.co/DHv1cEVW'), (27106, 84, 'Johor Bahru, Johore', 'When went to buy mask again~ http://t.co/X2HcQZRj'), (27107, 5395, 'Johore, Malaysia', 'I hate it when.this happens'), (27108, 172, 'Johore, Malaysia', '@StereoR_ @tingquan @wongeugene HAHHA ok'), (27109, 5097, 'Pulai, Johor Bahru', 'Hehe. Cepat bagitahuuu ~ konon.......... ''Ehh kepohnya fadh -____-'' ahhh nyampahhh -oo-'), (27110, 54, 'Johore, Malaysia', 'OI can you just shut the fuck up_|_'), (27111, 5097, 'Pulai, Johor Bahru', '@erichafitrih ahhh confirm kau tk ceritaa ~'), (27112, 13, 'Johor Bahru, Johore', '@WILLLLZZZ @pcsyndrome what ? LOL'), (27113, 1247, 'Pulai, Johor Bahru', 'I''m at Restoran Pinang Taman U (Ayam Penyek) http://t.co/HxZZfcQW'), (27114, 1091, 'Johore, Malaysia', 'Why hold on when you know you''re hurting deep down? I tried my best to help you but you push me away cos of him. I can''t help anymore.'), (27115, 4973, 'Johor Bahru, Johore', 'I''m at Queen''s Desserts (Singapore) http://t.co/GGWvw0Q1'), (27116, 5439, 'Johore, Malaysia', 'Dinner celebration!!! (@ Cafe de Hong Kong) http://t.co/VQfHQd0L'), (27117, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan dia kan cakap kan nak datang kedai ajak makan kan tapi kan haraaaamnm tau....'), (27118, 4010, 'Singapore', 'garang RT @adek3000 Tak suka sembang banyak. Kalau tak puas hati tahap pepek sini kita bertumbuk. Kalau nak berbahas gua rasa tak layak kot.'), (27119, 2655, 'Johor Bahru, Johore', '@xmissjacy hey I miss u la. Meet tml?'), (27120, 46, 'Plentong, Johor Bahru', '@azieraziezie banyak duit rezeki allah . sabtu nie hang laaa nak tengok 7 petala cinta :)'), (27121, 2275, 'Singapore', 'oh ia, frontal tp benar RT @hendrikpurnama @buddisetiawan -,-" #frontalnya minta di sodok'), (27122, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @lkmariquit @rinabanana @sheslley ga isip man ko na! pak!! buhay ofw kalurky!!'), (27123, 1748, 'Pulai, Johor Bahru', '时间越久,感觉越强烈'), (27124, 13, 'Johor Bahru, Johore', '@pcsyndrome @willllzzz willys , any objection ? ;p'), (27125, 5418, 'Johore, Malaysia', 'Why look down on yourself when others look up to you?'), (27126, 2513, 'Johore, Malaysia', '@teoquanfu sorry boss!'), (27127, 22, 'Singapore', 'Same with me :) RT @syaifaaaaa I''m excited to go to school this Wednesday , I wanna show my mum the boy I used to have a crush on. lol'), (27128, 46, 'Plentong, Johor Bahru', '@FyyTasha hihi kan kan . good :)'), (27129, 5440, 'Tebrau, Johor Bahru', 'Waiting for zali to cook pataya :-D (@ Restoran Zali Pattaya) [pic]: http://t.co/0csWYSjS'), (27130, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa @HeyPaan hahaha ,kntoi ,td ptg bru aq nmpk dye jln2 .'), (27131, 4503, 'Johore, Malaysia', '@PoChopper fuckinsame'), (27132, 4534, 'Johor Bahru, Johore', '#SomePeopleNeedTo stop expecting and wanting others to respect them when their not even respecting themselves.'), (27133, 4996, 'Johor Bahru, Johore', 'Yay! He replied! ^^'), (27134, 5441, 'Johor Bahru, Johore', ':$'), (27135, 5442, 'Johore, Malaysia', 'Anniversary with my mini me''s... http://t.co/PjCxChVl'), (27136, 5443, 'Johore, Malaysia', 'Hbd nerie! (@ Gerry''s Grill @ Starhub Centre) http://t.co/efhf197c'), (27137, 1091, 'Johore, Malaysia', 'I''m sorry but I tried saving you thousand of times but you still chose to do it. Don''t look for me now. Go do what is best for yourself.'), (27138, 28, 'Johor Bahru, Johore', 'I''m at Teck Ghee Vista @ AMK http://t.co/zd2imxWg'), (27139, 2172, 'Johore, Malaysia', '@TasyaaRazif J???? this is crazy!!!! hahaah that crazy frog?? hahaha'), (27140, 5137, 'Johore, Malaysia', '@cloverella yay ☺☺☺'), (27141, 3774, 'Johor Bahru, Johore', 'I''m at myVillage at Serangoon Garden (Singapore, Singapore) w/ 3 others http://t.co/tgrJ4eWM'), (27142, 4534, 'Johor Bahru, Johore', '#SomePeopleNeedTo stfu. heh. :&gt;'), (27143, 1643, 'Johor Bahru, Johore', 'Retarded advertisement.'), (27144, 28, 'Johor Bahru, Johore', 'I''m at 308a Ang Mo Kio Teck Ghee Vista (http://t.co/oqCMG5k4) http://t.co/pF3FA5Fq'), (27145, 5193, 'Singapore', '@BABYITSZELO Okay fine you win :P'), (27146, 826, 'Johor Bahru, Johore', 'I just ousted Jackie T. as the mayor of Financial Hub @ Blk 603 on @foursquare! http://t.co/GUDMeook'), (27147, 826, 'Johor Bahru, Johore', 'I''m at Financial Hub @ Blk 603 http://t.co/E9Covg58'), (27148, 5428, 'Johore, Malaysia', 'i think i really miss you a lot .'), (27149, 4681, 'Johor Bahru, Johore', 'Shall go home early tmrw just to do homework after running and eating with @ReaperSora @Jo_anna_Banana @ShirahLoves1D &amp; @NammyImmaELF .'), (27150, 5444, 'Tebrau, Johor Bahru', 'Finally :) (@ Fazreena''s Bedroom) http://t.co/dTPA7fM5'), (27151, 4010, 'Singapore', 'akhirnya.. bangun jugak beliau..'), (27152, 5263, 'Johor Bahru, Johore', '@iDreamFantasy @dacrazyweirdone @steph_songsari haiyo it''s not gonna work like that :&lt;'), (27153, 1371, 'Johore, Malaysia', '@sharon_cuneta12 we will never be good enough for everybody but we are the best for someone who really appreciates us!'), (27154, 5445, 'Johore, Malaysia', 'I''m at H&amp;M (Singapore) w/ 5 others http://t.co/KC5Z8n2x'), (27155, 643, 'Johor Bahru, Johore', 'I''ve an array of ice cream shops in front of me and I have no money. T_T'), (27156, 5342, 'Johore, Malaysia', '@salehasauki innalillah...'), (27157, 2065, 'Johore, Malaysia', '@hahazaahir xtau la kalau xd org jge..tapi yg tu la murah pki rm50 je..kalau x mahal'), (27158, 826, 'Johore, Malaysia', 'I''m at Mitsubishi Motors http://t.co/iur1c0l0'), (27159, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa haha .tp kw dpt gak rse balik lmbat .haa'), (27160, 1778, 'Malaysia', '@wararat_amp 55555+ ดูย้อนหลังเหมือนกัน (มีเพื่อนหละ นึกว่าจะไม่ดูอยู่คนเดียว)'), (27161, 54, 'Johore, Malaysia', '@_Jesusbeloved haha(;'), (27162, 5446, 'Johor Bahru, Johore', 'Waiting for someone &lt;3 (@ Terminal 1 Arrival Hall w/ @xpeiqix) http://t.co/Z9Il7c9B'), (27163, 1194, 'Singapore', '@MyPhenomeniall hahaha maybe o.o'), (27164, 327, 'Johor Bahru, Johore', 'If this problems effect my recording for tmrw . I''ll get fucking piss .'), (27165, 5263, 'Johor Bahru, Johore', '@steph_songsari @iDreamFantasy @dacrazyweirdone do a little bit of work yourself and we''ll mash it together k? K I lub you guys, bye :-)'), (27166, 3229, 'Johore, Malaysia', 'Korean Walnut Cakeeeeeeee! (@ Carrefour) http://t.co/uwvYvJFj'), (27167, 3896, 'Johore, Malaysia', '@xtinehearts Wah which means 1 more month!!! Yeah have someone in mind already hahha'), (27168, 1769, 'Johor Bahru, Johore', 'Jemput mama wifey (@ Terminal 1 w/ 21 others) http://t.co/En1uhjPR'), (27169, 1264, 'Johore, Malaysia', 'Okay i not scared already LOL'), (27170, 2554, 'Johor Bahru, Johore', 'Sian la'), (27171, 5382, 'Johore, Malaysia', 'http://t.co/3FqCbDsy'), (27172, 4681, 'Johor Bahru, Johore', '@tripodmonster hahah, yours not line and not unlimited texts ahh?!'), (27173, 967, 'Kota Tinggi, Johore', 'Mnehna nyatu, nginum, ark ka hotel mh kburu beak duitna.. Jadah..RT @IntAn_ImUtsExy: Nanaonan wae (cont) http://t.co/wTYSV83M'), (27174, 5447, 'Johore, Malaysia', '@zeemelodia hahaha..tkleh ar der..btw bsk plz zee..uss :''( :''( *nanges*'), (27175, 826, 'Johore, Malaysia', 'I''m at Jewel Cable Car Ride http://t.co/xL4p0iW9'), (27176, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 IKRIKR THEY DESCRIBING THEMSELVES o,o'), (27177, 3007, 'Tebrau, Johor Bahru', '@nurulalaika ok, dah..secret aww takut nnti stalker marah,..'), (27178, 54, 'Johore, Malaysia', '@_Jesusbeloved not you lah (; aiyo!! (; hahaha!! SHHHHH &gt;.&lt;'), (27179, 116, 'Johore, Malaysia', 'So the trains did break down. Lucky me! I''m on night shift today and was not hassled by this. #SBS #NEL #purpleline #hellosg'), (27180, 55, 'Johore, Malaysia', 'Oh ya @nareerat_27 went to Bangkok. Sawadi-kup, buy present for me kup. if not chan will kliat khun mak mak kup.'), (27181, 5448, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 28 others http://t.co/YofKS6lg'), (27182, 349, 'Johor Bahru, Johore', '@sherlynwsm @aijoueunice @helloiamxinhui okay sure darlings!!'), (27183, 3249, 'Johor Bahru, Johore', '@bentclyff @AminShafieSaad @AdaAbd @Din_impaler wow last long.farris :'')'), (27184, 3283, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 32 others http://t.co/WD4xeqJ6'), (27185, 2590, 'Johore, Malaysia', 'I''m at J.Co Donuts &amp; Coffee (Singapore) w/ 2 others http://t.co/BjqYH6gG'), (27186, 931, 'Johor Bahru, Johore', '@WordsLikeBullet @kohkohcrunchhh bryan tmr u come rite'), (27187, 1001, 'Johor Bahru, Johore', 'Ordinary @ Sheng Siong Supermarket http://t.co/Rp0QVlx7'), (27188, 5097, 'Pulai, Johor Bahru', '@erichafitrih kalauuuuu takkkkkkkkk!!!'), (27189, 440, 'Johor Bahru, Johore', '@TheEntertainerX ._. I don''t understand a single thing ur talking. LOL'), (27190, 2172, 'Johore, Malaysia', 'mlam ni berjubah purple.. hahaha..'), (27191, 5382, 'Johore, Malaysia', '"I am young, I spend most of my time online, I have private things on my phone, I go to bed late and I''m crazy about one person."'), (27192, 2849, 'Johore, Malaysia', 'Finally a #Uniqlo near my hood. @ Parkway Parade http://t.co/VSvOlbNx'), (27193, 1822, 'Johor Bahru, Johore', 'I''m at Hongzhen''s Study Room ! http://t.co/4hYxz2gg'), (27194, 5311, 'Kota Tinggi, Johore', '@chanel_branded pain anot? because of the dog &amp; bone , that time super sunny.'), (27195, 440, 'Johor Bahru, Johore', '@awesomelady98 arbo ._,'), (27196, 1331, 'Johor Bahru, Johore', '@WanFlizzow hahaha...Lagi satu punye rokok foc kau nk???'), (27197, 1194, 'Singapore', '"drink water" ♥♥♥'), (27198, 4459, 'Plentong, Johor Bahru', '@__kHAIRULaZRIE @Shazleenatasha Amboi, tak ada ckp la tak ada :)'), (27199, 2513, 'Johore, Malaysia', '@Peizhao_ I where will ultimate loser please !'), (27200, 2275, 'Singapore', 'pasti org rumbai --&gt; @reskaprima'), (27201, 1958, 'Johor Bahru, Johore', '~I need a doctor.. I need a doctor.. Doctor.. Doctor.. (@ Chia &amp; Lee Medical &amp; Dental Clinic) http://t.co/h8i9oFrU'), (27202, 325, 'Johor Bahru, Johore', 'I''m at 一四九 (Sg) http://t.co/54JnVPqD'), (27203, 967, 'Kota Tinggi, Johore', 'Saeutik2 mh nyambung cacahana.. :D RT @IntAn_ImUtsExy: Wuiiih :o bhsa isyarat kah? (cont) http://t.co/juylBAWh'), (27204, 2513, 'Johore, Malaysia', '@BoonLikeNobody but pretty! HAHA'), (27205, 2413, 'Johor Bahru, Johore', '@YijieMEOW so now U confirm the only guitarist for china MT ah?:)'), (27206, 931, 'Johor Bahru, Johore', '@MansoorAdabi girl?'), (27207, 4697, 'Johore, Malaysia', 'Techno Gym...'), (27208, 116, 'Johore, Malaysia', 'transfer # 3 (@ Paya Lebar MRT Interchange (EW8/CC9) w/ 3 others) http://t.co/jYhdn6kJ'), (27209, 5449, 'Johore, Malaysia', 'le dinner here. (@ Bugis Junction w/ 21 others) http://t.co/f0QF9hGv'), (27210, 440, 'Johor Bahru, Johore', '@awesomelady98 awwwwh :D *bites u*'), (27211, 5409, 'Johor Bahru, Johore', 'lapar siak !!!'), (27212, 400, 'Johor Bahru, Johore', 'Sian!! Whr my dad??'), (27213, 325, 'Johor Bahru, Johore', 'I''m at simei 145 http://t.co/qBbvToQX'), (27214, 2275, 'Singapore', 'sjak kapan gw g mau iktan jalan? haha siap @hendrikpurnama @buddisetiawan gw agustus nunggu undangan om judi, mau ke UJUNG KULON naek SEPEDA'), (27215, 820, 'Singapore', '@Jaaagiii noooo, not even similar!!!!'), (27216, 5451, 'Riau, Indonesia', '@KabarUtamaOne BLT bikin masyarakat lupa togel, 3 hari sdh habis . buat beli gas 3 KG, pulsa 10.000 , beli beras 20 KG ... lalu kelaparan'), (27217, 289, 'Johore, Malaysia', 'You treated me like an option so I left you like a choice.'), (27218, 1673, 'Johor Bahru, Johore', 'I''m at Carpark A11 Blk 224/225 http://t.co/u1unDKk7'), (27219, 182, 'Johor Bahru, Johore', 'I''m at Bus Stop 43579 (Singapore) http://t.co/KQFaYpSk'), (27220, 1331, 'Johor Bahru, Johore', '@TasnimKun Why???'), (27221, 325, 'Johor Bahru, Johore', 'I''m at esplande xchange food avenue http://t.co/BexalKVN'), (27222, 931, 'Johor Bahru, Johore', '@MansoorAdabi yayaya last time sell prata wif me'), (27223, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @lkmariquit @rinabanana @sheslley ay defotah!! kakapoy! letche lapit nlng ah konting tiis!'), (27224, 440, 'Johor Bahru, Johore', '@awesomelady98 see! Now your mouth lying to u too'), (27225, 186, 'Johor Bahru, Johore', '@gwennyteoky lol ok bye'), (27226, 2114, 'Singapore', '@Yinting_Lee Noooo. it''s AWESOME!!!!!!!!!!!'), (27227, 4178, 'Riau, Indonesia', 'pendiem - pendiem sabar sabar emosi mati smua'), (27228, 2202, 'Johore, Malaysia', 'I''m scareddddd. Imagine I start coughing allllot in the middle of my audition :( sigh, I hate being sick.'), (27229, 46, 'Plentong, Johor Bahru', '@azieraziezie ngan bf jelaaa . hihi -,-'), (27230, 1065, 'Johor Bahru, Johore', '@amirarx hahaha !, *Face position* alrdy come lai ! Hahah, Punch'), (27231, 4478, 'Riau, Indonesia', 'hai chak ;) RT @ChicakACP: Hai fa :)"@IlfaAzlyani: RT @ChicakACP: Mention?"'), (27232, 1114, 'Johor Bahru, Johore', 'I''m at Home! (Singapore) http://t.co/5WU9AQLl'), (27233, 2934, 'Johore, Malaysia', 'I''m at Bugis Junction (Singapore, Singapore) w/ 22 others http://t.co/PXh52Tbe'), (27234, 5452, 'Johore, Malaysia', 'Someone''s reading Sherlock Holmes. Apparently a character just died. (at Marina Square) [pic] — http://t.co/ix4nXqV7'), (27235, 5453, 'Riau, Indonesia', '@KetutAyuMira @SwittinS aq jga http://t.co/v9iSwLGP'), (27236, 1673, 'Johor Bahru, Johore', 'I''m at Edmund''s hse http://t.co/nCYVvcTQ'), (27237, 5038, 'Malaysia', 'ชิวอ่ะ (@ ตลาดกรีนเวย์ ((Green Way Market : HDY || w/ 3 others) http://t.co/ZBIZNQal'), (27238, 3609, 'Malaysia', '@nutnunoil ยังหาใม่เจออีก อี๊'), (27239, 576, 'Johore, Malaysia', '@S3R1zawa hahah! Now I''m scared !'), (27240, 287, 'Plentong, Johor Bahru', '@SemsTria #AdaOrangTu kan sombong ah~'), (27241, 333, 'Johore, Malaysia', 'At Marhaba Arabic Cuisine — http://t.co/3DA1W4Mr'), (27242, 494, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 25 others http://t.co/ohn7rnSH'), (27243, 115, 'Indonesia', 'wollen nicht, Sie zu enttäuschen\n\nDedicated 2 dia yang berhasil stealing mine..'), (27244, 1242, 'Singapore', 'omg ace learning &gt;.&gt; how to solve'), (27245, 325, 'Johor Bahru, Johore', 'I''m at Xxfaizalxx ''s Crib http://t.co/14Ga6KG7'), (27246, 1673, 'Johor Bahru, Johore', 'I''m at my sweet gaming room http://t.co/ze75fyvd'), (27247, 1643, 'Johor Bahru, Johore', 'No new connect ):'), (27248, 4478, 'Riau, Indonesia', 'missyoutoocantik:''''&lt;3 RT @tessaaMRD: Loveyouu muut haha :*RT @IlfaAzlyani: asiiiiiiik sehatisehati :**&lt;3 R'), (27249, 4010, 'Singapore', 'harini kawan kawan aku semua jd garang. emm.. takut nak tegur.. :('), (27250, 1589, 'Kota Tinggi, Johore', '2,600 (:'), (27251, 325, 'Johor Bahru, Johore', 'I''m at XxFaiZaLPaRaDiSexX''s Comfy Bed ;D (Singapore, Singapore) http://t.co/lJSrNEUo'), (27252, 46, 'Plentong, Johor Bahru', '@SyazrahHassims kenapa kena pandang badi ? tuu laaa ainna dengan adek comel memang laa kena pandang badi . hihi XD tak baik cakap macm tuuu'), (27253, 2793, 'Johor Bahru, Johore', '@Smittenkiss what did you draw? What foever alone?ahahaha'), (27254, 1194, 'Singapore', '#nowplaying screammm &lt;3'), (27255, 1091, 'Johore, Malaysia', '@sleepyysam Forgive &amp; Forget baby. Remember all pinkyswears gyeah? I love you superdupertruper much. Jom moviedates and jjbb. =)'), (27256, 2432, 'Johor Bahru, Johore', '@f_cukyou oh !! De ear dere rite ? Eeee nice meh haha !!'), (27257, 259, 'Senai Kulai, Kulai Jaya', 'Malas la janji mkn ngn kwn2..lambat..janji kul 8 ni dh kat kul 9 xdtg lagi !!~ tu aku suka kuar mkn sorang2..cepat dan ikut suka nk mkn mana'), (27258, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs okay fine :p haha'), (27259, 5454, 'Johor Bahru, Johore', '@Ddayang sure I wil record with my eyes and narrate the show for you ok?'), (27260, 5266, 'Tebrau, Johor Bahru', 'Siapalah yang curi kau ye!!! http://t.co/OPGvJIKm'), (27261, 5455, 'Senai Kulai, Kulai Jaya', '@ridzjacob ajak gi mane?'), (27262, 5456, 'Johor Bahru, Johore', '#FB ahahaha http://t.co/mJkY6lTF'), (27263, 29, 'Tebrau, Johor Bahru', 'Leg! Why the freak did you fracture at this timing? Cb'), (27264, 5457, 'Johore, Malaysia', 'Hillman なう! http://t.co/SWLeHCfb'), (27265, 415, 'Johore, Malaysia', '@stefenus @jchichibu haha!! My friends are always like "eh I waved at you, you looked behind you and walked away" LOL!'), (27266, 3848, 'Plentong, Johor Bahru', 'Meeting twins. Grab dinner sekali. (@ Sri Krung Theep Restaurant) http://t.co/3C5qNHUF'), (27267, 446, 'Johore, Malaysia', '@FattyWoo they ask me go interview , think work now after army work again !'), (27268, 4478, 'Riau, Indonesia', 'amiiin kak RT @sintapalen: mudah mudahan dapet berkah dari allah nerima hasil uas o:) amin'), (27269, 795, 'Kota Tinggi, Johore', 'I''m at Boon Lay Bus Interchange (Singapore, Singapore) w/ 4 others http://t.co/w6t0Z9e6'), (27270, 1242, 'Singapore', 'NVM I SUB IN THE ANSWERS ONE BY ONE'), (27271, 63, 'Johor Bahru, Johore', '@lady_jay94 besok kene jumpe pkl brp? Haha!'), (27272, 5271, 'Kota Tinggi, Johore', 'The day a guy break a girl heart it means goodbye'), (27273, 1432, 'Johor Bahru, Johore', '@wtfclorencesiah see ya tmrrrr'), (27274, 116, 'Johore, Malaysia', '@ramie2003 not really haha. Still missing a lot from Dubai. Food, fun, malls, and most importantly... friends! #imissdubai'), (27275, 2065, 'Pulai, Johor Bahru', '@hahazaahir yela kot,tapi yang ni untuk pinjaman,ko jgn wat pinjaman kat sane plak..tinggi bunga nye..haha.kalau kat JB aku tau la ada katne'), (27276, 5423, 'Johor Bahru, Johore', '@ButterJingers you''re getting the award as well?'), (27277, 5456, 'Johor Bahru, Johore', '@varicklee dun sad! /giveuimaginaryhug/'), (27278, 2172, 'Johore, Malaysia', '@TasyaaRazif hahahaha... kann.... dh lah dh pakai lens.. mcm ikan bawal muke dia. hahaha'), (27279, 55, 'Johore, Malaysia', '@nareerat_27 find some na-luck mak mak dek pui chang for me see k! i have no idea what i have just said. its all you teach me de.'), (27280, 1778, 'Malaysia', '@wararat_amp เป็นเหมือนกัน5555+ สัปดาห์หน้านาคงไม่อยู่ทั้งสัปดาห์คิดถึง\nพี่แอมน่าดู'), (27281, 2432, 'Johor Bahru, Johore', 'I don wan care le u and him\nUp to u I watch with popcorn and hotdog bun'), (27282, 446, 'Johore, Malaysia', '@KhSalvatore @HelloJasonT_ @jennifertehjw ok hor i book liao ! what session you all want ? 2 nd ?'), (27283, 148, 'Johor Bahru, Johore', 'My new pair of kiddy sandals! Booliboop. http://t.co/gTb7aH8s'), (27284, 712, 'Singapore', 'OMMGGG, got heart attack while watching NU''EST ''s mv - FACE !'), (27285, 3550, 'Johore, Malaysia', 'DAMN FREAKING HUNGRY&gt;.&lt; Wedding dinner food can''t fill the tummy derh...'), (27286, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan dia kan block kite kat fb with no reason tauu... Ape salah kite ntah /_\\'), (27287, 4478, 'Riau, Indonesia', '@vfradenarieff huahua iyaa dek,always kok menunggu sate wkwk'), (27288, 50, 'Johor Bahru, Johore', 'Tetapi pada hakikatnya aku Da lupakan kau.Perasaan cuma sebagai teman biasa ;)'), (27289, 4318, 'Singapore', '@7amakhChawi @hazimnadzrin @Orukazaki hahhahaha like that actually works &gt;&lt;'), (27290, 4617, 'Restoran Grand Straits Garden, Plentong', 'I''m at Grand Straits View Garden Seafood Restaurant (Johor Bahru, Johor) http://t.co/qmabhEuh'), (27291, 440, 'Johor Bahru, Johore', '@doubleyouuem 打是疼嘛是爱 . :D ok laaa, I dont be mean~ I such a nice person~'), (27292, 3443, 'Johore, Malaysia', '130 FOLLOWERS WOOTS'), (27293, 5458, 'Johor Bahru, Johore', 'I''m at Yishun ClubFITT Gym w/ @aldricsia http://t.co/qSGdSfE9'), (27294, 5263, 'Johor Bahru, Johore', 'Dafuq why is everyone so judgmental? Do I look that fucking mean?'), (27295, 2068, 'Singapore', 'I was hoping that I could finally see you tomorrow :/'), (27296, 1331, 'Johor Bahru, Johore', '@WanFlizzow Betul, tk menyesal eh???Rokok ni lain daripade lain tau....'), (27297, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh yah how u know see my eyes n my lips'), (27298, 334, 'Johore, Malaysia', '@LaNcE_GoH @Dream_Boards @MenInCharCoal can earlier? :)'), (27299, 2443, 'Johor Bahru, Johore', '@assortedbacon chicken rice ?'), (27300, 5459, 'Johor Bahru, Johore', 'Camping in my grandmother''s house !!'), (27301, 2275, 'Singapore', 'seruan mana, pke sepeda apa ga ksana? RT @hendrikpurnama liat foto di fbnya om judi, ada pintu utama UJUNG KULON.. pasti lu NGILER :P'), (27302, 5454, 'Johor Bahru, Johore', '@WhinnyWinny you just have to fall asleep while attempting to walk to the kitchen :)'), (27303, 5456, 'Johor Bahru, Johore', '#FB ahaha http://t.co/LG5idJuJ'), (27304, 4999, 'Johor Bahru, Johore', 'Gotta continue doing my SS Essay! Need to find similarities and differences :-)'), (27305, 186, 'Johor Bahru, Johore', '@gwennyteoky no, kidding, hi.'), (27306, 712, 'Singapore', 'how can REN look totally girl when REN IS ACTUALLY BOY BOY!'), (27307, 4781, 'Johor Bahru, Johore', '@fernnny I read wrongly!thought u are saying mad angry instead of hungry!'), (27308, 1264, 'Johore, Malaysia', 'Stupid classmates scaring me again'), (27309, 364, 'Johor Bahru, Johore', '@turqu0iseee followed . ☺'), (27310, 3550, 'Johore, Malaysia', '@Juper_Sunior Somewhere near I guess? Wedding dinner at hotel near scape.'), (27311, 5193, 'Singapore', '@BABYITSZELO :P'), (27312, 4010, 'Singapore', 'asal semua dah beli tix The Oppressed ahh. errrmm'), (27313, 3354, 'Johore, Malaysia', 'phone isnt vibrating'), (27314, 1069, 'Johor Bahru, Johore', '-.-" cityville having Dubai theme buildings -.-"'), (27315, 259, 'Senai Kulai, Kulai Jaya', 'Aku tak suka bila orng jawab biasalah lambat...kan janji melayu...habis yg ko tau ko tu melayu pesal ko nk lambat...memalukan!!'), (27316, 2443, 'Johor Bahru, Johore', '@assortedbacon dun look like you Sia ur dp'), (27317, 364, 'Johor Bahru, Johore', '@jonalonso followed . ☺'), (27318, 1194, 'Singapore', 'ROFL the fake reading in library jsut now ♥♥♥♥'), (27319, 14, 'Johor Bahru, Johore', '“@WhyS_o_Serious: Last week''s tonight''s now, we sec3 hillgrovians, are having camp fire. I miss it, I really do. &lt;3”'), (27320, 931, 'Johor Bahru, Johore', '@MansoorAdabi so is liverpool n arsenal but he nt leavon diz summer'), (27321, 440, 'Johor Bahru, Johore', '“@piggyoinkoinkz: @ChocoBlitzzz really weird la ! my mom say i look retarted wtf ):” LOL! Funny die'), (27322, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 I know... &gt;&lt;'), (27323, 1432, 'Johor Bahru, Johore', '@wtfclorencesiah bu hui lah!'), (27324, 1331, 'Johor Bahru, Johore', 'DIAM AH BOI...'), (27325, 4671, 'Singapore', '@mggykills its you''re time to shine :)) parang ganon lang :p'), (27326, 3395, 'Johor Bahru, Johore', 'I''m at Junction 10 (Singapore) w/ 2 others http://t.co/iPUb1pir'), (27327, 932, 'Johor Bahru, Johore', 'I must be a snowflake, because I''ve fallen for you.'), (27328, 4996, 'Johor Bahru, Johore', 'Gonna find some chocolates !'), (27329, 2793, 'Johor Bahru, Johore', '@Smittenkiss chey! Say la!ahahah i thought racial harmony day or something'), (27330, 4467, 'Johor Bahru, Johore', '@shermainelun why?:('), (27331, 5456, 'Johor Bahru, Johore', '#FB http://t.co/EUh7v7Ez'), (27332, 1382, 'Johor Bahru, Johore', '@PeiYi2706 your question no link lol'), (27333, 2166, 'Johor Bahru, Johore', 'Stout and chocolate is torture.'), (27334, 5097, 'Pulai, Johor Bahru', '@erichafitrih hahaha tahuuuu tkuttttttttt.'), (27335, 4955, 'Johore, Malaysia', '@nerdytooty :( I wanna go home and do @myntshop stuff :('), (27336, 2275, 'Singapore', 'ujung kulon keren juga, sipp next trip agustus kesana :D'), (27337, 5455, 'Senai Kulai, Kulai Jaya', '@ridzjacob owh xde ar saje je kan ak ckp berangan je haha..'), (27338, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan gadoh makwe pakwe libatkan kite tauu... Pastu kan tak masal kite yang kene block dengan dedua eko tu.. Ape dose kite ntahnya'), (27339, 172, 'Johore, Malaysia', '@yizhonghere idk... T.T somemore if the stocks come only m. FML. i only can wear xs. reuben m also too big.'), (27340, 54, 'Johore, Malaysia', '@_Jesusbeloved no lah; you forever Rachel noisy in laughing not in talking or whatever; cheyyy haha'), (27341, 5460, 'Malaysia', 'letihnya baru sampai di Penang esok ada kelas'), (27342, 5461, 'Johor Bahru, Johore', '@Faiz_SlowItDown @theradicalgel @prawnnfishcake @isaac_yzx @jedrick_nwj @priestlah u go srly useless. If u cant understand in class, y go.'), (27343, 5097, 'Pulai, Johor Bahru', '@HaneyBarney ape hani?'), (27344, 5462, 'Johore, Malaysia', 'I just ousted @jaehojang76 as the mayor of Food junction @Harbour Front on @foursquare! http://t.co/fcyiScKl'), (27345, 4834, 'Plentong, Johor Bahru', 'Shisha nasik lemak flavour.huhu. (@ Mr combi cafe and kopitiam w/ @syahbudakbaik) http://t.co/a74NXX4M'), (27346, 5423, 'Johor Bahru, Johore', '@ButterJingers steady, skip only! Haha! Then can go tgt!'), (27347, 440, 'Johor Bahru, Johore', 'Hmmmmm. Should I cut hair? Or just get caught den cut hair? Coz I cut le hair also get caught for long hair. EVERYTHING TO THEM ALSO LONG'), (27348, 898, 'Johor Bahru, Johore', '@HaziqDarls @nazzyfxckjack @acunVeilside Woits :)'), (27349, 4010, 'Singapore', '24 APRIL - ARCH ENEMY LIVE IN MALAYSIA'), (27350, 1643, 'Johor Bahru, Johore', 'Please do not disturb my heart.'), (27351, 5266, 'Tebrau, Johor Bahru', 'Nasib baik ada lagi sekor kucing lagi!hehe http://t.co/GA6RxNvC'), (27352, 932, 'Johor Bahru, Johore', 'You remind me of a magnet, because you are attracting me.'), (27353, 232, 'Johore, Malaysia', 'Wondershake時間だといままだ夕方ぐらいらしい。'), (27354, 908, 'Johor Bahru, Johore', '@CeweBispakInc Jijik bangat deh liat muka kamu di timeline aku!'), (27355, 5463, 'Johor Bahru, Johore', '@iiHamster yay !! :D see if I can get money from my mum first bah , if I can then no need ^^'), (27356, 2068, 'Singapore', 'Gonna sleep real early tonight :)'), (27357, 5097, 'Pulai, Johor Bahru', 'Takutnyaaaa hani marahhh :p backup eric lettew. Ehh????? Kkkkkkk.'), (27358, 3940, 'Johore, Malaysia', 'I''m at Din Tai Fung 鼎泰丰 (Singapore) http://t.co/sbowVpsg'), (27359, 820, 'Singapore', '@dee_kosh degradation of singlish i guess'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (27360, 141, 'Johor Bahru, Johore', '2 more stops. (@ Kranji MRT Station (NS7)) http://t.co/IRDUbF4x'), (27361, 5284, 'Plentong, Johor Bahru', '@sayaPELANGY hehehehe.. Nie buat asgmt ke?'), (27362, 4010, 'Singapore', '24 MARCH - THE OPPRESSED LIVE IN MALAYSIA'), (27363, 3718, 'Johor Bahru, Johore', '@Jackvicgoh same! ⛄'), (27364, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa hahaha .asl lak ??laen kali r .tngu duet msok bru samok .'), (27365, 4459, 'Plentong, Johor Bahru', 'Tengah buat Fizik dengan jayanya, Fuhhh'), (27366, 1293, 'Johor Bahru, Johore', '@jaaaaanice to release anger? Its bad to hold in your anger! Hahahaha.'), (27367, 5456, 'Johor Bahru, Johore', '@varicklee STOP EMO-ING u r making me sad.'), (27368, 1778, 'Malaysia', '@wararat_amp ไปภูเก็ต ยังไม่เิปิดเทอมเร็วไป555+'), (27369, 377, 'Johor Bahru, Johore', '@belindadrs 2 tahun eh. Jd, 1a-d 2a-d. Hmmmmm'), (27370, 5464, 'Plentong, Johor Bahru', '@faizal9897 ape yang mambang ? haha'), (27371, 1343, 'Johor Bahru, Johore', 'RT“@brainpicker: 1925 imagines travel in 1950 http://t.co/iKefKfTd (ᔥ @GuardianUS)”'), (27372, 5465, 'Johore, Malaysia', 'I''m at St. James Power Station (Singapore) http://t.co/6vpP98Rj'), (27373, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan poser siot'), (27374, 4996, 'Johor Bahru, Johore', 'Oh. Zayn... '), (27375, 866, 'Tanjong Kupang, Johor Bahru', '@FarhanaJohari @noorfaraaida suruh @fiza_ahmad beli bahan2 pastu dtg mantin buat,pastu makan sesama.Tp tggu den balik nanti la :)'), (27376, 364, 'Johor Bahru, Johore', 'Boring girl. ):'), (27377, 4534, 'Johor Bahru, Johore', '@nurulPaco gws.'), (27378, 4010, 'Singapore', '30-31 MARCH - ROCK &amp; ROOTS (THE SPECIALS) LIVE IN SINGAPORE'), (27379, 2954, 'Kota Tinggi, Johore', '@adrenaaa go where ?'), (27380, 1091, 'Johore, Malaysia', 'I don''t know the whole story &amp; I can''t listen to one party only. It''s unfair. I wish I could help solve this shits you''re facing.'), (27381, 5140, 'Riau, Indonesia', 'Hang out without panda... :-( (@ Resorts World Sentosa Casino) http://t.co/ug49eC6c'), (27382, 4435, 'Johore, Malaysia', 'I hate my sis.'), (27383, 2443, 'Johor Bahru, Johore', '@assortedbacon get those nerd type of spec'), (27384, 755, 'Johor Bahru, Johore', 'Early supper!! :D @ Beancurd City @ Jalan Lengkok Sembawang http://t.co/phLOsyxA'), (27385, 5466, 'Johore, Malaysia', 'You light up my world, Baby~&lt;3'), (27386, 4681, 'Johor Bahru, Johore', '@tripodmonster Goood whaat! A lot of people text youu. (Y) :) x'), (27387, 46, 'Plentong, Johor Bahru', '@SyazrahHassims eleyhh semuanyaa comel . mesti laaa ade nak punyaaa . cume cepad or lambad :D'), (27388, 3143, 'Tanjong Kupang, Johor Bahru', 'I''m at Pintu B Port Tanjung Pelepas (Gelang Patah, Johor) http://t.co/HvJUvqf4'), (27389, 2166, 'Johor Bahru, Johore', '@PinkFridayNuts hahahah. Omg gabriel.'), (27390, 1522, 'Johor Bahru, Johore', 'Omg what has become of you... T_T @sybilcereal "@royceisprince: Yay do chest today I think I''m a firm a cup now woo"'), (27391, 5442, 'Johore, Malaysia', 'Macam paham... http://t.co/PnydLn4P'), (27392, 3257, 'Johor Bahru, Johore', 'I''m at Bukit Batok Driving Centre (BBDC) (Singapore, Singapore) w/ 6 others http://t.co/XMzi0uOd'), (27393, 4478, 'Riau, Indonesia', '@vfradenarieff yaaa kalo ndk datang terpaksa makan nasiiiiiii'), (27394, 528, 'Kota Tinggi, Johore', '@bernardongg lol where is your LV wallet leh??'), (27395, 4216, 'Johore, Malaysia', 'Planets Aligned! (Jupiter left, Venus right) @ Toa Payoh Central http://t.co/Aaibtn9v'), (27396, 2712, 'Johore, Malaysia', '@ammarliomilo @zhxrxxf tah jack'), (27397, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan loser nerd tak hensem giler tapi makwe hot kemain'), (27398, 5467, 'Tebrau, Johor Bahru', 'Seven in ten men will most likely be wearing glasses. Well, that seems reasonable nowadays.'), (27399, 5382, 'Johore, Malaysia', 'Patut ke aku bilang kau yang aku sayang kau?'), (27400, 172, 'Johore, Malaysia', '@yizhonghere ya sia. SIAN max'), (27401, 1357, 'Johor Bahru, Johore', 'Time to play Draw Something'), (27402, 4289, 'Johore, Malaysia', 'I''m at Spinelli Coffee Company (Singapore, Singapore) http://t.co/HownRiVu'), (27403, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh xDD'), (27404, 5468, 'Johore, Malaysia', 'Dinner with @sysquare! (@ Xin Wang Hong Kong Cafe w/ 2 others) http://t.co/XK4V5YCx'), (27405, 2843, 'Johor Bahru, Johore', '#'), (27406, 5469, 'Malaysia', 'เหนื่อยๆๆๆ...!'), (27407, 5470, 'Johore, Malaysia', 'Having Oysters n macallan (@ NUSS Suntec City Guild House) http://t.co/TwPsZOBX'), (27408, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh ikr the 181cm WTF.'), (27409, 54, 'Johore, Malaysia', '@_Jesusbeloved welcome (; hahaha!! What you doing?'), (27410, 440, 'Johor Bahru, Johore', '@doubleyouuem wa! U good! If u angel, Everyone on earth also angels alr :p'), (27411, 5471, 'Johore, Malaysia', 'Heading to geylang (@ Blk 637, Eunos Link Busstop) http://t.co/A5lOtrqb'), (27412, 2186, 'Johore, Malaysia', '@Ndrewgoh95 did u just say wtf?'), (27413, 932, 'Johor Bahru, Johore', 'Do you have a band aid? I just scrapped my knee falling for you.'), (27414, 1980, 'Johor Bahru, Johore', 'I''m at Yi Do An Chinese Temple (Choa Chu Kang, Singapore) http://t.co/xi9LqFOX'), (27415, 3896, 'Johore, Malaysia', '@fidzackaray same'), (27416, 5472, 'Johor Bahru, Johore', 'Chocolate Lava Cake in a cup :) @ Chocolate Origin http://t.co/FXQ2vFDC'), (27417, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 yeah ._.'), (27418, 1643, 'Johor Bahru, Johore', 'My mum exposed me to the doctor. How nice. /:'), (27419, 5460, 'Malaysia', 'nnti smpai nk berehat laaa.... ♥♥♥♥♥♥♥'), (27420, 1091, 'Johore, Malaysia', 'I hate seeing my own bestfriend being sad over a guy. It''s not worth it. He hurt you too much. he left you for another girl.'), (27421, 1109, 'Johor Bahru, Johore', '@UmmiNurHaida_1D Same! :D Babies eyes which r big''s cute! U done any hw alr?'), (27422, 2044, 'Riau, Indonesia', 'dinner \\(´▽`)/ (@ Malaysian Food Street w/ 4 others) http://t.co/Uemx3pBH'), (27423, 5435, 'City Square, Plentong', 'I''m at Share Tea 歇脚亭 @ City Square, Johor Bahru (Johor Bahru) http://t.co/swI80MzV'), (27424, 46, 'Plentong, Johor Bahru', '@azieraziezie sweet laa sangadd . hihi XD eyh ajarkan aku pakai tudung .'), (27425, 5382, 'Johore, Malaysia', 'Kau pikir la sendiri eh.'), (27426, 3945, 'Kota Tinggi, Johore', 'Azli pnya otw pn blh tahan.......'), (27427, 2432, 'Johor Bahru, Johore', '@f_cukyou whr got !! Face nicer hahaha !! Nose eyes mouth'), (27428, 364, 'Johor Bahru, Johore', 'Add me on path . ☺ http://t.co/QMi6fxJ5'), (27429, 1885, 'Johor Bahru, Johore', 'Tommrow goibg or medicak check up.'), (27430, 4478, 'Riau, Indonesia', 'haiii say RT @mumutcimamay: Heeei;)) RT @IlfaAzlyani: RT @mumutcimamay: Mention'), (27431, 4010, 'Singapore', '24 APRIL - ARCH ENEMY LIVE IN MALAYSIA'), (27432, 3416, 'Johor Bahru, Johore', 'I''m at Yi Do An Chinese Temple w/ @lexelledextjluv http://t.co/ZLtDbeq0'), (27433, 5473, 'Malaysia', 'I''m at ร้านขายอาหารตามสั่ง "ตี๋ใหญ่4" (Hat Yai, Songkhla) http://t.co/nxZU0jZT'), (27434, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz going away! :x just can''t help laughing, the way u say it so cute. Retarted. LOL. I tmr must see!'), (27435, 4010, 'Singapore', '29 APRIL - AVENGED SEVENFOLD LIVE IN MALAYSIA / AGNOSTIC FRONT LIVE IN SINGAPORE'), (27436, 5382, 'Johore, Malaysia', 'Drama besok. Haishais'), (27437, 5474, 'Johore, Malaysia', 'If you''ve missed the news lately, there''s now an Apple Store in Toa Payoh http://t.co/QCGyu9zS'), (27438, 1279, 'Johor Bahru, Johore', '@VivianNgJiaLing LOOK LIKE HUANGJIALING'), (27439, 2186, 'Johore, Malaysia', '@Ndrewgoh95 lol sia u said WTF TWICE OMG U NOW ACTING BAD AH ?'), (27440, 893, 'Johor Bahru, Johore', 'I''m at Woodlands Waterfront Carpark (Singapore) http://t.co/EcOsZzmE'), (27441, 900, 'Johore, Malaysia', 'Will that Mclaren be as fast as it looks good #findouttomorrow'), (27442, 2227, 'Johor Bahru, Johore', '@khaicleverley23 you seriously forgot ur password?? :O'), (27443, 2330, 'Johor Bahru, Johore', 'I wna go to town...'), (27444, 763, 'Johor Bahru, Johore', 'So tell me why I''m jealous? It''s because I like and care for you. -.-'), (27445, 5467, 'Tebrau, Johor Bahru', 'Four in seventeen men will become lawyers. That''s not really that low, is it?'), (27446, 5475, 'Johore, Malaysia', 'If you''ve missed the news lately, there''s now an Apple Store in Toa Payoh http://t.co/08f7sXr7'), (27447, 1091, 'Johore, Malaysia', 'And now his pleading to be back with you again? Please you ain''t a ragdoll that he can take and throw anytime he want. Typical jerks!'), (27448, 2413, 'Johor Bahru, Johore', '@drron01 Hey Dr Ron follow me on twitter @Bassmarko !!:D Btw this is Mark Ong ler Chen,ur prayer warrior for yep!'), (27449, 1440, 'Johor Bahru, Johore', '@tweety_thoughts imagine I dine everyday at MBS. Just the food court kills. Haha'), (27450, 1, 'Tebrau, Johor Bahru', '@AlynRomano ,k tak hadiah tu ? HEHEHE'), (27451, 115, 'Indonesia', 'yaaa..... layu sebelum berkembang, mati sebelum tumbuh.. tapi apa salahnya mengagumi ciptaan Tuhan..'), (27452, 5451, 'Riau, Indonesia', '@KabarUtamaOne BBM ga perlu naik, karena tahun ini saja PBB sdh naik 35 % tanpa pemberitahuan terlebih dahulu. Apakah PBB anda sdh terima ?'), (27453, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz eh! I only say funny right? :b I so nice *-*'), (27454, 4682, 'Johor Bahru, Johore', 'I''m at Ice Pub http://t.co/DSv7aTM1'), (27455, 5476, 'Indonesia', '@pjy1234 Please #7AraStayTogether'), (27456, 4160, 'Johor Bahru, Johore', 'I''m at Bliss Restaurant http://t.co/DzNX76QG'), (27457, 1080, 'Johore, Malaysia', 'I''m at The Football Pub (Singapore) http://t.co/54KlHHmG'), (27458, 172, 'Johore, Malaysia', 'I wanna go cathay..'), (27459, 820, 'Singapore', '@dee_kosh yeah, why asking huh?'), (27460, 1712, 'Johor Bahru, Johore', 'Waiting for my pizza and dessert (@ Pizza Hut w/ 3 others) http://t.co/nXAFSOOS'), (27461, 4318, 'Singapore', '@7amakhChawi @hazimnadzrin @Orukazaki aku hot? kau mabuk ke? hahahahaha'), (27462, 2432, 'Johor Bahru, Johore', '@Fira00hFira o0 #youmadbro ? Hahaha wad thing so funny !?'), (27463, 349, 'Johor Bahru, Johore', '@helloiamxinhui @sherlynwsm @aijoueunice I Sunday Kenna book le )'':'), (27464, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa ye la kw .spe je g lg ?'), (27465, 1409, 'Johore, Malaysia', 'I''m at Bugis Junction Shopping Mall http://t.co/U69T1NMH'), (27466, 2415, 'Malaysia', 'ฉันว่าง ฉันเซ็ง ฉันจะเกรียนถถถถถถถ'), (27467, 4010, 'Singapore', 'hmmmm kalau tak g. haizzzz entah'), (27468, 2730, 'Johor Bahru, Johore', 'I''m at Woodlands Drive 16 (Singapore, Singapore) http://t.co/eUgptQrP'), (27469, 3213, 'Johore, Malaysia', 'I''m at Toa Payoh HDB Hub (Singapore, Singapore) w/ 2 others http://t.co/eyfFlF0h'), (27470, 1578, 'Johore, Malaysia', 'Tastiness level 9500 @ Ren Ci Multi Purpose Hall http://t.co/MXc5YKUs'), (27471, 712, 'Singapore', 'O_O i think Pledis Ent is really awesome! cause they hardsubbed NU''EST MV !!! english subtitle and korean subtitle !!!!'), (27472, 2356, 'Johore, Malaysia', '@ShafinahIeenaaa You went to somerset right ? :D'), (27473, 688, 'Johor Bahru, Johore', 'Heading home now yawnz tired :)'), (27474, 786, 'McDonald''s Jalan pontian, Senai Kulai', 'With bakal2 Dr. (@ McDonald''s w/ 2 others) http://t.co/f4d0PKFI'), (27475, 864, 'Johor Bahru, Johore', 'About to say "don''t ever come back"'), (27476, 900, 'Johore, Malaysia', 'All other #f1 cars look ugly #mclaren'), (27477, 415, 'Johore, Malaysia', 'I seriously think if there''s no social media, most people of our era would be diagnosed with depression. #nojoke #firstworldpains'), (27478, 4720, 'Johore, Malaysia', 'I''m at Clark Quay River Side http://t.co/EXM86Yeq'), (27479, 2979, 'Johor Bahru, Johore', 'What''s the max tweet for 1 day lah?'), (27480, 2172, 'Johore, Malaysia', '@TasyaaRazif haha... sumph kelakar'), (27481, 5477, 'Malaysia', 'Funsion pulak ikan kembung goreng ni'), (27482, 5478, 'Johor Bahru, Johore', 'I''m at Candy Empire http://t.co/De8O11sd'), (27483, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz spare me D: I die alsowont cut botak. Worst thing ever. WHO WOULD CUT BOTAK SIA.'), (27484, 222, 'Johore, Malaysia', 'Bryan getting is hair cut by Indians. Ho Ho'), (27485, 5479, 'Johore, Malaysia', 'This is killing me !!'), (27486, 932, 'Johor Bahru, Johore', '(hold out hand) would you hold this for me while I go for a walk?'), (27487, 2432, 'Johor Bahru, Johore', 'Tweet tweet tweet hehehe!! Tweet is my new chat buddy fb sry ~ u are only for pictures'), (27488, 2674, 'Johor Bahru, Johore', 'I''m at 天外天朝洲鱼头炉 http://t.co/2ejITLuJ'), (27489, 1501, 'Johor Bahru, Johore', 'i feel like slapping noi''s face sia. sibei.'), (27490, 5480, 'Johore, Malaysia', 'I''m at KOI Café (Singapore) http://t.co/8Ay8giLy'), (27491, 2810, 'Johor Bahru, Johore', 'I only have this much patience.'), (27492, 2710, 'Singapore', '1D getting a TV show on Nickelodeon. Am i suppose to just look @ my screen with a straight face or just burst with tears of laughter?'), (27493, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan dah lah lelaki pastu kan tweet kite suh PAYONG TOPUP sikit! Kejadah betul. Murahan bukan?'), (27494, 5266, 'Tebrau, Johor Bahru', '@nurfarrahana cute kan..sekor hilang..tgal lg sekor je.:dtg mah klu nk tgk..haha'), (27495, 5481, 'Riau, Indonesia', 'kenapa harus teringat selalu, lupa sedikitpun gak bisa'), (27496, 362, 'Johore, Malaysia', 'Hello everybody . I''ve been thinking of using my piercings again :)'), (27497, 1065, 'Johor Bahru, Johore', 'Girls keeping such wonderful boys at the friend zone, and Wanting a jerk/asshole breaking their heart again and Again repeatly'), (27498, 2979, 'Johor Bahru, Johore', 'Are you that pretty?'), (27499, 2275, 'Singapore', 'rezeki tiap org itu ada klo udah usaha,jd why u all so seriously, just relax, enjoy your life'), (27500, 957, 'Singapore', '@mkxherinegp why?'), (27501, 1578, 'Kota Tinggi, Johore', '@sheilaaa iPad drawgasm. @ Showmakers (S) Pte Ltd http://t.co/k3Xy01MQ'), (27502, 3452, 'Johore, Malaysia', '@paperdrizzle OMG SERIOUS :( HAHAHAHHA'), (27503, 1347, 'Johor Bahru, Johore', 'Setting off now...good bye wifi...hello to my NPCC self again...sorry juniors'), (27504, 5382, 'Johore, Malaysia', 'Irritating ah. Logic ah sia." Dah takde p.e, abeh nak pakai ape? " eh ngok uniform ade buat ape eh?!'), (27505, 5251, 'Plentong, Johor Bahru', '@dayarazif ohh yg tu.HAHA'), (27506, 2443, 'Johor Bahru, Johore', '@assortedbacon follow Andrew'), (27507, 893, 'Johor Bahru, Johore', 'I''m at Woodlands Waterfront Jetty (Singapore) http://t.co/asoHX4iy'), (27508, 4764, 'Johor Bahru, Johore', '@xoxo_Nanaa HAHA ! Idk . Never seen you out of uniform before . (:'), (27509, 2438, 'Johor Bahru, Johore', '@reluctanther0 d ba pwdeng magaling lang sa time management?'), (27510, 3452, 'Johore, Malaysia', '@AanPapan Chinnn up farhan :)'), (27511, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh aiya nvmd lah'), (27512, 172, 'Johore, Malaysia', '@yizhonghere serious?! heng we nvr waste our time go down!!!! hahaha. but expected uh, they sell so cheap confirm is those cannot sell out'), (27513, 3452, 'Johore, Malaysia', '@zomgitsnawar i fa what :('), (27514, 1778, 'Malaysia', '@wararat_amp คร้าา^_^'), (27515, 5482, 'Johore, Malaysia', 'The sunglasses are way too awesome! I wanna buy them all :D #sunglasses #shades #work @ DH sunglasses http://t.co/cRm1NHfL'), (27516, 2065, 'Johore, Malaysia', '@hahazaahir cakap buka akaun je..debit card tu aku xtahu la kan..debit card cam kredit card kan?bahaya2..'), (27517, 440, 'Johor Bahru, Johore', '@doubleyouuem your walao so unique one. *-* devils are cute and cool :D got horns one *-*'), (27518, 362, 'Johore, Malaysia', 'Not soon . Next month ?'), (27519, 5382, 'Johore, Malaysia', 'Bingit sia jadi pengarah. -.-'), (27520, 2979, 'Johor Bahru, Johore', 'My house damn noisy. Blasting Music.'), (27521, 322, 'Johor Bahru, Johore', 'I don''t have beige! My god! I''m do dead.'), (27522, 932, 'Johor Bahru, Johore', 'You are so sweet, you put Hershey''s out of business.'), (27523, 5476, 'Indonesia', '@b89530 Onnie please #7AraStayTogether'), (27524, 893, 'Johor Bahru, Johore', 'I''m at SHELTER near Woodlands Waterfront playground http://t.co/Fnb908dz'), (27525, 2124, 'Johor Bahru, Johore', 'Regret not buying a iphoneee!!! Sigh android phone always give euu what error one ._.'), (27526, 446, 'Johore, Malaysia', '@jennifertehjw which tweet ?!'), (27527, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh hahaha nehmind sued to it! xD'), (27528, 1154, 'Johore, Malaysia', '@DUMBASS_ZIYING cheer up la:) hahaha work hard lor :P'), (27529, 632, 'Tebrau, Johor Bahru', 'CC: @NurlisaShahira RT @HazwaniKarim: @UmairahNizam hm , kirim salam dia . Ckp dy selawat bebanyak . Jgn nervous Sgt .'), (27530, 931, 'Johor Bahru, Johore', '@idontgiveashetz agreed'), (27531, 2413, 'Johor Bahru, Johore', '@TheeHafiz where are you now sio? Where got free concert ah?:)'), (27532, 5025, 'Johor Bahru, Johore', 'Licking the chocolate off the pocky... Dinner + boredom'), (27533, 2186, 'Johore, Malaysia', '@Ndrewgoh95 really? Or freak ? Dont act la wtf is wtf no wtfish one hahah . Faced it we are all the same :)'), (27534, 361, 'Senai Kulai, Kulai Jaya', 'Dia kata boley kalo dah ada experience kija @ssyafika try la tnya @KRhannajoe da unprotect'), (27535, 769, 'Johore, Malaysia', 'Accompanying @bobohitam to cut his hair! (@ Venus Salon) http://t.co/DY1TKrLi'), (27536, 1778, 'Malaysia', '@wararat_amp ไปด้วยเปล่า *ชักชวน*'), (27537, 377, 'Johor Bahru, Johore', '@derppp_ I know right.. No more time to fuck about :\\'), (27538, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @lkmariquit @rinabanana @sheslley ay bongga! level up na nga pangitaay work!'), (27539, 4318, 'Singapore', 'There are 31556000 seconds a year, make each one count..'), (27540, 3007, 'Tebrau, Johor Bahru', '@nurulalaika okay, 1 naqi 2 ipin 3 pami 4 kering 5 misai 6 fan di facebook 7 fan di facebook 8 facebook lagy 9 facebook lagy 10 pami piruz'), (27541, 5483, 'Johor Bahru, Johore', 'Unriddle 2 ;) (@ Admiralty Drive, Blk 359A) http://t.co/8sjgJ6Ad'), (27542, 2979, 'Johor Bahru, Johore', 'So plain?'), (27543, 528, 'Kota Tinggi, Johore', '@bernardongg oh. When is your trip?'), (27544, 4010, 'Singapore', 'Atoi Watkins, statement mcm gampang ehh lu sia. parents curi lu punya parsport? apa sial lah kau punya ayt. tak cool perr :D'), (27545, 5455, 'Senai Kulai, Kulai Jaya', '@ridzjacob ko ar blanje ak.. jpa ak x masuk sem ni haha..'), (27546, 5044, 'Plentong, Johor Bahru', '@danihamz haha pegidahh..'), (27547, 5484, 'Johor Bahru, Johore', '@AdrianGohJW now u know XD'), (27548, 5476, 'Indonesia', '@sohotmelody Please #7AraStayTogether'), (27549, 2275, 'Singapore', 'kasihan RT @hendrikpurnama saya hidup dengan sepeda, tidurpun dengan sepeda ^0^)//'), (27550, 2202, 'Johore, Malaysia', '@L1PZL1K3SUG4R Awwww :) thankssss :)'), (27551, 5485, 'Restoran Osman - Jalan Padi Ria 13, Plentong', 'Dinner with small bro. :) (@ Restoran Osman) http://t.co/DzTcQU8l'), (27552, 5486, 'Johor Bahru, Johore', 'I''m at Bishan Bus Interchange (Singapore, Singapore) http://t.co/KkQy7F0h'), (27553, 5097, 'Pulai, Johor Bahru', '@erichafitrih melampau apekah??? -,-'), (27554, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz let''s all see tmr *-* won''t be so jialat one la, unless the hairdresser anyhow :b'), (27555, 2186, 'Johore, Malaysia', '@Ndrewgoh95 never thought u will upgrade urself to ny level'), (27556, 2443, 'Johor Bahru, Johore', '@assortedbacon ok can'), (27557, 4681, 'Johor Bahru, Johore', '@JaylonJiAn @yongjiannn siaoo ahh, so expensiveee! :p'), (27558, 5487, 'Johore, Malaysia', 'Just posted a photo @ Offside Futsal Park http://t.co/4pjYpFjz'), (27559, 182, 'Johor Bahru, Johore', 'I''m at SMRT Feeder Bus 945 http://t.co/udxoaUE5'), (27560, 2704, 'Johor Bahru, Johore', 'I''m at Terminal 2 (Singapore, Singapore) w/ 8 others http://t.co/yM8Ni7sw'), (27561, 5097, 'Pulai, Johor Bahru', '@HaneyBarney nak blahh aa nihh..... Bye'), (27562, 1514, 'Johore, Malaysia', 'Last night! (@ SGH Ward 54) http://t.co/wJdgVROl'), (27563, 5251, 'Plentong, Johor Bahru', 'kne pakai bju brkolar ke tyme amik rsult?kte kn bkn lg plajar -,-'), (27564, 1109, 'Johor Bahru, Johore', '@Thathegirl Alright. Wbwb. (:'), (27565, 10, 'Johore, Malaysia', '@LeeWLun tmr working?'), (27566, 5316, 'Johor Bahru, Johore', '@ZhouJin_ 嗯嗯~那你后天去不去conred阿'), (27567, 5488, 'Kota Tinggi, Johore', 'Back! (@ Ethel''s House w/ @eatmyhair) http://t.co/YrKr6oNq'), (27568, 5489, 'Tebrau, Johor Bahru', 'Forever alone hahah RT "@HyQyle: All alone at 4SIR doing duty. Heh"'), (27569, 377, 'Johor Bahru, Johore', '@belindadrs iya. And harus belajar buat test. Lesson pertama langsung test eh.'), (27570, 712, 'Singapore', '@SuHisTokkiOri yeah.. i cant believe he is guy ... :/'), (27571, 2710, 'Singapore', '#PeopleIWantToMeet @WGsohee , every idols there are in Korea? Oh and of course my dad, @liltunechi . WEEZYYYY DA BOMB'), (27572, 5251, 'Plentong, Johor Bahru', '@dayarazif pelik'), (27573, 5490, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall w/ @cassandrabloopy http://t.co/DyuDb0eE'), (27574, 2937, 'Johore, Malaysia', '@TektonikStereos hey! kik kik'), (27575, 5491, 'Johor Bahru, Johore', '@Nunacumel ustaz google'), (27576, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh who oreofighter uh???'), (27577, 632, 'Tebrau, Johor Bahru', 'Talk about the present, not the past.'), (27578, 283, 'Johor Bahru, Johore', '@Jyeoj hm. There is the matinee and evening show, circle and stall seats! Stall is apparently better so it''s more ex~ evening is sold out'), (27579, 931, 'Johor Bahru, Johore', '@MansoorAdabi @pinkissmexy oh yes'), (27580, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz i also not monk *-* not suited for me :D too awesome to be monk alr'), (27581, 4503, 'Johore, Malaysia', '@PoChopper haha! Impossible..'), (27582, 4985, 'Tebrau, Johor Bahru', 'Macam ade something kat tekak. Sakit ;('), (27583, 5097, 'Pulai, Johor Bahru', 'Maksud deq? RT @Adeqmohamad: Lah kau curi lukisan cikgu cakap tulisan kau?hahahahaahaahaahahhaahaha!'), (27584, 5492, 'Johor Bahru, Johore', '''John Carter'' (@ Cathay Cineplex w/ 3 others) http://t.co/W8CPb6Ha'), (27585, 283, 'Johor Bahru, Johore', '@Jyeoj though! I think hahah.'), (27586, 209, 'Johore, Malaysia', 'HOME IN TIME FOR UNRIDDLE!!!!!!! (@ Cally''s CRIB ) http://t.co/2Y9x3ZcU'), (27587, 3007, 'Tebrau, Johor Bahru', '@nurulalaika 11 budak di twitter , 12 ------------------ 535 yg laki sahaja , kn bnyk tu , hohoho'), (27588, 2227, 'Johor Bahru, Johore', '@al_Mahbubaah eh. Tu ada bnyk assignments ye? Moga Allah be watchful over you and help you. Ameen.'), (27589, 54, 'Johore, Malaysia', '@_Jesusbeloved wow!!! Good girl'), (27590, 2655, 'Johor Bahru, Johore', '@xmissjacy ok of activate for flight is wat time?'), (27591, 2820, 'Johor Bahru, Johore', 'Fudge.. I haven''t been playing GunZ for 3 months and my skills deteriorate. . Haish..'), (27592, 1091, 'Johore, Malaysia', '@sleepyysam I can''t wait to see you soon. Please cheer up baby. Just remember everything we said awhile ago okay. I love you so much. *hugs*'), (27593, 2746, 'Johore, Malaysia', '@Kesterkjw LOL is it?'), (27594, 1194, 'Singapore', '" Yg declines strong hard appearance cause he said he isnt a celebrity" THAT''S THE BOSS.'), (27595, 287, 'Plentong, Johor Bahru', '@SemsTria sape ekk! #AdaOrangTu lah kaaaannn XD siak ah gua main hashtag ni'), (27596, 2524, 'Johor Bahru, Johore', 'My ho sot liao . http://t.co/pBIbzQaa'), (27597, 958, 'Johor Bahru, Johore', 'When''s the next time that i could see you...'), (27598, 362, 'Johore, Malaysia', 'RT @syakilla_xx : stop seeking attetion . :))'), (27599, 46, 'Plentong, Johor Bahru', '@azieraziezie alooooooo . aku daaa pakai tudung sampai bila-2 laaaa :)'), (27600, 2186, 'Johore, Malaysia', '@Ndrewgoh95 F.U.C.K ADMIT IT :)'), (27601, 5351, 'Singapore', '@alisyahamran awesome ah babe! tht bitch name? D:'), (27602, 5030, 'Johor Bahru, Johore', '@helloiamyen oo nga e. pero super luma naman ng pic ko.'), (27603, 2524, 'Johor Bahru, Johore', 'Hp *'), (27604, 2655, 'Johor Bahru, Johore', '@KyleHerms wat phone!!!'), (27605, 5097, 'Pulai, Johor Bahru', '@erichafitrih bukan selalu.'), (27606, 576, 'Johore, Malaysia', '@S3R1zawa haha thank you for the words of encouragement .'), (27607, 172, 'Johore, Malaysia', '@yizhonghere yeah. hahaha'), (27608, 5382, 'Johore, Malaysia', 'Kalau boleh, seribu kali kau nak msg aku. -.-'), (27609, 2065, 'Johore, Malaysia', 'Kenapa ramai sangat org Johor mati akhir2 ini..#faktaBukanAuta'), (27610, 5493, 'Johore, Malaysia', 'Cake &amp; tea. Very civilised/indulgent night in @ Oleanas Residence http://t.co/4we4y6l8'), (27611, 5494, 'Johore, Malaysia', 'great ideas that need something more than thinking! ACTION! =D'), (27612, 1252, 'Senai Kulai, Kulai Jaya', 'LOL (@ Kelab Fotokreatif (KFK) w/ @afique_afiq @faiz_nikon) http://t.co/3bz4DQCx'), (27613, 3452, 'Johore, Malaysia', '@paperdrizzle NO LA HAHAHHAHAH i believe is a person named Qi Shan? AHAHA'), (27614, 4730, 'Johore, Malaysia', 'Ku De Ta the most FAB rooftop I have been so far, and I have been around ;-) at the 57th floor of the Marina Bay http://t.co/dT4OUcvb'), (27615, 866, 'Tanjong Kupang, Johor Bahru', '@FarhanaJohari @noorfaraaida @fiza_ahmad tggu la bulan 6 nnti den balik,psl @AzlinaRosli bersalin nak tgk anak buah pure Melayu den.'), (27616, 46, 'Plentong, Johor Bahru', '@SyazrahHassims adek nak macam maneee ?'), (27617, 5266, 'Tebrau, Johor Bahru', '@izzatyayub u kan curi!!hahah'), (27618, 5495, 'Malaysia', 'I just became the mayor of Buy More Inter food on @foursquare! http://t.co/ulHJI6rK'), (27619, 2275, 'Singapore', 'badi bagor, abis jedutin kpala k tmbok ngaku rajin sholat @hendrikpurnama'), (27620, 5097, 'Pulai, Johor Bahru', 'The berdekak moment nak berahsia dengan aku tapi tak reti kaliissssss ~'), (27621, 4467, 'Johor Bahru, Johore', '@shermainelun awwkay:)'), (27622, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs fir busy jadi cashier . Harini ada party dekat tutti frutti .'), (27623, 4823, 'Plentong, Johor Bahru', 'I can see it''s changed, lets see how far you can go and tricks me. Jangan merayu dekat aku bila semuanya dah terjawab nanti'), (27624, 2710, 'Singapore', 'Narcissism, starting to have that attitude. AH SHIT. that is not good.'), (27625, 22, 'Singapore', '@syaifaaaaa Ouuhhhh. Hhhha :DD Sama lahh. Kelas 3. Hhhehhe :P'), (27626, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh no paiseh'), (27627, 1427, 'Pulai, Johor Bahru', '@enalvin2 i listen to the lecturer but now I''m tweeting!'), (27628, 5382, 'Johore, Malaysia', 'Kasi orang hilang sabar pulak. Nabei.'), (27629, 453, 'Johor Bahru, Johore', 'I''m at Wellington Circle (Singapore) http://t.co/nzr8KvjY'), (27630, 3896, 'Johore, Malaysia', '@fidzackaray here very open know hahah'), (27631, 5496, 'Johore, Malaysia', 'Dinner with boss and colls. (@ Thai Village Restaurant) http://t.co/H9YMe24B'), (27632, 5456, 'Johor Bahru, Johore', 'Suzy''s hair in a bun again, pretty! watched m countdown juz now'), (27633, 1105, 'Singapore', '@afyzahh here''s a little song I wrote, you might want to sing it note for note, don''t worry.. be happy sis..'), (27634, 5497, 'Johor Bahru, Johore', 'finally reached~~~ (@ Punggol MRT/LRT Station (NE17/PTC)) http://t.co/s4v0ImTl'), (27635, 712, 'Singapore', '@beastdwlove_ well, i think im not going.. :/'), (27636, 5478, 'Johor Bahru, Johore', 'I''m at Wonderland. ♥ http://t.co/NYh2Rzop'), (27637, 5360, 'Johore, Malaysia', 'all the lies...'), (27638, 3645, 'Johore, Malaysia', 'Best Snowflakes I''ve ever eaten. http://t.co/0uHkjt2V'), (27639, 5498, 'Johor Bahru, Johore', 'Is it possible to embed #RSS feeds in PowerPoint slides? http://t.co/IZbZx6My'), (27640, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie budak famous online twitter , nak join ke?'), (27641, 5499, 'Riau, Indonesia', 'entah kenapa mending ketemu sama pelajaran hari jumat daripada hari kamis --"'), (27642, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz the typo makes the sentence looks cuter *-*'), (27643, 5193, 'Singapore', '@BABYITSZELO SHOW ME ! LOL .'), (27644, 876, 'Johor Bahru, Johore', '@sodaloverxc damn. Haven''t asked.'), (27645, 957, 'Singapore', 'Sometimes, the person who gives you unexplained happiness, will always be the reason for your unexplained sadness.'), (27646, 2979, 'Johor Bahru, Johore', 'Are you that stupid? Seriously.'), (27647, 2692, 'Johore, Malaysia', 'Mac. (@ East Coast Park w/ 4 others) http://t.co/FpnJFCu8'), (27648, 283, 'Johor Bahru, Johore', '@_PRICILLAAA_ @jyeoj can buy there I think, if there are any more tickets!'), (27649, 5456, 'Johor Bahru, Johore', '@IHEARTSUZY thanks for sharing!'), (27650, 3132, 'Johor Bahru, Johore', 'I''m at Koufu (Singapore, Singapore) http://t.co/M81y0C7a'), (27651, 232, 'Johore, Malaysia', '仕事が向いてる向いてないって、自分の守りたいものに影響されている気がしていて。つまりは守りに入っているってことな気がするーそれも悪くないけどー'), (27652, 967, 'Kota Tinggi, Johore', 'Hambur ciduh lah jeung pirang western mh RT @IntAn_ImUtsExy: Uh etaa se''ep nanaonan wae meni Loba (cont) http://t.co/lKLmhXfG'), (27653, 283, 'Johor Bahru, Johore', '@_PRICILLAAA_ @jyeoj matinee confirm + chop have!'), (27654, 196, 'Johor Bahru, Johore', 'Tired.'), (27655, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz D: how can u be so bad to meh? :o'), (27656, 4996, 'Johor Bahru, Johore', 'Battery bar left 28% ^^ '), (27657, 2068, 'Singapore', 'I''m finally looking at @9reasonstolove ''s LIVE Tweets xD'), (27658, 1729, 'Johore, Malaysia', 'I''m at Ngee Ann City (Singapore, Singapore) w/ 3 others http://t.co/UMqGF9QQ'), (27659, 4473, 'Johore, Malaysia', 'rawr!!! (at Arena @ Clarke Quay) [pic] — http://t.co/arsN7JSs'), (27660, 3007, 'Tebrau, Johor Bahru', '@nurulalaika yg ne stu? eak, haha'), (27661, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa kite2 la ni .pape t aq bgtw .aq x tw ag la join korng ke x .'), (27662, 1, 'Tebrau, Johor Bahru', '@AlynRomano mmg lah tahuu . tgok kau dah tahu . awwwww^^ Hahahahahahahahahaha :DDD k welcomeeeeee .'), (27663, 4216, 'Johore, Malaysia', 'Chicken Teriyaki Don @ Ichiban Boshi http://t.co/sWqjo4Ot'), (27664, 932, 'Johor Bahru, Johore', 'You know, you look really hot. You must be the reason for global warming.'), (27665, 1268, 'Johor Bahru, Johore', '@TrulyELFs what''s the photo cards???'), (27666, 1239, 'Johor Bahru, Johore', 'I''m at MBLAQ’s Sesame Player http://t.co/mpG5ufSm'), (27667, 767, 'Johor Bahru, Johore', 'Imba ladygaga!! Cb! @YxNotSinful'), (27668, 2655, 'Johor Bahru, Johore', '@birdcagewalk wat??? Not pain!?!'), (27669, 362, 'Johore, Malaysia', 'I''m so cute while you''re not . That''s so funny !'), (27670, 5489, 'Tebrau, Johor Bahru', '@MANkeciq i met the vp twice in my jc time.irritating filer #truestory'), (27671, 5382, 'Johore, Malaysia', 'CB!'), (27672, 5500, 'Johore, Malaysia', 'Tdy Is Gonna Hv A lot Of Crying n Slaping..Unriddle 2.'), (27673, 677, 'Johore, Malaysia', '@sheslley @xing_shing @karlademoda @lkmariquit @rinabanana ma negosyo nlng ta!'), (27674, 4597, 'Johor Bahru, Johore', 'I''m at Homed.  http://t.co/UBZ7zGbB'), (27675, 4318, 'Singapore', '@7amakhChawi @hazimnadzrin @Orukazaki your motives are just wrong &gt;&lt;'), (27676, 283, 'Johor Bahru, Johore', '@krackedlips HEHEHE SO COOLZ'), (27677, 5471, 'Johore, Malaysia', 'I''m at Fragrance Building http://t.co/LeBpdNy8'), (27678, 1244, 'Johore, Malaysia', 'I''m at Toa Payoh HDB Hub (Singapore, Singapore) w/ 3 others http://t.co/1AeDeWcM'), (27679, 2227, 'Johor Bahru, Johore', '@khaicleverley23 Haha...! Okay then! Lucky you. :O'), (27680, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz durin concert lor! U sit infront la!'), (27681, 3191, 'Senai Kulai, Kulai Jaya', '@heyShahzan aku dah sampai'), (27682, 5005, 'Johore, Malaysia', 'I''m at Udders w/ @claudiayeo_ http://t.co/CQIOBJ8b'), (27683, 5316, 'Johor Bahru, Johore', '@motulight I love linkin park!!!'), (27684, 667, 'Johor Bahru, Johore', 'I''m at S11 @ 450 AMK Ave 10 (Ang Mo Kio, Singapore) http://t.co/Q12kaoH3'), (27685, 5501, 'Malaysia', 'Zz kena limit http://t.co/8S89ClPf'), (27686, 4597, 'Johor Bahru, Johore', 'I''m at Oinkoink''z cribbbb! (Singapore) http://t.co/ADccl3A4'), (27687, 659, 'Johor Bahru, Johore', 'Vincent''s #FIFAStreet player play like shit sia.'), (27688, 712, 'Singapore', '15th March 2012 - i officially become NU''EST fan... :D'), (27689, 4554, 'Johore, Malaysia', 'Haha talk much'), (27690, 2979, 'Johor Bahru, Johore', 'I dream that. . . .'), (27691, 5502, 'Johore, Malaysia', '@arvind_david the other picture nicer this one no nice .'), (27692, 2655, 'Johor Bahru, Johore', '@xmissjacy zzz. I got no reply email yet'), (27693, 5456, 'Johor Bahru, Johore', '@JJongCarissa hahas, nice the show! Cos got Jessica lol'), (27694, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini lepas ni aku nak joging gak la..makin berat je rase..huhu'), (27695, 2068, 'Singapore', 'Didn''t really expect that she existed in Twitter xD'), (27696, 5464, 'Plentong, Johor Bahru', 'just go :)'), (27697, 5478, 'Johor Bahru, Johore', 'I''m at Paradisë.❤ http://t.co/DzKKPCbo'), (27698, 4110, 'Johor Bahru, Johore', '#tweegram @ Shaw Cinema 2 http://t.co/EL4EbTX0'), (27699, 4110, 'Johor Bahru, Johore', '#tweegram @ Shaw Cinema 2 http://t.co/FAnNX3V1'), (27700, 4110, 'Johor Bahru, Johore', '#tweegram @ Shaw Cinema 2 http://t.co/d4TnPNwi'), (27701, 4010, 'Singapore', 'nanti diaorg ada perform pe.'), (27702, 1194, 'Singapore', '@DioneKoh ;{D'), (27703, 196, 'Johor Bahru, Johore', 'I really miss you a lot now, what can I do now?'), (27704, 5382, 'Johore, Malaysia', 'Sebelum tanye aku , pakai logic ah.'), (27705, 5097, 'Pulai, Johor Bahru', '@erichafitrih takkkk.'), (27706, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz be honored. Awesome ppl spamming ur timeline *-*'), (27707, 5503, 'Plentong, Johor Bahru', '@raihansalleh tu baru sparuh...haha'), (27708, 1789, 'Johore, Malaysia', 'filetto di manzo, vikan illan kunniaksi (@ Limoncello Pizza, Grill and Bar) http://t.co/bYDRX50l'), (27709, 4056, 'Johore, Malaysia', 'Hehe darling @zmpews! @ Ngee Ann City http://t.co/Quf5WfAm'), (27710, 2186, 'Johore, Malaysia', '@Ndrewgoh95 okay la i believe u . When u free again . meet le the whole class like never meet up one zzzz'), (27711, 4359, 'Johor Bahru, Johore', 'Fightinggg:D \n#SooHyun1stSolo #SooHyun1stSolo #SooHyun1stSolo #SooHyun1stSolo #SooHyun1stSolo #SooHyun1stSolo #SooHyun1stSolo'), (27712, 5456, 'Johor Bahru, Johore', '@varicklee STOP EMO-ING la'), (27713, 5504, 'Johor Bahru, Johore', 'Good Morning! (@ Marshie''s Lair) http://t.co/Y8ArQx2u'), (27714, 5251, 'Plentong, Johor Bahru', '@dayarazif nyirap dok'), (27715, 364, 'Johor Bahru, Johore', '@EuniceNsy I know . ☺'), (27716, 2227, 'Johor Bahru, Johore', '@al_Mahbubaah keep on smiling kak. Smiling is a Sunnah. :))'), (27717, 712, 'Singapore', '@beastdwlove_ i kinda feel its not safe.. :/'), (27718, 1284, 'Johor Bahru, Johore', 'Awww man, simply can''t take it. I''m damn chio and hot. Woo, chiobu_96'), (27719, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh xDDD their posts damn random de!'), (27720, 2432, 'Johor Bahru, Johore', '@f_cukyou haha of cous la! Later face ugly\n=.= will got scar de leh my classmate last time ah siao poke all de face totally got like 18~19'), (27721, 116, 'Johore, Malaysia', 'transfer # 4 (@ Tanah Merah MRT Interchange (EW4)) http://t.co/TfsZlwsg'), (27722, 5505, 'Johore, Malaysia', '@ring_a_lala U really like the short guy?'), (27723, 3636, 'Johore, Malaysia', 'sleep at 12 then wake up at u nooo'), (27724, 2495, 'Johor Bahru, Johore', 'Just ended the movie !! John Carter awesome haha!!'), (27725, 700, 'Johor Bahru, Johore', 'I''m at Lot One Shoppers'' Mall (Singapore, Singapore) w/ 20 others http://t.co/scNAaF8t'), (27726, 1302, 'Pulai, Johor Bahru', 'Dnner sat (@ Restoran Mee Mee Seafood) http://t.co/6ytgXVUC'), (27727, 2736, 'Johore, Malaysia', 'I''m at Hot Tomato Express (Singapore, Singapore) http://t.co/MXusJcDf'), (27728, 5382, 'Johore, Malaysia', 'Hate chuuuuuuuu.'), (27729, 4823, 'Plentong, Johor Bahru', 'people won''t understand if they were not in other shoes ;)'), (27730, 492, 'Johor Bahru, Johore', 'My focus is on you'), (27731, 2088, 'Johor Bahru, Johore', '@TINAmontennah nape babe...?'), (27732, 900, 'Johore, Malaysia', 'Gustav Effiel built three towers, one in Paris (obviously), where are / were the other two?'), (27733, 2432, 'Johor Bahru, Johore', '@f_cukyou now all close become\nUgly scars'), (27734, 2979, 'Johor Bahru, Johore', 'Some people change their Attitude to you so fast. Just in a day.'), (27735, 5506, 'Johore, Malaysia', 'Food not that great although its very worth it with a groupon. Only $12 for $25. Pre order your deal now at groupon.sg http://t.co/DfFzek3E'), (27736, 5501, 'Malaysia', '@zimachia @rinieymostafa haha arhhhh you pun cina bukiy'), (27737, 54, 'Johore, Malaysia', '@_Jesusbeloved (;'), (27738, 1264, 'Johore, Malaysia', '#jelly @jaehun_brows @Vantsoul and @iasterday got car fetch them home TT'), (27739, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz ._. Really no logic sia :x see first la, cut hair damn waste time and money sia. :('), (27740, 5507, 'Johore, Malaysia', '@blueblueberryys @xyleee_kfh oi me leh'), (27741, 5409, 'Johor Bahru, Johore', 'everything gonna be okey'), (27742, 5508, 'Johore, Malaysia', 'I''m at J.CO Donuts And Coffee [pic]: http://t.co/Lbfyv6Qd'), (27743, 2275, 'Singapore', 'biar dpt sendal baru RT @hendrikpurnama badi bagor ketemu aang anak alim langsung ikut sholat ke masjid.'), (27744, 5251, 'Plentong, Johor Bahru', '@AinaSyaqilah aq nk pkat tshirt je la.haha'), (27745, 3452, 'Johore, Malaysia', '1week of holidays is NOT enough.'), (27746, 1895, 'Johor Bahru, Johore', '@GloriaYanns @zhuangg i need to download 6 softwares sia.'), (27747, 699, 'Johore, Malaysia', 'At Singapore Pool @ MBS — http://t.co/sXvYcfFF'), (27748, 2746, 'Johore, Malaysia', '@Kesterkjw audition suck :D because my keyboard skill suck xD'), (27749, 5382, 'Johore, Malaysia', 'Takmo balik lagi pon bagus'), (27750, 3636, 'Johore, Malaysia', 'don''t have anything to wear tomorrow. nvm just grab something and go'), (27751, 5502, 'Johore, Malaysia', 'Fatty changed my twitter picture again -.-'), (27752, 3040, 'Johore, Malaysia', '@AshtonTJH @ZongSien @KelvinPeterPete I''m missing everyone...'), (27753, 932, 'Johor Bahru, Johore', 'You must be going to hell, because it''s a sin to look that good.'), (27754, 4490, 'Johore, Malaysia', 'Good ah. After you wash it, throw it inside the rubbish bin.'), (27755, 196, 'Johor Bahru, Johore', '@PARANOIDLIES_ you okay?'), (27756, 5509, 'Johor Bahru, Johore', 'If only it would rain cash stat. #idowannabeinthishellhole'), (27757, 562, 'Johor Bahru, Johore', 'I''m at Blk 118 Ang Mo Kio Ave 4 http://t.co/udDYheBt'), (27758, 5456, 'Johor Bahru, Johore', '@JJongCarissa :DD'), (27759, 1556, 'Singapore', 'Ya Allah, I forgot about You. Isyak now.'), (27760, 1224, 'Johore, Malaysia', 'I''m at LFI @ 36 Kaki Bukit Place http://t.co/0r27JeGx'), (27761, 981, 'Johor Bahru, Johore', 'I''m at Pasir ris drive 6 http://t.co/5bAxcNwf'), (27762, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz ._. U number 1 in typing (Y)'), (27763, 5510, 'Johore, Malaysia', '@SuparMarn @TOP_Bigbanggg She reject him. Then leye come find me. Then I help him with Cleo xD in the end Cleo also never change her mind xD'), (27764, 5501, 'Malaysia', '@zimachia @rinieymostafa arrhhh you cina bukit haha'), (27765, 5511, 'Johore, Malaysia', 'Check in wrong  (@ EwF by Everything with Fries w/ @jonathanwweijun) http://t.co/qL5ycpTx'), (27766, 5512, 'Malaysia', '@MaggieMook มึงคะ กูปวดหัวจัง ทำไงดีวะ????? :''('), (27767, 4227, 'Johore, Malaysia', 'kenyang :)'), (27768, 1194, 'Singapore', '♥ twitter mentions xD'), (27769, 2166, 'Johor Bahru, Johore', 'Damn, I wish you didn''t know Anything.'), (27770, 5266, 'Tebrau, Johor Bahru', 'Last month!!i need new vacation!! http://t.co/UNq7pWv4'), (27771, 46, 'Plentong, Johor Bahru', '@azieraziezie youtubeee ? tak paham sangad laaa . terkenyal-2 aku belit tudung akuuu . hisshhh .'), (27772, 4490, 'Johore, Malaysia', 'Not hong bin la!'), (27773, 5382, 'Johore, Malaysia', '@CaraWesley no? :('), (27774, 4459, 'Plentong, Johor Bahru', '@Shazleenatasha @__kHAIRULaZRIE Byee bye korang :)'), (27775, 5491, 'Johor Bahru, Johore', '@Nunacumel kkekekeke... upah ah...'), (27776, 1264, 'Johore, Malaysia', 'Stupid movie scared everyone but damn fun hahahha. #2Lclassouting'), (27777, 5351, 'Singapore', '@alisyahamran okay can. but but but I tot your pon kena confiscate?o.o'), (27778, 2516, 'Johore, Malaysia', '@limyuexiu awesome food looks awesome. WOW, FANTASTIC BABY!'), (27779, 1194, 'Singapore', '@MyPhenomeniall xD'), (27780, 5097, 'Pulai, Johor Bahru', 'Takut? Langsung tak k??? Tak nampak ke aku nganjing tuhhh???'), (27781, 5513, 'Johor Bahru, Johore', 'I did it!! I ate noodle for less than an hour and finish everything!! :))) Weee!!~ http://t.co/l9BGXEnl'), (27782, 1895, 'Johor Bahru, Johore', '"@byuntae_min: @WooMyHeart_ AWESOME. BOOMSHAKALAKA DANCE DANCE DANCE DANCE DANCE~" WOW FANTASTIC BABY.'), (27783, 1501, 'Johor Bahru, Johore', 'RT @qihahchoitop: YG want his artist to shine more than him thats why he dun want to appear on variety show. YG family &amp;lt;33'), (27784, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa klau kejup myb aq join .lau nk lme2 x kot .tngok r cmne .'), (27785, 3191, 'Senai Kulai, Kulai Jaya', 'Heh mangkuk neh. Suka nau tinggalkan dompet.'), (27786, 1556, 'Singapore', '@IhsanRuzaini YES!'), (27787, 1795, 'Johor Bahru, Johore', 'Star gazing~ @elubmermaid @PRlNCEss__ (@ Serangoon Garden Parade Square) http://t.co/aN9ANhuO'), (27788, 5514, 'Pontian, Johore', '@HerNameIsKira opss typo..haha..learn :P'), (27789, 5515, 'Tebrau, Johor Bahru', '@Julllls @PussyLiquorrrr he''s at gardens ready! Cheeell!'), (27790, 981, 'Johor Bahru, Johore', 'I''m at block 454 pasir ris drive 6 http://t.co/F40sehxP'), (27791, 3452, 'Johore, Malaysia', '@sara_B2ST looks may be decievings hehe'), (27792, 4490, 'Johore, Malaysia', 'Anyhow accuse people!'), (27793, 812, 'Pulai, Johor Bahru', '@hazyqsahar aku wakil rumah sukan je bang.rumah bendahara.ekeke'), (27794, 5516, 'Johor Bahru, Johore', 'I''m at Middle Rock Garden Bar [pic]: http://t.co/9HnP3b0e'), (27795, 1284, 'Johor Bahru, Johore', 'I love SianBalls. I want her to be my sister for my next life again. &lt;3'), (27796, 932, 'Johor Bahru, Johore', '@fallfellfallen go and eat your Maggie noodles!'), (27797, 5517, 'Tebrau, Johor Bahru', 'Sedih sangat,sedih sangat....'), (27798, 4406, 'Johor Bahru, Johore', 'I''m at Creatures Of The Night Show http://t.co/0aSShRuS'), (27799, 898, 'Johor Bahru, Johore', 'Aku rase kan bro ...lain kali kau call brader kau lagi satu bagos :)'), (27800, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz we want to see coz we care for u :p'), (27801, 5309, 'Riau, Indonesia', 'tetangga sebelah lagi akad nikah \\m/ @Poconggg , @radityadika kapan nih nyusuuul???'), (27802, 4412, 'Johor Bahru, Johore', '@NabilahNezyrah eh amcm?? Ill be here &gt; often. HAHA twitter better than fb ahhhh.'), (27803, 196, 'Johor Bahru, Johore', 'You never text me, I never text you = we''re not gonna talk.'), (27804, 2174, 'Johor Bahru, Johore', 'My brother is a monster when he''s angry.'), (27805, 2710, 'Singapore', 'Twitter don''t find problem with me okay. we''ve been friends since 2009 ah. stop lagging ah.'), (27806, 46, 'Plentong, Johor Bahru', '@SyazrahHassims hahahahaha . macam biase ? orang gila nak ? hihi XD insyallah akak carikan kawan akak yang single-2 tuuu .'), (27807, 377, 'Johor Bahru, Johore', '@derppp_ If someone like me can make it, anybody can make it. But then again, I am that damn good (; Heheh.'), (27808, 5502, 'Johore, Malaysia', 'yeah baby cant wait for tmr \\m/'), (27809, 1501, 'Johor Bahru, Johore', 'can''t fucking wait for next week point of entry.'), (27810, 4643, 'Johore, Malaysia', 'Ms. Angel Galo From PhIlippines... hahahhaha misss u! @ Singapore http://t.co/WtagbWgA'), (27811, 3233, 'Singapore', 'took like half of the day to finish tut 1 and 2. omfg. still got 4 more tutorials to go.'), (27812, 5518, 'Kota Tinggi, Johore', '@huixuanng just work for the sake of money'), (27813, 222, 'Johore, Malaysia', 'Hahaha they''re putting oil on Bryan''s hair!'), (27814, 5519, 'Johore, Malaysia', 'Someday, you''ll realize how much you cared about her and how amazing she was. But, she''ll already be with the guy who always knew.'), (27815, 5520, 'Johore, Malaysia', 'I''m at Katong Student Hostel (Singapore, Singapore) http://t.co/U69pWpCR'), (27816, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz D: cannot liddat la! Must let it down ma. I promise u won''t laugh :p'), (27817, 2432, 'Johor Bahru, Johore', '@Fira00hFira zzzzzz got new word !!! #jiwhye = cb haha !!! Aiyo wad so funny =.= #youmadsis haha'), (27818, 3452, 'Johore, Malaysia', '@paperdrizzle i oso never say you i said qi shan what , that fucking whore... HAHAHHAH lucky ur name is Shan Qi :)'), (27819, 712, 'Singapore', '@SuHisTokkiOri yesyesyes.. at first, i tot he is a girl.. and i was like "wow. a girl plus 4guys..." then i read comments and found out'), (27820, 3574, 'Johore, Malaysia', 'Super nice charred grill pork chop (@ Spruce) [pic]: http://t.co/LIdH9xOh'), (27821, 2250, 'Johor Bahru, Johore', 'I''m at Bus Stop 44049 @ Opp Junction Ten http://t.co/1NmSq3FH'), (27822, 47, 'Johore, Malaysia', 'Penis. My favorite.'), (27823, 46, 'Plentong, Johor Bahru', '@azieraziezie amboi baru nak mandi . hihi XD okayokayy bubye tc wsalam darl :)'), (27824, 4823, 'Plentong, Johor Bahru', 'i tried my best to be the best for you ; still you prefer other. Stop hide and seek game'), (27825, 2954, 'Kota Tinggi, Johore', '@adrenaaa hahaahahs ! Your head leh :) funny uh lyt ! Saturday I put my arm at your head'), (27826, 4010, 'Singapore', 'They won''t listen'), (27827, 1146, 'Johor Bahru, Johore', 'Idk why but in the band room my reaction is always " what just happened " o-o'), (27828, 5266, 'Tebrau, Johor Bahru', 'Rufussss!! http://t.co/9QBLyxiA'), (27829, 931, 'Johor Bahru, Johore', '@MansoorAdabi Durgeswaran Jason S/O Desnamuty'), (27830, 1284, 'Johor Bahru, Johore', 'Siiisterr 4 lyfeee. &lt;3'), (27831, 1091, 'Johore, Malaysia', '@sleepyysam heeehs Fly here and meeet me tonight please? I misss you baby. =''('), (27832, 932, 'Johor Bahru, Johore', 'Come live in my heart and pay no rent.'), (27833, 2275, 'Singapore', 'ee uci,kmana aja uci @ucyhadly'), (27834, 552, 'Johor Bahru, Johore', '@toffeemixed aiya too bad u Nv pass 21 .. Lol I dun even know I will use it anot -.- mayb just give ppl oso =.='), (27835, 377, 'Johor Bahru, Johore', '@belindadrs Duaduanya dihitung buat CA2 ehh :x'), (27836, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz sexy legs *-* aiyo, then sit behind see what sia?'), (27837, 1895, 'Johor Bahru, Johore', '@GloriaYanns @zhuangg IKR. LE SIGH.'), (27838, 5521, 'Kota Tinggi, Johore', '@juliannehee NEVER TAKE WITH ME :@'), (27839, 196, 'Johor Bahru, Johore', 'Por lanpa la seriously.'), (27840, 5499, 'Riau, Indonesia', '*sujud syukur* RT @eLsaRiangga: kali ini kita tidak sejalan -_- RT @indriHR entah kenapa mending ketemu sama pelajaran hari jumat daripada h'), (27841, 1, 'Tebrau, Johor Bahru', '@AlynRomano mak ai , sabar sabar lahhhh . ecok ecok kan bolehhh .'), (27842, 1194, 'Singapore', '@ChuaEden awesome ;{D'), (27843, 1153, 'Johore, Malaysia', '“@brycacatian: @giokalaw ah ok. gusto ko sana magtanong sa group kaya lang baka madami magpabili hahaha excess baggage! LOL” - korek!'), (27844, 5360, 'Johore, Malaysia', 'You would rather them than me.'), (27845, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz who uh? :O'), (27846, 264, 'Singapore', '@Zophia98 So popular sio....'), (27847, 931, 'Johor Bahru, Johore', '@Shaminthatfreak same'), (27848, 2114, 'Singapore', 'hsfloewfiorewgnrw i really luv this women @katyperry'), (27849, 2251, 'Tebrau, Johor Bahru', 'Home alone :'') (@ Sazzy''s Residence) http://t.co/NSc6fWof'), (27850, 2516, 'Johore, Malaysia', '@limyuexiu WOOOHOOOOOOOOOOOOO~ NANANANA'), (27851, 2250, 'Johore, Malaysia', 'I''m at SMRT Buses: Bus 960 (Singapore) http://t.co/82OmJYLB'), (27852, 4503, 'Johore, Malaysia', '@PoChopper yeah.. long gone....'), (27853, 2443, 'Johor Bahru, Johore', 'I''m at bottle tree park :)'), (27854, 1741, 'Johor Bahru, Johore', 'Someone help me pack my bag pls.'), (27855, 939, 'Johore, Malaysia', '#night #tweegram  @ On my way to DREAMLAND http://t.co/Abq2ldnb'), (27856, 5519, 'Johore, Malaysia', 'My lips are the gun. My smile is the trigger. My kisses are the bullets. Label me a killer.'), (27857, 2275, 'Singapore', 'namanyajuga badi bagor RT @hendrikpurnama awabanya taaaiikkk lahhh.. -,-" sendal 10rb kali RT @buddisetiawan biar dpt sendal baru'), (27858, 5193, 'Singapore', '@BABYITSZELO WHAT !? I SHIPPED DAEHYUN AND YONGJAE ONE SIA'), (27859, 5382, 'Johore, Malaysia', '@CaraWesleyc miss you sia. Never reply my msg. :('), (27860, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz noproblemmmmmmm :D'), (27861, 287, 'Plentong, Johor Bahru', '@dukefreaks ni lagi kejadah nii T T'), (27862, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs tak tau , masa tu kiteorg ada tuition so fir je yang handle . Hebat kan dia ? Haha rajin gila'), (27863, 1284, 'Johor Bahru, Johore', 'Bahahahah, revenge.'), (27864, 712, 'Singapore', '@SuHisTokkiOri "she" is actually guy and my mouth dropped ....'), (27865, 4996, 'Johor Bahru, Johore', 'Friday is coming. Holidays is ending . ):'), (27866, 5010, 'Johore, Malaysia', '@JAYYYSIAAH okay :('), (27867, 2655, 'Johor Bahru, Johore', '@KyleHerms finally e switch! &lt;3'), (27868, 5456, 'Johor Bahru, Johore', '@IHEARTSUZY :D'), (27869, 2275, 'Singapore', 'masa sihhh ko masi di jakarta @reskaprima'), (27870, 1163, 'Johor Bahru, Johore', '@KinjiTaisuke HengHeng ... Stop here... Dun be so emo. We will talk about this tmr. Dun think anything stupid!'), (27871, 2524, 'Johor Bahru, Johore', '@Xinx_xNi HEYYY YO , yes ?'), (27872, 1137, 'Tebrau, Johor Bahru', '@akiemalie motor? Eh bukan bukan! Haha it''s a game. Scramble words?'), (27873, 2415, 'Malaysia', 'เซ็งข่าาา นอยด์หลายเรื่อง ฟิคก็ไม่อัพ ไทม์ไลน์ก็เงียบ -3-'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (27874, 35, 'Plentong, Johor Bahru', '@Ismahavoc Ehhh sory sikit.Ada ehhhhh Tdi dh mkn dh.Jeles????? xD'), (27875, 3491, 'Johore, Malaysia', 'Dinnerrrrrrr @ Tang Tea House Hong Kong Cafe http://t.co/psbaiTFk'), (27876, 1091, 'Johore, Malaysia', 'Sendiri datang minta tolong. Bila orang nak tolong tk berterima kasih pula. =''('), (27877, 2068, 'Singapore', '@9reasonstolove Whaaat? I thought you were an active user mah! And I did not see your tweets on my timeline before so yeah xD'), (27878, 2432, 'Johor Bahru, Johore', '@f_cukyou de lip below 10 small one top lips 2 cheek 2 nose donnoe how many got 3 small one also =0'), (27879, 1264, 'Johore, Malaysia', 'Bus finally arrive yay'), (27880, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 anyone like manga? snsd or jb? What sec sch u all in? Taller comment shorter like. what''s ya''all number? XD'), (27881, 5510, 'Johore, Malaysia', 'POWER AHAHAHHA.'), (27882, 50, 'Johor Bahru, Johore', 'Mencari kerja...haizz...mana la le dapat'), (27883, 2065, 'Johore, Malaysia', '@hahazaahir haha..kerja apa?KFC McD Secrt resipi?'), (27884, 1778, 'Malaysia', '@wararat_amp ok จะถ่ายมาให้เยอะคร้าา^_^'), (27885, 440, 'Johor Bahru, Johore', '@doubleyouuem wenmin cool siol~ angels are extinct! :D u wanna be like maathavan?'), (27886, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh hahah of course must on stand by'), (27887, 1403, 'Johor Bahru, Johore', 'dinner-to-go (@ Mr Teh Tarik Eating House w/ 3 others) http://t.co/YJgbnFYO'), (27888, 4764, 'Johor Bahru, Johore', '@barbiepwinzez You cannot grow shorter silly. Haha . (:'), (27889, 435, 'Singapore', '@iAttachedToKpop @InsyiraahGemok @popsywhoopsy yup kind off. finishing soon. :)'), (27890, 4010, 'Singapore', '@Baaasil_ gilaaa kau ni'), (27891, 2432, 'Johor Bahru, Johore', '@Vcolizious zzzz no wonder'), (27892, 3395, 'Johor Bahru, Johore', 'Finally gonna have dinner!!!!! (@ Kungfu Paradise) http://t.co/7yehbA0e'), (27893, 932, 'Johor Bahru, Johore', 'You are a 9.999. You will be a perfect 10 if you are mine.'), (27894, 4473, 'Johore, Malaysia', 'friends that keep me sane! @ jimmie''s crib http://t.co/jI9X7f1u'), (27895, 4412, 'Johor Bahru, Johore', '@iZULAIHA HAHAHA, FRIEND YOU KNOW I WORKING RIGHT??? See you in twits often ;)'), (27896, 2655, 'Johor Bahru, Johore', 'BFF @KyleHerms juz make e switch! iPhone time ! Xoxo'), (27897, 5522, 'Johore, Malaysia', 'Shagged out. (at True Fitness Parkway) — http://t.co/kyny5jbS'), (27898, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz look at Peisha one *-*'), (27899, 5251, 'Plentong, Johor Bahru', '@dayarazif tgk dlu la.ngantok r mlm ni.ptg td men futsal'), (27900, 222, 'Johore, Malaysia', '@dylanloo hahahaha yup!'), (27901, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh oops sorry'), (27902, 5456, 'Johor Bahru, Johore', 'Made a lot of new friends on twitter :D kind of happy. :)'), (27903, 4677, 'Pulai, Johor Bahru', 'I''m at Fais Tomyam http://t.co/iLQKUcft'), (27904, 4415, 'Johor Bahru, Johore', '@OMG_SANDAR DM please. I have connection problem with Kakao talk.'), (27905, 2516, 'Johore, Malaysia', '@limyuexiu BOOM SHAKALAKA HAHA OK THIS HAS NO END'), (27906, 5097, 'Pulai, Johor Bahru', '@erichafitrih tak.'), (27907, 4697, 'Johore, Malaysia', 'Amor Allah S.W.T Infinitus'), (27908, 902, 'Johor Bahru, Johore', '@kohlem alrite then have a gd rest! N see ya in 2 weeks time :)'), (27909, 925, 'Johore, Malaysia', 'Chillin~ &lt;[^_^&lt;][&gt;^_^]&gt; (@ NYDC) http://t.co/PWgkrGoP'), (27910, 2356, 'Johore, Malaysia', '@ShafinahIeenaaa HAHA ! Okay :)'), (27911, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz ahemahem'), (27912, 2710, 'Singapore', 'PIGPIGPIIIIIIIIIIIIIIIIIIIIIIIIG'), (27913, 5316, 'Johor Bahru, Johore', '@ZhouJin_ 你去完他生日再来阿~'), (27914, 4681, 'Johor Bahru, Johore', '@tripodmonster Aww, don''t saad. ): Go get money fromm parents. ^-^'), (27915, 2432, 'Johor Bahru, Johore', 'Tweet tweet tweet !!! Hahaha nth better to do spam tweet'), (27916, 2655, 'Johor Bahru, Johore', '@birdcagewalk omg! Show me a pic when it''s not sore! Power sia!'), (27917, 5251, 'Plentong, Johor Bahru', '@azamizahi23 kaw knal die ke?'), (27918, 3855, 'Johor Bahru, Johore', 'Like what to do now'), (27919, 5503, 'Plentong, Johor Bahru', '@gadishanim huhu..mokma paling awal tunang..kita bile lagi cikct??huhu..org len ape cer??'), (27920, 802, 'Johor Bahru, Johore', 'I''m at Yishun Bus Interchange (Singapore) w/ 3 others http://t.co/5qppAPmZ'), (27921, 1778, 'Malaysia', '@NrielZandramari ขอบคุณมั่กมากคร้าพี่สาว^_^'), (27922, 5320, 'Singapore', '@blackheartesJ OR IS THERE. OOOOOOOOOOOOOOOOHHHHHHHHHHHHHHHHHHH @NiallOfficial @Louis_Tomlinson @Harry_Styles @zaynmalik @Real_Liam_Payne'), (27923, 677, 'Johore, Malaysia', '@xing_shing @sheslley @karlademoda @lkmariquit @rinabanana supot nada! ako gne level up supot defotah madugay dugay ni nga daan wala ko work'), (27924, 4056, 'Johore, Malaysia', 'Baby D in the house yo! @ Ngee Ann City http://t.co/NY1mxaBG'), (27925, 1217, 'Johor Bahru, Johore', '"@FunnyEvil: Chris Brown hits her, Eminem lies to her, Drake can''t remember her name = The life of Rihanna." Lols!'), (27926, 5523, 'Johore, Malaysia', '闷死了!'), (27927, 898, 'Johor Bahru, Johore', 'Nenek go holiday..cucu pun nak ikot :('), (27928, 1166, 'Johore, Malaysia', 'Weeee climbing tml!!!'), (27929, 5524, 'Malaysia', '@kaner21 @carlossierra_87 així perfecte ;D'), (27930, 5456, 'Johor Bahru, Johore', '@varicklee er idk what to say. :P'), (27931, 2347, 'Tebrau, Johor Bahru', '@fatin_Mustapha jum mkn. :-)'), (27932, 5476, 'Indonesia', '@pjy1234 @taraeunjung1212 @b89530 @BoRam_0322 @QriPretty @RHY422 @sohotmelody 10 T-ara??tweet will be full if i want mention you all haha'), (27933, 322, 'Johor Bahru, Johore', '@nurirfansmiles nothing wrong. I don''t have much beige coloured shirts. 2 to be exact. How siaaa. Wish I had more beige.'), (27934, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz D: cannot. Liddat my hair become like girl alr D:'), (27935, 931, 'Johor Bahru, Johore', '@Shaminthatfreak speed!'), (27936, 2432, 'Johor Bahru, Johore', '@f_cukyou ya a lot scars now she show me today I scare tio'), (27937, 1284, 'Johor Bahru, Johore', 'I sing, I dance, everybody loves me.'), (27938, 5266, 'Tebrau, Johor Bahru', 'Kenapalah kucing aku makan lebah ni!'), (27939, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan sesuke hati je cakap kite sombong. Kite rabun lah!'), (27940, 802, 'Johor Bahru, Johore', 'I''m at North Point Shopping Mall (Singapore, Singapore) w/ 2 others http://t.co/2yfZbsUK'), (27941, 116, 'Johore, Malaysia', 'I just ousted Ryan L. as the mayor of Expo MRT Station (CG1/DT35) on @foursquare! http://t.co/WGJzDi2k'), (27942, 116, 'Johore, Malaysia', 'hop off (@ Expo MRT Station (CG1/DT35)) http://t.co/UzKgWYYW'), (27943, 5382, 'Johore, Malaysia', 'Starting to miss ayuuuuuu. ;('), (27944, 1778, 'Malaysia', '@NrielZandramari ขอบคุณอีกครั้งคร้า'), (27945, 1960, 'Johore, Malaysia', 'Bergerak ke dewan sri perdana kolej perdana !'), (27946, 2158, 'Johore, Malaysia', 'blog updated, http://t.co/JZuwYw3S'), (27947, 2124, 'Johor Bahru, Johore', 'Gmarket trustable??'), (27948, 2979, 'Johor Bahru, Johore', 'I smile dumby at your text when we are texting together.'), (27949, 4318, 'Singapore', '@7amakhChawi either way ur motive should b proper whether u wanna b a doctor or a bodybuilder. Maybe a guy with muscles just hv a lil hustle'), (27950, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz awwwh :( we wanna see ma :B'), (27951, 1352, 'Plentong, Johor Bahru', 'I''m at Petronas Jalan Lingkaran Dalam http://t.co/1gljDKQa'), (27952, 401, 'Johore, Malaysia', '"When you''re cultured, being middle class is enough" - love Shteyngart''s aphorisms'), (27953, 4781, 'Johor Bahru, Johore', '@fernnny question mark on your head!today I do blur La I pack back dinner and then realise I forgot to bring Hsekey!!=['), (27954, 35, 'Plentong, Johor Bahru', '@Ismahavoc Dpt mkn takoyaki mybe :P'), (27955, 1137, 'Tebrau, Johor Bahru', 'Where''s the bus??'), (27956, 4503, 'Johore, Malaysia', '@itzRegine your dp............ :D'), (27957, 5526, 'Johor Bahru, Johore', 'Jogging .'), (27958, 2432, 'Johor Bahru, Johore', 'RT : @Fira00hFira: Hair please grow faster so i can curled it up nicely (;'), (27959, 5502, 'Johore, Malaysia', 'the show so sad , poor baby :('), (27960, 1371, 'Johore, Malaysia', '@sharon_cuneta12 remember Mega, as long as were learning on the Lord''s side,we will win coz God never loses a battle.'), (27961, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz EHH! THAT AWESOME LITTLE BOY AR???????'), (27962, 5527, 'Johore, Malaysia', 'Lepak session with @supremesebas @niliaaa @needalilfaith @bryanhihi (@ Shiraz @ Clarke Quay w/ @bryanhihi @niliaaa) http://t.co/28X30SSg'), (27963, 2065, 'Johore, Malaysia', '@hahazaahir tula..time aku kecik..main dalam ladang sawit pun xada org nak culik..ni tengah org ramai kena culik..berengsek mereka..hahaha'), (27964, 5510, 'Johore, Malaysia', 'Tht awkward moment when Leye apologises to you infront of your friends wtffffff. *goosebumps*'), (27965, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 IKR AHHA.'), (27966, 905, 'Johore, Malaysia', '@nylopolyn yan ba ang walang pera? Hahaha'), (27967, 125, 'Kota Tinggi, Johore', 'today i at outside guaiguai eat hor fun and drink plain water^^ @paperheartzxc'), (27968, 1137, 'Tebrau, Johor Bahru', 'Thinking if I should go to school tomorrow?'), (27969, 1775, 'Johor Bahru, Johore', 'Just reached home:)'), (27970, 2432, 'Johor Bahru, Johore', '@Vcolizious I thought u angry with me ~ now can tell me hehe'), (27971, 1260, 'Plentong, Johor Bahru', 'Sedih plak tngok kisah adek Dirang kat #999 @tv3malaysia'), (27972, 5528, 'Singapore', 'masimulan na nga, para kahit isa meron... (0.o)'), (27973, 2873, 'Johore, Malaysia', '“Never look for someone who always place fun in the first place . One day they''ll neglect you for the fun they''ve been looking for.”'), (27974, 5309, 'Riau, Indonesia', 'eh, tiap singgah ke twitter, gak lupa buat say hay sama @BUDIdoremi \\m/'), (27975, 1775, 'Johor Bahru, Johore', '#TIRED'), (27976, 2903, 'Johore, Malaysia', 'I love you seems cheap now adays .'), (27977, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie pada suatu hari, seorang perempuan yg tidak dikenali ini ,ditegur oleh kawan rapatnya ,, dia cakap '''' hye budak famous k,hbis'), (27978, 492, 'Johor Bahru, Johore', 'I don''t like this indirect thingy... Can''t we just be straight forward to the point ?'), (27979, 5529, 'Plentong, Johor Bahru', 'Iive happily and think positive'), (27980, 1683, 'Johor Bahru, Johore', '我爱你!'), (27981, 2710, 'Singapore', 'Happy National Condom Day really? What next? Happy national pregnancy day? What the actual fug.'), (27982, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh want be my bf/gf? HAHAHA.'), (27983, 2240, 'Kota Tinggi, Johore', 'I''m at Lions Home For The Elders http://t.co/Z3fvSvJd'), (27984, 880, 'Malaysia', '@syaimaaaa hahaha kinda'), (27985, 3973, 'Kota Tinggi, Johore', '@LeeBinOnlyOne besties u go back to school ?'), (27986, 116, 'Johore, Malaysia', 'I''m at Changi City Point (Singapore) w/ 2 others http://t.co/0pIdDsjS'), (27987, 802, 'Johor Bahru, Johore', 'I''m at Northpoint Shopping Centre w/ @lurverhapsody http://t.co/XjfM1au2'), (27988, 2202, 'Johore, Malaysia', 'Let''s see how everything goes tmrw. hopefully I''ll be fine.'), (27989, 4996, 'Johor Bahru, Johore', 'After @FLOR4LS1NS says Alex don''t look like Huangjunxiong. I now think that why people say he look like Huangjunxiong . :/'), (27990, 2407, 'Plentong, Johor Bahru', 'I''m at Mr Kombilicious http://t.co/WflkonCa'), (27991, 2498, 'Johore, Malaysia', '@chipmunkNICOLE you got watch one meh?!'), (27992, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz den I''ll laugh extra loud :p and say its to train her . :b no la, actually I very nice, sure won''t laugh!'), (27993, 5382, 'Johore, Malaysia', 'Missing Mariah.'), (27994, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan yang sejenis kan makwe dia kaan pun hot makaih kalah jejaka mahacho taaauu'), (27995, 40, 'Johor Bahru, Johore', 'Fever .'), (27996, 1, 'Tebrau, Johor Bahru', '@AlynRomano Hahaha relax sudahh . suruh daus tu add aku .'), (27997, 5526, 'Johor Bahru, Johore', '@Chir8n Bopitate la'), (27998, 5530, 'Senai Kulai, Kulai Jaya', 'I''m at Tesco (Kulai, Johor) http://t.co/YNpsertO'), (27999, 5423, 'Johor Bahru, Johore', '@ButterJingers I think can use this letter as LOA! Ask Mr I?'), (28000, 5521, 'Kota Tinggi, Johore', '@juliannehee TOMORROW I MUST LOOK EXTRA GLAM :D'), (28001, 191, 'Singapore', '@SungminsELF hahas :p'), (28002, 222, 'Johore, Malaysia', 'Haha they started playing "why this kolaveri" while Bryan was getting his hair cut'), (28003, 322, 'Johor Bahru, Johore', '@nurirfansmiles sports camp I''m in radiance or something.'), (28004, 2979, 'Johor Bahru, Johore', 'Is tht even true?'), (28005, 2432, 'Johor Bahru, Johore', '@f_cukyou yeah !!! A chao ah Lian shorter thn u I think !!! And she last time pretty pretty now like kns haha'), (28006, 4503, 'Johore, Malaysia', '@itzRegine i thought she wasnt you...'), (28007, 932, 'Johor Bahru, Johore', 'If I were a stop light, I will turn red everytime you passed by, just so I could see you abit longer.'), (28008, 3452, 'Johore, Malaysia', '@sara_B2ST you never knoww :&gt; haha'), (28009, 2516, 'Johore, Malaysia', '@limyuexiu HAHA You baked that?'), (28010, 1274, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) w/ @armchairdude http://t.co/Cy40AN7k'), (28011, 712, 'Singapore', '@SuHisTokkiOri hahaha!!! i was reading allkpop and saw the post about NU''EST new mv so i go watch it lo..'), (28012, 1357, 'Johor Bahru, Johore', 'Holiday is ending soon...'), (28013, 54, 'Johore, Malaysia', '@_Jesusbeloved is it the 9pm show? If yes i watch until eps. 11'), (28014, 4764, 'Johor Bahru, Johore', '@barbiepwinzez Because people around you grow faster ? :3'), (28015, 2303, 'Johore, Malaysia', 'I''m at Blk 1G Pinnacle@Duxtron (Singapore) http://t.co/VThya6pP'), (28016, 5531, 'Johore, Malaysia', '@danisaurrrr kelan yan?'), (28017, 5532, 'Riau, Indonesia', '...'), (28018, 4010, 'Singapore', 'bila dia takpe. haizzz'), (28019, 440, 'Johor Bahru, Johore', '@doubleyouuem sexy and I know it. Vanthamaa is maathavan wife? :p'), (28020, 416, 'Johor Bahru, Johore', 'I should wear makeup come here lorrrrrrrrrrr'), (28021, 5524, 'Malaysia', 'Aun hay gente buena en el mundo. Mi iPhone ha estado perdido en Malasia 24h y ahora vuelve a estar en mis manos!!!'), (28022, 1260, 'Plentong, Johor Bahru', '"@Normfasz_NF: RT “@TheGirlNotes: ☑tweeting ☑eating ☑tweeting ☑sleeping ☐studying.”"'), (28023, 5435, 'Plentong, Johor Bahru', 'I''m at shilin city square (JB, Johor) http://t.co/9lE6LOVm'), (28024, 5533, 'Kota Tinggi, Johore', 'Ended up here thanks to draw something, might as well get my stuffs! (@ Jurong Point w/ 21 others) http://t.co/qTpl2qzA'), (28025, 46, 'Plentong, Johor Bahru', '@SyazrahHassims amboii . bagusss laaa jual mahal-2 sikit . murah-2 tak bagusss . hihi :)'), (28026, 191, 'Singapore', '@Jon_tyty True Story :X'), (28027, 1109, 'Johor Bahru, Johore', '#Nowwatching chnl 8 unriddle2! :D'), (28028, 1895, 'Johor Bahru, Johore', '@GloriaYanns you are right le... But i halfway download alr. Go school also for what.'), (28029, 5382, 'Johore, Malaysia', 'Penipu lebih'), (28030, 2432, 'Johor Bahru, Johore', '@Vcolizious zzzzzz don angry with me hor ! I noe I irritated u this few days'), (28031, 5375, 'Johore, Malaysia', 'シンガポールの人道支援団体マーシーリリーフが周辺各国へ迅速な災害復旧支援をするのは、これもまた国防だからだろうね。まさにpay it forwardだ。\n\n\nとまだ酔っている頭で考える。'), (28032, 2114, 'Singapore', 'Anyone have Whatsapp??? Im bored'), (28033, 5515, 'Tebrau, Johor Bahru', '@cummingbones your eyes are HUGE. lol'), (28034, 3452, 'Johore, Malaysia', '@paperdrizzle HAHHAHAHHA JUST KIDDINGGGGGGGG HHAHAH'), (28035, 2553, 'Johore, Malaysia', 'Maaaaa~ hi =P @xiaoshanshan_'), (28036, 5534, 'Johor Bahru, Johore', 'Delay!! tp enak bisa free internet.. Hoho (@ Terminal 1 w/ 17 others) http://t.co/MWMUFnWa'), (28037, 1091, 'Johore, Malaysia', 'This boy @sleepyysam is becoming sweeter. After every problems,he will become more sweeter than usual and never did he change. &lt;3 ='')'), (28038, 5535, 'Johor Bahru, Johore', 'just won a pair of audio technica headphones!!'), (28039, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz eyes too power alr. *-* evolution'), (28040, 5536, 'Riau, Indonesia', 'I want to reach the world with my hands, I want to accomplish everything, until I managed to grab'), (28041, 5503, 'Plentong, Johor Bahru', '@gadishanim owh ya ka?semua masih mencari?haha.haiza bukan dah ada ke??kalo tak silap la..=)kak inah kawen awk p??'), (28042, 4503, 'Johore, Malaysia', 'well. you feel happy. I feel dead.'), (28043, 4631, 'Johor Bahru, Johore', 'CHOCO ROCKS!'), (28044, 1334, 'Johor Bahru, Johore', 'I''m at Homey! http://t.co/amK8BxG1'), (28045, 5524, 'Malaysia', 'Eternamente agradecida a Banana Guesthouse por mandarlo en furgoneta, a Iago por la compañía y a Ben por las traducciones al thai. Genios :)'), (28046, 4999, 'Johor Bahru, Johore', 'I shall concentrate even more on my hmk! #waittilltired'), (28047, 5525, 'Johore, Malaysia', '@GamirAlex ready ka na? To explore singapore and to be with us?'), (28048, 287, 'Plentong, Johor Bahru', '@dukefreaks okkaaayyyy aku kalah T____T'), (28049, 5251, 'Plentong, Johor Bahru', '@azamizahi23 ohh.die slalu gak men ftsal dgn aq.cmner kaw knal die kwn aq?'), (28050, 5469, 'Malaysia', '@patxy02patonga 555+ เหนื่อยใจ'), (28051, 3859, 'Johor Bahru, Johore', '@BerryAnatomy hahahahaha i pity Royce. So loyal to u.'), (28052, 125, 'Kota Tinggi, Johore', 'idonlike you text me until like that:('), (28053, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz hairy legs *-* orang utans'), (28054, 2655, 'Johor Bahru, Johore', '@KyleHerms hehe. Toy... Boy... Xoxo'), (28055, 874, 'Johor Bahru, Johore', '@ohkayne i find you at vivo first.'), (28056, 5456, 'Johor Bahru, Johore', '@varicklee dun say here lehhhhhh I know I innocent girllll'), (28057, 5455, 'Pulai, Johor Bahru', 'Makan luar malam ni yeah thanks @cw_281 @heyShahzan'), (28058, 48, 'Johore, Malaysia', '@Kayefattyhippo ear pierce??'), (28059, 35, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @AkimAhmad :D'), (28060, 2655, 'Johor Bahru, Johore', '@birdcagewalk ok!'), (28061, 435, 'Singapore', '@iAttachedToKpop @InsyiraahGemok @popsywhoopsy Gennie you do alrd?'), (28062, 4503, 'Johore, Malaysia', '@itzRegine well you found a way to make your nose not that flat. :D'), (28063, 2432, 'Johor Bahru, Johore', '@f_cukyou ask Bernard I dk how ans hahahaha joking la pretty la my sister leh !! Haha!! April whn joining sch!!'), (28064, 287, 'Plentong, Johor Bahru', '@SemsTria bluexx! XD'), (28065, 5537, 'Johor Bahru, Johore', 'I''m at Terminal 3 (Singapore, Singapore) w/ 19 others http://t.co/RuaR6P5F'), (28066, 712, 'Singapore', '@SuHisTokkiOri nope... :/ link, please? :D'), (28067, 2940, 'Pulai, Johor Bahru', 'Sejuknyaa'), (28068, 5538, 'Johore, Malaysia', 'SW CLASS CHALET!!! ❤❤❤ @merabel @exposedvibe @fatsperchoo @suiradira @ NSRCC, Safra Resort http://t.co/BfQU9Ps7'), (28069, 4010, 'Singapore', '#PeopleIWantToMeet Atoi Watkins. Party Buih ahh sakk pas The Oppressed :D'), (28070, 5272, 'Singapore', 'hais,maintain mcm gini je'), (28071, 5284, 'Plentong, Johor Bahru', '@sayaPELANGY best best.... Rehat ckp2 k'), (28072, 898, 'Johor Bahru, Johore', 'Yess Sun goin TaiSon.. Wohoo'), (28073, 1775, 'Johor Bahru, Johore', '@adiiJack ouhok then hmm'), (28074, 2065, 'Johore, Malaysia', '@hahazaahir oo..eh kata kwn aku kat KL kdai speed gaji mahal tau..sebulan boleh cecah 2k o more..katanya lah'), (28075, 1194, 'Singapore', '@bunnybaby1315 @DioneKoh HAHAHA. but srly online dating site, but this site special, no need worry age problem, mostly range from 11-14 xD'), (28076, 1210, 'Johore, Malaysia', 'Quick bite to eat before the flight. I think I just about know what''s what. http://t.co/hWQiwIzT'), (28077, 1739, 'Johor Bahru, Johore', '@ch95forevalways haha ^_^ unless you have a picture you want to show me ^.^'), (28078, 659, 'Johor Bahru, Johore', 'Will u be mine? :3'), (28079, 712, 'Singapore', 'my mouth dropped after i found Ren is actually girl ... -.-'), (28080, 5499, 'Riau, Indonesia', 'Jauh di peta, dekat di timeline'), (28081, 5507, 'Johore, Malaysia', '@blueblueberryys yay :)'), (28082, 5539, 'Johore, Malaysia', 'Sounds like my partner for the camp is sweet. But I am still rookie.'), (28083, 4534, 'Johor Bahru, Johore', 'people can only motivate you. but, its up to you push yourself to live your dreams.'), (28084, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz black dots nicer to see meh? :o'), (28085, 931, 'Johor Bahru, Johore', '@Shaminthatfreak desnamuty'), (28086, 5510, 'Johore, Malaysia', 'HUNGRYYYYYYYYYYYYYY.'), (28087, 5540, 'Singapore', 'ehh all the way busy.... cb'), (28088, 35, 'Plentong, Johor Bahru', '@Ismahavoc Ehh yelahhhhh :D Ada-2.Tdi baru je beli.Hihi'), (28089, 5423, 'Johor Bahru, Johore', '@ButterJingers Haha loan form! Wts!'), (28090, 322, 'Johor Bahru, Johore', '@nurirfansmiles ohhhh. Ok! Reddians. Good!'), (28091, 5519, 'Johore, Malaysia', 'Let''s have a The Twilight Saga marathon! Well, that''ll be only me...'), (28092, 2275, 'Singapore', 'bg pit udah kerja d jakarta ci gmana lg kami dak tau alamat uci tu do @ucyhadly'), (28093, 5118, 'Johore, Malaysia', '@ErfanRahim aku ada agnes b punya tee. hehehehe:pppppp'), (28094, 125, 'Kota Tinggi, Johore', 'giddy come again:('), (28095, 1063, 'Kota Tinggi, Johore', 'I''m at Boon Lay Blk 190 Mummy''s Place (Singapore) http://t.co/YkfKN4zr'), (28096, 5382, 'Johore, Malaysia', 'I hope that i will be with you again one day.'), (28097, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan dah buat salah reti habis say sorry :('), (28098, 5541, 'Johor Bahru, Johore', 'Sammy u can see any weird emotion?? \nLike Tis&gt;&gt; can see anything??'), (28099, 5526, 'Johor Bahru, Johore', '@Chir8n I wan swim across the straits of malacca and hopefully drown there'), (28100, 5542, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 29 others http://t.co/Rc7OrJNo'), (28101, 5540, 'Singapore', 'lagi teruk on Jay''s night sia'), (28102, 898, 'Johor Bahru, Johore', 'Ahh that hokkien mee with pork belly ...'), (28103, 1112, 'Johor Bahru, Johore', '@yaoweicanfly wad time u going tml ?'), (28104, 1333, 'Johor Bahru, Johore', '@KittennyScars but sometimes treat him dont so bad la cuz you really treat him till sieh fuck ma!'), (28105, 4174, 'Pulai, Johor Bahru', '@NurHa_Hazierah dah we jadi gane doh?along jage dop? kak irah ingat nak balik mgu ni. tapi ade 2test :('), (28106, 4728, 'Johore, Malaysia', 'I just ousted @emmaxzxz as the mayor of TMIS level 6 Singapore Shopping Centre on @foursquare! http://t.co/JWdklrKr'), (28107, 5543, 'Johore, Malaysia', '@julynherez who''s this?'), (28108, 5428, 'Johore, Malaysia', '#PeopleIWantToMeet @special1004 @Heedictator @ShinsFriends @shfly3424 @imsmi @AllRiseSilver @donghae861015 @GaemGyu @ryeong9 @imsmi'), (28109, 2554, 'Johor Bahru, Johore', 'Fk this dylan !'), (28110, 3897, 'Johor Bahru, Johore', 'I''m at Bukit Gombak MRT Station (NS3) (Singapore, Singapore) w/ 3 others http://t.co/8GHmE75W'), (28111, 2402, 'Johore, Malaysia', 'This is quite irritating~ TT'), (28112, 5499, 'Riau, Indonesia', 'bagus tau nia :p RT @nia_imnida: kok jelek ya ._.v RT @indriHR @nia_imnida ini gimana?'), (28113, 5193, 'Singapore', '@BABYITSZELO They''re cute too ! KEKE'), (28114, 3452, 'Johore, Malaysia', '@burntmittens DO i look less girly now?'), (28115, 931, 'Johor Bahru, Johore', '@MansoorAdabi andy'), (28116, 712, 'Singapore', 'currently raping youtube replay button to listen to NU''EST .. D:'), (28117, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz how can u treat your fiends liddat sia? :('), (28118, 2979, 'Johor Bahru, Johore', 'Sorry, I don''t mind to.'), (28119, 2857, 'Singapore', '@SiyingHeartsYou Ohhh. What colour ?'), (28120, 1194, 'Singapore', '@ChuaEden TROLOLOL:B'), (28121, 5544, 'Johore, Malaysia', '@JULIATRQ we team 1 or 2?? Songting say team 1 went in finals.'), (28122, 607, 'Johore, Malaysia', 'I''m at Far East Plaza (Singapore) w/ 16 others http://t.co/QZiW8fxI'), (28123, 5519, 'Johore, Malaysia', 'Let''s have a Twilight Saga marathon! Well, that''ll only be me...'), (28124, 4670, 'Johor Bahru, Johore', 'I''m at Kopitiam (Singapore) http://t.co/KxVQo4Ru'), (28125, 4972, 'Johore, Malaysia', '@Afifjefri Ur welc , Aq punyee bl0g p0n biase2 je .'), (28126, 5545, 'Johor Bahru, Johore', 'WTF.Dr mngr mk sure u tk xtion dis blardy idiot.I do just as instruct.mind u if dis idiot gets awy freely i wd like to tndr my resignation'), (28127, 2979, 'Johor Bahru, Johore', 'Heartness Brat.'), (28128, 1778, 'Malaysia', '@NrielZandramari :)'), (28129, 287, 'Plentong, Johor Bahru', '#AdaOrangTu kan payah benar say thanks. :/'), (28130, 182, 'Johor Bahru, Johore', 'I''m at My dear home (Bukit Batok, Singapore) http://t.co/UmETVUPK'), (28131, 57, 'Johore, Malaysia', '叫鸡 (at 星和海南雞飯 Uni Star) — http://t.co/Mkuo3Kpx'), (28132, 2746, 'Johore, Malaysia', '@boblovebangs can follow me back? Thx :D'), (28133, 2516, 'Johore, Malaysia', '@limyuexiu drove your BMW to buy? hahah'), (28134, 435, 'Singapore', '@iAttachedToKpop @InsyiraahGemok @popsywhoopsy Do you all still remember the 3 harm that we discussed?what''st the 3rd one ah?'), (28135, 172, 'Johore, Malaysia', '@yizhonghere eh really sia! thanks!!'), (28136, 5540, 'Singapore', 'lagi teruk daripada Jay''s night.'), (28137, 5546, 'Johor Bahru, Johore', 'I''m at Bukit Panjang Plaza (Singapore, Singapore) w/ 14 others http://t.co/XCko5H0F'), (28138, 349, 'Johor Bahru, Johore', '@helloiamxinhui @sherlynwsm @aijoueunice sad!!! Baby wanna go tomorrow with me and maybe my mama?'), (28139, 5510, 'Johore, Malaysia', '#BestThingAboutBeingSingle , no need to worry about phone bill :D'), (28140, 5351, 'Singapore', '@alisyahamran hoho! eh dont need dm me liao. tell me at fb. my pon you know.. as usual~ lowbatt. standard la sia! :D'), (28141, 5097, 'Pulai, Johor Bahru', '@erichafitrih uuuu tkutnyaaa ~'), (28142, 5547, 'Johore, Malaysia', 'RT@NASA:Astronomers using NASA''s Hubble discover quasars acting as gravitational lenses, distorting images behind them! http://t.co/KJbWcXyk'), (28143, 2498, 'Johore, Malaysia', '@chipmunkNICOLE DANG GET LOST'), (28144, 5502, 'Johore, Malaysia', 'shit la so many marks everywhere :('), (28145, 182, 'Johor Bahru, Johore', 'I''m at Number Twelve, Grimmauld Place http://t.co/gKkrSdAn'), (28146, 2903, 'Johore, Malaysia', '@Razi_Feeweet thats why hais what to do :/'), (28147, 5513, 'Johor Bahru, Johore', '#twitter should seriously do something about it!! Why my location always state that I''m in JB when I''m at home, SINGAPORE?!?! :('), (28148, 2617, 'Johor Bahru, Johore', 'T.T (@ Alicia''s Bigbig Roomie^^) http://t.co/odri5rR9'), (28149, 4764, 'Johor Bahru, Johore', 'The clothes I saw today reminds me of her . Huhu . Imy . :3'), (28150, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz I think ur talking about the wrong Wesley teo!'), (28151, 4599, 'Johore, Malaysia', 'Catching up with rainbow gals over draw something. Bonding! Lol (@ Applebee''s) http://t.co/5i5op6Ap'), (28152, 2166, 'Johor Bahru, Johore', '@PinkFridayNuts jahaha. Surreal. Ahha, oh Gabriel , yes he did!'), (28153, 1599, 'Kota Tinggi, Johore', 'I''m at Jurong West St 92 Blk 928 http://t.co/AAs1GMm7'), (28154, 4996, 'Johor Bahru, Johore', ''' I smell something '' dog ah you Huangjunxiong ! LOL'), (28155, 5550, 'Tebrau, Johor Bahru', '@NatashazAsfxcz haha helllo sayang !!'), (28156, 5526, 'Johor Bahru, Johore', '@Chir8n K'), (28157, 931, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle nothing'), (28158, 35, 'Plentong, Johor Bahru', '@Ismahavoc Erm.........Tak belikan lah.Lupaaaaaaaaa :O'), (28159, 2333, 'Johor Bahru, Johore', 'I''m at AaRon''s Crib http://t.co/1wMhJnx8'), (28160, 2432, 'Johor Bahru, Johore', '@f_cukyou nope got attendance !!! Better don skip sch in this business course ... And de timing sucks for it everyday 5! Pon will get letter'), (28161, 2903, 'Johore, Malaysia', 'Saying i love you its like saying hello now a days .'), (28162, 54, 'Johore, Malaysia', '@_Jesusbeloved Chey ps myself sia!!'), (28163, 4913, 'Plentong, Johor Bahru', '@AYZHUNpotato Erm my dad driving me to simei to collect my tee so dun I wun be joining u guyz'), (28164, 3774, 'Johor Bahru, Johore', '@pinkmustachez WHY??'), (28165, 712, 'Singapore', 'while watching NU''EST - Face mv for first time, i tot to myself, " wow~ cool, a girl plus 4guys... awesome" then'), (28166, 3468, 'Pulai, Johor Bahru', '@therantingcurse tomorrow midnight I think. I just finish cleaning up th house );'), (28167, 3345, 'Johor Bahru, Johore', 'I''m at Bus Stop 47571 (Blk 618) (Singapore, Singapore) http://t.co/OXmMb310'), (28168, 5251, 'Plentong, Johor Bahru', '@azamizahi23 ohh.die slalu gak cter asyik dtg ptn jek'), (28169, 4764, 'Johor Bahru, Johore', '@xoxo_Nanaa Haha . Well you did too ! :3'), (28170, 2124, 'Johor Bahru, Johore', '@YIPPIE_ really? But ct order like two months alrdy still nvr come siaa.'), (28171, 5499, 'Riau, Indonesia', 'Kalo artis/public figure di RT, kalo bukan, di reply pun nggak.'), (28172, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz super nice uh! *-* look alr can drool :b'), (28173, 5456, 'Johor Bahru, Johore', '5300th tweet. X)'), (28174, 1132, 'Singapore', '@parksoyeonjjang I hate it when some people think that anime is ''Hentai''.'), (28175, 2432, 'Johor Bahru, Johore', '@Fira00hFira haha bye FIRA!!!! Haha'), (28176, 5118, 'Johore, Malaysia', '@ErfanRahim hahahhaa. siak je. hari tu aku nampak abeh amik je ah. hehehhehee. :pppp'), (28177, 953, 'Johor Bahru, Johore', 'lady gaga should wear like normal humans on halloween, why not'), (28178, 2873, 'Johore, Malaysia', '@ChoonHockBleh @assortedbacon yea la epic until give Eugene aka sailor say I Steven lim LMAO. TELL YOU LE, EGG BEST YOU DON''T BELIEVE HAHA'), (28179, 1194, 'Singapore', '@DioneKoh @bunnybaby1315 hahahaha arnd that age lah xD'), (28180, 2057, 'Johor Bahru, Johore', '@nervousmen later I go meet you.'), (28181, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa iloveshafiq hahaha'), (28182, 2689, 'Johore, Malaysia', '@YunCaiKEN @WanHianKen ccccc shuai http://t.co/BDsamY19'), (28183, 5551, 'Malaysia', 'ผ่อนคลายๆ (@ สมิหลา ซีสปอร์ต | Samila Sea Sport Restaurant) http://t.co/YS5Ptbtw'), (28184, 5251, 'Plentong, Johor Bahru', 'terbang duit aq tgk cter John Carter.bosan!'), (28185, 287, 'Plentong, Johor Bahru', '@dukefreaks bak title!'), (28186, 580, 'Johor Bahru, Johore', '@luvshow4ever 最近他們有跳嗎?'), (28187, 4503, 'Johore, Malaysia', '@itzRegine hehehehe! :PPP'), (28188, 5500, 'Johore, Malaysia', '是狼:)) Unriddle 2.'), (28189, 5012, 'Johor Bahru, Johore', '@harharhaa u mean u just finish unloading all the logistics?????!!!!!'), (28190, 5552, 'Johore, Malaysia', 'I''m at Old Airport Road Market and Food Centre (Singapore) w/ 11 others http://t.co/myarjtji'), (28191, 1091, 'Johore, Malaysia', '@sleepyysam I''ll see you in two days time. After that lepas segala rindu pat you boleh? ='')'), (28192, 712, 'Singapore', 'i read allkpop comments then found out a "girl" is a guy , Ren.. -___-'), (28193, 2065, 'Johore, Malaysia', '@ShakillaKhoriri Jom datang JB saya belanja..hahaha,minat punya pasal..'), (28194, 362, 'Johore, Malaysia', '@inakayamgoreng You were disturbing my delicious lunch what . Hahahaha !'), (28195, 364, 'Johor Bahru, Johore', '好朋友,只是朋友,还是朋友'), (28196, 2114, 'Singapore', 'Anyone wants to play Chubby Bunny?'), (28197, 22, 'Singapore', 'I AM HAPPY :))'), (28198, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz declaration of indianic love &lt;3'), (28199, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ haha yeah! Is the server up already?'), (28200, 2903, 'Johore, Malaysia', 'I acted as if it wasnt a big deal when really it was breaking my heart .'), (28201, 5544, 'Johore, Malaysia', 'Seriously we team 1 or 2?! LOL'), (28202, 2554, 'Johor Bahru, Johore', 'Yr hatred ,'), (28203, 3000, 'Johor Bahru, Johore', 'At UOB Bank @ AMK Hub — http://t.co/2hyJJoGk'), (28204, 5409, 'Johor Bahru, Johore', 'err bosn ~~'), (28205, 1335, 'Johor Bahru, Johore', 'I''m at Hai Bin Prawning @punggol http://t.co/6QnRZerq'), (28206, 2432, 'Johor Bahru, Johore', '@f_cukyou As in if ur % below 85'), (28207, 992, 'Johor Bahru, Johore', '@Cherryluvzxc my friend de..'), (28208, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz see else where *-*'), (28209, 3896, 'Johore, Malaysia', 'We will all die soon'), (28210, 362, 'Johore, Malaysia', 'Aku tertumpa kan coke ! Lol .'), (28211, 5499, 'Riau, Indonesia', 'kira2 tadi kaka gambarnya segede apa ya? RT @nia_imnida: ukurannya mau berapa nih? RT @indriHR bagus tau nia :p RT @nia_imnida: kok jelek ya'), (28212, 3468, 'Pulai, Johor Bahru', '@MeiZhen_BLAH drink honey lemon!'), (28213, 5553, 'Plentong, Johor Bahru', 'Indian exhibition. Should be interesting. (@ Expo @ Danga City Mall) http://t.co/HA7zbumY'), (28214, 5552, 'Johore, Malaysia', 'I''m at LAO Ban Soya Beancurd 老伴豆花 http://t.co/M2dkhcIO'), (28215, 5465, 'Johore, Malaysia', '@zixity tak nak aku! Siao. Tu that time pegi pon unplanned sia. Kau club pe?!'), (28216, 5554, 'Johore, Malaysia', '@alicialoveshym :B and i havent even started 1 :)'), (28217, 1194, 'Singapore', 'ILY. ♥'), (28218, 712, 'Singapore', '@SuHisTokkiOri thank you darling~^^'), (28219, 1400, 'Johor Bahru, Johore', '@Minsawesomeness turmeric in curry powder is beneficial for health.'), (28220, 4671, 'Singapore', '@mggykills your so clever ah :)'), (28221, 2516, 'Johore, Malaysia', '@limyuexiu damn! hahahah Why didn''t you drive it. I don''t dare to drive leh cause my parking sucxcx'), (28222, 2498, 'Johore, Malaysia', '@chipmunkNICOLE no i didnt ^^'), (28223, 992, 'Johor Bahru, Johore', 'miss my childhood time.!'), (28224, 2513, 'Johore, Malaysia', '@BoonLikeNobody got cough ?! See doctor la aiyo! I think we pass to u one la cough ! HAHA'), (28225, 5554, 'Johore, Malaysia', '@alicialoveshym @benchtm @LohJiaHui17 RT le.'), (28226, 3418, 'Johor Bahru, Johore', 'I''m at Sarah''s House. http://t.co/ymI7yaTj'), (28227, 712, 'Singapore', 'BRB! restarting laptop !'), (28228, 942, 'Johor Bahru, Johore', 'Firstly, me and anisa meet at interchange. We were shy. So, I tried asking her some questions while waiting for yana. Hehe!'), (28229, 931, 'Johor Bahru, Johore', '@Shaminthatfreak Tangevelu'), (28230, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz I say one of coz nice la *-*'), (28231, 5526, 'Johor Bahru, Johore', '@Chir8n LOL !'), (28232, 1620, 'Johor Bahru, Johore', 'I''m at Fitness First (Singapore, Singapore) w/ 2 others http://t.co/dv4Xmelq'), (28233, 4534, 'Johor Bahru, Johore', '"@Thirahh i wondet how people could change drastically just like that. what exactly hit them hard?"'), (28234, 377, 'Johor Bahru, Johore', '@derppp_ You''re talking to the guy who watches wrestling in almost every maths class ._.a'), (28235, 5556, 'Plentong, Johor Bahru', 'Aduiii ramainye.gaji ke? (@ BSN Taman Air Biru) http://t.co/NPGH5gb1'), (28236, 4996, 'Johor Bahru, Johore', 'Intending to give baby one packet of stickys. But since he like the another one instead of the one I wanted to gave him. I gave him both .'), (28237, 1232, 'Johore, Malaysia', '@NabilahRugan @greenie_leena haha . Da lame tk mandi same2 . Its been years sia'), (28238, 580, 'Johor Bahru, Johore', '@yrotsreH did u try to activate it? Mine is activated le~'), (28239, 5188, 'Johor Bahru, Johore', 'I''m at Bus Stop 78109 (Downtown East) (Singapore) http://t.co/oo24T4yy'), (28240, 364, 'Johor Bahru, Johore', 'I miss you only when in breathing .'), (28241, 1556, 'Singapore', 'I feel like I am getting closer to Him, I have not yet achieve much for myself and Him.'), (28242, 2979, 'Johor Bahru, Johore', 'I don''t know you but i understand you.'), (28243, 942, 'Johor Bahru, Johore', 'Then, we became crazy xD'), (28244, 46, 'Plentong, Johor Bahru', '@SyazrahHassims hihi bagus laaa . tahun depan pmr :)'), (28245, 1264, 'Johore, Malaysia', '2L 2011 and 2L 2012 both class outing today :D #2Lclassouting'), (28246, 5456, 'Johor Bahru, Johore', '@varicklee dun close!!'), (28247, 364, 'Johor Bahru, Johore', 'Stereo love ~'), (28248, 57, 'Johore, Malaysia', 'At 星和海南雞飯 Uni Star [pic] — http://t.co/hJ7H0zrM'), (28249, 5499, 'Riau, Indonesia', 'Saling sindir tanpa mention.'), (28250, 1778, 'Malaysia', '@wararat_amp ขอบคุณคร้าาาไปล่ะนะพี่แอม ง่วงหละ'), (28251, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz cannot meh?'), (28252, 578, 'Johor Bahru, Johore', 'Having too much fun with a metal detector app I downloaded with my phone. Going around my home bring my phone near metal stuff lol &gt;.&lt;'), (28253, 2554, 'Johor Bahru, Johore', '4872'), (28254, 2330, 'Johor Bahru, Johore', '@A_chubbycheeks CHANNEL U!!'''), (28255, 931, 'Johor Bahru, Johore', '@ohmysunnyness cili padi,sedap'), (28256, 2065, 'Johore, Malaysia', '@hahazaahir ok la tu..dari layan tweet mengarut aku je kan..hahaha,kata kwn aku la kwn dia keje kat speed KLCC ke mana ekh..lupa aku'), (28257, 961, 'Senai Kulai, Kulai Jaya', 'Badminton : K10 vs Peluas (@ Kompleks Sukan UTM) http://t.co/b0kjWsrj'), (28258, 2903, 'Johore, Malaysia', 'How many times you gotta hurt yourself till you finally realised its time to let go ?'), (28259, 14, 'Johor Bahru, Johore', '@Jonathan5oh hahahaha. I lazy do sia seriously :( no moooodddd'), (28260, 222, 'Johore, Malaysia', '@dylanloo it''s freaking brilliant. President Nathan gets his hair cut there'), (28261, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa dak kaki patah .lalalala~~'), (28262, 1131, 'Johor Bahru, Johore', 'Huang Jun Xiong don''t have the police look lehhhhhhh!'), (28263, 4174, 'Pulai, Johor Bahru', 'kita nak tido. nanti kejut kite okey'), (28264, 377, 'Johor Bahru, Johore', '@belindadrs Nanti kl perlu bisa kukirimin skillsnya'), (28265, 191, 'Singapore', '@SungminsELF sure ! but how to pass to you ? o.o'), (28266, 2227, 'Johor Bahru, Johore', '@khaicleverley23 huh? Me? No la. Still in SG here. Haha.'), (28267, 4298, 'Johor Bahru, Johore', 'Reached home :D (@ Home Sweet Home ! ^^) http://t.co/CKOHZ2hv'), (28268, 35, 'Plentong, Johor Bahru', '@Ismahavoc Alaaaaa lupa lah.Haihhhh lainkali eh :P'), (28269, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz in the middle see what? :/'), (28270, 953, 'Johor Bahru, Johore', 'instead of normal people looking like lady gaga on halloween, why not lady gaga follow us and just be normal #'), (28271, 3, 'Plentong, Johor Bahru', 'baru lepas makan tapi kenapa lapar lagi? hmm daddy kata aida ni makin kuruslah Hish hish hish'), (28272, 2931, 'Pulai, Johor Bahru', 'Dinner. Lapaq niey. Nnt malam nk layan game #GGMU (@ Restoran Pinang Taman U (Ayam Penyek) w/ @irnain) http://t.co/bJnN2csQ'), (28273, 5251, 'Plentong, Johor Bahru', '@dayarazif tnye skrg la b4 aq tdo ni.haha'), (28274, 2432, 'Johor Bahru, Johore', '@f_cukyou better be !! Teacher dere very gl some very good but I think ur course teach cui'), (28275, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa jum .bson ni ,'), (28276, 88, 'Johor Bahru, Johore', '@gric_95 hi awak...kekeke'), (28277, 1286, 'Johore, Malaysia', 'jumpa kawan lama (@ ClementiMall) http://t.co/0Q9jzosm'), (28278, 5557, 'Johore, Malaysia', 'Home. :) (@ Blk 101 Bedok North Ave 4) http://t.co/EPLtPTRZ'), (28279, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ I see. Who''s playing?'), (28280, 5500, 'Johore, Malaysia', 'UNRIDDLE 2 TRENDING!! OOHH!'), (28281, 5550, 'Tebrau, Johor Bahru', '@NatashazAsfxcz Apat tk missing nat ! Haaha evil me ! I miss you too nat ! Whatsapp tk le ?'), (28282, 4996, 'Johor Bahru, Johore', '@AndyLeeHY HAHA. Yalor ! Like dog !'), (28283, 659, 'Johor Bahru, Johore', '@Khylesnet fuck u lah.'), (28284, 1522, 'Johor Bahru, Johore', '@Stefanus_Wong perhaps it was intentional? ;)'), (28285, 2348, 'Johor Bahru, Johore', '@WawaGilerh ask someone who is good at dnt not me cause I no need'), (28286, 931, 'Johor Bahru, Johore', '@RollingTheDeeps so if i play????u goin wat???whack me uh???'), (28287, 5525, 'Johore, Malaysia', '@GamirAlex patience is a virtue lang talaga :))'), (28288, 5558, 'Johore, Malaysia', 'Sticky date pudding with @cirqel and faizal! @ House of Robert Timms http://t.co/n4ivEhEi'), (28289, 1960, 'Senai Kulai, Kulai Jaya', 'Full rehearsal (@ Dewan Sri Perdana) http://t.co/tlalqNUY'), (28290, 531, 'Johor Bahru, Johore', '@HaoToTweet4Fun idk sia.'), (28291, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz which Wesley teo? :o'), (28292, 4967, 'Johore, Malaysia', 'I''m at Esplanade - Theatres on the Bay w/ @meiyinftw http://t.co/X53HFOwW'), (28293, 5559, 'Johore, Malaysia', '^_^ food wine and good company http://t.co/NI9zD99a'), (28294, 5320, 'Singapore', '@blackheartesJ @niallofficial @louis_tomlinson @harry_styles @zaynmalik @real_liam_payne hahaha!'), (28295, 349, 'Johor Bahru, Johore', '@Charmiann should be bah if not wont no tai no Ji got free room de Mine is my dads friend card that''s why we go. My dad nb gamble de. Lol!'), (28296, 5012, 'Johor Bahru, Johore', '@harharhaa oh..i tot u all just finish...haha..so gonna zonk out?;)'), (28297, 2415, 'Malaysia', 'เข้าดงคลิป ไม่มีไรทำ แม่งงงง เบื่ออ ดูคลิปสองงพี่น้องดีกว่า เห้อออออ'), (28298, 5560, 'Johore, Malaysia', 'I''m at Blk 40 Telok Blangah Rise (Bukit Merah, Singapore) http://t.co/iVdPChbN'), (28299, 5273, 'Tebrau, Johor Bahru', '@IswadiBidin huhu....'), (28300, 5251, 'Plentong, Johor Bahru', '@haseenaaunie oww yeah babiess.HAHA'), (28301, 5499, 'Riau, Indonesia', 'Delete tweet yang salah, malu ketauan begonya.'), (28302, 5193, 'Singapore', '@BABYITSZELO NAH MY WOOGYU LOL .'), (28303, 931, 'Johor Bahru, Johore', '@Shaminthatfreak bapak aku nyer worker'), (28304, 5118, 'Johore, Malaysia', '@dxnvlhvkxm sport b. dekat dalam isetannn.'), (28305, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz I''m just crapping *-*'), (28306, 4996, 'Johor Bahru, Johore', 'Such a good girlfriend I am &lt;: ~'), (28307, 2873, 'Johore, Malaysia', '@assortedbacon @choonhockbleh no uh. Never hong. If the guy really know how tc of his girl, other ppl no chance to hong.'), (28308, 5510, 'Johore, Malaysia', '@theKimberlySim Joyceeeeee ^^ Ask Jetaime~'), (28309, 931, 'Johor Bahru, Johore', '@Shaminthatfreak by'), (28310, 1083, 'Johore, Malaysia', '@ian_suffian aku???'), (28311, 5284, 'Plentong, Johor Bahru', '@sayaPELANGY hehehe bagus2....'), (28312, 632, 'Tebrau, Johor Bahru', 'I''m just not in the mood. Sorry kalau tak reply anything from you guys.'), (28313, 5561, 'Johore, Malaysia', 'Spend my day here . http://t.co/noHpF94d'), (28314, 2903, 'Johore, Malaysia', 'Many said i deserved better but if the better isnt you then i dont want it .'), (28315, 4426, 'Johor Bahru, Johore', 'I''m at Causeway Point (Singapore, Singapore) w/ 14 others http://t.co/fE3vmNh2'), (28316, 5540, 'Singapore', 'OMG!! PLEASE LA PEOPLE!! GIVE ME CHANCE!! :('), (28317, 1421, 'Singapore', 'avicii is a bastard his music is a real earworm'), (28318, 1556, 'Singapore', '@mdnurhfz @MuhdFirman @chindixlovegood lol, Chachi tu budak NPCC.'), (28319, 5499, 'Riau, Indonesia', 'Di-unfollow karna nggak nge-foll-back.'), (28320, 4035, 'Singapore', '@ian0396 You obsess with this girl alrdy ah...'), (28321, 1109, 'Johor Bahru, Johore', '@CELINLEONG (: Gt watch unriddle2? :)'), (28322, 5499, 'Riau, Indonesia', 'Di-unfollow karna nggak nge-foll-back. [Like it? http://t.co/etyKdigi ]'), (28323, 2873, 'Johore, Malaysia', '@assortedbacon @choonhockbleh talking about hong zhabor, HONGSTER NEVER DIE, EUGENE CCB! LOLOL'), (28324, 5510, 'Johore, Malaysia', '@TOP_Bigbanggg @SuparMarn IKRRRRRRRRRRRRR! Leye is everytime despo for stead one ._.'), (28325, 5550, 'Tebrau, Johor Bahru', '@NatashazAsfxcz y cannot ?'), (28326, 3826, 'Plentong, Johor Bahru', '@timfatimah tu laaa.. Ntah maner ilang'), (28327, 4259, 'Johor Bahru, Johore', '@Babytiggerx disgusting* i once stepped onto one, and it''s arms stuck on the floor, lol!'), (28328, 5097, 'Pulai, Johor Bahru', '@erichafitrih euwwwwwwwwwwwwww. Geliiiii ~'), (28329, 942, 'Johor Bahru, Johore', 'I get splashed by water. Hehe! It was fun btw xD I wanna go again pls :( http://t.co/afTPP04m'), (28330, 1244, 'Johore, Malaysia', 'I''m at MOS Burger (Singapore, Singapore) http://t.co/3FSRIrL9'), (28331, 931, 'Johor Bahru, Johore', '@MansoorAdabi die tk kan angkat'), (28332, 1232, 'Johore, Malaysia', '@ShafiqahRashid who ?'), (28333, 1065, 'Johor Bahru, Johore', 'Bila nk sapedek!'), (28334, 5499, 'Riau, Indonesia', 'Lama nggak ngetweet bukan karena sibuk. Tapi karena nggak tau mau ngetweet apa.'), (28335, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz u go help her shave luh :p HAHA *-* girl leg got alot hair Erxin sia :o'), (28336, 1017, 'Johor Bahru, Johore', 'shall plan a solo shopping hm, next month. enough splurging of money already.'), (28337, 5562, 'Johor Bahru, Johore', 'Hehe! I got selected for the freshmen camp! ☺'), (28338, 4996, 'Johor Bahru, Johore', '@AndyLeeHY . Pig where got smile dao like this !!'), (28339, 3229, 'Johore, Malaysia', 'I just ousted Peter F. as the mayor of Anderson''s of Denmark Ice Cream on @foursquare! http://t.co/DaP6B9Cn'), (28340, 5375, 'Johore, Malaysia', 'MRはシンガポール国内で募金を集めそれを迅速に被災地のためにつかう。\nその後口上は人種・国籍を問わないために\n\nfrom the hearts in Singaporeであって、from the hearts of Singaporeanとは言わないという。\n実に戦略的だ。'), (28341, 991, 'Johor Bahru, Johore', 'Bad at skyrim ):'), (28342, 181, 'Johore, Malaysia', '@bonccie hahhahahahahhahahahha adoi'), (28343, 5118, 'Johore, Malaysia', '@ErfanRahim ap sia yang kaya. lol. nanti satu hari aku ada duit. aku belanja kau satu baju. :)'), (28344, 5456, 'Johor Bahru, Johore', '@varicklee u forget bout me!!!'), (28345, 4781, 'Johor Bahru, Johore', '@fernnny they just reach home.epic scene.carry porridge to another food court to eat..haha'), (28346, 5563, 'Plentong, Johor Bahru', 'dinner wif family... (@ Rawa Steambot) [pic]: http://t.co/JkpxhuDI'), (28347, 4035, 'Singapore', 'Making my own dinner! First time!!'), (28348, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz o_o idk ma. Do I look like a girl? :/'), (28349, 5564, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 15 others http://t.co/Qjf6IVNU'), (28350, 5533, 'Kota Tinggi, Johore', 'I just ousted @zakirahjonas as the mayor of Fancl @ Jurong Point on @foursquare! http://t.co/CYkPKSKa'), (28351, 1094, 'Plentong, Johor Bahru', '@rikadiana_busri @ayubusri Sapa honey 2 ??'), (28352, 5510, 'Johore, Malaysia', 'OH FUUUUU, @PIGGGGLETS @WeRTallPeeple @WeRShortPeeple!! WE FORGOT TO TAKE PHOTO OF AVEA!'), (28353, 1741, 'Johor Bahru, Johore', 'Wat clothes to bring ah? Sighs'), (28354, 1310, 'Johor Bahru, Johore', '@shawtypearl Like what, mind to share?'), (28355, 196, 'Johor Bahru, Johore', '#Siaoliao next time when I heard "dimple/pimple" I''ll laugh sia. @Evolruoyemllet_ thanks ah.'), (28356, 931, 'Johor Bahru, Johore', '@xXiao_Pangx @mansooradabi @mikailxplict05 love huang lei ah so hansem'), (28357, 349, 'Johor Bahru, Johore', 'Rhat conversation is making me LOL!'), (28358, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa hahaha ,tw xpe .hadiah dye ingt smpai ble2'), (28359, 2903, 'Johore, Malaysia', 'Taknak cakap lebih lebih lah nanti boleh jadi gado (:'), (28360, 384, 'Malaysia', '@maina_aloneชิสส~~'), (28361, 5273, 'Tebrau, Johor Bahru', '@ajiscullens pdan muka ko @ajiscullens haha'), (28362, 5329, 'Plentong, Johor Bahru', 'Makan seafood~ @nalluryq @emmelinemiley @this_is_prata and friends (@ Kimdo Restaurant (金都海鲜餐馆)) http://t.co/wNt7Uspg'), (28363, 2294, 'Johore, Malaysia', 'I''m at My awesome curb:) http://t.co/mdfr4Cv7'), (28364, 5565, 'Johore, Malaysia', '@Cayyseyy hahaha.... should hv call me to watch it but not w/ u... gd luck... is a nice movie... will u watch another time w/ your friends?'), (28365, 1017, 'Johor Bahru, Johore', 'shopping alone has more 收获 than with friends. xD'), (28366, 35, 'Plentong, Johor Bahru', 'To all 94''s,good luck okay for your SPM result.Okay I doakan korng semua :)'), (28367, 287, 'Plentong, Johor Bahru', '@dukefreaks yg remix ke yg ade tinnie tempah?'), (28368, 2065, 'Johore, Malaysia', '@ZamerZahran @hahazaahir game GGMU ke?sorry la golek bz kerja la..suro mereka yg tidak ambil tahu je la tengok..hahaha'), (28369, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz I will spot u *-*'), (28370, 3093, 'Johore, Malaysia', 'I''m at Newton Hawker Centre http://t.co/3CF1nLb4'), (28371, 5510, 'Johore, Malaysia', 'FUUUUUUUUUU.'), (28372, 4764, 'Johor Bahru, Johore', 'I find girls with glasses cute . And sexy . (:'), (28373, 5118, 'Johore, Malaysia', '@dxnvlhvkxm no lah.'), (28374, 3468, 'Pulai, Johor Bahru', '@therantingcurse okay(;'), (28375, 2432, 'Johor Bahru, Johore', '@f_cukyou ya ya !! That time before I cut hair this hair de 1st day register they wan catch me and ask me cut hair or 5$ =.= thn I run away'), (28376, 362, 'Johore, Malaysia', 'Manager aku sewell . Tak tahan sia'), (28377, 5566, 'Johore, Malaysia', 'I''m at Marina Bay Link Mall (Singapore, Singapore) http://t.co/1OJnf49C'), (28378, 3143, 'Tanjong Kupang, Johor Bahru', 'Homey. (@ Kampung Paya Mengkuang) http://t.co/AF8chYYY'), (28379, 377, 'Johor Bahru, Johore', '@derppp_ Yeah, or dailymotion. Puroresu, good shit. But not gonna watch in class anymore cuz I wanna focus.. Hahah Mdm Ng.'), (28380, 478, 'Johor Bahru, Johore', '@BabyJoKyu thank you! Thank you! Big sis!! Hehehhe!'), (28381, 580, 'Johor Bahru, Johore', '@yrotsreH I jus key in the password then go more services then I click on activate ATM card instead of activate debit card, then ok le~'), (28382, 2554, 'Johor Bahru, Johore', 'Dead'), (28383, 191, 'Singapore', 'Nothing is impossible. The word itself says "I''m Possible!"'), (28384, 5539, 'Johore, Malaysia', '@EpsilonYeo KPKB. she give me smiley face. I give her also. XY can wait la.'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (28385, 2068, 'Singapore', 'I just realised that sweeping my hair to the left looks less messy xD'), (28386, 384, 'Malaysia', '@maina_alone เหมือนมากกกก'), (28387, 446, 'Johore, Malaysia', '@jennifertehjw so many ! when you can !'), (28388, 362, 'Johore, Malaysia', '@tookitaway okay can :)'), (28389, 942, 'Johor Bahru, Johore', 'I wanna go there again pls :&lt; soooo fun.'), (28390, 216, 'Plentong, Johor Bahru', 'Shopping!! (@ The Zon) http://t.co/MmlQcjv4'), (28391, 5567, 'Johor Bahru, Johore', 'At khoo teck puat hospital naooo.'), (28392, 35, 'Plentong, Johor Bahru', '@Ismahavoc Elehh Isma tak ikut nak belikan buat apooooo?Hahaha'), (28393, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz :O PENGPENG TEO? :O HE SO AWESOME *-*'), (28394, 2903, 'Johore, Malaysia', 'Its better if i just shut and you do whats best for you ok ? *peace kat mata*'), (28395, 1588, 'Johore, Malaysia', 'I''m at Circle Line MRT http://t.co/xeh4EchW'), (28396, 1017, 'Johor Bahru, Johore', 'then again, what do i have to buy?'), (28397, 5008, 'Johore, Malaysia', 'Excited for later''s manutd leh :xxx'), (28398, 4266, 'Riau, Indonesia', 'The Segway tour is super duper fun! That''s us doing some major balancing. @ Palawan Beach, Sentosa http://t.co/tO4v2xkM'), (28399, 931, 'Johor Bahru, Johore', '@MansoorAdabi bespk ah,malam malam mane ade dentist'), (28400, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa @HeyEywan ap yg sedang belaku ??x tw x tw .'), (28401, 5568, 'Malaysia', '.......... (@ ร้านสบันงา(Saban-Nga Restaurant)) [pic]: http://t.co/VjVIlyUH'), (28402, 4972, 'Johore, Malaysia', '@Afifjefri Urm , ko try bukak pyzam . com .. Kat ctu bnyak background yg p0st dalam k0tak .'), (28403, 2873, 'Johore, Malaysia', '@ChoonHockBleh @assortedbacon NONO LOL. IT''S TRUEEEEE'), (28404, 5540, 'Singapore', 'OMG!!! TRIED MORE THAN 100.. DAFUG'), (28405, 5272, 'Singapore', 'http://t.co/wgU8nCOU'), (28406, 2432, 'Johor Bahru, Johore', '@Vcolizious mango pudding haha'), (28407, 4996, 'Johor Bahru, Johore', 'Going malakka at 11 plus am tomorrow . Don''t think I can see baby the last time ...... ):'), (28408, 48, 'Johore, Malaysia', '@Kayefattyhippo ginger , ohmygod are you sure you are going to do it by yourself!?!? it''s alittle been frightening..by yourself'), (28409, 4846, 'Johor Bahru, Johore', 'Lady GaGa was born this way.\nJustin Bieber was born to he somebody.\nI was born on my birthday :D'), (28410, 2554, 'Johor Bahru, Johore', '@Jazelbellelknz semo Lai de !'), (28411, 1194, 'Singapore', '#1YearAgo I was enjoying life in p6.'), (28412, 2065, 'Johore, Malaysia', '@hahazaahir @syafiq_manutd07 lek la zahir nak fight dgn aku title king typo..hahaha'), (28413, 1091, 'Johore, Malaysia', '@sleepyysam Be like me. Don''t ever change towards each other okay. I love you toooooo baby. ='')'), (28414, 362, 'Johore, Malaysia', '@inakayamgoreng kao bukan eh ? Oh . Lololol'), (28415, 531, 'Johor Bahru, Johore', '@Poppyflossy 你还好吗 ?'), (28416, 14, 'Johor Bahru, Johore', '@Jonathan5oh haha. Nothing luh just not in a mood. So many things to think about. Lol. #sadlife'), (28417, 40, 'Johor Bahru, Johore', '37.9'), (28418, 1232, 'Johore, Malaysia', 'Kdg2 aku geli dgr kate2 kau . U hate fat bitch ? Oh well look into the mirror first . U use to be fat , bitch . Hahaha'), (28419, 5569, 'Malaysia', 'I''m at 1Shamelin Shopping Mall (Kuala Lumpur, WP Kuala Lumpur) http://t.co/76V0Evr1'), (28420, 5382, 'Johore, Malaysia', '#sincei''mbeinghonest i hate when people judge me whenever they wanna to.'), (28421, 5570, 'Johore, Malaysia', 'Tao huay queue is 5 shops long according to Kevin! (@ Old Airport Road Market and Food Centre w/ 11 others) http://t.co/tbV2H9fU'), (28422, 5571, 'Johore, Malaysia', 'I''m at O+ Victoria Entertainment@Mosque St http://t.co/1cFtwmX7'), (28423, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh ok no prob'), (28424, 5193, 'Singapore', '@BABYITSZELO WOOGYU , MYUNGYEOL , YADONG , SUNGJONG WITH ME LOL .'), (28425, 1065, 'Johor Bahru, Johore', '@raihanarusli who?'), (28426, 1556, 'Singapore', '@MuhdFirman @mdnurhfz @chindixlovegood TROLLOOLLLOL http://t.co/QEY7dckr'), (28427, 384, 'Malaysia', '@maina_alone เอร๊ยยยย เขินน้ะเว้ย!-()-'), (28428, 1717, 'Johor Bahru, Johore', 'Yummy!! Fish-head steam boat(: (@ Kenny Cafe Tampinese) http://t.co/3CGUwf1p'), (28429, 767, 'Johor Bahru, Johore', '@EstelleSvana at fernvale?'), (28430, 1194, 'Singapore', '#1YearAgo I was still single:P'), (28431, 5510, 'Johore, Malaysia', 'You''re online, but you''re not talking to me :X'), (28432, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs laa apesal taknak kerja sini dulu dengan afiq semua ?'), (28433, 1816, 'Plentong, Johor Bahru', 'Dinner here (@ Restoran ZZ Sup Tulang) http://t.co/ecHoGGhy'), (28434, 5251, 'Plentong, Johor Bahru', '@haseenaaunie alrite babiess.HAHA'), (28435, 1264, 'Johore, Malaysia', 'RT @trevina_pewpew: #2Lclassouting hahaha help to trend too yay ^^'), (28436, 5572, 'Johore, Malaysia', 'Oh hey dinner buddies! http://t.co/rFfsK9PA'), (28437, 2903, 'Johore, Malaysia', 'I wished you could turn back and take a closer look at us .'), (28438, 1363, 'Johor Bahru, Johore', 'Ouch she actually bites D: RT @Parmesaancheez: "She doesn''t suck enough!" Seriously @jamesly123 maturity level 10 000. http://t.co/938Zegux'), (28439, 1922, 'Johor Bahru, Johore', '@richardperolina @airni28 @jasonhalago @jeddaumento @garybeyds pti c D''Antoni nasampal...'), (28440, 4318, 'Singapore', 'These days its not enough just to say something, you''ve got to prove it too'), (28441, 1556, 'Singapore', 'I wonder who is the hell is Chachi, Aci mana they talk about?'), (28442, 5573, 'Singapore', '@lilnonibee chey chey da lupe nmpk?'), (28443, 181, 'Johore, Malaysia', 'Test water pump di malam hari http://t.co/V7HfZrPI'), (28444, 5510, 'Johore, Malaysia', '@TOP_Bigbanggg The ugly girl also dw him! Who want him sia xD'), (28445, 5379, 'Johore, Malaysia', 'Frogs legs w chicken essence @ Sin Huat Eating House http://t.co/2ODHwhMf'), (28446, 3452, 'Johore, Malaysia', '@zomgitsnawar HAHAHA u gowith?'), (28447, 261, 'Johor Bahru, Johore', 'Lets just stay here for as long as possible.. (@ Upper Seletar Reservoir ) http://t.co/CKxXh6nz'), (28448, 35, 'Plentong, Johor Bahru', '@Ismahavoc Busy buat ape enth.Keje ke?Tak kan?'), (28449, 5069, 'Johor Bahru, Johore', '@SARAtotheH where you check time table?'), (28450, 4534, 'Johor Bahru, Johore', 'seniors graduating. :''( . they''re zhe best I''ve ever had. &lt;/3'), (28451, 812, 'Pulai, Johor Bahru', '@hazyqsahar pentiru.pfftt.xpe,kena ada pemilihan wakil rumah sukan ah'), (28452, 5097, 'Pulai, Johor Bahru', '@erichafitrih apekahh?'), (28453, 2516, 'Johore, Malaysia', '@limyuexiu my lao peh''s car manual I damn sad.'), (28454, 2873, 'Johore, Malaysia', '@assortedbacon @choonhockbleh nope! That one you ownself find out HAHAHAHAHA'), (28455, 931, 'Johor Bahru, Johore', '@Shaminthatfreak wanna be my chammak challo???'), (28456, 5379, 'Johore, Malaysia', 'Garlic shrimp. @ Sin Huat Eating House http://t.co/8adG6ld8'), (28457, 3452, 'Johore, Malaysia', '@DionisQuek cheyy hahha'), (28458, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa shhhh .diam diam .haha'), (28459, 29, 'Tebrau, Johor Bahru', 'Misses.'), (28460, 48, 'Johore, Malaysia', 'today i''v seen the healthiest looking hair in the world , so beautiful silky thick and healthy'), (28461, 112, 'Johore, Malaysia', 'I''m at Me Houseee!!!!! http://t.co/ErYqZ6ao'), (28462, 931, 'Johor Bahru, Johore', '@xXiao_Pangx huang lei follow me luh'), (28463, 1922, 'Johor Bahru, Johore', '@ygraine00 ngDuty n kyo..?'), (28464, 362, 'Johore, Malaysia', 'Terbalek kan coke ! Manager bising , Aku Ketawe , Dier tak sanggop , Dier suroh mop . Lol'), (28465, 1919, 'Pulai, Johor Bahru', 'Pulang ke rumah setelah sekian lama (@ jalan pi 3/3, Taman Pulai Indah) http://t.co/GWOCinf4'), (28466, 5138, 'Johore, Malaysia', 'Dinner :) (@ People''s Park Complex) http://t.co/I1YOPTzB'), (28467, 4846, 'Johor Bahru, Johore', 'Lady GaGa was born this way.\n\nJustin Bieber was born to be somebody.\n\nI was born on my birthday :D'), (28468, 5574, 'Riau, Indonesia', '@agung_bright love u kebo :)'), (28469, 1091, 'Johore, Malaysia', '@sleepyysam hahahahah you forever have secrets la baby. Your secrets all mcm shocking news gitu. Saturday jumpa bilang okay. Love kamu &lt;3'), (28470, 2114, 'Singapore', 'TWITTER HANGED AGAIN-.-'), (28471, 46, 'Plentong, Johor Bahru', '@SyazrahHassims hihi sorry sorry :) pmr ? tade A pon dekk . just 2B :)'), (28472, 29, 'Tebrau, Johor Bahru', 'Wish you were here.'), (28473, 2068, 'Singapore', '@XxslysoflyxX TROLOLOLOLOLOL! I forgot how to do already! xD'), (28474, 5575, 'Johore, Malaysia', 'just wanted to be friendly....'), (28475, 5008, 'Johore, Malaysia', 'Guangming is dead O_O'), (28476, 953, 'Johor Bahru, Johore', 'why not use santan to eat cereal? afterall, its still milk right #wtf'), (28477, 3758, 'Johore, Malaysia', 'มาวันแรกก็จัดซะแล้ว 55555'), (28478, 1242, 'Singapore', 'QN 7 now!'), (28479, 4416, 'Johor Bahru, Johore', '╔╦╦\n╠╬╬╬╣\n╠╬╬╬╣OK! WHO ATE MY\n╠╬╬╬╣CHOCOLATE!?!?!!\n╚╩╩╩╝'), (28480, 3000, 'Johor Bahru, Johore', 'At Ang Mo Kio MRT Station (NS16) — http://t.co/6towR8CT'), (28481, 2554, 'Johor Bahru, Johore', '@Jazelbellelknz Hao le !:)'), (28482, 1556, 'Singapore', 'I feel like lepaking at night right now. I feel like going to Mosque but semua tutup...'), (28483, 2330, 'Johor Bahru, Johore', '@A_chubbycheeks HAHAHAHAAA IKR??? I TOLD MYSELF IM GNA WATCH IT ALL OVER AGAIN!!!'), (28484, 2432, 'Johor Bahru, Johore', '@f_cukyou ya but u go sch ur teacher may catch .. See try let mah lo mine can abit. Abit only la lols'), (28485, 5251, 'Plentong, Johor Bahru', '@azamizahi23 die satu skola dgn bagong la tyme skola rendah'), (28486, 5556, 'Plentong, Johor Bahru', 'Slurpee satu.topup satu. (@ 7Eleven) http://t.co/iWPa4soy'), (28487, 5423, 'Johor Bahru, Johore', '@ButterJingers I think those top scorers and those highest ranking in each cca?'), (28488, 435, 'Singapore', '@popsywhoopsy you still remember the 3rd harm is what?'), (28489, 5412, 'Johore, Malaysia', '@StarsandDusts_ yeah, can never get sick of it :P'), (28490, 1264, 'Johore, Malaysia', 'KOI queue long like shit'), (28491, 5382, 'Johore, Malaysia', '#sincei''mbeinghonest i hate Geography.'), (28492, 1109, 'Johor Bahru, Johore', 'Dk Dylan rlly lost his memory anot. Think''s nt ba.'), (28493, 4554, 'Johore, Malaysia', '@SherylAllyson he never tell me anything.'), (28494, 5118, 'Johore, Malaysia', '@dxnvlhvkxm pandaipandai ah kau guess. aku mals nak cakap.'), (28495, 362, 'Johore, Malaysia', 'What you waiting for ?'), (28496, 2873, 'Johore, Malaysia', '@likuhhein @assortedbacon @choonhockbleh LOLOLOL. COME, SALUTE + BOWWWW'), (28497, 2114, 'Singapore', '@Widhiadarii idk, haha. katycat whud areu doin now? O_O'), (28498, 931, 'Johor Bahru, Johore', '@MansoorAdabi @mikailxplict05 tk pe bespk try,national dental care centre of outram park'), (28499, 4259, 'Johor Bahru, Johore', '@Babytiggerx ahhahah! Feels nice doesnt it(: lol! Idk how long never see lizard &amp; cockroach at my house le.'), (28500, 5576, 'Johore, Malaysia', '@iotwse whyy?'), (28501, 29, 'Tebrau, Johor Bahru', 'The pain is unbearable.'), (28502, 4057, 'Johor Bahru, Johore', '@cha_lacap ayaw ko yung structure ng work.. Hahaha.. Wala kasing structure eh..'), (28503, 1490, 'Johore, Malaysia', 'Extra practice in #school tomorrow afternoon. Hols over. :('), (28504, 2554, 'Johor Bahru, Johore', '@Jazelbellelknz 50bucks ty !:)'), (28505, 5577, 'Johor Bahru, Johore', 'Corridor at 622, nagpapahinga after jogging @ Ang Mo Kio Ave 9 Blk 620 Carpark http://t.co/LL0zzX7V'), (28506, 2903, 'Johore, Malaysia', 'People treated you like shit but you still care for them . #hatethisfeeling'), (28507, 5069, 'Johor Bahru, Johore', 'Fuck 291 bus la so long Liao still haven come. I wan watch unriddle!'), (28508, 5251, 'Plentong, Johor Bahru', '@dilaazie @haseenaaunie jgn brsangka buruk.hehe'), (28509, 5502, 'Johore, Malaysia', 'Jangjang :)'), (28510, 677, 'Johore, Malaysia', '@xing_shing @sheslley @karlademoda @lkmariquit @rinabanana amo na gni supot nada! level up!!!'), (28511, 3898, 'Johore, Malaysia', 'Finally ipad received !!'), (28512, 3875, 'Johore, Malaysia', '@shanealv text me now!! WAnna talk abt tmr'), (28513, 5097, 'Pulai, Johor Bahru', '"@hazieqahhouda: Gilaa profile picture bbm wany!!!!!!!!!!!" Aku tahuu!!!!!!!'), (28514, 1994, 'Johore, Malaysia', 'am so sleepy.'), (28515, 3307, 'Johore, Malaysia', 'GunZ is really fun. ;duh'), (28516, 1310, 'Johor Bahru, Johore', 'Dude, u look hot, just like William Hung. She bang! She bang!'), (28517, 1115, 'Johore, Malaysia', 'I''m at Blk 13 Marine Terrace http://t.co/yTp9m6SF'), (28518, 1264, 'Johore, Malaysia', 'KOI too long , buy another bubble tea from another stall :3'), (28519, 4859, 'Johor Bahru, Johore', '@uMaDBr0 ok'), (28520, 2427, 'Johor Bahru, Johore', 'judges showcase red bull bc one 2011 Sick! @sherwin0_0 @TIMOTHYBQ'), (28521, 2554, 'Johor Bahru, Johore', '@Jazelbellelknz Yes ?:)'), (28522, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie ^ _ ^ = hohohoho,...'), (28523, 5578, 'Johore, Malaysia', 'Someone please tell me...how can I love chemistry?'), (28524, 4519, 'Kota Tinggi, Johore', '@Baljit93 u nvr call me?'), (28525, 1400, 'Johor Bahru, Johore', '@jeslynLHJ news? Was watching tv and realized yoo-chun mum owned a gelato shop!! Telling sis suju shud open one too... Haha'), (28526, 1115, 'Johore, Malaysia', 'I''m at Rambu''s Crib http://t.co/0GI2ftkb'), (28527, 401, 'Johore, Malaysia', '"All three had been made fatherless by the Great Patriotic War. All three had been raised by the men who had managed to avoid battle,...'), (28528, 1094, 'Plentong, Johor Bahru', 'Alhamdulillah, managed 2 shop at 1 go. Baru KR1M uols !!\n :)\n\nTotal: Rm 470 4 5 workers. Jimat huh !! http://t.co/atwS2igC'), (28529, 401, 'Johore, Malaysia', '@ajmy get you! That RT makes you proper celeb that does :-)'), (28530, 362, 'Johore, Malaysia', 'RT @HarryHid: I know you somewhere out there somewhere far away. I want you back.'), (28531, 4999, 'Johor Bahru, Johore', 'Again... You''re making me feel worse.... Why do you even go online while you''re not even active?'), (28532, 3307, 'Johore, Malaysia', 'A little bit headache like that. :\\'), (28533, 2873, 'Johore, Malaysia', '@ChoonHockBleh @assortedbacon go la nobody stopping you also LOL'), (28534, 435, 'Singapore', '#nowplaying wind blow by gayoon.'), (28535, 4035, 'Singapore', '@TetsuNeo hahaha next time shepherding i cook for you! :P'), (28536, 401, 'Johore, Malaysia', 'Ôther than some Singaporeans; a few Russians &amp; possibly me, really very few people in this town have a true sense of style. Tristesse'), (28537, 401, 'Johore, Malaysia', '"....the violent, dour second-tier men their mothers brought home out of brutal loneliness" - I''m in love with Shteyngart''s literary voice'), (28538, 5351, 'Singapore', '@alisyahamran Charging maam~ sure bo?'), (28539, 287, 'Plentong, Johor Bahru', 'Duke yayangs tu bukan lagu Noisia tu lagu Tinie Tempah. Malasnya nye aku mention kau. Penat melayan .___.'), (28540, 3666, 'Johor Bahru, Johore', 'Where''s my suited yellow bebe top! *crys* #bebe #leopardscarf @ Seletar Hills Estate http://t.co/KZrKMkkf'), (28541, 46, 'Plentong, Johor Bahru', 'assalamualaikum new followers . jum tweet-2 . sifat sombong tiada dalam diri saya :)'), (28542, 931, 'Johor Bahru, Johore', '@ohmysunnyness of cpurse'), (28543, 967, 'Johore, Malaysia', 'Bir hitam 6kis.. Roko 3 bungkus.. Cukup buat temani malam panjang ini.. http://t.co/Wl41yaOv'), (28544, 5579, 'Johor Bahru, Johore', '@naihpos Tu ler.. We happen to open our door at that time..n shai saw them looking at our hse 1 kind..'), (28545, 747, 'Johore, Malaysia', 'I''m at Takashimaya Department Store (Singapore, Singapore) w/ 4 others http://t.co/iHr7FQdl'), (28546, 5580, 'Singapore', 'Be yourself and i promise people will enjoy it, and if they don''t FORGET THEM :P'), (28547, 5244, 'Johore, Malaysia', 'I''m at Udders (Singapore, Singapore) w/ 6 others http://t.co/cENGN4m3'), (28548, 2578, 'Johor Bahru, Johore', 'I''m at Shi Ting''s Castle :-) http://t.co/J8fVVqf7'), (28549, 4035, 'Singapore', '@ian0396 what happen to her? :o'), (28550, 35, 'Plentong, Johor Bahru', '@Ismahavoc Merayap je keje.Cuba dduk rumah mcm anak dara sikit........Hahaha'), (28551, 5311, 'Kota Tinggi, Johore', '@chanel_branded lol, that time you all laugh until so loud. The swing not hot? Soccer fun'), (28552, 4681, 'Johor Bahru, Johore', '@tripodmonster Whyy lehh? :O'), (28553, 5581, 'Johore, Malaysia', 'I''m at VivoCity (Singapore, Singapore) w/ 27 others http://t.co/EWcfq3y3'), (28554, 1774, 'Tebrau, Johor Bahru', '@Jlngwel proton I want look like lamborghini mah.. That''s why stress :p'), (28555, 999, 'Johore, Malaysia', 'Eh why the indoor sports hall keep playing SNSD 2nd tour solo items de song?! Almost, lady marmalade and don''t stop the music'), (28556, 2065, 'Johore, Malaysia', '@hahazaahir @syafiq_manutd07 sebab santau ko xcukup kuat nak sembuh kan penyakit berjangkit aku ni..hahaha,kongsi la dgn golok sekali..haha'), (28557, 4605, 'Johore, Malaysia', 'I''m at Rochor Original Beancurd (梧槽豆花水) (Singapore, Singapore) w/ 2 others http://t.co/hg4tpBaM'), (28558, 1310, 'Johor Bahru, Johore', '@shawtypearl Yea sure, sat confirm?'), (28559, 4748, 'Johore, Malaysia', 'I''m at The Gym At Orchard . http://t.co/VMbumdGq'), (28560, 3213, 'Johore, Malaysia', 'I''m at Crystal Jade Kitchen (Singapore) http://t.co/IMY3wEJd'), (28561, 5382, 'Johore, Malaysia', '#since''mbeinghonest i love you like i never loved before.'), (28562, 4035, 'Singapore', '@TetsuNeo hahaha sure! (:'), (28563, 262, 'Johore, Malaysia', '@kellylilin Whhhh-at?! How are you evil?'), (28564, 2068, 'Singapore', '@XxslysoflyxX Need to ask @Josxeff before he transfers!'), (28565, 4259, 'Johor Bahru, Johore', 'The more i watch Unriddle 2, i hope they got ressurection in it. Lol, so many people die liao!'), (28566, 287, 'Plentong, Johor Bahru', '@dukefreaks http://t.co/vbxrBwpN ni ka?'), (28567, 568, 'Kota Tinggi, Johore', '@izyoboyDjP last tuesday ata un.hehe'), (28568, 2554, 'Johor Bahru, Johore', '@Jazelbellelknz Eeee !! 25 la !!'), (28569, 1065, 'Johor Bahru, Johore', '@raihanarusli @norshafiq_kawan LOL, okok. I will'), (28570, 5582, 'Johor Bahru, Johore', 'Crime fighting has a new vehicle. The tipper truck was so passé @ Jurong Junior College http://t.co/5eTblVFB'), (28571, 874, 'Johor Bahru, Johore', '@ohkayne see you there then.'), (28572, 931, 'Johor Bahru, Johore', '@MansoorAdabi @mikailxplict05 try try je kgn tan ui\nmoi ang kat sudah'), (28573, 5465, 'Johore, Malaysia', '@zixity you tell the rest ahh. Or you can just go with me ^^ hahahhahahah'), (28574, 2516, 'Johore, Malaysia', '@limyuexiu Hahahah forced to.'), (28575, 2114, 'Singapore', 'Someone please Whatsapp Me. Thanks. Bored till death'), (28576, 5583, 'Johore, Malaysia', 'Dinner. :) (@ Umi Sushi @ Holland Village MRT) http://t.co/2QssqqBT'), (28577, 568, 'Kota Tinggi, Johore', '@nixxxy secret!!hehe'), (28578, 4272, 'Johor Bahru, Johore', 'I''m at West Mall (Singapore, Singapore) w/ 9 others http://t.co/MssH5ipm'), (28579, 1194, 'Singapore', '@DioneKoh @foreverrandom1D *extra* titanic?:D'), (28580, 2554, 'Johor Bahru, Johore', '@Jazelbellelknz ask him for what?:)'), (28581, 35, 'Plentong, Johor Bahru', 'Mcm ada harapan dngn Mr.Right je.Kau?Hahaha kalau aku suka kau pun kau mmng tkthu.K lahhh boii :P'), (28582, 1109, 'Johor Bahru, Johore', '@Kerlynna So sweet of ur bf! (:'), (28583, 5584, 'Johor Bahru, Johore', '@bJiaYi yeah wtf , sorry couldn''t go out); I fainted . ):'), (28584, 2330, 'Johor Bahru, Johore', '@A_chubbycheeks HAHAHAHAHAHAAA HOPE HE WILL WATCH!! HEHEHEE He''s busy studying... LOL'), (28585, 1264, 'Johore, Malaysia', 'Sian la. The other shop no more pearl zz'), (28586, 5409, 'Johor Bahru, Johore', '@HeyEywan shafiq kn nan afifa liyana a.k.a epa .hahaha .kn @DayanggSyafiqa'), (28587, 1895, 'Johor Bahru, Johore', 'Haiyoooo so troublesome can. T.T'), (28588, 5094, 'Johor Bahru, Johore', 'I''m at Hougang Central Bus Interchange (Singapore, Singapore) w/ 2 others http://t.co/VidW3TcH'), (28589, 222, 'Johore, Malaysia', '@PDA_yan National! And the one in Yishun'), (28590, 5502, 'Johore, Malaysia', 'Bloody court order , eat my shit ! Sighs'), (28591, 4467, 'Johor Bahru, Johore', '@Edwininja shiok eh?'), (28592, 1, 'Tebrau, Johor Bahru', '@AlynRomano Sabar sabar , Hahahaha :) alahhh , suruh jelah dia add .'), (28593, 5585, 'Johore, Malaysia', 'Nakikicharge ng laptop at cp. poor me (at Starbucks @ 313 Somerset) [pic] — http://t.co/H38kcW15'), (28594, 458, 'Malaysia', '@PassPortSmily ไปคอนหรอ พี่พาส ?'), (28595, 931, 'Johor Bahru, Johore', '@Shaminthatfreak besok aku blanje kau'), (28596, 3452, 'Johore, Malaysia', '@zomgitsnawar bojio. Hhhahahahah'), (28597, 1042, 'Johore, Malaysia', 'Faking a smile is easy even i can do it... http://t.co/pC0byLDz'), (28598, 5097, 'Pulai, Johor Bahru', '@hazieqahhouda hahahah gila sangat!!!'), (28599, 5586, 'Johore, Malaysia', '@msvaleriejoy are u ok?'), (28600, 1722, 'Johore, Malaysia', 'Heartless.'), (28601, 4859, 'Johor Bahru, Johore', 'I hate metal calculation'), (28602, 5311, 'Kota Tinggi, Johore', 'HEAT lose to BULLS ....'), (28603, 3919, 'Johore, Malaysia', 'I''m at ION Orchard (Singapore, Singapore) w/ 16 others http://t.co/PMtFV4y0'), (28604, 2110, 'Johore, Malaysia', 'So, what does this mean to you? • Climate Change affects everyone and everything. http://t.co/MVDRecuG'), (28605, 5587, 'Johor Bahru, Johore', '@JuzSomeGuy_ play the drawing game with me ley!!!!'), (28606, 1075, 'Johore, Malaysia', 'I''m at 81 Dickson Hotel http://t.co/rnVcOVI1'), (28607, 5581, 'Johore, Malaysia', 'I''m at Sky Park w/ @tiqtiqtiq http://t.co/YVVJpmPN'), (28608, 1564, 'Johor Bahru, Johore', 'Wohoo! My holidays coming! ^^ holidays full of activity. Busy man! ;)'), (28609, 2459, 'Johore, Malaysia', 'Left4dead!! (@ SAFRA Jurong) http://t.co/m2Dp2THq'), (28610, 5588, 'Plentong, Johor Bahru', 'Seekers kena rasuk. K seram bongok'), (28611, 4846, 'Johor Bahru, Johore', '@TeerapolNeuweg4 shut up'), (28612, 2114, 'Singapore', 'Why are there so many one Directioners in Singapore. Why not katycats-_-'), (28613, 580, 'Johor Bahru, Johore', '@yrotsreH oh ok~ cause I also try 2 times to activate debit but cannot, so I tried activate ATM card then ok le~maybe u try again ltr ba~'), (28614, 5097, 'Pulai, Johor Bahru', '@erichafitrih tidak kenapa kenapa...'), (28615, 1264, 'Johore, Malaysia', 'Sua i drink water'), (28616, 2903, 'Johore, Malaysia', 'Just treat her right and she''ll treat you two times better .'), (28617, 2432, 'Johor Bahru, Johore', '@Vcolizious lols !! I wanna try mango pudding'), (28618, 5567, 'Johor Bahru, Johore', '@Helmi_mokish because of Chee Koon! Tu pasal stress!?!?'), (28619, 377, 'Johor Bahru, Johore', '@derppp_ My maths is okay. I just need to practice occasionally so I don''t forget the stuff. My maths teacher is fucking awesome'), (28620, 1774, 'Tebrau, Johor Bahru', 'Headache now le'), (28621, 5196, 'Johore, Malaysia', '“@PINOY_QUOTES: Hindi porket sinabihang ka ng INGAT, eh concern na sayo? Di ba pwedeng alam niya na TANGA ka lang!”@Akosi_Emong @agila_28 :)'), (28622, 287, 'Plentong, Johor Bahru', 'Justin Bieber ni makin beso makin sedap pulak lelagu pehal? Kau nak suruh aku suka kau? Okkay dah suka~ Sikit je k?'), (28623, 4803, 'Johor Bahru, Johore', '@darrylpingg no , my life is cui'), (28624, 5451, 'Riau, Indonesia', '@akimalam_tvone kalo tanpa kekerasan mana ada artinya . Mike saja dirampas Polisi , Brimob menyerang Kantor HMI , Foto dibakar karena kecewa'), (28625, 2068, 'Singapore', '@XxslysoflyxX That''s the 60 minute warm down... We need a pre warm up, then a warm up, then a pre work out, then a work and finally...'), (28626, 934, 'Johor Bahru, Johore', '@moomoonie @zrnrhm @SamSwizzy8089 Ahhhhhhhhhhh meatballsssssss!'), (28627, 1147, 'Johor Bahru, Johore', '@RattleUrbone_ yah need take bus.'), (28628, 5428, 'Johore, Malaysia', 'Zzzzz why twitter anyhow follow ppl for me.'), (28629, 5165, 'Johore, Malaysia', 'COOKIES AND CREAM ICE CREAM (@ NTUC FairPrice @ Dover) http://t.co/zQ7s59SP'), (28630, 3995, 'Johor Bahru, Johore', 'I''m at Marymount MRT Station (CC16) (Singapore, Singapore) http://t.co/sKLh3CwC'), (28631, 196, 'Johor Bahru, Johore', 'I don''t know which but I''m so tired today. Weird.'), (28632, 35, 'Plentong, Johor Bahru', '@Ismahavoc Bapak ahhhhh xD Hahahaha ayat takboleh go'), (28633, 5423, 'Johor Bahru, Johore', '@ButterJingers not sure, maybe? Haha'), (28634, 2511, 'Johor Bahru, Johore', 'Going home !'), (28635, 4534, 'Johor Bahru, Johore', 'tired. ):'), (28636, 5589, 'Malaysia', '=0= (@ sc heritage hotel) http://t.co/iAKExNVM'), (28637, 5584, 'Johor Bahru, Johore', '@Wenxinzxczxczxc cheer up!);'), (28638, 1, 'Tebrau, Johor Bahru', 'wow wow wowwwww , tolong jangan buat saya malu k . hahahahaha kbai'), (28639, 377, 'Johor Bahru, Johore', '@belindadrs Ya, cuz I''m a good Samaritan! Ah, tapi cuma ada sampe reliability kayaknya'), (28640, 4503, 'Johore, Malaysia', '@ohhliveer @PoChopper i also wanna play'), (28641, 2114, 'Singapore', 'I really really miss CDT . I &lt;3 @katyperry . Ur my life forever.!!!!!!!!!!'), (28642, 4996, 'Johor Bahru, Johore', 'Can''t bear to leave him.'), (28643, 425, 'Kota Tinggi, Johore', 'Stomach pain'), (28644, 1441, 'Johor Bahru, Johore', '@gwelmo @xyleee_kfh revenge :) http://t.co/r4ztV4Sx'), (28645, 5590, 'Johore, Malaysia', 'I''m at Tanglin Halt Market (Commonwealth, Singapore) http://t.co/jqztcWx5'), (28646, 3, 'Plentong, Johor Bahru', 'gosok baju sch ~~'), (28647, 2068, 'Singapore', '@XxslysoflyxX So true... He''ll look like Osama... With a whole lot of fats xD'), (28648, 3525, 'Johor Bahru, Johore', 'I''m at Causeway Point w/ @nurinaxzcs_ http://t.co/Zk3xb5Br'), (28649, 1556, 'Singapore', '@chindixlovegood @muhdfirman @mdnurhfz True enough, the hair is difference, the similarity is the eyes and smile....'), (28650, 580, 'Johor Bahru, Johore', '@yrotsreH it''s ok la~ take ur time~ if really cannot go bank ask~'), (28651, 5382, 'Johore, Malaysia', 'Hahahaha yay!'), (28652, 4646, 'Pulai, Johor Bahru', 'I''m at Rs Badminton Court http://t.co/90aJAGwF'), (28653, 1042, 'Johore, Malaysia', 'Bored... TTM!!! :P http://t.co/z1xPbYjv'), (28654, 4059, 'Johore, Malaysia', 'Forever a fan of Highlanders ;) (@ Highlander Bar &amp; Restaurant) http://t.co/M83jrASO'), (28655, 362, 'Johore, Malaysia', 'I wanna see your peacock !'), (28656, 2065, 'Johore, Malaysia', '@hahazaahir @ZamerZahran Semangat bandar London la bro..hahaha..hidup London boleh jalan bandar Manchester..hahaha'), (28657, 1962, 'Johore, Malaysia', '@itsMe_cHickLet musta dockie?'), (28658, 5591, 'Johore, Malaysia', 'I at Bugis eating with Kellie, Julianne and trini :)'), (28659, 2415, 'Malaysia', 'ดีเหมือนกัน แม่ให้พิมพ์งานให้ เบื่อ เซ็งวันนี้ งือออออออออออออออ'), (28660, 5574, 'Riau, Indonesia', '@Rhyrien_emofag woyy'), (28661, 2432, 'Johor Bahru, Johore', '@f_cukyou ermmmmmmmm idk ah ~ haha !! U better don mix with wrong ppl hor !! I think that course a lot guai guai de'), (28662, 5457, 'Johore, Malaysia', 'マンゴ・プディングゥー \nデザートなう! 器がオシャレになった http://t.co/k2937MOK'), (28663, 3468, 'Pulai, Johor Bahru', '@MeiZhen_BLAH YUPP!'), (28664, 5455, 'Pulai, Johor Bahru', '1st time mkn kat sini.. (@ Ateh Corner Taman Universiti) http://t.co/xQq7TxFd'), (28665, 5592, 'Johore, Malaysia', 'I went to see ''The Lady'' with my classmates! I didn''t know it was the film about Aung San Suu Kyi! アウンサンスーチーさんの映画って知らなかった!(^^; 感動でした!!!'), (28666, 196, 'Johor Bahru, Johore', '@Evolruoyemllet_ haha!!! Mainland! Lol, evil me.'), (28667, 931, 'Johor Bahru, Johore', '@MansoorAdabi @mikailxplict05 kok chuan'), (28668, 1556, 'Singapore', '@_Eqraq oh like that.......'), (28669, 5251, 'Plentong, Johor Bahru', 'skrg aq agak lampi -,-'), (28670, 2065, 'Johore, Malaysia', 'ok..RT @NazurahMN: Kau tak penting pon dalam hidup aku .'), (28671, 2114, 'Singapore', '@Widhiadarii HAHa. yeah. -_- Im bored-_-'), (28672, 5593, 'Riau, Indonesia', '@kaniaamaliaa kenpa ?'), (28673, 5130, 'Johor Bahru, Johore', 'Hrcfptyffytduana.$•!?^%'), (28674, 900, 'Johore, Malaysia', 'An Idiot Aboard on TLC again, should be called two fuckwits in an office'), (28675, 931, 'Johor Bahru, Johore', '@Shaminthatfreak band'), (28676, 5594, 'Johore, Malaysia', 'Super duper late! (@ La Nonna) http://t.co/kXXgBxlP'), (28677, 2432, 'Johor Bahru, Johore', '@Vcolizious u treat ah ? Hahaha !! Kkays !! Find one say go try'), (28678, 576, 'Johore, Malaysia', '@S3R1zawa omg no!! I can''t help it if\nI naturally sound sarcastic ):'), (28679, 262, 'Johore, Malaysia', '@Okuno_Mike @Liminny around 4-5+ in the evening .. gonna rain..'), (28680, 2114, 'Singapore', '@isedro96 Yeah. U have Whatsapp?O.o'), (28681, 5130, 'Johor Bahru, Johore', 'Guc'), (28682, 46, 'Plentong, Johor Bahru', '@SyazrahHassims hihi aminamin . doakan akak eaaa :)'), (28683, 2712, 'Johore, Malaysia', '@zhxrxxf @ammarliomilo so jack esok kau tk naik basikal arh'), (28684, 1643, 'Johor Bahru, Johore', 'Thanks Samuel for shaving my leg and looks like damn shit now. Thanks a lot. =3='), (28685, 5510, 'Johore, Malaysia', '@TOP_Bigbanggg Who like him sia! xDDD'), (28686, 5596, 'Johor Bahru, Johore', 'I''m at Joy''s residence  http://t.co/CHxcixF1'), (28687, 3529, 'Johor Bahru, Johore', 'Bye bye nails &gt;: http://t.co/Fwnvn6HZ'), (28688, 69, 'Johore, Malaysia', '@intanladyana mama kenapa mama taknak reply tweet papa lagi? mama majok nan papa eh? mama da tk syg papa lagi eh? :('), (28689, 2903, 'Johore, Malaysia', 'Being there for someone cause you kno how it feels like when no one''s there for you .'), (28690, 4357, 'Johore, Malaysia', '@thirteenpapers @astr0trek18 Rofl~ haha!!! rem ah~ tml'), (28691, 2863, 'Johor Bahru, Johore', 'I''m at White Sands Shopping Centre (Singapore, Singapore) w/ 4 others http://t.co/RhG7ta5k'), (28692, 46, 'Plentong, Johor Bahru', '@syiemah hihi best laa jugek :)'), (28693, 3273, 'Johore, Malaysia', 'RT " @Meerahsaywhaat ; I get irritated with ppl who reply me k . "'), (28694, 362, 'Johore, Malaysia', 'Actually kan , I tak mean to hurt people but sometimes its just on impulse . Lol .'), (28695, 5587, 'Johor Bahru, Johore', 'Rui en din mean it..:('), (28696, 2903, 'Johore, Malaysia', 'Yes im selfish i dont share my man . Its either me or her .'), (28697, 5597, 'Plentong, Johor Bahru', 'I''m at 彩虹小贩中心 http://t.co/bxiP0DXr'), (28698, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa @HeyEywan cite da lme .x baek ungkit balik .haa .lol .siot kw dayang kne kn aq .'), (28699, 874, 'Johor Bahru, Johore', '@sandraTLC ice cream for supper tonight then?'), (28700, 927, 'Johore, Malaysia', '@xoxonas Sorryyyyyyy! I''m so gonna be late    Lol! On the way now in the '), (28701, 5510, 'Johore, Malaysia', 'I die also dont want you uh -.-'), (28702, 919, 'Johore, Malaysia', 'if this is what you meant when u tell me to be strong, oh Allah, give me the strength...'), (28703, 3875, 'Johore, Malaysia', '@shanealv aww.. So sad. I heading kovan tmr. Thought of askin u as well'), (28704, 88, 'Johor Bahru, Johore', '@amyline95 grrr... hmm aku okey je..hahahahahhaha...yeah x phy blajo add math'), (28705, 2554, 'Johor Bahru, Johore', 'Rui en calm down !'), (28706, 5118, 'Johore, Malaysia', '@ErfanRahim zzzzzzzz. hahhaaa. tengok lah. kalau aku ada duit. kalau tak satu hari bila aku dapat duit aku ajak kau kay? :)'), (28707, 2427, 'Johor Bahru, Johore', '@keithngjihyuk is lucid dreaming scary?'), (28708, 287, 'Plentong, Johor Bahru', 'Tak sedap. Ade unsur dubstep. Tak suka. Trendy sangat! Tak suka. Panadol kejap! Tak suka lah!'), (28709, 2250, 'Johor Bahru, Johore', 'I''m at Pending LRT Station (BP8) (Singapore, Singapore) http://t.co/Qv55VAk9'), (28710, 3452, 'Johore, Malaysia', '@zomgitsnawar why , cannot eh HAHA'), (28711, 5598, 'Plentong, Johor Bahru', 'I''m at Salsabila Shissa Lounge (Johor Bahru) http://t.co/je2JZ5yF'), (28712, 468, 'Johor Bahru, Johore', 'I''m at D-Xeshnon Crib http://t.co/9JghKbrD'), (28713, 458, 'Malaysia', '@PassPortSmily อังกอร์คืออะหยัง ?'), (28714, 222, 'Johore, Malaysia', 'He likes it up his arse RT @NYQYQ: Omg the back of this boy''s shirt says "I suggest you take the stairs." Is this a sign.'), (28715, 5398, 'Johore, Malaysia', 'Da fug ! I and keigi totally forgot about\nThe movie we wanted to buy as we happily chatted'), (28716, 34, 'Johor Bahru, Johore', 'Today I late for 45 minutes man..'), (28717, 5398, 'Johore, Malaysia', 'while queuing in the\nEnd I used the time to say the show LOL'), (28718, 2554, 'Johor Bahru, Johore', 'Wa chua tio I thought she really shot Dylan !'), (28719, 4594, 'Johore, Malaysia', 'Humans are complicated. So am I.'), (28720, 699, 'Johore, Malaysia', 'Fetch'' boss'' (at Ministry of Foreign Affairs) — http://t.co/wafheaVK'), (28721, 934, 'Johor Bahru, Johore', '@jowenn the mashed potatoes! And chicken of course! Omg! Yummmmmmms!'), (28722, 3452, 'Johore, Malaysia', '@dubstepunicorns @paperdrizzle i already died inside.'), (28723, 1922, 'Johor Bahru, Johore', '@Jeddaumento @richardperolina @airni28 @jasonhalago @garybeyds bring Phil..!!!'), (28724, 2712, 'Johore, Malaysia', '@ammarliomilo @zhxrxxf arh2 naik'), (28725, 1194, 'Singapore', '@DioneKoh @foreverrandom1d xDDDD'), (28726, 5599, 'Tebrau, Johor Bahru', 'I''m at Trafik Light Hospital Permai (Johor Bahru, Johor) http://t.co/Qp36CrPg'), (28727, 5599, 'Tebrau, Johor Bahru', 'I just ousted Redza N. as the mayor of Trafik Light Hospital Permai on @foursquare! http://t.co/Ga3l27xV'), (28728, 2068, 'Singapore', '@XxslysoflyxX Double cheese burgers would drop out of the towel thingy xD'), (28729, 2348, 'Johor Bahru, Johore', 'You first said that You liked my cousin den later you say you like dun like super childish, Wake up your mind ! Dun playing wif his feelings'), (28730, 362, 'Johore, Malaysia', 'I nak beat customer nie sume lah ! Tady taknak datang !'), (28731, 576, 'Johore, Malaysia', 'Kena jack. Mom delay so much until I have to come back tomorrow to do my brows . Fk maaaan.'), (28732, 2356, 'Johore, Malaysia', '@_Fangyo GO !'), (28733, 5600, 'Johor Bahru, Johore', 'We at singapore zoo @emirqis @ Singapore Zoo http://t.co/dGqRFoUH'), (28734, 1091, 'Johore, Malaysia', '@sleepyysam I won''t ever baby. Never will. Hahahah Loving what hunn? =)'), (28735, 5409, 'Johor Bahru, Johore', '@HeyEywan @DayanggSyafiqa kw baek nan dye x kn la x tw dye nan epa ,haa'), (28736, 2114, 'Singapore', 'RT if you luv @katyperry awesome smile (:'), (28737, 196, 'Johor Bahru, Johore', '*why'), (28738, 5539, 'Johore, Malaysia', '@EpsilonYeo See how lor.'), (28739, 4875, 'Johor Bahru, Johore', '@teddypot bilis! Hehe. magpareserve na tayong seats sa friday! Want to join us? @iamonboycott'), (28740, 287, 'Plentong, Johor Bahru', '@dukefreaks mari kedai jap!'), (28741, 1556, 'Singapore', 'Kata Rasulullah,malam jum’at itu ribuan malaikat turun kebumi untuk mengambil do’a-do’a nya orang mukmin untuk dihadapakan kepada Allah SWT'), (28742, 2250, 'Johor Bahru, Johore', 'I''m at Little Bee''s Hive (Bukit Panjang New town, Bukit Panjang) http://t.co/VZ67fiAY'), (28743, 3306, 'Johor Bahru, Johore', '@Harrizontal so fast!!? Wtf? Ur ezlink card pic is passport pic? Hahahah.'), (28744, 1408, 'Johore, Malaysia', '@chrischansaura ang alin gah daw? ahaha..'), (28745, 1834, 'Johor Bahru, Johore', 'I''m at Caleb''s Home http://t.co/U7HzrdSZ'), (28746, 1004, 'Johore, Malaysia', '@YrUglyFace like shit'), (28747, 931, 'Johor Bahru, Johore', '@Shaminthatfreak kol'), (28748, 5584, 'Johor Bahru, Johore', 'Gotta start eating enough. Don''t wanna faint again ):'), (28749, 5601, 'Johor Bahru, Johore', '@Raainnboww @suzyzan11 i want yoo jin with jiyeon. Dunno why lololol'), (28750, 4458, 'Johor Bahru, Johore', 'http://t.co/NsArGk2y'), (28751, 287, 'Plentong, Johor Bahru', '@zulfahmiabidin bukaaannn! bukaaannn!!!'), (28752, 4503, 'Johore, Malaysia', '@ohhliveer @PoChopper OPPPS! BYE! I JET PACK!'), (28753, 35, 'Plentong, Johor Bahru', '@Ismahavoc Dh lh malas nak gaduh.K menanglahhh Tahniahhh :D'), (28754, 478, 'Johor Bahru, Johore', '@BabyJoKyu hahahaha! I upgraded my plan Liao! To iPhone plan!! Hehehe! Why like u super shock? Hahaha! But then I miss my china one!! Hehe'), (28755, 5548, 'Johor Bahru, Johore', '@backtofive who! Whr?!'), (28756, 182, 'Johor Bahru, Johore', 'I''m at SHINee''s Dorm http://t.co/HADnkycK'), (28757, 2342, 'Plentong, Johor Bahru', '@ridzuan_dzakir Ah majuk majuk!'), (28758, 2114, 'Singapore', '@isedro96 lol. wanna chat on Whatsapp?'), (28759, 5602, 'Singapore', 'kok bl d sms ?? RT @abaytesen Y aygun sipp! Gmpang tu... RT @siraden_wardana'), (28760, 5503, 'Plentong, Johor Bahru', 'alice in wonderland'), (28761, 55, 'Johore, Malaysia', '@SanJ_ya NICE SONG! NICE SINGERS TOO'), (28762, 2903, 'Johore, Malaysia', 'Dgn matair pon mengire menyampah aku . Takya matair suda lah .'), (28763, 2954, 'Kota Tinggi, Johore', '@adrenaaa Hahas ! Abit weird if I put there lol !'), (28764, 5451, 'Riau, Indonesia', '@akimalam_tvone Kalau mahasiswa sdh turun ke jalan , jangan harap seragam coklat bisa membendung mereka . Koq anggota KBPPP setuju BBM naik'), (28765, 2068, 'Singapore', '@XxslysoflyxX It''s called Euro Training...'), (28766, 1556, 'Singapore', '@ShaShiza oh ok.....interesting...'), (28767, 5587, 'Johor Bahru, Johore', '@__DontBlink you''re thinking too much la!'), (28768, 5603, 'Indonesia', 'im indonesian'), (28769, 196, 'Johor Bahru, Johore', '@Evolruoyemllet_ you more evil la!'), (28770, 5097, 'Pulai, Johor Bahru', '@erichafitrih ape benda kauu?'), (28771, 5601, 'Johor Bahru, Johore', '@Raainnboww @suzyzan11 nxt week'), (28772, 4534, 'Johor Bahru, Johore', 'shall put myself to sleep. with songs otp on.'), (28773, 2342, 'Plentong, Johor Bahru', '@syaminebellina Peh.. Apa pulak tak berani! Ila ni!'), (28774, 5604, 'Johore, Malaysia', '@PoniesAndApples HAHAHA JIAYOU:) ITS NOT THAT HARD'), (28775, 4987, 'Johore, Malaysia', 'Simply amazing....... @ Mosaic Music Festival http://t.co/QqWIPGTm'), (28776, 1004, 'Johore, Malaysia', 'OH GOD LEG ACHE'), (28777, 1373, 'Plentong, Johor Bahru', 'I''m at Danga City Mall (Johor Bahru, Johor) w/ 3 others http://t.co/xeZjbRUB'), (28778, 2092, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio MRT Station (NS16) (Singapore, Singapore) w/ 4 others http://t.co/F9p22aFS'), (28779, 5510, 'Johore, Malaysia', 'SUPER HUNGRY SHIT'), (28780, 181, 'Johore, Malaysia', '@NRLHDH goodluck'), (28781, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Cibuk ah, fatin kecik lagi hahaha'), (28782, 5605, 'Johor Bahru, Johore', '@amitrinklets I miss working with u guys!! @bouncetwinkle can''t wait to come back!'), (28783, 953, 'Johor Bahru, Johore', 'toe nails grow slow, WHY NOT finger nails grow slow too? so dont need to cut often =.='), (28784, 69, 'Johore, Malaysia', 'tak main ah brg thailand! pandan city pasarborong ada buat pe! @Master_Jersey @michael_ac'), (28785, 182, 'Johor Bahru, Johore', 'I''m at In My Room (Bukit Batok, Singapore) http://t.co/qAe0oog4'), (28786, 2516, 'Johore, Malaysia', 'Gonna be hardworking and bring my camera out everyday. I need inspirations'), (28787, 4981, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 13 others http://t.co/vXKRzvG1'), (28788, 297, 'Johore, Malaysia', 'Swan Lake intermission with some bubbly :) (at Esplanade Lounge) [pic] — http://t.co/kAkycgYJ'), (28789, 1242, 'Singapore', '6-10 mins per question. Wah.'), (28790, 5603, 'Indonesia', 'dari web. ada add location nya kan? tekan aja sesuka mu RT @adryanagloriani: AnggyaMegaayu ;;) Gi,ana bikinnya? :O'), (28791, 576, 'Johore, Malaysia', 'What the fk you looking at banglas? I''m wearing berms &amp; a polo tee and I''ve tied my hair I look ugly so please stop looking -.-'), (28792, 2513, 'Johore, Malaysia', '@BoonLikeNobody I think our virus just affected dao you only ! Poor thing! LOL'), (28793, 131, 'Johor Bahru, Johore', '@poisonousEMS yung miguel?'), (28794, 2524, 'Johor Bahru, Johore', 'OHMYGAWSH .\nI''m #craving for seaweed fries right now ! &lt;3 !'), (28795, 4594, 'Johore, Malaysia', '@Dav_aw LOL this is funny'), (28796, 931, 'Johor Bahru, Johore', '@Shaminthatfreak aku kol 9 baru setat hahah'), (28797, 3054, 'Johore, Malaysia', 'I''m at Kenny Rogers Roasters (Singapore, Singapore) http://t.co/hcay1obT'), (28798, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa @HeyEywan hahaha ,13hb .'), (28799, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs alaaa anak mak . Haha manja jeeee !!'), (28800, 5606, 'Johore, Malaysia', 'In that smile I know you''re tryin to hide that sadness'), (28801, 478, 'Johor Bahru, Johore', '@BabyJoKyu and Yeap! I''m gg! Hahaha!'), (28802, 5251, 'Plentong, Johor Bahru', '@haseenaaunie @dilaazie bkn excited la ena.dh sewel.haha'), (28803, 287, 'Plentong, Johor Bahru', '@zulfahmiabidin no no no nooooo way!'), (28804, 3386, 'Indonesia', '@mohferry ANDILAU...Antara dilema&amp;galau http://t.co/nwS0J350'), (28805, 55, 'Johore, Malaysia', '@euxuanlin i can only do a little math and even little chem. Can''t do physics and econs so yeahhhhhh'), (28806, 477, 'Johore, Malaysia', 'So its not just th fruit that has th prob! RT @mousified: freaking 3g becomes 0.3g once u enter a train'), (28807, 34, 'Johor Bahru, Johore', 'Today I late go home sia..die la..45 minutes..shag!!'), (28808, 2712, 'Johore, Malaysia', '@zhxrxxf @ammarliomilo lps tu aku riding abeh kau tk naik basikal'), (28809, 222, 'Johore, Malaysia', 'Udders is so crowded. Must be because @KiyrthanHere is here'), (28810, 5607, 'Plentong, Johor Bahru', 'aku enda pandai main paintball ...kawan2 aku ckp sakit gila !! pandai biru2 tu badan .. Ohmygasss !!!'), (28811, 931, 'Johor Bahru, Johore', '@Shaminthatfreak you'), (28812, 1400, 'Johor Bahru, Johore', '@jeslynLHJ @Minsawesomeness @wordsfallthru a frd sent me an article this morn reporting fanatic elfs vs shawols,sones &amp; u-kisses!y Elfs!??'), (28813, 5524, 'Malaysia', '@xuankr I know :D'), (28814, 289, 'Johore, Malaysia', 'Laptop cannot reboot meaning what ?'), (28815, 287, 'Plentong, Johor Bahru', 'kau datang kedai lah duku oi!'), (28816, 5599, 'Tebrau, Johor Bahru', 'I''m at Tanah perkuburan, Bukit Alif. (Johor) http://t.co/U1uOWOBU'), (28817, 4091, 'Johore, Malaysia', 'I am trying to use a New program for video editing and hoping to update the intros and bring back some old series for the Jared1238 channel!'), (28818, 5603, 'Indonesia', 'udah lama gak kasih kabar ke anet'), (28819, 2068, 'Singapore', '@XxslysoflyxX And to finish it off, Twister Fries from his chest and armpits.'), (28820, 1589, 'Kota Tinggi, Johore', 'Kat dlm bilek sorg''sorg . Ish , boring nyer :/'), (28821, 795, 'Johor Bahru, Johore', 'I''m at Nanyang Executive Centre http://t.co/py593GNw'), (28822, 5510, 'Johore, Malaysia', '@TOP_Bigbanggg He forever with seniors de! xD'), (28823, 919, 'Johore, Malaysia', 'if this is what u meant when u told me the other day to be strong... oh Allah, give me the strength...'), (28824, 5500, 'Johore, Malaysia', 'I''m Sorry...hah...Unriddle 2.'), (28825, 1279, 'Johor Bahru, Johore', 'Waste my time only zzzz'), (28826, 458, 'Malaysia', '@PassPortSmily อ่อออออ'), (28827, 931, 'Johor Bahru, Johore', '@yangteoraaa '), (28828, 5118, 'Johore, Malaysia', '@ErfanRahim hehehee. aku beli yagn murah lah deng. yang ada word agnes b je.'), (28829, 1004, 'Johore, Malaysia', '@iPunchDieYouhh lol I also dunno how spell.\nGo for?'), (28830, 1, 'Tebrau, Johor Bahru', 'Internet lembab nak mampus , kcun'), (28831, 5193, 'Singapore', '@BABYITSZELO SEMO MAH ! Wo bu she de leave Sungjong alone mah !'), (28832, 3918, 'Plentong, Johor Bahru', 'Aween''s treat ^^ (@ Bubur Sentosa) http://t.co/QVDW0Jda'), (28833, 2114, 'Singapore', '@isedro96 It''s a chat-.-'), (28834, 931, 'Johor Bahru, Johore', '@MansoorAdabi @shaminthatfreak selbom'), (28835, 932, 'Johor Bahru, Johore', '@heartwinkle its time for you to go on a diet! Hahaha! You eat alot uh?'), (28836, 5608, 'Johore, Malaysia', 'Dinner while (@ Fork &amp; Spoon (Novena Square 2)) http://t.co/lDQP0hbM'), (28837, 362, 'Johore, Malaysia', 'I''m gonna try that jack Daniels chocolate lahhhhhh !'), (28838, 287, 'Plentong, Johor Bahru', 'Aku nak balik! Nak tatap muka @abilsuhaimi kat tibitiga!'), (28839, 5609, 'Johore, Malaysia', '@Boythunder913 Look BT, it reached 1000 already! It exceeded actually. (: http://t.co/d2h42TPF'), (28840, 4069, 'Johore, Malaysia', '@Debbie_Koh @candykqx @whattalkingme 20CM HORH'), (28841, 4534, 'Johor Bahru, Johore', 'people treat you naisely. why izzit too hard to gain that from you too?'), (28842, 5610, 'Plentong, Johor Bahru', '@fiqjat security pon tido..ape ley wat'), (28843, 55, 'Johore, Malaysia', '@euxuanlin i got salopas or ebene gel. Like the bengay. You want?'), (28844, 5580, 'Singapore', 'ENDING is better than PENDING (Y)'), (28845, 4458, 'Johor Bahru, Johore', 'working tomorrow at sushi express !! money in to my pocket !! hoho'), (28846, 1331, 'Johor Bahru, Johore', '@WanFlizzow Mepek sak tk de makne sak...K larh bye...'), (28847, 5611, 'Johore, Malaysia', 'Interesting I got free Asahi black beer!'), (28848, 5510, 'Johore, Malaysia', 'Craving for subway... ooooo shit'), (28849, 241, 'Johore, Malaysia', 'Drowsy :''('), (28850, 2114, 'Singapore', '@Widhiadarii Ok. u hv whatsapp?'), (28851, 931, 'Johor Bahru, Johore', '@Shaminthatfreak @mansooradabi mahmud'), (28852, 3896, 'Johore, Malaysia', 'Prepared for the consequences.'), (28853, 2554, 'Johor Bahru, Johore', '“@Angshiting: RT @Jennifluffff Everyone has a limit. Not only you.”'), (28854, 5550, 'Tebrau, Johor Bahru', '@NatashazAsfxcz i give u later ! Heeheh'), (28855, 3571, 'Johor Bahru, Johore', 'I''m at Friends Learning Centre (FLC) (Ang Mo Kio, Singapore) http://t.co/PSrqQYhu'), (28856, 4534, 'Johor Bahru, Johore', 'nightflight. #np'), (28857, 2202, 'Johore, Malaysia', 'Packing drama bagg.'), (28858, 931, 'Johor Bahru, Johore', '@Shaminthatfreak '), (28859, 858, 'Johor Bahru, Johore', 'Expectations'), (28860, 1264, 'Johore, Malaysia', '@MarkersNg Siao arh dun have'), (28861, 4852, 'Johor Bahru, Johore', 'I''m at Home! http://t.co/7yDvDLfh'), (28862, 5612, 'Riau, Indonesia', 'mulai nih sinetronnya(¬_¬").....'), (28863, 4972, 'Johore, Malaysia', 'Telling a Truth and Making Someone Cried is Better than Telling a Lie and Making Someone Smile .. =,='), (28864, 5499, 'Riau, Indonesia', 'artis perumahan ya qaqa? wkwk RT @realswag69: aku aj yg artis masi sempet reply and RT kan ?? wkwkwkkw RT @indriHR Kalo artis/publi'), (28865, 1589, 'Kota Tinggi, Johore', '*numbersevenkatdagu* :7 aku boring lah . Ishhhhhhhh :/'), (28866, 5613, 'Johor Bahru, Johore', 'I''m at Zuzu''s Cribcrib http://t.co/lOwslD6G'), (28867, 1094, 'Plentong, Johor Bahru', 'Otw back home..'), (28868, 1958, 'Johor Bahru, Johore', '~Home at last.. Need to rest my tired mind.. (@ LuvLiLady''s Crib..) http://t.co/AZSHkjqz'), (28869, 46, 'Plentong, Johor Bahru', '@syiemah hihihi best laaaa . best sangad sangad . hahaha :p'), (28870, 5550, 'Tebrau, Johor Bahru', '@NatashazAsfxcz cerita channel 5'), (28871, 289, 'Johore, Malaysia', 'WHATSYOURFUCKINGPROBLEM.'), (28872, 167, 'Johor Bahru, Johore', 'You took my love. &lt;3&lt;3'), (28873, 5510, 'Johore, Malaysia', '@TOP_Bigbanggg Yeah, he forever alone tht''s why everytime go to seniors one xD'), (28874, 5614, 'Plentong, Johor Bahru', 'Ohh haa Shugha baru tengok bf itewwwwwww Hahahha. Pluss tweeting :)'), (28875, 1408, 'Johore, Malaysia', '“Hindi porket sinabihang ka ng INGAT, eh concern na sayo!\nDi ba pwedeng alam niya na TANGA ka lang!” &gt;_&lt;'), (28876, 4671, 'Singapore', 'TGIF na yahooo sabado at linggo na wala na ulit duty ... 2 days lang naman :))'), (28877, 2114, 'Singapore', '@isedro96 Ok'), (28878, 1283, 'Kota Tinggi, Johore', 'Oh no. I must win you that game!'), (28879, 5320, 'Singapore', '@blackheartesJ @niallofficial @louis_tomlinson @harry_styles @zaynmalik @real_liam_payne Zayn and Niall but the rest are awesome too :)'), (28880, 362, 'Johore, Malaysia', 'Giler eh ! Tak Leh angkat please !'), (28881, 1400, 'Johor Bahru, Johore', '@jeslynLHJ prefer ice cream to coffee.heez..dun really like h&amp;g actually...2 sweet!think kona beans wld b better.where is SD''s chix restaur'), (28882, 453, 'Johor Bahru, Johore', 'I''m at SLE 2 1/2 http://t.co/1h1NPwPW'), (28883, 143, 'Johor Bahru, Johore', 'Worsen the injury. Increase the pain. Fcuk.'), (28884, 5600, 'Johor Bahru, Johore', '❤ #picstitch @ Singapore Zoo http://t.co/PpeG98xi'), (28885, 5615, 'Johor Bahru, Johore', 'Canon F1 flash dRive USB http://t.co/BTSHzc67'), (28886, 5008, 'Johore, Malaysia', 'Porridge !!!'), (28887, 5409, 'Johor Bahru, Johore', '@HeyEywan @DayanggSyafiqa hahaha .x gne pnye kwn .t kw balik sni tngok dye pkai kursi roda da ,dye x bole jln .haa'), (28888, 1091, 'Johore, Malaysia', '@sleepyysam Wah banyak secrets eh? Tak sabar nya nak tahu semuanya. Alah bilang thru sms ke call ke cannot ke sayang? =)'), (28889, 931, 'Johor Bahru, Johore', '@mikailXplict05 shuddup luh micheal mak bin danial dennis mak'), (28890, 4915, 'Johor Bahru, Johore', 'I''m at Sungei Gedong Camp (Singapore, Singapore) http://t.co/wLxUfCBE'), (28891, 4032, 'Johor Bahru, Johore', 'NABEI MY EYE SWOLLEN NOW SO SMALL DIE LA WALAN.'), (28892, 5616, 'Johore, Malaysia', 'on the day i leave, im gonna do something crazy! confession!'), (28893, 48, 'Johore, Malaysia', '@Kayefattyhippo ahahah ! okay just be carefull'), (28894, 5603, 'Indonesia', '@Netty_1D aneeetttt follow me back ya:)'), (28895, 336, 'Johor Bahru, Johore', 'My daddy might be flying off to China next month.. :/'), (28896, 4534, 'Johor Bahru, Johore', 'please don''t take kindess as an advantage for you to go against another person.'), (28897, 900, 'Johore, Malaysia', '@kj_nash not seen the show but read the book, recording the show, watch it and then make up my mind for definite'), (28898, 1194, 'Singapore', 'imy ;''( ♥'), (28899, 5617, 'Johor Bahru, Johore', '@HudzCena kerjalah tomorrow, siang cannot'), (28900, 562, 'Johor Bahru, Johore', 'I''m at Blk 105D, Edgefield Plains http://t.co/RMgcwWCM'), (28901, 712, 'Singapore', 'RT @ThatsWhy26: OSIM = Oh Shit It''s Monday! Lol'), (28902, 5618, 'Plentong, Johor Bahru', 'Lama tak mkn kt sini... (@ Syafiq Tomyam) http://t.co/oLoTqc7A'), (28903, 4534, 'Johor Bahru, Johore', 'mengantok.'), (28904, 4021, 'Johor Bahru, Johore', '@ Dani''s place now with bumpy'), (28905, 5619, 'Malaysia', '@aumcomza1 ทำไม ง่ายหรอก'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (28906, 46, 'Plentong, Johor Bahru', '@SyazrahHassims amboi amboi . hihi terima kasih adek comel :)'), (28907, 3306, 'Johor Bahru, Johore', '@Harrizontal oh. Hahah'), (28908, 576, 'Johore, Malaysia', 'Bite my lips when you kiss me #turnon'), (28909, 931, 'Johor Bahru, Johore', '@xXiao_Pangx @mansooradabi @shaminthatfreak k huang lei'), (28910, 3697, 'Johor Bahru, Johore', 'So tired lo '), (28911, 1154, 'Johore, Malaysia', '@DUMBASS_ZIYING hahah relax la:) ask for opportunity :) I get the uniform okay le :P'), (28912, 3273, 'Johore, Malaysia', 'Boring''boring maen game ~'), (28913, 953, 'Johor Bahru, Johore', '@YuyunDujoon WHY NOT u give me some lemakz, i want to be more chubbs'), (28914, 4534, 'Johor Bahru, Johore', 'i like zhe flute solo.'), (28915, 5620, 'Kota Tinggi, Johore', 'I''m not sure on wats wrong with YouTube ...'), (28916, 50, 'Johor Bahru, Johore', 'Yeay!!!!aku happy yeay!'), (28917, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie dah, haziq pujuk, aw aw'), (28918, 5602, 'Singapore', 'ada ehh :D RT @putrriputh emang ada lagu 7icon yang judulnya kayak gitu _wardana 7icon ne ,,, RT @putrriputh Jealous tingkat tinggi'), (28919, 5621, 'Johor Bahru, Johore', 'Was playing basketball, one of the girls damn hot! So I purposely let her shoot to win. Then, she came to me said Thanks and gave half-hug!!'), (28920, 1556, 'Singapore', 'I only have 50 - 60 people to invite for my majlis of blessing. I am still unsure who to invite. @LoveRasul @Hazrulium HELP.'), (28921, 1638, 'Johore, Malaysia', 'I''m at KINGDOM INVASION (School of Healing and Impartation) Singapore Expo Hall 1 w/ 7 others http://t.co/hiU8bdy8'), (28922, 5251, 'Plentong, Johor Bahru', '@haseenaaunie @dilaazie agak la.Ya Allah cpt kn la masa berlalu.aq dh x thn tnggu rsult.sob3'), (28923, 1264, 'Johore, Malaysia', 'Leaving Clementi Mall now :D @quishterfur @topazore @Taintedroses_ End of #2Lclassouting. SUCCESS'), (28924, 458, 'Malaisie', '@PPrimo_cUte @CuzzMiiw @tpalita @mild_mildmild @AAeeScallop พรุ่งนี้นะเออ น่าเกลียดโฮกกกกก ก :('), (28925, 5607, 'Plentong, Johor Bahru', 'lepas zumba makan !!! hahahaha ..'), (28926, 2553, 'Johore, Malaysia', 'I miss all my friends. Especially family members.. =\\'), (28927, 871, 'Johor Bahru, Johore', 'Goaaal !'), (28928, 336, 'Johor Bahru, Johore', '@deehasnolife no more photo?'), (28929, 5499, 'Riau, Indonesia', '@eLsaRiangga @nia_imnida bisa mms.in gibran gak? dia gak bisa onlen sekarang, aku ada foto buat mading bagus nih.'), (28930, 659, 'Johor Bahru, Johore', '@Khylesnet lol jkjk'), (28931, 5622, 'Johore, Malaysia', 'Going home...so tired (@ Farrer Park MRT Station (NE8) w/ 2 others) http://t.co/ffi6mtkp'), (28932, 5382, 'Johore, Malaysia', '@CaraWesley no la where got. HAHA'), (28933, 5134, 'Johore, Malaysia', 'It''s my birthday n im suppose to stay up late and party but why I''m I staying at home now?!?!'), (28934, 377, 'Johor Bahru, Johore', '@belindadrs Yup. Oke, nanti ya.'), (28935, 5623, 'Johor Bahru, Johore', '“@Captain_Primus: Shall do english another time. Maths always comes first! :P” mr chng would be proud of u'), (28936, 5614, 'Plentong, Johor Bahru', 'Ni yang tambah Sayang ni Muehehehehhehe xD'), (28937, 5624, 'Johor Bahru, Johore', 'The baby is damn cute !'), (28938, 5031, 'Malaisie', 'อยากซื้อซาลาเปาทอดกลับบ้านซัก 10 ลูก คิดถึงความอ้วนแล้วพอดีกว่านะ &gt;_&lt; (@ โกอ้วน (Ko Ouan) w/ 4 others) http://t.co/llY77olf'), (28939, 5625, 'Johore, Malaysia', 'The Tigerlilies Duo live &amp; unplugged! @ Barossa @ Holland Village http://t.co/TExcW6vd'), (28940, 5603, 'Indonesia', 'cie belieber~ RT @xBieberBeadlesx RT THIS Dear haters, We know, we cant STOP u to talk against Justin bieber but we can make u EAT what you'), (28941, 172, 'Johore, Malaysia', '@ReubenNeo_ u take ur testimonial alr?'), (28942, 349, 'Johor Bahru, Johore', '@Charmiann oh oh I see. But deposit can take back uh! Unless you drink the drinks or room service etc~'), (28943, 4681, 'Johor Bahru, Johore', '@tripodmonster Hahah, samee. ): Scam ''em? For whaat ehh? :B'), (28944, 4091, 'Johore, Malaysia', 'I am planning to bring back the old with review show which has been idle ever since july last year I hope to do great reviews on products!'), (28945, 1643, 'Johor Bahru, Johore', '@SupYoEee ahahahaha. Okay. Cock. Better not say, he following me on twitter O:'), (28946, 5604, 'Johore, Malaysia', '@PoniesAndApples OOO who is she! haha mine was on national education, so we focused on national service! i did with claire and valerie'), (28947, 1556, 'Singapore', 'Invite who helped me a lot during BLSS years?'), (28948, 4021, 'Johor Bahru, Johore', '@SWParaVibes @sticksxbricks aw hahaha! That competition feels like ages ago!'), (28949, 4534, 'Johor Bahru, Johore', 'could just shut my eyes, anytime, from now. :('), (28950, 5626, 'Johor Bahru, Johore', 'Im at seng kang with my family!!!'), (28951, 1094, 'Plentong, Johor Bahru', 'This 5 workers twice in 1 month. 2 times at Giant &amp; Kipmart each.\n I need 2 collect protection Rm this month.\n :)'), (28952, 5601, 'Johor Bahru, Johore', '@Raainnboww @suzyzan11 no'), (28953, 5603, 'Indonesia', 'besok pagi ke ktm ._. haris pagi banget bangun nya.-.'), (28954, 5539, 'Johore, Malaysia', '@EpsilonYeo See how la.'), (28955, 1277, 'Plentong, Johor Bahru', 'Uptown Johor (@ Bazar Karat) http://t.co/fBEWnqFx'), (28956, 700, 'Johor Bahru, Johore', 'I''m at Fajar LRT Station (BP10) (Singapore, Singapore) http://t.co/RSq04nQ3'), (28957, 5602, 'Singapore', 'okee ...@rsyakiela @BIGpantun @monochromedenim @siraden_wardana Yuk Follow @BIGpantun &amp; like fanspagenya @monochromedenim di http:/'), (28958, 2279, 'Johore, Malaysia', 'Juminten :D RT @santosa_imam86'), (28959, 1264, 'Johore, Malaysia', '@Vantsoul Can prove those people that say it will fail wrong !'), (28960, 1069, 'Johor Bahru, Johore', '@rohanitarohin ur bus your lasted so long? Not done yet?'), (28961, 131, 'Johor Bahru, Johore', '@twitniker whaa! Ganda na bro! #enjoy'), (28962, 1264, 'Johore, Malaysia', 'RT @Vantsoul: Homed (: #2LClassOuting success !!!! Omg so happy though shagged (:'), (28963, 5428, 'Johore, Malaysia', 'omg i hate doing this for a really ugly person.'), (28964, 5465, 'Johore, Malaysia', '@AydelRaimy lol. Next time we come laaa. Hahhah'), (28965, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa @HeyEywan hahaha ,cool dayang .'), (28966, 4999, 'Johor Bahru, Johore', 'Let my heart speak louder than my head :-)'), (28967, 5599, 'Tebrau, Johor Bahru', 'I''m at Traffic Light Angsana - Hasil (Johor bahru, Johor) http://t.co/efaEmLvc'), (28968, 5609, 'Johore, Malaysia', '@kimberl_song Hey follow back? (;'), (28969, 5491, 'Johor Bahru, Johore', '@Nunacumel kebulur...'), (28970, 2513, 'Johore, Malaysia', '@Peizhao_ cannot la give up Liao la ! :('), (28971, 1082, 'Johor Bahru, Johore', 'Tired!'), (28972, 3155, 'Johor Bahru, Johore', 'Shopping (@ Northpoint Shopping Centre w/ 6 others) http://t.co/7865CT0U'), (28973, 35, 'Plentong, Johor Bahru', '@Ismahavoc Sama-2 :)))))))))))))))))))'), (28974, 3064, 'Johore, Malaysia', 'yarlyy @Lertkillee http://t.co/eyIGQA3p'), (28975, 1094, 'Plentong, Johor Bahru', 'Starting from this month.\n :)'), (28976, 700, 'Johor Bahru, Johore', 'I''m at Blk 451 Fajar Road http://t.co/B3kKBwuu'), (28977, 5619, 'Malaysia', 'RT @quote_inw: มนุษย์บางคนชอบแสดงออกถึงพฤติกรรมที่บ่งบอกให้เห็นอย่างชัดเจนว่าตอนเด็กๆผู้ปกครองไม่ค่อยมีเวลาอบรม.'), (28978, 712, 'Singapore', 'woahwoah! who is that guy?! http://t.co/XbSX22Bl me like this kind of guy !'), (28979, 5620, 'Kota Tinggi, Johore', 'Oh yah.. Where''s my chocolate dat ur dat wanna give meh ? XD'), (28980, 143, 'Johor Bahru, Johore', 'Movie was great today &lt;3'), (28981, 5580, 'Singapore', 'alhamdulillah all done. thnks god.'), (28982, 349, 'Johor Bahru, Johore', 'Seeing @helloiamxinhui updated her blog I also update mine le. Heh (:'), (28983, 4021, 'Johor Bahru, Johore', 'RT @YanaEsai: Was walking to Int wen we saw @SafiqKechykk ,@_DZ_Zoom_ ,@Irfan_Rivera &amp; @whatyoucunt_'), (28984, 2202, 'Johore, Malaysia', 'Medicine -&gt; bed -&gt; wake up at 7:00am'), (28985, 1643, 'Johor Bahru, Johore', '5 words, i gave up on him (; #FREEDOM'), (28986, 336, 'Johor Bahru, Johore', '@deehasnolife okay.. :)'), (28987, 5611, 'Johore, Malaysia', '@andrewmixo sort off'), (28988, 5619, 'Malaysia', 'RT @indsm: เดี๊ยวนี้ The1Card ใช้คะแนนสะสมแลกของรางวัลผ่าน App ได้แล้ว ผู้ที่มี App อยู่แล้ว กด Update ได้ที่ App store http://t.co/S3NHiNUa'), (28989, 5627, 'Johore, Malaysia', 'Singular @ Qi Wei @奇味 Food Court http://t.co/M1zaokyG'), (28990, 4021, 'Johor Bahru, Johore', '@YanaEsai ehehe hello! :3'), (28991, 931, 'Johor Bahru, Johore', 'Heavy Metal Task Force'), (28992, 1091, 'Johore, Malaysia', '@sleepyysam heeeehs loving what eh? Can''t stop saying it eh? Sayang kamu &lt;3'), (28993, 1279, 'Johor Bahru, Johore', '@Yutinggzx NOT ME MEH'), (28994, 172, 'Johore, Malaysia', '@ReubenNeo_ i thought u took ur testimonial w ari already. haha.'), (28995, 5628, 'Pulai, Johor Bahru', 'El desperado...'), (28996, 3718, 'Johor Bahru, Johore', '@SeanNehFly life goes on.'), (28997, 222, 'Johore, Malaysia', '@NYQYQ macs later?'), (28998, 5617, 'Johor Bahru, Johore', '@HudzCena cannot la, malam ah hahaha'), (28999, 2903, 'Johore, Malaysia', 'Takboleh terime aku cakap lainkali jgn bukak mulot lo !'), (29000, 2821, 'Johore, Malaysia', 'I''m at Shaw Plaza (Singapore) http://t.co/c37YNRDF'), (29001, 29, 'Tebrau, Johor Bahru', 'I seriously wanna go camp T-T fuck. Damn pissed and superduper sad. Why now? Why people that don''t wanna go for the camp could? But not me?'), (29002, 871, 'Johor Bahru, Johore', '@FiqqyFiq_ hougang vs home utd'), (29003, 1264, 'Johore, Malaysia', '@Vantsoul @jaehun_brows @iasterday We still at clementi LOL'), (29004, 5601, 'Johor Bahru, Johore', '@geashcaroline eh bsk ikt nnton sma ank2 greja g? Haha'), (29005, 5603, 'Indonesia', 'aku gak kembar-_-'), (29006, 5587, 'Johor Bahru, Johore', '@__DontBlink yes u are!! Haha open up moreee:)'), (29007, 1158, 'Johor Bahru, Johore', 'Swear to god, the Kway Tiao goreng Kerang at my fav place in Woodlands just keep tasting better. Shiok!'), (29008, 5629, 'Plentong, Johor Bahru', 'Waiting to get change . Brrrbrbbbb . Sucking without thinking'), (29009, 131, 'Johor Bahru, Johore', 'RT“@AnnaTantrum:One of the things I miss about being a Nursing student:Nursing inside jokes.Geeky to outsiders;intellectual laughtrip for us'), (29010, 5451, 'Riau, Indonesia', '@akimalam_tvone Kalo ga demo , mana ada perhatian pemerintah . Buktinya di Libya, Mesir, Sovyet dll . Jangan bodohi masyarakat pak Nasution'), (29011, 5592, 'Johore, Malaysia', '予告で気になったのは、ユアンのサーモンの話。サーモンとイエメンがどうとかってタイトルでした。絶対見よ。来月かな?アイアンレディも見たいんだけど、来週時間あるかな〜'), (29012, 5630, 'Johor Bahru, Johore', 'Gonna watch horror movie with bro n mummy soon (@ PekYee''s littlehouse.) http://t.co/PTUQQuNb'), (29013, 1643, 'Johor Bahru, Johore', '@SupYoEee don''t expose!! )X'), (29014, 931, 'Johor Bahru, Johore', '@MR_6661 @kohkohcrunchhh chey no\nla jokesp busted sia me'), (29015, 5584, 'Johor Bahru, Johore', '5 more days to braces ^^!!!\nAfter the 2weeks of extractions , finally , journey to a set of straight,perfect teeth!!'), (29016, 3718, 'Johor Bahru, Johore', 'Sweat is salty._.'), (29017, 5602, 'Singapore', 'mna boleh marah'), (29018, 5593, 'Riau, Indonesia', 'hei @chiekawaii ,kapan lo balik ha???? kangen gueeee,,'), (29019, 5631, 'Johor Bahru, Johore', 'Nice!! “@blbouchard: Woohoo - Bubbly is live in the Philippines http://t.co/V1nUo9y3”'), (29020, 5632, 'Malaysia', 'ผึ่งแอร์ " (@ Robinson Had Yai (โรบินสัน หาดใหญ่)) http://t.co/aU1BNeIZ'), (29021, 3155, 'Johor Bahru, Johore', 'John Carter round 2 (@ Golden Village w/ 2 others) http://t.co/X4hYFwAt'), (29022, 5012, 'Johor Bahru, Johore', '@harharhaa wanna be my chammak challo...ooh oh..wanna be my chammak challo..ooh oh..:)hahahahaha...created from scratch..'), (29023, 5633, 'Johor Bahru, Johore', 'RT "@XinyanHeng: Empty wallet :''-("'), (29024, 5620, 'Kota Tinggi, Johore', 'Daffuq happened to rock ?'), (29025, 5603, 'Indonesia', 'kesepian-&gt; RT @adryanagloriani AKU nape mention diriku sendiri'), (29026, 5614, 'Plentong, Johor Bahru', 'Adik Nurul Nadhirah, Comel kot. Hmm Al Fatihah :''/'), (29027, 2113, 'Johor Bahru, Johore', 'Its not e matter of early or last min purchase.. Both hv advantage &amp; disadvantage. Early cn secure ur purchase &amp; dont tend to left out..'), (29028, 56, 'Johor Bahru, Johore', 'Man niari tak jumpe aku :/'), (29029, 5593, 'Riau, Indonesia', 'coo cweeet deeh,, hihihi @kaniaamaliaa naah gtu doong. jgn nakalnakal yaaw :'')'), (29030, 1497, 'Johor Bahru, Johore', '@ZendenSaysHerro so fail!!'), (29031, 580, 'Johor Bahru, Johore', 'Singapore flyer~~~ memories!!'), (29032, 1163, 'Johor Bahru, Johore', 'Did I sit at the back row last Monday? Cannot hear the recording well =('), (29033, 1264, 'Johore, Malaysia', '@Steel_Sentinel YOU SUPER LUCKY. DAMN SCARYA'), (29034, 1242, 'Singapore', '9/10 correct. HAHAHA. That wrong question because idk how to solve + idk how to sub in the answers one by one.'), (29035, 2020, 'Riau, Indonesia', 'Sleep (@ Hard Rock Hotel) http://t.co/Khfx1MrM'), (29036, 81, 'Johor Bahru, Johore', '@N4MYS i didnt mean that!! D: im afraid youll just 4get yr bestf here who is still stuck in sec sch hais'), (29037, 287, 'Plentong, Johor Bahru', '@zulfahmiabidin biasa je cuma guna syampoo~'), (29038, 416, 'Johor Bahru, Johore', 'Laugh die me! Everyone was like joker!'), (29039, 5465, 'Johore, Malaysia', '@zixity cb. Hahahha abeh aku takde free entry?'), (29040, 1065, 'Johor Bahru, Johore', '@AdliDanish @afiqharraz WOW, 4T1 sucks big time'), (29041, 5629, 'Plentong, Johor Bahru', 'Lucky to have you MOHD TAJUDDIN RAHIM'), (29042, 2792, 'Johore, Malaysia', 'Greeted by the kids as I stepped into my house today! I wish I could keep them here forever and ever and ever. \n#'), (29043, 2554, 'Johor Bahru, Johore', '“@Roddnehh: RT @dailyteenwords #10factsaboutme I cheat and do teamwork on my test sometimes.”'), (29044, 1643, 'Johor Bahru, Johore', '@SupYoEee BECAUSE MY HAIR GONE. /:'), (29045, 56, 'Johor Bahru, Johore', 'Where you?'), (29046, 1158, 'Johor Bahru, Johore', '@LackadaisicalFa haha. Then like that Shah cannot serve the customers lah. Lol. Very bad siah me. :x lol'), (29047, 5584, 'Johor Bahru, Johore', '@bJiaYi idk, woke up &amp; than fainted while walking towards to washroom.):'), (29048, 55, 'Johore, Malaysia', '@euxuanlin kk i bring tmr. Apply liao damn shiok'), (29049, 5584, 'Johor Bahru, Johore', '@bJiaYi thanks(:!'), (29050, 5634, 'Johor Bahru, Johore', '@jnnybeans w r u my dear..'), (29051, 5603, 'Indonesia', 'kenapa pending pending._.'), (29052, 1400, 'Johor Bahru, Johore', '@jeslynLHJ @minsawesomeness @wordsfallthru go read yahoo sg news'), (29053, 5635, 'Johor Bahru, Johore', 'OMG DAMN FULL...DAMN SON... (@ Sakae Sushi) http://t.co/HUPZwpTB'), (29054, 1232, 'Johore, Malaysia', 'I need mittens !'), (29055, 996, 'Johore, Malaysia', 'My instr asked, " What''s your topspeed?" I replied," 90km/h??" He immediately gave me a stun looked.. Lol.'), (29056, 5409, 'Johor Bahru, Johore', '@HeyEywan x abes2 nan lol kw .haaa .'), (29057, 4021, 'Johor Bahru, Johore', 'RT @Irfan_Rivera: having fun playing this dumb fitness thingy at teck whye with @whatyoucunt_ and @_DZ_Zoom_'), (29058, 1019, 'Johor Bahru, Johore', 'Sooo cute the way Arjun smile...!!! #PavitraRishta'), (29059, 5588, 'Plentong, Johor Bahru', 'Babi siapa baka budak kecik tu.'), (29060, 5603, 'Indonesia', 'mana dwi? ._. katanya malam mau online'), (29061, 2114, 'Singapore', '@isedro96 Whatsapp is on Phones,,'), (29062, 3668, 'Johor Bahru, Johore', '@TROLLINGREVOLTS heehehe!'), (29063, 1279, 'Johor Bahru, Johore', '@Yutinggzx CLOSE UR EYES NEXT TIME :P'), (29064, 5636, 'Singapore', '@GinaLeowHuiJie Ya, ialso dont really understand i am talking about. But just get annoy when this happen :((('), (29065, 2513, 'Johore, Malaysia', '@Peizhao_ why u give up! LOL. Mine is no choice must give up de la ! Kay!'), (29066, 931, 'Johor Bahru, Johore', '@Shaminthatfreak @xxiao_pangx @mansooradabi ya my brother from china'), (29067, 2511, 'Johor Bahru, Johore', 'Hmm bus uncle nice haha !'), (29068, 5148, 'Johore, Malaysia', 'I''m at Tanjong Ria (Singapore, Singapore) http://t.co/LjQ6PaB1'), (29069, 4980, 'Johore, Malaysia', '@ZelleZiao HELLO , dont get piss :/'), (29070, 3500, 'Singapore', 'Now left with mum~'), (29071, 5637, 'Singapore', '@Deepblueroses 1D? fuck off ;('), (29072, 5638, 'Senai Kulai, Kulai Jaya', 'lalu je :P (@ Johor Premium Outlets w/ 4 others) http://t.co/yBGLgpzV'), (29073, 1609, 'Plentong, Johor Bahru', 'At last! Tired! (@ Puteri Pan Pac Hotel Jb) http://t.co/Eb2bcsY3'), (29074, 5599, 'Plentong, Johor Bahru', 'I''m at Danga Flyover http://t.co/MOdpdMQx'), (29075, 915, 'Johore, Malaysia', '@ginoboi hahahahha!!!!'), (29076, 5382, 'Johore, Malaysia', '@CaraWesley sureeeeeeeee ^^'), (29077, 5593, 'Riau, Indonesia', 'a thousand years,, this song again,,'), (29078, 931, 'Johor Bahru, Johore', '@KohKohCruNchhh never'), (29079, 2606, 'Plentong, Johor Bahru', '@tinitweeny Thank youu . Goodluck jugaa :)'), (29080, 5639, 'Malaysia', 'I''m at ขวัญเรือน http://t.co/TWjotuPW'), (29081, 2114, 'Singapore', '@Widhiadarii Ok, send ya my number in private msg'), (29082, 46, 'Plentong, Johor Bahru', '#PeopleIWentMeet @Erni_Erlia'), (29083, 362, 'Johore, Malaysia', 'Eee ! I hate when people call themself abang or kakak with me .'), (29084, 909, 'Johore, Malaysia', '@jeffbernardez nakakatawa itsura eh... Haha'), (29085, 40, 'Johor Bahru, Johore', '@Brynaaaaa thanks boss .'), (29086, 2088, 'Johor Bahru, Johore', 'Need to update my mp3.. Itu mp3 da berzaman tak update.. Lagu semua lagu zaman gemilang.. Chey chey.. Can listen on my bus ride to work mon.'), (29087, 5351, 'Singapore', '@alisyahamran oh then too badd lorrhh~'), (29088, 2232, 'Johore, Malaysia', 'I''m at Lucky Plaza w/ @mrslynncrawford http://t.co/loKXDsfr'), (29089, 578, 'Johor Bahru, Johore', '@Siufungfunggggg yeah! I was skeptical too. But when I tried it I was shocked! It works! :D'), (29090, 4980, 'Johore, Malaysia', 'what have u expected from me?'), (29091, 3616, 'Johore, Malaysia', 'Ummmm choc ice I love it :3'), (29092, 5640, 'Johore, Malaysia', 'WOOOOOOOOOOO @THEKOXX @ILOVEMOSAIC ♥ http://t.co/3XuCmX4y'), (29093, 2903, 'Johore, Malaysia', 'Its not your fault for hurting me . Its mine thinking you wouldnt.'), (29094, 2113, 'Johor Bahru, Johore', 'Last min purchase, will jus endup disappointed or wont get wt u wan. Insyallah if we purchase early, we will go through 2gather..insyallah!'), (29095, 46, 'Plentong, Johor Bahru', '@SyazrahHassims hihi . daa daa . adek daa makan ?'), (29096, 5641, 'Johore, Malaysia', 'With Alicia at Bar Bar Black Sheep — http://t.co/MnGSxFvn'), (29097, 5642, 'Johor Bahru, Johore', 'I need a huge hole puncher. One that can punch through my mole concept notes.'), (29098, 5148, 'Johore, Malaysia', 'I''m at Tricia''s house *\\(^o^)/* (Singapore) http://t.co/gYG3OlQI'), (29099, 5643, 'Malaysia', 'I''m at Hat Yai International Airport (HDY) ท่าอากาศยานนานาชาติหาดใหญ่ w/ @pumpui_pp http://t.co/AjjpYpzO'), (29100, 5097, 'Pulai, Johor Bahru', 'Lyaa text akuuu!!! Hehe. Rindu k rindu :*'), (29101, 4458, 'Johor Bahru, Johore', ''), (29102, 5637, 'Singapore', '@Secretss_ @NinjaLikesCheez check his foursquare? lol'), (29103, 2044, 'Riau, Indonesia', 'resting (@ Hard Rock Hotel w/ 2 others) http://t.co/GvZKUEt4'), (29104, 5611, 'Johore, Malaysia', 'I''m at Spize River Valley (Singapore, Singapore) w/ 9 others http://t.co/6FYxpaJ4'), (29105, 2189, 'Johor Bahru, Johore', '@JoannaTheEmoKia Hahaha why cannot uh :o'), (29106, 5499, 'Riau, Indonesia', '#perbedaanTwitterFacebook gak bakal deh ketemu foto anak alay terpampang di TL twitter.'), (29107, 2330, 'Johor Bahru, Johore', '@A_chubbycheeks HAHAHHHA OKOKK!! OUR DATE OK???'), (29108, 2511, 'Plentong, Johor Bahru', 'I just want to lie on my bed ,with the aircon, wrap myself in the blanket n use my phone! Althought I don''t feel like sleeping early'), (29109, 5637, 'Singapore', '@n30phyte @notch umad? indonesia?'), (29110, 1643, 'Johor Bahru, Johore', '那个人damnepicfailsial. @supyoeee'), (29111, 458, 'Malaysia', 'กูเพิ่งรู้ คอน mbc 7 เม.ย. มี infinite - -'') ทำไงหละทีนี้ แอลลจ๋าาา ขอโทดดดด T^T'), (29112, 3179, 'Johor Bahru, Johore', 'Checkpoint. #woodlands #malaysia #marsiling #building http://t.co/ohix64kf'), (29113, 5188, 'Johor Bahru, Johore', 'I''m at 81 Loyang Rise ^^ http://t.co/XZy3fSh5'), (29114, 3273, 'Johore, Malaysia', 'RT " @anatasyazz So lazy to study la. Wtv. "'), (29115, 3668, 'Johor Bahru, Johore', '@Insane_M0NK @InsanePuny Eh whattttttttt!'), (29116, 991, 'Johor Bahru, Johore', 'Stress at skyrim like siao:/'), (29117, 1094, 'Plentong, Johor Bahru', 'Another 6 workers 1 month 3-5 times I''m visiting Giant/KIPMART. They have chef 2 cook 4 them where else another 5 DIY.\n ;)'), (29118, 5611, 'Johore, Malaysia', 'I''m at PappaMia (Singapore) w/ 2 others http://t.co/dXbE8Yag'), (29119, 5614, 'Plentong, Johor Bahru', 'Adik yang kat rumah semua tu jangan ahh keluar suka hati, Nowadays, banyak kes culik budak -.- Hmm.'), (29120, 5644, 'Tebrau, Johor Bahru', 'Home finally (@ Taman Pelangi Indah w/ 2 others) http://t.co/aKtURxOF'), (29121, 5409, 'Johor Bahru, Johore', '@HeyEywan hahaha .msti cm pelik an .kaki dye patah r .'), (29122, 4661, 'Johore, Malaysia', 'udah lupakan saja :)'), (29123, 1400, 'Johor Bahru, Johore', '@jeslynLHJ yup yup! Hopefully we hv chance to hv fun together!!'), (29124, 1146, 'Johor Bahru, Johore', '@GermaineLuvs1D @lustoversight yeah I''m not Going I can''t go to ecp'), (29125, 3668, 'Johor Bahru, Johore', ', home x'), (29126, 362, 'Johore, Malaysia', 'I love being single but at the same time I miss being attached but then to think again , I don''t want another heart break misery .'), (29127, 5502, 'Johore, Malaysia', 'My body clock is screwed .'), (29128, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz her leg very hairy meh? :p'), (29129, 5611, 'Johore, Malaysia', 'I''m at ABSS Bar @ River Valley (Kellock Road) http://t.co/TT1jNLHV'), (29130, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku macam @MarzuqiSyahmi ,confirm sayaa cepatcepat REJECT sebab he just my friend and EX-CLASSMATE..\n#SeriousNi XP'), (29131, 35, 'Plentong, Johor Bahru', '@AZARYyaacob Keling ke ape woii?Nmpk nandek dia lahhh'), (29132, 2524, 'Johor Bahru, Johore', '@Aloysius_Ho HELLLLL YEAH .'), (29133, 5645, 'Johor Bahru, Johore', 'I''m at Tampines Mall/century Square http://t.co/vn5rgfNy'), (29134, 5193, 'Singapore', '@BABYITSZELO NONONONO .'), (29135, 5118, 'Johore, Malaysia', '@ErfanRahim aku beli dalam $80. mak aku dapat discount lah bro. original tak tahu lah pulak.'), (29136, 3609, 'Malaysia', 'รถป้ายแดงเยอะสัส อะ =='), (29137, 5646, 'Plentong, Johor Bahru', '@hanizahid kn ? rindu kot dkt dorg , hahaha x|'), (29138, 5607, 'Plentong, Johor Bahru', '@FelirGiselle u pena try ??? Enda sakit ka kena timbak that?'), (29139, 2828, 'Johore, Malaysia', 'My roommate who doesnt speak english keeps #cackling like a #witch wish i knew what it was about. #ModelProblems'), (29140, 362, 'Johore, Malaysia', 'Oh oh ! How bitchy of me .'), (29141, 5587, 'Johor Bahru, Johore', '@__dontblink cheer up!!'), (29142, 2606, 'Plentong, Johor Bahru', 'The moment ade Lelaki bangla/Indon tenung kita lain macam . Memang nak makan kaki ahh kann'), (29143, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz I''m a good boy *-*'), (29144, 4972, 'Johore, Malaysia', '@Afifjefri Kaw ngah cri background kea ?'), (29145, 131, 'Johor Bahru, Johore', 'RT“@MensHumor: Ladies, next time the doctor checks your boobs for any lumps, run your fingers through his hair.”--Lol @DrCrane8'), (29146, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz FACTS LA OMG'), (29147, 362, 'Johore, Malaysia', '@AchikMok EWEWWWWW !'), (29148, 458, 'Malaysia', '@PPrimo_cUte @CuzzMiiw @tpalita @mild_mildmild @AAeeScallop ไม่ได้ๆ 5555 ขอทำใจ ในหลายๆเรื่อง TT ปล. กูเสียดายผมกูมาก อุส่าเกบไว้ 2 เดือน'), (29149, 5647, 'Tebrau, Johor Bahru', 'Bru smpi frm kl..pnat nye!! (@ Ma sweet home) [pic]: http://t.co/4nKArPiF'), (29150, 1279, 'Johor Bahru, Johore', '@Yutinggzx I FOLLOW U EVERYWHR , U HAVE TO CLOSE UR EYES EVERYTIME'), (29151, 2554, 'Johor Bahru, Johore', 'Hahaha !!'), (29152, 5311, 'Kota Tinggi, Johore', '@chanel_branded you should :) but im not good at kicking. The swing can only swing abit, then you all play until so rough lol'), (29153, 5549, 'Johore, Malaysia', 'Chillazz mode!! http://t.co/7HqLTT40'), (29154, 2903, 'Johore, Malaysia', 'Cemburu boleh tapi takmo sampai cemburu buta .'), (29155, 3359, 'Johore, Malaysia', 'Daily cuppa (with @evo3shini, @MarshallOng, and 2 others at @SG_Starbucks) — http://t.co/5tjUh1aC'), (29156, 1264, 'Johore, Malaysia', '@Vantsoul @jaehun_brows @iasterday The bus to clementi came very late TT. Karen was left alone at the bus stop LOL'), (29157, 5607, 'Plentong, Johor Bahru', '@AsyaariAbby haizz... tu la, kawan aku ckp pakai jaket tebal kunuk . ahha'), (29158, 4318, 'Singapore', '@AnatiSimpson wait wait wait! you''re were skinny? O_o hahahahaha #DontTakeItSeriously :p'), (29159, 5079, 'Malaysia', 'ง่วงนอนโครต'), (29160, 915, 'Johore, Malaysia', '@queenammilada parang mga kilikili lang dito....heheeh'), (29161, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa @HeyEywan hahaha .x tw kw dayang ,'), (29162, 4955, 'Johore, Malaysia', 'Think I just saw @smoochsg model at UniSIM. If that''s really her, she''s so much prettier and slimmer IRL!'), (29163, 438, 'Johore, Malaysia', 'I''m at Al Tazzaq Egyptian Restaurant http://t.co/hQRYHT9n'), (29164, 88, 'Johor Bahru, Johore', '@amyline95 da..esk dia hntar aku ngn fara'), (29165, 5351, 'Singapore', '@alisyahamran aisehh!! Att to who sial?!'), (29166, 2595, 'Johore, Malaysia', '@RunNeonTigerRun HAHAH . tmr you sing for us during co uh ! :D'), (29167, 1091, 'Johore, Malaysia', '@sleepyysam Alah nak kene tungu Saturday seh. Lama nya. Msti banyak seh secrets you. Alah call I please? =)'), (29168, 265, 'Johore, Malaysia', 'ERDINGER (@ White Dog Café) http://t.co/HSGwAF48'), (29169, 29, 'Tebrau, Johor Bahru', '@musfirahyunnixo Will girlfriend^^'), (29170, 2088, 'Johor Bahru, Johore', 'Walaopon skrg musim ipod, itouch tapi I tetap favourite my sony mp3.. Charge 3 min leh tahan for few days.. Serious..'), (29171, 5607, 'Plentong, Johor Bahru', '@faR33zaL matai.. lawan kamu ka ni ??? hahaha .. enda terer juga kamu tu .. wakkakakkaka !!!!!'), (29172, 264, 'Singapore', '@YKChua Really? :O'), (29173, 1, 'Tebrau, Johor Bahru', 'nak ajak dia skype , tapi dia tak online pulak . alahhhhh^^'), (29174, 1643, 'Johor Bahru, Johore', '@lynxsykr what your mum say? Me no understand Malay. And me is curious. :3'), (29175, 4722, 'Johor Bahru, Johore', 'Homed:) (@ Ahma House! ) http://t.co/iqoNs2Wb'), (29176, 5649, 'Johore, Malaysia', 'I''m at Esplanade Riverside w/ 3 others http://t.co/1QjZqNOC'), (29177, 5428, 'Johore, Malaysia', 'race walking seems more tiring than race running hahahahaha.'), (29178, 440, 'Johor Bahru, Johore', '@doubleyouuem okok take off clothes. :D vanthamaa sounds indian'), (29179, 2595, 'Johore, Malaysia', '@RunNeonTigerRun ooh , guallin sing nice bo ?'), (29180, 2342, 'Plentong, Johor Bahru', '@ridzuan_dzakir Dah ah lantak ah aku merajuk!!'), (29181, 3874, 'Tebrau, Johor Bahru', 'That erk moment when u sat too long reciting koran, attempt to stand with pins and needles foot.'), (29182, 4519, 'Kota Tinggi, Johore', 'HAvent touch my PS3'), (29183, 172, 'Johore, Malaysia', 'Ur love ur love ur love is all i need~'), (29184, 3452, 'Johore, Malaysia', '#PeopleIWantToMeet @saintandsinners'), (29185, 2189, 'Johor Bahru, Johore', 'Wah 19 percent left ...'), (29186, 991, 'Johor Bahru, Johore', '@BeingSyazwin LOL just created xD'), (29187, 4446, 'Johore, Malaysia', 'I''m at Hong Kong Kim Gary Restaurant w/ @bombasticle http://t.co/Hl9R6PQH'), (29188, 1094, 'Johor Bahru, Johore', 'Correction:\n\n7 workers.'), (29189, 5271, 'Kota Tinggi, Johore', 'If there is a delete button on me,i would gladly delete you in my life ,my memory cause you were nothing but a coward'), (29190, 1556, 'Singapore', 'Suddenly I thought of last Ramadhan, it was a memorable Ramadhan for me. I guessed I miss Ramadhan.'), (29191, 191, 'Singapore', '@SungminsELF sengkang?! T.T ~CATCH 3,2,1 ! &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;'), (29192, 1551, 'Johore, Malaysia', '@LheaM28 korek!! hehe'), (29193, 4318, 'Singapore', 'I miss you~'), (29194, 5118, 'Johore, Malaysia', 'jengjengjengggggg'), (29195, 5603, 'Indonesia', 'hahahah thanks sist :p RT @Netty_1D: AnggyaMegaayu I followed u back :3'), (29196, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Tak mumaiz hahahaha'), (29197, 5620, 'Kota Tinggi, Johore', '@ItsNabOkay .. Where''s mah chocolate??,'), (29198, 712, 'Singapore', 'wait... NU''EST - Face lyrics got shit... O_O'), (29199, 2114, 'Singapore', '@isedro96 Aweee then forget it. ):'), (29200, 5631, 'Johor Bahru, Johore', '@blbouchard knocked few off from the list today :)'), (29201, 915, 'Johore, Malaysia', '@queenammilada @vickai_0415 may Smart Aleck ba dyan?'), (29202, 5646, 'Plentong, Johor Bahru', 'aq bosan aq bosan aq bosa aq bosan aq bosan :['), (29203, 3452, 'Johore, Malaysia', '#PeopleIWantToMeet @burntmittens bitch HAAHA jk'), (29204, 2415, 'Malaysia', 'เราคงต้องเห็นริทรองทรงตลอด 5 ปี'), (29205, 1232, 'Johore, Malaysia', '@ShafiqahRashid @greenie_leena the name start with s ah ?'), (29206, 5650, 'Johore, Malaysia', '@taxznJuz haha nope didn''t see that. Send link?'), (29207, 4519, 'Kota Tinggi, Johore', '@FT2NA96 fatttttt'), (29208, 2053, 'Johore, Malaysia', 'it''s going to be a bad bad day tomorrow..'), (29209, 222, 'Johore, Malaysia', '@NYQYQ I don''t mind studying la. Just for you. I can stay out till 2.'), (29210, 2903, 'Johore, Malaysia', 'Dont get yourself to a new relationship just to get over someone .'), (29211, 5642, 'Johor Bahru, Johore', '@F0urSeas0ns reply my sms.'), (29212, 3398, 'Johor Bahru, Johore', 'i''m (@ Blk 140 Basketball Court w/ @_shootingstar_) http://t.co/f4YMA9GU'), (29213, 1522, 'Johor Bahru, Johore', 'Omg stoooop askinggg LOL "@BjornChong: @gideeeon will I ever hear it?!"'), (29214, 5499, 'Riau, Indonesia', 'TL gue ngandat. aarrrrgh'), (29215, 1373, 'Plentong, Johor Bahru', 'I''m at Dcm Bowling (Johor Bahru, Johor) http://t.co/eA1nX3f3'), (29216, 2113, 'Johor Bahru, Johore', 'Well it depends.. Alhamdulilah, 2 down &amp; less to worry.. The start of e journey.. The excitement &amp; chaos begins!'), (29217, 1589, 'Kota Tinggi, Johore', 'Kirekan cool uhr gitu ? -''-'), (29218, 5603, 'Indonesia', 'itu kan aku :O RT @adryanagloriani http://t.co/lzxcdLmY…'), (29219, 1241, 'Johore, Malaysia', 'Late dinner (or early supper?) (@ Fong Seng Nasi Lemak) http://t.co/8daNE7ur'), (29220, 1109, 'Johor Bahru, Johore', '@Thathegirl Heh ok. ^^ Tweetcaster gud to use ma?'), (29221, 898, 'Johor Bahru, Johore', '@Muz_zamil syed ade ajak kau keluar?'), (29222, 2511, 'Plentong, Johor Bahru', 'I believe friends gather together to give themselves a break from what they are currently hanging on to ..'), (29223, 196, 'Johor Bahru, Johore', '@Evolruoyemllet_ got! You say her smelly! Follow back! Hahaha.'), (29224, 2342, 'Plentong, Johor Bahru', 'Huda merajuk hahahaha'), (29225, 3874, 'Tebrau, Johor Bahru', '@saifulanizam i pon cacai je.'), (29226, 4722, 'Johor Bahru, Johore', 'I just became the mayor of CHAI''s Bed!  on @foursquare! http://t.co/zyKQCooi'), (29227, 5651, 'Plentong, Johor Bahru', 'I''m at Kfc jusco permas jaya http://t.co/1gxW0H24'), (29228, 1094, 'Johor Bahru, Johore', 'Wah, protection Rm 4 12 workers.\n Heee~~~'), (29229, 29, 'Tebrau, Johor Bahru', '@flywired Can''t go :| cause can''t walk straight yet.'), (29230, 1643, 'Johor Bahru, Johore', 'Eeeks, he look so cute when he cries. :3 «- relating to a movie.'), (29231, 1400, 'Johor Bahru, Johore', '@wordsfallthru the report makes me feel that that journalist is against suju n elfs?y suju?bcoz of their huge global popularity?'), (29232, 1140, 'Johor Bahru, Johore', 'I wish we were having practice now I miss talking to you.. It became a habit to update you baby &lt;3'), (29233, 5379, 'Johore, Malaysia', 'Black pepper crab ! @ Sin Huat Eating House http://t.co/No3aqXTT'), (29234, 5603, 'Indonesia', 'tv lah dek :p RT @syalsarama Jadinya apaan kak? RT AnggyaMegaayu: mak gak gaul kali bilang nya televisi-_- RT syalsarama Wess nyalain Televi'), (29235, 5602, 'Singapore', 'nap ndree ? RT @AndreMandor beda syarat beda pendapat !'), (29236, 5634, 'Johor Bahru, Johore', '@jnnybeans when I c this, I think of u.. http://t.co/hereCnTR'), (29237, 991, 'Johor Bahru, Johore', 'And then my com resolution pro make me shock --" I WAS LIKE OMG THE DRAGON RUN RUN!'), (29238, 4021, 'Johor Bahru, Johore', '@SafiqKechykk get well soon syg xx'), (29239, 5316, 'Johor Bahru, Johore', '@ZhouJin_ 几点阿'), (29240, 5118, 'Johore, Malaysia', 'macam gerek gitu gigit kuku. hahaha.'), (29241, 5651, 'Permas Jaya Sport Complex, Plentong', '@Beth''s palace (@ Permas Jaya) http://t.co/pAl45UHK'), (29242, 167, 'Johor Bahru, Johore', 'There''s just something about her that grabs my heart, and it makes me hurt inside to know that I can''t have her.'), (29243, 46, 'Plentong, Johor Bahru', '@syafiqahabbas tade tade . haha adelaaaa :) kenapa ?'), (29244, 2903, 'Johore, Malaysia', 'For the first week you thought youve moved on but the truth is you didnt .'), (29245, 3664, 'Plentong, Johor Bahru', 'Mak Teh''s. (@ Jalan Seruling) http://t.co/hvstuBsF'), (29246, 5455, 'Pulai, Johor Bahru', '#KenanganTadika ak x ingat ape2 haha..'), (29247, 1643, 'Johor Bahru, Johore', '@lynxsykr HAHAHA. LOL. CUTE SIALZ.'), (29248, 2554, 'Johor Bahru, Johore', '@Reichi_Lim Hahaha !! Joke Sia him !! I smell yr hatred !!'), (29249, 3925, 'Johor Bahru, Johore', '#PelangiKasih now mmg 9.30. #AmukanPocong ltr at 10. @tv3malaysia yg ckp. ;)'), (29250, 5652, 'Johor Bahru, Johore', 'Date w/ mom. (@ McDonald''s) http://t.co/2a1qY7zQ'), (29251, 1109, 'Johor Bahru, Johore', '@FadhliPatrick Wa so late!'), (29252, 2114, 'Singapore', '@isedro96 It''s ok katycat(:'), (29253, 957, 'Singapore', 'H.U.S.B.A.N.D = [H]e [U]nderstands [S]ituations [B]etter [A]nd [N]ever [D]isappears.'), (29254, 352, 'Kota Tinggi, Johore', 'I''m at 228 Toa Payoh http://t.co/wZPlpDuI'), (29255, 377, 'Johor Bahru, Johore', '@belindadrs Good Samaritan tu kyk good citizen gitu lo'), (29256, 2216, 'Johore, Malaysia', 'Long day out -- Gloria''s exhausted. (@ Zombie Safehouse) http://t.co/allytau3'), (29257, 4874, 'Johore, Malaysia', '@msrahrahxx I missed the launch !! Was celebrating my husband''s birthday'), (29258, 4465, 'Johore, Malaysia', 'Ahhhh I wanna watch dh2 but don''t wanna see KSR face .'), (29259, 1264, 'Johore, Malaysia', '@Vantsoul @jaehun_brows @iasterday Her father fetching her mah. So she over there alone .__.'), (29260, 1094, 'Johor Bahru, Johore', 'Need more workers so that more protection Rm.\n :-p'), (29261, 2423, 'Johor Bahru, Johore', '@_Pocketz Justin bieber song nice meh ? :x'), (29262, 3186, 'Johor Bahru, Johore', 'RT @FeeThreeYaaNii: #PeopleIWantToMeet Lee Min Ho !'), (29263, 2606, 'Plentong, Johor Bahru', '@ndyrxoyy Nadingrang . comelnyaa nama baru kauu Haha'), (29264, 2415, 'Malaysia', 'นั่งพิมพ์ระเบียบการเช่าห้องพักของอพาร์ทเมนท์ พ่อแม่ขา ทำไมไม่จ้างให้ร้านพิมพ์ ให้ลูกพิมพ์ มันเยอะมาก =[]='), (29265, 1211, 'Plentong, Johor Bahru', 'Siakap stim limau terbaik diJohor ada disini (@ Restoran Pak Soh Tomyam &amp; Seafood) http://t.co/dYRWUuaY'), (29266, 5510, 'Johore, Malaysia', '@TOP_Bigbanggg WTF OMG SO TEMPTING *O*'), (29267, 126, 'Tebrau, Johor Bahru', '@FazreenaRahmans thnks weh teman aku :)'), (29268, 191, 'Singapore', '@SungminsELF ahahaa , try again ? 3,2,1 Catchhh ! &gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;&gt;'), (29269, 1140, 'Johor Bahru, Johore', '@thiveebeanie I wish we were having practice now.. I miss talking to you.. It became a habit baby &lt;3'), (29270, 5646, 'Plentong, Johor Bahru', '@hanizahid hahahaa , jom jom . kita terbang k ;) tggu kjp lg kita sampai :D'), (29271, 5603, 'Indonesia', 'wah di re-tweet artis dari hungarya :O :3'), (29272, 991, 'Johor Bahru, Johore', 'And then kor say forcing me to play COD tmrw cause need me be brave or else everything scared OMG I AM GOING TO FAIL'), (29273, 909, 'Johore, Malaysia', '@mrtwothumbsup ako din kahit dito. Siya lang.'), (29274, 1643, 'Johor Bahru, Johore', 'Liyana''s mummy so cute. AHAHAHA. XD @lynxsykr'), (29275, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hahahaha tak ahh bf Shugha amek abg shugha nak pergi main badminton alang2 kita jengah ahh sikit :'') Wuu meltinggg xD'), (29276, 3274, 'Johore, Malaysia', 'annoying piece of shit. NO MEANS NO.'), (29277, 5653, 'Pulai, Johor Bahru', 'http://t.co/0R6xkri3 -- meow66 (@MaioMeow)'), (29278, 5650, 'Johore, Malaysia', '@taxznJuz haha kk'), (29279, 2065, 'Johore, Malaysia', '@hahazaahir pastu mkn dapat yg mahal2,hahaha'), (29280, 405, 'Johor Bahru, Johore', 'Kau Diam Sudah.'), (29281, 2524, 'Johor Bahru, Johore', '@Aloysius_Ho OMGGG. I want. !'), (29282, 3668, 'Johor Bahru, Johore', ', my dad suddenly said kp.'), (29283, 5588, 'Plentong, Johor Bahru', 'Nobody''s perfect............. http://t.co/cia2TF0X'), (29284, 5171, 'Johore, Malaysia', 'I''m at Ayam Penyet Ria (Level 1) (Singapore) w/ 4 others http://t.co/JCePCmxF'), (29285, 5413, 'Johor Bahru, Johore', 'Movie marathon!!!!'), (29286, 2554, 'Johor Bahru, Johore', '@Reichi_Lim Ikr !! Funny Sia !!'), (29287, 1232, 'Johore, Malaysia', '@ShafiqahRashid @greenie_leena hahaha . Da agak daaaa . When ur hols end ?'), (29288, 1626, 'Johor Bahru, Johore', '37.7. Sick alr ):'), (29289, 991, 'Johor Bahru, Johore', '@BeingSyazwin my brother buy hahas:)'), (29290, 1141, 'Johore, Malaysia', 'mabuhay ang mga OFW lalo na mga kasing edad ko! @tefaniadeleon @Mikkarobles @beainfluential! huhuhu'), (29291, 5654, 'Plentong, Johor Bahru', 'I''m at Taman Molek JB (Johor Bahru, Johor) http://t.co/7EDd4WLx'), (29292, 1264, 'Johore, Malaysia', 'What the hell. Tomorrow i got chinese project? 4days in a row need go out so late'), (29293, 4259, 'Johor Bahru, Johore', '@Babytiggerx lol why would i miss them sia!!'), (29294, 131, 'Johor Bahru, Johore', '@twitniker onaman! Hook na lahat! #walanghanggan'), (29295, 5603, 'Indonesia', 'itu yang difoto tumblr tadi :p RT @adryanagloriani: AnggyaMegaayu Kamu siapa??? Wkwk'), (29296, 3550, 'Johore, Malaysia', '@Juper_Sunior I can''t even open the gmail doc sia, how doT_T'), (29297, 1007, 'Johor Bahru, Johore', 'I''m at Century Square (Singapore, Singapore) w/ 6 others http://t.co/IvXOkCo8'), (29298, 10, 'Johore, Malaysia', '@AlgerRitoz @dweilun I want!'), (29299, 2554, 'Johor Bahru, Johore', '“@SecretsKiller: RT @irdinamah: Why so cold~ ”'), (29300, 1643, 'Johor Bahru, Johore', '@lynxsykr damn cute sial. Kiss her thousand times. XD'), (29301, 458, 'Malaysia', 'Hey, boy makes me crazy อิ มา ซู กู go away #NP'), (29302, 453, 'Johor Bahru, Johore', 'I''m at Blk 302C Punggol Pl http://t.co/Km6AuySO'), (29303, 1094, 'Plentong, Johor Bahru', 'Janji Lepas Rm mkn @ ticket wayang.\n ;)'), (29304, 5603, 'Indonesia', 'besok model nya kak meli (y)'), (29305, 5655, 'Johore, Malaysia', 'Tinamad nmn @ McDonald''s - Aljunied crescent http://t.co/3OwFFEjj'), (29306, 1264, 'Johore, Malaysia', 'Sian uhh.'), (29307, 2554, 'Johor Bahru, Johore', '“@Angshiting: RT @LynnAVIE That awesome moment when you''re blasting music through your headphones and you can''t hear anything else.”'), (29308, 5193, 'Singapore', 'NOOOOOOOOOOOOO THE PPT JAM !'), (29309, 196, 'Johor Bahru, Johore', '@Evolruoyemllet_ haha, imagine if you faint on that time! Okay!'), (29310, 196, 'Johor Bahru, Johore', 'Sigh, I need to see you, I miss you. Fuckfuckfuck'), (29311, 2432, 'Johor Bahru, Johore', '@Vcolizious day ! Fk why must iPhone be touch screen !! #jiwhye'), (29312, 1, 'Tebrau, Johor Bahru', '@AlynRomano okeyyyyy . tak dpt cium kau tadi . hmmm'), (29313, 458, 'Malaysia', '@PPrimo_cUte @CuzzMiiw @tpalita @mild_mildmild @AAeeScallop ฮ่าๆๆๆ วันนี้ เจอเจ๊นงมั้งไหม๊ ?'), (29314, 3636, 'Johore, Malaysia', '@MatchafiedHeart haha thanks. but it might just be more effective if you say that tomorrow'), (29315, 5656, 'Johor Bahru, Johore', '@samyHAMMY http://t.co/v7dLasqV'), (29316, 2342, 'Plentong, Johor Bahru', '@ridzuan_dzakir Smpai habis pmr ... Aiyook'), (29317, 665, 'Johor Bahru, Johore', 'Home~'), (29318, 1264, 'Johore, Malaysia', 'Tomorrow need go Bukit Timah ... Zzzzzzz'), (29319, 5614, 'Plentong, Johor Bahru', '#GirlsWithNoAss Pakai baju kebaya tak nampak apa Hahahaha xD'), (29320, 1094, 'Johor Bahru, Johore', 'Seriously I''m so3 hungry..'), (29321, 5603, 'Indonesia', 'haaiiiaaooo.-.'), (29322, 5607, 'Plentong, Johor Bahru', 'My schedule ni, full with Zumba saja !!! esok zumba party , next week zumba performance, april lagi la!! berzumba sama RONAN KEATING !wow !'), (29323, 4951, 'Riau, Indonesia', 'serius deh, aku selalu gk bisa ngerjain dua hal dg bersamaan, misal: ngedit foto sambil nulis.'), (29324, 1400, 'Johor Bahru, Johore', '@wordsfallthru or they hv just been here for SS4SG?or he/she is anti-sj or k-pop?'), (29325, 3658, 'Johor Bahru, Johore', 'For you loveeee! :) http://t.co/YmspKHkx'), (29326, 5193, 'Singapore', 'If I click close the program , everything gone nooooooooooooooooooo .'), (29327, 4334, 'Singapore', '@jojotanjuann i wish for that tooo!'), (29328, 5587, 'Johor Bahru, Johore', '@__DontBlink hahhahaha anything to let u stop crying lo okay lo:/ heheh ya lah I was really freaking out mah!:('), (29329, 2554, 'Johor Bahru, Johore', '@Reichi_Lim same as me Los !:)'), (29330, 802, 'Johor Bahru, Johore', 'I''m at Beancurd City  http://t.co/2SzsuxEJ'), (29331, 5657, 'Johore, Malaysia', '"Maybe it''s the way you walk ... like a dinosaur" ~chick'), (29332, 5658, 'Pulai, Johor Bahru', 'Having my dinnerr :) (@ Tasek Buatan - Pulai Indah) http://t.co/OVQQDACu'), (29333, 2114, 'Singapore', '@isedro96 HAha.'), (29334, 29, 'Tebrau, Johor Bahru', '@ann_karolyn thankyou boyfriend! &lt;3'), (29335, 5659, 'Malaysia', '@BAM_bamboo1 HI..~!!!'), (29336, 5502, 'Johore, Malaysia', '@arvind_david change picture :('), (29337, 5660, 'Tebrau, Johor Bahru', 'Mencobai mi bandung dan satay Wak Dol... (@ Satay Warisan Wak Radol) [pic]: http://t.co/TBal0eE1'), (29338, 5611, 'Johore, Malaysia', 'Fuck!!!! Starships again!!! Fucking 30th time I heard it this week on the radio!!!'), (29339, 1626, 'Johor Bahru, Johore', 'Leg and hands so cold ):'), (29340, 131, 'Johor Bahru, Johore', '@poisonousEMS yung smart ba yung may tri call sa sun?.etc ang sinasabi mo?'), (29341, 3550, 'Johore, Malaysia', 'The mc totally looks like a BAR GIRL YEAH&gt;.&lt; Scary guests everywhere..'), (29342, 1065, 'Johor Bahru, Johore', '@amirarx hahah, i let you punch my arms. My face to precious, hahah'), (29343, 802, 'Johor Bahru, Johore', 'I''m at Beancurd City (Singapore, Singapore) w/ 2 others http://t.co/cta76fhK'), (29344, 4972, 'Johore, Malaysia', '@Afifjefri Cari kt cni --&gt; http://t.co/VUOULjB6'), (29345, 5193, 'Singapore', 'Heng okay liao phew'), (29346, 492, 'Johor Bahru, Johore', 'Don''t tell me something bad it''s gonna happen...'), (29347, 5603, 'Indonesia', 'ines lagi menggalau di facebook'), (29348, 2342, 'Plentong, Johor Bahru', '@ridzuan_dzakir Peh lama tu weh hahahahaha'), (29349, 2393, 'Johor Bahru, Johore', 'Aiseh, so flattered by her words! ^^ hahaha. http://t.co/PRr22YBu'), (29350, 35, 'Plentong, Johor Bahru', '@AZARYyaacob Ohh dia buat apa?'), (29351, 5500, 'Johore, Malaysia', 'Elvin Ng Stop Smelling Somthing....'), (29352, 5413, 'Johor Bahru, Johore', '@NurAinAnakJs uat pe twuhh!??'), (29353, 5118, 'Johore, Malaysia', '@ErfanRahim mahal pe. hahaha. akutak nampak price tag. lol. tenga bayar terperanjat jap actually. hahaa. kk pape mention.'), (29354, 1065, 'Johor Bahru, Johore', '@AfiqHarraz @adlidanish not bad'), (29355, 4036, 'Johore, Malaysia', 'am i not that open up? O.o'), (29356, 222, 'Johore, Malaysia', '@NYQYQ I will. But ican meet only at like 12.30'), (29357, 5588, 'Plentong, Johor Bahru', '@AmirahSophia Hy amiya!'), (29358, 1400, 'Johor Bahru, Johore', '@jeslynLHJ Does SD chix shop still exist?'), (29359, 5593, 'Riau, Indonesia', 'kangen waktu SD dulu,, rajin pergi ngaji, trus beljar irama,,'), (29360, 5662, 'Kota Tinggi, Johore', '@ucho03 @mariangela145 @krev @villegaswr @mvmm18 Aja!!!.. Vi la foto y solo voy a decir que: Yo no soy.. Claramente es Will por la mano..'), (29361, 4259, 'Johor Bahru, Johore', 'Looking at the date &amp; knowing what tomorrow could possibly mean just kills me... Fuck this shit.'), (29362, 1094, 'Johor Bahru, Johore', 'Mama, \n\n What''s special on that dinner table ?? Otw back.\n :)'), (29363, 5663, 'Johor Bahru, Johore', 'So .. What''s sup ?'), (29364, 5664, 'Johor Bahru, Johore', 'Lazing around in my room. http://t.co/EbVezTkb'), (29365, 5665, 'Johore, Malaysia', 'I''m at Wine Connection @ Robertson Walk (Robertson Walk, Singapore) http://t.co/LRZeEd8H'), (29366, 478, 'Johor Bahru, Johore', '@BabyJoKyu but that one have antenna and watch tv one eh!! Hehe!But I''m getting use to this I-phone..Quite a few things I learn how to use!'), (29367, 3822, 'Plentong, Johor Bahru', 'Bellyache ! Huarghhhzz'), (29368, 5656, 'Johor Bahru, Johore', 'I wore heels for less than 10mins and my ankle hurts. ): ankle please heal fasterrrrr.'), (29369, 5049, 'Johore, Malaysia', 'ZOMG just had the BEST EVER French Toast D'': i feel so happy and dirty (and now sleepy) at the same tiiiiime D'':'), (29370, 607, 'Johore, Malaysia', 'I''m at Sbs Bus 105 http://t.co/zilmql1j'), (29371, 5663, 'Johor Bahru, Johore', 'Jyeah had a fun day today (;'), (29372, 3550, 'Johore, Malaysia', 'Ppl at VIP table add together already 1000++ yrs old LOL.'), (29373, 2554, 'Johor Bahru, Johore', '@CaiYue95 Aww :)'), (29374, 5666, 'Johore, Malaysia', 'Still here AHHHHH (@ 71 Robinson) http://t.co/aHsWTysH'), (29375, 3658, 'Johor Bahru, Johore', '&lt;3 @PiercingsnTats http://t.co/AcU2IByf'), (29376, 5614, 'Plentong, Johor Bahru', 'K Hajikoh K RT @iekaaaaa Ayahhhhhhhhhhh!!! ika nak topap *jerit dari bilik* Ibu cakap "Ayah kau kat KL lahh hajikohhh" Alaaaaa K ibu. K :'')'), (29377, 931, 'Johor Bahru, Johore', '#GirlsWithNoAss sux'), (29378, 2068, 'Singapore', '@seqingnicole I use the word ____ almost everyday and I don''t see you giving me tips on how to use it less frequently ._.'), (29379, 1, 'Tebrau, Johor Bahru', '@AlynRomano tulah pasal . ngek^^ tapi best beb . HAHAHAHHA'), (29380, 2606, 'Plentong, Johor Bahru', '@ndyrxoyy Susah nak nyebut lahh . Belajar cakap Terengganu ke ape ?'), (29381, 167, 'Johor Bahru, Johore', '@XOXO_tricia17 STALKSTALK. ^^'), (29382, 4435, 'Johore, Malaysia', '@aliciamutheardy why don''t like him? Got see his YouTube vids anot? Super funny!'), (29383, 5097, 'Pulai, Johor Bahru', '@erichafitrih kenapa?'), (29384, 5382, 'Johore, Malaysia', '"@TheseDamnQuote: H.U.S.B.A.N.D = [H]e [U]nderstands [S]ituations [B]etter [A]nd [N]ever [D]isappears."'), (29385, 3273, 'Johore, Malaysia', 'Did only my EL hwk .'), (29386, 5428, 'Johore, Malaysia', 'WTF MY MOM IS FUCKING RIDICULOUS CANNNN.'), (29387, 4681, 'Johor Bahru, Johore', '@tripodmonster BOOKS? Sure not?! :p'), (29388, 5667, 'Tebrau, Johor Bahru', 'Lepak minum shisha sat :-) (@ Restoran Cahaya Molek 2) http://t.co/4YRql83H'), (29389, 5668, 'Singapore', '@atheista With tweeting, comes with great responsibility; with comments supported by facts. :)'), (29390, 5540, 'Singapore', 'ASAL SIVA''S NIGHT HARAPAN TIPIS NAK MAMPOS?'), (29391, 1264, 'Johore, Malaysia', '@quishterfur Yeah'), (29392, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs sedihnyaaaa ! Haha ~ alaa tapi ada duit kan nak makan tutti ??'), (29393, 4823, 'Plentong, Johor Bahru', 'Having a great dinner with my family at home just now. So what''s next?'), (29394, 5669, 'Johor Bahru, Johore', 'I''m at Sengkang ClubFITT Gym (Singapore) w/ 2 others http://t.co/iQjY7F5r'), (29395, 3500, 'Singapore', 'Cant wait for this day to end. Cause tomorrow will be just so great~'), (29396, 5599, 'Plentong, Johor Bahru', 'I''m at Traffic Light Yahya Awal http://t.co/I1rT1lDX'), (29397, 5207, 'Johore, Malaysia', '@WhyteConfession no:)'), (29398, 991, 'Johor Bahru, Johore', 'Shouldn''t have on loud speaker while playing it was blasting my whole room &gt;&lt; .____. I think I have lost my mind.'), (29399, 5670, 'Tebrau, Johor Bahru', 'Happy birthday to my dad ^^ http://t.co/Oy1YjNwV'), (29400, 4094, 'Singapore', 'Ayos!!! :)))) http://t.co/NF4Am9NJ'), (29401, 1091, 'Johore, Malaysia', '@sleepyysam Awwww *melts*'), (29402, 2053, 'Johore, Malaysia', '@ckhq (´・ω・`) sleep early and prepare for tomorrow がんばて❣'), (29403, 5049, 'Johore, Malaysia', '@janjizelle woochoooo fishing ka naman janji :p'), (29404, 3550, 'Johore, Malaysia', '@YoGabehgabeh open already cannot load the document'), (29405, 5497, 'Johor Bahru, Johore', 'finally home~~~ (@ 603B Punggol Rd) http://t.co/HRbDQeEe'), (29406, 5502, 'Johore, Malaysia', 'Pink &amp; black nails ^^'), (29407, 5413, 'Johor Bahru, Johore', '@FanaJaffar wei da makan?? Haha'), (29408, 4823, 'Plentong, Johor Bahru', 'Smoking time!'), (29409, 5671, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Sports &amp; Recreation Centre (Choa Chu Kang, Singapore) http://t.co/v6ByNHe0'), (29410, 2554, 'Johor Bahru, Johore', 'New da bao !!'), (29411, 965, 'Johor Bahru, Johore', 'mcm nak demam~ Allah~~ :('); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (29412, 5118, 'Johore, Malaysia', '@ErfanRahim alright babyyyy. :D'), (29413, 2606, 'Plentong, Johor Bahru', '@Synsterwaqi Ehhh takutt ahh ! Haha'), (29414, 5672, 'Majlis Perbandaran Johor Bahru Tengah, Pulai', 'I''m at Majlis Perbandaran Johor Bahru Tengah http://t.co/dzAEAZXl'), (29415, 2068, 'Singapore', '@FatrisFirdani I feel you bro :'')'), (29416, 3668, 'Johor Bahru, Johore', ', hhehheh. Silly girl. @TROLLINGREVOLTS http://t.co/nIL48pTC'), (29417, 5391, 'Johor Bahru, Johore', 'I''m at Sakura International Buffet Restaurent (Singapore, Singapore) http://t.co/RVLIBTx6'), (29418, 1207, 'Johor Bahru, Johore', 'I''m at Phyllis Batok的家 http://t.co/fHGnEHHL'), (29419, 5603, 'Indonesia', 'mana ada yaw-_- RT @xBieberBeadlesx ciee~ selenator--&gt; RT AnggyaMegaayu: cie belieber~ RT xBieberBeadlesx RT THIS Dear haters, We'), (29420, 1626, 'Johor Bahru, Johore', '@IzzahAzman thanks :'') now coughing and flu like mad.'), (29421, 126, 'Tebrau, Johor Bahru', '@FazreenaRahmans okay nnt jgn pnt dga story aku hahahaha'), (29422, 2092, 'Johor Bahru, Johore', 'I''m at 310B Anchorvale Road http://t.co/EgWOtgM1'), (29423, 5673, 'Johor Bahru, Johore', 'Body pump AND Core conditioning = heaven :) (@ Fitness First w/ 3 others) http://t.co/BNN7aoKX'), (29424, 55, 'Johore, Malaysia', 'ME WANNA CUT HAIR! The blonde or the black hair one? :) http://t.co/PUqfojkR http://t.co/VLx1uq7Q'), (29425, 4823, 'Plentong, Johor Bahru', '@nizammansor Parkinson'), (29426, 593, 'Johor Bahru, Johore', '@OlsenAwesome I will uh. I still gotta Takecare of grandpa man!'), (29427, 4318, 'Singapore', '@Nabiha_Aimi No. No you''re not.'), (29428, 46, 'Plentong, Johor Bahru', '@syafiqahabbas hihi okayokay . same same :)'), (29429, 29, 'Tebrau, Johor Bahru', '@SyasyaUmar @Melody_Leong Thankyou ah leong and umar!(: hope so:('), (29430, 991, 'Johor Bahru, Johore', 'And my brother say it was boring cause so fake LOL WHERE GOT D:'), (29431, 3550, 'Johore, Malaysia', 'The waitress panic to much LOL. ''May I''-ing all the way~~'), (29432, 2717, 'Senai Kulai, Kulai Jaya', 'I''m at Senai International Airport (JHB) (Senai, Johor) w/ 4 others http://t.co/islxFrv8'), (29433, 3668, 'Johor Bahru, Johore', '@DesireeFattypie @truckofpromises III thought is 0930?'), (29434, 957, 'Singapore', 'i''d rather eat Haagen-Daz''s vanilla &amp; almonds stick bars than those Magnum''s popsicles.. ^_^'), (29435, 5646, 'Plentong, Johor Bahru', '@hanizahid okok , ea dh smpai :D sruh atiqah jemput kita sekarang :D jgn lupa bentang karpet merah k , lol'), (29436, 3840, 'Johore, Malaysia', 'Waiting for bus to Bedok Bus Interchange... (@ Bus Stop 84501 (Christ Church)) http://t.co/7Mj3xmCa'), (29437, 2339, 'Johor Bahru, Johore', 'I''m at 4m1 http://t.co/ceqP2s53'), (29438, 2554, 'Johor Bahru, Johore', 'Hong chao bao ?!'), (29439, 46, 'Plentong, Johor Bahru', '@SyazrahHassims makan mee rebus . adek ?'), (29440, 5502, 'Johore, Malaysia', '@arvind_david I no know .'), (29441, 355, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/fDXEdPVq'), (29442, 1264, 'Johore, Malaysia', 'WALAO. SO MANY PPL AT THE MRT TO CCK LINE ZZZ'), (29443, 580, 'Johor Bahru, Johore', '@yrotsreH yup~ I think so~ no choice have to go~'), (29444, 3452, 'Johore, Malaysia', '@XaeEn Suree Followed back :)'), (29445, 5674, 'Kota Tinggi, Johore', 'I''m at 460 Corporation Road Parc Vista (Singapore) http://t.co/Z0eyTmil'), (29446, 4856, 'Johor Bahru, Johore', 'I''m at HOME SWEET HOME! ❤❤ http://t.co/NPtWkz5H'), (29447, 478, 'Johor Bahru, Johore', '@driZzleEsha with god will! He will open his heart and mind to u! He will! :) don''t sad sad, I appreciate u a lot ley! Woots!!'), (29448, 2114, 'Singapore', '@Widhiadarii Ok, I DM u already(='), (29449, 576, 'Johore, Malaysia', 'I don''t deserve getting cheated on , I ain''t that ugly that you can''t just tell me the truth .'), (29450, 5675, 'Johore, Malaysia', 'Bride so pretty'), (29451, 1007, 'Johor Bahru, Johore', 'I''m at The Coffee Bean &amp; Tea Leaf (Singapore) http://t.co/zenDBsze'), (29452, 2495, 'Johor Bahru, Johore', 'Going to Fajar Mac to have my last dinner!!'), (29453, 5351, 'Singapore', '@alisyahamran aisseeehhh~!! alisyah siol!! pri?'), (29454, 5676, 'Johor Bahru, Johore', 'Sabi ko kay Nanay dalan ako ng tsinelas ung mga Spartan basta mura lang pangbahay, eto u @ Where The Hat Is http://t.co/XrjEF0m6'), (29455, 2554, 'Johor Bahru, Johore', '@Reichi_Lim Why eh?:)'), (29456, 3636, 'Johore, Malaysia', 'once Marie told me blackshot was all about shooting down the enemies which are black guys.'), (29457, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa alah cian nya...'), (29458, 3322, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 5 others http://t.co/3zRRAeb7'), (29459, 5677, 'Malaysia', '@iipapair กุก็คถ มึง &lt;3 วันไหนว่างๆ ไปเที่ยวกัน เเพรเฟริน @Feicefernz'), (29460, 377, 'Johor Bahru, Johore', '@belindadrs Gpp'), (29461, 5678, 'Johor Bahru, Johore', '@jOoevil hmmm,supper? LOL (@ KFC) http://t.co/vrHyr7Gi'), (29462, 1264, 'Johore, Malaysia', 'Super super crowded in my train'), (29463, 1300, 'Johor Bahru, Johore', '@tinzliang ayy susyal. See soon ahh.. Pak yan!'), (29464, 4828, 'Johor Bahru, Johore', 'My perfume, yayness. http://t.co/wcVRxwYX'), (29465, 5588, 'Plentong, Johor Bahru', '@AmirahSophia Kita pelat R, thats why amiyah :P Heheh sehat sejahtera! Amira?'), (29466, 1069, 'Johor Bahru, Johore', '@rohanitarohin palm nice! Must take photo : p'), (29467, 3307, 'Johore, Malaysia', 'What the hell are you doing?!'), (29468, 2330, 'Johor Bahru, Johore', '@A_chubbycheeks HAHAHAHAAA OKOK!! BRING POPCORN OK??? HEHEHEHEE AND DRINKSSS!!!'), (29469, 3636, 'Johore, Malaysia', 'and I believed her for one day until I asked my brother about it!!'), (29470, 3273, 'Johore, Malaysia', 'Karaoke sendiri :pp'), (29471, 2511, 'Johor Bahru, Johore', 'Walao old ah lian on board !'), (29472, 30, 'Malaysia', '@YAL_ELF = = ก๊ะห์ญัลลลลลลล !!! เอาไปเลยยยย อนุญาต เพราะเราไม่กรี๊ดฮีฮี 5555555 =P'), (29473, 5037, 'Johore, Malaysia', 'TWG TEA! :D http://t.co/tFj9LEAk'), (29474, 4671, 'Singapore', '@mggykills uy hindi sya busy..madalas magtweet :)'), (29475, 3328, 'Johore, Malaysia', 'I''m at Expo MRT Station (CG1/DT35) (Singapore) http://t.co/iBt2JRzn'), (29476, 3307, 'Johore, Malaysia', 'Just give up with me sua.'), (29477, 3606, 'Johor Bahru, Johore', 'i miss ystd already'), (29478, 5614, 'Plentong, Johor Bahru', '@ShukriHani Mensi je ahh. TL Shugha laju banget Mueheheehe xD'), (29479, 5679, 'Johor Bahru, Johore', 'shopping (@ FairPrice Xtra) http://t.co/QE6lLNdZ'), (29480, 1753, 'Johor Bahru, Johore', 'Last Ambulance night driving :) Finally booked out. (@ Tampines Bus Interchange w/ @alveriaserene) http://t.co/tN9pNmIr'), (29481, 3525, 'Johor Bahru, Johore', 'I''m at PALACE♥ http://t.co/7tX9hp63'), (29482, 5680, 'Johore, Malaysia', 'Ini app DrawSomething lagi in banget deh -_- Something banget lah'), (29483, 3307, 'Johore, Malaysia', 'Just give up on me sua.'), (29484, 362, 'Johore, Malaysia', 'Siallah ! Aku tertweet pakai account dier uh -.-'), (29485, 5602, 'Singapore', 'ooo RT @AndreMandor Gapaapa RT @siraden_wardana nap ndree ? RT @AndreMandor beda syarat beda pendapat !'), (29486, 2554, 'Johor Bahru, Johore', 'Gan bao !'), (29487, 3945, 'Kota Tinggi, Johore', 'Azli belalang tk abes2..'), (29488, 5611, 'Johore, Malaysia', '@andrewmixo "Like"'), (29489, 5681, 'Johore, Malaysia', 'It''s always a nice feeling to stumble upon a little slice of home when you''re abroad...latest thing I saw were some Jill Bliss cards.'), (29490, 492, 'Johor Bahru, Johore', 'I made it obvious that I like you too...'), (29491, 29, 'Tebrau, Johor Bahru', '@aubreybuttowski 3times T-T I fracture my leg badly.'), (29492, 5382, 'Johore, Malaysia', 'Aku melebih'), (29493, 3316, 'Johor Bahru, Johore', 'I''m at  Shermin''s Study Room!  (Singapore) http://t.co/DQbPDNpk'), (29494, 2385, 'Johor Bahru, Johore', 'I''m at 44k Hillside Drive. http://t.co/lV5qFDFg'), (29495, 4386, 'Johore, Malaysia', 'I''m at *SCAPE (Singapore, Singapore) w/ 5 others http://t.co/lSRIZYAl'), (29496, 5646, 'Plentong, Johor Bahru', 'knp kau perlu muncul dlm hidup aq ? :''['), (29497, 1779, 'Johore, Malaysia', 'I''m at Marina Sq Foodcourt http://t.co/uasWkUno'), (29498, 5382, 'Johore, Malaysia', 'K goodnight.'), (29499, 3697, 'Johor Bahru, Johore', '@Dophdolphin hahas no diff la on ur body any thing also look short der la'), (29500, 3273, 'Johore, Malaysia', '@ElmaSwag Aku baru buat EL nye , yg laen blom . Kau leader ? Aku scribe :))'), (29501, 5682, 'Johor Bahru, Johore', '今日 はじめてこれをチャレンジした!! けっこう面白いよ (⌒▽⌒) @ Downtown East http://t.co/JrNQGPTh'), (29502, 2068, 'Singapore', '@seqingnicole Lols to me it''s too late to stop le, everyone knows I''m rude. Even if they know me or not.'), (29503, 5593, 'Riau, Indonesia', '"the most painful is to love someone and never find the courage to let the person know how you feel.”'), (29504, 4465, 'Johore, Malaysia', 'Charge my phone for 5 hours straight . hot like shit .'), (29505, 4318, 'Singapore', '@Nabiha_Aimi you''re not fat and not so awesome :p'), (29506, 1109, 'Johor Bahru, Johore', 'RomeoTan! :D'), (29507, 1916, 'Plentong, Johor Bahru', 'Sebelum bersekutu dengan DAP dan PKR, PAS menuduh UMNO sebagai kafir dan halal darahnya untuk diperangi.'), (29508, 2903, 'Johore, Malaysia', 'When you said you dont love me anymore , you lied .'), (29509, 1400, 'Johor Bahru, Johore', '@wordsfallthru yea..yes in fact it is common plus they r via social network plus young fans can b kinda extreme?lol..we can defend our idols'), (29510, 3668, 'Johor Bahru, Johore', '@TROLLINGREVOLTS http://t.co/bBTlNo5Z'), (29511, 1954, 'Johore, Malaysia', '@onetwothree_abc I help you :)'), (29512, 1, 'Tebrau, Johor Bahru', '@AlynRomano k sengal . HAHAHHAHAHAHHAHAHAHAHA :DDDD susah dok ajak anak mak nie . muahahahahahahahha'), (29513, 2717, 'Senai Kulai, Kulai Jaya', 'I''m at Coffee Bean &amp; Tea Leaf @ Senai Airport (Senai, Johor) http://t.co/OeAHIull'), (29514, 5141, 'Johore, Malaysia', 'I''m at Jacq''s Home (: (Singapore) http://t.co/WqKVq4CJ'), (29515, 3075, 'Johor Bahru, Johore', 'Today onwards I won''t let anyone touches my Hp anymore. Only to those I trust can use my Hp!!!'), (29516, 5118, 'Johore, Malaysia', '@ErfanRahim hehehehheheehheheehe. aku ni kan manis. banyak sangat gula ah .'), (29517, 1951, 'Johor Bahru, Johore', 'Seaweed shaker fries is the best fries ever'), (29518, 568, 'Kota Tinggi, Johore', '@nixxxy oo labs. surprise!!hehe'), (29519, 5601, 'Johor Bahru, Johore', '@geashcaroline oohh haha. Wess rajin bner haha. Ok deh'), (29520, 1091, 'Johore, Malaysia', '@sleepyysam Okay la I will wait to see you during the weekends. Now go rest before work baby. Love kamu ='')'), (29521, 5584, 'Johor Bahru, Johore', '@bJiaYi haha yeah^^! #Todolist'), (29522, 2554, 'Johor Bahru, Johore', '@Reichi_Lim Hahaha (Y) Gan bao la !:)'), (29523, 5154, 'Johor Bahru, Johore', 'my collection... #lanyards #colors @ Boy Next Door ... :) http://t.co/5KcXVGAp'), (29524, 5614, 'Plentong, Johor Bahru', 'Ececehh hihi xD RT @NinaaImanina Hahahaha, Aufa kena paksa gunting rambut. Kahkahkah *evil laugh* padan muka, tak handsome dah dia nanti ;p'), (29525, 5683, 'Johore, Malaysia', 'Let''s have a banquet @ The King Louis Grill &amp; Bar http://t.co/1wJiCgqp'), (29526, 3636, 'Johore, Malaysia', '@MatchafiedHeart haha shanice the mastermind'), (29527, 362, 'Johore, Malaysia', 'Satu customer ni , Aku bilang 2 for 49 . Tros dier jalan -.-'), (29528, 5524, 'Malaysia', 'A punto de subir al bus de 10h q me llevará al barco de 4h q me dejará de vuelta en Koh Tao. Al fin :D'), (29529, 3075, 'Johor Bahru, Johore', '@TimothyTYH lol'), (29530, 48, 'Johore, Malaysia', 'hahah i am fail at flying kite!! i fly so high then always kena the string fly away , then the kite also fly away -.-'), (29531, 2336, 'Plentong, Johor Bahru', '@SharmiNazira @FatinHsmi ala kau ber#ayang"dgn fatin :O'), (29532, 3668, 'Johor Bahru, Johore', '@DesireeFattypie oh okay! Seeyou ;)'), (29533, 932, 'Johor Bahru, Johore', '@heartwinkle but you still look skinny. :O'), (29534, 5465, 'Johore, Malaysia', '@anaylsor hehehhee. Where you?'), (29535, 3697, 'Johor Bahru, Johore', '@3rosesforyou ur bro 1 yrs old play mahjong liao ar? Wahh not bad not bad got future'), (29536, 325, 'Johor Bahru, Johore', 'I''m at With Sunny Lee Soon Kyu &lt;3 http://t.co/zQWRYasb'), (29537, 1232, 'Johore, Malaysia', '@ShafiqahRashid @greenie_leena update me'), (29538, 1158, 'Johor Bahru, Johore', '@LackadaisicalFa haha. You spaced out until where la... Lol'), (29539, 29, 'Tebrau, Johor Bahru', '@Ahtinggg Play ice and water then fell:x hahahhah. Yeah. Fell jiu fracture my ankle! ):'), (29540, 2712, 'Johore, Malaysia', '@zhxrxxf @ammarliomilo so jack esok kau tk ride'), (29541, 5450, 'Johore, Malaysia', '@jaimenicky Goodnight dn bebels ko mas miss kta ☺'), (29542, 2511, 'Johor Bahru, Johore', 'I''m sorry about today !! &gt;&lt; @immagummybearr'), (29543, 3110, 'Kota Tinggi, Johore', '@wahagagamua Ur boobs r too big! Gimme some:)'), (29544, 3, 'Plentong, Johor Bahru', '@AqilaaAB @Rafidahfirdaus hye sorry kacau. kakak? hahahahahaha fidaa tuaa dah!!! lol'), (29545, 5646, 'Plentong, Johor Bahru', '@hanizahid yupp :D dh sedia kn belom ? cpt lh , dh panas ni kat luar . hahahaa lol *otak gile sbb bosan*'), (29546, 5599, 'Plentong, Johor Bahru', 'I''m at Hospital Sultana Aminah JB (Johor Bahru, Johor) http://t.co/WWNmQzGX'), (29547, 5665, 'Johore, Malaysia', 'I''m at UE Square (Singapore, Singapore) http://t.co/CgxGXic1'), (29548, 3273, 'Johore, Malaysia', '@ElmaSwag Tu arhh psl :pp'), (29549, 1264, 'Kota Tinggi, Johore', 'LOL #2Lclassouting so many tweets about it :3'), (29550, 4386, 'Johore, Malaysia', 'NOT GOING TO EAT DURING SL CAMP (@ Sakae Sushi) http://t.co/fHp6toVs'), (29551, 5668, 'Singapore', '@joshPTRP_RPT I agree! Waste of people''s time taxes. The legislature should be doing more productive work. Damn this government.'), (29552, 1916, 'Plentong, Johor Bahru', 'Ketika itu PAS menggunakan ayat surah Al-Mumtahanah, ayat 9, yang melarang umat Islam menjadikan golongan kafir harbi sebagai rakan.'), (29553, 325, 'Johor Bahru, Johore', 'I''m at Wif Taengoo &lt;3 http://t.co/kDw0j1u4'), (29554, 3452, 'Johore, Malaysia', '@dubstepunicorns sorry la :('), (29555, 5502, 'Johore, Malaysia', 'Watching some ghost buster movie .'), (29556, 4823, 'Plentong, Johor Bahru', '@nizammansor slowly and smoothly'), (29557, 3636, 'Johore, Malaysia', '@MatchafiedHeart cash with dad and he''s not home right now hehe :D'), (29558, 440, 'Johor Bahru, Johore', '@sheneedstrength LOL! So bad :/ must support u ma. Then cook and perfect it then u can cook a awesome meal for yourself :D'), (29559, 2554, 'Johor Bahru, Johore', 'Geylang !'), (29560, 2053, 'Johore, Malaysia', '@ckhq ('''''' ´ω`) erm....i think you siao liao。。。don''t think too much, just sleep nor...'), (29561, 1400, 'Johor Bahru, Johore', '@wordsfallthru but nt to the extent to harsh criticism against other artistes n fans.. eLfs must show their generous poise..haha'), (29562, 1502, 'Johore, Malaysia', 'HELLO IM BACKK'), (29563, 991, 'Johor Bahru, Johore', 'I don''t know why I suddenly so scared of these games maybe too long no play last time play so much sia'), (29564, 5428, 'Johore, Malaysia', '@u_kisseli sup!'), (29565, 88, 'Johor Bahru, Johore', 'Im studying hard in the smart way .'), (29566, 325, 'Johor Bahru, Johore', 'I''m at Wif Seohyun &lt;3 http://t.co/dtMcflji'), (29567, 1264, 'Johor Bahru, Johore', '@quishterfur @vantsoul @jaehun_brows @iasterday '' Safe and sound '' :3'), (29568, 1232, 'Johore, Malaysia', 'Oh boss . Bile kau nak bagi duet incentive ni'), (29569, 3798, 'Johore, Malaysia', 'you want your boyf so what you want me to do ? i dont give a fk seriously ! _l_'), (29570, 5603, 'Indonesia', 'facebook offline :/'), (29571, 5614, 'Plentong, Johor Bahru', 'Sakit hati ahh tengok Pelangi Kssih ni. Ishh.'), (29572, 4524, 'Kota Tinggi, Johore', 'I''m at Boon Lay Bus Interchange (Singapore, Singapore) w/ 5 others http://t.co/3Pp7BZxK'), (29573, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz re read the convo la &gt;&lt;'), (29574, 88, 'Johor Bahru, Johore', '@gric_95 lol...'), (29575, 13, 'Kota Tinggi, Johore', '@pcsyndrome @willllzzz the hell is fatboy ?!'), (29576, 2270, 'Johor Bahru, Johore', 'Lappy sucks ttm (@ HOME) http://t.co/SCCHddRW'), (29577, 2495, 'Johor Bahru, Johore', 'Psps is late dinner @ Fajar Mac haha!!'), (29578, 5464, 'Plentong, Johor Bahru', 'terima je lah didie oh :|'), (29579, 325, 'Johor Bahru, Johore', 'I''m at Wif Kwon Yul Yuri &lt;3 http://t.co/abWZOXS4'), (29580, 40, 'Johor Bahru, Johore', '@AhXon idk how is it in sp . But for NYP the y470p specs is on par with the hp envy with a difference of 500.'), (29581, 4828, 'Johor Bahru, Johore', 'And then this shirt. Boleh masuk angin sia. http://t.co/6nsXs7Eg'), (29582, 2423, 'Johor Bahru, Johore', '@WhyS_o_Serious camp can''t . Cramp can (:'), (29583, 416, 'Johor Bahru, Johore', 'Walau. My stomach haven recover. Still very pain'), (29584, 5476, 'Indonesia', '#7AraStaytogether @pjy1234 1'), (29585, 29, 'Tebrau, Johor Bahru', '@zhikanqisclumsy Will, ah sim.'), (29586, 1109, 'Johor Bahru, Johore', '@H4PPYPILLS Guangming. :)'), (29587, 1264, 'Johor Bahru, Johore', 'Bukit batok station now'), (29588, 46, 'Plentong, Johor Bahru', '@SyazrahHassims amboi lagi sedapppppppppppppppppppppppppp ^_^'), (29589, 5684, 'Johor Bahru, Johore', 'baby hold on... we''ll get through it together.. @ sa puso mo ako  http://t.co/aWy3BsGM'), (29590, 4336, 'Johor Bahru, Johore', 'I MISS @MrsRayyan15 !! :('), (29591, 2495, 'Johor Bahru, Johore', '@HuilinHeartz psps late la!! Typo..'), (29592, 2068, 'Singapore', '@seqingnicole Yes, even if teachers don''t know me, people like Khidir and Timothy would introduce them to me.'), (29593, 1194, 'Singapore', '@DioneKoh tornado? :D'), (29594, 5097, 'Pulai, Johor Bahru', '@erichafitrih ape?'), (29595, 325, 'Johor Bahru, Johore', 'I''m at Wif Jessica Jung Soo Yeon &lt;3 http://t.co/msZmjTyE'), (29596, 478, 'Johor Bahru, Johore', '@BabyJoKyu hahaha!! Yeah tt one sickening ah! The typing made my hand pain the whole day one! Type also send the wrong msg to ppl!'), (29597, 712, 'Singapore', '@u_kisseli wassup ~'), (29598, 5456, 'Johor Bahru, Johore', '@wseokchu hahas ikr!!!!! I take this photo and go cheat seu wen LOL.'), (29599, 4318, 'Singapore', '@AnatiSimpson hahaha thats what you think? tak nampak lgy whats underneath :p'), (29600, 887, 'Johor Bahru, Johore', '@ImZacTan I sleep until 1 plus then wake up then 4 plus sleep again'), (29601, 3, 'Plentong, Johor Bahru', 'saya mahukan cake indulgence Secret Recipe!!! :-('), (29602, 5602, 'Singapore', 'nenek gaul :D'), (29603, 3636, 'Johore, Malaysia', '@MatchafiedHeart nope. I don''t know what the topics are. you?'), (29604, 5685, 'Johor Bahru, Johore', 'Nakakangalay mg diamond dash! Db @bluemaverick123'), (29605, 5601, 'Johor Bahru, Johore', '@Lucialimmy fish eye and macro? Haha'), (29606, 1264, 'Johor Bahru, Johore', 'Dog talking about me? @quishterfur: bleh 6% batt left. PHONE, Y U NO DRAIN BATT SLOW? k at least btr than my frens phones bwahaha'), (29607, 4199, 'Riau, Indonesia', 'Berhenti berharap'), (29608, 643, 'Johor Bahru, Johore', 'My stuff is saved woohoo! Thank God! :D'), (29609, 3824, 'Johor Bahru, Johore', '@missakq baobei explain urself!! Who is the father/mother of the baby?!'), (29610, 578, 'Johor Bahru, Johore', '@Siufungfunggggg its called Metal Detector by the company called "Smart tools"'), (29611, 2415, 'Malaysia', '@Madelineprae เรื่องเดิมๆ เห้ออออ'), (29612, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz NONONONONOO! Is Vanesse say u have hairy legs de. I think. Den I add on orang utan :p'), (29613, 552, 'Johor Bahru, Johore', '@Roseskisses hahahas see you there anot ma :)'), (29614, 5476, 'Indonesia', '#7AraStaytogether @pjy1234 2'), (29615, 4656, 'Johore, Malaysia', 'I''m at Dhoby Ghaut Xchange (Singapore, Singapore) w/ 3 others http://t.co/PMKEnOVe'), (29616, 5271, 'Kota Tinggi, Johore', '@u_kisseli hello Eli^^'), (29617, 2336, 'Plentong, Johor Bahru', 'perghhh tengok cerita #HINDUSTUNT TAK BOLEH BLA SAMPAI PUKUL 1.30 PAGI woooooo'), (29618, 2873, 'Johore, Malaysia', '@ChoonHockBleh @assortedbacon @likuhhein WB CHOON HOCK. NICE NEW EGG HAHA. EUGENE, YU XIN LIKES YOU LA. THATS WHY SAY BB WHEN SEE YOUAHA'), (29619, 5607, 'Plentong, Johor Bahru', '@RozanAwie suda ko bincang sama c @AeRon_AzaiRie ka ??? haha'), (29620, 5603, 'Indonesia', 'akui aja kalau itu aku tadi-_- itu ava mu, kok foto aku x_x RT @adryanagloriani: AnggyaMegaayu Ih kok sksd ya, beda sama mukanya wk :p'), (29621, 1643, 'Johor Bahru, Johore', 'Your hair grows 1cm - 2cm per month. #fact'), (29622, 1194, 'Singapore', 'draw something ;3 MEH. VIPFORLIFE:D'), (29623, 1072, 'Johor Bahru, Johore', '@Zongxiannn wth u drawin?!?!'), (29624, 2595, 'Johore, Malaysia', '@ahwenoiii HAHAHAHAH LAUGH DIE ME ! WHICH PART ?'), (29625, 5686, 'Pulai, Johor Bahru', 'Just nice !!'), (29626, 909, 'Johore, Malaysia', '@iameleine0921 didn''t eat dinner how''s that!?! Hah!! XD'), (29627, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini jom..10 round..bleh tak??hahaha'), (29628, 1400, 'Johor Bahru, Johore', '@wordsfallthru in fact,that article is Against two other sm artistes.Do u find sm biased against the rest to suju??'), (29629, 3500, 'Singapore', 'Everything for tomorrow checked!!'), (29630, 4420, 'Johor Bahru, Johore', 'I''m at My Living Room #09-** (Singapore, Singapore) http://t.co/rkwPpuhw'), (29631, 5540, 'Singapore', 'SIVA NIGHT RABAK PE!!!! SUSAH SIA NAK BERDERING PON... YA ALLAH!!'), (29632, 5687, 'Plentong, Johor Bahru', '#1YearAgo im form 4'), (29633, 3824, 'Johor Bahru, Johore', 'Time for some rest. Long day ahead tomorrow. My days are getting shorter huh!'), (29634, 1300, 'Johor Bahru, Johore', '@XOgenneXO @tinzliang miss u dolls.. Pak.. Aura lng kayomjan.. Chika nq dto :-)'), (29635, 5584, 'Johor Bahru, Johore', '@bJiaYi lol I see Efes tay in your twitter pic . Her yellow bag -.-'), (29636, 1556, 'Singapore', 'You ask someone how am I?'), (29637, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ you should watch this hehe http://t.co/kzICGlPG'), (29638, 4668, 'Johor Bahru, Johore', 'I''m at 359 Admiralty Drive http://t.co/VFIvjG0b'), (29639, 1, 'Tebrau, Johor Bahru', 'bengong je laptop aku nie , mintak penyepak je .'), (29640, 5603, 'Indonesia', 'ngupil bareng mira RT @syalsarama Disekupang enak nya ngapain :/ sama Mira :/'), (29641, 5688, 'Johor Bahru, Johore', 'Lord, please wag niyo po akong iwalay kina Felicia at Richard. T.T'), (29642, 1064, 'Johor Bahru, Johore', '@alexlim_cs lols u act as tarepanda ar'), (29643, 1643, 'Johor Bahru, Johore', '@lynxsykr wah sial, what a good mum.'), (29644, 2606, 'Plentong, Johor Bahru', '@ndyrxoyy Ouh Untunglahh . Btw , Goodluck 21 ni ehh .__.'), (29645, 5052, 'Johor Bahru, Johore', 'I''m at KFC (Singapore, Singapore) http://t.co/nmTCwWTW'), (29646, 1022, 'Kota Tinggi, Johore', 'I''m at Jurong West St 64 Blk 668D http://t.co/3Tds5mUw'), (29647, 213, 'Plentong, Johor Bahru', '@Dkamilaa @4ppleGreen apam balik laaa'), (29648, 5689, 'Johor Bahru, Johore', 'For girls weak point is love.'), (29649, 991, 'Johor Bahru, Johore', 'My mum say I so noob LOLOL'), (29650, 3852, 'Johor Bahru, Johore', '@nikkchow pass nia lol'), (29651, 909, 'Johore, Malaysia', '@zantiwanti what?'), (29652, 3, 'Plentong, Johor Bahru', '@Rafidahfirdaus hahahaha betul lah!!!! :-D tkbole bayangkan kita panggil fida akak!! hehehehhe'), (29653, 1331, 'Johor Bahru, Johore', '@TasnimKun Asal tmr will be a fun day fr u ayam???'), (29654, 1231, 'Johor Bahru, Johore', 'Now my bro draw how i look like in the future with derpina.. Hahahha! http://t.co/iUCUvOJc'), (29655, 5688, 'Johor Bahru, Johore', '@u_kisseli Yow.'), (29656, 2336, 'Plentong, Johor Bahru', '@SaraEdrinaa pergh muka ganas and cute #takut'), (29657, 5603, 'Indonesia', 'besom pergi nya sama mama ines hahaha'), (29658, 5118, 'Johore, Malaysia', '@ErfanRahim zzzzzzzzzzzzzzzzzzzz. kk dah bye. ingast pape mentionzzzzzzz.'), (29659, 3658, 'Johor Bahru, Johore', '@PiercingsnTats HEEHEE . Was doing this when you texted me just now!'), (29660, 5513, 'Johor Bahru, Johore', '@chiazhiting hahha!! No problem!! :))'), (29661, 3090, 'Johore, Malaysia', '@petrinaheartxcz go poly lol if do moderately for a'), (29662, 5510, 'Johore, Malaysia', '@TOP_Bigbanggg Lazy and tired to go down xD'), (29663, 2415, 'Malaysia', 'สรุปเพิ่มรอบสอง ? ทำไมไม่ขยายสถานที่ หรือเปลี่ยนสถานที่'), (29664, 3779, 'Malaysia', '@Aom_methavee ค่าบบ '' ออม &gt;&lt;'), (29665, 5502, 'Johore, Malaysia', 'Why do I feel your irritated with me , sigh'), (29666, 5690, 'Johore, Malaysia', 'I''m here again. Hahaha. (@ East Coast Lagoon Food Village w/ @fictionbones) http://t.co/j1hT3ZhA'), (29667, 5464, 'Plentong, Johor Bahru', 'hey nigga ! haha'), (29668, 2348, 'Johor Bahru, Johore', '@ShuricanShaheel hey :) i wanna see you so badly missing you ryte now ):'), (29669, 5691, 'Johor Bahru, Johore', 'Tried.'), (29670, 5689, 'Johor Bahru, Johore', 'Love can make you betray your friends or even do something that you never imagine you will'), (29671, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 1'), (29672, 1300, 'Johor Bahru, Johore', '@chubchaser27 hi friend :-)'), (29673, 4972, 'Johore, Malaysia', '@Afifjefri 0uh , 0k2 ..'), (29674, 5428, 'Johore, Malaysia', 'OMIGOD KYUHYUN Y U SO PERFECT.'), (29675, 5603, 'Indonesia', 'besok pergi nya sama mama ines hahaha'), (29676, 2336, 'Plentong, Johor Bahru', '@FatinHsmi @SharmiNazira yep aku jealous HAHAHA'), (29677, 1916, 'Plentong, Johor Bahru', 'Sedangkan mereka berkawan pula dgn golongan kafir harbi DAP yang menolak penubuhan negara Islam dan menentang dasar PAS sendiri iaitu hudud.'), (29678, 2554, 'Johor Bahru, Johore', '@Reichi_Lim Hahah come ! Gannnnn baooooooo !!! ^^'), (29679, 5588, 'Plentong, Johor Bahru', '@AmirahSophia Pehh dh nk sklh! Result habis lahhhhhh T.T'), (29680, 1158, 'Johor Bahru, Johore', 'RT “@TheFactsBook: Depression can make you smarter by improving recollection, critical thinking, and raising attention span.”'), (29681, 5691, 'Johor Bahru, Johore', 'Irritated'), (29682, 5271, 'Kota Tinggi, Johore', 'IF ONLY YOU REPLY ME:)'), (29683, 5612, 'Riau, Indonesia', 'jiwa RT @T3kaT3ki #SusunKata "roh"'), (29684, 568, 'Kota Tinggi, Johore', '@nixxxy hahaha :p'), (29685, 5693, 'Johor Bahru, Johore', 'May hindi ako magets sa mga posts... Oh dear.. Sakit sa utak'), (29686, 3273, 'Johore, Malaysia', 'Ketinggalan zaman pe dher ny -:pp'), (29687, 4318, 'Singapore', '@Nabiha_Aimi *tersedak*'), (29688, 5607, 'Plentong, Johor Bahru', '@FelirGiselle Ok2 ... can wear jeans ka ? wahahahhaha'), (29689, 4465, 'Johore, Malaysia', 'Oh great can''t on my phone zzz'), (29690, 5694, 'Johore, Malaysia', 'Dinner with &lt;3. :D'), (29691, 5456, 'Johor Bahru, Johore', '@wseokchu HAHAHA IDK TOMORROW I SHOW HER.I see what she will say AHAHAHAHA'), (29692, 5271, 'Kota Tinggi, Johore', 'RT @redbull: Life is short, so live your dream and share your passion.'), (29693, 2318, 'Johor Bahru, Johore', 'RT @JotcyXD Do crazy stuff just now! :p @ZierahIZN @tyqafreak'), (29694, 1682, 'Johore, Malaysia', 'Argh..why is it so hard to upload pictures !'), (29695, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 2'), (29696, 5646, 'Plentong, Johor Bahru', '@hanizahid hahaahaa , ye lh penat terbang kn ? lol x|'), (29697, 1154, 'Johore, Malaysia', '@XinHui_Unique make sure ah!! Haha'), (29698, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 3'), (29699, 50, 'Johor Bahru, Johore', '@FyyMabMr haha...aww~ thanks babe.u too'), (29700, 2068, 'Singapore', '@seqingnicole You see, when teachers don''t know me at all, they will reveal me.'), (29701, 2595, 'Johore, Malaysia', '@ahwenoiii eh which movie'), (29702, 4871, 'Johore, Malaysia', '@SherryFilauria hahahaha! You naughty girl forever! HAHAHAA BOJEL'), (29703, 5695, 'Pejabat Tenaga Kerja Johor Bahru - Menara Ansar, Plentong', 'I''m at Johor Bahru http://t.co/YIj0MjEx'), (29704, 1556, 'Singapore', '@Hazrulium @LoveRasul I thought Redarus ada tuition'), (29705, 1300, 'Johor Bahru, Johore', '@tinzliang haha well... Magaling ka kasi jagpagalit.. Ayyaann'), (29706, 5603, 'Indonesia', 'ines alay ya :p'), (29707, 3779, 'Malaysia', '@BusEPclever ไม่เป้นไรค่าบ ^^'), (29708, 264, 'Singapore', '@Zophia98 Okie.'), (29709, 392, 'Johor Bahru, Johore', '@SmokinJoeDutch meng ape??'), (29710, 5696, 'Johore, Malaysia', 'I''m at 126 (搵到食) Eating House w/ @lsiying http://t.co/RR0kOVuI'), (29711, 2606, 'Plentong, Johor Bahru', '@AsheeqRazak Hahaha Goodluck .'), (29712, 4846, 'Johore, Malaysia', '@AvIsBlAcKaZaAr may I know who you are?'), (29713, 171, 'Johore, Malaysia', 'At Le Noir — http://t.co/9bHsZGrc'), (29714, 2495, 'Johor Bahru, Johore', 'So hungry going to faint le la!!'), (29715, 712, 'Singapore', '@u_kisseli do fantalk , please?? i wanna get a reply from you !'), (29716, 5510, 'Johore, Malaysia', 'WHY HE SO SWEET TO HIS GF PIANG EH'), (29717, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 4'), (29718, 4580, 'Johore, Malaysia', 'Singapore flyer so beautiful ! (@ Esplanade Mall) http://t.co/xfvS92oD'), (29719, 5604, 'Johore, Malaysia', '@PoniesAndApples HAHAH who in the world is that! oo so chim! aiya can one la you. A2 KID.'), (29720, 362, 'Johore, Malaysia', '@inakayamgoreng I keep receiving your mentions and all . Lol'), (29721, 3075, 'Johor Bahru, Johore', 'FU*K MY LIFE!!! I am not interested in any of ur FU*King GAY Shits! Understand! Don''t put me in ur GAY SHITS GROUP! Tats It u CROSS my LINE!'), (29722, 5581, 'Johore, Malaysia', 'This means war... Movie date.... (@ Golden Village w/ 2 others) http://t.co/2da03jE6'), (29723, 5697, 'Johor Bahru, Johore', 'I''m at subway compass point http://t.co/zlT6muE4'), (29724, 2205, 'Johore, Malaysia', '@_AmyWeen paper'), (29725, 2511, 'Johore, Malaysia', '@JoeyRubberDucky np!'), (29726, 3452, 'Johore, Malaysia', '#annoyed'), (29727, 3852, 'Johor Bahru, Johore', 'Noon ippt, jux now soccer, now run 2 bus stop jux coz I forgot take my slipper from friend car.. Seriously FML'), (29728, 3500, 'Singapore', '@captfabrejas Hahaha My dad ask me bring my old stick only;( But nvm, I will find a way to bring both!'), (29729, 5603, 'Indonesia', 'bb mu kenapa nad? RT @mariazuella: aaaa bb rusak, aku make hape senter gatau deh gmn ini. bentar lagi jempol jadi macho'), (29730, 1556, 'Singapore', '@MuhdFirman :( shhhhhhhh'), (29731, 1264, 'Johor Bahru, Johore', '@darezerwee Going choa chu kang now :3'), (29732, 5614, 'Plentong, Johor Bahru', 'Kenapa takde? Shugha tak ehh? Hmm RT @ShukriHani Aku takde kawan mengadu, kawan gembira ramai. Hm'), (29733, 3798, 'Johore, Malaysia', 'i hate it when you act big ! --'''), (29734, 3636, 'Johore, Malaysia', '@MatchafiedHeart nope. the twitter location thingy can''t detect Singapore. but you can still see where I am if you use iPhone twitter :)'), (29735, 5510, 'Johore, Malaysia', 'THE GF SO LUCKY TO HAVE HIM :('), (29736, 3779, 'Malaysia', '@TANAGRONSAK ค่าบ ^^'), (29737, 5698, 'Johor Bahru, Johore', '@doubletwist what is this'), (29738, 5699, 'Johor Bahru, Johore', 'I just became the mayor of Amelia''s on @foursquare! http://t.co/g5hFFB6f'), (29739, 5699, 'Johor Bahru, Johore', 'I''m at Amelia''s http://t.co/1VN0Fsgy'), (29740, 5035, 'Johor Bahru, Johore', '@pearlbobochacha all her country man go support her'), (29741, 5012, 'Johor Bahru, Johore', '@harharhaa nyeeeehhhhhh......'), (29742, 5502, 'Johore, Malaysia', 'Major moodswings :/'), (29743, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 5'), (29744, 5700, 'Johore, Malaysia', 'dinner with my girls... (at Arirang Korean Restaurant) — http://t.co/r7AnpVTJ'), (29745, 5456, 'Johor Bahru, Johore', 'Telepathy'), (29746, 1194, 'Singapore', '#nowplaying spacebound heh &lt;3 ♥'), (29747, 3025, 'Johor Bahru, Johore', 'Tomorrow speech day rehearsal confirm damn long...'), (29748, 2612, 'Johore, Malaysia', 'Tin I''m gonna hav fever-.-"""" DAFUQ... http://t.co/QThCbglu'), (29749, 362, 'Johore, Malaysia', 'Nary aku sot siket .'), (29750, 3452, 'Johore, Malaysia', '#PeopleIWantToMeet @mnhash'), (29751, 2606, 'Plentong, Johor Bahru', '@ndyrxoyy Aku tutup mukaa . Haha k Thanks :)'), (29752, 4828, 'Johor Bahru, Johore', 'I love my new twitcon muahaha.'), (29753, 3, 'Plentong, Johor Bahru', 'lama tkdgar lagu perfect two heheheheehehe'), (29754, 5623, 'Johor Bahru, Johore', '@Captain_Primus somewhr over the rainbow'), (29755, 5510, 'Johore, Malaysia', 'THIS KIND OF GUYS GOING EXTINCT ALR WAHPIANG'), (29756, 2336, 'Plentong, Johor Bahru', 'KORANG TAKDA #GOSSIP ker yang nak dipertengah kan bosan nye hidup tanpa gossip liar'), (29757, 1333, 'Johor Bahru, Johore', '@KittennyScars but we should respect him as well what?'), (29758, 1002, 'Indonesia', 'Ho do tidono ni rohaku\nCinta hian do au tu ho,\nSayang hian do au tu ho Hasian,\nMardongan pe hita Hasian\nNang pe so marrokkap au dohot ho'), (29759, 4671, 'Singapore', '@mggykills baka may show ba kayo dito sa singapore? :D'), (29760, 3636, 'Johore, Malaysia', '@MatchafiedHeart ohmygod I hate the process of logging into LMS. nevermind. I guess I''m never gonna do it. xD'), (29761, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 6'), (29762, 5701, 'Johor Bahru, Johore', 'I''m at Woody Pub Cafe http://t.co/mS4XguiR'), (29763, 4199, 'Riau, Indonesia', '4th sudah,,skarang smua berakhir,,slamat tinggal semua kenangan,,time to new life (semangat,gogo,gogog,gogog)'), (29764, 5614, 'Plentong, Johor Bahru', '@NinaaImanina Untunglahkan Bf dia punya nama keluar kat TL under Tweet Dia. Mueheehe xD'), (29765, 478, 'Johor Bahru, Johore', '@driZzleEsha Wow u clever ah! Nolah! I think I''m like that mey?? I''m sad now! I feel like crying out LOUD NOW!! I don''t use u want lah! ❤'), (29766, 5702, 'Johore, Malaysia', 'u know my name u know my past, but not my feeling deep inside me.'), (29767, 5035, 'Johor Bahru, Johore', '@pongyopongyo LOL! Hows ur midterm?'), (29768, 5703, 'Singapore', 'People really need to learn the art of taking a hint.'), (29769, 5456, 'Johor Bahru, Johore', '@wseokchu mr taxi taxi taxi~ u like Korean/japan version?'), (29770, 3452, 'Johore, Malaysia', 'Da fug'), (29771, 2903, 'Johore, Malaysia', 'Why stop doing things it took to get her in the first place ?'), (29772, 5703, 'Singapore', 'Here''s a thought. Think.'), (29773, 5599, 'Immigration Checkpoint, Plentong', 'I''m at Singapore Woodlands Immigration &amp; Customs Checkpoint http://t.co/4QCzpozf'), (29774, 29, 'Tebrau, Johor Bahru', '@flywired WILL DUDE(: Hope so! No thanks:P , I want the experience!'), (29775, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa mcj aq ap hw .aq lg r x tw .hahaha .'), (29776, 1556, 'Singapore', 'I miss potluck picnic.'), (29777, 425, 'Kota Tinggi, Johore', 'Berak'), (29778, 4823, 'Plentong, Johor Bahru', '@awgezm paksa saya follow twitter dia supaya angka followers beliau bertambah. Zzzz...'), (29779, 3241, 'Johore, Malaysia', 'I''m at Orchard Road (Singapore, Singapore) w/ 3 others http://t.co/lRjudGDR'), (29780, 2511, 'Kota Tinggi, Johore', '@Heebluebaby YOU DRIVE hahahahhehehehehehehhahahahahahhaHAHAHAHAHAHAHHAHAHAHHAHHAHAHAHAHHA OKAY... WHEN ?!'), (29781, 1077, 'Johor Bahru, Johore', '@dawnNIENIE @zSquiggles ;)'), (29782, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 7 Tiara'), (29783, 3500, 'Singapore', '@captfabrejas Hahaha yep!!!'), (29784, 1400, 'Johor Bahru, Johore', '@jeslynLHJ nvm... Just go kona beans,. Located at apgueong... Arghh i want gelato nw aft watching that on tv...'), (29785, 1952, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 4 others http://t.co/JVp4aXgG'), (29786, 991, 'Johor Bahru, Johore', '@BeingSyazwin I have no idea what is that honestly LOL theres two version right the offline story one and online one?'), (29787, 1158, 'Johore, Malaysia', '@nobodybutchew that is what I used on my new hires to describe about my company. The only constant thing here is change.'), (29788, 5456, 'Johor Bahru, Johore', '#7arastaytogether'), (29789, 256, 'Johor Bahru, Johore', '@JeezyJoseph this is the part of me that your never gonna ever take away from me'), (29790, 4318, 'Singapore', '@AnatiSimpson hahaha you''re expecting it to hit home but theres a barrier :p #50SaysYouWontGetIt'), (29791, 2236, 'Johore, Malaysia', 'I''m at Blk 135 Bedok Reservoir Rd http://t.co/a4X6Eb5s'), (29792, 1091, 'Johore, Malaysia', '@sleepyysam Woah seriously? Break till 7am? Okay Let''s stay up late till tomorrow morning. Hahahahahahaah'), (29793, 425, 'Kota Tinggi, Johore', '@khaleedazahirah iloveu'), (29794, 2554, 'Johor Bahru, Johore', 'He is eating a lollipop whenever I see\nHim !'), (29795, 5524, 'Malaisie', 'Esas personas q necesitan a alguien para ser felices. Esa persona q una vez fui.'), (29796, 1333, 'Johor Bahru, Johore', '@KittennyScars we should respect him as well what? Sometimes we''re too disrespectful.'), (29797, 991, 'Johor Bahru, Johore', '“@allkpop: SHINee’s ‘Sherlock’ comeback teaser on M! Countdown http://t.co/xy65OPDy Yet another clue at what Sherlock sounds like”'), (29798, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 8'), (29799, 2689, 'Johore, Malaysia', '@WanHianKen @cyanrhapsody @yuncaiken @_huiwen oooo preparing wat to wear to come Csc? Lolol :('), (29800, 5428, 'Johore, Malaysia', 'I dont like the idea of having Kyu and Key working with someone from SNSD in a musical.'), (29801, 5035, 'Johor Bahru, Johore', '@yuxian9 yes after getting her poster'), (29802, 3658, 'Johor Bahru, Johore', '@PiercingsnTats CANNOT AH BORED WHAT!!!! LOL'), (29803, 5686, 'Pulai, Johor Bahru', '@ShuekChian nx time ask xiao yi bring u all come here !!! Must try ^^'), (29804, 126, 'Tebrau, Johor Bahru', 'Korang ni orang typo pun suke aeh ? Haga haga haga :p'), (29805, 5409, 'Johor Bahru, Johore', 'x tw seh nk wtpe .'), (29806, 5614, 'Plentong, Johor Bahru', '@ShukriHani Kenapa pulak tak sudi wahai Nur Madu Najihah Mohd Isa Ehh salah Nur Hani Najihah Mohd Isa :)'), (29807, 382, 'Johor Bahru, Johore', '#imstillinlove with myself. #always will be'), (29808, 5646, 'Plentong, Johor Bahru', 'The moment when kita tgh txt dgn seseorg then ad pulak org lain txt kita jugak , haaa kau kelam kabut tak tahu nak reply yg mne satu dulu x)'), (29809, 5500, 'Johore, Malaysia', 'Dylan U KILL Yr OWN DAD! PRO. Unriddle 2.'), (29810, 5623, 'Johor Bahru, Johore', '@Shulingstarzxc_ chinese got hw? :O'), (29811, 5704, 'Singapore', 'Anyone interested visualizing where your Frequent Flyer Points can take you? https://t.co/jUDVwgGP\n#krisflyer'), (29812, 5543, 'Johore, Malaysia', 'Ii'), (29813, 1643, 'Johor Bahru, Johore', '@SupYoEee mehh? :3 i know.'), (29814, 4823, 'Plentong, Johor Bahru', '@nizammansor lustfully'), (29815, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 9'), (29816, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini bleh caye ke dik??haha..semput aku rase..takpe la..senin ni aku kejor ko..aku nak buat 10 setengah..up sket'), (29817, 5705, 'Johor Bahru, Johore', 'At ayza''s restaurant'), (29818, 5041, 'Singapore', '- i want this RayBans. =] http://t.co/jMpmE1oZ'), (29819, 5413, 'Johor Bahru, Johore', '@SweetRebeccaFan helo!'), (29820, 5587, 'Johor Bahru, Johore', '@__DontBlink haha pleaseeee no more ghost show alr:(:(:('), (29821, 2612, 'Johore, Malaysia', 'Slp over seyhh^.&lt; http://t.co/s7W1Mw5E'), (29822, 1260, 'Plentong, Johor Bahru', 'Hero #PelangiKasih meninggal? Mne boleh! @tv3malaysia'), (29823, 5706, 'Plentong, Johor Bahru', 'I don''t want the great p0wer, bc0z w great p0wer come great responsibilities..\nI juz want forgiveness'), (29824, 936, 'Johor Bahru, Johore', 'Yaks. And dia mulai CaiMa-an. Jreng jreng jreng!'), (29825, 3650, 'Johore, Malaysia', 'haha I know you miss me xP “@swaggitbieber: Missing someone out there so badly now.”'), (29826, 2712, 'Johore, Malaysia', '@zhxrxxf @ammarliomilo comfirn btol jack'), (29827, 3301, 'Johor Bahru, Johore', '@love_parachute OFC ! Kidding , who ?'), (29828, 3122, 'Johore, Malaysia', 'U think you very cool ah?'), (29829, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 10'), (29830, 1685, 'Johore, Malaysia', 'Full time Hg 1 - 2 home.. Good game hougang!'), (29831, 4693, 'Singapore', 'lagi critain mslah ku di skolah sma @OsfredJefferson . #nangis'), (29832, 1343, 'Johor Bahru, Johore', 'hahaha, now I just feel silly saying that in the first place... :) @taeyong @titbiz @pickyin'), (29833, 131, 'Johor Bahru, Johore', '@iloveandypotzki @ohohmario --akong mario na Lang bok! With N! Ayiii! #terimahkasih'), (29834, 2295, 'Johore, Malaysia', 'lol i guess this time is impossible.'), (29835, 5707, 'Tebrau, Johor Bahru', 'I''m at My Room (Johor Bahru, Johor) http://t.co/NLPGXr8U'), (29836, 2903, 'Johore, Malaysia', 'Banyak org tak sangke that we actually made this far .'), (29837, 5041, 'Singapore', '@Lervonn: how was it?'), (29838, 172, 'Johore, Malaysia', '@Therisonlyoneme WOOT. WOLVESSSSSSS'), (29839, 4228, 'Plentong, Johor Bahru', 'memang ba alif ba ya betul lah orang tu . sampai hati dia campak aku punya abang oyan dalam lautt !! #PelangiKasih'), (29840, 46, 'Plentong, Johor Bahru', '@SyazrahHassims amboi muak . bagi kita laaaa . hihi XD mcam mane nak delivery ? adek bagi alamat tak betul . hihi :p'), (29841, 1503, 'Johor Bahru, Johore', 'RT“@baliratih_PWK: http://t.co/RQCBvQzO @uutarguleta hii dear cobain yuk bali ratih produk.Cm 25rb,ad body (cont) http://t.co/lq8WiGQa”'), (29842, 2318, 'Johor Bahru, Johore', 'Supp paper:( daddy not angry! Lucky me:)'), (29843, 2432, 'Johor Bahru, Johore', '@Vcolizious Ishhhhh blame touch screen !!!!'), (29844, 416, 'Johor Bahru, Johore', 'Headache headache, i need a good sleep!'), (29845, 387, 'Johor Bahru, Johore', '@conjelline totoo ba yung nabalitaan ko bro? Hahhaa oo chef chefan na hahahaha'), (29846, 1682, 'Johore, Malaysia', 'At last!;)'), (29847, 2773, 'Johore, Malaysia', 'With the girls! (@ Sky Park w/ 2 others) http://t.co/ARpREt4H'), (29848, 3636, 'Johore, Malaysia', '@MatchafiedHeart the only thing I did was cl SRP'), (29849, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 11'), (29850, 2423, 'Johor Bahru, Johore', '@SMinzxc eat together la (: I''m hungry too'), (29851, 1556, 'Singapore', 'Lame joke, nak dengar'), (29852, 5041, 'Singapore', '@cookiesanddo @ngweijin: LOL! winner convert them instead! =D'), (29853, 668, 'Johore, Malaysia', '“@adelyneeee: I wonder where souls go after they die. I wonder how they feel, how they see things, how they understand.”'), (29854, 5456, 'Johor Bahru, Johore', '@varicklee what favor???,'), (29855, 1300, 'Johor Bahru, Johore', 'Nq.. Indemand ang mga kapatid nating ISKO "skolar ng bayan" batid kong mahirap ang panahon pero laging taga UP ang binibiktima ah... #ingat'), (29856, 5540, 'Singapore', 'AKU MACAM NAK GIVE UP! HOW?'), (29857, 2336, 'Plentong, Johor Bahru', 'HAPPY NATIONAL CONDOM DAY \n....... WHAT THE HELL YOU'), (29858, 5708, 'Malaisie', '@bbellducky (:'), (29859, 1371, 'Johore, Malaysia', '@rajolaurel everyone now are getting gaga over Magnum! :-) wonderful event! Congratz Rajo &amp; Team!Cheers :-)'), (29860, 5709, 'Johor Bahru, Johore', 'Hungry after tennis...'), (29861, 2300, 'Johor Bahru, Johore', 'Aku sudi menjadi Batu Nisan mu... “@mya_alena: "Andai esok aku menjadi tanah, sudikah engkau menjadi bunga menghiasi dadaku....?"”'), (29862, 3273, 'Johore, Malaysia', 'Cute arh ^^ "@_fakeAsmileee_ WEEEEEEE. &lt;33 http://t.co/TzDX5giD "'), (29863, 4384, 'Johor Bahru, Johore', 'Vanessa and Selena?! Ew.'), (29864, 5710, 'Johore, Malaysia', '@Magrate_Biroo I am everywhere ,Hahaa'), (29865, 5711, 'Riau, Indonesia', 'Allah, jangan biarkan aku bergantung dan masuk ke tempat yang bernama hati..... :('), (29866, 1400, 'Johor Bahru, Johore', '@jeslynLHJ @minsawesomeness u shud tell ur granny that he is in korea n u r gg there for studies n him or erm them??'), (29867, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 12'), (29868, 143, 'Johor Bahru, Johore', '@Kennyzxcs yeaaaaa :) hahahahaha'), (29869, 1264, 'Johor Bahru, Johore', '@jaehun_brows THE HORROR !!!'), (29870, 668, 'Johore, Malaysia', '“@jasmine_THF: RT @chasingdistance: Would you understand my silence?”'), (29871, 2068, 'Singapore', '@seqingnicole True... Well I use it so frequently that I don''t even notice that I used it.'), (29872, 1268, 'Johor Bahru, Johore', '@alastair97 she''s not!'), (29873, 1158, 'Johore, Malaysia', '@LackadaisicalFa haha. You''re worse than me! Give the customer umbrella. :x LOLOLOL'), (29874, 2423, 'Johor Bahru, Johore', '@loveskeepsgoing typo . East ? O:'), (29875, 2554, 'Johor Bahru, Johore', 'Lag again ,'), (29876, 440, 'Johor Bahru, Johore', '@wherejoyfills WOOHOO! *-* I LOVE IT!'), (29877, 1065, 'Johor Bahru, Johore', '@AfiqHarraz @adlidanish not bad to the score'), (29878, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 13'), (29879, 4702, 'Johore, Malaysia', 'Packing ''Tulang Merah'' home for supper! Yum yum! (@ Deen Tiga Rasa @ Beach Rd) http://t.co/wAsBJkFd'), (29880, 2336, 'Plentong, Johor Bahru', '@FatinHsmi @SharmiNazira HEUHEUHEUHEU'), (29881, 131, 'Johor Bahru, Johore', '@poisonousEMS ah di ba yun! Haha #erase lols'), (29882, 677, 'Johore, Malaysia', '@sheslley she alert sa fring ga sturya kmi kathy!!!'), (29883, 4081, 'Johor Bahru, Johore', 'I''m at goodview street soccer court w/ @nizambeyond @bazilzxs http://t.co/5jIktNhI'), (29884, 283, 'Johor Bahru, Johore', '@Jyeoj meh ):'), (29885, 4228, 'Plentong, Johor Bahru', '@CikKatira betullah . kitatak pernah jumpa awak pun .'), (29886, 3786, 'Pulai, Johor Bahru', 'I''m at Vivo@AEON Bukit Indah (Johor Bahru, Johor) http://t.co/D3SQDLMv'), (29887, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 14'), (29888, 2348, 'Johor Bahru, Johore', '@effieeeeeee @shuricanshaheel lol !!'), (29889, 4637, 'Plentong, Johor Bahru', 'Dinner :) (@ Tea Garden) http://t.co/0YxGQT7a'), (29890, 5712, 'Johor Bahru, Johore', 'Home! (@ Searangoon Garden) http://t.co/I4NKviFx'), (29891, 2432, 'Johor Bahru, Johore', '@f_cukyou whr got !? U come see mine lols !! My whole class 9/10 paikia =.= imba hor ?'), (29892, 2423, 'Johor Bahru, Johore', '@WhyS_o_Serious what''s so fun about camp . :x'), (29893, 50, 'Johor Bahru, Johore', 'Sometimes I need to let go first before things get out of control.'), (29894, 1300, 'Johor Bahru, Johore', '@ilovekoreanbbq happybirthday again.. I wish i could send a birthday video for you.. Heheh &lt;3'), (29895, 5706, 'Plentong, Johor Bahru', '@NjwaLatif All the best..'), (29896, 1502, 'Johore, Malaysia', '@seventhjanuary hahaha yes im online now'), (29897, 2903, 'Johore, Malaysia', 'Dont expect it to be like a fairytale hun .'), (29898, 3786, 'Pulai, Johor Bahru', 'I''m at CROCS@AEON Bukit Indah (Johor Bahru, Johor) http://t.co/caKpJNPe'), (29899, 5713, 'Johore, Malaysia', 'PANICCCCC BUTTON @Evil_With_a_D'), (29900, 5603, 'Indonesia', 'gak ngajak ya, cuktaw-_- RT @syalsarama Ide cemerlang, tpi lg Makan bakso tusuk :p RT AnggyaMegaayu: ngupil bareng mira RT syalsarama Diseku'), (29901, 1069, 'Johor Bahru, Johore', '@rohanitarohin ohh ok! V v v nice hor That place.'), (29902, 1158, 'Kota Tinggi, Johore', 'HAHAHA RT “@LovinMyTeenLife: Teacher: "Why do I hear talking?" Me: "Because you have ears..? duhhhhh..."”'), (29903, 5714, 'Pulai, Johor Bahru', 'Tapau. (@ Restoran Idaman Sayang) http://t.co/BFxZPFBa'), (29904, 5715, 'Johor Bahru, Johore', '3 more days sch reopens . I''m missin'' that special someone and my darls there. Fasteerrahhh '), (29905, 900, 'Johore, Malaysia', '1000 Places to See before you Die, dumbed down tv, does someone speak english with a French accent need english subtitles? #TLC #justsaying'), (29906, 5502, 'Johore, Malaysia', 'Shall not text you wait you angry :('), (29907, 1028, 'Johore, Malaysia', 'I''m at 9 Old Toh Tuck Rd Kim Soon Lee (Singapore) http://t.co/CfToxecT'), (29908, 985, 'Johor Bahru, Johore', 'I''m at NK Hairworks http://t.co/sFDtH4oM'), (29909, 1154, 'Johore, Malaysia', '@XinHui_Unique haha u always late de ah?:)'), (29910, 3904, 'Senai Kulai, Kulai Jaya', '@eizawahidah ye... Umah sy kat situ..'), (29911, 677, 'Johore, Malaysia', '@KarlaDeModa @lkmariquit @tanyadqueen @rinabanana @sheslley @xing_shing lets fring it!!! alert!'), (29912, 1633, 'Johor Bahru, Johore', 'Not hungry, ordered pizza at 9pm anyway... Y I feel e regular ones looking like in personal size...'), (29913, 5716, 'Johore, Malaysia', '@beattyfac &lt;3 ^_^'), (29914, 3307, 'Johore, Malaysia', 'Whats the problem with you. You tell me.'), (29915, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 15'), (29916, 3786, 'Pulai, Johor Bahru', 'I''m at 余仁生 Eu Yan Sang@AEON Bukit Indah (Johor Bahru, Johor) http://t.co/KkIr21w5'), (29917, 2554, 'Johor Bahru, Johore', 'Advertisement waste my time !'), (29918, 5171, 'Johore, Malaysia', 'I''m at TANGS Orchard (Singapore, Singapore) w/ 5 others http://t.co/O2gdAD7x'), (29919, 5717, 'Johore, Malaysia', '$124 for oranges? @ Meidi-Ya Supermarket http://t.co/SyGeMf3v'), (29920, 593, 'Johor Bahru, Johore', '@OlsenAwesome yes we will!'), (29921, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 16'), (29922, 3947, 'Plentong, Johor Bahru', 'I''m at Idaman Senibong Apartments (Johor) http://t.co/3sQMBZeE'), (29923, 991, 'Johor Bahru, Johore', 'I didn''t play skyrim cause it was mainstream Kay. I was curious #honest'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (29924, 5718, 'Malaysia', 'mention-mention (@ stand nongkrong) http://t.co/Oc45HG2d'), (29925, 5351, 'Singapore', '@alisyahamran name name name? Maybe my friend. XD'), (29926, 1682, 'Johore, Malaysia', 'Waiting foe the uploadingation.'), (29927, 5603, 'Indonesia', 'biasa aja tuh biasa aja~'), (29928, 5719, 'Johore, Malaysia', 'Super crowded. (@ McDonald''s w/ 5 others) [pic]: http://t.co/izaaDTeB'), (29929, 2169, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 13 others http://t.co/eSPC0qAN'), (29930, 5720, 'Singapore', '一个开始,一个结束。一个结束,一个开始。这样有完没完?'), (29931, 1556, 'Singapore', '@MuhdFirman said to @IsaBentonn; Android ada instagram juga, nama dia lain. I say what _________ . All laughed @chindixlovegood @ADIaiyad'), (29932, 3273, 'Johore, Malaysia', '@ElmaSwag Ikr ! Bt i find it funny whn he gets angry . I confirm plus chop will laugh . Kau pun kan3 ? :b'), (29933, 4435, 'Johore, Malaysia', '@aliciamutheardy HAHA he joker mah! Nat Ho where got funny? Dee kosh ftw! :)'), (29934, 712, 'Singapore', '@u_kisseli do you love pigeon or red bull? LOL'), (29935, 1682, 'Johore, Malaysia', 'For*'), (29936, 5602, 'Singapore', 'haha :D RT @Sistamonikaa kaka tuh tomboy, serem kaya cowo . tapi sttus fb galaauan smuaaa! ._.'), (29937, 2495, 'Johor Bahru, Johore', '@HuilinHeartz Wth so evil sia!! Tsk tsk!!'), (29938, 1502, 'Johore, Malaysia', '@kyutegyu ..... Why ":B" huh'), (29939, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 17'), (29940, 2432, 'Johor Bahru, Johore', '@f_cukyou now pass 2month Liao.. Can say got around 10 quarrels plus fights ^^'), (29941, 2318, 'Johor Bahru, Johore', '@YEWHUIIIIIzxc really ahh:( qmethod Lehh.'), (29942, 2554, 'Johor Bahru, Johore', 'Back !'), (29943, 1166, 'Johor Bahru, Johore', 'My stomach got butterflies again!! FML!!'), (29944, 1503, 'Johor Bahru, Johore', 'Moga ngk di suruh nemenin melek lagi'), (29945, 3307, 'Johore, Malaysia', 'Get real bitch.'), (29946, 5614, 'Plentong, Johor Bahru', 'La baru cmpk dlm laut dah Mati? Selalu cerita Endon tak mati punn. Hilang ingtn je lebih. Mcm ceghita Randy Pangalila brlkon #CintaKirana xD'), (29947, 2903, 'Johore, Malaysia', 'I didnt say its gonna be easy but let me tell you this its gonna be worth it !'), (29948, 3201, 'Johore, Malaysia', 'Ayoko maggabi dhil hnd ako ang kasama mo'), (29949, 1420, 'Johor Bahru, Johore', 'I''m at Dad''s blue Car http://t.co/UJ2sdL6U'), (29950, 2423, 'Johor Bahru, Johore', 'Since you''ve gave up , I shall do it too . No point waiting .'), (29951, 5556, 'Plentong, Johor Bahru', 'Finally ;) (@ Perjiranan 9 - Taman Air Biru) http://t.co/XMpvhglv'), (29952, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 18'), (29953, 5721, 'Johore, Malaysia', 'I''m at Jalan Besar Stadium (Singapore, Singapore) w/ 8 others http://t.co/29TlApLV'), (29954, 643, 'Johor Bahru, Johore', 'Looked up from my phone to see my bus drive past me and the driver gave me that "Oops I''m sorry but too bad" look. Argh.'), (29955, 1166, 'Johor Bahru, Johore', 'Taking pics using ipad3 is way too cool!!'), (29956, 478, 'Johor Bahru, Johore', '@driZzleEsha how dare u say I fake! U want me kiss u a not? Weewit!I can''t help abt the last resort lah..The offer u have me!sorry for tt!'), (29957, 5646, 'Plentong, Johor Bahru', '@hanizahid hahaah bole lh , cube awk try . hahaha bosan lh awk :)'), (29958, 677, 'Johore, Malaysia', '@KarlaDeModa @lkmariquit @rinabanana @sheslley @xing_shing @jryap28 but u can sleep anytime u want! eat whatever u want :)'), (29959, 5722, 'Malaysia', '@cuttOliptA เติมมันมาเลย์ลิตร 27 สบายกระเป๋ามานิดส์นึง'), (29960, 5566, 'Johore, Malaysia', 'I''m at Marina bay sand shopping mall (Singapore) http://t.co/nQVP775Z'), (29961, 4733, 'Johor Bahru, Johore', '@thINNOCENTx3 samantha. Why you so vulgar. Lol'), (29962, 5005, 'Johor Bahru, Johore', 'I''m at Ngee Ann Sec Sch (义安中学) http://t.co/MufgGgIV'), (29963, 2423, 'Johor Bahru, Johore', 'Shall sleep (:'), (29964, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz walao! Junior care for senior so much *-* where got bully sia? :o don''t bully me la :D'), (29965, 1420, 'Johor Bahru, Johore', 'I''m at Blk 780 Lvl16 http://t.co/JorGrG9X'), (29966, 2356, 'Johore, Malaysia', '@_Fangyo JUST GO ! also lazy ~'), (29967, 5602, 'Singapore', 'emank mau kemana aulia ?? RT @Aulia_Damayanti Packing -__-'), (29968, 63, 'Johor Bahru, Johore', '"@alsha3rawy: إن الله تعالى قد علم محمد صلى الله عليه وسلم وامته ان يكونوا غير ماديين, بمعنى ألا تستغرقهم حياة النعمة"'), (29969, 131, 'Johor Bahru, Johore', 'Awesome Brian McKnight! #randomthoughts mga anak Nya ba yung kasama nya!? So talented as well'), (29970, 2746, 'Johore, Malaysia', 'Stop making wrong accuses can? ._. I want freedom .'), (29971, 1502, 'Johore, Malaysia', '@kyutegyu hahaha no la! Is a samsung droid phones have? ask claudia ! haha'), (29972, 2336, 'Plentong, Johor Bahru', '@FatinHsmi @SharmiNazira kau tak ada gossip ke ape ke ?__+'), (29973, 3075, 'Johor Bahru, Johore', 'Can''t u guys understand I''m alrdy flexible enough to be slacking n talkin to u guys. Wat u guys wan!'), (29974, 4693, 'Singapore', 'sedih.. trkadang aku mrsa aku tu sebagai teman buangan .'), (29975, 2318, 'Johor Bahru, Johore', 'Gonna make him wait.'), (29976, 1260, 'Plentong, Johor Bahru', 'Haissh! Emotional btol tngok citer #PelangiKasih ni lah! Gerammm ngan #Zafrul!'), (29977, 5000, 'Pulai, Johor Bahru', 'Tepon abah, borak2 pasal kerete, bola, baju..haha..'), (29978, 1195, 'PETRONAS - Lebuhraya Pasir Gudang, Tebrau', 'I''m at Petronas Pasir Gudang Highway (Johor Bahru, Johor) http://t.co/tDqlEvGr'), (29979, 1420, 'Johor Bahru, Johore', 'I''m at Nightlife Home http://t.co/wzAnSebN'), (29980, 2142, 'Johor Bahru, Johore', '@njyjcy I might be going Korea end of this year!'), (29981, 4603, 'Johor Bahru, Johore', '@MichAnthoney eh? I''m not in JB. Lol'), (29982, 1091, 'Johore, Malaysia', '@sleepyysam Now tkde eyebag lagi seh. One night je please? =) Yesterday so many ''unpredictable'' face expressions. hahahahahahah'), (29983, 5716, 'Johore, Malaysia', 'Aku sayang Ifa!!!'), (29984, 3677, 'Johore, Malaysia', 'Generation is a bomb!'), (29985, 4954, 'Johore, Malaysia', 'New favourite place! (@ Sauce w/ 4 others) http://t.co/XhAvh9KF'), (29986, 1300, 'Johor Bahru, Johore', '@PENSHOPPE gwao nmn ni @ohohmario. ? Kahit anong angulo... #followPenshoppe #lovemario'), (29987, 677, 'Johore, Malaysia', '@KarlaDeModa @xing_shing @lkmariquit @rinabanana @sheslley lets fring it mga iha!!!'), (29988, 1643, 'Johor Bahru, Johore', '@SupYoEee orh okay. My "new laugh" like witch what.'), (29989, 2330, 'Johor Bahru, Johore', 'Shall add strawberries to salad nxt time. Hmmm.. Try try. :)'), (29990, 3452, 'Johore, Malaysia', 'for a moment i thought wawa naked HAHHAHAHAHAHAHHA'), (29991, 3664, 'Plentong, Johor Bahru', 'I''m at Tutti Frutti Kebun Teh (Johor Bahru, Johor) http://t.co/PKv21Gxi'), (29992, 349, 'Johor Bahru, Johore', 'My Raffaello is finishing, can anyone help me to restock them? Please! http://t.co/CYJiUavB'), (29993, 1132, 'Singapore', 'Time flies so fast! Gdnight.'), (29994, 4693, 'Singapore', 'sudahberusahamenjadisahabatterbaik'), (29995, 5520, 'Johore, Malaysia', 'I''m at LC Food Centre Katong (Singapore, Singapore) http://t.co/Aos1IwW2'), (29996, 898, 'Johor Bahru, Johore', '@Muz_zamil hahaha'), (29997, 5717, 'Johore, Malaysia', 'Another box at $149. @ Meidi-Ya Supermarket http://t.co/5qqiABh4'), (29998, 2298, 'Johor Bahru, Johore', 'Bedtime Story w MiaPetra: Yo Gabba Gabba! Be Careful, Friend! @ Hougang Ave 4 http://t.co/fwdh8xld'), (29999, 5619, 'Malaysia', '@aumcomza1 อื้อ'), (30000, 3904, 'Senai Kulai, Kulai Jaya', '@eizawahidah Ahakkssss ;)'), (30001, 1264, 'Johor Bahru, Johore', 'HAHAHAHA @Vantsoul: Haha I think 2L peeps are spamming ppl''s timeline with #2Lclassouting'), (30002, 5723, 'Plentong, Johor Bahru', 'Untungggg ade cazen yg pas dapat gaji blnje mkn (@ Tutti Frutti Kebun Teh) http://t.co/z16z04oQ'), (30003, 317, 'Johor Bahru, Johore', 'Eating dinner with ah ma and ah gong at coffeeshop:)'), (30004, 4094, 'Singapore', '@jascurtissmith pssssst'), (30005, 5614, 'Plentong, Johor Bahru', '@NinaaImanina Hahahha Lol yelahkann Hihihi. :)'), (30006, 2495, 'Johor Bahru, Johore', '@kenjiisbored lol?? Eh!!'), (30007, 88, 'Johor Bahru, Johore', 'damn..i hate u!!! bongoksss'), (30008, 5593, 'Riau, Indonesia', 'berasa gimana gitu ya @didwi pacarnya laptop bun RT @kaniaamaliaa ini dialog antara laptop dgn pemilik ny buun RT @Suci_TN coo cweeet deeh'), (30009, 3110, 'Kota Tinggi, Johore', '@wahagagamua hey! U r not elephant! They r not too small:3'), (30010, 900, 'Johore, Malaysia', 'Skin whitenning products, one word Why?'), (30011, 2330, 'Johor Bahru, Johore', '@Sharkiez RT @UberFacts: Sharks have two penises, but they can only use one at a time.'), (30012, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 19'), (30013, 5724, 'Johor Bahru, Johore', 'Lol the mayor himself is missing. WHERE ARE YOU JEREMY?! (@ Mr.Prata w/ @pinkrule) http://t.co/bIWma55R'), (30014, 2065, 'Johore, Malaysia', '@hahazaahir pe lg bertukar la kepada nandos..alah,xtau gak,keje nandos penat kot dari kdai cd tu..fikir2 kan la'), (30015, 3824, 'Johor Bahru, Johore', 'Note to self: must eat mr bean ice cream tml. :)'), (30016, 5725, 'Johor Bahru, Johore', '@AdamTCY aww no more 6am everyday Liao next week hahaha'), (30017, 2348, 'Johor Bahru, Johore', '@meganhiguain you got another camp arh?'), (30018, 3122, 'Johore, Malaysia', 'Whenever I''m afraid, i will trust in you. PSLAM 56:3'), (30019, 3580, 'Kota Tinggi, Johore', '@Malbonnington Immense indeed. That''s what I call a vision!'), (30020, 387, 'Johor Bahru, Johore', '@conjelline ibahin ko na lang ayokong itanong e hahahaha musta na kayo ni balot? Pero yan din nabalitaan ko hahahahhaha'), (30021, 5413, 'Johor Bahru, Johore', '@SweetRebeccaFan u realy frm philiphines??'), (30022, 4980, 'Johore, Malaysia', '@ZelleZiao :)'), (30023, 5428, 'Johore, Malaysia', 'What happen to jj why everyone asking her to cheer up!!!!!'), (30024, 1738, 'PETRONAS - Jalan Perdagangan 27, Pulai', 'Snack plate.nyamnyamnyam. (@ KFC Petronas Taman Universiti) http://t.co/sxqSuln2'), (30025, 712, 'Singapore', '@u_kisseli Got kena sabo by your members on your birthday? :D Sorry for Singlish language~ XD'), (30026, 5726, 'Plentong, Johor Bahru', '@amirullasyraf ouhh'), (30027, 5727, 'Johor Bahru, Johore', '@NjwaLatif good luck dear and enjoy :-)'), (30028, 5728, 'Kota Tinggi, Johore', 'buat keje payah , tak buat kje p0wn payah jugak , h0w come u . err ~ http://t.co/WdlgwGWs'), (30029, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hehehhe. Terharukann? Papehal ceghita je dgn Shuga :) K Madu ;)'), (30030, 4384, 'Johor Bahru, Johore', '@nabilahsaid tooo awesume to be true;P'), (30031, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU how was it ???!'), (30032, 1343, 'Johor Bahru, Johore', 'RT“@TODAYonline: Fire breaks out at Wisma Atria, witnesses claim blaze began in the shopping mall''s food court http://t.co/cNBYtsNR”'), (30033, 2732, 'Malaysia', '@mejimc ทักทายจ้า ♥'), (30034, 2374, 'Plentong, Johor Bahru', 'Wow, my dinner. Alhamdulillah !! I''m lovin'' it.\n\n- Lamb Chop.\n- Potato Salad.\n- Salad &amp; onions.\n- Apple with bla3. http://t.co/ZJL6s2IK'), (30035, 2606, 'Plentong, Johor Bahru', 'Ish jangan laa mention pasal result SPM . Naik darah tinggi akuu *pengsan* .___.'), (30036, 4872, 'Kota Tinggi, Johore', 'Hanging with the mayor! :) (@ Jurong West St 64 Blk 668D w/ @be_happyhoney) http://t.co/MSZCiJrC'), (30037, 2336, 'Plentong, Johor Bahru', 'please let me go -___________________-'), (30038, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 20'), (30039, 5603, 'Indonesia', 'sumpah aku ngakak sendiri balas statu ines ngakak banget!'), (30040, 4823, 'Plentong, Johor Bahru', '@nizammansor lameness'), (30041, 4415, 'Johor Bahru, Johore', '@adalilin Omo.那蘇阿姨的下半生,我就不用操心了..'), (30042, 3122, 'Johore, Malaysia', '@AngBenny got kick la :( I can''t answer most of them. Not even in textbook !'), (30043, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie hey,, tu dilla not me,..'), (30044, 4318, 'Singapore', '@Nabiha_Aimi hahahaha ok Nabiha. Ok. Ive got a show to do, byee :p'), (30045, 5271, 'Kota Tinggi, Johore', 'Am never lucky'), (30046, 116, 'Johore, Malaysia', 'Having delivery tonight just because there''s too much work. Argh. #DBS'), (30047, 2732, 'Malaysia', '@PeangAweez ช่ๆ อร่อยเด 55'), (30048, 172, 'Johore, Malaysia', '@Therisonlyoneme chris kaman zai meh?'), (30049, 4733, 'Johor Bahru, Johore', '@Lavouche like a blizzard.'), (30050, 46, 'Plentong, Johor Bahru', '@SyazrahHassims haha tahu takodd . hihi XD okay good cepad cepad daa nganga . arrrrrrrrrrrrrrrr :O'), (30051, 5623, 'Johor Bahru, Johore', '@Shulingstarzxc_ lol passage is on worksheet ??'), (30052, 4871, 'Johore, Malaysia', '@Janazxzxz I haven''t reached home you babycutietalliecrazygurl!!!! Will call u when I get homeh. Woohoo'), (30053, 5729, 'Johor Bahru, Johore', 'Another training tomorrow at 9AM. Baby gonna send me to work since it''s his off day. #BFF #BoyFriendForever'), (30054, 5730, 'Johor Bahru, Johore', '@_xoskeleton nope'), (30055, 451, 'Johor Bahru, Johore', '@kjunkyu_ watched already! Now watchin ep 14 ^^'), (30056, 5717, 'Johore, Malaysia', '$168 - The highest price we saw. @ Meidi-Ya Supermarket http://t.co/rrPVDyiD'), (30057, 677, 'Johore, Malaysia', '@KarlaDeModa hulam janai fring acct ky @jryap28 :)'), (30058, 5462, 'Johor Bahru, Johore', '@titserJOY part 2?! ahaha'), (30059, 2336, 'Plentong, Johor Bahru', 'kalau aku KEREK kau nak buat ape ahhhh ?????'), (30060, 1279, 'Johor Bahru, Johore', '@fayefeii U ARE THE PET , HE LIKE THE PET (YOU) A LOT'), (30061, 1154, 'Johore, Malaysia', '@XinHui_Unique hahaha ask people morning call lor :P'), (30062, 4996, 'Johor Bahru, Johore', '@Sshiminee @bikinidale @kellyleeeeee @prod1gyizme @xpentagon 我不可以lehy. ):'), (30063, 5731, 'Johore, Malaysia', 'Good to be back ^^ (@ Crescent Girls'' School) http://t.co/EPquBIlV'), (30064, 5732, 'Indonesia', 'alone again http://t.co/ikuGhIm2'), (30065, 116, 'Johore, Malaysia', 'pendiiiiiiiiiiing (@ DBS Asia Hub w/ @jabslim) http://t.co/3Cgsln8L'), (30066, 1421, 'Singapore', 'this feels like the penultimate part of a story where all over the world, differences are resolved all the same way. http://t.co/Uz5o7q3Q'), (30067, 2495, 'Johor Bahru, Johore', '@HuilinHeartz really?? Ask her follow me Lei!! Haha..'), (30068, 63, 'Johor Bahru, Johore', 'Holiday dahabis. Besok-Sunday ? Camping kt skola. Hahai pbl bro'), (30069, 712, 'Singapore', '@Dongho94 oppa, do @u_kisseli got sabo by you guys on his birthday?'), (30070, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini still kompiusss...haha..ntah2 3 round je'), (30071, 5733, 'Johore, Malaysia', 'awesome ULG at sentosa ended! Having dinner tgt!(: (@ VivoCity w/ 19 others) http://t.co/ujkFfxyH'), (30072, 5593, 'Riau, Indonesia', 'hujannya datang perlahan-perlahan yaa,, tapi mau lebaat ini,,'), (30073, 1268, 'Johor Bahru, Johore', '@alastair97 the boss let her work as cleaner or assistant etc instead~~~ LOL'), (30074, 317, 'Johor Bahru, Johore', 'LOL! They are like talking to me whilei just eat.. Hahaa'), (30075, 2732, 'Malaysia', '@PuyZooZa__Za ฟอลกลับล่ะจ้ะ .'), (30076, 5603, 'Indonesia', 'amoy upload foto'), (30077, 213, 'Plentong, Johor Bahru', '@elyshaIstishad haha tadi kau kena balik awal masa bowling.. dulu kau kena balik awal masa wayang... haha biasa ahh'), (30078, 1331, 'Johor Bahru, Johore', '@TasnimKun Kay...Pantat...'), (30079, 3122, 'Johore, Malaysia', '@AngBenny u finish alr meh !'), (30080, 5716, 'Johore, Malaysia', '@iamnurulnadiah whyyyy'), (30081, 172, 'Johore, Malaysia', 'Some guys look beautiful. In a good way. not gay way.'), (30082, 1300, 'Johor Bahru, Johore', '@ohohmario look good in red.. Pls RT or mention.. Plssss'), (30083, 5271, 'Kota Tinggi, Johore', 'Eli never reply me&gt;&lt; even in this account.haish haish haish'), (30084, 2732, 'Malaysia', '@suwananTar1 ฟอลกลับล้ะจ้ะ'), (30085, 362, 'Johore, Malaysia', 'Best nye ! Leh pakai pape jeans aku nak !'), (30086, 1260, 'Plentong, Johor Bahru', 'Lets bygones be bygones :)'), (30087, 967, 'Kota Tinggi, Johore', 'I''m at Pulau Tekong BMTC 3 S Coy http://t.co/PmsfSxVK'), (30088, 835, 'Johore, Malaysia', 'Otw home. (@ Somerset MRT Station (NS23) w/ 3 others) http://t.co/dQwSwJnM'), (30089, 5664, 'Johor Bahru, Johore', 'Lazing around... As usual. (@ Blk 915 Tampines St 91) [pic]: http://t.co/04hiOFug'), (30090, 3636, 'Johore, Malaysia', '@eternalbimbo_ I bring shit color and blue colour one ah.'), (30091, 2732, 'Malaysia', '@mejimc นัทจ้ะ - เธอล่ะ ?'), (30092, 3641, 'Johore, Malaysia', 'Fml! OT tmr! Due to new ipad launch!'), (30093, 1421, 'Singapore', 'that was a failed description of the mental picture the track evokes for me. I tried!'), (30094, 3636, 'Johore, Malaysia', 'yay sleep.'), (30095, 5476, 'Indonesia', 'Please help us to trend this #7AraStayTogether Thanks ^^'), (30096, 1895, 'Johor Bahru, Johore', 'Sheeeezzzzzz... Why download so slow'), (30097, 5734, 'Singapore', '今 チョ 眠い. Goodbam! Bbyong~'), (30098, 2336, 'Plentong, Johor Bahru', '@FatinHsmi bagus lh dia org ingat seorang PELAJAR CONTOH for clasS 2A'), (30099, 2903, 'Johore, Malaysia', 'Sometimes the strongest people in the morning are the ones that cried themselves to sleep.'), (30100, 5603, 'Indonesia', 'so many have followers! (:'), (30101, 1980, 'Johore, Malaysia', 'I''m at 128, Geylang East Central (Singapore, Singapore) http://t.co/FOc0pzNv'), (30102, 4555, 'Riau, Indonesia', 'seeppp :) ntarr aku promote kok :) @WORLD_of_RISE'), (30103, 5275, 'Johor Bahru, Johore', 'I''m at Guorong Home (Sengkang) http://t.co/nBIXkpbW'), (30104, 5710, 'Johore, Malaysia', '@Magrate_Biroo Belanjaa ?'), (30105, 3359, 'Johore, Malaysia', 'Yamapi = 脚麻痹! LOLOLOL'), (30106, 1300, 'Johor Bahru, Johore', 'RT "@disneywords: Why is my reflection someone I don''t know? –Mulan"'), (30107, 4228, 'Plentong, Johor Bahru', 'berkkk . dia ni buat suspen je .'), (30108, 362, 'Johore, Malaysia', 'But you never did . Hahahahaha ! Okay fiq ! Tu line tok kau .'), (30109, 2336, 'Plentong, Johor Bahru', '@FatinHsmi @SharmiNazira YEP'), (30110, 712, 'Singapore', 'no chance to get @u_kisseli ''s reply.. T_T /sliently praying for his reply.../'), (30111, 2732, 'Malaysia', '@ammieboom ทักทายจ้ะ .'), (30112, 991, 'Johor Bahru, Johore', '@BeingSyazwin I playing the story one but I barely did anything LOLOL'), (30113, 1556, 'Singapore', 'I have not lepak with @JuliaAzaini yet.'), (30114, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 21'), (30115, 5413, 'Johor Bahru, Johore', '@SweetRebeccaFan thtš cool having friends frm other country:-)'), (30116, 5309, 'Riau, Indonesia', 'bundaaaaaaaaaaaa ayolah ke disctarra beli 1hari yg cerah nya kak @BUDIdoremi ;((('), (30117, 3468, 'Pulai, Johor Bahru', 'Just finish eating dinner at some Cafe :B SHOOO FULL NOWW'), (30118, 5729, 'Johor Bahru, Johore', 'I''m so blessed that I got 3 off days this week.'), (30119, 531, 'Johor Bahru, Johore', '@Poppyflossy you post things like so unhappy.'), (30120, 3452, 'Johore, Malaysia', '@DreaamEATER once you''re home do the status thing....'), (30121, 382, 'Johor Bahru, Johore', '@__duckey hello LOL. What did you draw? ^.^ looks like gums or teeth lol'), (30122, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 22'), (30123, 2068, 'Singapore', '@seqingnicole God... HOW TO STOP?!'), (30124, 2712, 'Johore, Malaysia', '@zhxrxxf @ammarliomilo larh..kk..paper picit'), (30125, 2415, 'Malaysia', 'แล้วกูจะได้ DVD มั้ย เหยดดดดดดดด'), (30126, 5735, 'Johor Bahru, Johore', 'Everytime im with you, I just want to see you reach home safely... Nothing more than that.'), (30127, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz Nahhh Peisha so nice, where will kill us~ we are nice ppl too *-*'), (30128, 194, 'Johore, Malaysia', '@Tigerxanne no!'), (30129, 5736, 'Johore, Malaysia', 'I''m at Plaza Singapura (Singapore) w/ 16 others http://t.co/Kr9IkWfq'), (30130, 5588, 'Plentong, Johor Bahru', 'Kembaq Emy Rahman ni. Hahaha'), (30131, 1219, 'Johore, Malaysia', 'I dont feel good about tomorrow. :('), (30132, 55, 'Johore, Malaysia', '@veda_voldavolka no the black one won''t! Im thinking of cutting that. But the behind a bit longer. Cos too short wear skirt a bit weird HAHA'), (30133, 88, 'Johor Bahru, Johore', '@amyline95 @gric_95 ni hahh...hahaha.... abis la x bole nak kutuk2 dia lagi..hehe'), (30134, 387, 'Johor Bahru, Johore', '@conjelline yoko idm gusto ko dito hahaha musta na kayo balot? Totoo ba na hindi na kayo ok? O ginagago lang ako nun? Hahahha'), (30135, 5397, 'Singapore', 'tmr must chiong do hmwk . if possible do all so sat. &amp; sun. can rest . hopee so ? lolol :p bt i think cmi la . so many siaa -.-'), (30136, 4671, 'Singapore', '@mggykills bakit wala ka yata girlfriend? :)'), (30137, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 23'), (30138, 712, 'Singapore', '@u_kisseli OPPA, got sabo by your members on your birthday??? :O'), (30139, 3249, 'Johor Bahru, Johore', '@MrGuoHui what time?'''), (30140, 362, 'Johore, Malaysia', 'I nak kulit foreskin I alek Leh ?'), (30141, 2653, 'Johore, Malaysia', 'Oh yeah! &lt;3 Can tweet again. ;)'), (30142, 382, 'Johor Bahru, Johore', '@sotongmehh SHUT UP ☺'), (30143, 2300, 'Johor Bahru, Johore', 'Batu bata di atas tanah... Hahaha “@mya_alena: @AdikHasrida awwwwwww so sweetttt! Thank u! Kau jd batu nisan, Is jadi apa eh?”'), (30144, 1556, 'Singapore', '@MuhdFirman I know but I am not that young and handsome like you, senang nak dapat'), (30145, 5737, 'Johor Bahru, Johore', 'Y u no go hell ?'), (30146, 5738, 'Riau, Indonesia', 'kebaikan MU..\nkesetiaan MU..\ntiada tara nya..\n^^\n#semakincinta'), (30147, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz I care for u so much! Walao! U just now tell me to watch out D:'), (30148, 13, 'Kota Tinggi, Johore', '@pcsyndrome @willllzzz very far .__.'), (30149, 5739, 'Johore, Malaysia', '@carrotdress hahahas(: he joker ma'), (30150, 4228, 'Plentong, Johor Bahru', 'eleh naim daniel . ;p'), (30151, 1643, 'Johor Bahru, Johore', '@SupYoEee orh okay.'), (30152, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 24'), (30153, 5740, 'Johore, Malaysia', 'Night cycling (Y) (@ East Coast Park) http://t.co/VrR6FCrE'), (30154, 1895, 'Johor Bahru, Johore', '#PeopleIWantToMeet my Ukiss oppars &lt;3'), (30155, 5699, 'Tebrau, Johor Bahru', 'Stupid or what when you get a very nice guy thm want to leave him? K cool.'), (30156, 712, 'Singapore', '@u_kisseli ever got sabo-ed from your members on your birthday?? XD im dying to know~~ Kekekeke~!'), (30157, 3668, 'Johor Bahru, Johore', '@InsanePuny accidents do happen (;'), (30158, 1556, 'Singapore', '@ADIaiyad @MuhdFirman @IsaBentonn @chindixlovegood Instakilogram'), (30159, 3749, 'Johore, Malaysia', 'I''m at EpiCentre (Apple Store) (Singapore, Singapore) http://t.co/YueKedI9'), (30160, 451, 'Johor Bahru, Johore', 'Boo! Hahaha im boredd. http://t.co/tFvSlnTu'), (30161, 4733, 'Johor Bahru, Johore', '@sutrixn lol then no more already.'), (30162, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @jryap28 @lkmariquit @rinabanana @sheslley kasal tani ni kathy! kaso wala na dayun!'), (30163, 5602, 'Singapore', 'RT Jga :D @AndreMandor RT @siraden_wardana ooo RT @AndreMandor Gapaapa RT @siraden_wardana nap ndree ?'), (30164, 5614, 'Plentong, Johor Bahru', '@ShukriHani Yeah Shugha ada Bebi dah ehh? Hihik. Haa betul ahh kenapa tak percaya? :)'), (30165, 2623, 'Malaysia', 'ใปว่ายน้ำ กลับมากินพิซซ่า คงจะผอมแหละ ^^'), (30166, 3124, 'Johor Bahru, Johore', 'I''m at Blk 632 Choa Chu Kang North 6 (Singapore) http://t.co/Jb6cPE5a'), (30167, 135, 'Johor Bahru, Johore', 'RT @AnnaZnl: Buat homework je ngantuk.'), (30168, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 25'), (30169, 2353, 'Johor Bahru, Johore', '널 사랑 하겠어 ❤'), (30170, 2415, 'Malaysia', 'ไม่คอนรอบสอง ไม่เอาคอนรอบสอง เปลี่ยนสถานที่โว้ย!'), (30171, 1244, 'Johore, Malaysia', 'I''m at Toa Payoh Bus Interchange (Singapore) w/ 6 others http://t.co/Ej4QUhgT'), (30172, 172, 'Johore, Malaysia', '@Therisonlyoneme WTF?! so ex for what.'), (30173, 135, 'Johor Bahru, Johore', '@katydara Idk leyyyy, just to be safe take another one lor'), (30174, 873, 'Johor Bahru, Johore', 'ehwal islam today is super interestingg!!! #NowWatching'), (30175, 2872, 'Johore, Malaysia', 'NB,y u smoke bside me,damn smelly lehz'), (30176, 5271, 'Kota Tinggi, Johore', '#nowplaying Someday u-kiss i dont know why i love this song! i lurf its lyrics'), (30177, 5741, 'Johor Bahru, Johore', 'At airport @ Terminal 1 Departure Hall http://t.co/Arj1yjyY'), (30178, 933, 'Johor Bahru, Johore', 'I''m at The Poo''s http://t.co/GkP4S9hg'), (30179, 478, 'Johor Bahru, Johore', '@driZzleEsha it''s my I offer u lah! It''s the offer u have me.. So u rejecting me ahh? Oklohr! Can!! I''ve always been straight! U spoil me!'), (30180, 1242, 'Singapore', 'Hope my throat heals ASAP. I wanna eat KFC.'), (30181, 5742, 'Riau, Indonesia', '@neeya_fitria gmana caranya kak? ajarin dunk.. ade mo nambah berat badan juga.. RT'), (30182, 131, 'Johor Bahru, Johore', '@iloveandypotzki @ohohmario xiexieni ah! #kasamanakodun :)'), (30183, 5593, 'Riau, Indonesia', '@didwi hah,,iya wii,bentar lagi nympe tuu,, hujannya malu-malu,,,'), (30184, 5730, 'Johor Bahru, Johore', '@_xoskeleton doesn''t seem like it'), (30185, 1844, 'Plentong, Johor Bahru', 'Wife sy yg makan, sy on diet! Wakakakakak (@ Restoran Nasi Kandar Shafina Johor) [pic]: http://t.co/zY9KHe9N'), (30186, 3307, 'Johore, Malaysia', 'I wonder if there''s'), (30187, 5743, 'Johore, Malaysia', 'I''m at Blk 246 Kim Keat Link (Singapore) http://t.co/gRZrz0Mx'), (30188, 5513, 'Johor Bahru, Johore', '@chiazhiting can''t :(( must wait till pay come in :)'), (30189, 4158, 'Johore, Malaysia', 'Solved two big problems at work today, one of them involving OCBC. Was tough to move on, but finally did. #doubleconfirm life is good!'), (30190, 5413, 'Johor Bahru, Johore', '@SweetRebeccaFan im frm singapore. :-)'), (30191, 5699, 'Tebrau, Johor Bahru', '"@IMANSHAHbucks: Why must you be so swag?"'), (30192, 5603, 'Indonesia', 'now you lose!!!! *bawa pistol*'), (30193, 2996, 'Johore, Malaysia', 'I''m at *SCAPE Playspace http://t.co/s0rVDXtL'), (30194, 5646, 'Plentong, Johor Bahru', '@hanizahid tgh tggu korg bentang kn karpet merah lh :D nak masok ni , hahahaha lol x) tgh onl2 tweet2 je , awk ?'), (30195, 4308, 'Tebrau, Johor Bahru', 'sebenarnye mak saya sedih aisyah nak pindah.. asek moody jeee'), (30196, 712, 'Singapore', 'dying to know whether @u_kisseli got sabo by ukiss members on birthday anot... :( /kinda wish he got sabo.. LOL'), (30197, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 26'), (30198, 5744, 'Malaysia', '@Thamonwan_Aom คิดถึงออมเหมือนกันนน &gt;3&lt;'), (30199, 2848, 'Kota Tinggi, Johore', '@_gandalicious ayan mo nun pahinga ka hahaha'), (30200, 3658, 'Johor Bahru, Johore', '@PiercingsnTats so fierce D: I already reaching home Liao la noob!'), (30201, 1352, 'Plentong, Johor Bahru', 'I just became the mayor of Sri Panglima C on @foursquare! http://t.co/l7t6z4x7'), (30202, 1352, 'Plentong, Johor Bahru', 'I''m at Sri Panglima C (Johor Baharu, Johor) http://t.co/AeFW8mK3'), (30203, 1081, 'Malaysia', '^_^ (@ น้ำเต้าหู้หน้ารพ.หาดใหญ่) http://t.co/dB9LzJvB'), (30204, 2961, 'Johor Bahru, Johore', 'I''m at Dion''s Crib !  http://t.co/SI83lC4v'), (30205, 332, 'Johor Bahru, Johore', 'I''m at SMRT Buses: Bus 187 w/ @althjt http://t.co/AKQUvyV9'), (30206, 677, 'Johore, Malaysia', '@KarlaDeModa @jryap28 @lkmariquit @rinabanana @sheslley @xing_shing thats more i like gd! kng natamad ko saka lng ko babaw kg mag power nap!'), (30207, 4733, 'Johor Bahru, Johore', '@Lavouche like 3,6.'), (30208, 933, 'Johor Bahru, Johore', 'I''m at My Lovely Tortoise Shell (Singapore) http://t.co/8CyGCn1T'), (30209, 172, 'Johore, Malaysia', 'We rock and we roll'), (30210, 4555, 'Riau, Indonesia', 'heyy semua RISE yang kece2 :D go follow @WORLD_of_RISE , serulohh grupp nya asikk asikk :D yang nge follow aku doain ktemu @riostevadit :*'), (30211, 2848, 'Kota Tinggi, Johore', '@_gandalicious kain lang ng kain hahahaha'), (30212, 5395, 'Johore, Malaysia', 'Haha its weird when u get to an age where your parebts want to drink with u :P'), (30213, 5593, 'Riau, Indonesia', 'sabar ya dwiii,, :( @didwi @kaniaamaliaa'), (30214, 1556, 'Singapore', 'Even though I did not do my work as planned, but I wasted time with people I adored.'), (30215, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 27'), (30216, 4415, 'Johor Bahru, Johore', '@adalilin haha... 也是..'), (30217, 5271, 'Kota Tinggi, Johore', 'Sad want cry cz Eli never reply me:''('), (30218, 1194, 'Singapore', 'seeing the album agn HAHAHA SPAZZ.'), (30219, 29, 'Tebrau, Johor Bahru', 'When I need somebody he was there making me smile and now he''s gone I feel lost.'), (30220, 5716, 'Johore, Malaysia', '@iamnurulnadiah u mean u still using it?'), (30221, 5742, 'Riau, Indonesia', '@Neansy_Woman @mei13_ MAU AJALAH, ADE JUGA GA BAKALAN NYONTEK KOK..'), (30222, 5745, 'Johore, Malaysia', 'Dont envy my real natural lashes. Lol :P life''s quite boring with bf @ Buona Vista MRT Station (EW21/CC22) http://t.co/hfZuZnvt'), (30223, 3110, 'Kota Tinggi, Johore', 'Suddenly heart pain! Getting heart attack soon?! If I die young, bury me in satin, lay me down on a bed of roses...'), (30224, 4733, 'Johor Bahru, Johore', 'Going homeeeeeee. Why so sian. Me wanna bathe. Feel so itchy.'), (30225, 3307, 'Johore, Malaysia', 'You exist. But do you live?'), (30226, 1954, 'Johore, Malaysia', '@onetwothree_abc LOL! I won''t, it shall be you that vomit blood!'), (30227, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 28'), (30228, 5746, 'Johor Bahru, Johore', 'Ehhhh ! Seram lah cite ni . Ya allah !! :( http://t.co/8qT4wDiH'), (30229, 5539, 'Johore, Malaysia', '@EpsilonYeo People got bf liao la. cannot'), (30230, 3122, 'Johore, Malaysia', '@AngBenny I also! I do cause no choice must do..'), (30231, 1617, 'Malaysia', 'เรียนวิทย์กับสังคมจบแล้วไม่อยากเรียนอันอื่น!'), (30232, 5747, 'Plentong, Johor Bahru', '"@seth_harry: Game apa yg best tuk blackberry ek??"gameboy...'), (30233, 2415, 'Malaysia', 'ตอนนี้กูไม่ต้องการเหตุผล กูจะใช้อารมณ์555555555'), (30234, 2336, 'Plentong, Johor Bahru', 'shut up you!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!'), (30235, 1421, 'Singapore', 'if I were able to play Draw Something, I would attempt to draw conclusions. for srs.'), (30236, 4318, 'Singapore', '@AnatiSimpson alalala it was a joke la ._.'), (30237, 458, 'Malaysia', 'เมนชั่น เงียบไปไหน - -'')'), (30238, 29, 'Tebrau, Johor Bahru', 'Everyone is beautiful.'), (30239, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU the guy cousin ah ?!!?! HAHAHHAH HOT LIFEGUARD WORRRR'), (30240, 3945, 'Kota Tinggi, Johore', '@ChikaaFeqaa cian sgt2.. :(\nHahahaha!!'), (30241, 3529, 'Johor Bahru, Johore', '@SuperSammi HUNGER GAMES KJZUANSOAOSONEWNJAKAPPSI@/&amp;!''dolandkwouwopqsj{*_¥_ O_O'), (30242, 46, 'Plentong, Johor Bahru', '@SyazrahHassims humm nyumnyummm sedapnyaaaaaa &lt;3'), (30243, 3677, 'Johore, Malaysia', '@vincentimbe btr than mine'), (30244, 453, 'Johor Bahru, Johore', 'I''m at Lentor Ave http://t.co/GgBKx1SL'), (30245, 5710, 'Johore, Malaysia', '@Magrate_Biroo sukaa benoo diaa --'' Insya~~~~~'), (30246, 5748, 'Johor Bahru, Johore', 'I''m at Blk 575 Woodlands Drive 16 http://t.co/8mviIQqM'), (30247, 131, 'Johor Bahru, Johore', 'RT“@Kristoff0428: Hahhaha! Freaky but genius!!! A celphone statue GB3 #atm http://t.co/CA08F1az”--astig! like like!'), (30248, 1916, 'Plentong, Johor Bahru', 'ayat 8 di surah Al-Mumtahanah yang menggariskan kita boleh berkawan dengan kafir zimmi yang tidak memerangi Islam!'), (30249, 1264, 'Johor Bahru, Johore', 'What an epic night at harleem''s house hahahaha'), (30250, 1264, 'Johor Bahru, Johore', 'Took so many photos of handsome Aaron :3'), (30251, 2340, 'Johore, Malaysia', '@DurgiB xx bby http://t.co/fPDF1K4c'), (30252, 81, 'Johor Bahru, Johore', 'Aku tbh dah malas nk main draw smth lol'), (30253, 3307, 'Johore, Malaysia', 'Cheers for the add?'), (30254, 1775, 'Johor Bahru, Johore', 'Assignment deadline is tomorrow !'), (30255, 3122, 'Johore, Malaysia', '@angbenny Do u know what are the 4 actions which hilter did ? :('), (30256, 5271, 'Kota Tinggi, Johore', '@u_kisseli what''s your favourite dish?^^'), (30257, 382, 'Johor Bahru, Johore', '@__duckey any idea? LOL. ^.^ http://t.co/OLavKPbq'), (30258, 1709, 'McDonald''s - Jalan Skudai, Pulai', 'I''m at McDonald''s (Skudai, Johor) http://t.co/FxUbyT1Z'), (30259, 5744, 'Malaysia', '@chanakarn_kook นิดนึง พรุ้งนี้เรามีนิยายเรื่องโปรดไปอ่านด้วยหละ 555'), (30260, 3980, 'Malaysia', '@toptapp_nc เปนไรคับบ พี่ท๊อปป T_T'), (30261, 1264, 'Johor Bahru, Johore', 'Walking home now. Just bought bubbletea. @ngzhengqin decided take 307 so i guess im alone :('), (30262, 1775, 'Johor Bahru, Johore', '#STRESS'), (30263, 3452, 'Johore, Malaysia', '@zomgitsnawar ikrrrrrrr'), (30264, 390, 'Johor Bahru, Johore', 'Terrible hair day'), (30265, 1331, 'Johor Bahru, Johore', 'Macam nk cabut class ah besok...'), (30266, 5614, 'Plentong, Johor Bahru', '@NinaaImanina Aip, cun lah sngt kannn. Hahahaaha. Nina pun cun ok. Beruntung Aufafafaffafafa xD Ehh hihihihi :)'), (30267, 3529, 'Johor Bahru, Johore', 'My rectum hurts from pooping ._.'), (30268, 5749, 'Johor Bahru, Johore', 'Sunburn ~'), (30269, 5750, 'Malaysia', 'Melawat @dehaqpumpkin (@ Setiawangsa) http://t.co/DtXkR9ju'), (30270, 1502, 'Johore, Malaysia', '@seventhjanuary HAHAHA YA! lol i online mah hahahaa :D'), (30271, 4361, 'Tebrau, Johor Bahru', '@Liping_ijeno hahahaa maintain a bit leh... You already very unglam Everytime Liao! Hahahaa'), (30272, 2884, 'Tebrau, Johor Bahru', 'I''m at Puff Garden (Johor Bahru, Johor) [pic]: http://t.co/PH66QOcw'), (30273, 3452, 'Johore, Malaysia', '@AllyXanderz @zomgitsnawar like stupid'), (30274, 3417, 'Johore, Malaysia', 'just ran for an hour. about to die but I feel good:-)'), (30275, 3110, 'Kota Tinggi, Johore', ':D http://t.co/Rp67QKBB'), (30276, 747, 'Johor Bahru, Johore', '@smellslikeluv @biteeugenie because its a drama.'), (30277, 1775, 'Johor Bahru, Johore', '#SCARED AND NERVOUS'), (30278, 194, 'Johore, Malaysia', 'my Floorball stick broke!!!!!!!!!!!! cb!!! only 1 months plus..'), (30279, 1432, 'Johor Bahru, Johore', 'I dont mind..'), (30280, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 29'), (30281, 5361, 'Malaysia', 'ออกกำลังกายกัน ^_^ (@ คอร์ตแบดมินตัน สปอร์ทคลับ) http://t.co/HxAvioYh'), (30282, 4622, 'Plentong, Johor Bahru', '@min_98yi 谁?'), (30283, 1091, 'Johore, Malaysia', '@sleepyysam Maimunah girlfriend baru kamu kan? =P Yela i je mcm dia. Sebab tu you sayang i mcmane you sayang dia. ='')'), (30284, 1502, 'Johore, Malaysia', '@seventhjanuary i always wabted to talk to you'), (30285, 677, 'Johore, Malaysia', '@rinabanana @karlademoda @sheslley @tanyadqueen @lkmariquit @xing_shing wala ah ga fring lng kmi kathy :) hidlaw lng gd level up!'), (30286, 172, 'Johore, Malaysia', '@Therisonlyoneme HORNETS LEH. now so lousy! haha. they trade for who?'), (30287, 1617, 'Malaysia', 'เรียนวันนี้โคตรเบื่อ คิดถึงอ.กอฟ อ.มนตรี 5555'), (30288, 5271, 'Kota Tinggi, Johore', 'The past is the past is the past~~~~'), (30289, 2340, 'Johore, Malaysia', '@crazziefreak yesssssss'), (30290, 463, 'Plentong, Johor Bahru', 'Di angkut utk tengok tenggiling. (@ kebayan autopart) http://t.co/eA3UgjWd'), (30291, 1775, 'Johor Bahru, Johore', 'Haishhh ...'), (30292, 5751, 'Johor Bahru, Johore', '@dionnecoronel d ako nakaonline ..'), (30293, 1279, 'Johor Bahru, Johore', '@fayefeii HE AIM FOR XMM LIKE U HAHA'), (30294, 362, 'Johore, Malaysia', 'But seriously ! Where''s my foreskin ?'), (30295, 1432, 'Johor Bahru, Johore', 'Meow meow'), (30296, 1643, 'Johor Bahru, Johore', '@SupYoEee *cough laugh cough laugh* ahaha.'), (30297, 2811, 'Johore, Malaysia', 'I''m at LASALLE College of the Arts (Singapore, Singapore) http://t.co/OnCKt7F8'), (30298, 3307, 'Johore, Malaysia', 'White roses.'), (30299, 317, 'Johor Bahru, Johore', 'Who going training tmr?:/ si @diontheonlyone nv go tmr.. #SianJiPua'), (30300, 1264, 'Johor Bahru, Johore', '@jaehun_brows Derick got moreeee'), (30301, 5206, 'Indonesia', 'wes ngantuk ngene seh -,- ah gak asik wees'), (30302, 4435, 'Johore, Malaysia', '@aliciamutheardy HAHA. They''re going to be on a radio! You can''t see them leh. So good looking or not also no use. :p'), (30303, 1775, 'Johor Bahru, Johore', 'Tomorrow last day of school !'), (30304, 4555, 'Riau, Indonesia', 'tidurrr zzzz'), (30305, 5752, 'Singapore', 'I just realize that i actually know him. I alway thought i only saw him once. Yet i knew him long ago .'), (30306, 1212, 'Senai Kulai, Kulai Jaya', 'Futsal jap (@ K9 Futsal Court UTM) http://t.co/7q0alYzl'), (30307, 3273, 'Johore, Malaysia', '@_fakeAsmileee_ HAHA ! XD'), (30308, 4158, 'Johore, Malaysia', 'The one kid superstar Nickelodean ain''t got in its roster is @jungsungha ! Catch him on 26 May in the DBS auditorium! http://t.co/Wiv1XbXv'), (30309, 5716, 'Johore, Malaysia', '@iamnurulnadiah ouhhh i see.'), (30310, 3307, 'Johore, Malaysia', 'Stop laughing, you soab.'), (30311, 29, 'Tebrau, Johor Bahru', '@musfirahyunnixo Cannot cause now idk why i cant walk straight.'), (30312, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 30'), (30313, 1502, 'Johore, Malaysia', '@kyutegyu .... NOT FAIRR'), (30314, 3658, 'Johor Bahru, Johore', '@PiercingsnTats of course good la my dad haven''t call me go home I already reaching home already eh!'), (30315, 5614, 'Plentong, Johor Bahru', '@ShukriHani Yeahh Ayang Madu :* Hahaha. Ohh Muhammad? Takde punn :)'), (30316, 172, 'Johore, Malaysia', '@HidayatGD wtf!!!! i was talking about lee minho actually. haha'), (30317, 552, 'Johor Bahru, Johore', 'What a fruitful day ! Made my passport , went GYM , and work ;) whooo hoo ! ;)'), (30318, 5607, 'Plentong, Johor Bahru', '@Jayjay_Era mengamuk ! haha'), (30319, 5409, 'Johor Bahru, Johore', '@HeyEywan hahaha .kn,,dye tbe2 txt aq ari selasa dye ckp cmtu .tah btol ke x la tu .'), (30320, 435, 'Singapore', '@popsywhoopsy the orang asli one is under reflection part. i thought there is one more?'), (30321, 3529, 'Johor Bahru, Johore', 'Yeahhhh... Hai... I''m weird... And awkward... Balls. xDDD'), (30322, 531, 'Johor Bahru, Johore', '@Poppyflossy sure not ?! You and him okay not ?!'), (30323, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 31'), (30324, 5752, 'Singapore', '@MonsterrrFionaa Tomorrow you going? Knn, i just realise i actually know him. Suddenly i felt fucking sad.'), (30325, 1264, 'Johor Bahru, Johore', 'Regret not taking more photos today TT.'), (30326, 5753, 'Johor Bahru, Johore', '@KylieGoingHyper HELLOO (:'), (30327, 5539, 'Johore, Malaysia', 'Anyone has camp cheers for kids? I deem mine as 95% unsuitable.'), (30328, 3609, 'Malaisie', '@nutnunoil โอ้ว == แล้วก่อนนอน เอาเป๋าตัง ออกจากเป๋ากางเกงยังละนั้น=+='), (30329, 5754, 'Singapore', '@ShahidzDeewani @shahidkapoor : v true...'), (30330, 3273, 'Johore, Malaysia', '@ElmaSwag HAHAH , exactly !'), (30331, 2595, 'Johore, Malaysia', 'the death of me in mario . LOL http://t.co/2nn9N75z'), (30332, 3758, 'Johore, Malaysia', 'ปวดหัวเบาๆ'), (30333, 387, 'Johor Bahru, Johore', '@conjelline totoo ba? O hindi hahaha'), (30334, 1264, 'Johor Bahru, Johore', '@Vantsoul Why you like #forevereating LOL'), (30335, 712, 'Singapore', '@u_kisseli hey, dont forget to log in your tumblr acc ! :D'), (30336, 2342, 'Plentong, Johor Bahru', '@ridzuan_dzakir Aku nk test ja hahaha'), (30337, 3, 'Plentong, Johor Bahru', '@Rafidahfirdaus alaaaa kakak fida ni lawa sngatlah kita malu nk keluar dgn akak. jgn bash kita eh akak? :-( haahahahahahahaha'), (30338, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 32'), (30339, 322, 'Johor Bahru, Johore', 'Just watched big bang''s documentary. They''ve grown a lot. Great great story.'), (30340, 1502, 'Johore, Malaysia', '@kyutegyu .... HAHAAH BLEHH¡¡¡¡ NEH NI NEH NI POO POO¿¿ HAHAHA'), (30341, 2336, 'Plentong, Johor Bahru', 'trololololololololololo\nbored so please give me some rest &gt;"&lt;'), (30342, 29, 'Tebrau, Johor Bahru', '@musfirahyunnixo Cant cause I can''t walk straight and I can''t bear with the pain while walking.'), (30343, 1574, 'Johor Bahru, Johore', '@sierrasiesta kenapa mbakny? #kepoisthenewcare'), (30344, 5266, 'Tebrau, Johor Bahru', 'Sakit pulak perut ni..dah kenapa...'), (30345, 5603, 'Indonesia', '@DwiiFatmawaty followers mu menurun 60 lebih tuh we'), (30346, 3, 'Plentong, Johor Bahru', '@SyahirAnuar alaaaa sedih :''('), (30347, 478, 'Johor Bahru, Johore', '@driZzleEsha hello! Mamak pandi! U the one who say u wanna be straight ley!now, no guys coming after me lah! Don''t spread rumours dangerous!'), (30348, 2595, 'Johore, Malaysia', '@ahwenoiii ): okaican LOL'), (30349, 3307, 'Johore, Malaysia', 'Hit the jackpot.'), (30350, 4524, 'Johor Bahru, Johore', 'Heppy fun time (@ House) http://t.co/eitimDQT'), (30351, 5755, 'Johore, Malaysia', '@ChoonHockBleh simi ?'), (30352, 712, 'Singapore', '@u_kisseli oh ya, dont leave your tumblr alone leh...'), (30353, 3110, 'Kota Tinggi, Johore', 'After e shoot, camwhore! http://t.co/niIbgxYk'), (30354, 1158, 'Kota Tinggi, Johore', '@mynameisdilly haha. Funny la u. Lol'), (30355, 3529, 'Johor Bahru, Johore', '@SuperSammi I GOT THE MOCKINGJAY PIN ZOMGGGG... How far are you in the book? (:'), (30356, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 33'), (30357, 213, 'Plentong, Johor Bahru', '@spartanZ9774 hahahah'), (30358, 451, 'Johor Bahru, Johore', 'I need apples :(((('), (30359, 5614, 'Plentong, Johor Bahru', 'That terkejut moment bila tengah sedap sedap masukkan Salotep jadik gelang sampai ketat tetiba tak boleh keluar. Hahahhahaha xD'), (30360, 4023, 'Johore, Malaysia', 'I''m at Blk 8, Holland Ave http://t.co/lQoBDWXe'), (30361, 4555, 'Riau, Indonesia', 'siapa lo siapa gue !'), (30362, 5540, 'Singapore', 'OMG!!! THANKS @LailaSykes :)'), (30363, 1502, 'Johore, Malaysia', '@seventhjanuary okay hahah i log in but gtg soon. I want see hot guy on tv haha'), (30364, 5656, 'Johor Bahru, Johore', '@samyHAMMY sorry lah'), (30365, 991, 'Johor Bahru, Johore', '@HuiXd last sentence I like hahah mission impossible!'), (30366, 2336, 'Plentong, Johor Bahru', '@FatinHsmi tak pe it okay just smile'), (30367, 4555, 'Riau, Indonesia', 'night :) @goldisenna'), (30368, 3668, 'Johor Bahru, Johore', '@YUNXUANstitch heyhey! So how? (; whatsapp me '), (30369, 5756, 'Johor Bahru, Johore', '@MonsterrrFionaa what time uh?'), (30370, 2202, 'Johore, Malaysia', '@vajoojoo mahirah. Please.'), (30371, 2746, 'Johore, Malaysia', '@Kesterkjw #Simi? Sorry lah .'), (30372, 382, 'Johor Bahru, Johore', '@SooTae_Hearts LOL OMG I SUCK'), (30373, 1264, 'Johor Bahru, Johore', '@jaehun_brows IS AARON !!!!'), (30374, 1018, 'Johor Bahru, Johore', 'I just ousted @sirpaul_19 as the mayor of Blk 525 Woodlands Drive 14 on @foursquare! http://t.co/esjXTA4C'), (30375, 5757, 'Kota Tinggi, Johore', '@jajamuh'), (30376, 1018, 'Johor Bahru, Johore', 'I''m at Blk 525 Woodlands Drive 14 http://t.co/C8CrCBxs'), (30377, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 34'), (30378, 904, 'Johor Bahru, Johore', 'I''m at JiaYi''s Crib! ☆ http://t.co/W9OWIhBB'), (30379, 3110, 'Kota Tinggi, Johore', 'Emmm... This looks old:( http://t.co/dwqhZ14Q'), (30380, 29, 'Tebrau, Johor Bahru', '@zhikanqisclumsy hao la. :x will try not to LOL.'), (30381, 2732, 'Malaysia', '@mejimc ยดทดรจ . ^^'), (30382, 3529, 'Johor Bahru, Johore', 'My poop is green... WTF??'), (30383, 5758, 'Johor Bahru, Johore', '@X_I_N_P_E_I @chunsiongwcs lol? I went there just to shoot 100 ball then go home.'), (30384, 1279, 'Johor Bahru, Johore', '@fayefeii GOOD WAT~'), (30385, 126, 'Tebrau, Johor Bahru', '@iwaahadexera iwaa tuka DP :p'), (30386, 5759, 'Johore, Malaysia', 'I''m at Alikaim''s  (Singapore) http://t.co/2kGRS1D3'), (30387, 4555, 'Riau, Indonesia', 'hehe , brapa nomer mu kakk ? @ainun_ramdhani'), (30388, 213, 'Plentong, Johor Bahru', '@Dkamilaa @4ppleGreen cause it so-malaysia and I know it~'), (30389, 5699, 'Tebrau, Johor Bahru', '@sitihyperactive me me me! :bbb'), (30390, 2340, 'Johore, Malaysia', 'i look up to @crazziefreak for her fucking gutsssss.'), (30391, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU were there any HOT LIFEGUARDS ????! Later you drown in your drool'), (30392, 135, 'Johor Bahru, Johore', 'Really? :D hehehe RT @_nanazh1fxh: I think I saw Syareena!'), (30393, 2554, 'Johor Bahru, Johore', '@Reichi_Lim u cook la !!:) okie ?^^'), (30394, 50, 'Johor Bahru, Johore', 'My heart is a stereo.Make me a radio.Tune me up when u feel low.'), (30395, 1522, 'Johor Bahru, Johore', '@Stefanus_Wong who? What? Omg you have to tell me hahaha'), (30396, 874, 'Johor Bahru, Johore', 'Ha with me?'), (30397, 5500, 'Johore, Malaysia', 'B.I.N.G.O.'), (30398, 5710, 'Johore, Malaysia', '@acapohlala macam/2 la acap nihh .Hahaa'), (30399, 222, 'Johore, Malaysia', '@NYQYQ okie dokie. Invite hot girls'), (30400, 1264, 'Johor Bahru, Johore', 'Me , @quishterfur and Aaron are so zilan can'), (30401, 5351, 'Singapore', '@alisyahamran cheyy okay lo.'), (30402, 5760, 'Johore, Malaysia', 'Outing with family :) (@ Mustafa Centre w/ 7 others) http://t.co/qq9BP5ox'), (30403, 1643, 'Johor Bahru, Johore', 'I''m effin'' cold.'), (30404, 531, 'Johor Bahru, Johore', '@Poppyflossy oh alright (:'), (30405, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini aku tak yakin ko bleh buat 10 round..lain la aku.. 11 round pon mampu..lalala'), (30406, 4555, 'Riau, Indonesia', 'saya mau kak RT @UPILmungiL'), (30407, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 35'), (30408, 5603, 'Indonesia', '@natalie2331 kak, followback :D'), (30409, 5761, 'Johor Bahru, Johore', '@__JaeB we buy now'), (30410, 5699, 'Tebrau, Johor Bahru', '"@Blackalogy: Parents= Never fail to give a ''K'' in text messages."'), (30411, 1194, 'Singapore', '@bunnybaby1315 preordered :D'), (30412, 213, 'Plentong, Johor Bahru', '@ShafinazIzhar haha'), (30413, 904, 'Johor Bahru, Johore', 'I''m at My Dream Land  (Singapore) http://t.co/uJiT4w0n'), (30414, 4996, 'Johor Bahru, Johore', '@Sshiminee @bikinidale @kellyleeeeee @prod1gyizme @xpentagon . Nope T_T. icantlogin.'), (30415, 5510, 'Johore, Malaysia', 'The fuuuu, if you and Cleo together ah, I WITH WEIHONG AH! :P'), (30416, 5311, 'Kota Tinggi, Johore', '@chanel_branded lol, okay\n the monkey game too little ppl play alr. After awhile then not fun. K bye. Need sleep'), (30417, 4259, 'Johor Bahru, Johore', '@Babytiggerx ya lo! So boring liao!'), (30418, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 36'), (30419, 3650, 'Johore, Malaysia', '@frenchyy8D @swaggitbieber where got &gt;&lt;'), (30420, 826, 'Johor Bahru, Johore', 'I''m at FairPrice Xpress (Singapore, Singapore) http://t.co/1rZpt6vb'), (30421, 29, 'Tebrau, Johor Bahru', '@SyasyaUmar @aubreybuttowski Cant uh. Really wish I could.'), (30422, 1416, 'Johore, Malaysia', 'Going Public is sucha'' turnoff~  w/ @iamdayah @hikariazie.. (@ in bus,69) http://t.co/4AgBn7Tr'), (30423, 3025, 'Johor Bahru, Johore', 'Hypnosis is really amazing!'), (30424, 4887, 'Johor Bahru, Johore', 'With them &lt;3 (@ McDonald''s) http://t.co/mkU1HbpK'), (30425, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ I see. lol I thought Bryan wanted to sell his account or something?'), (30426, 5593, 'Riau, Indonesia', 'yuhuuuuu,, :D @Rankqa_Dh hujan yaaaaaa'), (30427, 213, 'Plentong, Johor Bahru', '@KhairilAnwarr sian~~ pakai iPad!'), (30428, 172, 'Johore, Malaysia', '@Therisonlyoneme siao. so rich meh'), (30429, 4909, 'Singapore', '@shielim aww it happened to me &lt;3 hahas'), (30430, 3650, 'Johore, Malaysia', '@swaggitbieber haha xP joking la &gt;&lt;'), (30431, 5587, 'Johor Bahru, Johore', 'Omg Dylan little boy so scary:/'), (30432, 362, 'Johore, Malaysia', 'I want my foreskin back !'), (30433, 29, 'Tebrau, Johor Bahru', 'I wish I was prefect.'), (30434, 1109, 'Johor Bahru, Johore', 'She''s so evil!! Push all de blame to Dylan as if she''s innocent lorh!! &gt;&lt;'), (30435, 632, 'Tebrau, Johor Bahru', 'I need a better rest.'), (30436, 5005, 'Johor Bahru, Johore', 'I''m at Blk 185 pasir ris st 12 7-Eleven (Singapore) http://t.co/pgqcfa78'), (30437, 5762, 'Singapore', '@agneslaura how''s today? :)'), (30438, 194, 'Johore, Malaysia', 'I actually dont like people scold vulgerat me.. but cause ur my girll i diam!'), (30439, 22, 'Singapore', 'Sakit hati :{'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (30440, 2595, 'Johore, Malaysia', '@xiangyyi so early LOL .'), (30441, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ hahaha!'), (30442, 365, 'Johore, Malaysia', 'Home sweet home (at @www.twitter.com/wenitgo) — http://t.co/ZeDNTb6R'), (30443, 461, 'Johore, Malaysia', 'All that familiarity cast in aloof inscrutability, severs me from reality.'), (30444, 1264, 'Johor Bahru, Johore', '@darezerwee I ONLY TIO PEDO BY CHRIS CAN'), (30445, 712, 'Singapore', '@u_kisseli ... hello?'), (30446, 5763, 'Malaysia', 'I''m at Wani Kauna Tomyam (Kuala Lumpur, Federal Territory of Kuala Lum) http://t.co/1ZL7t7Gm'), (30447, 4237, 'Johore, Malaysia', 'I''m at Ho Kee Pau 和记包 (Singapore) http://t.co/5DEOEarG'), (30448, 2652, 'Johor Bahru, Johore', 'Walao eh Rachel ,next time shut up.mygod .dayum.'), (30449, 1333, 'Johor Bahru, Johore', '@KittennyScars he can be our father alr, so i think we should respect lor'), (30450, 50, 'Johor Bahru, Johore', 'U senang ckp I tk boring.I boring la my hp senyap :/'), (30451, 5413, 'Johor Bahru, Johore', '@SweetRebeccaFan so do u mind being my tweet buddy??'), (30452, 1502, 'Johore, Malaysia', '@seventhjanuary HAAH okayy. Later i 11 oclock see how then i tweet sms you haha bb'), (30453, 1333, 'Johor Bahru, Johore', '@KittennyScars no tq!'), (30454, 2382, 'Johore, Malaysia', 'DAMNNN MY MACARONS TASTE LIKE MACARONS BUT DONT LOOK LIKE MACARONS HOWWWWWWWW'), (30455, 46, 'Plentong, Johor Bahru', '@SyazrahHassims haha . kan gylo kan ? haha . ngah tweet + dngar radio . adek ?'), (30456, 2336, 'Plentong, Johor Bahru', 'someone,someone,someone'), (30457, 967, 'Kota Tinggi, Johore', 'I''m at Pulau Tekong BMTC 3 S Coy http://t.co/3e6nBJy0'), (30458, 5614, 'Plentong, Johor Bahru', '@NinaaImanina K Cun K. Huihh *stopkan jari yang goyang2 tu* Asal pulak tak cun. Certanya Aufa, Shugha cakap Nina Comel macam sapa? Hahahha.'), (30459, 5710, 'Johore, Malaysia', '@Magrate_Biroo gedik jeaa,Haaahaa'), (30460, 944, 'Plentong, Johor Bahru', 'I''m at Istana Bukit Zaharah http://t.co/dNnDhoKw'), (30461, 4681, 'Johor Bahru, Johore', '@tripodmonster Hahah! I wish your dream come truee! ^_^ Buy villa? For me right. :p'), (30462, 5761, 'Johor Bahru, Johore', '@Crastintage ITS ON DIGITAL PRE SALE BRO.. But 90 bucks :0'), (30463, 5579, 'Johor Bahru, Johore', '@naihpos Yes melayuu..'), (30464, 5757, 'Kota Tinggi, Johore', '“@ihatequotes: Good looks attracts the eyes. Personality attracts the heart.”'), (30465, 425, 'Kota Tinggi, Johore', 'Yea faz kasi aku obat suro bwk alik!!!!'), (30466, 5764, 'Johor Bahru, Johore', 'I''m at Blk 979C Buangkok Crescent (Singapore) http://t.co/0qmo3nxK'), (30467, 154, 'Johore, Malaysia', '@EminemTacoz later. i now watching tv.'), (30468, 5753, 'Johor Bahru, Johore', '@KylieGoingHyper :DD'), (30469, 1540, 'Johore, Malaysia', '@RishabhKoradia7 ok!'), (30470, 1264, 'Johor Bahru, Johore', 'I just saw a dustbin appear infront of me and i screamed ZZZ'), (30471, 617, 'Johore, Malaysia', 'Am at workk noww... Arghhh!!!'), (30472, 5765, 'Johore, Malaysia', '20pcs of mc nuggets!!! MADNESS (@ McDonald''s) http://t.co/Y5CSEhkN'), (30473, 5766, 'Johore, Malaysia', 'With Shanaz love (@ Spize River Valley w/ 10 others) http://t.co/EHtlaVZy'), (30474, 3840, 'Johore, Malaysia', 'Alighted and taking bus 9... (@ Bedok Temporary Bus Interchange w/ 3 others) http://t.co/Fp83dFYH'), (30475, 5762, 'Singapore', '@septemberoute @elenaleong_ http://t.co/MfVsr5MC jinyoung wrote the song!!!!! WOW!!!!'), (30476, 5767, 'Tebrau, Johor Bahru', 'Nyummm2 ! (@ Tutti Frutti) http://t.co/OjjYSAFD'), (30477, 154, 'Johore, Malaysia', '@Pasuuta can cover more area LOL'), (30478, 5768, 'Johor Bahru, Johore', '@Renee_RuiNi 97376701'), (30479, 5769, 'Johore, Malaysia', 'I''m at Raffles Town Club (Singapore, Singapore) w/ 2 others http://t.co/ISJP3anp'), (30480, 1327, 'Johore, Malaysia', '@Sya_miza miza tgok telemovie kat tonton #KasihBumi'), (30481, 4546, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) w/ 3 others http://t.co/OjeyPGX4'), (30482, 5770, 'Johor Bahru, Johore', '♫ soundtracking "Kiss n Tell" by @keshasuxx (@ Bishan North Zone 3 RC) http://t.co/s2FOkziq'), (30483, 3233, 'Singapore', 'interesting quote: " Procrastination is like a credit card: it''s a lot of fun until you get the bill." - christopher parker'), (30484, 172, 'Johore, Malaysia', '@Therisonlyoneme true uh.'), (30485, 2340, 'Johore, Malaysia', '@crazziefreak IM HEREEEEEEE. CHILLLLLL XXXXXXX'), (30486, 578, 'Johor Bahru, Johore', '@Jaaaaaaaaaay_ err okay'), (30487, 5148, 'Johore, Malaysia', 'I''m at Tricia''s Room ☆ (Singapore, Singapore) http://t.co/zNZki8w0'), (30488, 4733, 'Johore, Malaysia', '@Lavouche ...in my ride.'), (30489, 3307, 'Johore, Malaysia', '@KevSicaJi_ LOL. Mr Bangbang? D:'), (30490, 336, 'Johor Bahru, Johore', '"@deehasnolife: Super unglam!!! LOOOL!!! @mjiamin http://t.co/pEqf8DzC" hahahahaha! So "pwetty"'), (30491, 1090, 'Johore, Malaysia', '社内接待乙…'), (30492, 1400, 'Johor Bahru, Johore', '@jeslynLHJ see see look look.... Wondering how is the price like...'), (30493, 5614, 'Plentong, Johor Bahru', 'Kalau muda punya ahh muda, Kalau tua punya ahh tua Haha #CeritaMelayu.'), (30494, 2336, 'Plentong, Johor Bahru', '@SaraEdrinaa relax babe'), (30495, 4596, 'Johore, Malaysia', 'I''m at Eastwood Road (Singapore, Singapore) http://t.co/SUxuRhgy'), (30496, 5148, 'Johore, Malaysia', 'I''m at My Bed! (Singapore, Singapore) http://t.co/Y3Pyhnn5'), (30497, 5195, 'Johore, Malaysia', '@JanwinDaydream @BlurLikeSotong @_jenniferholics @janwindaydream @juzsomeguy_ wa ley how play maple liao. now maple so cock'), (30498, 5476, 'Indonesia', '@JBjypIndonesia Min...Tolong kita dong, trend ini --&gt; #7AraStayTogether thanks ya ^^'), (30499, 2432, 'Johor Bahru, Johore', '@f_cukyou ya all easy make fren haha hope u get into my fren de class from\nJvs ! Name\nSiyee'), (30500, 991, 'Johor Bahru, Johore', '@HuiXd your not alone hahah I did nothing too xD'), (30501, 5771, 'Johore, Malaysia', 'Barely visible. @ Pine Grove :&gt; http://t.co/8AJSa0sD'), (30502, 2554, 'Johor Bahru, Johore', 'Show hand !!:)'), (30503, 1588, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 6 others http://t.co/5qREPBXr'), (30504, 712, 'Singapore', 'JR - Junior Royal.... O_O'), (30505, 1300, 'Johor Bahru, Johore', '@maelimchu im getting there.. So far improving ang responsenila daily.... Nweis uo nga ehh... Well see in d future again.,, u know'), (30506, 5772, 'Singapore', 'I literally lol-ed looking at this. HHAHA, darn hilarious ! "Am I dead ?! Am I dead ?!" xD http://t.co/sy6L6noz'), (30507, 5587, 'Johor Bahru, Johore', '@BlurLikeSotong @__dontblink hahah count me out please:/'), (30508, 5114, 'Johore, Malaysia', '@Haziq_F yes yes..'), (30509, 88, 'Johor Bahru, Johore', '@gric_95 hoii kau nak tweet ke nk skype dgn aq... da nak patah da tngn aq ni...'), (30510, 1400, 'Johor Bahru, Johore', '@Minsawesomeness @jeslynlhj him? Who? Half of kyu n half of min? Haha'), (30511, 4996, 'Johor Bahru, Johore', '@VernicePai YOU NO SAY •______•'), (30512, 5531, 'Johor Bahru, Johore', '@danisaurrrr ay :)) thanks'), (30513, 4336, 'Johor Bahru, Johore', 'Otp with @LysaaHere! ^^'), (30514, 5773, 'Tebrau, Johor Bahru', '@Faiezdeso snail'), (30515, 4782, 'Singapore', 'Feeling inferior and stupid...'), (30516, 5744, 'Malaisie', '@chanakarn_kook 555 พรุ้งนี้ภาคบ่ายหนุกก !'), (30517, 387, 'Johor Bahru, Johore', '@conjelline @isisfabrinsky sino ba yan?'), (30518, 3499, 'Johor Bahru, Johore', 'Watching tv (@ my awesome planet) http://t.co/YPGQcQQi'), (30519, 5752, 'Singapore', '@sealedinscarlet if i''m not wrong it''s 20-30 bucks'), (30520, 99, 'Singapore', 'Mrt keep got problem , who dare to take sia .'), (30521, 5646, 'Plentong, Johor Bahru', '@hanizahid hahahaa lol x) ohh , tgh bernafas . kita curi lh nafas awk tu , bole ? :D'), (30522, 431, 'Johore, Malaysia', '@11throses second one'), (30523, 3443, 'Johore, Malaysia', 'POM ON THE RADIO OH IT ENDED :('), (30524, 213, 'Plentong, Johor Bahru', '@elyshaIstishad *hahah parents control!'), (30525, 944, 'Johor Bahru, Johore', 'I''m at Cathay Cineplex (Singapore) w/ 6 others http://t.co/JzBgIkfG'), (30526, 4681, 'Johor Bahru, Johore', '@JaylonJiAn @yongjiannn Hahah, yeaaah~ So tired x.x'), (30527, 4228, 'Plentong, Johor Bahru', 'OMG ! Feewiiiiiiittttttttttt !! omeyynya omeynyaa abang kita @Amar_Asyraf dalam pelangi kasih .'), (30528, 1264, 'Johor Bahru, Johore', '@darezerwee PRECISELY SIA. IM TRAUMATIZED'), (30529, 3307, 'Johore, Malaysia', 'Victory. :D'), (30530, 5500, 'Singapore', 'Bye Dylan. UNRIDDLE 2.'), (30531, 1194, 'Singapore', '#nowplaying Pretty warrior (Y) ♥'), (30532, 216, 'Suria City Hotel - Johor Bahru, Plentong', 'Teringin makan Marrybrown tp dh tutup. Makan kt hotel je lh nampaknye... :( (@ Suria City Hotel Johor Bahru) http://t.co/Gaf2ylS0'), (30533, 3728, 'Johor Bahru, Johore', '@lilnaix tempt me.. ):'), (30534, 1530, 'Johor Bahru, Johore', '#showhand time!!'), (30535, 677, 'Johore, Malaysia', '@KarlaDeModa sent u dm about the meds na :)'), (30536, 1605, 'Johore, Malaysia', 'I''m at The Shoppes at Marina Bay Sands (Singapore, Singapore) w/ 4 others http://t.co/a6aH5W33'), (30537, 4733, 'Johore, Malaysia', '@Lavouche hehe'), (30538, 4671, 'Singapore', '@mggykills sinong crush mong artista local ? :) crush lang naman koya share mo na :))'), (30539, 1091, 'Johore, Malaysia', '@sleepyysam Tak baik ckp gitu sayang. Hish Okay la skrg kita take a break. Text me baby. I love you so much. *hugs*'), (30540, 5603, 'Indonesia', 'pakai penyedot kloset sana ahahaha xD RT @avidhidayat telinga kesumbat air T.T'), (30541, 712, 'Singapore', '@u_kisseli ......... bye'), (30542, 213, 'Plentong, Johor Bahru', '@spartanZ9774 sweet~'), (30543, 1194, 'Singapore', 'http://t.co/HBAyxHo9 damna wesome go listen ♥'), (30544, 2336, 'Plentong, Johor Bahru', 'puas mengata orang seronok kan aku tahu.. so you just SHUT UP'), (30545, 1264, 'Johor Bahru, Johore', '@quishterfur @darezerwee OMG GO AWAY'), (30546, 5752, 'Singapore', '@MonsterrrFionaa Before that i saw him before le. I actually know him during Powerhouse. Communicated with him afew times.'), (30547, 126, 'Tebrau, Johor Bahru', '@iwaahadexera tuka DP dgn gmba orang tersayang :p'), (30548, 967, 'Johor Bahru, Johore', 'Kangeeeeennn.. http://t.co/ziOkcUh6'), (30549, 3898, 'Johore, Malaysia', 'Lol i crack!! http://t.co/Vev1NhZ2'), (30550, 4103, 'Johor Bahru, Johore', '@anndcf tu peux faire. :D Bonne courage ma amie. XD'), (30551, 333, 'Johore, Malaysia', 'My girl finally back! :)'), (30552, 5041, 'Singapore', '- you''re adorable.'), (30553, 154, 'Johore, Malaysia', 'I used some app to put these makeup stuff on my face unproffesionally. So fun :D http://t.co/KCa7ieVW'), (30554, 677, 'Johore, Malaysia', '@xing_shing @karlademoda @jryap28 @lkmariquit @rinabanana @sheslley amo na ya! hahaha paugtasa paguid!'), (30555, 135, 'Johor Bahru, Johore', '@_nanazh1fxh Huh serious? hahahaha, okay okay :D'), (30556, 2336, 'Plentong, Johor Bahru', '@SaraEdrinaa layan ehhh'), (30557, 5710, 'Johore, Malaysia', '@acapohlala Haha :] sabar/2 muda cume skali .*tk memasal'), (30558, 1522, 'Johor Bahru, Johore', '@Stefanus_Wong yeah sure!! :)'), (30559, 317, 'Johor Bahru, Johore', '@diontheonlyone no lo, pleasee! I will miss u? Dream on! Hahaa. Kidding luhh! @deniseyapyap going?? Wa! Miracle! Hahaha'), (30560, 5774, 'Johore, Malaysia', 'Pre-farewell party.... (@ L''Angelus) http://t.co/3biwAM9Q'), (30561, 4156, 'Johore, Malaysia', 'I''m at I12 Katong (Singapore, Singapore) w/ 8 others http://t.co/ym6zuJ4p'), (30562, 1264, 'Johor Bahru, Johore', '@Vantsoul Doesnt your house ever run out of food?'), (30563, 387, 'Johor Bahru, Johore', '@conjelline bakit naman? As in hindi na talaga kayo nag uusap? Bakit? Hahahha kinulot ka? Haha joke bakit nga? :)'), (30564, 5476, 'Indonesia', '@DreamHighINDO Min tolong kita ya...trend ini #7AraStayTogether Please...thanks ^^'), (30565, 4780, 'Riau, Indonesia', 'Udh 4 jam OL. Tp tetap aja sepi &gt;.&lt;'), (30566, 5775, 'Pulai, Johor Bahru', '@MonsterFiee hahahahah &gt;.&lt; . Laa sesema ke ?'), (30567, 5776, 'Johore, Malaysia', 'Tomo new ipad is launched..go get it'), (30568, 932, 'Johor Bahru, Johore', '@dangledaffodilz wlao. That''s as good as not giving me any! :('), (30569, 2432, 'Johor Bahru, Johore', '@f_cukyou last Qiman class de ~ oh ya shit ! U all is open one more new class =.= u shld be with ur frens'), (30570, 5603, 'Indonesia', 'cukup tau dedek RT @syalsarama Yuk mari sini :p, btw cuktaw itu"ckptau" kn? Eak aku gehol RT AnggyaMegaayu: gak ngajak ya, cuktaw-_- RT syal'), (30571, 5752, 'Singapore', '@MonsterrrFionaa I remember saying i keep mistaken him as Ah cao and keep disturb him about it.'), (30572, 5503, 'Plentong, Johor Bahru', 'ramai betol YB2 yg emo mase berbahas kat parlimen..lost control..emosi sendiri takleh kawal,camana nak tadbir negara..ouchh'), (30573, 213, 'Plentong, Johor Bahru', '@intanska @elyshaIstishad eh korang tgk crita tu??'), (30574, 2653, 'Johore, Malaysia', '@u_kisseli Do you feel that you have enough sleep? :)'), (30575, 5710, 'Johore, Malaysia', '@Magrate_Biroo Hahaaaa .bile aunt kw balik ?'), (30576, 5614, 'Plentong, Johor Bahru', 'Alangkah Indah.. Jika dirimu sentiasa disisiku SayangKu....... :*'), (30577, 5387, 'Johor Bahru, Johore', 'June''s such a trooper! She didn''t know about the hills leading to Jalan... (w/ Juliana at CAFEELA RESTAURANT®©) [pic] — http://t.co/q9K29LTu'), (30578, 922, 'Johore, Malaysia', 'I''m at Marina Bay Floating Platform (Singapore) [pic]: http://t.co/9jbmPhHN'), (30579, 4784, 'Plentong, Johor Bahru', 'Buat homework! Science note T.T'), (30580, 5764, 'Johor Bahru, Johore', 'Just posted a photo @ buangkok crescent 979c http://t.co/nUa0gtQ9'), (30581, 172, 'Johore, Malaysia', '@Therisonlyoneme of course la. so many big trades'), (30582, 5777, 'Johor Bahru, Johore', 'Picking out our hotel! @zeeerahh @fatinjoe n raja! &lt;3 (@ Macdonald Tampines) http://t.co/FCFcVGTb'), (30583, 2348, 'Johor Bahru, Johore', '@ShuricanShaheel haha ohkays can you make it around 1:30 to 3'), (30584, 5778, 'Plentong, Johor Bahru', 'Tidur :) (@ Tmn Sri Stulang) http://t.co/AuxKXbq3'), (30585, 5779, 'Johor Bahru, Johore', '@lymeyyy nice dp :D'), (30586, 2516, 'Johore, Malaysia', '@aniysh man tou = buns'), (30587, 2554, 'Johor Bahru, Johore', '生命像一座迷宫'), (30588, 1264, 'Johor Bahru, Johore', 'REACHED HOME. IM SAFE. MADE IT BACK LIKEABOSS'), (30589, 5780, 'Johore, Malaysia', 'Jagger bomb!'), (30590, 5756, 'Johor Bahru, Johore', 'Survey or 80bucks -.-'), (30591, 5781, 'Johor Bahru, Johore', 'I''m at Grace Assembly Of God II (Bukit Batok, Singapore) http://t.co/st8boFqm'), (30592, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini oraitt..aku tengok..=p'), (30593, 2336, 'Plentong, Johor Bahru', 'kesian OMAR dah mati sudah #pelangi kasih'), (30594, 2653, 'Johore, Malaysia', 'Eli reply me! NOW! N.O.W'), (30595, 5782, 'Johor Bahru, Johore', 'I''m at the edge of my seat, one episode left til #FNL ends and I''m still craving for more'), (30596, 194, 'Johore, Malaysia', 'hahaha!!alalalalala! nk majok..'), (30597, 213, 'Plentong, Johor Bahru', '@elyshaIstishad jaga-jaga bila dengar kerusi berbunyi.. or mainan2'), (30598, 154, 'Johore, Malaysia', 'SHOWHAND'), (30599, 172, 'Johore, Malaysia', 'AHHAHAAHHAHA RT @HidayatGD: @NOTSAPAO Lee Min Hidayat la... HAHAHAH'), (30600, 3728, 'Johor Bahru, Johore', 'long time no had dindin with @JayEhAsFoo @MarvenTCL @madeinlove_ @Prashanshan @HongWeeLookNSee @Estrehtse @Actyike :D'), (30601, 5500, 'Singapore', 'Haha!! Rui En Wear Spec Agn&gt;...&lt; CUTE!! Unriddle 2.'), (30602, 2356, 'Johore, Malaysia', 'Holiday ? What''s that ?'), (30603, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hihi. Haa bihun sup :) Maduku? Ehh ada ''KU'' xD'), (30604, 196, 'Johor Bahru, Johore', 'Time to make new friends and forget those fuck up "friends" seriously.'), (30605, 494, 'Johore, Malaysia', 'I''m at *SCAPE (Singapore, Singapore) w/ 5 others http://t.co/rVABDgDZ'), (30606, 5758, 'Johor Bahru, Johore', '@X_I_N_P_E_I @chunsiongwcs lol'), (30607, 514, 'Tebrau, Johor Bahru', 'Watching channel U.'), (30608, 4829, 'Johore, Malaysia', 'I''m at Boat Quay (Singapore, Singapore) http://t.co/zhOcSUbl'), (30609, 4021, 'Johor Bahru, Johore', '"I want you to mean it"'), (30610, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 37'), (30611, 2653, 'Johore, Malaysia', 'I will be waiting for you :)'), (30612, 55, 'Johore, Malaysia', 'I rmb the last time this happen was damn shiok RT @autocorrects: That awkward moment when you make eye contact with someone multiple times.'), (30613, 5783, 'Johor Bahru, Johore', '@bibyfyraa tq awk sbb phm keadaan sy'), (30614, 1642, 'Johor Bahru, Johore', 'Tho it''s 10 at night, it''s still awesome to eat this. http://t.co/y9qAIhA4'), (30615, 1556, 'Singapore', 'Saw @NasuhaNsr just now at Gek Poh'), (30616, 1279, 'Johor Bahru, Johore', '@fayefeii NO , XMM JIU SHI XMM'), (30617, 3, 'Plentong, Johor Bahru', 'i got crush on many boys. lantak ah nak brapa ramai nama pun crush bukan couple lalalalalalulululu'), (30618, 604, 'Johor Bahru, Johore', 'I''m at Blk 146 Yishun Street 11 (Yishun, Singapore) http://t.co/rQ9v3D3P'), (30619, 1384, 'Johor Bahru, Johore', 'Fever went down but still not feeling good. Hungry la'), (30620, 2122, 'Johor Bahru, Johore', 'Always want me to help you but you don''t feel grateful.'), (30621, 2336, 'Plentong, Johor Bahru', '@SharmiNazira wey kene buat ke/?'), (30622, 213, 'Plentong, Johor Bahru', '@spartanZ9774 hahhaah'), (30623, 5309, 'Riau, Indonesia', 'bundaaaaaaaaaaaa ayolah ke disctarra beli 1hari yg cerah nya kak @BUDIdoremi ;(((.'), (30624, 4909, 'Singapore', '@shielim oh yay!! ahhaha! so what did he confess ?;3'), (30625, 1190, 'Kota Tinggi, Johore', '“@viatumblr: Never react emotionally to criticism. Analyze and correct yourself to determine whether it is justified. #viatumblr”'), (30626, 5784, 'Johore, Malaysia', '@kodo_32 先程counterでお目にかかった稲毛インターのものです。日曜日一緒に走ります、宜しくお願いします。ディスクでガンガン行って下さい。'), (30627, 4158, 'Johore, Malaysia', 'Maybe I''ll buy an ipad if I sell out @jungsungha ''s and @prestonreed ''s May concert. Just saying!!\nhttp://t.co/3IW1slXH'), (30628, 4435, 'Johore, Malaysia', '@aliciamutheardy NO! See fb the likes for dee kosh so much moreeee'), (30629, 1279, 'Johor Bahru, Johore', '@fayefeii U GROSS AS HIM HAHAHA'), (30630, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie @nurulalaika yekew? idk , hoho...kau peluk lelaki idaman aq , hermm'), (30631, 1916, 'Plentong, Johor Bahru', 'DAP menolak hudud sebagai agenda PR dalam buku jingga.'), (30632, 5342, 'Johore, Malaysia', '@salehasauki owhhh..x istiqamahh la g tue...hahha'), (30633, 1264, 'Johor Bahru, Johore', 'Walao. I walk out of lift then see one guy over there my heart stopped beating sia. ZZZ'), (30634, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 38'), (30635, 5195, 'Johore, Malaysia', 'F99-PEH HAWK'), (30636, 5785, 'Johore, Malaysia', 'I''m at Tantric Bar &amp; May Wong''s Cafe (Singapore) http://t.co/BNe6YdUa'), (30637, 1166, 'Johor Bahru, Johore', 'Time for bed(:'), (30638, 4906, 'Singapore', '@Sharanyaaaaaa heya:) heard about ya shoppingg...:)'), (30639, 3677, 'Johore, Malaysia', '@RahimiShahar LOL WTF'), (30640, 991, 'Johor Bahru, Johore', '@BeingSyazwin the story mode one? Rando soldier counted :P ?'), (30641, 126, 'Tebrau, Johor Bahru', 'Pergaduhan untuk dapat kan lee minho bersame @ZaaraDolhadi ishh -.- http://t.co/guY8I7g6'), (30642, 873, 'Johor Bahru, Johore', '@filmfrmt @pineapplehippos hahaha!!aww, imiss the both of you too!!!studio was the best!!!'), (30643, 1300, 'Johor Bahru, Johore', '@AspirantSG i think ur a food lover :-)'), (30644, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 39'), (30645, 880, 'Malaysia', '“@viatumblr: A gentleman makes commitments. A loser makes promises. #viatumblr”'), (30646, 967, 'Johor Bahru, Johore', 'Masii harus tnggu smpe tnggl 15 bln dpan.. Aiiiiiiiihhh.. Klamaan tataaaaaaaa.. :((( http://t.co/975cpPSq'), (30647, 5413, 'Johor Bahru, Johore', '@SweetRebeccaFan hve u been to sgpre?'), (30648, 3758, 'Johore, Malaysia', '@IINKKK คือกูก็บ้าไม่แพ้มึงนะ 5555555555555555555555555'), (30649, 300, 'Johor Bahru, Johore', '@sujeanmelissa Yes! Haha! May plano na naman ba?'), (30650, 5614, 'Plentong, Johor Bahru', 'Maaf saya tidak biasa jika tidak menggunakan nama saya sendiri :)'), (30651, 1279, 'Johor Bahru, Johore', '@NowBangs diam la !'), (30652, 5786, 'Tebrau, Johor Bahru', 'I wrap it!^^ http://t.co/GODoUMso'), (30653, 1264, 'Johor Bahru, Johore', 'Lucky i got twitter accompany me from Clementi back home'), (30654, 5787, 'Malaysia', 'http://t.co/W2ZnbAzN /// ฝ่าบาท ซูฮยอน นู๋ขอเปงมเหสีได้ม๊าาา อิอิ'), (30655, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 40'), (30656, 2909, 'Johor Bahru, Johore', 'Troublesome-''-'), (30657, 5788, 'Johore, Malaysia', 'Gila bersama di rumah fathia @Clarameidali @AchaGitaVryn @Fathia_Jang and jihan'), (30658, 172, 'Johore, Malaysia', 'RT @HidayatGD: Ooh pretty girl. Following:68 Followers:768 Haish #hasthiseverhappentoyou'), (30659, 3837, 'Johor Bahru, Johore', '@ArizDCruz today what day uh ? Sunday suppose to go where ah ? Keluar kan ? OH TAK EH'), (30660, 1556, 'Singapore', 'Not going to buy Polaroid Camera, too expensive. Maybe try holga'), (30661, 5602, 'Singapore', 'don''t you remember'), (30662, 2340, 'Johore, Malaysia', '@crazziefreak whatsappp! take yr time bby.'), (30663, 5593, 'Riau, Indonesia', 'banyak yang nggak saya kenaal,, =='''), (30664, 5656, 'Johor Bahru, Johore', 'Screw this shit'), (30665, 1326, 'Johore, Malaysia', 'I''m at Bus Stop 01112 (Opp Bugis Junction) (Singapore) http://t.co/TCxhbPHQ'), (30666, 5789, 'Johore, Malaysia', 'I''m at Adib''s Cave http://t.co/ZlxhJh0b'), (30667, 3837, 'Johor Bahru, Johore', 'Home sweet home'), (30668, 786, 'Senai Kulai, Kulai Jaya', 'Nerd To Be.. http://t.co/IrNqeXcw'), (30669, 3064, 'Johore, Malaysia', '@Lertkillee yes it is http://t.co/wVQMOsSv'), (30670, 5646, 'Plentong, Johor Bahru', '@hanizahid awk mati ? okok , kita tak ambik lh :D hihi ^^ ni korg lepak kat mne ? bilik ?'), (30671, 880, 'Malaysia', '“@syazwanizzaty: you''re not a judge but if you''re gonna judge me, well sentence me to another life”'), (30672, 453, 'Johor Bahru, Johore', 'I''m at SHELL Autoserv (Singapore) http://t.co/iCwWWK3p'), (30673, 256, 'Johor Bahru, Johore', '@YAPSHUANGYU OMG I NEVER SEE OLD AUNTIE LIFEGUARDS before !?! WAA I''ll drool'), (30674, 46, 'Plentong, Johor Bahru', '@SyazrahHassims amboii sekali duaa . hihi XD macam-2 lagu kate radiooo . hihi :)'), (30675, 5790, 'Johor Bahru, Johore', 'i''m so speechless, dun noe wat to text her. damn'), (30676, 2653, 'Johore, Malaysia', '@IHEARTSUZY No. Lol. I said I will be waiting for Eli to reply me. :)'), (30677, 3658, 'Johor Bahru, Johore', '@PiercingsnTats haha okay I''m home sweetie. :)'), (30678, 2716, 'Plentong, Johor Bahru', 'Cari makan. (@ Taman Air Biru, Pasir Gudang) http://t.co/Ok5IMYwn'), (30679, 1195, 'Tebrau, Johor Bahru', 'I just ousted @hafidz9700 as the mayor of Pasar Borong Pandan City on @foursquare! http://t.co/lwPTaqJk'), (30680, 1195, 'Tebrau, Johor Bahru', 'I''m at Pasar Borong Pandan City (Johor Bahru, Johor) http://t.co/mWQRDFGq'), (30681, 991, 'Johor Bahru, Johore', '@HuiXd I think tmrw bah must Chiong finish xD NEH IMPOSSIBLE ONE confirm a lot no do yet one xD'), (30682, 2225, 'Malaysia', 'I''m at คอร์ตแบดมินตัน สปอร์ทคลับ w/ @o0icezzzaa0o http://t.co/rcZHNCx1'), (30683, 5716, 'Johore, Malaysia', '@AlexeyJohnson tapi yg tk best byk lagu aku tk pernah dgr hah'), (30684, 1327, 'Johore, Malaysia', '@Sya_miza bront nabila n lain x kenal'), (30685, 5603, 'Indonesia', 'nyok nyokkk!! RT @syalsarama Twitteran nyok we !'), (30686, 29, 'Tebrau, Johor Bahru', '@zhikanqisclumsy Hahhaha won''t la. Curse me uh?! Horhor. I tell Benjamin korkor.'), (30687, 317, 'Johor Bahru, Johore', '@diontheonlyone hahaa. Kidding laa. But maybe u not there den she wont go:) wan bet? :)'), (30688, 3038, 'Johore, Malaysia', 'Doing hw (@ Home&lt;3) http://t.co/VOzPLrqJ'), (30689, 2732, 'Malaysia', '@Mivly_nakal ฟอลกลับล่ะจ้ะ ♥'), (30690, 1279, 'Johor Bahru, Johore', '@sandyshy ask @ShawnSHAWNNNNN'), (30691, 5791, 'Johor Bahru, Johore', 'I''m at Woodlands Interchange http://t.co/8wiApm6N'), (30692, 213, 'Plentong, Johor Bahru', '@spartanZ9774 @intanska @adamblaze2 why?? to overdoing ker?'), (30693, 5772, 'Singapore', '@FFunFair hhaha ! Trying to put your heart at ease. hhe, just don''t think about it. It may turn out to be a surprise ? tibe tibe smpai. ^-^'), (30694, 194, 'Johore, Malaysia', 'dahah! ade orgnk aku mati ah.. k dah good to know all of u kwn kwn..'), (30695, 991, 'Johor Bahru, Johore', '@BeingSyazwin random*'), (30696, 5788, 'Johore, Malaysia', 'Sampe rumah lngsung tepar'), (30697, 3837, 'Johor Bahru, Johore', '@ArizDCruz (Y)'), (30698, 3919, 'Johore, Malaysia', 'With Tercero! (@ Coffee Club) https://t.co/pQ91EL2z'), (30699, 1109, 'Johor Bahru, Johore', '@H4PPYPILLS :)'), (30700, 5603, 'Indonesia', 'minta sama om beta :D RT @avidhidayat sayang aja gak punya T.T RT AnggyaMegaayu pakai penyedot kloset sana ahahaha xD RT @avidhidayat teling'), (30701, 2336, 'Plentong, Johor Bahru', 'kenapa awak handsome sgt #ahmadfaizal'), (30702, 431, 'Johore, Malaysia', '@xiuyuuu your henry ah ah huey'), (30703, 1279, 'Johor Bahru, Johore', '@NowBangs KITKAT UR ASSHOLE LA'), (30704, 2378, 'Johore, Malaysia', 'Istirahat malam. . . For a better adventure tomorrow. . . (@ Feel at Home Backpackers) https://t.co/B6xwoZMU'), (30705, 196, 'Johor Bahru, Johore', 'People say time for showhand, I shall say time for @ian_ianization!'), (30706, 359, 'Johore, Malaysia', 'Bitin naman ang break time! Ok lang I can wait for 1 more hour and I''m outta here!'), (30707, 5792, 'Malaysia', 'I''m at ตลาดกรีนเวย์ ((Green Way Market : HDY || w/ @greenkub http://t.co/QIfSYBGe'), (30708, 3193, 'Plentong, Johor Bahru', 'Hello :'')'), (30709, 3571, 'Johor Bahru, Johore', 'I''m at Ang Mo Kio Central (Singapore, Singapore) w/ 2 others http://t.co/25mUCnI1'), (30710, 5793, 'Singapore', 'damm you http://t.co/DD9SZmRN - i need a mothers day card! grrrr'), (30711, 5614, 'Plentong, Johor Bahru', '#SayaTakBiasa sebelum tidur tak salam tangan Ibu :'')'), (30712, 1426, 'Johor Bahru, Johore', '@chrisyyyyyy No problem. See ya at work!'), (30713, 5297, 'Johore, Malaysia', '@DieDieFromSkool Missing makes u feel a little sad but we juz ccudnt forget'), (30714, 2432, 'Johor Bahru, Johore', '@f_cukyou now is like got 3 class in ur course thn for April intake ppl. They will open one more class so u and ur frens shld be in 1 class'), (30715, 5794, 'Tebrau, Johor Bahru', 'Rindu si dia..&lt;3'), (30716, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 41 ...Followers sorry gw ngespam!!!hihi'), (30717, 5795, 'Johor Bahru, Johore', 'Bkackshot gerek ah ~'), (30718, 5772, 'Singapore', '@labibaaah_ idk mine''s what gb sia. xD'), (30719, 2653, 'Johore, Malaysia', 'I''m singing my blues~~'), (30720, 2873, 'Johore, Malaysia', '@likuhhein @choonhockbleh @assortedbacon HEIN YOU SLOW LOL'), (30721, 880, 'Malaysia', 'Some sisters bullshit her little sisters'' life.'), (30722, 5796, 'Johor Bahru, Johore', '@FoudreRouge WTF! Baek2 ltr abg misai nampak stim terus... Hehx'), (30723, 2647, 'Johor Bahru, Johore', 'Got my milk tea.. :)'), (30724, 1617, 'Malaysia', 'หน้าเอิดเกินไปแล้วพวกข้า 55555" http://t.co/jMp56bp8'), (30725, 5797, 'Singapore', 'draws, feedbacks, responses. And you''ll make the money #pojiQuotes @99designs'), (30726, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini arghhhhh..jgn pertikaikan aku..selasa ni aku trun..kompemmm'), (30727, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 42'), (30728, 3306, 'Johor Bahru, Johore', 'Goode night http://t.co/ThyKQhrb'), (30729, 362, 'Johore, Malaysia', '@inakayamgoreng kayu je . Lol'), (30730, 213, 'Plentong, Johor Bahru', '@elyshaIstishad control control control control control control'), (30731, 5798, 'Johor Bahru, Johore', 'I''m at Woodlands Waterfront (Singapore, Singapore) http://t.co/LdmlnhNU'), (30732, 392, 'Johor Bahru, Johore', '@rrraihan go go go go :p'), (30733, 1264, 'Johor Bahru, Johore', 'Gonna go bathe now. Later time to think of what happen just now at #2Lclassouting :3'), (30734, 5614, 'Plentong, Johor Bahru', '@NinaaImanina *Shugha elak* Tanya lewwww Hahahhaaha xD'), (30735, 5773, 'Tebrau, Johor Bahru', 'Hahais faiez adyy'), (30736, 5540, 'Singapore', 'I FEEL SO POPULAR RIGHT NOW COS PEOPLE ARE GIVING ME SHOUT OUT... HEHEHE!'), (30737, 900, 'Johore, Malaysia', '@Candid_At_Best seem popular with Asian ladies!'), (30738, 5500, 'Singapore', 'Haha!! Rui En Wear Spec Agn&gt;...&lt; CUTE!! Unriddle 2.'), (30739, 5603, 'Indonesia', 'semoga aja kita semua diberikan kehidupan yang terbaik sama allah, aminnn :)'), (30740, 2296, 'Johore, Malaysia', 'I''m at Love''s http://t.co/svswNv6H'), (30741, 1898, 'Johor Bahru, Johore', 'Craving for crazy crepes! :('), (30742, 2572, 'Johore, Malaysia', 'Why 229 so long!:('), (30743, 5799, 'Kota Tinggi, Johore', 'I swear you''re running around my mind the whole day ❤'), (30744, 362, 'Johore, Malaysia', '@qayyumsanchie Kay . My number 91224954 . Text me first Kay'), (30745, 1264, 'Johor Bahru, Johore', '@darezerwee IM HOME AT LAST'), (30746, 3774, 'Johor Bahru, Johore', '@Mir_minnji okie'), (30747, 5800, 'Riau, Indonesia', 'waktunya belajar lagi...'), (30748, 3501, 'Johor Bahru, Johore', 'Cool place. 6pm -3am. Closed on Mondays. (at Nasi Lemak Kukus) — http://t.co/MnZsybQ7'), (30749, 5752, 'Singapore', '@MonsterrrFionaa Yeah. I remember.'), (30750, 4103, 'Johor Bahru, Johore', 'This little scene between the little puppy and Horatio is soooo cute! :D http://t.co/FEHmLanp'), (30751, 440, 'Johor Bahru, Johore', '@SACREDS1NS dhoby ghat'), (30752, 1, 'Tebrau, Johor Bahru', '@AlynRomano aik nak buat apee ? tiket wayang tu pun takde pd aku'), (30753, 435, 'Singapore', '@popsywhoopsy HAHAHA. nevermind. i think mdm cheah should return us our situational writing first actually. All our plans is attached to it.'), (30754, 5773, 'Tebrau, Johor Bahru', '@Faiezdeso ikr!'), (30755, 4733, 'Johore, Malaysia', '@Lavouche bram braratatata tatatatatata~'), (30756, 5603, 'Indonesia', 'dari tadi kalah teruss┌∩┐(◣_◢)┌∩┐'), (30757, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 43'), (30758, 362, 'Johore, Malaysia', 'I hot seh :( . Ergh !'), (30759, 1322, 'Johore, Malaysia', 'I''m at Park Yoochun''s Dreamland~* http://t.co/yc1V5Muh'), (30760, 5510, 'Johore, Malaysia', '@Aslinexht WHATIFFFFFFFF! AHAHA'), (30761, 991, 'Johor Bahru, Johore', '@BeingSyazwin I feel like a loser LOL XD tmrw bah today I am already killed by my noobness LOL'), (30762, 58, 'Malaysia', '@Doraemon_aii เดี๊ยวโทรไปป'), (30763, 1333, 'Johor Bahru, Johore', '@KittennyScars k la, mayb we''re thinking differently lor'), (30764, 5801, 'Pulai, Johor Bahru', '@IrahGiler happy larh.. Yerh.. Sambil hate adik kauh, kauh tlgtlg skit dgn maths akuh.. Boleh tk adik azirah??'), (30765, 5603, 'Indonesia', 'gaul sih, walau pun dipaksain banget'), (30766, 3621, 'Johore, Malaysia', 'I''m at people park''s centre (China town) http://t.co/e1ofzGJd'), (30767, 5716, 'Johore, Malaysia', '@AlexeyJohnson byk Kpop uhh-.-'), (30768, 3075, 'Johor Bahru, Johore', '@joaaanjoan full than go find toilet n shit everything out... Hahahha...'), (30769, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 44'), (30770, 5500, 'Singapore', 'Haha!! Rui En Wear Specs Agn&gt;...&lt; CUTE!! Unriddle 2.'), (30771, 2572, 'Johore, Malaysia', '@Blehtan how I know which singer you talking about!'), (30772, 5802, 'Malaysia', 'อายมาก (@ Tesco Lotus (เทสโก้ โลตัส) w/ 2 others) [pic]: http://t.co/28s6iByK'), (30773, 1109, 'Johor Bahru, Johore', '#Nowwatching chnl u showhand! :)'), (30774, 1609, 'Plentong, Johor Bahru', 'Dinner ramai2, bayar sorang2... Hehehehe.. (@ Sekinchan Ikan Bakar (Johor Bahru)) http://t.co/1E6fmImS'), (30775, 73, 'Johor Bahru, Johore', 'Nonononono . He''s angry at me ): .'), (30776, 4846, 'Johore, Malaysia', 'If only phone battery have a long life. Like 500%?'), (30777, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku tahuu akulah org yg crush kat DIA..\nAku tak mengharap DIA suka kat aku ponn..\n#SiapalahSaya :&amp;#39;)'), (30778, 362, 'Johore, Malaysia', '@inakayamgoreng aren''t we talking right now ?'), (30779, 1556, 'Singapore', '@NasuhaNsr around 6++ @MuhdFirman saw too. You was with little boy'), (30780, 1190, 'Johor Bahru, Johore', '@xiaodan12 @decadentdecline then you still tell us you okay!'), (30781, 5803, 'Johore, Malaysia', 'I just ousted Saumil as the mayor of Nadaman@Shangri-La Hotel on @foursquare! http://t.co/JFVBEEhY'), (30782, 5804, 'Johore, Malaysia', '@Maahheessaann Happy Birthday MahesanXD'), (30783, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz @piggyoinkoinkz ok let''s go home Tgt :D'), (30784, 1822, 'Johor Bahru, Johore', 'I''m at Living Room ! http://t.co/chhxdPRO'), (30785, 5540, 'Singapore', '@OreoStereo WAS THAT U ON RADIO??? DAFUGGGG'), (30786, 5603, 'Indonesia', 'panas banget (╯_╰)'), (30787, 194, 'Johore, Malaysia', 'try type gitu mcm'), (30788, 2443, 'Johor Bahru, Johore', '@baconstripperss @assortedbacon threesome fun!'), (30789, 3810, 'Singapore', 'OSIF\noh shit it''s friday :O'), (30790, 4467, 'Johor Bahru, Johore', '@kimberly_chia YEAHHHHHHH!!!'), (30791, 135, 'Johor Bahru, Johore', 'Im just useless'), (30792, 5297, 'Johore, Malaysia', 'OMG I LEFT THE CAGE OPENED N MY HAMSTER RAN OUT!NO WONDER WHEN I WENT OUT MY DOG RANSACKED THROUGH THE SHOES N I FOUND OUT IT WASN''T THERE.'), (30793, 5646, 'Plentong, Johor Bahru', '@hanizahid ohh , hahahaa . cium kna Iris untuk kita :* thx :D'), (30794, 2661, 'Johore, Malaysia', '@CherieKwek wrong ans'), (30795, 5801, 'Pulai, Johor Bahru', '@IrahGiler I now.. U miss me rite ?? Hahahaha !! :D'), (30796, 440, 'Johor Bahru, Johore', '@himynameiskeely gws :)'), (30797, 5510, 'Johore, Malaysia', 'You everyth also say to seniors one lo -,-'), (30798, 1556, 'Singapore', '@MuhdFirman about generation Y'), (30799, 991, 'Johor Bahru, Johore', '@HuiXd you too:) oh English ._. Canteen no nice food one lah LOL'), (30800, 4996, 'Johor Bahru, Johore', 'Sorry for leaving you.'), (30801, 5716, 'Johore, Malaysia', 'Da lama eh tk raving.'), (30802, 29, 'Tebrau, Johor Bahru', '@aubreybuttowski @SyasyaUmar Hmm okay. Try my best! But will get killed my some people like my mama.'), (30803, 4823, 'Plentong, Johor Bahru', 'Dekat kolej saya ada kursus Budak Pavi?'), (30804, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 45'), (30805, 665, 'Johor Bahru, Johore', 'Since tmr is my stay home day...I shall do hw? Ahhh. Anyone wanna come over? Lol!'), (30806, 1279, 'Johor Bahru, Johore', '@NowBangs PS IDW SEE UR FACE. CHEH'), (30807, 5752, 'Singapore', '@MonsterrrFionaa @MeitingTMT @sealedinscarlet @KSiewXing @_Ahmei @AbsoDorkBuu @heffyflorella, If you can make it tomorrow 2pm @ Bugis.'), (30808, 5805, 'Johore, Malaysia', 'My teacher gave me a SCGS Math paper just now.'), (30809, 4581, 'Johore, Malaysia', 'I''m at The Cathay (Singapore) w/ 2 others http://t.co/jELOHoQs'), (30810, 4846, 'Johore, Malaysia', 'Ahh competitions are coming!!'), (30811, 2746, 'Johore, Malaysia', '@_KristineNicole never follow me 0-0 So bad T.T'), (30812, 996, 'Johore, Malaysia', 'Playing Pokemon Ruby tomorrow. :S'), (30813, 86, 'Johore, Malaysia', 'i got blueberry melts for freeeeee. yay !'), (30814, 3075, 'Johor Bahru, Johore', '@PPenguinBoy petty or not... Suddenly u take some aunty photo.... Hahahahaha... Fake la....'), (30815, 2223, 'Johore, Malaysia', 'Angkrem slimutan .. (@ The Fullerton Hotel Singapore w/ 2 others) http://t.co/3ar9DGpA'), (30816, 5706, 'Plentong, Johor Bahru', '@Alysiayte jom r0men'), (30817, 440, 'Johor Bahru, Johore', '@frappeliciousQT OH! That place got alot board games *-*'), (30818, 5603, 'Indonesia', 'tobatobatobatobatobatobat'), (30819, 283, 'Johor Bahru, Johore', '@TinTan__ @jyeoj tin ah.. Even if Joey gets the ticket she will be sitting with whoever maryanne was going with?'), (30820, 5540, 'Singapore', '@LailaSykes OMG!!! ON MONDAY AKU KASI KAU HUG OK!! :)'), (30821, 5805, 'Johore, Malaysia', 'And it''s a murderer.'), (30822, 665, 'Johor Bahru, Johore', 'Throat very sore :/ sian.'), (30823, 2653, 'Johore, Malaysia', '@IHEARTSUZY :P But sound like some song. Hmm.'), (30824, 135, 'Johor Bahru, Johore', 'You deserve better, yeah'), (30825, 1822, 'Johor Bahru, Johore', 'I''m at Tvvvvv. http://t.co/sxTi0nvb'), (30826, 126, 'Tebrau, Johor Bahru', '@iwaahadexera asal mention nme aku dkt die . Malu la aku -.- haha sukehty la kt twitter bole fb pun bole :p'), (30827, 5800, 'Riau, Indonesia', 'barakallahu fii umrik uni @nirina_zubir sukses slalu...'), (30828, 5614, 'Plentong, Johor Bahru', '@ShukriHani Ohh hihi. Jangan ahh Kekeasih gelap, Kita tak gelap ahh HAHAAHAHA xD Dah maju sekarang ada ''Ku'' :)'), (30829, 1264, 'Johor Bahru, Johore', '@Vantsoul I dont dare go down my house the minimart. Scared :('), (30830, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa haha .aq buat sains sukan je .dak2 ni ckp bi ad gak keje .'), (30831, 213, 'Plentong, Johor Bahru', '@TheLittleFatt hahaha layan skrillex jugak kau ni'), (30832, 1279, 'Johor Bahru, Johore', '@sandyshy @EleChipMe YA YA YA ! LOL'), (30833, 5710, 'Johore, Malaysia', '@acapohlala Haha :] ok laa acap maw mandi ,Lain kali twit/2 lg .Haha kirim salam Jessie J taww :] byee Hahaaa'), (30834, 5598, 'Plentong, Johor Bahru', 'I''m at Chicken Chop Hutan Bandar http://t.co/KLrKysVP'), (30835, 5762, 'Singapore', '@huiqi_1996 http://t.co/0SKCQsLL HERE''S THE LINK!!!!SUPER NICE!!!'), (30836, 2587, 'Johor Bahru, Johore', 'math hwaiting!!!!!!!!!!!!!!'), (30837, 3725, 'Plentong, Johor Bahru', 'I''m at Roost Juice+Bar (Johor Bahru, Johor) [pic]: http://t.co/Dq6pFHeC'), (30838, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs haha . Menipu sangat takde duit :p !'), (30839, 2421, 'Johor Bahru, Johore', 'Home at last... I''m freezing like mad'), (30840, 5805, 'Johore, Malaysia', 'Paper 1 and I can only do like 15% of the paper...'), (30841, 5271, 'Kota Tinggi, Johore', 'Ren is pretty for a boy:) me likey cz his skin is flawless'), (30842, 1432, 'Johor Bahru, Johore', 'Who knows what will happen next ?'), (30843, 3025, 'Johor Bahru, Johore', '@Heart__Breaks she damn zai sia'), (30844, 283, 'Johor Bahru, Johore', '@Jyeoj @krackedlips I think no more liao!!!'), (30845, 435, 'Singapore', '@popsywhoopsy hmm, i think we would just meet at geylang east library tmr and then go insyiraah house then we start to refresh our memory!'), (30846, 2644, 'Pulai, Johor Bahru', '@evayezza ape yg SAYA tak tahu?'), (30847, 5806, 'Johor Bahru, Johore', 'Watching a movie before I sleep @ 4 Walls That Surrounds Me http://t.co/uk66qhwU'), (30848, 1264, 'Johor Bahru, Johore', 'Okay charge phone and bathe'), (30849, 4733, 'Johore, Malaysia', '@thINNOCENTx3 AIYA, he complaining next year de. Hahaha.'), (30850, 4985, 'Tebrau, Johor Bahru', '@DinulNaim hahah memang beza kan ;) diam lah kau hee'), (30851, 73, 'Johor Bahru, Johore', '@_kissmyyyass Me ! I''m here for you (: .'), (30852, 4846, 'Johore, Malaysia', 'Gonna skip 4 days of lessons :/ :O'), (30853, 1556, 'Singapore', 'I could carry Amirul Daniel up to the ceiling. Either he is super light or I am strong. #lol'), (30854, 2909, 'Johor Bahru, Johore', '@Moonotopia *whistles*'), (30855, 3179, 'Johor Bahru, Johore', 'Goodnight. :)'), (30856, 5409, 'Johor Bahru, Johore', '@shielaahashim cite tu merepek bole .hahaha'), (30857, 387, 'Johor Bahru, Johore', '@conjelline totoo nga ba yun akala ko joke lang yun'), (30858, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 46'), (30859, 5413, 'Johor Bahru, Johore', '@mdnooradli helo my buddy!!!!'), (30860, 5510, 'Johore, Malaysia', 'YES SHINEE''S COMEBACK ON MARCH 19!!!! YAY LIKE FINALLY'), (30861, 4909, 'Singapore', '@shielim idk how to put it..but there is like a way to make them feel fraustrated then confess &gt;w&lt;'), (30862, 2873, 'Johore, Malaysia', '@WILLLLZZZ @choonhockbleh cinema 4D LOL'), (30863, 5805, 'Johore, Malaysia', 'Imagine if it''s paper 2,I wouldn''t need to look at the paper lol'), (30864, 3465, 'Kota Tinggi, Johore', 'I''m at Eilleen''s Crib! (Singapore, 08-874) http://t.co/dbfN1BK6'), (30865, 1333, 'Johor Bahru, Johore', '@KittennyScars nooooo, got hair ))):'), (30866, 5636, 'Singapore', '@WayneTCW99 helicopter in a plastic bag? but i tot helicopter fly in the sky? why in plastic bag? LOL JKJK :DDD'), (30867, 1574, 'Johore, Malaysia', '@sierrasiesta sapa sapa sapa? Kenapa kenapa kenapa? Mari saya bantu haha'), (30868, 2011, 'Kota Tinggi, Johore', 'I''m at Blk 716, Bedok Reservoir Road http://t.co/7XHkvmgN'), (30869, 5540, 'Singapore', 'BESOK SAPE BAWAK RADIO????? AKU REQUEST SURUH ON RADIO913'), (30870, 440, 'Johor Bahru, Johore', '@sheneedstrength desserts quite cool! *-* bpghs home Econs no teach meh? :o good luck to u! :D'), (30871, 2653, 'Johore, Malaysia', 'I''m a Hottest. &lt;3'), (30872, 5762, 'Singapore', '@septemberoute have you see this? : http://t.co/0SKCQsLL'), (30873, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx COOLSTORYBRO'), (30874, 5716, 'Johore, Malaysia', '@AlexeyJohnson aah tu yg tk best abe yg blh main asik lagu sama jer'), (30875, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 47'), (30876, 5807, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 8 others http://t.co/0i9qgXFe'), (30877, 5183, 'Johore, Malaysia', '@KarmahnT I''m so sorry km :( I''m on study lockdown now :(( tuition and books are my date tmr...'), (30878, 5297, 'Johore, Malaysia', 'THEN MY GRANNY SAID SHE SAW A BLACK THING IN HER ROOM N SHE FOUND OUT IT WAS THE HAMSTER N SHE RETURNED TO US.'), (30879, 2873, 'Johore, Malaysia', '@likuhhein @choonhockbleh @assortedbacon I ALSO USING PHONE LOL NO EXCUSES'), (30880, 5808, 'Johore, Malaysia', 'I''m at Nabins (Singapore, Singapore) w/ 5 others http://t.co/IoJ5LTlf'), (30881, 3193, 'Plentong, Johor Bahru', 'Cakaplah Fadhhh. Kita tak kisah ;)'), (30882, 2653, 'Johore, Malaysia', 'I''m a BANA. &lt;3'), (30883, 1279, 'Johor Bahru, Johore', '@NowBangs UR PROBLEM LA'), (30884, 5500, 'Singapore', '#PeopleIWantToMeet RUI EN!!!!!!!!! ♥ U!!'), (30885, 3650, 'Johore, Malaysia', '@frenchyy8D @swaggitbieber no have la !!!!!!! &gt;&lt;'), (30886, 213, 'Plentong, Johor Bahru', '@elyshaIstishad hahah~~ anyway aq suka cerita tu'), (30887, 1131, 'Johor Bahru, Johore', 'My body has alot of problems!! HAIXZZZZ.'), (30888, 5803, 'Johore, Malaysia', 'Juz arrived back in my room! (@ Shangri-La Garden Wing Room 383) [pic]: http://t.co/29fnC28i'), (30889, 1330, 'Johor Bahru, Johore', 'I''m at Home Sweet Home ^^ http://t.co/zx71DTMZ'), (30890, 5271, 'Kota Tinggi, Johore', 'ARON AND BAEKHO MY BIAS FOR NU''EST'), (30891, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 48'), (30892, 1613, 'Johor Bahru, Johore', 'I''m at R8 http://t.co/eVaEsemq'), (30893, 3, 'Plentong, Johor Bahru', 'alamak! lagu wish you were here pulak! alaaaaa tknk tacing tacing :''( hhiiiisssssshhhhhhhh'), (30894, 932, 'Johor Bahru, Johore', 'Hi, tell me about yourself, your name, your dreams, your ambitions. As well as your number.'), (30895, 5716, 'Johore, Malaysia', 'So sad that I cant perform my friday prayer tmrw:('), (30896, 1556, 'Singapore', '@NasuhaNsr @MuhdFirman he is not that fat la..hahah'), (30897, 4308, 'Tebrau, Johor Bahru', '@ohohziehaRE oooo cekci cekci sekali... hhaaaaa avatat'), (30898, 1166, 'Johor Bahru, Johore', '@B_cookiemonster not feeling well.. Kk see you tomolo..'), (30899, 880, 'Malaysia', 'I just don''t know either me being so bad to her or she really just makes me go insane sometimes.'), (30900, 1588, 'Johor Bahru, Johore', 'Waiting for lift (@ Blk 756 Yishun St 72 ("v")) http://t.co/G7fidfOG'), (30901, 2432, 'Johor Bahru, Johore', '@f_cukyou ya so maybe only la haha !!'), (30902, 5788, 'Johore, Malaysia', '@indiraaisyaP "-_-'), (30903, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 49'), (30904, 3810, 'Singapore', '@bunnyrobots have? :O'), (30905, 1300, 'Johor Bahru, Johore', '@tinzliang sama mo n ang cross legs at croosed eyes #junjun :-)'), (30906, 4681, 'Johor Bahru, Johore', 'Should I go for a run tomorow. Hahah. But I''m afarid when I run half-way my sport shoes spoiled. Ahh.. x.x'), (30907, 1899, 'Johor Bahru, Johore', 'And for bday i plan to have a dozen of this. Probably the best indulgence ever without getting fat'), (30908, 3025, 'Johor Bahru, Johore', '#TheEpicMoment when I hit my own hand very hard while playing heart attack ...'), (30909, 4846, 'Johore, Malaysia', 'Meeting the same competitor gives me some stress.'), (30910, 874, 'Johor Bahru, Johore', '@foreveralwaysz huh??'), (30911, 58, 'Malaysia', '@orioenjoy สู้ ๆ ค่ะ พี่สาว :)'), (30912, 387, 'Johor Bahru, Johore', '@conjelline ah wala ng lovers noh? Hahahhahaha sabi sakin dahil sakin daw e hahahaha inuuto ako e hahaha'), (30913, 991, 'Johor Bahru, Johore', '@HuiXd LOL liar sia, 3 years u never eat before but is not not nice it''s just average LOL'), (30914, 5593, 'Riau, Indonesia', '@olfaresha hmmm siapa ya???'), (30915, 1143, 'Johore, Malaysia', '@orangeduke97 WA likedat right we all kidnapp her smuggle her into a deserted island ah! NO WAY will she see this 100%guarantee(:'), (30916, 1556, 'Singapore', '@Karl_In_Bandung was stalking me just now.....'), (30917, 1327, 'Johore, Malaysia', '@Sya_miza nite2'), (30918, 3007, 'Tebrau, Johor Bahru', '@DalilaAimie @nurulalaika haha, mestyla ..takkan my worst man pulak,'), (30919, 349, 'Johor Bahru, Johore', 'Someone help! What''s this? http://t.co/vAbDokf8'), (30920, 2653, 'Johore, Malaysia', 'SLRY!! Why UKiss member never reply to my tweet. ==" But others?!'), (30921, 3371, 'Plentong, Johor Bahru', 'Sorry Late twit, sebok tolong parent untuk psedian kahwin abang :) Sihat jer :D RT @SHYTeenagers17 "@dean_AmyEv Okay Okay , sihat tak ? :D"'), (30922, 5271, 'Kota Tinggi, Johore', 'Nowplaying Face NU''EST~~~~'), (30923, 58, 'Malaysia', '@SodsaiiZ ไปไป 55 แต่ไปวันพุธ'), (30924, 1107, 'Johor Bahru, Johore', 'I''m at Syed Restaurant (Yishun) http://t.co/wWAjl9Cm'), (30925, 73, 'Johor Bahru, Johore', 'He almost killed her by strangling her omg . LOL .'), (30926, 46, 'Plentong, Johor Bahru', '@SyazrahHassims haha apelaaa . bukan laaa banyak makan domino tuuu laa jadinyaa . lain kali jangan makan bagi akak . hihi :)'), (30927, 5297, 'Johore, Malaysia', 'I WAS RELIEVED N MY DOG ACTUALLY HELPED OUT THE MOST N I FEEL IRRESPONSIBLE N NOW I M CRYING.*SOBS*'), (30928, 88, 'Johor Bahru, Johore', '@gric_95 SKYPE'), (30929, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx THAT STORY LUKAS WOOF WOOF TOLD ME'), (30930, 5809, 'Johore, Malaysia', 'Muddy mud pie #dessert #sweet #coffee #chocolate #instasg #instacity #igsg #sgig #iphoneonly @ Coffee Club http://t.co/XQyL2ogs'), (30931, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 50'), (30932, 5810, 'Tebrau, Johor Bahru', 'Charging my phone for the third time now. ._.'), (30933, 2240, 'Johore, Malaysia', 'I''m at 顺忠坛 http://t.co/8P5rKO5z'), (30934, 1279, 'Johor Bahru, Johore', '@NowBangs NOTED'), (30935, 167, 'Johor Bahru, Johore', 'Friendzone.'), (30936, 2746, 'Johore, Malaysia', 'Seriously ._. This kester irritate me like fk ._.'), (30937, 5796, 'Johor Bahru, Johore', '@Syazfeera @foudrerouge Cik, saya dah janji nk kawin same hari ngan anak cik &amp; aini... Ktrg masi tgu abg misai lebat drg meminang'), (30938, 5713, 'Johor Bahru, Johore', '@Evil_With_a_D hahas. Nth much. :P I just reach 150% alr need LGS for ZT HAHAHHA. :P panic.'), (30939, 5716, 'Johore, Malaysia', '@AlexeyJohnson aah!Sampai aku tk terbuat hw tadi main tu game.'), (30940, 73, 'Johor Bahru, Johore', '@_kissmyyyass Don''t cry . WHASTAPP !'), (30941, 5811, 'Johor Bahru, Johore', 'Yes I just got home ! Work today was bz yet relaxing'), (30942, 5311, 'Kota Tinggi, Johore', '@ashhlleeey why you becoming more ''Glenmond Lee'' (GL)?'), (30943, 3, 'Plentong, Johor Bahru', '@khaicees hehehehehehehehe :D khai esok khai dtg netball pkul brapa? nak main gym dlu tak pagi tuu kat thistle? jom!! for free hehehe'), (30944, 4337, 'Johor Bahru, Johore', 'Watching Pocoyo with Kieron.'), (30945, 213, 'Plentong, Johor Bahru', '@spartanZ9774 *ozzy osborn: who the f collin morgan!'), (30946, 86, 'Johore, Malaysia', 'di maccccccc (: http://t.co/ljXwowcx'), (30947, 666, 'Malaysia', 'I''m at Hybrid House Food &amp; Drink (Hat Yai, Songkhla) http://t.co/ThTUaIWg'), (30948, 1385, 'Johore, Malaysia', '@alvinathaniel what?'), (30949, 880, 'Malaysia', 'I don''t insult her when she''s down but she insults me hurtly when I was feeling down. She said I''m ugly and my marks r ugly too.'), (30950, 1589, 'Kota Tinggi, Johore', 'My phone bill $88 . Abang $198 . Ishhhh . Banyak nyer &gt;&lt; . Ya''allah :/'), (30951, 2653, 'Johore, Malaysia', 'I''m a Say A. &lt;3'), (30952, 3, 'Plentong, Johor Bahru', '@RazaliIzzuddin laksamana doremi awak ~.~'), (30953, 3443, 'Johore, Malaysia', '@batrisyiatw RLY? I DIDNT HEAR UR NAME LOL'), (30954, 1417, 'Johor Bahru, Johore', 'Supper with myself only... (@ Cheng San Market and Food Center) http://t.co/ZFfAGU1Z'), (30955, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 51'), (30956, 5623, 'Johor Bahru, Johore', '@KIMJIOHH u sat got BBQ ? :O'), (30957, 2336, 'Plentong, Johor Bahru', '@SharmiNazira gasak aku tak buat'), (30958, 131, 'Johor Bahru, Johore', '@Kristoff0428 di ko nahalata nung una..till I zoom in the pic! Genius!'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (30959, 5409, 'Johor Bahru, Johore', 'bdekak seh aq tngok cite LAWAK KE DER ni .sakit perut aq .hahaha'), (30960, 1300, 'Johor Bahru, Johore', '@tinzliang chika..u dont know? I dnt know too haha'), (30961, 4021, 'Johor Bahru, Johore', 'Wanna ciao soon, so tired naow '), (30962, 1556, 'Singapore', 'Should I care less or give a damn less, if that makes me happier?'), (30963, 2653, 'Johore, Malaysia', 'I''m A Blackjack. &lt;3'), (30964, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx I dogtag, u dogface :D'), (30965, 5812, 'Johor Bahru, Johore', 'Makan :) (@ Kovan 212 coffeeshop) http://t.co/xLG6c87m'), (30966, 3444, 'Johor Bahru, Johore', '@JustinWWD @NinjaWithaGun i dun wan jio leh. What can u do? (: at home boring sia~ -.-'), (30967, 5614, 'Plentong, Johor Bahru', '#AmukanPocong dah start *tukar channel* Top Model Special #nw'), (30968, 86, 'Johore, Malaysia', 'someone always merajuk with me :('), (30969, 932, 'Johor Bahru, Johore', '@heartwinkle haha! Are you trying to say looks can be deceiving? Hahaha!'), (30970, 1109, 'Johor Bahru, Johore', '@CELINLEONG Hehehe. ;) U nw watching showhand rite?'), (30971, 5732, 'Indonesia', 'mana RT @arwan_widianto'), (30972, 2746, 'Johore, Malaysia', 'Jealous :D . RT @ScarlettKaylene Thanks Mom!!!! Ma Bday Present! ^^ http://t.co/0i50H4bu'), (30973, 1420, 'Johor Bahru, Johore', '@Rosesthatlive hmm i tink chen lao shi will be here. Nt sure if de costume is done. But we''ve seen de sample its blak color. :)'), (30974, 1279, 'Johor Bahru, Johore', '@NowBangs OK CAN'), (30975, 4733, 'Johore, Malaysia', '@thINNOCENTx3 you very jialat la. IM just joking.'), (30976, 3347, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 12 others http://t.co/5npW87Wj'), (30977, 3, 'Plentong, Johor Bahru', '@Rafidahfirdaus hahaha tgok kakak marah :''( ngadu kat abanglaaa gini hahahahahaha fidaa fidaa'), (30978, 5788, 'Johore, Malaysia', 'Chatting gila bersama @indiraaisyaP @Clarameidali @AchaViryani'), (30979, 4875, 'Johor Bahru, Johore', '@kuh0l @_jeremyroy pagpasensyahan mo na. Slow eh. Hahahaha'), (30980, 48, 'Johore, Malaysia', 'should i sleep early tonight ?'), (30981, 3, 'Plentong, Johor Bahru', '@SyahirAnuar sokaykaykaykay'), (30982, 4681, 'Johor Bahru, Johore', '@tripodmonster No laa, kind to youu, the villa is for youu to livee then SGD$10,000,000 cheque for me okaays. ^_^'), (30983, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 52'), (30984, 880, 'Malaysia', 'Then, I was like okay fine. Someday I''m on the highest tower you will ever known'), (30985, 2644, 'Pulai, Johor Bahru', '#KalauCrushAku tu crush ngan AKU jugekk,\nHAHA! Ni kes berat nihh!Janganlah CRUSH dgn akuu..\n*MALU LAHHH!*'), (30986, 5814, 'Johore, Malaysia', 'its 10:10, and i have another hour of homework to do, but i don''t want to start #procrastinationstation'), (30987, 991, 'Johor Bahru, Johore', '@BeingSyazwin LOL BULLY TOWARDS SMAL ANIMAL XD'), (30988, 368, 'Senai Kulai, Kulai Jaya', 'I''m at Burger King (Johor Bahru, Johor) http://t.co/8hx6NIvr'), (30989, 1556, 'Singapore', 'Maybe I care too much for others, I hardly recognize myself.'), (30990, 2653, 'Johore, Malaysia', 'I''m A V.I.P. &lt;3'), (30991, 4228, 'Plentong, Johor Bahru', '@CikKatira haha tu lahh . iolls pun rindu uolls jugak . hahahaha'), (30992, 2572, 'Johore, Malaysia', '@colouredtears I just kena the model thing again this afternoon!-.-'), (30993, 4951, 'Riau, Indonesia', 'mslhnya org" ini seakan memaksaku utk mengerjakan semuanya secepat" nya RT @maxgheto Hahahahaha.RT"@rulirara: serius deh, aku selalu gk'), (30994, 5409, 'Johor Bahru, Johore', '@shielaahashim hahaa .aq tngok bpe kali je .'), (30995, 2873, 'Johore, Malaysia', '@WILLLLZZZ @choonhockbleh choon hock de is hard boiled egg LOL'), (30996, 4733, 'Johore, Malaysia', '@Lavouche I, I, love you like a love song, baby !'), (30997, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 53'), (30998, 1028, 'Johor Bahru, Johore', 'I''m at 118 Bukit Batok West Avenue 6 http://t.co/0gpZOozn'), (30999, 5758, 'Johor Bahru, Johore', '@X_I_N_P_E_I @chunsiongwcs ._. I mean'), (31000, 5815, 'Johore, Malaysia', '@4NDR0M3D4_ Hello!'), (31001, 4467, 'Johor Bahru, Johore', 'Two ah long so cute WTH &lt;3 ;p'), (31002, 29, 'Tebrau, Johor Bahru', 'Hate it when he gets angry.'), (31003, 4727, 'Johore, Malaysia', 'I''m at Sky Park (Singapore) w/ 3 others http://t.co/wnQiM6RV'), (31004, 5584, 'Johor Bahru, Johore', '@bJiaYi hahaha. Yeah luh! That Yellow,orange lover .'), (31005, 2292, 'Johor Bahru, Johore', 'Watching the Stephen kings. (@ My Oppars'' Sofa ) http://t.co/jBQr5E6P'), (31006, 440, 'Johor Bahru, Johore', '@piggyoinkoinkz @chocoblitzzz D: so bad to me :( #ForeverAlone'), (31007, 3452, 'Johore, Malaysia', 'My sister is skyping and otp with her fan crazing about Kpop what shinee what whatever shit i dont wish to know'), (31008, 2300, 'Johor Bahru, Johore', 'Done with #Devdas! Now #AmukanPocong'), (31009, 5476, 'Indonesia', '"@JiYeonIndoFans #7AraStayTogether RT kalau kamu tidak setuju anggota t-ara diganti'), (31010, 5716, 'Johore, Malaysia', 'I miss you girl:('), (31011, 747, 'Johor Bahru, Johore', 'Nothing is confirm. I shouldn''t wait!!! Simple thing like this. Sigh.'), (31012, 690, 'Johor Bahru, Johore', 'with @meitingtmt ! (@ McDonald''s) http://t.co/QAgyUmkS'), (31013, 5309, 'Riau, Indonesia', 'bundaaaaaaaaaaaa ayolah ke disctarra beli 1hari yg cerah nya kak @BUDIdoremi ;(((('), (31014, 3650, 'Johore, Malaysia', '@swaggitbieber waaa &gt;&lt; like that la ~~'), (31015, 3452, 'Johore, Malaysia', '*friend'), (31016, 68, 'Johore, Malaysia', 'But , I will still try .. Coz I wan to let them noe tat I care for them :)'), (31017, 991, 'Johor Bahru, Johore', '@HuiXd LOL really._o? Cool lol. It''s not nice anyway don''t eat better hahah lol'), (31018, 1194, 'Singapore', '@bunnybaby1315 nice sia:D'), (31019, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx MY SPECS ONLY PAJIAO FOR U , SERIOUSLY EVERYBODY LOOKS OKAY , BUT HOW COME U GOT DOGFACE?!'), (31020, 932, 'Johor Bahru, Johore', 'Shall stop these lines for today. Haha!'), (31021, 1863, 'Johor Bahru, Johore', '“SOMETIMES being too nice is dangerous &amp; harmful to our heart. You have to show your mean side once in a while to avoid getting hurt.,!”'), (31022, 387, 'Johor Bahru, Johore', '@conjelline hahhaa sigr mag dm ka na lang sakin hahahhahaha'), (31023, 5816, 'Johore, Malaysia', 'While he''s saving the world, I''m playing scramble :)'), (31024, 2733, 'Johore, Malaysia', 'Burp! @Merisngjingwen'), (31025, 435, 'Singapore', 'HAHAH. wtf. just remembered that i had an formspring account. and i went in just now with those really old questions.'), (31026, 29, 'Tebrau, Johor Bahru', '@aubreybuttowski @SyasyaUmar But I can''t walk properly. Need rest my leg.'), (31027, 1279, 'Johor Bahru, Johore', '@NowBangs kcan.'), (31028, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 54'), (31029, 1194, 'Singapore', 'shall stop my rnj video and listen to de mashups ♥'), (31030, 2783, 'Johor Bahru, Johore', 'I''m at Qimin''s Crib (Singapore) http://t.co/gc9wj5dP'), (31031, 1685, 'Johore, Malaysia', 'Testing for new ign. Cool ar? Aiden dè Neymar!'), (31032, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa hahaha .youtube pn ad la .'), (31033, 1417, 'Johor Bahru, Johore', 'Supper with myself only... (@ Cheng San Market and Food Center) http://t.co/zKGdFHdN'), (31034, 2306, 'Johor Bahru, Johore', 'At T3 macd airport...waiting for hongkong flight'), (31035, 5428, 'Johore, Malaysia', '@RaymondScrewYou HAHAHA omg so sensitive for what!'), (31036, 2644, 'Pulai, Johor Bahru', '#SayaTakBiasa orang cakap DIA suka SAYA..\n#SeriousNi'), (31037, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 55'), (31038, 835, 'Johore, Malaysia', 'Finally Bedok.! (@ Bedok MRT Station (EW5) w/ 2 others) http://t.co/htzQ22Mi'), (31039, 1976, 'Johore, Malaysia', 'Come fly to me i''ll show you what it''s like ... &lt;3'), (31040, 440, 'Johor Bahru, Johore', '@JingYingLeong my draw something cannot find thru fb. I need the specific username. Or u add a game. My username is wesleyteooo . Either 3'), (31041, 5817, 'Johor Bahru, Johore', 'Finally bck in singapore ! Yay!!'), (31042, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx gou lian~'), (31043, 50, 'Johor Bahru, Johore', '@SyafiqLee u yg tk msg i dulu'), (31044, 2873, 'Johore, Malaysia', '@likuhhein @choonhockbleh @assortedbacon HEIN NO EZCUZES ALSO LOL. IM ALSO USING 3G!'), (31045, 5744, 'Malaysia', '@chanakarn_kook เช้าเรียน เคมี บ่ายเรียน สังคม อยากจะบอก สังคมหนุก'), (31046, 440, 'Johor Bahru, Johore', '@JingYingLeong or 4 "o"s'), (31047, 131, 'Johor Bahru, Johore', 'Oh e ano ngayon Kung size 11 shu-es ko!? #lacoste @iamynnebor sayo kasya bunso! Lols http://t.co/veZ3yqzx'), (31048, 4681, 'Johor Bahru, Johore', 'Or should I wear my sister''s sport shoes. But, the problem is laater also spoiled how. Ahhh.. x.x'), (31049, 991, 'Johor Bahru, Johore', 'Okay I shall sleeeeep.'), (31050, 1258, 'Johor Bahru, Johore', '@nonakirana totally agree!'), (31051, 4339, 'Johor Bahru, Johore', 'I just ousted YenYin Q. as the mayor of Kang Kar Mall (Hougang) on @foursquare! http://t.co/fl8hR3pr'), (31052, 4339, 'Johor Bahru, Johore', 'I''m at Kang Kar Mall (Hougang) (Singapore, Singapore) http://t.co/ND0Vj4Ql'), (31053, 650, 'Malaysia', 'I''m at Hat Yai Sport Club (Hat Yai, Songkhla) http://t.co/woIumVbe'), (31054, 5646, 'Plentong, Johor Bahru', '@hanizahid kan ? Ya Allah , rindu nak dokong die , hahaha . Iris comel die lain , tak mcm akak ngn abg die , hahahahaa lol x) *joke*'), (31055, 135, 'Johor Bahru, Johore', 'You''re better off without me baby'), (31056, 5818, 'Johore, Malaysia', 'I''m at Starbucks (Singapore, Singapore) w/ 2 others http://t.co/3KgmNuGl'), (31057, 5817, 'Johor Bahru, Johore', 'Eizaz text me a lot sia. Alermakk .. -____-'), (31058, 5819, 'Johor Bahru, Johore', 'Just ended training... ^^v (@ Blk 616 takraw court) http://t.co/ofTFbwdG'), (31059, 5819, 'Johor Bahru, Johore', 'I just became the mayor of Blk 616 takraw court on @foursquare! http://t.co/mqkvex6G'), (31060, 3025, 'Johor Bahru, Johore', '@Heart__Breaks ikr'), (31061, 5788, 'Johore, Malaysia', 'Sekarang jam 10:12 malem gw masih belom bisa tidur'), (31062, 1194, 'Singapore', '@bunnybaby1315 yeahh the instrumental only ;3'), (31063, 4599, 'Johore, Malaysia', 'More catching up over dessert (@ Coffee Club) http://t.co/ejo1zcZo'), (31064, 5309, 'Riau, Indonesia', 'bundaaaaaaaaaaaa ayolah ke disctarra beli 1hari yg cerah nya kak @BUDIdoremi ;((((('), (31065, 4467, 'Johor Bahru, Johore', 'Waiting for Uri to be online xD @uggene'), (31066, 2254, 'Johor Bahru, Johore', 'I''m at 7-ELEVEN @ Blk 470 http://t.co/Uadz18Nx'), (31067, 3774, 'Johor Bahru, Johore', 'I''m at Serangoon MRT Interchange (NE12/CC13) (Singapore, Singapore) w/ 2 others http://t.co/pewxjzM9'), (31068, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 56'), (31069, 2746, 'Johore, Malaysia', '@ScarlettKaylene why laught? T.T Jealous also cannot meh?'), (31070, 5800, 'Riau, Indonesia', 'yang lagi senang makan rendang @uda_hkim'), (31071, 5196, 'Johore, Malaysia', '@agila_28 @akosi_emong hahahah kokonti lng pipimdutin eh'), (31072, 871, 'Johor Bahru, Johore', '@FiqqyFiq_ the only premier league team in UCL !!'), (31073, 3443, 'Johore, Malaysia', '@batrisyiatw whuut *clap* whuut *clap* *bullet action*'), (31074, 4322, 'Singapore', '@sixBUTTERSCOTCH It''s a lot leh! You at where now?'), (31075, 1863, 'Johor Bahru, Johore', '“@MiHeart_Speaks: Strong is when your heart breaks but you''re still able to give out your smile and mean it.”'), (31076, 3314, 'Johore, Malaysia', 'Back to normal .(:'), (31077, 2653, 'Johore, Malaysia', '@IHEARTSUZY Really. I shall listen to it to refresh my memory.'), (31078, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 57'), (31079, 819, 'Singapore', '@jamzxz I am sure... :) Got a feeling i''ll see you there during april too. haha'), (31080, 3658, 'Johor Bahru, Johore', '@PiercingsnTats too early.. :/ on-ing computer now . ~'), (31081, 1426, 'Johor Bahru, Johore', 'Saw a rescue tender broke down on highway. Hoseh liao. Confirm tio stomp.'), (31082, 1400, 'Johor Bahru, Johore', '@wordsfallthru wats ots?i feel sm supports suju least among the rest of the artistes among their label.rem lsm labelled them as ''unwanted'''), (31083, 1530, 'Johor Bahru, Johore', 'I also want be rich one day .'), (31084, 1, 'Tebrau, Johor Bahru', '@AlynRomano tadi tak mintak , sekrang baru kau nak mintak . nak simpan buat ape pulak ? alahai'), (31085, 880, 'Malaysia', '@Qishs bah okay!! Anyways, I haven''t try facetime b4.'), (31086, 5820, 'Tebrau, Johor Bahru', 'They''ll seek you when they''re in need. Other than that, you''re on your own.'), (31087, 932, 'Johor Bahru, Johore', 'Name me a place with good food and I will go there and eat tomorrow!'), (31088, 778, 'Johore, Malaysia', 'No ppl one =_= (@ Rebel Boutique Club) http://t.co/qVyduAfx'), (31089, 5607, 'Plentong, Johor Bahru', 'Zumba family !! http://t.co/YV3wvlwm'), (31090, 325, 'Johor Bahru, Johore', 'I''m at Wif Hyoyeon &lt;3 http://t.co/vCyt0fF4'), (31091, 4308, 'Tebrau, Johor Bahru', '@ohohziehaRE hahahaah alu ite laaa'), (31092, 5207, 'Johore, Malaysia', '@WhyteConfession eat my dinner :)'), (31093, 5677, 'Malaysia', '@iipapair @feicefernz เค้าไปเเถวจุติทุกวันค้าา'), (31094, 5183, 'Johore, Malaysia', '@Whitewallls haha totally!! :) I shall!'), (31095, 3658, 'Johor Bahru, Johore', '@PiercingsnTats lappy I mean ~'), (31096, 3193, 'Plentong, Johor Bahru', 'Tak nak tgk status Fb aku ke?'), (31097, 5409, 'Johor Bahru, Johore', '@DayanggSyafiqa t aq send link dye kt fb kw'), (31098, 1335, 'Johor Bahru, Johore', 'I''m at Punggol Billiards http://t.co/buGv7TyN'), (31099, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx U JUST NOW AT MY HSE GUAILAN ME ALL THE WAY TO BUSSTOP HAVEN SUAN ZHANG , U NOW WAN COMPLAIN UH?!'), (31100, 2873, 'Johore, Malaysia', '@WILLLLZZZ @choonhockbleh can, hole in one Somemore &lt;3'), (31101, 1077, 'Johor Bahru, Johore', 'Bathe'), (31102, 4846, 'Johore, Malaysia', '@TQbVahdani1769M serve u right'), (31103, 5716, 'Johore, Malaysia', 'When I said I love you,I meant forever.'), (31104, 50, 'Johor Bahru, Johore', 'Sindir nmpk ABG...u menyakitkan hati ehk. ''Ini camp bukan chalet. :P'''), (31105, 4124, 'Johor Bahru, Johore', 'Lucky you don''t have twitter, because once you do.....you will see how much I want to rip your guts out. (◉‿◉)'), (31106, 5614, 'Plentong, Johor Bahru', '@NinaaImanina K k. K Nina tny, ''shura ckp nina comel mcm sapa ek'' haa bedal ahh. Sure tau pny :) Yg pnting letak nama shura sure dia tahu xD'), (31107, 1143, 'Johore, Malaysia', 'Hmm. Surprisingly, I decided to put in the effort for you after all :)'), (31108, 4939, 'Johore, Malaysia', 'I''m at Tanglin Halt Rd http://t.co/hqTBHCd3'), (31109, 4733, 'Johore, Malaysia', '@Lavouche I''m singing my blue u uu~'), (31110, 73, 'Johor Bahru, Johore', 'I hate chemistry omg ):'), (31111, 1341, 'Tebrau, Johor Bahru', 'I wonder why we bother love when it never last .'), (31112, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx nice try :D'), (31113, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 58'), (31114, 2397, 'Johore, Malaysia', 'What is that???'), (31115, 5646, 'Plentong, Johor Bahru', 'Single is Better than Couple :) save duit nak beli topup :D'), (31116, 336, 'Johor Bahru, Johore', '@deehasnolife I dun mind.. :) what do you think?'), (31117, 3677, 'Johore, Malaysia', '@minjar1234 den fat again'), (31118, 5602, 'Singapore', 'art of me :/'), (31119, 2034, 'Malaysia', 'Pink hotel? Hahaha.. (@ Central Hatyai (เซ็นทรัล หาดใหญ่)) http://t.co/M7PPMuZg'), (31120, 3416, 'Johore, Malaysia', 'Keith makes sures that mummy is home before he goes to sleep :D (@ 128, Geylang East Central w/ @lexelledextjluv) http://t.co/JV0M1H4v'), (31121, 4870, 'Johor Bahru, Johore', 'Buying things wif mummehh and sisters (: (@ Prime Supermarket) http://t.co/ZumCOI3I'), (31122, 1279, 'Johor Bahru, Johore', '@NowBangs ofcoscan'), (31123, 5593, 'Riau, Indonesia', 'nggak terlalu rugiiii,, @kaniaamaliaa @didwi'), (31124, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 59'), (31125, 435, 'Singapore', '@popsywhoopsy YES YOU CAN HAHAHA! sing bob the builder song. HAHAHA!'), (31126, 213, 'Plentong, Johor Bahru', '@kmrsyartl why? scary ah?'), (31127, 5822, 'Johore, Malaysia', 'Met @Mikio_Kazuki and @_stephanieJY! 오랜만에다~ (@ Tom N Toms Coffee) http://t.co/tVGyYsxg'), (31128, 4467, 'Johor Bahru, Johore', '@ian_ianization *boys And girls! I''m not old enough to be a lady hor! Yaaarrr I''m watching xD'), (31129, 1975, 'Plentong, Johor Bahru', 'Stress2 ni terasa nk g karok la.lma xtest suara yg lunak memukau ni..haha'), (31130, 1556, 'Singapore', '@MuhdFirman @NasuhaNsr jibloch is a better word'), (31131, 5462, 'Johor Bahru, Johore', '@titserJOY you already. ahaha'), (31132, 2909, 'Johor Bahru, Johore', '@Moonotopia HAHA LOSER :B'), (31133, 134, 'Malaysia', '@NHathairat ต่อไหนจ้ะะ ?'), (31134, 4194, 'Johore, Malaysia', 'WAI YOU SO LONG ONE ?! WTF.'), (31135, 5772, 'Singapore', '@labibaaah_ how sure are you ? hhaha. You d''know me,, once used, hard to get off. like drug addict. xD'), (31136, 2746, 'Johore, Malaysia', 'Im still looking up .'), (31137, 5413, 'Johor Bahru, Johore', '@ICenaoi i sayang u !! Haha'), (31138, 2644, 'Pulai, Johor Bahru', '@evayezza awak pergi situlahh!tak kne bebel!\n#BelieveMe ! XDD'), (31139, 5181, 'Senai Kulai, Kulai Jaya', '@faraselamat pehh.. Gile la. Bole blanja makan nih!'), (31140, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 60'), (31141, 5732, 'Indonesia', 'smuanya ada yang tau gak obat anti gallau itu apaan sich,,,,, qlo ada yang tauu kasih tw yach,,,'), (31142, 991, 'Johor Bahru, Johore', '@HuiXd jiayou with that HAHAHAH:)'), (31143, 1465, 'Johor Bahru, Johore', 'I''m at Blk 252 (Singapore, Singapore) http://t.co/TdQC2Tdl'), (31144, 1400, 'Johor Bahru, Johore', '@wordsfallthru n the sbs gayo last yr incident?elfs were nt informed then n elfs who were present then gt bullied by other fans...'), (31145, 4322, 'Singapore', '@Sopheeeyaa Boo.'), (31146, 2746, 'Johore, Malaysia', 'Everyone want freedom .'), (31147, 2342, 'Plentong, Johor Bahru', '@syaminebellina Eh mine .....'), (31148, 2653, 'Johore, Malaysia', '@StarFireIqah Cute sia you :)'), (31149, 196, 'Johor Bahru, Johore', 'You damn Cb sia.'), (31150, 5823, 'Johore, Malaysia', '@fcukyeah70s'), (31151, 3416, 'Johore, Malaysia', 'I''m at 128 Geylang east ave 1 http://t.co/8CfanvFh'), (31152, 194, 'Johore, Malaysia', 'Mardiana Bte Rahmat'), (31153, 1370, 'Johor Bahru, Johore', 'Thank you @Inspirationity and @eric__n for accompanying me tonight while I sit on my bed, like a lonely girl.'), (31154, 4124, 'Johor Bahru, Johore', 'Fucking bastard! First you say want to go gym, then later don''t want. You say want to watch movie instead then later say don''t want.FUCK YOU'), (31155, 991, 'Johor Bahru, Johore', '@BeingSyazwin u are a evil monster xD'), (31156, 4823, 'Plentong, Johor Bahru', 'Penat ber photo shoot ; dapat contract dengan kiko cari model baru (casting day)'), (31157, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hahahhaha. Aloooo maduku jgn ahh begitu. Wahh macam lirik lagu dah xD'), (31158, 5428, 'Johore, Malaysia', '@RaymondScrewYou Then that is confirmed the truth.'), (31159, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx first ur KITKAT asshole la'), (31160, 2873, 'Johore, Malaysia', '@WILLLLZZZ @choonhockbleh why leh :@'), (31161, 1643, 'Johor Bahru, Johore', 'Sial la. Damn touching. ('':'), (31162, 135, 'Johor Bahru, Johore', '2 days straight didnt talk to him much and im dying here'), (31163, 932, 'Johor Bahru, Johore', '@LJunyi Mmm. Restaurant?'), (31164, 5824, 'Riau, Indonesia', '@meriscaocta stand up comedy dong de haha'), (31165, 5825, 'Singapore', '@dwylinda @anditenrionaa shery juga mau tapi belum aku tanyain @sishery jadi mau naik balon udara jg ga? atau @akuaii mau ikutan ?'), (31166, 5826, 'Johor Bahru, Johore', 'At my sweet toilet hahas'), (31167, 5827, 'Johor Bahru, Johore', '@Berenicetok What u draw for me? :)'), (31168, 1465, 'Johor Bahru, Johore', 'I''m at Blk 252 Chua Chu Kang Ave 2 (Singapore) http://t.co/dFLLjLrs'), (31169, 210, 'Kota Tinggi, Johore', 'just reached Clementi lol'), (31170, 4467, 'Johor Bahru, Johore', 'Wtf phone drop into toilet uh ? == no reply!!'), (31171, 3, 'Plentong, Johor Bahru', '@khaicees haha alaaaa aida nk pegi gym!! haha tkpelahhh aida pegi gym khai pegi taman merdeka kcunn? hehe'), (31172, 871, 'Johor Bahru, Johore', '@FiqqyFiq_ just watch and see :)'), (31173, 58, 'Malaysia', '@limited_Pookki3 เป็นไงมึงหล่อมั้ย ?'), (31174, 194, 'Johore, Malaysia', 'Mardiana Bte Rahmat.'), (31175, 1465, 'Johor Bahru, Johore', 'I''m at TaeYang''s Heart 태양 (, ) http://t.co/uEnzZNlS'), (31176, 4681, 'Johor Bahru, Johore', '@JaylonJiAn @yongjiannn Hahah! Today got traaining whole daay mahh. :p'), (31177, 632, 'Tebrau, Johor Bahru', 'I want to follow people that will follow me back. Any suggestion? LOL'), (31178, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 61'), (31179, 5828, 'Johor Bahru, Johore', 'Watching show hand.. Later gg tp sleep at 11pm sharp.. Sleepy.. After taking medicine.. :O :O'), (31180, 5829, 'Johore, Malaysia', '#moderncombatmode'), (31181, 5409, 'Johor Bahru, Johore', '@shielaahashim hahahaa ,ni pn aq ngah tngok ,mak aq bkk ,haha'), (31182, 194, 'Johore, Malaysia', 'Mardiana Bte Rahmat~'), (31183, 5830, 'Johor Bahru, Johore', '“@AboutAquarius: #Aquarians are much more deep than you think. When you think you''ve seen it all, they have only shown you half of half”'), (31184, 3, 'Plentong, Johor Bahru', '@SyahirAnuar koykoykoykoy hahaaha'), (31185, 3241, 'Johore, Malaysia', 'On the way home (@ SBS Transit: Bus 14) http://t.co/y8vraTzy'), (31186, 4194, 'Johore, Malaysia', 'EH I TRANSPARENT ONE AH?'), (31187, 5614, 'Plentong, Johor Bahru', '@NinaaImanina Hahahhaha. ok ok. Tahu un certanya. Letak nama shugha xD Hahahhahahaha.'), (31188, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 62'), (31189, 1976, 'Johore, Malaysia', 'Its perfectly legal to kill someone in your dreams,\nthats why i wake up with a smile everyday\n\n:)'), (31190, 880, 'Malaysia', '@Qishs i''ll wait'), (31191, 1465, 'Johor Bahru, Johore', 'I''m at Lalaland  (Shoo off) http://t.co/IwIpImCM'), (31192, 4846, 'Johore, Malaysia', 'Wow three biao yan fu in total for this year competition. All different colours~~~~~'), (31193, 920, 'Johor Bahru, Johore', 'RT@tw4tttt: We like to sleep all day and party all night, this is how we like to live our life @WANisoverrated ;)'), (31194, 4782, 'Singapore', '@UNAGI89 Well i''m not....but my parents are... AHHH..'), (31195, 194, 'Johore, Malaysia', 'Mardiana Bte Rahmat..'), (31196, 920, 'Johor Bahru, Johore', 'RT@tw4tttt: We like to sleep all day and party all night, this is how we like to live our life @WANisoverrated ;)'), (31197, 5825, 'Singapore', '@sobat_hartanto wah asik nih bisa ngobrol ngobrol buat ntar ulang tahun padi :)'), (31198, 1143, 'Johore, Malaysia', '@teddyycherryy woah woah my mouth drop down. My eyes rolled out of it''s sockets'), (31199, 2996, 'Johore, Malaysia', 'I''m at Marché (Singapore, Singapore) w/ 7 others http://t.co/RGJ32YjU'), (31200, 4823, 'Plentong, Johor Bahru', 'Okay model terhebat saya!'), (31201, 1643, 'Johor Bahru, Johore', '@SupYoEee your sister?'), (31202, 5620, 'Kota Tinggi, Johore', '@ItsNabOkay sedihh.. Tmr see if I can meet u ..'), (31203, 1210, 'Johor Bahru, Johore', 'After an awesome dinner, I''ll be sad to leave Singapore. Amazing place, can''t wait to come back. Look forward to editing my SLR pics too.'), (31204, 2292, 'Johor Bahru, Johore', 'I just became the mayor of My Oppars'' House ^^ on @foursquare! http://t.co/Z59habmO'), (31205, 2292, 'Johor Bahru, Johore', 'I''m at My Oppars'' House ^^ http://t.co/X7NGY2HE'), (31206, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx #Selfentertaining'), (31207, 5348, 'Malaysia', 'I''m at ร้านอาหารญี่ปุ่นกิริโกะ http://t.co/wLDqEQgG'), (31208, 1190, 'Johor Bahru, Johore', '@xiaodan12 @decadentdecline take caree! :('), (31209, 5183, 'Johore, Malaysia', '@tessatyh hahah I know right!! I have to retweet it! XD'), (31210, 2653, 'Johore, Malaysia', 'SM will release SHINee''s Sherlock in less than 1 hour?!'), (31211, 5823, 'Johore, Malaysia', 'lepak jiiii @fcukyeah70s'), (31212, 3193, 'Plentong, Johor Bahru', '@NadraHalim Hahah tkd pape lahh :p'), (31213, 518, 'Johor Bahru, Johore', '@AJBrenix @inday_regel @zuchie_25 what tym ka abot SG?'), (31214, 5825, 'Singapore', '@rama_sobat di Jakarta :) lumaya 2 jam perjalanan'), (31215, 967, 'Johor Bahru, Johore', 'Mutu ngga ???RT @Poconggg: Masih di jalan nih. Cerita seremnya maleman yaak http://t.co/ALiIFWA5'), (31216, 4681, 'Johor Bahru, Johore', '@tripodmonster Kaaycaan. :) x'), (31217, 5772, 'Singapore', 'Mum made this teh''O'' smells so good ! It''s strawberry flavored. &lt;3'), (31218, 4194, 'Johore, Malaysia', 'SMLJ LEH'), (31219, 4467, 'Johor Bahru, Johore', 'Became vulgar since I went to sec sch. Whoa.'), (31220, 194, 'Johore, Malaysia', '5.Mardiana Bte Rahmat'), (31221, 2292, 'Johor Bahru, Johore', 'I''m at Blk 602 Choa Chu Kang St 62 http://t.co/DmyPpVt6'), (31222, 5271, 'Kota Tinggi, Johore', 'NU''EST SONG VERY NICE~~~http://t.co/kETk52Ri'), (31223, 5831, 'Riau, Indonesia', 'perasaan yang tertunda... kayak nahan p*p...\n&gt;.&lt;"'), (31224, 669, 'Johore, Malaysia', 'I''m at Clementi Park Condominium (Clementi, Singapore) http://t.co/vjyovTm2'), (31225, 73, 'Johor Bahru, Johore', 'Nononono . Idw do chem omg ):'), (31226, 46, 'Plentong, Johor Bahru', '@SyazrahHassims isnin lepas ? tadeeee . isnin nie adelaaa . kenapa kenapa ?'), (31227, 1976, 'Johore, Malaysia', 'if you''re gonna be two-faced, at least make one of them prettY !!'), (31228, 932, 'Johor Bahru, Johore', 'Is there anything out there that could satisfy my hunger?'), (31229, 902, 'Johor Bahru, Johore', '@IRISKK cause of mr saw ah?? :P'), (31230, 194, 'Johore, Malaysia', '6.Mardiana Bte Rahmat'), (31231, 1580, 'Johore, Malaysia', '@hahnar hahah. And thanks ~ I knew it anyway ~'), (31232, 362, 'Johore, Malaysia', 'Minah ni stare I up down sebab I tengok jantan die . Hahaha .'), (31233, 2957, 'Johore, Malaysia', 'Aiya, forget it. Gave up.'), (31234, 2746, 'Johore, Malaysia', '@ScarlettKaylene also got boy one durhhhhhhhhhh . NVM :/'), (31235, 5601, 'Johor Bahru, Johore', '@geashcaroline haha ohh ok de. Anyway sabtu ikt gennext? Haha'), (31236, 4846, 'Johore, Malaysia', '@JIANIXD oH no XD'), (31237, 1194, 'Singapore', '#nowplaying i remember &lt;3'), (31238, 5829, 'Johore, Malaysia', 'Im sorry if im not those kind of high class standard guy or rich guy but wtv it takes to have you , i will do it &lt;3'), (31239, 362, 'Johore, Malaysia', '@inakayamgoreng .'), (31240, 1556, 'Singapore', 'Nizam, don''t look at me much even though we have zam in our names.'), (31241, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 63 belom trending jg??'), (31242, 194, 'Johore, Malaysia', '7.Mardiana Bte Rahmat'), (31243, 5510, 'Johore, Malaysia', '@Aslinexht yeap.'), (31244, 2139, 'Johore, Malaysia', 'Fun day fun day. Loads of laughter. LOL.'), (31245, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. I will be waiting for you~~ Lol.'), (31246, 1190, 'Johor Bahru, Johore', '@qianyingz I always thought your surname was Ho!'), (31247, 5779, 'Johor Bahru, Johore', 'I want to earn lots of cash in the holidays !!!!!!!'), (31248, 135, 'Johor Bahru, Johore', 'So heart broken when i saw your tweet'), (31249, 194, 'Johore, Malaysia', '8.Mardiana Bte Rahmat'), (31250, 2053, 'Johor Bahru, Johore', '@ckhq lol. is it?? i think you spread your virus to komi. now she becoming like you.'), (31251, 1556, 'Singapore', 'One is enough'), (31252, 2032, 'Johore, Malaysia', 'Home is the place where, when you have to go there, They have to take you in.'), (31253, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 64'), (31254, 967, 'Johor Bahru, Johore', 'Tata''y makin pnasaran.. Tapi ngga bsa ngpa2in dia.. Sma jg msti tnggu tnggal itu.. Heu.. http://t.co/f8AUf574'), (31255, 3193, 'Plentong, Johor Bahru', 'Tweet goodnight? K goodnight! RT @Famiee: No goodnight text ? :''/'), (31256, 2060, 'Johor Bahru, Johore', 'Its not a healthy relationship'), (31257, 194, 'Johore, Malaysia', '9.Mardiana Bte Rahmat'), (31258, 29, 'Tebrau, Johor Bahru', 'I starting to feel that I''m irritating you. Sorry.'), (31259, 996, 'Johore, Malaysia', 'I''m disconected from the World. SO many people to catch up!!'), (31260, 1896, 'Johor Bahru, Johore', 'Staring at the sky @ AJ track #Awwyea'), (31261, 2873, 'Johore, Malaysia', 'Bow chicka wow wowwwwa'), (31262, 5118, 'Johore, Malaysia', '@YAHUIEM lets go! hehehee.'), (31263, 938, 'Johor Bahru, Johore', 'Masih tak sabar ni ~ dslr ? Haish maybe cannon ah ~ tgk ah mcm mana ~ but tk akan dapatnyeerh'), (31264, 30, 'Malaysia', '"ชัยไรค่ะ\nชัยวานเหรอ\n5555" เรียกพี่มะปรางว่าพี่ชัย 555555555555 #กล้า?'), (31265, 4467, 'Johor Bahru, Johore', 'I &lt;3 Material Queen song, so nice&lt;3'), (31266, 1370, 'Johor Bahru, Johore', '@Inspirationity @eric__n yeah that wonderful wonderful house that we''re gonna have.'), (31267, 194, 'Johore, Malaysia', '10!!Mardiana Bte Rahmat'), (31268, 5041, 'Singapore', '@ngweijin: HAHAHA!! bitchhh'), (31269, 4733, 'Johore, Malaysia', 'Got ugly and bulked teeth girl staring at me. STARING O.O _|_'), (31270, 5829, 'Johore, Malaysia', 'Only that you dont realise it .'), (31271, 1371, 'Johore, Malaysia', '@sharon_cuneta12 love you too Mega!take a big bunch of care! i''ll be at your side no matter what!Goodnight!cu again soon'), (31272, 135, 'Johor Bahru, Johore', 'She died chey idk ah no mood tonight :/ RT @fatinadhirahh: @afiqahyamin Why so emo tonight? :) cheer up! Where''s hyper afiqah?'), (31273, 2644, 'Pulai, Johor Bahru', '@evayezza buku merah jangan lupa bawa,moga belum tamat tempohh!\nXDD'), (31274, 2653, 'Johore, Malaysia', '@StarFireIqah Welcome :) Hehe.'), (31275, 5744, 'Malaysia', '@chanakarn_kook แต่หนุกนะ สังคมอ่ะ มันมว๊ากกก 55'), (31276, 1709, 'Senai Kulai, Kulai Jaya', 'I''m at faraharyn''s territory (skudai, malaysia) http://t.co/hdkcQICf'), (31277, 2623, 'Malaysia', ':) ยิ้มค่อยๆ แค่เทอยิ้มค่อยๆ หัวใจก่ลอยไปแสนไกล !'), (31278, 5041, 'Singapore', '@goldenjayden: how much was it uh? and where?'), (31279, 194, 'Johore, Malaysia', 'dah! so iwont get ur name wrong!'), (31280, 4924, 'Plentong, Johor Bahru', '@XuShanQing okay, i go junyong then! Haha :)'), (31281, 1333, 'Johor Bahru, Johore', '@KittennyScars dk you all la, i wanna go shit &amp;bathe now shavedjiggly!'), (31282, 4846, 'Johore, Malaysia', 'Iphone 5, surprise us with 500% battery ^^'), (31283, 580, 'Johor Bahru, Johore', '@luvshow4ever 噢~不要聽了bubble pop而忘記我們要學的歌噢!'), (31284, 431, 'Johor Bahru, Johore', '@11throses the brown one lor'), (31285, 5601, 'Johor Bahru, Johore', '@Vi3tSparTaN so true'), (31286, 2653, 'Johore, Malaysia', 'Min tweeted! &lt;3'), (31287, 5041, 'Singapore', '@goldenjayden: i''m planning to buy. haven''t buy yet! =P'), (31288, 2957, 'Johore, Malaysia', 'He''s way better looking than me y''know?'), (31289, 194, 'Johore, Malaysia', '@Tigerxanne no!'), (31290, 980, 'Johor Bahru, Johore', 'I''m at Joyce''s Lala Land &lt;3 http://t.co/MfbJOoc1'), (31291, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx UMAD?'), (31292, 5183, 'Johore, Malaysia', '@KarmahnT I''m so sorry km :(( if you were in the Eastwood vicinity I''ll go out side to the bus stop and hang with you all for awhile..'), (31293, 73, 'Johor Bahru, Johore', 'Showhanddddd wheee ^^v .'), (31294, 5484, 'Johor Bahru, Johore', '@AdrianGohJW lol dun wan i shy'), (31295, 1, 'Tebrau, Johor Bahru', '@AlynRomano ntah lahhh . takut benda tu akak aku dah buat kod .'), (31296, 5379, 'Johore, Malaysia', 'Malaysian alot star durian @ Durians :) http://t.co/1A42YOhV'), (31297, 362, 'Johore, Malaysia', 'I nak mataer nan pompan Leh . For 5 days je . Tapy dier must everyday meet me biler balek time and hug me and kiss me and make me happy .'), (31298, 5614, 'Plentong, Johor Bahru', '@NinaaImanina No! Sangat Tidak. Jgn risau org yg comel mcm Nina tu mmg comelpun HHAHAHAHHAHAHA xD'), (31299, 1370, 'Johor Bahru, Johore', 'Your scent still lingers.'), (31300, 4322, 'Singapore', 'Your life that is. RT @Sopheeeyaa: BOOHOO LIFE SUCKS (N)(N) RT @Edriee: @Sopheeeyaa Boo.'), (31301, 3743, 'Kota Tinggi, Johore', 'Great to be home... BUT FUCK!!! PULLED A MUSCLE!!! D: (@ Blk 685A Jurong West St 64) http://t.co/AHL6KXdR'), (31302, 5832, 'Plentong, Johor Bahru', 'makanan kucing aku da abes laaaa'), (31303, 5833, 'Johore, Malaysia', 'Going back home and watching detective Conan otw! Hehe'), (31304, 1333, 'Johor Bahru, Johore', '@KittennyScars hannar hannar, dont need post bigbig buey ps isit!'), (31305, 2873, 'Johore, Malaysia', '@WILLLLZZZ @choonhockbleh LOL lose to egg leh cfm :@ ma!'), (31306, 920, 'Johor Bahru, Johore', 'UniqloXUndercover tomorrow. Mehehehe'), (31307, 5762, 'Singapore', '@septemberoute haha&gt;&lt;'), (31308, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini hehe..yelaaa..pas ni hujan pon aku turun..joging pakai payung..haha..mggu ni joging dalam lab je..'), (31309, 2053, 'Johor Bahru, Johore', '少来烦我!!'), (31310, 2595, 'Johore, Malaysia', '@RunNeonTigerRun why ???"):'), (31311, 5430, 'Johor Bahru, Johore', 'I''m at Fountain @ Ang Mo Kio http://t.co/k4WPJvkd'), (31312, 668, 'Johore, Malaysia', '“@omnomnomszx: Note to self: Stay stronger for longer.”'), (31313, 73, 'Johor Bahru, Johore', 'Hohoho . Me so excited to see Ian Fang on tv ^^ !'), (31314, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hihihihi. Ehh homework dah siap Madu?'), (31315, 5833, 'Johore, Malaysia', 'Anyone want supper yay'), (31316, 5183, 'Johore, Malaysia', 'D: can''t go Dg outing tmr either ;('), (31317, 196, 'Johor Bahru, Johore', '只要你回头,我们会在一起的。'), (31318, 5271, 'Kota Tinggi, Johore', '@sfinee ME! CANT WAIT YAY'), (31319, 4718, 'Johor Bahru, Johore', '@AlphonseAng @jinkoi_ @sherilyn_tan u BOJIO wat sia?? U follow me go CSC eat how many times already ah??'), (31320, 5601, 'Johor Bahru, Johore', '@geashcaroline iya haha. I mean movie night haha! Lolol'), (31321, 5815, 'Johore, Malaysia', '@4NDR0M3D4_ Saw you ytd sio'), (31322, 4228, 'Plentong, Johor Bahru', '#nw amukan pocong'), (31323, 2318, 'Johor Bahru, Johore', '@YEWHUIIIIIzxc alright! Thanks:) hopefully can pass.'), (31324, 29, 'Tebrau, Johor Bahru', 'My leg is kinda keeping me awake.'), (31325, 5397, 'Singapore', 'tmr malay dance performance @ orchard ngee an city . Zzzz .'), (31326, 2413, 'Johore, Malaysia', '@YijieMEOW okay wat like that nit so bad wat!! But just try to practise very hard lor!'), (31327, 4871, 'Johor Bahru, Johore', '@SherryFilauria bojel parteyyyy! And touch @marrymemarlysha and ayu''s titik :p'), (31328, 3273, 'Johore, Malaysia', 'It seem so quiet w/o music .'), (31329, 942, 'Johor Bahru, Johore', 'Don''t worry, I''m friendly (: I don''t bite humans.'), (31330, 1681, 'Johor Bahru, Johore', 'I''m at Cashew Park Condominium http://t.co/2q5Lxrpp'), (31331, 938, 'Johor Bahru, Johore', '@FruitellaSufian eh ! Canon *'), (31332, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx why you so dog?! :('), (31333, 5476, 'Indonesia', '@missA_min annyeong min annyeong annyeong???Im busy now,u know hihi Miss A fighting #7AraStayTogether'), (31334, 4733, 'Johore, Malaysia', '@Lavouche twinkle twinkle little star, how I wonder what you are...'), (31335, 4328, 'Johor Bahru, Johore', 'I''m at AMK Hub (Singapore) w/ 12 others http://t.co/Kwo1kEGV'), (31336, 2873, 'Johore, Malaysia', '@likuhhein @assortedbacon @choonhockbleh AH SIA CLEMENTI WHERE'), (31337, 2300, 'Johor Bahru, Johore', 'Tu lah sebab ada abg Iqi,aku beranikan diri tgk citer nie...haha! “@CJ_381: @AdikHasrida abg iqi pun ada laaa.. ku hengat ajehan jer ada :D”'), (31338, 1001, 'Johor Bahru, Johore', 'I''m at Singapore Changi Airport (Singapore) http://t.co/UYDfrkCQ'), (31339, 3307, 'Johore, Malaysia', '@KevSicaJi_ LMFAO. Hes cute. &gt;:D'), (31340, 1421, 'Singapore', 'I want to know people who listen to hipster hindi-pop and k-pop music'), (31341, 2653, 'Johore, Malaysia', '@IHEARTSUZY Yah. Omg. Bring me lots of memories &lt;3'), (31342, 4467, 'Johor Bahru, Johore', '@Edwininja Yes Sir! Eddy ah you freak me out larr!&gt;&lt;'), (31343, 1003, 'Plentong, Johor Bahru', '@aziqenator teka la kami dimana? hihi'), (31344, 435, 'Singapore', 'http://t.co/iXbRUqte! yoseop is so cute just like when he was young!!!! @helloimys'), (31345, 4846, 'Johore, Malaysia', '@LandOfOrange what so gd about that? So many &gt;&lt; :p\nWhite with patterns -.-\nYellowish gold\nRed peach'), (31346, 5779, 'Johor Bahru, Johore', 'Time pass so fast, miss my clique members :( #1YearAgo'), (31347, 5757, 'Kota Tinggi, Johore', 'http://t.co/M9Nt6LR1'), (31348, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 65'), (31349, 196, 'Johor Bahru, Johore', 'I love it when you disturb me and care for me.'), (31350, 5834, 'Riau, Indonesia', 'Semangat farhan 7 halaman lagi semangat!!!!jangn sampai ngantuk malam ni.....gk blh !!!!!!!'), (31351, 1264, 'Johor Bahru, Johore', '@Vantsoul Amaerican Haunting ... Me'), (31352, 362, 'Johore, Malaysia', 'Baby ! Sex me up bhy ! Cepat .'), (31353, 1858, 'Johore, Malaysia', 'finish watching skins season 1 episode 1&amp;2 the series becoming more horny sia.'), (31354, 335, 'Johor Bahru, Johore', 'Polycom: Demonstration Operations Engineer ( #SingaporeJobs) http://t.co/WuIc14jf #IT #PolycomJobs #Job #Jobs #TweetMyJobs'), (31355, 5835, 'Plentong, Johor Bahru', 'I''m at Restoran Singgah Selalu Danga Bay http://t.co/3k4LUsRe'), (31356, 135, 'Johor Bahru, Johore', '@fatinadhirahh Huh? malas ah :p hehehe'), (31357, 1530, 'Johor Bahru, Johore', '@LynnnS2 nope'), (31358, 1556, 'Singapore', 'I have bestfriends named Muhd Nizam &amp; Sharulnizam during primary schools. We called ourselves zam3 bros. Lame but they were gangster, i nerd'), (31359, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx WAT WASTE TIME?! U DON''T EVEN DESERVE MY TIME LA PREASEEEE'), (31360, 1194, 'Singapore', 'my arm hurts ouch:/'), (31361, 2318, 'Johor Bahru, Johore', 'Hopefully I''m happy with what I have decided.'), (31362, 2746, 'Johore, Malaysia', '@ScarlettKaylene ~_~'), (31363, 5836, 'Johor Bahru, Johore', 'I''m at Greenwich V (Seletar, Singapore) w/ 2 others http://t.co/LiKzQdUf'), (31364, 2415, 'Malaysia', 'อารมณ์กูแบบว่าเหมือนจะไปคอนได้ ?'), (31365, 5837, 'Johor Bahru, Johore', 'I just became the mayor of Family''s crib on @foursquare! http://t.co/gj6reitE'), (31366, 5837, 'Johor Bahru, Johore', 'Watching my sibblings making a fool of themselves -.- (@ Family''s crib) http://t.co/PcJ34KQ6'), (31367, 5772, 'Singapore', 'MY GAAAWD, SO FUNNY CAN !! Oh louis. &lt;3 http://t.co/gr6c1Ch2'), (31368, 5500, 'Singapore', 'Lang Feng: I Smell Something, I Smell Your Fear.\nXiaoman: =.=\nUnriddle 2.'), (31369, 5280, 'Johore, Malaysia', 'Finally cut my hair.'), (31370, 2124, 'Johor Bahru, Johore', '@huimin98 here!'), (31371, 213, 'Plentong, Johor Bahru', '@AhmadZafran kim suwee la'), (31372, 362, 'Johore, Malaysia', 'Sunday keje pakai lens ? Nak ! Ahh rimas . Tak ya !'), (31373, 2861, 'Johor Bahru, Johore', '@sillymallie haha! Banyak punye tourist.'), (31374, 196, 'Johor Bahru, Johore', '友情,爱情,亲情。'), (31375, 5838, 'Malaysia', '"@Sweetgirl_Nik: @DEKFILM จะไปทำงานภูเก็ตละ"ไปทำไม สงขลาไม่มีหรืองัย'), (31376, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 66'), (31377, 3190, 'Johor Bahru, Johore', 'SLEEPING TIME ! LET''S FORGET EVERYTHING FOR AWHILE (: (@ On my bed. &lt;3) http://t.co/rECQf56l'), (31378, 1242, 'Singapore', '@ShafinahIeenaaa true.'), (31379, 4846, 'Johore, Malaysia', '@LandOfOrange Forever%'), (31380, 5118, 'Johore, Malaysia', '@YAHUIEM heeeee~ eh long time no talk with you alreadyyyyy. zzzzzz'), (31381, 1556, 'Singapore', '@MuhdFirman @NasuhaNsr Jiblotch means GEMUK'), (31382, 1975, 'Plentong, Johor Bahru', 'Tgk org pkai note,style semacam je,nyesal xangkat aritu.kakak digi durjana tu la recommend ak angkat bendalah ni!!!'), (31383, 5839, 'Johor Bahru, Johore', 'Came out to withdrawn money for tomorrow lesson, ended up I can''t resist temptation to buy my g... (at @SG_Starbucks) — http://t.co/6pLG89b2'), (31384, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx i siao you jelly?'), (31385, 909, 'Johore, Malaysia', '@zantiwanti ma bakit po?? Wala po akong nabiling suka sa tindahan. XD'), (31386, 5796, 'Johor Bahru, Johore', '@Syazfeera @foudrerouge Bulu roma naek terus stim kodok!'), (31387, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 67'), (31388, 5601, 'Johor Bahru, Johore', '@geashcaroline haha jam brp si itu?'), (31389, 5762, 'Singapore', 'holidays are ending and my homework are not done and i am sick.... sigh....'), (31390, 4733, 'Johor Bahru, Johore', '@Lavouche Hahahahah. EPIC'), (31391, 687, 'Johor Bahru, Johore', 'I''m at Blk 925 Yishun Coffee Shop http://t.co/QsMgfNEP'), (31392, 4926, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) w/ 4 others http://t.co/YwXXsbhr'), (31393, 210, 'Johore, Malaysia', 'sleepy'), (31394, 1748, 'Pulai, Johor Bahru', '@keithstrife aHaahhahha!! For the sake of tutti frutti'), (31395, 4935, 'Tebrau, Johor Bahru', 'I''m at Library Bistro http://t.co/flhvDdvZ'), (31396, 2572, 'Johore, Malaysia', '“@Yunjiaz: "@DalexQuote: If you truly love someone, accept their past and leave it there."”'), (31397, 666, 'Malaysia', 'I''m at So Say (หาดใหญ่, จ.สงขลา) http://t.co/jCvNYAZq'), (31398, 362, 'Johore, Malaysia', '@KITTI3RAWR Jom baby &lt;3 ! Yay !'), (31399, 3443, 'Johore, Malaysia', '#PeopleIWantToMeet Katy Perry OBVIOUSLY'), (31400, 2873, 'Johore, Malaysia', '@assortedbacon @likuhhein @choonhockbleh LOL WHAT YOU TALKING?'), (31401, 5614, 'Plentong, Johor Bahru', '#SayaTakBiasa tak mandi satu hari. Walaupun mandi kadang kadang still kene mandi k Hahahha xD'), (31402, 5097, 'Pulai, Johor Bahru', '@erichafitrih try tny nanie!'), (31403, 2572, 'Johore, Malaysia', '“@iTweetFacts: #BestThingAboutBeingSingle - No expectations = No disappointment.”'), (31404, 1264, 'Johor Bahru, Johore', '@GoomBoozer YESYES'), (31405, 5834, 'Riau, Indonesia', 'Ada pengganggu ni .....bikin bad mood bikin tugas'), (31406, 4124, 'Johor Bahru, Johore', 'I don''t get angry.....oh heavens no. ^_^\nI get ideas on how to torture and/or kill instead.And that makes me happy.(◉‿◉)'), (31407, 4846, 'Johore, Malaysia', '@LandOfOrange yeah.'), (31408, 1922, 'Johor Bahru, Johore', '@Jeddaumento @richardperolina @airni28 @jasonhalago @garybeyds van Gundy Leg hug..!'), (31409, 4926, 'Johor Bahru, Johore', 'I''m at Rivervale Plaza w/ @tanjunkai http://t.co/xbRvI6zK'), (31410, 580, 'Johor Bahru, Johore', '@luvshow4ever ok~那就好~我還沒練成~完蛋了!'), (31411, 14, 'Johor Bahru, Johore', '@Jonathan5oh hahaha. Later I disturb u. Lol it''s okay de :)'), (31412, 3193, 'Plentong, Johor Bahru', '@effiralea Epi epi epiii! :D Heheh'), (31413, 5602, 'Singapore', '@satriadwi24 makasi abg satriaaa'), (31414, 1630, 'Johor Bahru, Johore', '@crantheberry bitch, where were you?4'), (31415, 2065, 'Johore, Malaysia', '@NazurahMN mcm tu rupe nya nme die..baru tahu..tq kerna ilmu baru tu..hahaha*muka berkerut*'), (31416, 4322, 'Singapore', 'Natalie Tran finally uploaded a video after 1000years. http://t.co/ZFWaz7Ay'), (31417, 440, 'Johor Bahru, Johore', '“@JingYingLeong: LOL I NO LIT GROUP . WHATEVER JUST SAY I NO GROUP AND DON''T DO :D #win” smart ~ I''m doing that for my projects too *-*'), (31418, 194, 'Johore, Malaysia', '@Tigerxanne type k!'), (31419, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 68'), (31420, 260, 'Johore, Malaysia', 'I''m at Queen Street Blk 271 http://t.co/Ev30AnOU'), (31421, 2873, 'Johore, Malaysia', '@WILLLLZZZ @choonhockbleh BETCH FTW'), (31422, 1421, 'Singapore', 'make that hipster hindi and korean music, because pop is mainstream. my bad'), (31423, 196, 'Johor Bahru, Johore', 'You promised me you''ll never leave me.'), (31424, 3233, 'Singapore', '@tlleow same :('), (31425, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 69'), (31426, 3193, 'Plentong, Johor Bahru', 'Epiii merajuk lg takkk?'), (31427, 5762, 'Singapore', '@septemberoute not really but it seems their dance are quite nice:D'), (31428, 181, 'Johore, Malaysia', '@ElwaFishy @muhdluqmanaziz @haziqmustaffa elwa .. Goodnight..'), (31429, 2655, 'Johor Bahru, Johore', '@melvinryantan hi Melvin any hostel to recommend for London? I''m gg on 8aug to 26aug!'), (31430, 4467, 'Johor Bahru, Johore', 'So 孝顺=)'), (31431, 5584, 'Johor Bahru, Johore', '@bJiaYi hahahahaha funny shit'), (31432, 5744, 'Malaysia', '@noonoofar ดีจ่ะ :)'), (31433, 5462, 'Johor Bahru, Johore', '@titserJOY hahaha. parang kinikikiti lang ah?!'), (31434, 3, 'Plentong, Johor Bahru', '@khaicees mama manager katsituu hahah sooooo ada kesempatan katsituu! hehe jomlaaaa :3'), (31435, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa nga jalan nak balek ni . Mane awak pegi tadi?lamenye:/'), (31436, 4782, 'Singapore', '@UNAGI89 You also what.... :) I''m not! Well i''m not spoiled..'), (31437, 2873, 'Johore, Malaysia', '@ShafinahIeenaaa CRAZY. AHA'), (31438, 1858, 'Johore, Malaysia', 'apparently each episode is 45 min and ive got alot of seasons to watch!! could keep me company over the holiday (;'), (31439, 1997, 'Johore, Malaysia', 'Drinks with @kalezhengkai in utown http://t.co/Loj09UNz'), (31440, 4727, 'Johore, Malaysia', 'I''m at HarbourFront Centre (Singapore) http://t.co/6pzWVqd1'), (31441, 5834, 'Riau, Indonesia', 'hcudnvjsdbvhsncdsvhn#error tingkat dewa :('), (31442, 5118, 'Johore, Malaysia', '@YAHUIEM you never text me already :('), (31443, 73, 'Johor Bahru, Johore', 'Dance . BOMSHAKALAKA . I wanna Dan Dan Dan Dan Dance . Whoah , fantastic baby ~'), (31444, 194, 'Johore, Malaysia', 'u dont believe i type i type somemore..'), (31445, 1279, 'Johor Bahru, Johore', '@NowBangs @lourdestanzx LOL BROKEN ENGLISH PEOPLE =GOOD ENGLISH , YOUMAD?!'), (31446, 317, 'Johor Bahru, Johore', '@diontheonlyone hahaa.. Kloo;)'), (31447, 2318, 'Johor Bahru, Johore', 'this guy is so sweet!@ShamShuko he said I''m pretty but I''m fat:) thanks:)'), (31448, 5584, 'Johor Bahru, Johore', '@bJiaYi @YiJieRilakkuma yeah duh. Gaha omg we''re bullies'), (31449, 1194, 'Singapore', 'Even if I close my eyes, I still see us.\nThere’s still a light there.\nI’ll deeply retain the times we had together.'), (31450, 1264, 'Johor Bahru, Johore', 'Please 2L people dont argue please TT'), (31451, 1065, 'Johor Bahru, Johore', 'Tk guna sia famliy ni mcm _|_'), (31452, 1194, 'Singapore', 'Even if pain comes over time,\nThe promise I made for the rest of my life,\nI won’t ever forget that moment until the end.\nI Remember'), (31453, 5825, 'Singapore', '@rama_sobat iya maen maen lah ke jakarta :D'), (31454, 4322, 'Singapore', 'I &lt;3 uRT @Sopheeeyaa: NBCB LAST WARNING RT @Edriee: Your life that is. RT @Sopheeeyaa: BOOHOO LIFE SUCKS (N)(N) RT @Edriee: @Sopheeeyaa Boo.'), (31455, 362, 'Johore, Malaysia', 'Haos lah sial ! Cepat order Leh tak ?'), (31456, 135, 'Johor Bahru, Johore', 'Hahahaha so cute lah you makcik omg!! RT @yourstrulyrose: So wats up ppl.. let''s boogieee!!'), (31457, 172, 'Johore, Malaysia', 'Hope u''re safe and sound.'), (31458, 1529, 'Johore, Malaysia', 'Will make a trip to bb tmrw i guess? Will pass crystal''s hist hmewrk.'), (31459, 2644, 'Pulai, Johor Bahru', '@evayezza awak bawak buku sampul merah je! HAHA!\n#LawakHambar XP'), (31460, 1556, 'Singapore', 'I afraid my little monsters are going to use @MuhdFirman''s language, based on me being rold model for them. baikch'), (31461, 2124, 'Johor Bahru, Johore', '@huimin98 cca ! Euu?'), (31462, 3749, 'Johore, Malaysia', 'I''m at Yoshinoya (Singapore, Singapore) http://t.co/rSjmnaMC'), (31463, 2423, 'Johor Bahru, Johore', 'You like the game ?(:'), (31464, 2342, 'Plentong, Johor Bahru', '@syaminebellina Tak ade apalah. Bye ^.6'), (31465, 135, 'Johor Bahru, Johore', 'RT @glittercuntz: RT @satisfactionxc: Android phone have worst battery life than iphone #Facts'), (31466, 1131, 'Johor Bahru, Johore', '50 rounds! (": @ITotKnow HHAHA!'), (31467, 2595, 'Johore, Malaysia', '@xiangyyi i bolui now . i need go do proj . whr shld i go ? ):'), (31468, 1643, 'Johor Bahru, Johore', 'My hand shivering like shit can.'), (31469, 14, 'Johor Bahru, Johore', 'You treated me like a stranger. Seriously I rather be the person u hate than a stranger._.'), (31470, 5601, 'Johor Bahru, Johore', 'I want to go and hunt pictures at le garden near my house'), (31471, 1009, 'Malaysia', 'ขอบคุณน้อง pangpond @ http://t.co/qSpQPe3c ค่าา http://t.co/sjqcfD1E'), (31472, 4724, 'Singapore', 'Finally, tmr I can be out of my homeeeeee~'), (31473, 5834, 'Riau, Indonesia', 'cjshichbashcbhascbacbhag #errortingkatdewa :('), (31474, 41, 'Johore, Malaysia', '@Jakelvista hongkong ka diyan... Nasa singapore ako. Hahahah'), (31475, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 71'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (31476, 5824, 'Riau, Indonesia', 'Kapan ya Bisa gemuk wkwkwk'), (31477, 1556, 'Singapore', '@NasuhaNsr @MuhdFirman FIrman''s language'), (31478, 902, 'Johor Bahru, Johore', '@IRISKK but u gt hand in mind anot??'), (31479, 4764, 'Johor Bahru, Johore', '@xoxo_Nanaa But not need to look at me like I''m a weirdo whut . :3'), (31480, 2655, 'Johor Bahru, Johore', '@jessymeow e Gucci is fake part is funny!'), (31481, 2572, 'Johore, Malaysia', '@Blehtan LOL you want be good son? Hahaha'), (31482, 196, 'Johore, Malaysia', 'Wa, the ahma last time is Jessica liu, the difference very big ah.'), (31483, 5840, 'Johore, Malaysia', '@meildaaziz oh.'), (31484, 362, 'Johore, Malaysia', '@KITTI3RAWR hi cyber girlfriend :3 ! You look very pretty today .'), (31485, 1400, 'Johor Bahru, Johore', '@wordsfallthru yup!!but sm is taking most of their income!but i emphathize them.the feeling of not being appreciated by mgmt is just...'), (31486, 5817, 'Johor Bahru, Johore', 'So, who miss me? :P\nHAHAHAHAHA ! i miss abg.'), (31487, 3443, 'Johore, Malaysia', '❤'), (31488, 5825, 'Singapore', '@dwylinda @anditenrionaa @sishery tiket naik balon udaranya nya bisa dpke sampe bulan JUNI'), (31489, 967, 'Johor Bahru, Johore', 'Bagus, drpda pecah lu punya to''ol.. RT @bachryans: ini tugas bikin pecah pikiran!! http://t.co/TDFdgYgx'), (31490, 4467, 'Johor Bahru, Johore', 'Bro playing with gameboy, WTH'), (31491, 5584, 'Johor Bahru, Johore', 'Still can''t decide which phone I want.\niPhone 4S, Sony Experia S or Bb??? \nSUGGESTIONS PRIEST'), (31492, 5428, 'Johore, Malaysia', 'BAIBAI GOODNIGHT.'), (31493, 362, 'Johore, Malaysia', '@InsyirahKellner WHY !'), (31494, 3090, 'Johore, Malaysia', '@petrinaheartxcz yeaaah lol'), (31495, 5841, 'Johore, Malaysia', 'ahhh!!! Toes aching like shit...'), (31496, 502, 'Johor Bahru, Johore', '@DhaniahFzra why! ):'), (31497, 2124, 'Johor Bahru, Johore', '@PigletLim_WJ @YIPPIE_ haha what your guys order? :&gt;'), (31498, 1643, 'Johor Bahru, Johore', '@SupYoEee thenn? -curiousshit-'), (31499, 4008, 'Johore, Malaysia', 'Indah pada waktunya RT @HeyBaca: Akan datang kebahagiaan setelah kesedihan &amp; akan ada kesuksesan setelah kegagalan. Rencana Tuhan indah'), (31500, 5772, 'Singapore', 'OMGOMGOMGOMGOMGOMG !! JUNE NINE ?!! I FUCKING WANNA GO ! &lt;/3 PLEASEEEEEE !'), (31501, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 72'), (31502, 1858, 'Johore, Malaysia', '@hstyleslxve_ovx no im not lah.. apeerje sampai kesitu , but the series is about teenager life (:'), (31503, 41, 'Johore, Malaysia', 'Sobrang sakit ng paa ko kakakalad #singapore'), (31504, 2176, 'Plentong, Johor Bahru', 'I''m at Kampung Bendahara (Johor Bahru) http://t.co/rOjkOcEl'), (31505, 222, 'Johore, Malaysia', '@NYQYQ yes I want those kind'), (31506, 5744, 'Malaysia', 'http://t.co/QHIr6qzP ชอบเวอร์นี้อ่ะ &gt;o&lt;"'), (31507, 3758, 'Johore, Malaysia', 'Location service มั่วสาส'), (31508, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 73'), (31509, 5817, 'Johor Bahru, Johore', 'Im still wasting time when im actually supposed to call 26th nw. :P'), (31510, 4846, 'Johore, Malaysia', '@LandOfOrange especially when one cost $90+ x.x\n\n$90 x 3 = $270!!'), (31511, 920, 'Johor Bahru, Johore', '@iamwandy yezzzzzzzuuuuuuur'), (31512, 2909, 'Johor Bahru, Johore', '@Moonotopia Jk :('), (31513, 213, 'Plentong, Johor Bahru', '@4ppleGreen sokong! sokong! sokong!!'), (31514, 1858, 'Johore, Malaysia', '@Firzanah_OneDee ok i dont know dat #slow'), (31515, 1194, 'Singapore', '@bunnybaby1315 MOI TOO CHEERS TO SOYA BEAN! ♥'), (31516, 4871, 'Johor Bahru, Johore', 'Flu is blocking a lot of my air pathway or whatever you call it'), (31517, 5824, 'Riau, Indonesia', '@YosefSanders @valeeennt ehm sef sef,gas terus ya di twitt, hahaha'), (31518, 1529, 'Johor Bahru, Johore', 'Gahhhhh :/ I smell trouble.'), (31519, 1242, 'Singapore', '@Millieeeeeee 1 is 80+. 1 is 50+.'), (31520, 5744, 'Malaysia', '@noonoofar ชื่อแสตมป์จ้า แล้วนี่ชื่อไรเอ่ย ?'), (31521, 5842, 'Johor Bahru, Johore', 'Who wanna play bingo LOL ._. http://t.co/gXPgf2Wf'), (31522, 5843, 'Kota Tinggi, Johore', 'I''m back! :D (@ Budget Terminal w/ 2 others) http://t.co/BNyX1thm'), (31523, 1194, 'Singapore', '@Achaximum @bunnybaby1315 *milk ;3'), (31524, 967, 'Johor Bahru, Johore', 'Smakin PD dh gue jlan sma tataaaa.. Kawan yg pnya slera lbh tnggi dri gue adja, dia suka sma si tataaaa.. Hiks.. http://t.co/yiZkIxDa'), (31525, 2653, 'Johore, Malaysia', '@IHEARTSUZY Dunno :( I try to see. Yearning Heart was my favo song :)'), (31526, 966, 'Johore, Malaysia', 'Goodbye USS!'), (31527, 893, 'Johor Bahru, Johore', 'I''m at Blk 171 Yishun Ave 7 (Singapore, Singapore) http://t.co/H3U5V8e8'), (31528, 668, 'Johore, Malaysia', '"@saffronsharpeee: The pain i feel now, would be nothing compared to the pain i feel later on."'), (31529, 5294, 'Malaysia', '@nongmildky ยังงงงงงงง หิวสาสสสสส &gt;&lt;'), (31530, 5772, 'Singapore', 'LMFAO coming to singapore ?? woah~ ! Champagne shower sia ! :P'), (31531, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 74'), (31532, 5844, 'Tebrau, Johor Bahru', 'I''m at Restoran Assalam w/ 4 others http://t.co/WFDktiL3'), (31533, 4871, 'Johor Bahru, Johore', 'Bladders being a bitch too'), (31534, 2595, 'Johore, Malaysia', '@xiangyyi but my friend also have cellobass outing O.o OMGG !! yougoingwhr?'), (31535, 5484, 'Johor Bahru, Johore', '@AdrianGohJW @violentgirl_ haha i average nia'), (31536, 2280, 'Plentong, Johor Bahru', '@theJimidz haaaaa nnt malam nnt fahmi mimpi ehh tp ili kena dtg mimpi fahmi'), (31537, 5646, 'Plentong, Johor Bahru', '@WhatMiss haaaaaaaaaaaaaaaaaaaaaaaaaaa ? bia betol ni mai ?'), (31538, 1556, 'Singapore', 'Bulanch Marchch, akan akhirch tak lamach lagich, saya belumch ready forch schoolch'), (31539, 3307, 'Johore, Malaysia', 'Don''t you know that you''re irritating?'), (31540, 502, 'Johor Bahru, Johore', 'Waste my time.'), (31541, 1143, 'Johore, Malaysia', 'Why is it that whenever I wanna drink water in the car, there never seems to be any red lights!!'), (31542, 668, 'Johore, Malaysia', '“@iTweetss: Those moments when you''re so\nhappy you wish you could\nfreeze time and live in that\nmoment forever.♥”'), (31543, 2873, 'Johore, Malaysia', '@ShafinahIeenaaa LOL my phone can''t load the pic'), (31544, 2786, 'Johore, Malaysia', 'Just woke up:)'), (31545, 1400, 'Johor Bahru, Johore', '@wordsfallthru yea they respect sm bec'' that is where they started.they know their roots but it doesnt mean they need to b slaves for them'), (31546, 3647, 'Johor Bahru, Johore', 'I''m at Jillian''s home sweet home.  http://t.co/W3wD3vS4'), (31547, 492, 'Johor Bahru, Johore', 'I don''t care about the past, I believe that you''ve changed. No one would want to be bad forever'), (31548, 5646, 'Plentong, Johor Bahru', '@hanizahid hahaha , tu la psl :)'), (31549, 4307, 'Johore, Malaysia', 'Made payment for hols!! April here I come!! *\\(^o^)/*'), (31550, 3256, 'Johore, Malaysia', 'The Lorax will start in... @ Suntec City Shopping Mall http://t.co/1DveCIEI'), (31551, 323, 'Plentong, Johor Bahru', 'Hidup mesti kena jujur..'), (31552, 87, 'Johor Bahru, Johore', 'I am gong Crazy already!!!'), (31553, 3307, 'Johore, Malaysia', 'Fuck off, will you?'), (31554, 283, 'Johor Bahru, Johore', '@SarahhhhLin using phone how copy paste you tell me!! Then I have to go tweet deck find your tweet then quote..!!!'), (31555, 1, 'Tebrau, Johor Bahru', '@AlynRomano aik , salah kau tak mintak awal awal td . hehehe'), (31556, 5845, 'Plentong, Johor Bahru', 'hangout at McD'), (31557, 5846, 'Johor Bahru, Johore', 'Made it back home safely.. @ $oulja''s Crib!!! http://t.co/DELKlCRB'), (31558, 893, 'Johor Bahru, Johore', 'I''m at My Crib-Toe-Nyte =D (Singapore) http://t.co/A9F6tSJ7'), (31559, 2653, 'Johore, Malaysia', 'Why Khun so cute in 2PM Hottest Movie &lt;3'), (31560, 5118, 'Johore, Malaysia', '@YAHUIEM no for nowww.'), (31561, 502, 'Johor Bahru, Johore', 'I would rather go home and sleep la please. Wtf.'), (31562, 902, 'Johor Bahru, Johore', '@IRISKK hahaha!!! Okok! Was afraid u didn''t hand in mine..since u were the last one to have it!'), (31563, 1065, 'Johor Bahru, Johore', '@amirarx Hahah, I am like in 5 min. You go to sleep also la, noisy only. :p jkjkjk!'), (31564, 4307, 'Johore, Malaysia', '@audideyn Fainted. Next time wash it with hot water. Haha.'), (31565, 5847, 'Plentong, Johor Bahru', 'Memang ''blah'' la kat sini. (@ Restoran Singgah Selalu w/ 7 others) http://t.co/FiCI9sT2'), (31566, 5815, 'Johore, Malaysia', '@4NDR0M3D4_ U change number alr arh'), (31567, 1681, 'Johor Bahru, Johore', 'Miss those times.'), (31568, 4846, 'Johore, Malaysia', 'If only iPhone battery lasts as long as iPad''s'), (31569, 213, 'Plentong, Johor Bahru', '@4ppleGreen @intanska for me, whenever i closed my eye, i always thinking about someone :p'), (31570, 181, 'Johore, Malaysia', '@azwanjamil scissors paper stone?? Lai la? Kalah amek straw?'), (31571, 5097, 'Pulai, Johor Bahru', '@erichafitrih jap.'), (31572, 283, 'Johor Bahru, Johore', '@cheamycheechee best circle but stall should be fine too I think!'), (31573, 492, 'Johor Bahru, Johore', 'I''ve loved you right now'), (31574, 26, 'Johore, Malaysia', 'that sounds bastard. just saying.'), (31575, 4823, 'Johore, Malaysia', '@nizammansor ngam ngam aku tengah dengar lagu @WhereisADTR ni. dan kamu kawan baik saya'), (31576, 5294, 'Malaysia', '@ipinkeros 55 ครับผม ๆ ทำไรอ่ะนั้น ?'), (31577, 3122, 'Johore, Malaysia', '@AngBenny LOL!'), (31578, 5762, 'Singapore', '@septemberoute haha!!'), (31579, 2655, 'Johor Bahru, Johore', '@melvinryantan ok. I will check\nIt out. Thx q! Can catch u for dinner! =)'), (31580, 632, 'Tebrau, Johor Bahru', 'To miss you is my routine, Haziq I love you.'), (31581, 10, 'Johore, Malaysia', 'Yay! Heading to mac to get my shaky shaky fries! :D'), (31582, 3452, 'Johore, Malaysia', '@ohmysofiaa @p1xiedust @effdorn @burntmittens charmeer coming? sorry hehe'), (31583, 3273, 'Johore, Malaysia', 'True much :b "@Retwittings #S are facing a certain emotional crisis right now. "'), (31584, 4727, 'Johore, Malaysia', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/NgSGfvNe'), (31585, 5449, 'Johore, Malaysia', 'I''m at Cathay Cineleisure Orchard (Singapore, Singapore) w/ 20 others http://t.co/amN26BU2'), (31586, 3937, 'Tebrau, Johor Bahru', 'dulu tak hiraukan yahoomail, sekarang bila bukak je mesti nak tengok...... kalau ada byk email... mesti dari awak. #Lame kann..'), (31587, 2786, 'Johore, Malaysia', 'Haiz got headache:/'), (31588, 193, 'Johor Bahru, Johore', 'I''m at lovely home :) http://t.co/TttjmVsq'), (31589, 323, 'Plentong, Johor Bahru', 'Holiday hw langsung tak sentuh...APTB! XD'), (31590, 213, 'Plentong, Johor Bahru', '@AhmadZafran aq saja perli doh~~ haha'), (31591, 2553, 'Johore, Malaysia', '@leefang_random Dream on =P'), (31592, 5246, 'Plentong, Johor Bahru', 'Dessert after dinner with shiqi (@ Tutti Frutti Permas Jaya) http://t.co/x5c3358V'), (31593, 87, 'Johor Bahru, Johore', '@UnwrittenNotes huh is it the 1 from our school'), (31594, 2644, 'Pulai, Johor Bahru', '#SayaTakBiasa orang panggil aku AWAKSAYA..\n*Sorry ! Saya memang mcam ni*\n#Hypocrite #ThatsMe'), (31595, 2261, 'Plentong, Johor Bahru', 'Tenangkan minda (@ Restoran AK (Shisha)) http://t.co/vWElegtt'), (31596, 1596, 'Kota Tinggi, Johore', 'I''m at  Home © http://t.co/QTUUbbpT'), (31597, 5848, 'Grand Blue Wave Hotel, Plentong', ':D (@ Grand BlueWave Hotel Johor Bahru) http://t.co/w2fxFLmB'), (31598, 3285, 'Kota Tinggi, Johore', 'I''m at Fitness Corner (Lakeside, Singapore) http://t.co/di7OH68O'), (31599, 283, 'Johor Bahru, Johore', '@krackedlips @oompoofish @abzhasabs @mintopally i anything haha'), (31600, 580, 'Johor Bahru, Johore', '@5H3RM4IN3 rich ppl need work de meh?'), (31601, 362, 'Johore, Malaysia', 'Sedap nye dapat coke !'), (31602, 5247, 'Johore, Malaysia', '@Colettegeeky Why you wan skip .. the person.'), (31603, 2653, 'Johore, Malaysia', 'Hyuna give me some clothes :)'), (31604, 213, 'Plentong, Johor Bahru', '@AhmadZafran macam ba.'), (31605, 4537, 'Johore, Malaysia', 'I''m at Spize Bedok (Singapore, Singapore) http://t.co/hFHAyVt0'), (31606, 893, 'Johor Bahru, Johore', 'I''m at •My Disastrous Mosh Pit!• (Singapore, Singapore) http://t.co/PNv6O9ec'), (31607, 5839, 'Johor Bahru, Johore', 'So green, so greennn (at @SG_Starbucks) [pic] — http://t.co/tPI2Wber'), (31608, 2415, 'Malaysia', 'พี่ไหมโดนมาก'), (31609, 78, 'Johor Bahru, Johore', 'Omg i am late again !!!! arh !!!'), (31610, 46, 'Plentong, Johor Bahru', '@SyazrahHassims laaaaa . tegur laaaa . mase maulud tuu kan ? fifien langgar akak taw pastu ade budak jerit name die syifa . pastuuu ...'), (31611, 1548, 'Johore, Malaysia', 'RT "@iTweetss: Those moments when you''re so happy you wish you could freeze time and live in that moment forever.♥"'), (31612, 4322, 'Singapore', '@Tigahtiggy http://t.co/6Og1a3fq I applied for this just now. Go!'), (31613, 5849, 'Riau, Indonesia', '@ikaputri_lovers ikaa..iqbal ngajak reuni tau sabtu!gimana nih!aq ga di bolehin u?'), (31614, 453, 'Johor Bahru, Johore', 'I''m at *~CarPark~* (Singapore) http://t.co/bUoWqDNh'), (31615, 492, 'Johor Bahru, Johore', 'Just take one step closer.. That''s all it Too change this right now'), (31616, 2088, 'Johor Bahru, Johore', '@ikaliyana when I can datang &amp; visit Elis ni..?'), (31617, 5294, 'Malaysia', '@kiimiie9419 รีบนอนไปไหน ? =='), (31618, 2873, 'Johore, Malaysia', '@assortedbacon @likuhhein @choonhockbleh NO. YOU WALK YOUR MISS YANG HOME'), (31619, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 75'), (31620, 135, 'Johor Bahru, Johore', 'Channel 5 ghost story isit?'), (31621, 3781, 'Johore, Malaysia', 'I''m at (sgp) Abode (Singapore) http://t.co/a7oGowUg'), (31622, 967, 'Johor Bahru, Johore', 'Kga bsa ngongke, mati lu.. RT @bachryans: haha waah bahaya kalo yang itu mah RT @Kingnugraha Bagus, (cont) http://t.co/tan5DpP2'), (31623, 4975, 'Johor Bahru, Johore', 'some people want to go home at 5 but some people want to retire at 40.'), (31624, 2655, 'Johor Bahru, Johore', 'Itching for a second ink. Been almost 6yrs since my first ink!'), (31625, 5215, 'Johore, Malaysia', 'Baby goodnight(: I don''t Wana say goodbye...'), (31626, 196, 'Johor Bahru, Johore', 'I wonder if you still remember those words I told you like how I remember yours.'), (31627, 580, 'Johor Bahru, Johore', '@5H3RM4IN3 when I heard this news I super cannot tahan.. Till now still cannot!'), (31628, 3529, 'Johor Bahru, Johore', '@SuperSammi he doesn''t even read o_o'), (31629, 3274, 'Johore, Malaysia', '@itsyeefern NOT EVEN IF YOU THROW ME OFF A BUILDING (:'), (31630, 181, 'Johore, Malaysia', 'Maseh nak pangil ran? RT “@ElwaFishy: @farhanamanokgo @muhdluqmanaziz @haziqmustaffa goodnight ran! ”'), (31631, 5183, 'Johore, Malaysia', '@KarmahnT can''t my dear :(( mom won''t allow it. I''ll meet you all for lunch or an ice cream at Eastwood center or sth? :))'), (31632, 5850, 'Singapore', '834L actually means somebody to me &gt;.&lt;'), (31633, 1400, 'Johor Bahru, Johore', '@wordsfallthru i can also understand it is hard to get out from them since they r the biggest entertainment agency in korea.'), (31634, 2224, 'Johor Bahru, Johore', 'I tweet lesser and lesser now! Hahaha!!'), (31635, 3307, 'Johore, Malaysia', 'Written in the stars.'), (31636, 3937, 'Tebrau, Johor Bahru', 'tapi tapi tapi......... rasa sedih sebab "No new mail" hmmmm awak kemana eh? :('), (31637, 2903, 'Johore, Malaysia', 'Tak reply da tidu lah tu nvm tunggu je lah'), (31638, 135, 'Johor Bahru, Johore', 'Hehehehe, okayokay sorry! :p RT @fatinadhirahh: @afiqahyamin alamak die ni eh. Hahahha, takmo emo boleh tak? -.-'), (31639, 181, 'Johore, Malaysia', 'Wahh jadi2 dorg seme pangil aku ran eh...'), (31640, 2903, 'Johore, Malaysia', 'Bsk keje 12-10 :/'), (31641, 2065, 'Johore, Malaysia', '@NazurahMN ye saya mengerti la awak oii..tapi milo panas xd ke?'), (31642, 5851, 'Johore, Malaysia', '@angelsherwin are the photos taken with the new camera much better than most 8mp on other phones?'), (31643, 1083, 'Johore, Malaysia', 'Aaaaahhh bo amir iqram!!!'), (31644, 1548, 'Johore, Malaysia', 'I feel like cutting my hair to shoulder length eh. Shld i?'), (31645, 4492, 'Plentong, Johor Bahru', '@yenyin33 haha i can recognize suju shinee snsd and 2ne1 only. Yep. Minho is from shinee. The tallest one (:'), (31646, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 76'), (31647, 5852, 'Johor Bahru, Johore', 'I just ousted @jrrockyrworld as the mayor of 12 Florence Road on @foursquare! http://t.co/wy2V0VZy'), (31648, 3193, 'Plentong, Johor Bahru', 'Adnan Sempit 2 kelakarrr'), (31649, 492, 'Johor Bahru, Johore', 'This is not high hopes.. It''s faith and what I believe in you'), (31650, 3890, 'Johor Bahru, Johore', 'I''m at Jamie''s Crib http://t.co/0CWOhnMX'), (31651, 1091, 'Johore, Malaysia', 'My heart is reserved just for u .Those three words are only meant for u .I''m positive we''re meant for each other .I want to grow old with u.'), (31652, 546, 'Singapore', '@viatumblr That awkward moment when you can''t spell ''awkward''.'), (31653, 5853, 'Johor Bahru, Johore', 'I''m at Grace''s Crib  (Singapore) http://t.co/sua6dUEr'), (31654, 4670, 'Johor Bahru, Johore', 'I''m at Terminal 3 (Singapore, Singapore) w/ 15 others http://t.co/WXYmkoE2'), (31655, 2873, 'Johore, Malaysia', '@ShafinahIeenaaa shafinah old ma can''t blame her T__T'), (31656, 2655, 'Johor Bahru, Johore', '@melvinryantan haha but Olympics end on 12aug!'), (31657, 3273, 'Johore, Malaysia', 'CUTE ^^ " @ihearts_candies peace (Y) http://t.co/wkXIEIj2 "'), (31658, 1331, 'Johor Bahru, Johore', 'Kat sini kau bole jadi tige macam Taiko, Balachi atau Chambu...'), (31659, 196, 'Johor Bahru, Johore', 'I wonder if you miss me like how I miss you.'), (31660, 3758, 'Johore, Malaysia', '@Jannnuary กลับพรุ่งนี้ ตังหมดแล้ว 55555555555'), (31661, 3937, 'Tebrau, Johor Bahru', 'eeeeee kenapa dengan aku ni e__e *tampar pipi*'), (31662, 5854, 'Johor Bahru, Johore', 'Dinner at sakura buangkok'), (31663, 4502, 'Johore, Malaysia', 'I''m Home Sweet Home.... (@ 83 Strathmore Avenue) http://t.co/DiLXIQyH'), (31664, 1556, 'Singapore', 'I want to watch Kuda kepang performance. I miss the sound of Gamelan'), (31665, 5118, 'Johore, Malaysia', '@YAHUIEM loool. whattt you mean???? zzzz'), (31666, 3852, 'Johor Bahru, Johore', 'Had Maggie for dinner =)'), (31667, 213, 'Plentong, Johor Bahru', '@AhmadZafran @4ppleGreen kat pasar seni kan ada~ kat atas :D'), (31668, 2653, 'Johore, Malaysia', '@maravivianne Not Sherlock. Is highlight medley . :P'), (31669, 1370, 'Johor Bahru, Johore', '@pinkshortcake_ @jieshiii HAHAHAHA WHY THE TWO OF YOU KEEP ARGUING ONE AH'), (31670, 2674, 'Johor Bahru, Johore', 'I''m at Dairy Farm Estate (Singapore) http://t.co/71R4rVru'), (31671, 2595, 'Johore, Malaysia', '@RandomLikeSarah @Retwittings OMG . sotrue ! O:'), (31672, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs miskin paling tak logic -,- errrr !! Orang kaya kannn'), (31673, 2415, 'Malaysia', '@wutteriesBB พี่ชินโทรไปค่ะ แล้วไม่มีตัวตน ติดต่อไม่ได้'), (31674, 5772, 'Singapore', '@HXluvS April nine, but haven''t been announced world wide yet. heee.'), (31675, 4308, 'Tebrau, Johor Bahru', 'suka hati nak keluar dengan sape-sape #BestThingAboutBeingSingle'), (31676, 3260, 'Johore, Malaysia', 'Tmr is 16th of march! Result release eh!! Bitch please i dont give a shit, i just wanna dance.'), (31677, 196, 'Johor Bahru, Johore', 'I wonder if you want me like how I want you.'), (31678, 2873, 'Johore, Malaysia', '@assortedbacon @likuhhein @choonhockbleh THEN GO ASK HER. I not miss yang LOL'), (31679, 5855, 'Johore, Malaysia', 'Neon Merlion. #singapore #merlion @ Merlion Park - Singapore http://t.co/BXKuKmFS'), (31680, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa ish bukan nak blang saye tade . Saye ade tertunggu2 kan awak . Hmmm :) . Wyd ? Adit okay already?'), (31681, 580, 'Johor Bahru, Johore', 'Resting now.. Thinking of how to complete my 11 lesson plans in these few days..:'), (31682, 5599, 'Plentong, Johor Bahru', 'I''m at Lobby @ Thistle Hotel http://t.co/jxPPfHjg'), (31683, 998, 'Johor Bahru, Johore', 'I''m at 406 Hougang Ave 10 http://t.co/5ckwRX55'), (31684, 2644, 'Pulai, Johor Bahru', '@evayezza huh! POYO jee~ XP'), (31685, 5840, 'Johore, Malaysia', 'nights ^^v http://t.co/HtNeRw2Y'), (31686, 3452, 'Johore, Malaysia', 'Theres school tmr :('), (31687, 5134, 'Johore, Malaysia', '@Aummhigh yessss!! Buy !! Btw, when u coming back a?'), (31688, 1, 'Tebrau, Johor Bahru', '@AlynRomano ecok lah , dia dah tidur punn .'), (31689, 1563, 'Johor Bahru, Johore', 'iPad pre-ordered arriving 23 Mar. Telco n apple selling 16 Mar. Hmm... #{+}^}^||?&amp;)?@$(;'), (31690, 1163, 'Johor Bahru, Johore', '“@Y_U_NOOO: MATH, Y U NO SOLVE YOUR OWN PROBLEMS?”'), (31691, 4764, 'Johor Bahru, Johore', '@xoxo_Nanaa Gimme a break . I''m super tired . Idk how you girls do it . :O'), (31692, 3529, 'Johor Bahru, Johore', '“@Retwittings: #W have the determination, intuition, persistence, creativity &amp; analytical skills to land into high positions.”'), (31693, 131, 'Johor Bahru, Johore', 'RT“@Kristoff0428: @vamos_marion look at this: http://t.co/C6EQxy2O”--woah! Amazing!walang base na gnamit?o pinagdikitan?all phone?!'), (31694, 3435, 'Johore, Malaysia', 'Software Engineering Project is fun, but it is also killing me.'), (31695, 1268, 'Johor Bahru, Johore', '@alastair97 she likes sex with old man? LOL'), (31696, 5280, 'Johore, Malaysia', 'Normal school days starting soon.'), (31697, 4492, 'Plentong, Johor Bahru', '@WanJinghoho its like a news channel. But they came out for like say, a minute only. The tv was on and i heard ''opera'' i ran to the tv man!'), (31698, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 77'), (31699, 4177, 'Johore, Malaysia', 'Karaoke time!! (@ K Box) http://t.co/bThuKfZ0'), (31700, 336, 'Johor Bahru, Johore', '@deehasnolife Hahaha... Okay. :) I saw them..'), (31701, 2653, 'Johore, Malaysia', '@IHEARTSUZY Haha. I like some only. :)'), (31702, 99, 'Singapore', '@pissmylipz Haha yeah , bestfriend !'), (31703, 502, 'Johor Bahru, Johore', 'Don''t come running back to me again.'), (31704, 546, 'Singapore', '@sashaibrahim Next week ?'), (31705, 3273, 'Johore, Malaysia', 'Baek arh \\m/ " @anatasyazz I talkback to teachers. Problem? "'), (31706, 668, 'Johore, Malaysia', 'At times, I nearly make a decision I know I''ll regret for life...'), (31707, 2595, 'Johore, Malaysia', 'XINMSN , I GIVE UP . -.-'), (31708, 1349, 'Johor Bahru, Johore', 'Complicated mind zzz. Is that person really? Or i think too much? Haiz i think too much lah.. Lol.'), (31709, 1268, 'Johor Bahru, Johore', '@GLuozhixiangSY uh not really LOL haha tell you something on whatsapp XD'), (31710, 2903, 'Johore, Malaysia', 'I want the best for you thats all .'), (31711, 5832, 'Plentong, Johor Bahru', '@InazatikahAz ala kesiannye kau...cmne boleh hilang weh?'), (31712, 177, 'Johor Bahru, Johore', '@MuhdHarizzzz @reesyaadlin coughh, eheeem.haha okaay aku sebok :&gt; tskk'), (31713, 1341, 'Tebrau, Johor Bahru', 'Why recently so cold ?!'), (31714, 580, 'Johor Bahru, Johore', '@5H3RM4IN3 no choice cause we all busy ma, if not the chance will be ours!'), (31715, 1, 'Tebrau, Johor Bahru', 'Hai , saya rindu dia , saya rindu dia , saya rindu dia . hmmmmmmmmmmmm'), (31716, 177, 'Johor Bahru, Johore', 'Hais im bored !'), (31717, 1740, 'Johore, Malaysia', '@ravendgaf Hi. Nothing much. you? Cheesy eh?'), (31718, 2595, 'Johore, Malaysia', '@RandomLikeSarah hahahah ! but no exercise ! Shhh ~ X:'), (31719, 3443, 'Johore, Malaysia', 'I LHVE MAH PROFILE ❤'), (31720, 5732, 'Indonesia', 'udhan dlu ahh nge-twitt nya'), (31721, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 78'), (31722, 4492, 'Plentong, Johor Bahru', '@WanJinghoho @sarachuizijiun yes! Hahaha but no more concert for me this year lah. Need to save for ss5 :D or maybe shinee'), (31723, 2342, 'Plentong, Johor Bahru', 'Night xx'), (31724, 1972, 'Johore, Malaysia', 'Should i sleep now? im bored'), (31725, 5850, 'Singapore', '834L is my favorite Mark III'), (31726, 5206, 'Indonesia', 'ka @Aldi_VNT reply mention dumss :) say "HAY" or just RT bigbro @vickySKDZ aja mau ngemention :p'), (31727, 3774, 'Johor Bahru, Johore', '@DEADD0LLS deleted, cock server lol sian'), (31728, 3758, 'Johore, Malaysia', '@IINKKK ตกใจก่อนอ่านในวงเล็บ 5555555555'), (31729, 1163, 'Johor Bahru, Johore', 'Why so quiet =('), (31730, 5716, 'Johore, Malaysia', 'lol uh my mum,she watsapp me.Padahal dia kat dlm bilik.'), (31731, 5744, 'Malaysia', '@chanakarn_kook 555 นิยายไม่ใช่ของเราจ่ะ ;p'), (31732, 580, 'Johor Bahru, Johore', '@5H3RM4IN3 yup!!!!! Super '), (31733, 966, 'Johore, Malaysia', 'Haiyoo. Penat tapi tk bleh tido'), (31734, 1038, 'Johore, Malaysia', 'I may be weak in certain things but im not giving up easily...'), (31735, 1783, 'Johor Bahru, Johore', '@MegatAD Salam dari Singapore :)'), (31736, 546, 'Singapore', 'RT @fizRedstic: Just parted ways with girlgila HidayahJalil.'), (31737, 5856, 'Johore, Malaysia', 'Back from playing with my friend and tomorrow i will watch Unriddle 2 Episode 9 on xinmsn catchup!'), (31738, 3774, 'Johor Bahru, Johore', 'I''m at Buangkok MRT Station (NE15) (Singapore) http://t.co/BKbHiGf9'), (31739, 2873, 'Johore, Malaysia', '@ShafinahIeenaaa SHAFINAH I HAD ENOUGH OF THIS FACE LOL'), (31740, 1740, 'Johore, Malaysia', 'mrt saga'), (31741, 5620, 'Kota Tinggi, Johore', '@MuzaffarRahman noisy at twitter ..:P'), (31742, 5831, 'Riau, Indonesia', 'kalo dah d rumah ada aja yg pngen d beli..'), (31743, 135, 'Johor Bahru, Johore', '@yourstrulyrose Hahahaha, you so cute sia seriously :D hahaha!'), (31744, 3636, 'Johore, Malaysia', 'omg I just killed a cockroach haha'), (31745, 172, 'Johore, Malaysia', 'Bimbos. -.-'), (31746, 1741, 'Johor Bahru, Johore', 'Krabi krabi krabi!!! Yes jom anyone free lets go go go!!!'), (31747, 5614, 'Plentong, Johor Bahru', '@NinaaImanina Hhhahaha. Hihi wait and see the answer yaa Mueheheeehe xD'), (31748, 1432, 'Johor Bahru, Johore', 'I.want.a.hug'), (31749, 4189, 'Johor Bahru, Johore', 'Sadly, my gf isn''t an intense foodie as I am :('), (31750, 1668, 'Johore, Malaysia', 'Dessert time :D (@ Ah Chew Desserts 阿秋甜品 w/ 2 others) [pic]: http://t.co/YUxLdbXf'), (31751, 5462, 'Johor Bahru, Johore', '@titserJOY more energy mas happy! #enervon-c bwahaha'), (31752, 3529, 'Johor Bahru, Johore', '@SuperSammi because it''s THE HUNGER GAMES ZOMMMGGG I finished the whole trilogy and I couldn''t stop crying Q.Q'), (31753, 2903, 'Johore, Malaysia', 'Ahbeh kalo nak harapkan keje part time sampai bila ? Kata nak naik pelamin kan ?'), (31754, 4764, 'Johor Bahru, Johore', 'You rather crop your head then your boobs ? Tells a lot . (:'), (31755, 5772, 'Singapore', 'Greyson Chance also coming to Singapore, PIXIE LOTT as well. garr~'), (31756, 2873, 'Johore, Malaysia', '@assortedbacon @likuhhein @choonhockbleh NO YOU GO YOURSELF'), (31757, 5646, 'Plentong, Johor Bahru', '@WhatMiss betol ke betol ke betol ke ? :O'), (31758, 5857, 'Plentong, Johor Bahru', 'istirahat... (@ Pangsapuri Sri Pahlawan C) http://t.co/s5P3ZnxR'), (31759, 5304, 'Indonesia', 'Kne tumbuk ngan adek T.T'), (31760, 5858, 'Tebrau, Johor Bahru', '@ikmalzahrawani sik goreng daging same capati di osman berhampiran'), (31761, 336, 'Johor Bahru, Johore', '@deehasnolife yes of course.. So pouty..'), (31762, 1580, 'Johore, Malaysia', '@hahnar okay! See u! Watching man u match later?'), (31763, 4492, 'Plentong, Johor Bahru', '@selvan_12 worst ever. I was like wadafug is this!??!!! Euww'), (31764, 283, 'Johor Bahru, Johore', '@cheamycheechee circle is $20 I think! $35 is stall..'), (31765, 4871, 'Johor Bahru, Johore', '“@Janazxzxz: @syidaabe awwwwww MUAXXXXXXXXX MUAXXXX MUAXXXX *kiss you violently now**”FAINTS(as drama as I am)'), (31766, 5614, 'Plentong, Johor Bahru', '@ShukriHani Huihh. Esok kan dah Jumaat? -.- Hihihihi.'), (31767, 2644, 'Pulai, Johor Bahru', '#Seriously dari tdi tgok cte #AmukanPocong aku dok ketawaa jee dri tadi!\nHAHA! *Maaf ! Saya sangat #PoyoKan ?*\nXDD'), (31768, 4671, 'Singapore', 'which one? RT @mggykills Still on that Gotye song hahaha...'), (31769, 1588, 'Johor Bahru, Johore', 'I''m at JaCeLyN''s Tsl Home  http://t.co/DKBUUIU0'), (31770, 5118, 'Johore, Malaysia', '@YAHUIEM ohhh. hahahahahaa. sorry lorhhh. i still using the same number. but no phoneee. heheheh'), (31771, 5859, 'Johore, Malaysia', 'Headache '), (31772, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 79'), (31773, 4189, 'Johor Bahru, Johore', '@scrumpu_puss I hate the fact that I forgot to bring my ezlink out.'), (31774, 5500, 'Singapore', 'Elvin Ng Still Trending @_@'), (31775, 3371, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle spend a lot of time with best friends.. :)'), (31776, 5247, 'Johore, Malaysia', '@Colettegeeky i think i know who :D'), (31777, 983, 'Malaysia', 'ถึงบ้านซะที (@ HOME HS8GLR/E22TV) http://t.co/ciP9H6Fx'), (31778, 1038, 'Johore, Malaysia', 'I seriously hate people who look down on me..grrrr;/'), (31779, 5856, 'Johore, Malaysia', 'But tomorrow also cannot watch Episode 10 night because i go tuition and play boardgames! till 9 ....'), (31780, 5762, 'Singapore', '@septemberoute hey, @huiqi_1996 say she is going to scream at u tmr. hehe'), (31781, 213, 'Plentong, Johor Bahru', '@AhmadZafran @4ppleGreen alahai nk solat smpai ke masjid jamek -__- solat kat CM suda laaa'), (31782, 2330, 'Johor Bahru, Johore', '@Sharkiez HAHAHAHAHAAA BUT ONLY ONE IS FUNCTIONAL AT ONE POINT OF TIMEEE'), (31783, 4823, 'Johore, Malaysia', '#np if it means a lot to you @WhereisADTR'), (31784, 3260, 'Johore, Malaysia', '@lerzhiheng seriously yea. I almost forgot tmr is the date that they release our result! Hahas!'), (31785, 1007, 'Johor Bahru, Johore', 'I''m at Blk 895 Tampines St 81 http://t.co/Oc8aWNS0'), (31786, 580, 'Johor Bahru, Johore', 'Sat de dance faint~~~&gt;&lt; need find way to master that step!!!!!! Argh! Why this time so stress de?!'), (31787, 1421, 'Singapore', '@blamboskr idk that''s why i want to know someone who knows lol'), (31788, 5097, 'Pulai, Johor Bahru', '@erichafitrih okayyy :)'), (31789, 5772, 'Singapore', '@HXluvS hhahhaa, must grab the chance fast ! once announced my go sistic. hhaha'), (31790, 5825, 'Singapore', '@rama_sobat Jakarta selatan deket ko hehehe'), (31791, 355, 'Johor Bahru, Johore', 'I just became the mayor of ♚ Shermine''s Crib on @foursquare! http://t.co/JnNLP7O5'), (31792, 2903, 'Johore, Malaysia', 'Aku tegur sbb aku kesah fhm ?'), (31793, 355, 'Johor Bahru, Johore', 'I''m at ♚ Shermine''s Crib http://t.co/Cw9dtX7B'), (31794, 3859, 'Johore, Malaysia', 'Wish we could overnight.....@FaiFairuzy jgn malas do ur assignment!'), (31795, 4283, 'Johore, Malaysia', 'ello poppit.'), (31796, 50, 'Johor Bahru, Johore', 'Maintain ah pakai talkbox ehk'), (31797, 87, 'Johor Bahru, Johore', '@UnwrittenNotes lol'), (31798, 5614, 'Plentong, Johor Bahru', '#SayaTakBiasa tidur tak peluk Bear awak :'')'), (31799, 131, 'Johor Bahru, Johore', '@itsCahWen chos! Drama mo! Wako pa Lang dito!'), (31800, 5294, 'Malaysia', '@ipinkeros ค้าบบ กินข้าวได้แล้ว ๆ :)'), (31801, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 80'), (31802, 5775, 'Pulai, Johor Bahru', '@MonsterFiee alololo kesian nyee diee . HAHAHAHA ^.^'), (31803, 3636, 'Johore, Malaysia', 'instead of getting freaked out I got angry and on the hot water and sprayed the whole floor and finally boiled the cockroach to death muaha.'), (31804, 5840, 'Johore, Malaysia', '@meloveA7X uh hi'), (31805, 5860, 'Plentong, Johor Bahru', 'berazam nk kumpul duit nk beli #SamsungGalaxy minx2 dpt amin~'), (31806, 196, 'Johor Bahru, Johore', 'I love it when guys pull my fringe to my ear to see my clear face.'), (31807, 1194, 'Singapore', '@bunnybaby1315 HEHE♥'), (31808, 5861, 'Johore, Malaysia', 'Kung fu on a turtle at a very #bizarre theme park @ Haw Par Villa http://t.co/twvYO81m'), (31809, 4871, 'Johor Bahru, Johore', '@nnaddhh hello my favorite small bitch. Miss you and love you small bitch baby❤❤❤'), (31810, 5716, 'Johore, Malaysia', 'Stakat suruh aku amek kan dia grenn tea -.- lol'), (31811, 4782, 'Singapore', 'Just had a spiky haircut.... Or i think it was... :P'), (31812, 4972, 'Johore, Malaysia', '@Afifjefri aq tk tawu laa no. dy bape .. N .. Ade stu nombo ni .. selalu call aq .. n .. suaree p0n mcam Nafis .. Kdg2 Suaree Syful .'), (31813, 3025, 'Johor Bahru, Johore', '@EpikRoy @bearythoughts haha'), (31814, 177, 'Johor Bahru, Johore', '@MuhdHarizzzz @reesyaadlin :))))'), (31815, 283, 'Johor Bahru, Johore', '@TinTan__ stall best!! I''m like saying like best get circle, if not I want stall ahha.'), (31816, 546, 'Singapore', 'So nice ! :( RT @fizRedstic: HidayahJalil, na, Cali. RT @FunnySolo: California Lovin! http://t.co/KrBPQ7N9'), (31817, 1548, 'Johore, Malaysia', '@YANNNI_ astons better?! Ehh tml coming not? Afternoon only!!'), (31818, 580, 'Johor Bahru, Johore', '@5H3RM4IN3 yup!!!!'), (31819, 2655, 'Johor Bahru, Johore', '@melvinryantan ok means won''t get to meet u!'), (31820, 2415, 'Malaisie', 'พี่ริท ไม่ต้องเพิ่มรอบเหอะ ของดีมีครั้งเดียว ซึ้งทั้งคอน เปลี่ยนสถานที่ ระเบิดมูนสตาร์ก็ได้'), (31821, 213, 'Plentong, Johor Bahru', '@Dkamilaa nnt kucing marah'), (31822, 5862, 'Plentong, Johor Bahru', 'Wooooott..!! Seems legit lol ;p RT @aryana_williams: #GirlsNameILike Darlina @arlynroslin'), (31823, 3371, 'Plentong, Johor Bahru', '#PeopleIWantToMeet @AmyLeeEV'), (31824, 2166, 'Johor Bahru, Johore', '@ZacPY HAHAHHAHA.'), (31825, 5584, 'Johor Bahru, Johore', '@YiJieRilakkuma @bjiayi EH SEMO):'), (31826, 340, 'Johor Bahru, Johore', '“@maco_ortega: @bryskired wsup???”grabe after ten years ang reply haha musta'), (31827, 5614, 'Plentong, Johor Bahru', '@ShukriHani Huihh iyolah Maduku yang Montel :) Opss Hahhahaha xD Ehh Acap kerja ehh?'), (31828, 4216, 'Johore, Malaysia', 'Tempura Ice-Cream w/Strawberry Sauce @ Ichiban Boshi http://t.co/oBo7PBAO'), (31829, 3774, 'Johor Bahru, Johore', '@DEADD0LLS why leh'), (31830, 5858, 'Tebrau, Johor Bahru', '@ikmalzahrawani next stop, dungung, the stop after gonna be tioman. Kl xde'), (31831, 362, 'Johore, Malaysia', '@InsyirahKellner aww ! No problem :)'), (31832, 5832, 'Plentong, Johor Bahru', 'dah lame tak chatting ni. kekok pule rase nak taip laju2.'), (31833, 1, 'Tebrau, Johor Bahru', 'aku cakap ape yang aku rasa .'), (31834, 3758, 'Johore, Malaysia', '@Jannnuary เปล้า 5555 กูหลอก กลับวันอาทิตย์ 55555'), (31835, 3307, 'Johore, Malaysia', 'I''ve got the moves like jagger.'), (31836, 135, 'Johor Bahru, Johore', 'Oh, so my dad''s home'), (31837, 340, 'Johor Bahru, Johore', '“@iamnelsonDM_: @bryskired #PeopleiWantToMeet”'), (31838, 5742, 'Riau, Indonesia', '@1khl45 huuuu, ketahuan hobynya esek-esek'), (31839, 1717, 'Johore, Malaysia', 'I just became the mayor of Home on @foursquare! http://t.co/vOxvL61e'), (31840, 1717, 'Johore, Malaysia', 'Tired max!! (@ Home) http://t.co/ioy7qvAQ'), (31841, 1601, 'Plentong, Johor Bahru', 'I''m at Salsabila Shisha Lounge (Johor Baru) http://t.co/eCXWryDq'), (31842, 2873, 'Johore, Malaysia', '@ChoonHockBleh @assortedbacon @likuhhein WANT SEE? I GOT PIC IT LOL'), (31843, 213, 'Plentong, Johor Bahru', '@4ppleGreen @AhmadZafran surau pun bolehhhh'), (31844, 1548, 'Johore, Malaysia', 'I''m like tired of my hair . Feel like cutting short LOL'), (31845, 1264, 'Johor Bahru, Johore', '3G suddenly so slow ...'), (31846, 5584, 'Johor Bahru, Johore', '@inakhalifa haha u have isit? (:\nBut Sony is 12mp!!):'), (31847, 4718, 'Johore, Malaysia', '#nowplaying Learn My Lesson - DAUGHTRY'), (31848, 5863, 'Johore, Malaysia', 'I''m at East Coast Park w/ 2 others http://t.co/Nc1JjWWf'), (31849, 4216, 'Johore, Malaysia', 'Matcha Shiratama Ice-Cream @ Ichiban Boshi http://t.co/xTZWx3mz'), (31850, 1746, 'Johore, Malaysia', 'When did this start to turn ugly?'), (31851, 2300, 'Johor Bahru, Johore', 'Ambik kau... Terperanjatkan bini kau ada pat luar &amp; dalam bilik.. #AmukanPocong'), (31852, 5304, 'Indonesia', 'Kau mmg sampah pon :P'), (31853, 2653, 'Johore, Malaysia', '@IHEARTSUZY Min talking about lens...'), (31854, 1370, 'Johor Bahru, Johore', '@Jieshiii @pinkshortcake_ I shudder ok.'), (31855, 5623, 'Johor Bahru, Johore', '@KIMJIOHH lol :P kk'), (31856, 3192, 'Kota Tinggi, Johore', 'I''m at My Lil room ;  http://t.co/rPUw5UPb'), (31857, 1300, 'Johor Bahru, Johore', '@AspirantSG ohh that interesting.. Help a lot.. I love to travel tho..'), (31858, 4322, 'Singapore', '@Tigahtiggy Suke hati lah, gurl.'), (31859, 5280, 'Johore, Malaysia', '9% left.'), (31860, 5840, 'Johore, Malaysia', 'just now at vivo &lt;3 http://t.co/k6dnyVzM'), (31861, 828, 'Johore, Malaysia', 'I''m at Bedok Temporary Bus Interchange w/ @zevontzw http://t.co/4bKDr4Iy'), (31862, 1613, 'Johor Bahru, Johore', 'I''m at Hougang MRT Station (NE14) (Singapore, Singapore) http://t.co/miYzzFYz'), (31863, 5832, 'Plentong, Johor Bahru', 'dah la aku taip lembab nak mampus. mmg tak boleh jadi kerani. haha'), (31864, 2644, 'Pulai, Johor Bahru', 'We Are The B..B !\nthe one always want to be the A class.. XP'), (31865, 3677, 'Johore, Malaysia', 'Sasuke in susanoo mode is so beast'), (31866, 5620, 'Kota Tinggi, Johore', '@MuzaffarRahman true.. True..'), (31867, 5584, 'Johor Bahru, Johore', '@Infectedpoison_ Obviously, Specific name !!'), (31868, 5862, 'Plentong, Johor Bahru', '@endaishak @hannanamIr esok tghari aku balik sa dah :(('), (31869, 135, 'Johor Bahru, Johore', 'Should i eat or skip, i dont feel well lah ya Allah'), (31870, 1556, 'Singapore', 'It was fun just nw, making a setting like a X-factor with me @chindixlovegood @MuhdFirman &amp; @IsaBentonn gv comments since we all r perfomers'), (31871, 88, 'Johor Bahru, Johore', 'damn'), (31872, 5864, 'Johor Bahru, Johore', 'Haiss. Rindu syakirah. Why your whatsapp expiredddd :''('), (31873, 2554, 'Johor Bahru, Johore', '@Reichi_Lim Yea why?:)'), (31874, 99, 'Singapore', '@pissmylipz How''s today ?'), (31875, 431, 'Johor Bahru, Johore', 'Cb my ass like going cramp and I''m in the bus omg'), (31876, 4372, 'Plentong, Johor Bahru', 'Layannnnnnnnn (@ Disclaser Karaoke) http://t.co/7jMQBOJO'), (31877, 131, 'Johor Bahru, Johore', '“@gmanews: Lalaking naka-jackpot ng P14M sa lotto, inubos ang premyo sa loob ng tatlong buwan: http://t.co/MeQP8sBn”--did he invest it?!omg!'), (31878, 5716, 'Johore, Malaysia', 'Both of my eyes are swollen.Ouchhhh'), (31879, 213, 'Plentong, Johor Bahru', '@intanska @4pplegreen haa retweet ahh~~ ngeh3'), (31880, 1264, 'Johor Bahru, Johore', '@jaehun_brows ME TOO'), (31881, 898, 'Johor Bahru, Johore', '@acunVeilside @haziqdarls @nazzyfxckjack hahaha'), (31882, 3510, 'Johor Bahru, Johore', '@peilinglow shuts! Get lost man.'), (31883, 3636, 'Johore, Malaysia', 'I''d better not find another species like you in my toilet again! geez and I was about to sleep argh'), (31884, 5646, 'Plentong, Johor Bahru', '@WhatMiss ohh , Alhamdulillah , kwn kita dh maju &gt;&lt;'), (31885, 2995, 'Johore, Malaysia', '@Chestarrrr so sweet of u!'), (31886, 2909, 'Johor Bahru, Johore', '@Moonotopia Havnt due meh?!'), (31887, 4492, 'Plentong, Johor Bahru', '@stephaniecuifen wow. Thats a lot of stuff.'), (31888, 1530, 'Johor Bahru, Johore', '@LynnnS2 no,'), (31889, 4318, 'Singapore', '@AnatiSimpson laaa you nak bash I? HAHAHAHAHAHAHAHAHAHAHA'), (31890, 1, 'Tebrau, Johor Bahru', '@AlynRomano alahh , dia mmg tidur awal je bile cuti , sbb bila skolah dia tidur lambat aje . HAHAHA'), (31891, 81, 'Johor Bahru, Johore', 'Girl, please say, no no no no no #np'), (31892, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 81'), (31893, 1370, 'Johor Bahru, Johore', 'These two people arguing over who cooks better. Cute or what???? @Inspirationity @eric__n'), (31894, 3550, 'Johore, Malaysia', 'Pure porn la~ HAHAHAHA. Never consider existence of KIDS Mehhhh:P'), (31895, 2413, 'Johore, Malaysia', '@Jelitang then lets meet on another day lor probably on the the weekends or when CA officially ends haha!:D'), (31896, 177, 'Johor Bahru, Johore', '@linaosley i want my ice cream :)'), (31897, 2873, 'Johore, Malaysia', '@ShafinahIeenaaa no..? SHAFINAH ANYHOW DE'), (31898, 668, 'Johore, Malaysia', '“@Dustandsmoke: Something is definitely wrong if a girl stop being jealous.”'), (31899, 546, 'Singapore', '@fizRedstic Dorang like lagi.'), (31900, 4467, 'Johor Bahru, Johore', '#nowlistening 当我们正同在一起~'), (31901, 5840, 'Johore, Malaysia', '@Ryaan_8 suuuuuurp~'), (31902, 4414, 'Johore, Malaysia', '@17stones why indeed :('), (31903, 3550, 'Johore, Malaysia', '@YoGabehgabeh I don''t know leii...'), (31904, 4756, 'Johore, Malaysia', 'Two swans @ Singapore Botanic Gardens http://t.co/zdK5u37U'), (31905, 3354, 'Johore, Malaysia', '我再想你'), (31906, 2644, 'Pulai, Johor Bahru', '@evayezza takde2!\n#SeriousNi #TakTipuNi :D'), (31907, 967, 'Johor Bahru, Johore', 'I''m at SOC Grounds http://t.co/8FXcQnLt'), (31908, 3273, 'Johore, Malaysia', 'RT " @anatasyazz @MS_SHRAH iknowright \\m/ "'), (31909, 1825, 'Johor Bahru, Johore', 'Atty loves kinny bloody much ❤ http://t.co/gTQBAx5U'), (31910, 3550, 'Johore, Malaysia', '@Juper_Sunior IKR... How..'), (31911, 5297, 'Johore, Malaysia', '@DieDieFromSkool ikr,we didnt cherish much of our time n now we regret'), (31912, 5564, 'Johor Bahru, Johore', 'I''m at Goodspeed Cyber Cafe (Singapore, Singapore) http://t.co/j1zjCvMC'), (31913, 576, 'Johor Bahru, Johore', '@S3R1zawa no. My mother and Aunty fking delay until the shop close .'), (31914, 1371, 'Johore, Malaysia', '@Kehmemay @jojo_capuz and share your blessings na rin:-) right kehmie? hahaha!isasama niya daw tayo sa pagyaman niya lol'), (31915, 135, 'Johor Bahru, Johore', 'THIS RT @Atiqa_Z: You don''t be cheeky atau nak act cute with my boyfriend.'), (31916, 2415, 'Malaysia', '@Ry_Patchanit จะเพิ่มรอบ แต่ไม่คอนเฟริม สำรวจจำนวนก่อน แต่แบบต้นสังกัดเข้าใจป่ะ ! ทำไมไม่เปลี่ยนสถานที่ เพลีย'), (31917, 5865, 'Johor Bahru, Johore', 'If we weren''t tgt in the first place, maybe things would have been better.'), (31918, 1370, 'Johor Bahru, Johore', '@Jieshiii @pinkshortcake_ me no sweet tooth ): you two killed me'), (31919, 5762, 'Singapore', '@septemberoute @huiqi_1996 U will see:P'), (31920, 2342, 'Plentong, Johor Bahru', 'I shouldn''t told them. Uhm'), (31921, 453, 'Johor Bahru, Johore', 'I''m at *~My LiViNg HaLl~* http://t.co/4vSqXH61'), (31922, 2873, 'Johore, Malaysia', 'RYU WILLZ WHAT CHALLENGE? UMADBRO?'), (31923, 5503, 'Plentong, Johor Bahru', '@gadishanim @admiralhafiz nak follow bolehh?? **mintak izin**=p'), (31924, 3260, 'Johore, Malaysia', '@DPdyan hahas! Actually it doesnt matter la ;)'), (31925, 1300, 'Johor Bahru, Johore', '@tiniwiniwini haha.. Neaxcite eh lols.. Pwde din pla pinoy sumali.. :-)'), (31926, 2304, 'Johore, Malaysia', '@Scotchaholic sigh. Same here'), (31927, 5788, 'Johore, Malaysia', '@AchaGitaVryn hahahaha'), (31928, 2300, 'Johor Bahru, Johore', 'Reason kiter samer.. Haha! “@watieysoong: Aku jrg nk layan slot seram ni sbb ada @IqramDinzlyHM and @azhanrani je aku lyn and mcm best je'), (31929, 2483, 'Johor Bahru, Johore', 'I''m at Mt''S hOuSe  http://t.co/EVupfc24'), (31930, 46, 'Plentong, Johor Bahru', '@SyazrahHassims pastu die fifien cakap sape tuu jerit-2 tuu ,sekali akk nmpak tanda name budak tuu syifa ,akak cakap laa syifa jerit . pastu'), (31931, 967, 'Johor Bahru, Johore', 'Hahahaaaaa.. Si tata makin ngaco adja dh.. http://t.co/F357jUov'), (31932, 4189, 'Johor Bahru, Johore', '@scrumpu_puss :&lt;'), (31933, 1264, 'Johor Bahru, Johore', 'Gonna call @quishterfur to talk about the awesome #2Lclassouting today while drinking my bubble tea :)'), (31934, 3, 'Plentong, Johor Bahru', '@khaicees hahaha muscle tak ahh Turunkan babat dh ckup dah haha lol'), (31935, 3274, 'Johore, Malaysia', '@itsyeefern I ALSO WANNA ADOPT YOU HAHAHAHAH (: ily too!!!'), (31936, 1522, 'Johor Bahru, Johore', 'RT @iamaishyy: Its funny how I can barely function w/o you'), (31937, 4764, 'Johor Bahru, Johore', '@xoxo_Nanaa Yes I will . ^^'), (31938, 5044, 'Plentong, Johor Bahru', '@nor_farahin xde lah.. Xnak ak'), (31939, 4823, 'Johore, Malaysia', '#myfavouriteband a7x? wey orang dengar lagu ni time form two lah. Dah RIP dah'), (31940, 5860, 'Plentong, Johor Bahru', '@belleainie mmg betol pon~~'), (31941, 5174, 'Johor Bahru, Johore', 'Huge hall.. Not very big actually.. @ Regent Multi-Purpose Hall http://t.co/vjLxOQsH'), (31942, 3452, 'Johore, Malaysia', '@XaeEn @Xaeen yourself?'), (31943, 3260, 'Johore, Malaysia', '@lerzhiheng yup why worry so much. ;) just relax :)'), (31944, 431, 'Johor Bahru, Johore', '@JadeRoseaholic it is super nice!!!! They use to have the milk favoured one but I think they discontinued it'), (31945, 5271, 'Kota Tinggi, Johore', 'RT @MinhoFacts: "Sherlock highlight medley with 7 songs and their image teasers will be in the video format." Excited? :D #SHINeeSHERLOCK'), (31946, 755, 'Johor Bahru, Johore', 'Let''s see RT@cheesheng: I''ve decided to man the fuck up tonight and jog to Sembawang from Yishun and back. #BALLZ'), (31947, 4322, 'Singapore', '@sixBUTTERSCOTCH My dear, I''m done with part 3. Skipped MCQ. I''m at the next part.'), (31948, 5514, 'Pontian, Johore', '@iejazaty wahh..hebat la arkitek ni :P'), (31949, 5118, 'Johore, Malaysia', '@YAHUIEM my phone the other other lost. and i renewed my sim card lor. so now only no phone. where got step cute. you ahh!'), (31950, 3668, 'Johor Bahru, Johore', ', are you sure?'), (31951, 5867, 'Johor Bahru, Johore', 'Rings! Thank U Edha! @ Coff Hill http://t.co/TdGVlf5G'), (31952, 5868, 'Johore, Malaysia', 'We''re done.We''re officially over! \nThanks for being with me for 11 months plus. 080411 - 150312.'), (31953, 5584, 'Johor Bahru, Johore', 'I feel like making a cover, but I''m scared of being criticize ):'), (31954, 5869, 'Tebrau, Johor Bahru', '@HidayahESK hey hey! Btol kate kamu tu..hehe :)'), (31955, 5646, 'Plentong, Johor Bahru', '@WhatMiss ok , aq mcm percaya tak percaya . :)'), (31956, 492, 'Johor Bahru, Johore', 'I''m willing to take it seriously..'), (31957, 2909, 'Johor Bahru, Johore', 'Borrow stuffs from me still so picky. Stfu go get your own luh'), (31958, 2065, 'Johore, Malaysia', '@hahazaahir hahaha..tapi banci lagi power kena tahan maki..hahaha'), (31959, 5870, 'Johor Bahru, Johore', 'Money money'), (31960, 322, 'Johor Bahru, Johore', 'Swimming suit... Hmmm...'), (31961, 405, 'Johor Bahru, Johore', '@nikiakila @syfqsyzwn so Syafiq, would like to follow me to LBL tomorrow?'), (31962, 2903, 'Johore, Malaysia', 'My 3g sucks !!!!'), (31963, 546, 'Singapore', 'The first thing I asked my mum when I reach home was ''Ibu, tomorrow go where ?'' Hahaha. I just reach home and want to go out again.'), (31964, 2262, 'Malaysia', '@Fu_heartless หายยยยย'), (31965, 4322, 'Singapore', 'I AM BEAUTIFURRRRRR IN EVERY SINGLE WAY!'), (31966, 576, 'Johor Bahru, Johore', 'Tinkie &amp; dinkie are my left &amp; right boobs name , HAHAHA!'), (31967, 3658, 'Johor Bahru, Johore', '^.^ @PiercingsnTats http://t.co/ehLX1xUY'), (31968, 392, 'Johor Bahru, Johore', '@rrraihan oh, then don''t goooooo :D'), (31969, 340, 'Johor Bahru, Johore', '“@iamnelsonDM_: @bryskired lol ☺”hehe soon enough'), (31970, 4081, 'Johor Bahru, Johore', 'I''m at Asssssruuul Criib Lah!! (Bukit Gombak) http://t.co/dYnRSMpN'), (31971, 5584, 'Johor Bahru, Johore', '@YiJieRilakkuma @bjiayi Kay. *Sian*\nTimetable still the same, damm it'), (31972, 1421, 'Singapore', '@bambiswag oh man :''''''''''''''''''''''''('), (31973, 4713, 'Johor Bahru, Johore', '@Iamhuiqi cum find mi at work..? Haha..!!'), (31974, 213, 'Plentong, Johor Bahru', '@4ppleGreen @AhmadZafran surau laaaaaa'), (31975, 3354, 'Johore, Malaysia', 'Some people became prettier .while i''m here rotting as usual'), (31976, 333, 'Johore, Malaysia', 'Chapter 1'), (31977, 5840, 'Johore, Malaysia', 'i want thisssssssssssssssssss &lt;3-&lt;3 http://t.co/9ySyPpuo'), (31978, 4764, 'Johor Bahru, Johore', 'Seumpama..... RAMA-RAMA . :3'), (31979, 2995, 'Johore, Malaysia', '@ChewHuiJunior Uno Nubero?'), (31980, 5118, 'Johore, Malaysia', 'Dan dah pandai pakai baju topman! hahahahaa'), (31981, 3472, 'Johor Bahru, Johore', 'I''m at Choa Chu Kang Bus Interchange (Singapore) http://t.co/WbHfHXQ5'), (31982, 5476, 'Indonesia', '#7AraStayTogether @pjy1234 @taraeunjung1212 @sohotmelody @QriPretty @RHY422 @b89530 @BoRam_0322 82'), (31983, 5868, 'Johore, Malaysia', 'I want to restart my life.'), (31984, 1300, 'Johor Bahru, Johore', 'Eating caramel bar from Max''s &lt;3'), (31985, 4823, 'Johore, Malaysia', '#myfavouriteband - A Day to Remember @WhereisADTR'), (31986, 213, 'Plentong, Johor Bahru', '@Dkamilaa kau rabbit ape tahu?'), (31987, 4467, 'Johor Bahru, Johore', '@Rachel_Kimchia Yepp!'), (31988, 3354, 'Kota Tinggi, Johore', 'Slept so much now I can''t sleep'), (31989, 5855, 'Johore, Malaysia', 'Meeting friends! (@ The Merlion w/ 3 others) http://t.co/aFUeBoTB'), (31990, 5871, 'Johor Bahru, Johore', 'Nom! @tiffypuff @garynkh (@ Xin Wang Hong Kong Cafe) http://t.co/fK7fKUFo'), (31991, 1556, 'Singapore', '@MuhdFirman @chindixlovegood @isabentonn ok what... @ADIaiyad as a host. pahala kasi comment yg bernas for them to learn and improve'), (31992, 4796, 'Johore, Malaysia', 'I''m at 703 West Coast Road http://t.co/EXjZZnUp'), (31993, 3429, 'Johore, Malaysia', 'I''m at That House Names Thomas (Singapore, Singapore) http://t.co/ErQuCQ89'), (31994, 4194, 'Johore, Malaysia', 'With Orni :3 (@ Blk 426 Clementi Ave 3) http://t.co/vHWCTmXF'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (31995, 546, 'Singapore', '@fizRedstic Hahaha tapi ade reply jugak ah.'), (31996, 333, 'Johore, Malaysia', 'RT“@Neelieoh: “@seety_: The love I have for you, it''s indescribable.””'), (31997, 3844, 'Johore, Malaysia', 'Just showered ~ (@ Hengshimin ''s Crib ❥) http://t.co/llfZa1kb'), (31998, 2397, 'Johore, Malaysia', 'What happen??'), (31999, 431, 'Johor Bahru, Johore', 'RT @iwasbrittehney: I really need a getaway.'), (32000, 5395, 'Johore, Malaysia', 'Oops the drinks are going up my head .'), (32001, 362, 'Johore, Malaysia', '@InsyirahKellner Okay baby :)'), (32002, 580, 'Johor Bahru, Johore', '@luvshow4ever 來不及~我的毛病比你多啊~><'), (32003, 5762, 'Singapore', '@septemberoute @huiqi_1996 she will scream her i think? hehe:P'), (32004, 2272, 'Plentong, Johor Bahru', 'I''m at Plaza Seni Jb http://t.co/4j67vorI'), (32005, 530, 'Johor Bahru, Johore', 'I''m at Yong Soon Pte Ltd Foodpark http://t.co/SMSptYAc'), (32006, 98, 'Johore, Malaysia', '@bdamasoiii lol talagang kay @dyansky napatingin eh noh'), (32007, 5118, 'Johore, Malaysia', '@YAHUIEM zzzz. forever lah you and remember. not step cute. already cute. ;pppp'), (32008, 213, 'Plentong, Johor Bahru', '@fyeahitsmeisan hahahah'), (32009, 2655, 'Johor Bahru, Johore', '@melvinryantan how do I get from airport to city area for London? Is there a bus to take'), (32010, 4806, 'Johore, Malaysia', 'At Holland Village MRT Station (CC21) — http://t.co/Ji93C3kk'), (32011, 3452, 'Johore, Malaysia', '@zomgitsnawar go town aloneeee'), (32012, 73, 'Johor Bahru, Johore', 'Yay ! @_kissmyyyass says we''re cute . Hahahah &gt;&lt; .'), (32013, 5827, 'Johor Bahru, Johore', '@Berenicetok nt sure :( circle then a strap? inside write p....'), (32014, 5868, 'Johore, Malaysia', 'I want to refresh my mind.\nI want to delete all my problems.'), (32015, 196, 'Johor Bahru, Johore', 'Dropped my phone twice today.'), (32016, 967, 'Johor Bahru, Johore', 'Bini lu kasii terong adja bay.. Wkwkwkwk..RT @bachryans: kasian istri gua nanti hahah RT @Kingnugraha Kga bsa ngongke, mati lu..'), (32017, 1, 'Tebrau, Johor Bahru', '@AlynRomano yelahh , bila skolah hw banyak . HAHAHHAA'), (32018, 2113, 'Johor Bahru, Johore', 'Cough medicine taken! Few mins off to sleep..Yan is otw to work now.. &amp; tmr is his 2nd interview. Insyallah.. I pray e best for my man &lt;3'), (32019, 2300, 'Johor Bahru, Johore', 'Aiyoo... I missed today Episode lah... “@wallawaniey: Nasib la adikku inform Pelangi Kasih ditukar ke jam 9.30 td. Sy sempat tgk. Woot'), (32020, 2909, 'Johor Bahru, Johore', 'Come on luh. It''s just a movie. You''re preparing for it as if it''s a grand ball.'), (32021, 1556, 'Singapore', '@TURTL3NECK ''s brother Rasul is one hell of the dancer. Super good'), (32022, 3354, 'Kota Tinggi, Johore', 'The internet connection in my room sucks'), (32023, 3818, 'Plentong, Johor Bahru', 'I''m at Jet''s Bedroom http://t.co/SDsiv2Df'), (32024, 5614, 'Plentong, Johor Bahru', '@ienaa Nak jugak? Boleh boleh :) Marilah sama sama kita peluk. Tapi lain lain eh Hahhaha xD'), (32025, 1370, 'Johor Bahru, Johore', '@Jieshiii @pinkshortcake_ omg u two are scary'), (32026, 755, 'Johor Bahru, Johore', '@AhmadMurtadha @aminayub @izzoth haha! I need to maintain la!! Eh I can only take leave after my 3rd mth in stn :('), (32027, 2314, 'Johore, Malaysia', '"Life is too short to wake up in the morning with regrets. So, love the people who treat you right and forget about the ones who do not. -❤"'), (32028, 579, 'Johor Bahru, Johore', 'Giving in,i just took the first step.'), (32029, 213, 'Plentong, Johor Bahru', '@4ppleGreen @AhmadZafran ohh!! aq lupa korang nk solat jumaat esok!! seriously doh'), (32030, 4823, 'Johore, Malaysia', '#myfavouritelocalband - ohchentaku @xohchentakux'), (32031, 1424, 'Johor Bahru, Johore', '@LULUcheesetofu pretty eh'), (32032, 3260, 'Johore, Malaysia', '@lerzhiheng yea same ;)'), (32033, 131, 'Johor Bahru, Johore', '@Kristoff0428 maybe there is! Ang nice ng form e! nways,still superb art!'), (32034, 283, 'Johor Bahru, Johore', '@SarahhhhLin if I can quote your tweet I can ah..'), (32035, 4964, 'Johore, Malaysia', 'I''m at On My Bed With Pillows &lt;3 http://t.co/8GZDPClf'), (32036, 5832, 'Plentong, Johor Bahru', '#PeopleIWantToMeet ----&gt; @adamlevine &lt;3'), (32037, 1038, 'Johore, Malaysia', 'Im happy when im riding but when come to injuries,it sucks;/'), (32038, 1740, 'Johore, Malaysia', 'S for Singaporeans? RT @Retwittings #S are facing a certain emotional crisis right now.'), (32039, 5872, 'Tebrau, Johor Bahru', 'I''m at McDonald''s (Johor Bahru, Johor) http://t.co/wF664Xjz'), (32040, 5873, 'Johore, Malaysia', 'Ok sleeping soon. (@ Homeeee ^.^ ) http://t.co/mg0U4QOB'), (32041, 4994, 'Kota Tinggi, Johore', 'Home (@ Jurong West Street 91 Blk 940) http://t.co/V9CnsnIQ'), (32042, 196, 'Johor Bahru, Johore', 'I pity my phone sia. I always like somehow "abused" it. &gt;&lt;'), (32043, 5134, 'Johore, Malaysia', '@Aummhigh &gt;&lt; mai ruuu wad u want to buy just buy 55'), (32044, 3025, 'Johor Bahru, Johore', '@Heart__Breaks Eh. Hi-5'), (32045, 5874, 'Johore, Malaysia', '@hoqirui done lol'), (32046, 5744, 'Malaysia', '@chanakarn_kook โว๊ะๆ 555 สะใจ'), (32047, 4733, 'Johor Bahru, Johore', '@lellejo you irritating !'), (32048, 5875, 'Plentong, Johor Bahru', '#PeopleIWantToMeet za''ba =,='), (32049, 5395, 'Johore, Malaysia', 'Pls i cant have a hangover tmr'), (32050, 1038, 'Johore, Malaysia', 'No pain,no gain&lt;3'), (32051, 1740, 'Johore, Malaysia', 'RT @reshuloveschoco its so depressing when u walk into a shopping wall and u see smth super nice and u want to buy !!! but no money'), (32052, 1140, 'Johor Bahru, Johore', '@thiveebeanie I miss you too baby :( routine to update you.. Hahaha'), (32053, 4755, 'Johore, Malaysia', 'I''m at McDonald''s / McCafé (Singapore, Singapore) w/ 4 others http://t.co/sRbUd2Nq'), (32054, 2413, 'Johore, Malaysia', '@TheeHafiz wah good say! Also didn''t Knew U were into the art of live performances and concert! Keep it up bro!:)'), (32055, 2415, 'Malaysia', 'เห้อ หายใจเข้าลึกๆ หายใจออกยาวๆ - - #พยายาม'), (32056, 2342, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle You''re going to wait for someone'), (32057, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hihi. Ohh haa ok ok :) Cuti tak keluar ehh? Bukan Mama Madu dah bagi duit kew? Hahaha.'), (32058, 3677, 'Johore, Malaysia', '@RahimiShahar we do tgt'), (32059, 333, 'Johore, Malaysia', '@jonlimjon @minlicous @anitaang wahahaha'), (32060, 755, 'Johor Bahru, Johore', '@yuanjie_89 eh screw you la! Don''t have to rub it in right! Haha!'), (32061, 839, 'Johor Bahru, Johore', '@nanallove haha you wanna work:)? I have a job next week actually for one whole week.'), (32062, 5876, 'Johor Bahru, Johore', 'Perfectly imbalanced!'), (32063, 967, 'Johor Bahru, Johore', 'Si tata minta''y di gendong.. Jgnkan di gendong, di pangku jg mau taaaaaa.. Hahahaaaaa http://t.co/z8jxFefW'), (32064, 326, 'Plentong, Johor Bahru', 'Kasi ok ini sore (@ Suara O.K.) http://t.co/OrqDHNc4'), (32065, 3937, 'Tebrau, Johor Bahru', '@zulfahamnie insya-Allah, ili pakai jubah hitam tau.. nanti jgn tanya pulak siapa.'), (32066, 2423, 'Johor Bahru, Johore', 'I''m afraid .'), (32067, 440, 'Johor Bahru, Johore', '@xshirleylulu woah, so touching.'), (32068, 3307, 'Johore, Malaysia', 'Stop invading my life.'), (32069, 5877, 'Malaysia', 'ปวดตาาาาาา'), (32070, 175, 'Johor Bahru, Johore', 'Home(: (@ HOMEEE! &lt;3) http://t.co/c1Ybz9nI'), (32071, 1349, 'Johor Bahru, Johore', 'Haiz i am so full rite now... How 2 sleep lol?!&gt;&lt;!'), (32072, 5878, 'Indonesia', 'Thu Mar 15 2012 14:31:35 GMT+0000 (UTC) - Modis Flood Map Server processed Tile: 120E010N Date: 2012-075'), (32073, 81, 'Johor Bahru, Johore', 'Sch ends at 1240 on mon?? But i have to see tpl''s face fr 45mins fr history shit. I hate history'), (32074, 3, 'Plentong, Johor Bahru', '@khaicees haha tadi 3lebih dh balik Balik balik je collapse lol'), (32075, 4035, 'Singapore', '@LIMLISHENGG @ian0396 HAHAHA DO IT! THEN HE SUFFER WITH US!'), (32076, 213, 'Plentong, Johor Bahru', '#7araStayTogether #7araStayTogether #7araStayTogether #7araStayTogether #7araStayTogether #7araStayTogether #7araStayTogether'), (32077, 1339, 'Johor Bahru, Johore', 'No training want my life only ...'), (32078, 4823, 'Johore, Malaysia', '#np Have Faith in Me by @WhereisADTR . Motivational song pals'), (32079, 668, 'Johore, Malaysia', 'Eat/don''t eat?'), (32080, 2903, 'Johore, Malaysia', 'Aku type mcm compo ,kau reply aku one word . eh takpe aku suke .'), (32081, 1421, 'Singapore', 'so good that they have to take notice.'), (32082, 5879, 'Johor Bahru, Johore', 'So fucking bored le !'), (32083, 5118, 'Johore, Malaysia', '@YAHUIEM grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr! &gt;:('), (32084, 196, 'Johor Bahru, Johore', '不要呆在我看得到的地方,我不想看到你。'), (32085, 4871, 'Johor Bahru, Johore', '@marrymemarlysha @sherryfilauria yang si ayu and sherry jatuh like nangka busuk! Hehehehehe'), (32086, 1740, 'Johore, Malaysia', '@reshuloveschoco I have a worse problem. Buy on impulse, dont even touch it for a few years, find out it''s out of trend/too small. give away'), (32087, 333, 'Johore, Malaysia', '@jonlimjon http://t.co/q1HsdytY'), (32088, 2810, 'Johor Bahru, Johore', 'Vettai :)'), (32089, 5796, 'Johor Bahru, Johore', 'Abang is driving me peanuts with Ombak Rindu... Argh!!!!!!! #StopIt'), (32090, 5880, 'Johor Bahru, Johore', 'JUST SLACKING AT ZE LIVING ROOM LIKE A BOSS B) (@ Blk 926 Tampines ST 91) http://t.co/Me2faqm4'), (32091, 1556, 'Singapore', '@chickenzomba hi Muzainah'), (32092, 5881, 'Johor Bahru, Johore', 'I''m at Terminal 2 (Singapore, Singapore) w/ 11 others http://t.co/5GwohOQS'), (32093, 213, 'Plentong, Johor Bahru', '@Dkamilaa kucing~'), (32094, 46, 'Plentong, Johor Bahru', '@SyazrahHassims haha tahu tapee . pastu akak cakap syazrah hassims kan ? sekali fifien cakp mane mane ? akak cakp laa yang jerit tadi .'), (32095, 4467, 'Johor Bahru, Johore', '@Rachel_Kimchia Yeap! Timeless love songs all so nice!'), (32096, 135, 'Johor Bahru, Johore', 'Take baby pram RT @Hariboboii: Suffering to walk , pain sia my leg :( .,'), (32097, 5840, 'Johore, Malaysia', 'with haidel at car ^^v http://t.co/PPkHksod'), (32098, 786, 'Senai Kulai, Kulai Jaya', '@RFelina itu mesti.. Aku bile stress ni cepat haus.. Hehehe..'), (32099, 4328, 'Johor Bahru, Johore', 'I''m at KFC (Singapore, Singapore) http://t.co/tUVZ9esT'), (32100, 3452, 'Johore, Malaysia', 'Everytime you wrap your hand around my fingers , how i''d put a smile on my heart.'), (32101, 1022, 'Kota Tinggi, Johore', 'I''m at Ryan &amp; Wyne''s Crib @ Blk. 668D Jurong West St. 64 http://t.co/2PIuoNUU'), (32102, 3937, 'Tebrau, Johor Bahru', 'aku lagi rindu kau DELLITA ;('), (32103, 5882, 'Tebrau, Johor Bahru', '@nsazha did u get my last tweet? lol'), (32104, 3260, 'Johore, Malaysia', 'Need to keep on practicing!!!!!'), (32105, 3005, 'Singapore', 'dear boys. for saturday''s rowing session, be on time. i want to take you guys somewhere nice. /cc @mhmdlff @terrryterence @wesleyahpeh'), (32106, 576, 'Johor Bahru, Johore', 'Sometimes I like em arrogant guys .'), (32107, 2873, 'Johore, Malaysia', '@assortedbacon @choonhockbleh @likuhhein EUGENE SONG BO! http://t.co/lFhRXmEs'), (32108, 4035, 'Singapore', '2K12 now! Gonna complete my player mode!'), (32109, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz awwwwh :b'), (32110, 871, 'Johor Bahru, Johore', 'tunjuk luhh advertisement projek skrip !!'), (32111, 1300, 'Johor Bahru, Johore', '@xtianbautista hi kuya Favorite/crush k ng bestfriend q since elem.. Ur pretty known in Singapore.. Hehe i have a mag here w/ur pic #singtel'), (32112, 5762, 'Singapore', '@septemberoute @huiqi_1996 oh, i mean here on twitter. sorry!'), (32113, 5883, 'Johore, Malaysia', '@jamsoawesome @chef_nursejehsa @tjaykun ang bango dito shet. Fresh na fresh!'), (32114, 969, 'Johor Bahru, Johore', 'I''m at Serangoon Garden Estate (Singapore) http://t.co/nwcQ8z8m'), (32115, 799, 'Johor Bahru, Johore', 'I''m at Al Aqsha Restaurant (Singapore, Singapore) http://t.co/KzNb5QDI'), (32116, 1131, 'Johor Bahru, Johore', '@ITotKnow Ehhhhh. That time is who break ahhhhh??'), (32117, 3774, 'Johor Bahru, Johore', 'I''m at Jun''s Crib http://t.co/MttYigIo'), (32118, 576, 'Johor Bahru, Johore', '@JfPunk yeah ! Hahaha'), (32119, 196, 'Johor Bahru, Johore', '@Sh0rtermemories yeah, Haha. Only younger and older version.'), (32120, 5527, 'Johore, Malaysia', 'Why no one?! @niliaaa @needalilfaith @SupremeSebas (@ Rebel Boutique Club w/ 2 others) http://t.co/cqlw44he'), (32121, 2655, 'Johor Bahru, Johore', '@melvinryantan okok thx for e info!'), (32122, 3110, 'Kota Tinggi, Johore', 'Gotta get a mobile broadband soon!'), (32123, 4782, 'Singapore', 'Reading all the parliamentary debates... :D'), (32124, 5868, 'Johore, Malaysia', '“ No matter how much you hurt them, the people who are still with you at the end of the day, those are the one''s worth keeping.”'), (32125, 5762, 'Singapore', '@septemberoute WHY?'), (32126, 5539, 'Johore, Malaysia', '@debbielowyy Jennifer bully you in office? Do not feel out of place with Jennifer. Just bully her only.'), (32127, 576, 'Johor Bahru, Johore', '@Shinishona Hahahahah ! Yeahhh!'), (32128, 1003, 'Plentong, Johor Bahru', 'SwiftKey X has saved me 10,000 keystrokes! Check it out at http://t.co/nrTWfXzI ---&gt; Untungla switfkey nak safekan. Tengs. hahaha'), (32129, 556, 'Malaysia', '@Nnamfhhh 555^^ก็นั่นละ ฝันดีนา'), (32130, 1740, 'Johore, Malaysia', 'RT @Retwittings Retweet if you will turn very quiet when you''re upset.'), (32131, 4501, 'Johor Bahru, Johore', 'I still cannot believe tat she still have a crush on me..'), (32132, 5134, 'Johore, Malaysia', '@Aummhigh S&amp;P'), (32133, 2612, 'Johore, Malaysia', 'BOOMSHAKALAKA'), (32134, 5884, 'Johore, Malaysia', 'Good evening everyone... Woohhhh!'), (32135, 1426, 'Johor Bahru, Johore', '@faithade For?? Text me. :)'), (32136, 556, 'Malaysia', '@TangMoaloha ไม่รู้ดิอทิบายไม่ถูก'), (32137, 3937, 'Tebrau, Johor Bahru', 'i really concern about that person, i miss that person for no reason....... am i okay? someone please tell me..'), (32138, 5868, 'Johore, Malaysia', '“@GirlAdvices: Never lie to someone who trusts you, and never trust someone who lies to you.”'), (32139, 3251, 'Johore, Malaysia', 'I''m at Rebel Boutique Club w/ @supremesebas @rjellybeano http://t.co/GF81rDqi'), (32140, 5885, 'Johor Bahru, Johore', '#SayaTakBiasa hidup tanpe sarah my baby girl tapi tapi :('), (32141, 81, 'Johor Bahru, Johore', '@Holy_Papa bcos.... Monday i nvr come hahah'), (32142, 5593, 'Riau, Indonesia', '@olfaresha kenangan yang manaaa??? hahhaah'), (32143, 4671, 'Singapore', '@mggykills hindi yata umaabot ang tweet ko sa pinas :(( goodnight miggy mag-goodmorning ka nalang sakin mamaya pag nabasa mo,can ? :))'), (32144, 1548, 'Johore, Malaysia', 'Wtf i looked back my pastwhatsapp status most of them is abt ilovemoney LOL. I''m crazy over money during Dec holiday LOL'), (32145, 518, 'Johor Bahru, Johore', '@AJBrenix ahakz! alanganin man pud mouli ko wui pra kita ta unta, mahal na ang airticket bsta less than 1 month nalang'), (32146, 5183, 'Johore, Malaysia', '@KarmahnT wanna meet at Eastwood for lunch? If cant, its okay :) I don''t wanna trouble y''all'), (32147, 4392, 'Johor Bahru, Johore', '@hy_eming ._. okay ?'), (32148, 5886, 'Malaysia', 'Pebe time . LoL (@ my bedfvckinroom) http://t.co/5E5CT3Ox'), (32149, 5781, 'Johore, Malaysia', 'I''m at Jurong East MRT Interchange (NS1/EW24) (Singapore, Singapore) w/ 3 others http://t.co/1ugOaIMw'), (32150, 2995, 'Kota Tinggi, Johore', '@peiyjinggg omg this tweet is infectious somehow also want to laugh after readg it but bcos i m in d train i just smiled to myself'), (32151, 4035, 'Singapore', '@LIMLISHENGG @ian0396 wah! siaoliao!'), (32152, 4435, 'Johore, Malaysia', '@StarsandDusts_ @aliciamutheardy really ah? I forgot alr. HAHA. :('), (32153, 5118, 'Johore, Malaysia', '@YAHUIEM zzz. oka. whatever. up to to youuu. hahahaa'), (32154, 4681, 'Singapore', '@JaylonJiAn @yongjiannn hahha, hopefully i caaan!~ Youuu too!'), (32155, 2653, 'Johore, Malaysia', 'B1A4 poor thing. With strong group. Slry comeback at the wrong time. :('), (32156, 5247, 'Johore, Malaysia', '@dreamh_igh Why? you saw somethings? :D'), (32157, 1264, 'Johor Bahru, Johore', '@jaehun_brows I dont dare leave my room. Outside my room so dark eeks'), (32158, 250, 'Johor Bahru, Johore', '“@MentionTo: #MentionTo your friend who TALKS SO LOUD.” @MengFxdedScrmz'), (32159, 2272, 'Plentong, Johor Bahru', 'Byk brg baekk..ngeh3.. (@ Pasar Karat (Bazar JB) w/ 7 others) http://t.co/6mdTtnhd'), (32160, 5840, 'Johore, Malaysia', 'http://t.co/2KKdXUUw'), (32161, 1548, 'Johore, Malaysia', '@YANNNI_ rlly meh ?! i tot cheaper and bigger portion ?!'), (32162, 2280, 'Plentong, Johor Bahru', '@theJimidz haaaa jgn takutkan fahmi :( scary lah ili ni...'), (32163, 5887, 'Johore, Malaysia', '@the_mace wow, so much bad advice in a single article.'), (32164, 5206, 'Indonesia', 'aku nya sleeping beauty dulu yah :) dadah'), (32165, 5849, 'Riau, Indonesia', 'bukan nya lupa kawand lama :(\ntapii ga bisa :(\nkalo bisa jg aq pasti ikut! \nmalah aq berharap masih bisa sama kalian lagii :''( ♥IBSI :''('), (32166, 131, 'Johor Bahru, Johore', '@itsCahWen hellooow! May #TFC kami! Lels! Walang hanggan Lang ang wait namin! Haha'), (32167, 5183, 'Johore, Malaysia', '@zaikiawayne @bbobbstar @qracexdd sup people. I shall interrupt your conversation. \nHi.'), (32168, 431, 'Johor Bahru, Johore', '@JadeRoseaholic next time if you Chance upon the pastel blue packaging one get it!!!!!!'), (32169, 416, 'Johor Bahru, Johore', '@KEN_CHK ya lo! 3 days never sleep well'), (32170, 5514, 'Pontian, Johore', '@AfiqahRoslan wahh untungla tak ajak :('), (32171, 1300, 'Johor Bahru, Johore', '@xpichapay haha kaadict no? Aq unte lng.. Ung nuts sumasabit sa bakal haha'), (32172, 5614, 'Plentong, Johor Bahru', '@ShukriHani Ohh untungLOL Hhahaa. Haa kita? duduk di kediaman yang sunyi lagi besar ini. Hahahha.'), (32173, 2330, 'Johor Bahru, Johore', 'I need a holiday.. A get away.'), (32174, 4764, 'Johor Bahru, Johore', 'Pecit kaki nenek and story telling . :3'), (32175, 5888, 'Johore, Malaysia', 'Whooop. Not again -__- (@ Suntec Singapore International Convention &amp; Exhibition Centre) http://t.co/rDJhLQ8P'), (32176, 916, 'Singapore', 'I''m off to bed now...aiiish =__='), (32177, 434, 'Johore, Malaysia', 'dying ._.'), (32178, 5787, 'Malaysia', '"ความเหงา" ก็เหมือนกับ "เงา" อยู่กับตัวเรา "ตลอดเวลา" \n\nแต่มันจะ "แสดงตัว" ออกมา ใน "บางเวลา" เท่านั้นเอง'), (32179, 5889, 'Johore, Malaysia', 'Incredible performance tonight by @Tyondai Braxton at the Mosaic festival (@ MOSAIC Music Festival) http://t.co/lXhmdRGt'), (32180, 5845, 'Plentong, Johor Bahru', '@tskama sape yg langgar cermin'), (32181, 967, 'Johor Bahru, Johore', 'Klo ngga, kasii gue adja.. Biar gue yg nafkahin.. Wkwkwkwkwk RT @bachryans: waah nafkah batin doi (cont) http://t.co/tGqrIvcm'), (32182, 1391, 'Plentong, Johor Bahru', 'mana laa si uda niii (@ ©Larkin Sentral©) http://t.co/wfcvUbYu'), (32183, 1195, 'Plentong, Johor Bahru', 'I''m at titiwangsa apartment jalan padi malinja 1 (Johor Bahru, Johor) http://t.co/9nW5C1jk'), (32184, 50, 'Johor Bahru, Johore', 'Maintain ah korg ehk'), (32185, 1331, 'Johor Bahru, Johore', '@Cuifuhere U go where sia???'), (32186, 580, 'Johor Bahru, Johore', '@luvshow4ever 哈哈!我想找妳們一起練,至少可以看出毛病!最近沒空,要趕教案!'), (32187, 2423, 'Johor Bahru, Johore', '22th is coming , like I''m not frightened ..?'), (32188, 3452, 'Johore, Malaysia', '@p1xiedust @ohmysofiaa @effdorn @burntmittens sorry i made plans like weeks befroe already for tomorrow :( So sorryyyy , sat :D?'), (32189, 3937, 'Tebrau, Johor Bahru', '@zulfahamnie lerhh napa :( kalau ili pakai jubah putih............'), (32190, 3973, 'Johor Bahru, Johore', 'RT@Fira00hFira: Agree :-/: Android phone have worst battery life than iphone #Facts"'), (32191, 5860, 'Plentong, Johor Bahru', '@belleainie yeah...mmg pemalas huhuhu'), (32192, 5882, 'Pulai, Johor Bahru', '@nsazha nape teaa??? ye laaa. u kn damnn expensiveee. mana nak have dinner with low life mcm i. haha rupe pn tkde'), (32193, 4392, 'Johor Bahru, Johore', '@KHRJason_99 @BlingerQianRu hahha.'), (32194, 4467, 'Johor Bahru, Johore', '@Xubin_ @aloypang 8am... WUAHH. Sleeping like a pig&gt;&lt;'), (32195, 1556, 'Singapore', '@TURTL3NECK cakap kat dia, jgn humble pie, confident'), (32196, 3452, 'Johore, Malaysia', '@burntmittens there''s school tomororw'), (32197, 2495, 'Johor Bahru, Johore', 'Now at bus stop waiting...'), (32198, 5614, 'Plentong, Johor Bahru', '@ienaa Hihihihihihi xD *kenyit mata*'), (32199, 5890, 'City Square, Plentong', 'I just ousted @amir_jacobs as the mayor of Royal Sporting House @ City Square on @foursquare! http://t.co/i09022gS'), (32200, 196, 'Johor Bahru, Johore', 'Bro showed me his galaxy s2 and I''m like you wanna gimme ma. Then he on his flash. -.-"'), (32201, 2903, 'Johore, Malaysia', 'Kan da agak da kau takboleh terime (:'), (32202, 5787, 'Malaysia', 'อดีต !! เคยเป็น "คนสำคัญ"..\n\nปัจจุบัน !! กลายเป็น "คนที่เธอไม่สนใจ"..!#!~*'), (32203, 4432, 'Malaysia', '@Namhompuc ไม่รู้ดิ แกไปป้ะล่ะ ลองถามพวกนู่นดู'), (32204, 213, 'Plentong, Johor Bahru', '@Dkamilaa @4ppleGreen smelly princess... *seems legit'), (32205, 3369, 'Johor Bahru, Johore', '✨home sweet home✨ (@ Blk 109 Tamps St 11) http://t.co/9UYg8oBh'), (32206, 5118, 'Johore, Malaysia', '@YAHUIEM sooooo. how''s life sitting in front wiithout me huh? hehehee'), (32207, 222, 'Johore, Malaysia', '@dfrdz eh bro how was your match against HCI?'), (32208, 5593, 'Riau, Indonesia', 'uhuuyyy,, teeeeeeeeemmm :D @kaniaamaliaa @zordiey'), (32209, 3260, 'Johore, Malaysia', 'Sometimes I really think that kpop songs are not bad, brings up the mood.'), (32210, 5762, 'Singapore', '#1YearAgo I am still having FUN during the March holidays and now... Sigh...'), (32211, 3668, 'Johor Bahru, Johore', '@Insane_Phuture cause you must be good boy.'), (32212, 5271, 'Kota Tinggi, Johore', 'Cant wait! RT @sfinee: The Sherlock highlight medley will be the first-ever official preview of (cont) http://t.co/XspaXX1X'), (32213, 1722, 'Johore, Malaysia', 'Damn this, damn you.'), (32214, 3937, 'Tebrau, Johor Bahru', '@SNurShafiqah aku tak dtg tuition, cuti ni pun takde. next week lah baru ada balik. haritu kan exam, aku mls nak dtg, esoknya dah lah sej.'), (32215, 5118, 'Johore, Malaysia', '@AchyqSanSan asl????'), (32216, 1647, 'Malaysia', 'I''m at PI WATER (Hatyai, Songkhla) http://t.co/G3WKK9gh'), (32217, 2655, 'Johor Bahru, Johore', '@jacseng @melvinryantan thx for e info! I havnt done any research yet but I think I will hav more qns to ask after doing research!'), (32218, 4467, 'Johor Bahru, Johore', '@ian_ianization OMG cute&lt;3'), (32219, 1548, 'Johore, Malaysia', 'Ss workshop test tml !! 830-1230 :('), (32220, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz wa! U liddat lor :( abandon me :('), (32221, 1364, 'Johore, Malaysia', 'Otw back home for class... Hungry:(( wanted macdonalds! But..On a 2nd thought my colleagues said I have lost a lil weight.So I''ll preservere'), (32222, 5787, 'Malaysia', 'บันทึกชื่อเทอไว้ใน "บัญชีดำ" \n\nบันทึก "ความระยำ" ของเทอไว้ในความรู้สึก!'), (32223, 4764, 'Johor Bahru, Johore', 'Nenek gimme $20 for massaging her leg for 5 min . Yay me . :3'), (32224, 2262, 'Malaysia', 'แม้วันนี้เธอจะไม่เห็นมัน แต่ผมเชื่อว่าเวลาจะพิสูจน์ ใจ-.,-'), (32225, 213, 'Plentong, Johor Bahru', '@4ppleGreen @spartanZ9774 #7araStayTogether #7araStayTogether #7araStayTogether #7araStayTogether #7araStayTogether #7araStayTogether'), (32226, 3937, 'Tebrau, Johor Bahru', 'ye @woowoona kenapa dgn theJimidz?'), (32227, 747, 'Johor Bahru, Johore', 'Buy daddy dinner. (@ Punggol Plaza) http://t.co/x8wkU4YU'), (32228, 73, 'Johor Bahru, Johore', 'Don''t angry alr la wthhhhhhh . I say sorry alr leh ):'), (32229, 1741, 'Johor Bahru, Johore', 'If u ppl wan me to stay n not being shorthanded den u better treat me right n not treating me bullyin me like shit.'), (32230, 5508, 'Johor Bahru, Johore', 'lol! why?“@Lindamaingoc: Sunrise, plz dont come too soon”'), (32231, 1364, 'Johore, Malaysia', 'I''ll make oats at home instead:))'), (32232, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini oraittt..selasa ni aku turun kol 6..segan la nak jog sorg2..huhu'), (32233, 3452, 'Johore, Malaysia', 'I want to know that i made an impact in your life.'), (32234, 73, 'Johor Bahru, Johore', 'REPLY ME OMG ):'), (32235, 2903, 'Johore, Malaysia', 'I hate vomiting :/'), (32236, 213, 'Plentong, Johor Bahru', '@Dkamilaa nananana'), (32237, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 hahax misti salah mkn tadi... Lol'), (32238, 5134, 'Johore, Malaysia', '@Aummhigh no aow Thai snack. I don''t like cookies 55'), (32239, 440, 'Johor Bahru, Johore', 'I actually got worried.'), (32240, 3656, 'Johore, Malaysia', '@ShabranJovi nak gi sentosa tak ajak!'), (32241, 5614, 'Plentong, Johor Bahru', '#PeopleIWantToMeet Too Maduku Montel Hahhaha. Ehh Madu je nama dia. Jgn pikir Madu lain -.-'), (32242, 4432, 'Malaysia', 'แค่คำว่าอภัย ทำไมชั้นจะให้เธอไม่ได้'), (32243, 196, 'Johor Bahru, Johore', 'Tomorrow secondary school students will be saying "Oh No, it''s Friday tomorrow, noooooo, school again soon!"'), (32244, 5519, 'Johore, Malaysia', '#BestThingAboutBeingSingle You get to go crazy over these five guys. http://t.co/xXjtnpXe'), (32245, 2606, 'Plentong, Johor Bahru', '@MrFzul Well :D'), (32246, 2995, 'Johore, Malaysia', '@ChewHuiJunior something like dat. but i think its Italian not Latin'), (32247, 5762, 'Singapore', '@septemberoute WA, so good go USS!!!! YAYAYA&lt; IKR!!!!!!!!! So happy!!!!!!!'), (32248, 5787, 'Malaysia', 'บางครั้ง !! ก็กลัวว่า &gt; วันพรุ่งนี้.. "คนบางคน" จะเปลี่ยนไป..!#!~°'), (32249, 2415, 'Malaysia', 'กู เพลีย ค่ะ'), (32250, 46, 'Plentong, Johor Bahru', '@NurhanaNadzirah nurhana nadzirah :)'), (32251, 5891, 'Johore, Malaysia', 'Ready, set, go! KL weekend here I go! (at Gold Coast Condo) [pic] — http://t.co/exouvF0q'), (32252, 5716, 'Johore, Malaysia', 'listening to 98.7 Fm and they say theres a doggie show.LOL!'), (32253, 1300, 'Johor Bahru, Johore', '@AspirantSG hav u tried milk tea? Im a lover!! #milktea #tea'), (32254, 5892, 'Johor Bahru, Johore', '"jgn lupe,kau gi pegi casino,kau sebut name man toyol mesti kau menang"hahahahha'), (32255, 4501, 'Johor Bahru, Johore', 'Wat to do? Wat to do? wat to do?!!'), (32256, 5868, 'Johore, Malaysia', '“@GirlAdvices: The worst thing you can do is fall for someone who will never love you the way you deserve to be loved.”'), (32257, 5744, 'Malaysia', '@chanakarn_kook ไอ่สั้นนน'), (32258, 1741, 'Johor Bahru, Johore', 'I can leave whenever i want to better treat me right SSN'), (32259, 3371, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle dapat kurangkan dosa..'), (32260, 5503, 'Plentong, Johor Bahru', '@admiralhafiz @gadishanim wahhh..terus respond..terbaik la..=P'), (32261, 2606, 'Plentong, Johor Bahru', '@AfiqKary Haha betul ahh .'), (32262, 2903, 'Johore, Malaysia', 'What to do the smell of the liquid too strong sia . Grrr'), (32263, 73, 'Johor Bahru, Johore', '@gabrielle_er NO LA SIAO I DONT HAVE LOL .'), (32264, 5787, 'Malaysia', '"ความเหงา" ไม่เคยทุเลาลง... มันยังคงหนักขึ้นทุกนาที'), (32265, 3429, 'Johore, Malaysia', 'I''m at Hogwarts School Or Witchcraft And Wizardry http://t.co/lu5VZYG2'), (32266, 5247, 'Johore, Malaysia', '@dreamh_igh Oh... i thought you know you saw *somethings*'), (32267, 423, 'Johore, Malaysia', 'ガンバレ~ “@tamazawarui: 一幕ダン。二幕で女性ひたすら頑張ってるナウ。疲れた。疲れた。疲れたっす。”'), (32268, 843, 'Johor Bahru, Johore', '10hours more .... :( no food and drinks from 12am onwards until after surgery'), (32269, 5893, 'Johor Bahru, Johore', 'Perot macam nak meletop ah! Very full!! Burpppppp'), (32270, 3668, 'Johor Bahru, Johore', '@B0RN2D1E forgiven (;'), (32271, 3446, 'Johor Bahru, Johore', 'She doesn''t know anything and I get the blame for everything ? Fuck this shit .'), (32272, 4263, 'Kota Tinggi, Johore', 'I''m at Benjamin''s Home :) (Singapore) http://t.co/lBo2rJJy'), (32273, 196, 'Johor Bahru, Johore', 'And ite students will say "yessssssss, Friday already, three weeks holidays are here!"'), (32274, 81, 'Johor Bahru, Johore', '@Holy_Papa bt got go thru slides!!!'), (32275, 2280, 'Plentong, Johor Bahru', '@theJimidz haaa ili dress up biasa je..colour putih lagilah...nnt tegur2 ehh..'), (32276, 5409, 'Johor Bahru, Johore', '@yanahijannah dduk uma diam2'), (32277, 3071, 'Pulai, Johor Bahru', '@AfeeqaHazwani - awak minum? Ish..tak payah minum...kita byr air yg mrosakkn bdan sndiri nk buat apa. Tinggalkn &amp; tegur scara bhemah.'), (32278, 5894, 'Johor Bahru, Johore', 'I would love to try peanut butter shot... Lol..'), (32279, 1501, 'Johor Bahru, Johore', 'Wouldn''t it be nice if we were older,then we wouldn''t have to wait so long.'), (32280, 321, 'Plentong, Johor Bahru', 'TV2 cerite best'), (32281, 4432, 'Malaysia', 'ตอนนี้คลั่งทั้ง @Boy_Pakorn @hanongh @camelllllll #หนูผิดไหม TOT'), (32282, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 dah mkn obat?'), (32283, 2732, 'Malaysia', '@PuyZooZa__Za จ้ะจ้ะ .'), (32284, 5895, 'Johor Bahru, Johore', 'I''m at'), (32285, 5772, 'Singapore', '@HXluvS ya lor ! :(('), (32286, 828, 'Johore, Malaysia', 'I''m at ASJ BUS 17  http://t.co/HYV79Mfd'), (32287, 135, 'Johor Bahru, Johore', 'Kak Marina on Suria'), (32288, 5152, 'Johore, Malaysia', 'I''m at home sweet home Blk12 Eunos http://t.co/7sRCu5Y3'), (32289, 5796, 'Johor Bahru, Johore', '@FoudreRouge @syazfeera Ketawe takpe jgn stim kodok igt abg misai hitler... Lolx'), (32290, 3937, 'Tebrau, Johor Bahru', 'iaket oyot la :''( ite manyak mamam tadi.... uhuk.. HAHAHAHAHA mengada gila ayat.'), (32291, 2124, 'Johor Bahru, Johore', '@YIPPIE_ @PigletLim_WJ waa yours all so fast!! Weijie shirt leh? :)'), (32292, 580, 'Johor Bahru, Johore', '@luvshow4ever 對lo~煩惱!!'), (32293, 3260, 'Johore, Malaysia', 'Okay I feel like shitting now.'), (32294, 5710, 'Johore, Malaysia', 'If you were thinking about someone while reading this, you''re definitely\nin Love.'), (32295, 1008, 'Johore, Malaysia', '#7AraStayTogether ! Boram!'), (32296, 3668, 'Johor Bahru, Johore', '@Insane_Phuture no. You still thinking whether to go tml.'), (32297, 576, 'Johor Bahru, Johore', '@S3R1zawa goodnight (: rest well(:'), (32298, 1, 'Tebrau, Johor Bahru', '@fyka_rawk alahai comelnyeeeeee'), (32299, 5896, 'Johor Bahru, Johore', 'Having my late dinner! Nomnomnom.'), (32300, 2443, 'Johor Bahru, Johore', '@baconstripperss @assortedbacon LOL fun ma insert tgt'), (32301, 3937, 'Tebrau, Johor Bahru', 'aket oyot la :''( ite manyak mamam tadi.... uhuk.. HAHAHAHAHA mengada gila ayat.'), (32302, 4875, 'Johor Bahru, Johore', '“@_jeremyroy: "ganda nung drawing niya ah siguro naka ipad yan" LOL @mariajeanina” #drawsomething'), (32303, 668, 'Johore, Malaysia', 'Strong from the outside but crying inside.'), (32304, 1264, 'Johor Bahru, Johore', 'RT @forevershufflin: Wow. Fantastic baby.'), (32305, 2443, 'Johor Bahru, Johore', '@assortedbacon I watch Kelly?'), (32306, 5868, 'Johore, Malaysia', '“@autocorrects: Do you ever sit in class, look at people, and think about how disappointed their parents must be?”'), (32307, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa takpe its okay . Tired sgt2 :) . Hehe ! You bathe already ?'), (32308, 1331, 'Johor Bahru, Johore', 'I''m getting bored at home...Why can''t I have a girl who can entertain me in a positive way, Why Why???'), (32309, 2443, 'Johor Bahru, Johore', '@assortedbacon jelly?'), (32310, 5646, 'Plentong, Johor Bahru', '@WhatMiss hahahaa , aq dah agk dah , kau ingt aq tegak lh ea ? aq just buat2 tegak je wei , hahaha aq tak tegak mcm tiang lampu k'), (32311, 135, 'Johor Bahru, Johore', 'Hahahaha yeah true :D RT @Hariboboii: @afiqahyamin Tat is oni if I can fit in it ! &gt;&lt;'), (32312, 41, 'Johore, Malaysia', '@iamCullen17 sobrang ganda ng Transformers!'), (32313, 5514, 'Pontian, Johore', '@yadie_lee untungla bole fuck fb :P'), (32314, 632, 'Tebrau, Johor Bahru', '@rifqiikhmal apa rifqi??'), (32315, 2572, 'Johore, Malaysia', '@Blehtan CRAZY! I speak Chinese at home okay!'), (32316, 2903, 'Johore, Malaysia', 'Aku period kau yg moody hahaha cute pe ?'), (32317, 3937, 'Tebrau, Johor Bahru', '@woowoona kenapa?'), (32318, 73, 'Johor Bahru, Johore', 'Hahahahah @Ian_ianization you look so cute on Showhand ! Hahahaha &gt;&lt; .'), (32319, 5152, 'Johore, Malaysia', 'I''m at My Own Bed. (Singapore) http://t.co/uGMEZico'), (32320, 1560, 'Plentong, Johor Bahru', 'Craving for some ice creamm!!'), (32321, 677, 'Johore, Malaysia', '@rinabanana @xing_shing @lkmariquit ga fring kmi d ay lente nga lovelife!!'), (32322, 5897, 'Singapore', '"I''m a fool that cant live without you, I think letting you go is more severe than dying..." ~~ 지독하게(Severely)https://t.co/8ubTei2o'), (32323, 1038, 'Johore, Malaysia', 'How i wish i can turn back time...it will be perfect..'), (32324, 4492, 'Plentong, Johor Bahru', '@stephaniecuifen i wanna go shopping too D:'), (32325, 3371, 'Plentong, Johor Bahru', '#BestThingAboutBeingSingle boleh save kredit :D'), (32326, 1740, 'Johore, Malaysia', '@yeonjunlin where do u work?'), (32327, 2606, 'Plentong, Johor Bahru', '#SayaTakBiasa lepaskan angin depan orang K . Eeeee tipu ! tipu ! tipu !'), (32328, 2572, 'Johore, Malaysia', '@Blehtan HAHAHA. Your mother so cute!'), (32329, 5602, 'Singapore', 'gendong baby kami :) http://t.co/YPbbKrWP'), (32330, 1300, 'Johor Bahru, Johore', 'This mollar bonds and ortho metals in my teeth won''t allow me to eat hard food!'), (32331, 5118, 'Johore, Malaysia', '@AchyqSanSan hashaha. standard ah. spidr peeee.'), (32332, 2903, 'Johore, Malaysia', 'Meant to be i guess lol !'), (32333, 2116, 'Johore, Malaysia', 'Cabbing home with @Maywen0614 @SheReE_YiNGYiNG . Hee #tsfc liao . ^^ .'), (32334, 56, 'Johor Bahru, Johore', '@ManMathers kat mbs eh?'), (32335, 5134, 'Johore, Malaysia', '@Aummhigh mee dii. I buy it every time. U go check. If mai mee kor aow Arai kor dai55'), (32336, 5787, 'Malaysia', 'ไม่ใช่ไม่ "เสียใจ" แต่ไม่อยากให้\n\nใครมา "สงสาร" หรือ "เห็นใจ"\n\nไม่อยากให้ใครรู้ว่า "อ่อนแอ" แค่นั้นเอง...!~*'), (32337, 5710, 'Johore, Malaysia', 'Have you ever wondered which hurts the most: saying something and wishing you had not, or saying nothing, and wishing you had?'), (32338, 3937, 'Tebrau, Johor Bahru', '@zulfahamnie hihi, tapi ili.................................................. rendah sgt :('), (32339, 4467, 'Johor Bahru, Johore', '@AloyPang 你了解就好吗,好啦,我尽力啦,ok?你也知道很早哦!快点去睡觉啦,明天要这么早起床,GOGOGO,去 Sleep ugh:)'), (32340, 1917, 'Johor Bahru, Johore', '@Boilinggpointer bukan 24?'), (32341, 5593, 'Riau, Indonesia', '@olfaresha aaseeeekk,,hahahha ingat kok syaaang,, yang kakak lihat kamu boncngan sama blade tu y,,hahah *blade kan ya?'), (32342, 4057, 'Johor Bahru, Johore', 'Ang ganda ganda naman ng mga teleserye! Hehe'), (32343, 322, 'Johor Bahru, Johore', '@nurirfansmiles hahah. Thanks! Nasib Kau ader.'), (32344, 3260, 'Johore, Malaysia', '@cowgoesmoo703 its 17 march, Saturday ;)'), (32345, 4554, 'Johore, Malaysia', '@SherylAllyson where is the place'), (32346, 5898, 'Johore, Malaysia', 'Buying beer \\o/ (@ Carrefour) http://t.co/3hWMth72'), (32347, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 tupac he is a famous rapper... But he die already...'), (32348, 5514, 'Pontian, Johore', 'balik2 kne edit gambar =="'), (32349, 3110, 'Kota Tinggi, Johore', 'Early day tmr:) gotta end e night early:) good bye cyber world!'), (32350, 3937, 'Tebrau, Johor Bahru', '@SNurShafiqah takde, kenapa?'), (32351, 839, 'Johor Bahru, Johore', '@nanallove working at a new restaurant at raffles place:).'), (32352, 5787, 'Malaysia', 'บางอย่างที่ "ยอม" มากมาย..\nแต่ใช่ว่าจะ "ง่าย" ให้ใคร..~*@\nบางอย่างที่ "ยอม" ให้ไป..\nแต่ใช่ว่าจะ "ได้" ทุกคน..~*@'), (32353, 5825, 'Singapore', '@rama_sobat kelas 5 SD hahah'), (32354, 73, 'Johor Bahru, Johore', 'Hahah smiling to himself tskkm naughty Ian .'), (32355, 333, 'Johore, Malaysia', '@KuanLeocadio somebodi thought you came so they buy for you.'), (32356, 5899, 'Johore, Malaysia', '@wendyagam foto yg mano?'), (32357, 2330, 'Johor Bahru, Johore', 'How i wish i cld get away with u, to a far far away place. Tht only me and u knw how to go and get back..'), (32358, 1149, 'Johor Bahru, Johore', 'Thanks for the lovely pressie :p http://t.co/J17DuseP'), (32359, 839, 'Johor Bahru, Johore', '@nanallove pay is 7 an hour'), (32360, 3989, 'Johor Bahru, Johore', 'Ouh shit my mom found my malboro menthol shit just got real.'), (32361, 3609, 'Malaysia', 'ส่งสัย สตูล คงเป็นได้แค่ฝัน'), (32362, 3937, 'Tebrau, Johor Bahru', '@woowoona uhuu ok'), (32363, 2909, 'Johor Bahru, Johore', '@Moonotopia STOP TWEETING AND DO WORK!'), (32364, 4302, 'Pulai, Johor Bahru', '@Amir_Jacobs haha pergi sekolah jalan kaki miskin ? Err tu sbb rumah dekat , sebabtu lah kann jalan kaki .'), (32365, 1, 'Tebrau, Johor Bahru', 'alahai , mak aku dah start dah membebel .adik aku lah nie'), (32366, 222, 'Johore, Malaysia', '@EVANNIEBOOB IKEA IKEA IKEA IKEA'), (32367, 1556, 'Singapore', 'As usual, plan is always not been executed like I want to. I always get what I wanted. He knows I will plan better next time.'), (32368, 41, 'Johore, Malaysia', '@Jakelvista sobrang ganda ng universal studios. Nag 2x ako sa transformers ride.. galeng'), (32369, 5614, 'Plentong, Johor Bahru', '@NinaaImanina Hahahha. Chinese gitu. Dia cakap macam tuu? Hihii'), (32370, 1331, 'Johor Bahru, Johore', '@Mustafa_519 A serious eh???Kalau kau cabut aku pun cabut tau...'), (32371, 4764, 'Johor Bahru, Johore', 'Nenek Ckp je takde duit , Tapi tolong update bank account dier , FUUUUUUUUU , more then 50k . :O'), (32372, 3274, 'Johore, Malaysia', 'im so falling for you damnit.'), (32373, 556, 'Malaysia', '@Nnamfhhh อีกนาน555กลัวพี่ฟ้านอน ๆ'), (32374, 5825, 'Singapore', '@anditenrionaa bales bbm please'), (32375, 181, 'Johore, Malaysia', '@NRLHDH ape yang da abes ni? Pasal apa?'), (32376, 4651, 'Johor Bahru, Johore', 'Did sir just sended me a drawing on draw something lol..............................'), (32377, 5900, 'Johore, Malaysia', 'Updated twitter. Big like the face &gt;&lt; http://t.co/UxmUfjj1'), (32378, 3273, 'Johore, Malaysia', 'Mataair kau tk lyn kau , kau dtg carik aku . #prangaibest'), (32379, 5614, 'Plentong, Johor Bahru', '@nurainazman Kakakkkk :)'), (32380, 5710, 'Johore, Malaysia', 'Meeting you was fate, becoming your friend was a choice, but falling in love with you was beyond my control.'), (32381, 435, 'Singapore', 'gotta wake up real early tmr.'), (32382, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 whising on a star'), (32383, 3371, 'Plentong, Johor Bahru', '#retro'), (32384, 5877, 'Malaysia', '“@Itsara_s: @Lekchin_twit ชิชะ มารหัวใจข้า ขอให้ฝันถึงเลขแต่ซื้อแล้วไม่ถูก 555”&gt;&gt;เออพรุ่งนี้ซื้อเลขอะไรดีวะ'), (32385, 5832, 'Plentong, Johor Bahru', 'ade org ajak teman beli topup. tapi aku tawu bukan sekadar membeli topup.'), (32386, 55, 'Johore, Malaysia', 'WHAT WHY THIS YEAR DAMN IT RT @supernicolee: "@HILLARYWONG: OH MY GOSH MAROON 5 IS COMING TO SG!!!!!!!!!! AHHHHHHHHHH"'), (32387, 4681, 'Singapore', 'OHYEAAH BABY. SAW THAT?! I''VE DONE ALL MY MCONLINE HW. EXCEPT CHINESE. WHICH IS UNDER MY SUBJECTS AND ONE CHI COMPO X.X http://t.co/8XT9VZoY'), (32388, 4823, 'Johore, Malaysia', 'Thanks #Dunhill for lighten my night'), (32389, 4228, 'Plentong, Johor Bahru', 'amboii diorang berdua . dua dua cakap bai kat aku . rupa rupanya diorang nak dating dalam talipon .haha'), (32390, 1556, 'Singapore', '@TURTL3NECK :) he is one of the better dancer, he deserve to be happy and laugh'), (32391, 5902, 'Malaysia', 'I''m at Lee Gardens Plaza (ลีการ์เด้นพลาซ่า) (Hat Yai, Songkhla) w/ 3 others http://t.co/eBsTTjL2'), (32392, 4651, 'Johor Bahru, Johore', 'My phone died'), (32393, 1692, 'Tebrau, Johor Bahru', '@ShukJasni Bagus lah dah habis blaja. ko skg intend kerja tetap @ truskan blaja..??'), (32394, 4228, 'Plentong, Johor Bahru', 'amboii diorang berdua . dua dua cakap bai kat aku . rupa rupanya diorang nak dating dalam talipon .haha [Like it? http://t.co/9tGHZgiV ]'), (32395, 5614, 'Plentong, Johor Bahru', 'Korang ada? Hahhahaha.In advance ok xD'), (32396, 3307, 'Johore, Malaysia', 'Happy colours.'), (32397, 5903, 'Riau, Indonesia', 'gak ada kerjaan'), (32398, 1530, 'Johor Bahru, Johore', 'I saw @Shanicekoh on tv! Show hand!'), (32399, 2262, 'Malaysia', '@Preeyanutt เพ้ออหล่าวแล555'), (32400, 377, 'Johor Bahru, Johore', '@derppp_ Alrighty~'), (32401, 1008, 'Johore, Malaysia', '@idkputwad so late?'), (32402, 4681, 'Singapore', '@tripodmonster Blehhh^^ Doing homeworkk ahh? :B'), (32403, 5904, 'Johore, Malaysia', '@ClementBoredom ? Next Friday uh?'), (32404, 1522, 'Johor Bahru, Johore', 'Oh geezuz! Hahah http://t.co/YKwBQaoc'), (32405, 5832, 'Plentong, Johor Bahru', '@HajarHaibara betul ape. ;)'), (32406, 5787, 'Malaysia', 'เวลามีแฟนอยาก "สันโดษ" เวลาโสดแระอยาก "สรรหา"'), (32407, 5903, 'Riau, Indonesia', 'bosen , dr maren ampe skrg d''rumahh trusssss'), (32408, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 little by little'), (32409, 68, 'Johore, Malaysia', 'RT @MusicComesAlive: When u need me I always here for u no matter wad :))'), (32410, 580, 'Johor Bahru, Johore', '@luvshow4ever 我比你煩~><算了,星期六找救兵!'), (32411, 4435, 'Johore, Malaysia', '@StarsandDusts_ @aliciamutheardy nope. SHIT IM STARTING TO HAVE AMNESIA! :O'), (32412, 5868, 'Johore, Malaysia', '@BeMy_SuperHero we just broke up . Hmmm lazy to say uh.Anws meet me soon lei.when you free?like after school like that.'), (32413, 377, 'Johor Bahru, Johore', '#Nowwatching: Punk V. Joe 2'), (32414, 1300, 'Johor Bahru, Johore', 'I have all this potential to be better than what I am .....'), (32415, 4228, 'Plentong, Johor Bahru', '@IkaNabella wahhhhhhhhhhhhhhhhhhhhhhh! bakkmaii phone lamee . hahahhahahaha'), (32416, 3398, 'Johor Bahru, Johore', 'i''m (@ JiaQing''s Houseee) http://t.co/b4uXj6A1'), (32417, 5710, 'Johore, Malaysia', 'The spaces between your fingers were created so that another''s could fill them in.'), (32418, 213, 'Plentong, Johor Bahru', '@4ppleGreen @spartanZ9774 apa kena-mengena ngan merlin?!!'), (32419, 5663, 'Johor Bahru, Johore', 'Method Kau dah outdated lah -.-'), (32420, 5530, 'Senai Kulai, Kulai Jaya', 'I''m at Felda Taib Andak (Kulai, Johor) http://t.co/w5arbZ6a'), (32421, 5787, 'Malaysia', 'พ่อแม่นู๋..สอนมาดีเป็น "สุภาพสตรี" ห้ามใช้ "กำลัง"!!\n\nถ้า"สามี" ไม่เชื่อฟัง...พ่อแม่นู๋สั่ง..ให้ใช้ "ปืน"!!'), (32422, 4708, 'Johore, Malaysia', 'Melawat. (@ Block 32 Balam Road) http://t.co/z8e0821F'), (32423, 135, 'Johor Bahru, Johore', 'Eh yeah good idea!! RT @Hariboboii: @afiqahyamin Haha nvrmin la , can still use supermarket trolley ^^ .'), (32424, 1692, 'Tebrau, Johor Bahru', '@FNfaisal tak payah nk kelas Fluid sgt la.. mkn nasi goreng sotong kat scholar inn ada ar. whahaha'), (32425, 5905, 'Tebrau, Johor Bahru', '@SalmanMalto bila nak tukar crank ?'), (32426, 3664, 'Pulai, Johor Bahru', 'I''m at Lagaria Laguna (Johor Bahru) http://t.co/EC1m2Wkq'), (32427, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 lovey dovey'), (32428, 5845, 'Plentong, Johor Bahru', '@tskama alooo.hahaha'), (32429, 2330, 'Johor Bahru, Johore', 'I want a happy meal. Corn, nugget and milk please.'), (32430, 3260, 'Johore, Malaysia', '@cowgoesmoo703 @CutegirlsFTW @kaedream Joyce and the boyz and rough addicts too! ;)'), (32431, 5770, 'Johor Bahru, Johore', 'Cant take it le (@ Cookie Monster Crib) http://t.co/H1veeuKk'), (32432, 5902, 'Malaysia', 'I''m at Central Hatyai (เซ็นทรัล หาดใหญ่) (Hat Yai, Songkhla) w/ 2 others http://t.co/HsvZdKX6'), (32433, 40, 'Johor Bahru, Johore', 'Someone nurse me back to health please , no ?'), (32434, 5796, 'Johor Bahru, Johore', '@FoudreRouge @syazfeera Kirim salam pelok cium to abg misai lebat! #Goodnight'), (32435, 1194, 'Singapore', 'guess i m really fat rofl.'), (32436, 1613, 'Johore, Malaysia', 'I''m at Boon Keng MRT Station (NE9) (Singapore, Singapore) http://t.co/AyBJxfRA'), (32437, 5906, 'Johor Bahru, Johore', 'Rice serum mask. Not that clear in the picture ahihihi @ Home @ Montreal Drive http://t.co/9UffXz0y'), (32438, 1988, 'Johore, Malaysia', 'I''m at Hotel Fort Canning (Singapore) [pic]: http://t.co/qQ79b66O'), (32439, 5907, 'Dataran Bandaraya, Plentong', 'I''m at Steamboat Dataran Bandaraya (Johor Bahru, Johor) http://t.co/jGcSKeSi'), (32440, 990, 'Riau, Indonesia', 'Gambling!!'), (32441, 5183, 'Johore, Malaysia', '@melsmyname_meow dude! You''re so blessed :) you feeling better meow meow?'), (32442, 5614, 'Plentong, Johor Bahru', '@ShukriHani Nenek kita tak kuat nak bawak jalan jalan ahh xD'), (32443, 5897, 'Singapore', '"I''m a fool that cant live without you, I think letting you go is more severe than dying..." ~ 지독하게 (#FTIslandSeverely) http://t.co/xvWCgM8w'), (32444, 5663, 'Johor Bahru, Johore', 'Nabay uh . Battery low . Hp rosak baikbaikbaik .'), (32445, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini boleh la..mmg nak kuruskan mana yg gemok neh..hehe'), (32446, 2342, 'Plentong, Johor Bahru', '@FatinHsmi Cannot sleep'), (32447, 4228, 'Plentong, Johor Bahru', '@realFARAWAHIDA saya kat sini kak ;]'), (32448, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 Cry cry'), (32449, 1264, 'Johor Bahru, Johore', 'Hahahha derick poor thing RT @ngzhengqin: The camera man is never in the photos lol'), (32450, 3855, 'Johor Bahru, Johore', '@asdfghjade_TW I want the fairy tail necklace..unfair you get it'), (32451, 3371, 'Plentong, Johor Bahru', 'Ramai nyer org kat umah aku'), (32452, 5484, 'Johor Bahru, Johore', '@AdrianGohJW @violentgirl_ no :)'), (32453, 1608, 'Malaysia', '@PiccPig ขอบคุณค่ะ ^____^ ชื่ออะไรเอ่ยค่ะ? เราชื่อวินดี้นะค่ะ ยดทดรจ.นะค่ะ'), (32454, 3731, 'Johor Bahru, Johore', 'Good be back chating with you again.. I miss you..'), (32455, 2342, 'Plentong, Johor Bahru', 'Haih so sad. So ...'), (32456, 3609, 'Malaysia', '@careunz 5555 ดีเล 3 ชม ไปอยู่บ้านใครก่อนดีกว่ามั้ง == เดียวยุงสูบเลือด หมดตัว'), (32457, 81, 'Johor Bahru, Johore', '&amp; its been mths fr me RT @HAIFUS: I faced it everyday, ohhh myy gaawwdd “@Retwittings: #S are facing a certain emotional crisis right now.”'), (32458, 5908, 'Malaysia', 'http://t.co/YSw4ltyY! รุ่นพี่เราเอง เต้น ณ บัดนาว สุดยอดดดดดดดดด'), (32459, 321, 'Plentong, Johor Bahru', '@anissazali89 cerite perang versi cina2x'), (32460, 726, 'Johor Bahru, Johore', 'I''m at PONTIANAK. FINGERING -AREA! (Singapore) http://t.co/9W3OaxMg'), (32461, 3452, 'Johore, Malaysia', '@zomgitsnawar i going aloneeee'), (32462, 5909, 'Riau, Indonesia', '@AllRisesilver67 gamsahamnida^^'), (32463, 518, 'Johor Bahru, Johore', '@inday_regel @zuchie_25 @ajbrenix ayaw! adto lang ta Melbourne, visit nya ta ni ice '), (32464, 5503, 'Plentong, Johor Bahru', '@admiralhafiz @gadishanim secara rasminya i dah follow u !!'), (32465, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 thats mean someone is thinking abt you babe...'), (32466, 3452, 'Johore, Malaysia', 'bjorn hates me now'), (32467, 1264, 'Johor Bahru, Johore', '@Vantsoul I think everyone using the same paper cups. Idk which one is mine i randomly take and drink HEHE'), (32468, 5663, 'Johor Bahru, Johore', 'Hp aku rosaaaaaaaak !! Nak hp baru pls :3'), (32469, 56, 'Johor Bahru, Johore', '@ManMathers tawu tapi rambut aku panjang . Kul rape nak gy?'), (32470, 5118, 'Johore, Malaysia', '@AchyqSanSan aku tak beli wheelset lerrr. by next week aku beli. eh besok boleh tolong aku bukak crank? kau pinjam ahmad punya crank opener'), (32471, 5787, 'Malaysia', 'เคยมั้ย?..ถึงหลับก็ยัง "คิดถึง" ใครบางคนได้...\n\nเพราะ "หัวใจ" มันไม่เคยหยุดทำงาน...'), (32472, 1194, 'Singapore', 'sigh finding borders for the video &gt;.&lt; GREAT LOR EVERYTHING I DO HAIZ. &gt;&lt; !'), (32473, 5910, 'Johore, Malaysia', 'wah i cycle everyday can slim down already'), (32474, 3371, 'Plentong, Johor Bahru', 'Event : Rewang :) kecoh rumah :D'), (32475, 1740, 'Johore, Malaysia', 'So tired I''m gonna sleep by 11 or else I''m gonna faint tomorrow'), (32476, 726, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 9 others http://t.co/7JHL37Ne'), (32477, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 bo peep bo peep'), (32478, 675, 'Johor Bahru, Johore', 'I''m at Yishun MRT Station (NS13) (Singapore, Singapore) w/ 7 others http://t.co/dyk4oMjf'); INSERT INTO `tweets` (`id`, `user`, `location`, `tweet`) VALUES (32479, 213, 'Plentong, Johor Bahru', '@Dkamilaa aq rama-rama... kau lupa ke?? aq boleh elak..'), (32480, 1501, 'Johor Bahru, Johore', 'Because there''s nothing more beautiful than the way the ocean refuses to stop kissing the (cont) http://t.co/fzF7oq5h'), (32481, 5183, 'Johore, Malaysia', '@qracexDD @zaikiawayne @bbobbstar *waves* HIIIII :) whatcha talking abt??'), (32482, 1268, 'Johor Bahru, Johore', '@YanyingZheng the receipt that I transferred the money to the blogshop owner. :D + the $2 I owe her haha http://t.co/gmobdAUQ'), (32483, 367, 'Johore, Malaysia', 'I''m at Blk 327, Clementi Ave 5 http://t.co/6TsNM9p9'), (32484, 181, 'Johore, Malaysia', '@azwanjamil @NRLHDH baby lia sayang ku help me!!!'), (32485, 2338, 'Johore, Malaysia', 'I''m at Udders (Singapore, Singapore) w/ 8 others http://t.co/DE7DTswL'), (32486, 580, 'Johor Bahru, Johore', '@luvshow4ever 我已經有個救兵人選了~哈哈!'), (32487, 73, 'Johor Bahru, Johore', 'Fuck you . Don''t play with me feelings k .'), (32488, 1264, 'Johor Bahru, Johore', '@GoomBoozer @ngzhengqin Sorry dont have'), (32489, 5911, 'Johore, Malaysia', '@.@ i need to gain weight ... At least ... 5kg ... The prize ... Totally .... Worth it ......'), (32490, 2738, 'Johore, Malaysia', 'Back in SG!! (@ HarbourFront Ferry Terminal w/ @tanhuokui) http://t.co/Y9kbIueb'), (32491, 5744, 'Malaysia', '@chanakarn_kook ตัวเองก็อวบ = ='''), (32492, 5391, 'Johor Bahru, Johore', 'I''m at McDonald''s (Singapore, Singapore) http://t.co/JfRSa1qm'), (32493, 5514, 'Pontian, Johore', '@yadie_lee ape yg mengarut?'), (32494, 941, 'Tebrau, Johor Bahru', '@AnNeaiRanieSs miss anne.. Kt.ne tu...hehe'), (32495, 726, 'Johor Bahru, Johore', 'I''m at Worker''s Party Zai Dui (Singapore) http://t.co/RNET3gtd'), (32496, 2655, 'Johor Bahru, Johore', '@melvinryantan I will only be in London for 8 n 9 aug den I''m joining e topdeck tour on 10aug! Den back in lnd on23aug'), (32497, 5868, 'Johore, Malaysia', '@BeMy_SuperHero sengkang near my school siol.what time?'), (32498, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 cfrm2 salah mkn punye...'), (32499, 5894, 'Johor Bahru, Johore', '@missieightynine sry for being zero :( ima mr zero...! lol! dom angsty!'), (32500, 213, 'Plentong, Johor Bahru', '@4ppleGreen @Dkamilaa hhaha exactly'), (32501, 2280, 'Plentong, Johor Bahru', '@theJimidz haaaaaaaa baru kenal yg tu ili..hehehe kan kan ?'), (32502, 802, 'Johor Bahru, Johore', 'I''m at Pending LRT Station (BP8) (Singapore, Singapore) http://t.co/3SzC5uzP'), (32503, 1342, 'Plentong, Johor Bahru', 'Dinner@banafe village'), (32504, 5909, 'Riau, Indonesia', 'RT @AllRisesilver67 http://t.co/TUVnWev4'), (32505, 289, 'Johore, Malaysia', 'I''m insecure , don''t know what for.'), (32506, 458, 'Malaysia', 'พ่อมึงเปนช่างแต่งหน้าหรอ - -'), (32507, 668, 'Johore, Malaysia', 'Never felt this sucky before, never!!'), (32508, 941, 'Tebrau, Johor Bahru', '@FerraAbd di mana kamu...'), (32509, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 roly poly'), (32510, 4681, 'Singapore', 'As if I''ve done all of the MConline by todaay, hahah. Done it all by the past few daaays laa. Cheyy. :x'), (32511, 26, 'Johore, Malaysia', '@dottimeli nice seeing you guys today hope you guys had a fun date! next time come down to drink I make good margaritas. ;) @Pangyaoyi'), (32512, 148, 'Johor Bahru, Johore', 'Finally know my blood type after the donation:D http://t.co/d1f0kLoI'), (32513, 4870, 'Johor Bahru, Johore', 'Damn full and tired :/ (@  Durg''s Heaven ) http://t.co/1y9x7eug'), (32514, 81, 'Johor Bahru, Johore', '@Holy_Papa bt confirm need stay back!! I will nvr understand her lessons hahahah'), (32515, 2262, 'Malaisie', '@Preeyanutt 5555555 เยอะเบอะพี่เจริญ'), (32516, 2866, 'Johore, Malaysia', 'Guess how many stitch i have ! http://t.co/ZufpD8fN'), (32517, 99, 'Singapore', '@pissmylipz Just asking nia :P ! cannot meh ? Bestfriend care for bestfriend (:'), (32518, 5787, 'Malaisie', 'หาก “ความรัก” .. มันยากนัก! ที่จะ “เข้าใจ” …\n\nแล้วทำไม? .. “ไม่ทำความเข้าใจกัน” ก่อนที่จะ “รัก” !!! ..'), (32519, 4528, 'Riau, Indonesia', 'My pottery! (with Lingo at Hard Rock Hotel Singapore) [pic] — http://t.co/iV1eOL8N'), (32520, 1564, 'Johor Bahru, Johore', 'My bro say i lazy. Only know how to play! Keep saying his worker which is same age as me "so hard working" tell him be ur brother luh! _|_'), (32521, 1232, 'Johore, Malaysia', '@kittenswithguns @greenie_leena bloody balls laa'), (32522, 5614, 'Plentong, Johor Bahru', 'Harinih, abang market tak tweet. Dia sibuk main Badminton :) Hahahha. K Am K xD'), (32523, 5859, 'Johore, Malaysia', '@smellarmpit awww dont say that, although that''s like the best painkiller on earth. Hehehe  you headache too? Hehe'), (32524, 214, 'Johore, Malaysia', 'I''m at Esplanade - Theatres on the Bay (Singapore, Singapore) w/ 13 others http://t.co/eQS1jpkF'), (32525, 1556, 'Singapore', '@syukrinadiamond yes, ihsan works at USS just now :)'), (32526, 5247, 'Johore, Malaysia', '@dreamh_igh Okay okay no see no see.. but scary - saw something you not suppose to see ma.'), (32527, 3452, 'Johore, Malaysia', '@KaySeeEeyan17 ikr'), (32528, 300, 'Johor Bahru, Johore', '@sujeanmelissa Sige keri lang. Haha! Nasa house lang ako'), (32529, 5894, 'Johor Bahru, Johore', '@enqixie yeah butter! drink with me next week yeah! hahaha! jio @AlvisYeo come oso! @Huiifenn working right..? :('), (32530, 2415, 'Malaysia', '@fahsrit ตกลงเรื่องคอนพี่ฟ้าไปได้มั้ย ท่าทีแม่เป็นไงบ้าง'), (32531, 73, 'Johor Bahru, Johore', 'Shouldn''t make use of her . She deserves a little respect ya know . She''s human too .'), (32532, 4681, 'Singapore', '@tripodmonster I left two Chi hw, ohyeaah baby. :p Start doing laa? (:'), (32533, 458, 'Malaysia', 'เหนเดินไปเดินมา ดูหน้าตลอด อีตุ้ดถึก !'), (32534, 726, 'Johor Bahru, Johore', 'I''m at Hougang Mall (Singapore) w/ 9 others http://t.co/uIhTn8QN'), (32535, 2903, 'Johore, Malaysia', '@MakkauHashtag why frown ?'), (32536, 3452, 'Johore, Malaysia', '@Fat_fishes sorry laaaaaaaaaaaaaaaaa'), (32537, 1306, 'Johore, Malaysia', 'Worst i''ve ever felt in a long time.'), (32538, 967, 'Johor Bahru, Johore', 'Yaaaaa itu siii klo lo mau.. Gue cm kasii opsi dwnk ko..RT @bachryans: yeee enak ajeee kaga kaga (cont) http://t.co/0rdQwUHJ'), (32539, 580, 'Johor Bahru, Johore', '@luvshow4ever bingo!哈哈~厲害!'), (32540, 1232, 'Johore, Malaysia', '@kittenswithguns think of me ah ?'), (32541, 222, 'Johore, Malaysia', '@dylanloo escape velocity by chemical brothers'), (32542, 335, 'Johor Bahru, Johore', 'Polycom: Human Resource Business Partner ( #SingaporeJobs) http://t.co/89YhzcuD #HR #PolycomJobs #Job #Jobs #TweetMyJobs'), (32543, 5663, 'Johor Bahru, Johore', 'Urgh'), (32544, 26, 'Johore, Malaysia', '@m_arvelousjac do it!'), (32545, 1630, 'Johor Bahru, Johore', 'Woah amir is such a bitch, haha.'), (32546, 3452, 'Johore, Malaysia', 'I deserve all the hate i can get.'), (32547, 5118, 'Johore, Malaysia', '@AchyqSanSan besok pagi? amcm? aku nak pergi alywin nlepas tu gi transfer aku punya headset.'), (32548, 5912, 'Plentong, Johor Bahru', 'I''m at Modesto''s Easy Pizza (Johor Bahru, Johor) http://t.co/im3d7ldC'), (32549, 3989, 'Johor Bahru, Johore', 'Oi @thisisrauf'), (32550, 726, 'Johor Bahru, Johore', 'I just ousted @benjamintierra as the mayor of HalconBmx @ Hougang on @foursquare! http://t.co/ypZKefNh'), (32551, 726, 'Johor Bahru, Johore', 'I''m at HalconBmx @ Hougang (Hougang, Singapore) http://t.co/yAHyMqhK'), (32552, 4318, 'Singapore', '@AnatiSimpson you could get all my ex''s, tapi ada 2 je dekat sini :P'), (32553, 4294, 'Johore, Malaysia', 'I''m at Blk 42 Chai Chee Street http://t.co/4oeckpsI'), (32554, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 Lies'), (32555, 3332, 'Johore, Malaysia', 'Relax, chill, destress~ &lt;3sssss (@ Udders w/ 10 others) [pic]: http://t.co/upVQKxAy'), (32556, 957, 'Singapore', '@lizzyyloo looks so yummy! =P'), (32557, 898, 'Johor Bahru, Johore', 'Going to watch VOD movie ...dad paying'), (32558, 1038, 'Johore, Malaysia', 'Time to get serious...'), (32559, 1264, 'Johor Bahru, Johore', 'Ohnooooo. Going back Clementi meet up go Russell house do chinese project. Nvm can buy KOI xD'), (32560, 55, 'Johore, Malaysia', '@planetjedward LOVE THE JACKET :) And its good to see you guys without the trademark hair of yours! :)'), (32561, 5832, 'Plentong, Johor Bahru', 'see..bukan sekadar membeli topup. membeli tutti frutti sekali nampaknye. hoho'), (32562, 213, 'Plentong, Johor Bahru', '@spartanZ9774 @4pplegreen spread it!'), (32563, 2415, 'Malaysia', '@Ritz_TS6 เค้ารักพี่ริทนะ'), (32564, 73, 'Johor Bahru, Johore', 'Her dad so sweet &lt;3 Play for her birthday song (:'), (32565, 5663, 'Johor Bahru, Johore', 'Mummy stalking me cheery kidding :p'), (32566, 3371, 'Plentong, Johor Bahru', 'Karya Dean The GREAT !! http://t.co/OKGYj6p5'), (32567, 5614, 'Plentong, Johor Bahru', '@ShukriHani Huihh siapakah pula yang ingin membawa motor tersebut? Hikhik xD'), (32568, 56, 'Johor Bahru, Johore', '@nanaSabrinaaa kesian eh saye . Hahaha. Betol ke ? Ask maseh bau masam? Eaten already?'), (32569, 2676, 'Johore, Malaysia', 'Your chinese makes no sense. :&gt;'), (32570, 323, 'Johor Bahru, Johore', 'Judi adalah haram di dalam syarak islam..'), (32571, 941, 'Tebrau, Johor Bahru', '@_carmelia jyeahhh.haha'), (32572, 2086, 'Johore, Malaysia', 'If I had de courage &amp; if I''m ready!!!!!'), (32573, 1783, 'Johor Bahru, Johore', 'Kan best kalau ada BFF . Teman kan kita seumur hidup . Memang best la :)'), (32574, 681, 'Tebrau, Johor Bahru', 'Dinner (@ Kelapa Tree .cj) http://t.co/0j1Vce2C'), (32575, 213, 'Plentong, Johor Bahru', '@4ppleGreen @Dkamilaa fine'), (32576, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 together'), (32577, 4202, 'Johore, Malaysia', 'Damn I bought wrong tys, but nevermind, it means more revision! :)'), (32578, 199, 'Johor Bahru, Johore', 'Lost my new and favorite guitar pick hais.'), (32579, 4228, 'Plentong, Johor Bahru', '@PutriSyafiqahh siapa nii?comell'), (32580, 5875, 'Plentong, Johor Bahru', '@izzaynAA haha .aku sangat terseksa ni .kerje budak u aku kena buat -,-'), (32581, 4528, 'Riau, Indonesia', 'Lingo''s pottery (with Lingo at @rwsentosa) [pic] — http://t.co/xN2SGG57'), (32582, 2342, 'Plentong, Johor Bahru', 'Well, I''m doing fine.'), (32583, 2086, 'Johore, Malaysia', 'Prolly it will b soon!!!!'), (32584, 213, 'Plentong, Johor Bahru', '@4ppleGreen @spartanZ9774 i watch merlin to'), (32585, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 lol... Go and mkn lah or esle i go to ur place and give you obat to mkn then you know... Lol'), (32586, 56, 'Johor Bahru, Johore', '@ManMathers gg with who somemore ?'), (32587, 4554, 'Johore, Malaysia', '@SherylAllyson wth bro. U tell me the pit code but dunno the place.'), (32588, 1917, 'Johor Bahru, Johore', '@NazryZaini HAHAHAHAHAH!'), (32589, 2300, 'Johor Bahru, Johore', 'Ah kau,anak kau tau bezakan mana haram dosa semua... Apa punya bapak.. Meniaga Lu... #AmukanPocong'), (32590, 1530, 'Johor Bahru, Johore', '@Shanicekoh ^^'), (32591, 4435, 'Johore, Malaysia', '@StarsandDusts_ @aliciamutheardy hmm if only I could :('), (32592, 181, 'Johore, Malaysia', '@NRLHDH @azwanjamil karut laa #teamfarhan malas karut tdo k baby lia.. Can ar ?'), (32593, 4322, 'Singapore', 'Amen Fashion.'), (32594, 632, 'Tebrau, Johor Bahru', '@mazliyanamaarof you got a cute face :)'), (32595, 2423, 'Johor Bahru, Johore', 'Don''t say it like I forced you .'), (32596, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz I jk with u only. LOL! U believe I will follow u meh?'), (32597, 5427, 'Plentong, Johor Bahru', 'Tempat karok paling terok..danga city mol'), (32598, 30, 'Malaysia', 'A: โทรมาด้วยนะ B:ฉุกเฉินได้รึป่าว A:เรียกรถพยาบาลเหรอ? B: = = #555555555555555'), (32599, 5593, 'Riau, Indonesia', '@olfaresha iyaaa,,soalnya yang bawa ngebut banget wktu tuuuu,, hahhaha :P'), (32600, 5030, 'Johor Bahru, Johore', '@iamBaRBieyDoll hahaha. Talaga?'), (32601, 362, 'Johore, Malaysia', '@inakayamgoreng lol . Hi little one .'), (32602, 3937, 'Tebrau, Johor Bahru', '@SNurShafiqah seriously? apahal berhenti? alaa :( tp budak u pun berhenti jugak tak agak agak? hahahha'), (32603, 5619, 'Malaysia', '@aumcomza1 อาหยั๋ง'), (32604, 259, 'Senai Kulai, Kulai Jaya', 'Sesi memerah idea...3 tugasan nk siapkan mlm ni...'), (32605, 2746, 'Johore, Malaysia', '@BANANAKILLERZ yes . Where we meet? What time? Thank :) See you tomorrow.'), (32606, 1072, 'Johor Bahru, Johore', 'Seriously don feel like living anymore...'), (32607, 2572, 'Johore, Malaysia', '@Blehtan HAHAHAHA. Why! You so bad!!!'), (32608, 73, 'Johor Bahru, Johore', 'Kim appreciates it . Can tell ^^ .'), (32609, 1692, 'Tebrau, Johor Bahru', '@TheRealSyafiqah Seronokkkkkk'), (32610, 213, 'Plentong, Johor Bahru', '@4ppleGreen @spartanZ9774 yg mana??'), (32611, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 superstar'), (32612, 26, 'Johore, Malaysia', 'call on me tell me everything you wanted to be'), (32613, 5247, 'Johore, Malaysia', '@dreamh_igh OKAY JIE~ I SHUT UP no have the thingy :D got me here only.'), (32614, 1264, 'Johor Bahru, Johore', '@GoomBoozer Tmr 130'), (32615, 4035, 'Singapore', '@pinkneonchains sure anot!'), (32616, 5602, 'Singapore', 'Saat nya lelet menerjang -,-'), (32617, 3273, 'Johore, Malaysia', 'Korang ingat r/s ni blh buat maen''maen ? Hais ~'), (32618, 170, 'Malaysia', 'ตายแระๆๆๆๆ'), (32619, 5614, 'Plentong, Johor Bahru', 'I Miss My Primary School Mates so much. :( Hmmm.'), (32620, 518, 'Johor Bahru, Johore', '@inday_regel @zuchie_25 @ajbrenix wa nay libre Ron wui, much money biya ka'), (32621, 5849, 'Riau, Indonesia', '@ikaputri_lovers ih sii baliq tuh emang tau!!\nmasa'' kata nya yalah yg udh punya kawand baru kawan lma dilupai tw aq pop!\n*uuft :('), (32622, 5602, 'Singapore', 'RT gifarisaesac Syng kecantikan wajahmu disalah gunakan'), (32623, 1613, 'Johore, Malaysia', 'I''m at Buzz @ Boon Keng Station http://t.co/HMOR4fUs'), (32624, 55, 'Johore, Malaysia', '@supernicolee DOUBLE KILL. i love F1 and Maroon 5. But I''ve gotta study. Damn it'), (32625, 3307, 'Johore, Malaysia', '#nowplaying - scream'), (32626, 5663, 'Johor Bahru, Johore', 'Tak nak respect orang Tua Dari Kau ke pe ? Then expect aku respect Kau ? Jalan suah -.- (: :3 Amboii banyak nya faceface aku .'), (32627, 5097, 'Pulai, Johor Bahru', 'Aku dengan lyaa kalau dah luahkan perasaan. Mmg kekadang melewehhh ~'), (32628, 387, 'Johor Bahru, Johore', 'Let''s play! :) @ Blk 135 Simei St 1 http://t.co/nXYa0Jt3'), (32629, 2189, 'Johor Bahru, Johore', '@JoannaTheEmoKia OK GOOD :P'), (32630, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini aku tak leh dik..sebab sluar kesayangan aku dah tak leh nak pakai..setereh jadiknye'), (32631, 5910, 'Johore, Malaysia', '@PadelBlack :O'), (32632, 3316, 'Johor Bahru, Johore', 'I''m at Shermin''s Living Room! (Singapore) http://t.co/dbJfqMrY'), (32633, 2733, 'Johore, Malaysia', '@Merisngjingwen shouldn''t have offer you the tissue! Hmph!'), (32634, 677, 'Johore, Malaysia', '@rinabanana @xing_shing @lkmariquit level up bla rinz! haba ng hair ng lola mo! tawa ko pakita nya ang mga presyus bags!'), (32635, 5710, 'Johore, Malaysia', 'Sometimes people put up walls, not to keep others out, but to see who cares enough to break them down.'), (32636, 3812, 'Johore, Malaysia', '@Gary_Zenza i guess so. Anyway @MatinArshavin23 @AhmadHedzir are in'), (32637, 5578, 'Johore, Malaysia', '@mavislsm you ok?'), (32638, 181, 'Johore, Malaysia', 'Lia i love you goodnight.. Muahhh &lt;3'), (32639, 2572, 'Johore, Malaysia', '@shirlyntoh @blehtan HAHAHA. Shirlyn so violent!'), (32640, 1, 'Tebrau, Johor Bahru', '@AlynRomano Hahahha bagus lah sangat'), (32641, 2189, 'Johor Bahru, Johore', '@RedColourRanger haha u cuttin meh ?!'), (32642, 213, 'Plentong, Johor Bahru', '@4ppleGreen @spartanZ9774 @intanska lovely!'), (32643, 1331, 'Johor Bahru, Johore', '@Mustafa_519 serious eh, kalau gitu aku pun cabut last period ah...Aku nk jumpe cikgu aku kt skolah lain after tht aku lepak...'), (32644, 712, 'Singapore', 'omg.. really whats wrong with my internet connection?! D: Cant open the twitlonger to read! OHSHIT'), (32645, 1008, 'Johore, Malaysia', '@naddcsy lol i dunno why but i lol at this'), (32646, 440, 'Johor Bahru, Johore', '@JingYingLeong pupil? Iris? Omg. All of this cannot put in the blanks sia'), (32647, 5744, 'Malaysia', '@chanakarn_kook ฉันอ๊วย อวบ แต่เธออ้วนนะ 55'), (32648, 4435, 'Johore, Malaysia', '@StarsandDusts_ @aliciamutheardy EHHH JEKYI''S IN MY CLASS NOW LEH! He in same sch as me. He not so bad liao leh!'), (32649, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 ma boo'), (32650, 2086, 'Johore, Malaysia', '就是开不了口........'), (32651, 2824, 'Johore, Malaysia', 'Having a great time with the boys.Usapang lalake lang. @ruizcarlo @ICEsaidit @iAMbugoy http://t.co/mQgOWI61'), (32652, 5427, 'Plentong, Johor Bahru', 'Rindu telah melekat dalam hatiku..walau awan lalu..rinduku tak berubah arah..'), (32653, 2655, 'Johor Bahru, Johore', 'Hav to spend so much tis mth. Another 1.4k to airtix next wk n 1.3k to your end of mth. Oh my tian'), (32654, 5503, 'Plentong, Johor Bahru', '@admiralhafiz most welcome...=)'), (32655, 5868, 'Johore, Malaysia', '“I try to be strong. I try to move on. I want to give up but I just can''t let you go.”'), (32656, 81, 'Johor Bahru, Johore', '@Holy_Papa if it works, tell me. I wna consult him too'), (32657, 5183, 'Johore, Malaysia', '@bbobbstar @qracexdd @zaikiawayne HAHAH your convos are so funny!! XD okay okay go ahead I shan''t disturbXD'), (32658, 5787, 'Malaysia', '"เทอ" &gt;&gt; ไม่ใช่ "อากาศ" .. ขาดเทอชั้ลก็อยู่ได้ ~~*\n\nเทอก็แค่คนที่ "เคย" มีความหมายกว่าใครๆ\n\nไม่ได้เกี่ยวอะไรกับ "ระบบหายใจ" ของ ..ชั้ล!!!'), (32659, 2606, 'Plentong, Johor Bahru', '#AlasanResultTeruk Masa tengah exam tu aku kena ciritbirit duhh . Macamne nak focus kan . Kalau tak , result aku dah Straight A''s daa .'), (32660, 5894, 'Johor Bahru, Johore', '@missieightynine Huh? How come this shows that I can think.. But ima mr zero = can''t think ma? lol.'), (32661, 45, 'Johor Bahru, Johore', '@cherylgohxr awkward bcauz I don''t know what t say to ms neo! ;-p'), (32662, 99, 'Singapore', '@BL00DYVAL3NTIN3 Gun or what ?'), (32663, 181, 'Johore, Malaysia', 'RT “@syeikh: Shall nt attempt to shop anymore. Digits running low.”'), (32664, 2909, 'Johor Bahru, Johore', 'Do I look like Aladdin to you? Or fairy godmother? I''m not here to grant your wishes.'), (32665, 5875, 'Plentong, Johor Bahru', 'Za''ba ,tolong siapkan kerja sastera mak aku yang aku kena buat ni T.T'), (32666, 1264, 'Johor Bahru, Johore', '@ngzhengqin AHEMAHEMAHEM'), (32667, 3937, 'Tebrau, Johor Bahru', '@zulfahamnie *~* ili rendah sgt.... imagine..... my height is actually not more than 150cm.................. IMAGINE IMAGINE!'), (32668, 472, 'Johor Bahru, Johore', 'Someone claims to be smart.. Wow haha'), (32669, 5710, 'Johore, Malaysia', 'Someday your prince charming will come. Mine just took a wrong turn, got lost, and is too stubborn to ask for directions.'), (32670, 1366, 'Johore, Malaysia', '@dreytay iPhone 3gs'), (32671, 5593, 'Riau, Indonesia', '@NugrahaYudaP abaaaaaaaaaaang,, long time no seeeee !!! minta syukuran abang,,,'), (32672, 5913, 'Tebrau, Johor Bahru', 'Fun ''showcase'' performance. RETARDEDDISGUSTINGTIMEWITHMYBEAUTIFULGURRLS. (:'), (32673, 2866, 'Johore, Malaysia', '@AliahWilliams haha no ways :P'), (32674, 5883, 'Johore, Malaysia', '@jamsoawesome @chef_nursejehsa @tjaykun kelangan ka nila tawagan? Bakit daw?'), (32675, 446, 'Johore, Malaysia', 'Now i know marking homework is not easy ..'), (32676, 5118, 'Johore, Malaysia', '@AchyqSanSan jumpa rumah aku pasang aku ounya crank dulu ah.'), (32677, 5914, 'Tebrau, Johor Bahru', '@BelleLeongg #7AraStayTogether alright;) who are they anyways?'), (32678, 99, 'Singapore', '@pissmylipz Haha ! unlike you meh :p .'), (32679, 3452, 'Johore, Malaysia', '@KaySeeEeyan17 sad life...'), (32680, 3371, 'Plentong, Johor Bahru', 'Kenapa jawapan Komsas "persoalan dengan tema" mcm sama jer, or aku yg tak pay attention :P'), (32681, 5620, 'Kota Tinggi, Johore', '@ItsNabOkay I don''t have ur number -.-'), (32682, 5915, 'Johor Bahru, Johore', '@HHYYIsBored admit what? Who? :O'), (32683, 3855, 'Johor Bahru, Johore', '@asdfghjade_TW hahah..no need lah...'), (32684, 5910, 'Johore, Malaysia', 'why am i fat'), (32685, 1501, 'Johor Bahru, Johore', 'i wanna go to miami beach and spend time w/ my love once. ❤'), (32686, 5916, 'Johore, Malaysia', 'i dont know why but it''s you.'), (32687, 2348, 'Johor Bahru, Johore', '@ShuricanShaheel i message you later you tmr mornin'' for now can i make it'), (32688, 2595, 'Johore, Malaysia', '@RandomLikeSarah okay ! :D'), (32689, 632, 'Tebrau, Johor Bahru', '@rifqiikhmal haha so wassup? Bosan ah'), (32690, 5868, 'Johore, Malaysia', '“ I hate when I miss someone &amp; can''t do anything about it.”'), (32691, 5663, 'Johor Bahru, Johore', 'Cb lah Kau ni (:'), (32692, 5503, 'Plentong, Johor Bahru', '@admiralhafiz uthm,batu pahat..awak??'), (32693, 73, 'Johor Bahru, Johore', 'Now its adv . So . I''ll go check if you replied . - crossesfingerandhopeyoudid -'), (32694, 2595, 'Johore, Malaysia', '@huiyi__ hmm okaycan .'), (32695, 213, 'Plentong, Johor Bahru', '@intanska @spartanZ9774 adam sorang jer yg x mature diaantara kita.. FACT'), (32696, 5514, 'Pontian, Johore', '@yadie_lee ooo..aah, bukan best pn timeline tu..ntah pape'), (32697, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 like the first imet'), (32698, 4035, 'Singapore', '@pinkneonchains hahahha if you go sleep now then wont ah! (:'), (32699, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hahhaha tak mungkin nenek saya, juga tak mungkin nenek saya Hahhahahaahah xD'), (32700, 5795, 'Johor Bahru, Johore', '@HaziqMatin yeahh ! Haha, mrpk sehh'), (32701, 1131, 'Johor Bahru, Johore', '@ITotKnow TSKKKKK. Now must remember kay!!'), (32702, 5910, 'Johore, Malaysia', 'zof why u fat zof'), (32703, 1357, 'Johor Bahru, Johore', '@Plockygeeks Horny! :b'), (32704, 362, 'Johore, Malaysia', 'In the end you''ll find your best friend .'), (32705, 3452, 'Johore, Malaysia', '@alyaroux why are you not'), (32706, 5910, 'Johore, Malaysia', 'what a fatty bombom'), (32707, 5787, 'Malaysia', 'ความหมายของคำว่า "อ.ด.ท.น." :\n(อ) = อีกไม่นาน\n(ด) = โดน\n(ท) = ทิ้ง\n(น) = แน่'), (32708, 3812, 'Kota Tinggi, Johore', '@Gary_Zenza @MatinArshavin23 @AhmadHedzir sunday league la dey'), (32709, 1038, 'Johore, Malaysia', 'Ride! Ride! Ride!'), (32710, 3, 'Plentong, Johor Bahru', '@khaicees alololo nasib aida blum ada pape injured tadi heheh Khai okay takni? rasa esok boleh main takni?'), (32711, 1, 'Tebrau, Johor Bahru', '@fyka_rawk hehhehe comellahhh'), (32712, 196, 'Johor Bahru, Johore', '@Sh0rtermemories why?'), (32713, 1822, 'Johor Bahru, Johore', 'I''m at Hongzhen''s Study Room ! http://t.co/upl2LE5h'), (32714, 5915, 'Johor Bahru, Johore', 'SUCK A FKED UP WORLD WE LIVE IN.'), (32715, 4467, 'Johor Bahru, Johore', 'Bro keep teasing me ''bout yalun&gt;&lt;'), (32716, 5917, 'Malaysia', '#ทำไมต้องกลัว การเปลี่ยนแปลง '''), (32717, 5294, 'Malaysia', '@ipinkeros นอนเล่น 555555555 หิวข้าววววว กินข้าวแพพ ;D'), (32718, 5614, 'Plentong, Johor Bahru', '@NinaaImanina Hahhahha. Oklah kannn Hihiiihihiii xD'), (32719, 393, 'Johor Bahru, Johore', 'I''m at Blk 110C Punggol Field http://t.co/HP21hkqY'), (32720, 5860, 'Plentong, Johor Bahru', '@FarahJumadi akak..bdk yg tue sethn dr ekin , yeo jin gu tu die dlm mv k.will i need you kn~ comel glerrrr die wat wink perghhh'), (32721, 668, 'Johore, Malaysia', 'I''m lost, I don''t know how should I feel, how should I react or what must I do?? :('), (32722, 2572, 'Johore, Malaysia', '@Blehtan HAHAHA. Why not!'), (32723, 5710, 'Johore, Malaysia', 'Don''t say you love me unless you really mean it, because I might do something crazy like believe it.'), (32724, 4492, 'Plentong, Johor Bahru', '@stephaniecuifen lucky you! Haha'), (32725, 5916, 'Johore, Malaysia', 'i wanna watch players.'), (32726, 2185, 'Johor Bahru, Johore', 'Many unexpected things happen .\nSo be prepared to face one.'), (32727, 1692, 'Tebrau, Johor Bahru', '@FNfaisal Pak cik Kais malam smpai dah tertido atas kerusi tggu kita habis makan. whhwhhwha'), (32728, 3075, 'Johor Bahru, Johore', '@PPenguinBoy hahahahaha.... Ok'), (32729, 5910, 'Johore, Malaysia', 'zof you fatty go eat salad la'), (32730, 210, 'Johore, Malaysia', 'Heh diamond screen protector'), (32731, 56, 'Johor Bahru, Johore', '@ManMathers okaylah pon boleh .'), (32732, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 apple is a'), (32733, 5918, 'Johor Bahru, Johore', 'ada orang memang nak kena bunuh dengan aku -,-'), (32734, 3435, 'Johore, Malaysia', 'General Biology Lab Report: DONE! :)'), (32735, 2185, 'Johor Bahru, Johore', 'I''m sorry I didn''t plan things well enough:('), (32736, 3443, 'Johore, Malaysia', 'omg is it first?'), (32737, 2749, 'Johore, Malaysia', 'Eating with my bros!! Mmmmmmmmmdaaaaaapppp!!! (@ Tekka Market) http://t.co/AGUEZx0y'), (32738, 3937, 'Tebrau, Johor Bahru', '@SNurShafiqah ohh, ahaha ok.. naik tusyen nanti aku nak tgok dia dtg ke tak.. haihhh'), (32739, 5646, 'Plentong, Johor Bahru', 'aq taknak jd tiang lampu k -..-'), (32740, 362, 'Johore, Malaysia', 'In the bus 63 . So tired please my leg .'), (32741, 5503, 'Plentong, Johor Bahru', '@SadiqKhusyaini tak bleh..ada sentimental value..tanak beli baru..ngah pokaii...huhu..'), (32742, 4671, 'Singapore', '@mggykills check out my kaadikan goodnight :)) http://t.co/ta6XT2f9'), (32743, 5787, 'Malaysia', 'ถึงสถานการณ์จะ "ติดลบ" แค่ไหน \n\nมองในแง่ "บวก" ไว้ ...แล้ว "กำลังใจ" จะมาเอง ...!!!'), (32744, 2124, 'Johor Bahru, Johore', '@heinzawwwwwww euu ok? Heart to heart talk this sau yeaq? :&gt;'), (32745, 440, 'Johor Bahru, Johore', '@ChocoBlitzzz wa. U good! :/ LOL! (Y) not bad'), (32746, 2065, 'Johore, Malaysia', '@NazurahMN teman dah tahu..anda tu..haha'), (32747, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 ur parents lol...'), (32748, 1264, 'Johor Bahru, Johore', '@ngzhengqin I KNOW WHO'), (32749, 5614, 'Plentong, Johor Bahru', '@iznyhaseri Hmm kan? Hmm :('), (32750, 5914, 'Tebrau, Johor Bahru', '@flyingundies wth! @JayWenSianBalls you naughty!;('), (32751, 2262, 'Malaysia', '@Preeyanutt 5555 เมื่อวานไปงานบายเนียไม่เห็นเหาะเลย'), (32752, 2185, 'Johor Bahru, Johore', 'So sorry.Made you took the trouble to ask them.'), (32753, 435, 'Singapore', 'i think apink''s eunji is so cute!!!'), (32754, 579, 'Johor Bahru, Johore', 'Diablo III out on my birthday,any kind souls ?'), (32755, 213, 'Plentong, Johor Bahru', '@spartanZ9774 @4pplegreen nk tukar apa?'), (32756, 4681, 'Singapore', '@tripodmonster Then dont do okaays. :p So happy right, no need her two daays straight. ^_^ But sch re-opens,you must see her 3times a wk. :p'), (32757, 967, 'Johor Bahru, Johore', 'Jih, itu udh paling ajib tuuuu.. Saling menguntungkan banget bay.. Lo sma gue sma2 nakfahin kan (cont) http://t.co/wwd4KpXz'), (32758, 5578, 'Johore, Malaysia', '@eveevelyn619 hey..go download viber!:))'), (32759, 5860, 'Plentong, Johor Bahru', '@Eiya98 x tukaw pn...hohohoh nk tukaw spe..junhyung ke?'), (32760, 5919, 'Johor Bahru, Johore', 'I''m at Bus 27A Towards Tampines http://t.co/FubyjQey'), (32761, 4246, 'Johor Bahru, Johore', 'Hungry again at this ungodly hour. No wonder I''m becoming fatter :('), (32762, 5787, 'Malaysia', 'อยาก มี รัก แท้ &gt; แต่ ยัง หลาย ใจ ♥ ♥ ♥\n\nแล้ว จะ อยาก มี ไป ทำ ไม &gt; เพราะ ถึง ได้ ไป...ก็ ดู แล ไม่ เป็น ?!?'), (32763, 362, 'Johore, Malaysia', 'Eww . Wrong mat -.-'), (32764, 5510, 'Johore, Malaysia', 'Mom is not at home yet -,-'), (32765, 712, 'Singapore', '@beastdwlove nope, im not interested anymore... :/'), (32766, 5825, 'Singapore', '@rama_sobat Serius waktu kelas 5 SD itu padi baru 1 tahunan setelah ngeluarin album lain dunia, yang waktu itu lagu mahadewi lagi HIT bgt'), (32767, 81, 'Johor Bahru, Johore', '@Holy_Papa i want consult hist!!!! Ss dont need alr lah chey hahah'), (32768, 5868, 'Johore, Malaysia', 'That awkward moment when people think they''re funny, but they''re just annoying. '), (32769, 5614, 'Plentong, Johor Bahru', '@arifaisarjaafar Apa kau!'), (32770, 889, 'Johor Bahru, Johore', 'The awesome sea of pulau tinggi, im coming!'), (32771, 5397, 'Singapore', 'someone jst made my day (: okaycan , gtg ....'), (32772, 1194, 'Singapore', '@msimpletontvk HEHEHEH. xDD'), (32773, 2957, 'Johore, Malaysia', 'Okay, you go ahead and talk to whoever you''re talking to. I won''t disturb you. Bye.'), (32774, 1264, 'Johor Bahru, Johore', '@quishterfur HEHEHHEHEHE'), (32775, 5787, 'Malaysia', 'ถ้า "ความรัก" คือ "การรอ" ..คงไม่ผิด หากจะมี "คนท้อ" กับ "การคอย"'), (32776, 2361, 'Johore, Malaysia', 'Phone dying &gt;.&lt;'), (32777, 5510, 'Johore, Malaysia', 'Stop arguing with me priest -,-'), (32778, 2361, 'Johore, Malaysia', 'NOOOOOOO'), (32779, 4228, 'Plentong, Johor Bahru', 'goodnight sis @chelseaolivia92 ;]'), (32780, 5247, 'Johore, Malaysia', '@dreamh_igh NO Scared:D iamhere LOL'), (32781, 1843, 'Johore, Malaysia', 'Woohoo (@ Hooters) http://t.co/LNt6s0TI'), (32782, 3273, 'Johore, Malaysia', 'I don`t feel so #foreveralone today .'), (32783, 55, 'Johore, Malaysia', '@supernicolee ikr !!!!'), (32784, 1501, 'Johor Bahru, Johore', 'Every girl deserves a guy that can make her heart forget it was broken.'), (32785, 3529, 'Johor Bahru, Johore', 'My Mockingjay pin and my hero &lt;3 @Happyboi_95 http://t.co/emefrnBp'), (32786, 362, 'Johore, Malaysia', 'I wish I could strangle someone and break their neck without feeling guilty .'), (32787, 4435, 'Johore, Malaysia', '@StarsandDusts_ @aliciamutheardy he shld! I think. If he can rmbr me means he can rmbr all of us i guess'), (32788, 3307, 'Johore, Malaysia', 'He fell asleep. :)'), (32789, 1194, 'Singapore', '@msimpletontvk LOLXD'), (32790, 5118, 'Johore, Malaysia', '@AchyqSanSan 9 ke 10??'), (32791, 5916, 'Johore, Malaysia', 'my dil goes mmmmmm. :P'), (32792, 5619, 'Malaysia', 'RT @pciousz: หากอยากให้อร่อย ต้องมั่น "ชิม" ชีวิตบ่อยๆ ขณะลงมือทำ - นิ้วกลม #PCz1'), (32793, 3974, 'Johor Bahru, Johore', 'With Meiyi Lim, Xin Yi Lim, Hwee Ling (@ Thasevi Food (Jalan Kayu Prata)) http://t.co/Ifd7gQ9C'), (32794, 1354, 'Johore, Malaysia', '@wei_ge why cannot follow??'), (32795, 5920, 'Pontian, Johore', '@Qismenow haha . okkk'), (32796, 1556, 'Singapore', '@LoveRasul @Hazrulium really? so apa plan ni skrang?'), (32797, 405, 'Johor Bahru, Johore', '@nikiakila Syafiq nvr pick up my calls'), (32798, 668, 'Johore, Malaysia', 'Seems like there''s really nothing I can do.. I can''t change the fact or change anything which are meant to happen'), (32799, 802, 'Johor Bahru, Johore', 'I''m at Fajar LRT Station (BP10) (Singapore, Singapore) http://t.co/jhxfKvqr'), (32800, 213, 'Plentong, Johor Bahru', '@Dkamilaa talking about ninja~ it''s related to asian~ so aq pun ninja'), (32801, 712, 'Singapore', 'RT @whatfangirlsdo: Every fangirl will experience PCD after a concert. *PCD = Post Concert Depression #whatfangirsldo'), (32802, 382, 'Johor Bahru, Johore', 'Go and bath la dirty bastard. Haiz too lazg'), (32803, 5041, 'Singapore', '- i want to go to Medjugorje one day.'), (32804, 5910, 'Johore, Malaysia', 'i''m fat, so fat, whatta a fatty, fatz in ma body, yo yo fatz in ma body. hi this is my song.'), (32805, 2451, 'Kota Tinggi, Johore', 'tskkkk. mum has locked herself in the room, not literally of course...'), (32806, 1264, 'Johor Bahru, Johore', '@ngzhengqin That person is ahemahem. Cannot say out coughcough'), (32807, 2595, 'Johore, Malaysia', 'RT @ahweii_ : You can count on me like 1,2,3. I''ll be there.'), (32808, 4530, 'Plentong, Johor Bahru', 'I''m at Anjung Tokoh Restaurant http://t.co/urgbuJaR'), (32809, 967, 'Kota Tinggi, Johore', 'I''m at Pulau Tekong (Pulau Tekong, Singapore) http://t.co/QHwiks8A'), (32810, 5041, 'Singapore', '@goldenjayden: help me ask eh! got discount for me? =]'), (32811, 213, 'Plentong, Johor Bahru', '@spartanZ9774 @4ppleGreen yang mana satu? yg kawin ngan arthur ker?'), (32812, 5118, 'Johore, Malaysia', '@AchyqSanSan aduiii. kau tkle amik dari dia sekarang? atau suruh dia letak luar rumah dia?'), (32813, 5910, 'Johore, Malaysia', '@PadelBlack good, because i''m fat HAHAH'), (32814, 866, 'Pulai, Johor Bahru', '@aenjohari @FarhanaJohari @noorfaraaida bukan ko ✗ lama lg kerja kat tmpt maksu ke?dah kerja boleh la beli dp canggih http://t.co/gUydVm4S'), (32815, 1564, 'Johor Bahru, Johore', 'Stay at home say i rot,lazy! I go out say i will learn bad, keep spending money! What you wan me to do luh?!?!'), (32816, 4328, 'Johor Bahru, Johore', 'I''m at Blk 647 Ang Mo Kio Avenue 6 (Singapore) http://t.co/Fje4qSHT'), (32817, 2451, 'Kota Tinggi, Johore', 'how to ask about tmr siaaaa.'), (32818, 5829, 'Johore, Malaysia', 'wooooo , da rank 36 .. ~ ahahaha #shioksendiri'), (32819, 677, 'Johore, Malaysia', '@xing_shing @rinabanana @lkmariquit ay ga collect pa ang miga mo! ga hulat HERMES ang ihatag sa milyonaryo nga suitor!'), (32820, 1692, 'Tebrau, Johor Bahru', '@emmashuaimy Time to be stalker laa =.="'), (32821, 5915, 'Johor Bahru, Johore', '@HHYYIsBored Wah. Scared me leh-,-'), (32822, 2189, 'Johor Bahru, Johore', '#PeopleIWantToMeet Randy orton !'), (32823, 1264, 'Johor Bahru, Johore', 'Who''s planning for the next #2Lclassouting ? HAHAHAHAHHA'), (32824, 518, 'Johor Bahru, Johore', '@inday_regel @zuchie_25 @ajbrenix moonface rah lage naa, ryt @AJBrenix ? '), (32825, 5921, 'Johor Bahru, Johore', 'awww, you''re so fake.'), (32826, 222, 'Johore, Malaysia', '@EVANNIEBOOB MY BIRTHDAY WAS LAST WEEK HINT HINT'), (32827, 2073, 'Johore, Malaysia', '@vampirelhe omg get well soon'), (32828, 4467, 'Johor Bahru, Johore', '@skullhong Me no understand what you talking about eh? English&gt;&lt;'), (32829, 5916, 'Johore, Malaysia', '@DurgiB watched alr?'), (32830, 5795, 'Johor Bahru, Johore', 'Nelly, ask trisha to call me asap ^^ thank you (: @Surfingkids98'), (32831, 580, 'Johor Bahru, Johore', '@luvshow4ever 哈哈!也對啦~不過除了她,還有jem!!'), (32832, 4228, 'Plentong, Johor Bahru', 'malam ni takde pulak orang twit #KalauCrushAku blablabla . hahaha'), (32833, 2112, 'Johor Bahru, Johore', 'I''m at nex (Singapore, Singapore) w/ 18 others http://t.co/u8xJ1opr'), (32834, 1740, 'Johore, Malaysia', '@Heaterly i hate you. I have work till like 9+ for the weekends. Burnt. But got pay increase!'), (32835, 902, 'Johor Bahru, Johore', 'I''m at Changi International Airport (SIN) (Singapore, Singapore) w/ 13 others http://t.co/zDR6WFzc'), (32836, 362, 'Johore, Malaysia', 'How the fuck did this idiots have money in the middle of the month to get the new iPad ? Lol .'), (32837, 81, 'Johor Bahru, Johore', '@Holy_Papa oi!!!!!! ):&lt; fine lah hahah'), (32838, 1768, 'Johor Bahru, Johore', '@iShotRomeo94 knp? Kan kalau mkn lagi sihat...'), (32839, 4432, 'Malaysia', 'นั่งดูหนัง-ละคร-โฆษณา-เอ็มวี ครอบครัวฉัตรบริรักษ์ ย้อนหลัง'), (32840, 4228, 'Plentong, Johor Bahru', 'malam ni takde pulak orang twit #KalauCrushAku blablabla . hahaha [Like it? http://t.co/r6I0eZpU ]'), (32841, 2189, 'Johor Bahru, Johore', '5% great !'), (32842, 5029, 'Johore, Malaysia', 'CouchSurfing Singapore meetup. (@ Zsofi Tapas Bar) http://t.co/W3oazJ5Q'), (32843, 5183, 'Johore, Malaysia', '@qracexDD @zaikiawayne @bbobbstar LOL?? KAY. WASSUUPP'), (32844, 2131, 'Johor Bahru, Johore', '@bawangmerahw01 like who eh'), (32845, 2451, 'Kota Tinggi, Johore', 'omg. LMFAO coming to M''sia. hurry come to SG.'), (32846, 5602, 'Singapore', 'why ? RT @gadislingling Sok cakep !'), (32847, 5788, 'Johore, Malaysia', '@AchaGitaVryn kakak tau jawabanya okeh'), (32848, 3273, 'Johore, Malaysia', 'Lapar arh . Nk gy dapur carik makanan :))'), (32849, 4651, 'Johor Bahru, Johore', 'Need to go to school alone tmrw. Now i realize that all this while i''m a loner. Sad life i have there'), (32850, 418, 'Johore, Malaysia', '@heypepey haha lagi na lang!!'), (32851, 5920, 'Pontian, Johore', '@#[146598572107502:0] buang # dan tekan enter...... \n\nPOST DI WALL MASING-MASING SEBAGAI TANDA SOKONGAN ANDA KPD PASUKAN HOKI'), (32852, 719, 'Johore, Malaysia', 'http://t.co/8VLmdAxq orang gila, pembunuh, penjahat kemanusiaan. This is why I prefer western culture. Open minded n gak kampungan'), (32853, 2572, 'Johore, Malaysia', '@shirlyntoh @blehtan @ianleezx HAHAHAA. REALLY UH?! Never see him violent before eh.'), (32854, 5614, 'Plentong, Johor Bahru', '@ShukriHani Hhhhahahha lol salah I mean ak mungkin saya ahh satu lagi xD'), (32855, 871, 'Johor Bahru, Johore', '#BestThingAboutBeingSingle Freedom ~'), (32856, 5744, 'Malaysia', '@chanakarn_kook tao !!'), (32857, 5896, 'Johor Bahru, Johore', 'Mmdappp mcspicy!!! Jemput people. http://t.co/3xzqPVwe'), (32858, 2866, 'Johore, Malaysia', '@AliahWilliams hehe :P'), (32859, 362, 'Johore, Malaysia', 'Love like this may come once .'), (32860, 56, 'Johor Bahru, Johore', '@ManMathers nanti paitau lagi . Hmmmmm:/'), (32861, 3626, 'Plentong, Johor Bahru', '@nurfatiny ccccccccccccccooooooommmmmmmmeeeelllllll'), (32862, 5914, 'Tebrau, Johor Bahru', '#7AraStayTogether must stay together! Not one more, not any less;)'), (32863, 2397, 'Johore, Malaysia', 'Who is that???'), (32864, 213, 'Plentong, Johor Bahru', '@intanska hmmm adam adam'), (32865, 5787, 'Malaysia', '[ มาตามหา "รักแท้ ♥" กันดีกว่า! ]'), (32866, 5923, 'Johor Bahru, Johore', 'Need half more to go.'), (32867, 5593, 'Riau, Indonesia', '@olfaresha hahah,,ingat kamu kook,,sama2 masak kita kaaan,, :D'), (32868, 4103, 'Johor Bahru, Johore', ':D Oh Wolfie and Eric. XD http://t.co/klTn6x3f'), (32869, 4435, 'Johore, Malaysia', '@JermaineROXXXXX ooolllaallaa who ah ;)'), (32870, 632, 'Tebrau, Johor Bahru', '@rifqiikhmal pergi lah. Brr bosan.'), (32871, 1768, 'Johor Bahru, Johore', '@JuetaVAIN hi'), (32872, 181, 'Johore, Malaysia', 'RT “@amnrindr: Help.”'), (32873, 967, 'Johor Bahru, Johore', 'Aaaaahhh sila''u... Martole tuuuu enak bay.. RT @bachryans: @Kingnugraha preeeeeetttttt banget hahaha http://t.co/dJc2pQl4'), (32874, 4467, 'Johor Bahru, Johore', '@ian_ianization and @kimberly_chia very cute sia&lt;3'), (32875, 5875, 'Plentong, Johor Bahru', '@izzaynAA mak aku kena ajar esok .dia suruh aku yg taip .buat summary sendiri .dahlaa SASTERA !hate that &gt;&lt;'), (32876, 4035, 'Singapore', '@pinkneonchains TURN OFF THE PHONE! HAHAH'), (32877, 5901, 'Indonesia', '#7AraStayTogether @pjy1234 im so bad'), (32878, 5118, 'Johore, Malaysia', '@AchyqSanSan hahaa. kau kan night rider. kk.'), (32879, 3937, 'Tebrau, Johor Bahru', '@SNurShafiqah hmm redha ler :p haha'), (32880, 4328, 'Johor Bahru, Johore', 'Yay reach home  (@ ♡♥Home ♡♥) http://t.co/p7JOMw9i'), (32881, 3859, 'Johore, Malaysia', 'Funny how i rather hurt myself than seeing u hurt.'), (32882, 820, 'Singapore', '@Jaaagiii go and celebrate lah!!'), (32883, 823, 'Kota Tinggi, Johore', 'Some memories don''t just go away, no. They hang on.'), (32884, 546, 'Singapore', 'When I bought these, the uncle said, ''You like a lot of bands''. Hahaha heck yes ! The Paramore one is for Lela. http://t.co/IefWYBYw'), (32885, 1610, 'Kota Tinggi, Johore', 'http://t.co/N9wAfYNr'), (32886, 5918, 'Johor Bahru, Johore', '@Syzmeen dah dah bru smpai ni. kenapa?'), (32887, 4318, 'Singapore', '@AnatiSimpson 6 je :p'), (32888, 51, 'Johor Bahru, Johore', 'I''m at Kian Eng''s Home http://t.co/AK5Kn5tI'), (32889, 5860, 'Plentong, Johor Bahru', '@FarahJumadi mmg comel glerr..ein berangan je die wink kat ekin..hehe x ske tengok bora'), (32890, 3025, 'Johor Bahru, Johore', '@imYONJUN my batch match got one guy called Zhi Yuan'), (32891, 5823, 'Johore, Malaysia', '@thatAfroboy pck amcm lu??'), (32892, 5910, 'Johore, Malaysia', 'sooooo can''t wait for school tomorrow. really really cant wait to wake up 7 in the morning. so eggcited'), (32893, 4104, 'Johore, Malaysia', 'HAHAHAHA TELURCITED ('':'), (32894, 362, 'Johore, Malaysia', 'I sleepy can ? Eh never check Facebook the whole day . Brb :)'), (32895, 4681, 'Singapore', '@yongjiannn @JaylonJiAn Student Leadership&gt;&lt;'), (32896, 1357, 'Johor Bahru, Johore', '@Plockygeeks HAHA! You want Japanese butt right? I know who has it. Brandon!'), (32897, 3169, 'Johore, Malaysia', 'I''m at Horizon Towers (Singapore, Singapore) http://t.co/5vooNmQp'), (32898, 5215, 'Johore, Malaysia', 'I want to see the world together with you(:'), (32899, 518, 'Johor Bahru, Johore', '@Zuchie_25 @ajbrenix @inday_regel di nako kaabot ni @AJBrenix , uli ko sa July 1st &amp; 2nd week '), (32900, 3859, 'Johore, Malaysia', 'It''s just a phase i''m going through.'), (32901, 1610, 'Kota Tinggi, Johore', 'http://t.co/b9JjcwqV'), (32902, 50, 'Johor Bahru, Johore', 'Kekek sia talkbox ngan nie 2 @farrahtyga @Nabilahyani'), (32903, 81, 'Johor Bahru, Johore', 'I love u jaystomp xx'), (32904, 181, 'Johore, Malaysia', 'hahhahaha @azwanjamil wan help me please RT “@NRLHDH: HAHAHAHAHHA Farhan masih ah nk RT tweet sendiri?”'), (32905, 5924, 'Singapore', 'wanna sleep'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE IF NOT EXISTS `users` ( `id` int(8) NOT NULL auto_increment, `username` varchar(128) NOT NULL, PRIMARY KEY (`id`), UNIQUE KEY `username` (`username`) ) ENGINE=MyISAM DEFAULT CHARSET=utf8 AUTO_INCREMENT=5925 ; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `username`) VALUES (1, 'lindazulkufli'), (2, 'Pw_npbb'), (3, 'aidaahoo'), (4, 'rajmanisharma1'), (5, 'lxcid'), (6, 'tvxqjenny'), (7, 'BiyyShortt'), (8, 'sitompulpretty'), (9, 'Nanasquarepants'), (10, 'Junkai_'), (11, 'SuperAsyiqin'), (12, 'shashathoishi'), (13, 'MotherFlyyy'), (14, 'BLUSHITe'), (15, 'acjean_020'), (16, 'letsjumpthesunx'), (17, 'KeWei2779A'), (18, 'Bverzlyy'), (19, 'ARastafarry'), (20, 'gohjialong'), (21, 'namdrol_Dekyi'), (22, 'FaraAsfarinna'), (23, 'ifhilaanqsa'), (24, 'lolypoopp'), (25, 'Hisyamdiyana'), (26, 'mangofroyo'), (27, 'iklil_96'), (28, 'AmandaCYY'), (29, 'Xiuqinghere_x3'), (30, 'LailaTahe'), (31, 'desuki90'), (32, 'mameaw_kitty'), (33, 'AaronZKR'), (34, 'limkevin4'), (35, 'IzlynIlyana'), (36, 'mryaozxc'), (37, 'Eeraaahhh'), (38, 'HaikalYusof'), (39, 'yuzaiki'), (40, 'HeyyoItsWAC'), (41, 'jerictravis'), (42, 'LavenderChua'), (43, 'themaxbar'), (44, 'QamarulIslam2'), (45, '18TH_century'), (46, 'fyza_laferra'), (47, 'SunnyYeeSee'), (48, 'adventurerocker'), (49, 'adriandennis0'), (50, 'ayieprangai'), (51, 'T_KianEng'), (52, 'shiiyasy'), (53, 'ZubeidaaNoor'), (54, 'avrilamanda7'), (55, 'jiaxinnjudd'), (56, 'Sam_Hayley17'), (57, 'DionysusYeo'), (58, 'CookieVsoy'), (59, 'clementchio'), (60, 'bubu_wt'), (61, 'THEONLYYYONEEEE'), (62, 'Ambar_5inCere'), (63, 'elfaiiz'), (64, 'tandley'), (65, 'Leg1k'), (66, 'nanziiy'), (67, 'Kudostomua'), (68, 'yunhanlovesblue'), (69, 'HaikalHidayat'), (70, 'quickmayhem'), (71, 'zdmax'), (72, 'Ckevin69'), (73, 'Ima_Lovin_You_'), (74, 'isvetserrano'), (75, 'ninewstt'), (76, 'Hear_sas'), (77, 'biikubiiku'), (78, 'sheamusteo'), (79, 'xHeartOfLion'), (80, 'lauwsh'), (81, 'hyuneffect'), (82, 'KunGNanG_Knz'), (83, 'Qayyim_'), (84, 'kaixin_jinae'), (85, 'Kayefattyhippo'), (86, 'ilahsanti'), (87, 'samuel_gunalan'), (88, 'alfianatasha'), (89, 'Akaaii'), (90, 'junxianb'), (91, 'NurAQilahAzmal'), (92, 'MJs_espinosa'), (93, 'metalella'), (94, 'juthass'), (95, 'Faizalmnf'), (96, 'XxZingsterxX'), (97, 'mhazarmrislan'), (98, 'cholled'), (99, 'thelomography'), (100, 'jnhqq'), (101, 'SylviaWings'), (102, 'Madeliciaaa'), (103, 'jasonbraveman'), (104, 'rokabaday'), (105, 'asrizalanuar'), (106, 'alyyybaba'), (107, 'hoqirui'), (108, 'Syafiqlovemummy'), (109, 'DEZamazing'), (110, 'jacobisaac5'), (111, 'jaycarreon_'), (112, 'YAAAAAAZZZZ'), (113, '1984Anon'), (114, 'vegalela'), (115, 'Rinimalole'), (116, 'martian09'), (117, 'inaaamarina'), (118, 'Jaydenn_'), (119, 'MueinYEAH'), (120, 'Batbadman'), (121, 'FiqSerizawa'), (122, 'jigglyone'), (123, 'rah1606'), (124, 'haikalprettyboy'), (125, 'ahwang96'), (126, 'DXowey'), (127, 'TravelCorkscrew'), (128, 'thewsinew'), (129, 'Hotspur_1997'), (130, 'Bbbbza'), (131, 'vamos_marion'), (132, 'PTE_Fatterick'), (133, 'SarahOoi'), (134, 'ingtuon'), (135, 'afiqahyamin'), (136, 'Ivan__So'), (137, 'SashaMontela'), (138, 'aqlhnsdhln'), (139, 'NadNaiz'), (140, 'Flyingsiwonzxc'), (141, 'berber08'), (142, 'AzharKamar'), (143, 'ShiLeeBohoseh'), (144, 'modkanfai'), (145, '_PRICILLAAA_'), (146, 'AbiaBea'), (147, 'nurulshaazlynn'), (148, 'sheisjiahui'), (149, 'niasuperwomen'), (150, 'HidhirHranica'), (151, 'Wwindrian'), (152, 'AmiraJeffri'), (153, 'tuckysweetcorn'), (154, 'CyberHarpieLady'), (155, 'shiesyida'), (156, 'Riofafa'), (157, 'kaeklutz'), (158, 'AwesomelyBanks'), (159, 'afi_stoffer'), (160, 'Acewong8818'), (161, 'wanningbunnies'), (162, 'Eggykun'), (163, 'Kenny_Chiang'), (164, 'evangelynnnn'), (165, 'fwhat'), (166, 'phasesinmylife'), (167, 'AqashahM'), (168, 'freddyjani'), (169, 'AdyndaYana'), (170, 'Js_Jsmina'), (171, 'anjaninadya'), (172, 'NOTSAPAO'), (173, 'hellobenita'), (174, 'YapGwen'), (175, 'carmenlovexsxs'), (176, 'AlValentino'), (177, 'FakhrulImam1'), (178, 'Sengjiuuu'), (179, 'JamesOnTilt'), (180, 'dedyreva'), (181, 'farhanamanokgo'), (182, 'leepabojoon'), (183, 'dstarecoil'), (184, 'th1rte3nth'), (185, 'takoyakiyuri'), (186, 'TheSimsZy'), (187, 'Saymynamealways'), (188, 'MrAdLan'), (189, 'justinachemmeco'), (190, 'MrFarhanRadi'), (191, 'bionicles50'), (192, 'rhydxon'), (193, 'justiceteo'), (194, 'sharilBARTMAN'), (195, 'NadziraAzmi'), (196, 'SMURF_SOME'), (197, 'biteforblood'), (198, 'nathan_seah'), (199, 'IraArmani'), (200, 'Weiisheng_'), (201, 'nativeheartz'), (202, 'niyekoy'), (203, 'michaeltanri'), (204, 'JAZELiAM'), (205, 'Voronk0FF'), (206, 'EsfanDyarii'), (207, 'HazIsATraceur'), (208, 'Livideyez'), (209, 'C4LLYCHUA'), (210, 'mirikuku'), (211, 'RfqRzk'), (212, 'WeeCheeee'), (213, 'shouqiaieman'), (214, 'JonStroboPop'), (215, 'YICHEW'), (216, 'Deqnoor'), (217, 'Stan_Neo'), (218, 'pabocleo'), (219, 'Supaporn_aom'), (220, 'ZuLKanan'), (221, 'janlovetoyou'), (222, 'Kumarwood'), (223, 'vental_'), (224, 'adrianhoe21'), (225, 'agnoxis'), (226, 'EdwardLow25'), (227, 'JasmineKaylen'), (228, 'iSemperfiGleek'), (229, 'yvonneyongyong'), (230, 'nurilovestobet'), (231, 'Esther_EN'), (232, 'TakashiChi_ba'), (233, 'tweetmet'), (234, 'aizen00'), (235, 'darlynmarjorie'), (236, 'natabraham'), (237, 'zzatinordin'), (238, 'eileenyumikoyap'), (239, 'Rachelfjw'), (240, 'S3XDRUGZVODK4'), (241, 'efaashortness'), (242, 'Mfkingprincess'), (243, 'Xc0deSIRIS'), (244, 'aikobanana'), (245, 'CindyXinn'), (246, 'JylinBlue'), (247, 'hidayahsofia'), (248, 'Imsafu'), (249, 'St3phan13_lim'), (250, 'MengFxdedScrmz'), (251, 'EmilyWJW'), (252, 'EugeneZheng'), (253, 'daybreakkisses'), (254, 'CrayonCheryl'), (255, 'SA_MANT_HAHAHAH'), (256, 'norman166'), (257, 'mustikaana'), (258, 'ilovetoroll'), (259, 'zairulazham'), (260, 'SHINYPIGGY'), (261, 'DayahRawr'), (262, 'KennethShaun'), (263, 'AMIRA26472'), (264, 'Sleepy_Piggy'), (265, 'gavinweisheng'), (266, 'KarrieLullaby'), (267, 'WandererZZ'), (268, 'N4MYS'), (269, 'kenchian'), (270, 'jasmineejassy'), (271, 'akulahalfi'), (272, 'cuishanchia'), (273, 'nurainnsukimann'), (274, 'retrogradingluv'), (275, 'letishaletteluv'), (276, 'cikzaa'), (277, 'linzyyyyyy'), (278, 'jingsq'), (279, 'WarriorBanker'), (280, 'WendyChoa'), (281, 'Firdaus004'), (282, 'NardN'), (283, 'JazelTWY'), (284, 'Natalie_Claudia'), (285, 'miiazpongsing'), (286, 'kfezz_'), (287, 'Heyy_Summer'), (288, 'AnndreaStarr'), (289, 'Meemeeemomo'), (290, 'rafikahumaira'), (291, 'ItsyBitsySp1der'), (292, 'LuSohPunchyou'), (293, 'edowk'), (294, 'amrsbri'), (295, 'Terrencekt'), (296, 'emothisha'), (297, 'shawnthepok'), (298, 'WordsLikeBullet'), (299, 'ShifterPride'), (300, 'drazenbatalla'), (301, 'KuatIfwat'), (302, 'LynnFemme'), (303, 'HasanahStitch'), (304, 'SodekRock'), (305, 'TanJordy'), (306, 'DeeFckTheWorld'), (307, 'quan_NoobAtTwit'), (308, 'lippyonyrcollar'), (309, 'dsesaria'), (310, 'kc_ng'), (311, 'LimayDamnSmart'), (312, 'insel_ripe'), (313, 'KaiTheKaiser'), (314, 'onaonanda'), (315, 'StephanSwdp'), (316, 'gr8fuljowan'), (317, 'joleneisbombom'), (318, 'gabanija'), (319, 'atieekahh'), (320, 'morethanregrets'), (321, 'fadzrrran'), (322, 'Kimahgri'), (323, 'AimantitotMr'), (324, 'carlocross'), (325, 'ImYooNaDeeR'), (326, 'MSNizzammm'), (327, 'NYFFFFYRA'), (328, 'ThiruMrChindian'), (329, 'Syarafynaa'), (330, 'Xiaokais'), (331, 'sg_panda'), (332, 'Stitch4food'), (333, 'mryikai'), (334, 'ItsMeRszy'), (335, 'PolycomJobs'), (336, 'MJiaMin'), (337, 'dorobluehearts'), (338, 'dckj95'), (339, 'Dee_05'), (340, 'bryskired'), (341, 'jore888'), (342, 'chinbeeee'), (343, 'itsjayskie'), (344, 'RebelliousAmiR'), (345, 'ucu_fir'), (346, 'DikeBeeM'), (347, 'darrylarevalo'), (348, 'proudhotdog'), (349, 'thmummygals'), (350, 'SpaceBread'), (351, 'cille07'), (352, 'eeyoreling'), (353, 'iRubick'), (354, 'sheelz_wb'), (355, 'Happydrugs_'), (356, 'KiddRob0t'), (357, 'AvaAng'), (358, 'kokopopsss'), (359, 'maehosana'), (360, 'anissyafiqahz'), (361, 'mas_burn'), (362, 'Imlikearocket'), (363, 'Dream_Boards'), (364, 'swearandcursed'), (365, 'iOnirock'), (366, 'Jeff_Fender'), (367, 'Philipakahenry'), (368, 'azrinsunbae'), (369, 'azmeertajei'), (370, 'Nur_izzatyyy'), (371, 'DellaVonDoll'), (372, 'Alethea_Aidan'), (373, 'iamdineshdharma'), (374, 'Bernadnad'), (375, 'NiraSyed'), (376, 'fitrah_zaini'), (377, 'GabbaGabbaRiz'), (378, 'VanDerWaaal'), (379, 'JerrywTom'), (380, 'publicistprcomm'), (381, 'WannKeherl'), (382, '5foot3inches'), (383, 'AidilMuhd'), (384, 'MeeyaBiebz'), (385, 'Nishels'), (386, 'Gabe_sundramer'), (387, 'darwinAmorfe'), (388, 'JennyChuaLiPing'), (389, 'jy92'), (390, 'amcwong'), (391, 'candyllicious'), (392, 'smudgedkisses'), (393, 'ShermanTheElite'), (394, 'tanwljoycelyn'), (395, 'nabbyisaac'), (396, 'yeechinTWI'), (397, 'Fasha_G'), (398, 'snorlaxishafiz'), (399, 'V4GIN4WOLF'), (400, 'ConeliusGoh'), (401, 'redexile'), (402, 'LuqmanHakimmmm'), (403, 'HOTSPICYKIMCHI'), (404, 'luniebabb'), (405, 'FatFvck'), (406, 'ansyakieerahh'), (407, 'spaycyindy'), (408, 'aimannajmi'), (409, 'rinaddict_ion'), (410, 'PalmersSg'), (411, 'RottenCharlotte'), (412, 'HanongForthZ'), (413, 'joeyhpsong'), (414, 'GeorgieeBoy96'), (415, 'NERDarmyboy'), (416, 'LimHoney'), (417, '_YanLixD'), (418, 'marvaalicious'), (419, 'cnk_amorevole'), (420, 'SyazwanieS'), (421, 'blackroundeyes'), (422, 'annateosuper'), (423, 'helloasiasing'), (424, 'jacklehna'), (425, 'musjubz'), (426, 'DJF1amE'), (427, 'umleo23'), (428, 'tomotaro0402'), (429, 'arm_rd'), (430, 'trailingdestiny'), (431, 'Destructedminds'), (432, 'DANIELFC09'), (433, 'grappieHY'), (434, 'CeciYohanzz'), (435, 'WEIQINGZ'), (436, 'suaidahsoib'), (437, 'yoeldecay'), (438, 'Gogoffer'), (439, 'abdhzq'), (440, 'Wesleyteooo'), (441, 'EMtan'), (442, 'anylrosman'), (443, 'PJgrandweloveFM'), (444, 'tanchoonkai'), (445, 'ericsimkk'), (446, 'mattczy'), (447, 'beatricehow'), (448, 'Casandrafml'), (449, 'dikYie'), (450, 'KawaiiBaboBaka'), (451, 'AnaleighAllison'), (452, 'yetmislik'), (453, 'Mummy_Noi'), (454, 'minimebeybi'), (455, 'Tiffiz'), (456, 'ArifeenIbrahim'), (457, 'chewkoksheng'), (458, 'FLaLone_Z'), (459, 'falconchan98'), (460, 'keithyul'), (461, 'stupendity'), (462, 'ShanelleToh'), (463, 'hermymohamad'), (464, 'FambYeahh'), (465, 'oDmLuBGeR'), (466, 'HanisIzzati1'), (467, 'MinMinPhyo'), (468, 'xeshnon'), (469, 'bunkbunk_mooks'), (470, 'ProfessorMAT'), (471, 'xxunwei'), (472, 'Syairie'), (473, 'SN812005'), (474, 'SATANB4BYY'), (475, 'ShunPoodThaiDai'), (476, 'JoleneLxq'), (477, 'huiling6c'), (478, 'OuhItsSERI'), (479, 'A4Aaron'), (480, 'RossyDhilly'), (481, 'doudouheaven'), (482, 'estherEgorgeous'), (483, 'socialboysBOYKA'), (484, 'i4harold'), (485, 'elevnte'), (486, 'namuinspirit'), (487, 'jasminetas'), (488, 'Gavinism_Tan'), (489, 'jassyhead'), (490, 'shuhaidahshukor'), (491, 'babypotatoo'), (492, 'RitsuKou'), (493, 'ohayimfaris'), (494, 'Andreanietta'), (495, 'TaufiqRedzuan'), (496, 'celestinlove'), (497, 'rainiedoll'), (498, 'ILoveDieShinee'), (499, 'Nesscase'), (500, 'IrwinRN'), (501, 'XinlerxD'), (502, 'GermaineCs'), (503, 'ekanoorezan'), (504, 'iEdwinGJW'), (505, 'Priscikwa'), (506, 'YunHui1998'), (507, 'mlvnn'), (508, 'CHACOLATEEE'), (509, 'DylanTian'), (510, 'gabopunzalan'), (511, 'Bear_Sensei'), (512, 'Teckchengg'), (513, 'jeanette524'), (514, 'OnceUponATim3'), (515, 'fenfuin'), (516, 'nurul_azmah'), (517, 'ASepaky'), (518, 'd_mariette'), (519, 'flyhigh_monkey'), (520, 'MMorphJie'), (521, 'pa8gunners'), (522, 'KrisCheeCai'), (523, 'HamsterCute'), (524, 'CCLeOnE'), (525, 'erara28'), (526, 'lucashohongrui'), (527, 'dexuan1230'), (528, 'Guo_Weii'), (529, 'deartassy'), (530, 'MattJustinLee'), (531, 'Donlimjunxian'), (532, 'miss_xta_zee'), (533, 'janeliewjw'), (534, 'swedishgem'), (535, 'tisiswhoiam'), (536, 'adaminkk'), (537, 'clubboygone'), (538, 'Donenenn'), (539, 'didirui'), (540, 'WillisLeroy'), (541, 'RockaBoyJayy'), (542, 'Arefiq_Rahman'), (543, 'FirazAries'), (544, 'cerTfiedpazaway'), (545, 'myles_ann'), (546, 'HidayahJalil'), (547, 'nevinsyj'), (548, 'NatashaBieber15'), (549, 'feezajzl'), (550, 'KamalTheStrange'), (551, 'NevinSinghSengh'), (552, 'choon1990'), (553, 'aur1s'), (554, 'toyourquarks'), (555, 'IsaacNg_'), (556, 'Beawwie_maki'), (557, 'JihoiChan'), (558, 'syamsul92'), (559, 'LilMonsterNK'), (560, 'AineysL'), (561, 'Chris7an'), (562, 'YeoHuiYu'), (563, 'xia0l0ng18'), (564, 'acunglie'), (565, 'Mr_VeSpARaDo'), (566, 'Georgie_S_PHive'), (567, 'venus131084'), (568, 'SASHness'), (569, 'Linnsalleh'), (570, 'Tria_XingersF'), (571, 'shahrezadarwis'), (572, 'MooKWaranda'), (573, 'mhamze'), (574, 'serinazee'), (575, 'Mhmdazri'), (576, 'KokoCaur'), (577, 'Kimmiiesaurus_'), (578, 'geode858'), (579, 'shiyuannnnn'), (580, 'jy_luo'), (581, 'sunny_annie'), (582, 'Logman'), (583, 'FUCKlNGDOPE'), (584, 'fchristono'), (585, 'yq_lovelove'), (586, 'Xxkabb'), (587, 'yaong95'), (588, 'Alonelwalk'), (589, 'anne_mdzin'), (590, 'ZboiiBoyWonder'), (591, 'LSLMichelle'), (592, 'TokyoBabyBrandy'), (593, 'MurphyTYH'), (594, 'ivylovescandies'), (595, 'zavenvyi'), (596, 'IIIvyyy'), (597, 'whollyblabby'), (598, 'FLUFFYUNIC0RN'), (599, 'Miroul670'), (600, 'Khaiipochak'), (601, 'azharftzara'), (602, 'shashalovee'), (603, 'SuerrwinHabibie'), (604, 'sebby'), (605, 'ainispotlight'), (606, 'Syirahsinatra'), (607, 'Tanglehearts'), (608, 'moko_40dgs'), (609, 'IchinoseHiroko'), (610, 'qayyumsanchie'), (611, 'kidil15'), (612, 'DianaBonBon'), (613, 'Dudermeister'), (614, 'fiismoos'), (615, 'Devotedzxc'), (616, 'AZARYyaacob'), (617, 'LepakOneKorner'), (618, 'bobbyliao'), (619, 'BuuAsh'), (620, 'dedo_ndo'), (621, 'prijessie'), (622, 'AloyRomantic'), (623, 'aliciahuiling'), (624, 'Marissarawrs'), (625, 'salam3926'), (626, 'princessmiki27'), (627, 'JRrockYRworld'), (628, 'sxylxg'), (629, 'MiyabiGiselle'), (630, 'FlyingVMNT'), (631, 'FaizJayLittle'), (632, 'UmairahNizam'), (633, 'L_amourDeteste'), (634, 'gongzhu93'), (635, 'googuns_prod'), (636, 'AvelonChanel'), (637, 'EddisonWeejoon'), (638, 'IRfanRugbyy98'), (639, 'RieDz88'), (640, 'JeffreyCQY'), (641, 'CzaHernaez'), (642, 'jessefgrecia'), (643, 'brain_blood'), (644, 'BrakeCollarBone'), (645, 'heyunicorns'), (646, 'razy6267'), (647, 'kennixtyx'), (648, 'garytyt'), (649, 'Lee_YT'), (650, 'BimmyLin'), (651, 'nshakee'), (652, 'kidz711'), (653, 'basilyeo'), (654, 'chuck_e_xavier'), (655, 'ITSCHANHONG'), (656, 'noraayeo'), (657, 'lingTHEaverago'), (658, '_FELLY'), (659, 'MohammedNaif97'), (660, 'raihanaonly'), (661, 'BradenOng'), (662, 'RidzuanLee'), (663, 'fishingfishting'), (664, 'raeindrakmal'), (665, 'dummy_buttmunch'), (666, 'bank4salueng'), (667, 'jeneunicr'), (668, 'Neelieoh'), (669, 'smexyypawx'), (670, 'FTW177'), (671, 'krystalisticx'), (672, 'iMuhdHaziq'), (673, 'nramrh'), (674, 'Countmysheeps'), (675, 'piinqpiinq'), (676, 'untitled_fear'), (677, 'tinkergui'), (678, 'ashygreen'), (679, 'vivi_en89'), (680, 'wanthai41'), (681, 'Cheetah_Jim'), (682, 'FakrulAirul'), (683, 'KHOOGUOYUAN'), (684, 'Rafiqafiq'), (685, 'yanies14'), (686, 'deefot'), (687, '_SHUHUI'), (688, 'ShawnNeedsMilk'), (689, 'Bass_Tanakrit'), (690, 'JoannaTipsy'), (691, 'Huifendingdong'), (692, 'suckmybollss'), (693, 'fidabby'), (694, 'HonngKai'), (695, 'jerold_okky'), (696, 'robbymbot'), (697, 'Xueyingz'), (698, 'welcomefinside'), (699, 'Jason_ZircaTan'), (700, 'eveybunny'), (701, 'dikadi16'), (702, 'IamNOGY'), (703, 'purwatih'), (704, 'RuiqiScreams'), (705, 'FactsOfMeanGirl'), (706, 'n00bishere'), (707, 'AWhuuT'), (708, 'Jimmy_the_Clown'), (709, 'JohnsonHo88'), (710, 'rhamzi2'), (711, 'xDoopiee'), (712, 'KJH_SG'), (713, 'zulkiflim'), (714, 'rodelynradovan'), (715, 'archer86'), (716, 'Junkai22'), (717, 'Arie_Enggost'), (718, 'chalkboarders'), (719, 'JohanMikael'), (720, 'JiajunOHMY'), (721, 'kwyjibojess'), (722, 'maxellina'), (723, 'decipherist'), (724, 'halhingooi'), (725, 'charcharla'), (726, 'NorvannLOLS'), (727, 'ShaunSoPanic'), (728, 'JunSianOhGosh'), (729, 'fionteow89'), (730, 'babatmonster'), (731, 'c1p4n'), (732, 'BIKINIoBOTTOM'), (733, 'dicesat2'), (734, 'dicesat9'), (735, 'ShirleyXiue'), (736, 'AlbertFML'), (737, 'AndreasLimEK'), (738, 'shihuiluvs'), (739, 'AhhhhInnnn'), (740, 'ForeverChronic'), (741, 'FUCKINGDOPE_'), (742, '_JinHean'), (743, 'tengkiat'), (744, 'enqiwormworm'), (745, 'ginnelcstaana'), (746, 'howiietan'), (747, 'JaemsChua'), (748, 'Huzaifahibrahim'), (749, 'iPudding'), (750, 'CocainelipsXo'), (751, 'cheneezone'), (752, 'XmasRights'), (753, 'iZaRi9'), (754, 'universeist'), (755, 'HuzainieTsunami'), (756, 'thousandmilez'), (757, 'BaiBoh'), (758, 'NicholasDinesh'), (759, 'aqischatterbox'), (760, 'FeliciaSin'), (761, 'AmyIV'), (762, 'nhinnaa'), (763, 'moggylicious'), (764, 'AnAngrySnatch'), (765, 'MelanieRomilien'), (766, 'MelFeng'), (767, 'Imperturbable93'), (768, 'fioneberries'), (769, 'Tsytyyty'), (770, 'nurulinsyirawr'), (771, 'charmainenxm'), (772, 'KokoMinty'), (773, 'muruhotspur'), (774, 'CleoCerise'), (775, 'iZacchMatt'), (776, 'faridrosmi'), (777, 'ArrushM'), (778, 'Mari0nett3'), (779, 'putrijaffri'), (780, 'clxh'), (781, 'JasmineSooVin'), (782, 'TRW33'), (783, 'BenSadistic'), (784, 'spastiks'), (785, 'vheney'), (786, 'ShideeMcDaddy'), (787, 'call_me_Azri'), (788, 'hawkscliffe'), (789, 'Vanguardmotl'), (790, 'benzwithaz'), (791, 'michellehilvano'), (792, 'Keong821'), (793, 'Youkizzmyass'), (794, 'HaikalHanafi'), (795, 'helloimbxgbxy'), (796, 'williamPranoto'), (797, 'DjRattle'), (798, 'WeiHannnn'), (799, 'KokTiong'), (800, 'shryyfaaah'), (801, 'nayleeeee'), (802, 'XueyinYourMum'), (803, 'njyo'), (804, 'LreyuzakiKevin'), (805, 'xkiimsrock'), (806, 'ixhotfile'), (807, 'TheFakeFatShady'), (808, 'gregFSJ93'), (809, 'LuluKoh'), (810, 'Leonardance'), (811, 'feiryred24'), (812, 'bbaakk'), (813, 'jessieahxilee'), (814, 'ROBlNN'), (815, 'alicianielle'), (816, 'MaanTiger'), (817, 'kboy88'), (818, 'DiCarlito'), (819, 'AntFredVass'), (820, 'BilguunBebu'), (821, 'tingtasy'), (822, 'cookiescreammm'), (823, 'hottyian'), (824, 'mikey_hang'), (825, 'randyaruben'), (826, 'Ohara76'), (827, 'CynandDrool'), (828, 'Adelinetyl'), (829, 'cammabocco'), (830, 'goldentrey'), (831, 'iLa_giggs'), (832, 'achiiinta'), (833, 'ChenIsaac'), (834, 'midnightatparis'), (835, 'TsukiyomiHearts'), (836, 'baharudinbakar'), (837, 'DeelanR'), (838, 'Khairuladli27'), (839, 'Natboi'), (840, 'PaperGui'), (841, 'yadri_alwi77'), (842, 'WorldwithShades'), (843, 'DNWH'), (844, 'AcapIbrahim'), (845, 'imsuchaliz'), (846, 'yv_aiwen'), (847, 'sue_zela'), (848, 'yenxuyang'), (849, '_SashaElly'), (850, 'brandonyeohJr'), (851, 'JerryVuitton'), (852, 'wendydcruz'), (853, 'IvanKok'), (854, 'heyzernut'), (855, 'AyuNdaWahyuNi'), (856, 'carlingdoodling'), (857, 'LissyLove'), (858, 'Lonelyboy1995'), (859, 'MisharyDarwish'), (860, 'gengen_loves'), (861, 'kiddyrei'), (862, 'itsmezulkifli'), (863, 'JerahmeelZackyC'), (864, 'throughmyhearrt'), (865, '3sin1'), (866, 'farahney'), (867, 'DianLestly'), (868, 'jgmh30'), (869, 'WeiyiChen'), (870, 'QINGFEN90'), (871, 'Dinurelfi'), (872, 'E39A_VR4'), (873, 'amirahaziz'), (874, 'burrowunder'), (875, 'joan_ho'), (876, 'ChingYeePinkz'), (877, 'wattanaLeo2010'), (878, 'YudaNurda'), (879, 'mambo71'), (880, 'domhermandayda'), (881, 'ChiaChinYi'), (882, 'Aprilkhor'), (883, 'DewiHoneybee'), (884, 'shifengjohan'), (885, 'ddinbrown'), (886, 'RafiAhmadd'), (887, 'Hengxunli'), (888, 'raimbabol'), (889, 'RebelliousNerd'), (890, '92Sien'), (891, 'belnwei'), (892, 'Kingiskash'), (893, 'WanieSyzwni'), (894, 'SzeYuin'), (895, 'dianeluvsme'), (896, 'jaexin94'), (897, '3rdeye_blind'), (898, 'BoboBlingBling'), (899, 'MingLongxD'), (900, 'AskSirStamford'), (901, 'vivianism'), (902, 'shah5N2'), (903, 'pacifique_fiq'), (904, 'gummystars'), (905, 'jdmdward'), (906, 'Xuan_Hong_Xh'), (907, 'sachindabir'), (908, 'NatashaAveiro'), (909, 'vonichiwa'), (910, 'ytchuah'), (911, 'SylviaTandean'), (912, 'Intortedfag'), (913, 'awinwinwin'), (914, 'DerickTetsuya'), (915, 'cintaur'), (916, 'dealwithYANYAN'), (917, 'Txiuxiu'), (918, 'IstianaLovesU'), (919, 'khadijahaljaru'), (920, 'WANisoverrated'), (921, 'alcasesa'), (922, 'missylauu'), (923, 'mknace'), (924, 'VerverGtw'), (925, 'TheGreatKiki'), (926, 'Jiayus'), (927, 'SuperKidJunior'), (928, 'Cleverfool09'), (929, 'drugsforsoul'), (930, 'HexuanGoodGuy'), (931, 'MR_6661'), (932, 'SelrahcEel'), (933, 'pat_clare'), (934, 'RiriiNasir'), (935, 'WanieLoveHerBf'), (936, 'meinschwarzkie'), (937, 'LimSunHi'), (938, 'Muhamad_Zharif'), (939, 'Mazzsiah'), (940, 'jB_Ng'), (941, 'MDFIR'), (942, 'AmalinaLoveHim'), (943, 'intanmaria80'), (944, 'Lil_Erica'), (945, 'md_hilwan'), (946, 'IamSharkyz'), (947, 'awkwardkwan'), (948, 'sallyeatsworld'), (949, 'MrSexyLegend'), (950, 'ZURIELFENG'), (951, 'Weeeeloon'), (952, 'TinloveLam'), (953, 'julhaelmi'), (954, 'fiOz'), (955, 'fhmtdh'), (956, 'ZainuriMaulan'), (957, 'zsachi'), (958, 'dare_yeo'), (959, 'RedzwanBen'), (960, 'PrinceJaphian'), (961, 'izzat18azim'), (962, 'noorizza_90'), (963, 'shasha17n'), (964, 'EddyStarWalking'), (965, 'AihaaSulaiha'), (966, 'ZafriSunny'), (967, 'Kingnugraha'), (968, 'Alcifon'), (969, 'CobyAng'), (970, 'DanialFuntard'), (971, 'Anitoot'), (972, 'MissMayEyes'), (973, 'AloysiusTWC'), (974, 'sayaendoeva'), (975, 'rockfairyeza'), (976, 'serenetan'), (977, 'skyevosg'), (978, 'ZhuangEver'), (979, 'IAmDannniieeell'), (980, 'Heartbroken__xo'), (981, 'sufiansupari'), (982, 'weijian94'), (983, 'HS8GLR'), (984, 'crazeboy'), (985, 'MYNAMEISLIKETAT'), (986, 'Baihui1105'), (987, 'adek_apple'), (988, 'boiismiley'), (989, 'BRYANNNNNNNNLAU'), (990, 'missycaicai'), (991, 'JosephineeeRAWR'), (992, 'icsy95'), (993, 'ismiah04'), (994, 'Muthu_isbored'), (995, 'ekaputravaza'), (996, 'shengyangg'), (997, 'fituwiiekisses'), (998, 'rachelannelaw'), (999, 'rubeccawyx'), (1000, 'CathyChew'), (1001, 'jornnyjones'), (1002, 'EndeBatak'), (1003, 'madmalbaikhatie'), (1004, 'Jacktalktoomuch'), (1005, 'xiaoyulvkimchi'), (1006, 'me_aint_perfect'), (1007, 'Steph_masticate'), (1008, 'nicky3sunny'), (1009, '8_frame'), (1010, 'babyseob'), (1011, 'KOREENHONG'), (1012, 'victoriaaatwl'), (1013, 'SabirahDH'), (1014, 'Luarzyh'), (1015, 'ivyacarlos'), (1016, 'murasakimushy'), (1017, 'SMALLFISH__'), (1018, 'missjoccie'), (1019, 'cherry_naz'), (1020, 'NoisyLam'), (1021, 'TangoSierra_'), (1022, 'be_happyhoney'), (1023, 'Elainetanxinyi'), (1024, 'arimoduluki'), (1025, 'NickyPitchfork'), (1026, 'ginny_teo'), (1027, 'neilson_sim'), (1028, '2jamal'), (1029, 'azimrosli93'), (1030, 'AhYangVic'), (1031, 'nabilarazef'), (1032, '1D_Larry_'), (1033, 'lorniecheery'), (1034, 'anastasiazen'), (1035, 'ShaliniBubbles'), (1036, 'lovelypaige85'), (1037, 'panky_associate'), (1038, 'DhafinHashim'), (1039, 'RaymoLimKimLeng'), (1040, 'Rajarath'), (1041, 'zaimmalek'), (1042, 'JoyceBlingbling'), (1043, 'Thorgio'), (1044, 'ishiiyumi85'), (1045, 'azizi_prasetyo'), (1046, 'synysternick'), (1047, 'meow_mania'), (1048, 'kvani236'), (1049, 'mysarasara1'), (1050, 'HotfudgeNur'), (1051, 'choonweeOng'), (1052, 'BRIGHTrainbowww'), (1053, 'HaiyunLovesYou'), (1054, 'SBS9114Y'), (1055, 'HeelChinny'), (1056, 'KenS_thought'), (1057, 'Clefttheboychin'), (1058, 'KimHonChua'), (1059, 'AHmStreet'), (1060, 'zaskiazaza'), (1061, 'X_balzZ'), (1062, 'IrfanSperry'), (1063, 'xiangxiangxD'), (1064, 'nanafish20'), (1065, 'Norshafiq_'), (1066, 'fannshakebutt'), (1067, 'Quashest'), (1068, 'darrenlzx'), (1069, 'tedditan'), (1070, 'Wizhart'), (1071, 'YongTat95'), (1072, 'JcJo0'), (1073, 'SANGEAMSRI'), (1074, 'JeremyHartsler'), (1075, 'bogisssp'), (1076, 'M_aargaretzxc'), (1077, 'teoweijie'), (1078, 'dorkyyoong'), (1079, 'lynalizarondo'), (1080, 'arvw30'), (1081, 'ruri_yumi'), (1082, 'Kinvie'), (1083, 'hemohemoho'), (1084, 'NazmiMajdi'), (1085, 'TaZZiEdevily'), (1086, 'Ritz_Techtonic'), (1087, 'y04chs405'), (1088, 'lcheric78'), (1089, 'sofklo'), (1090, 'sakanayaK'), (1091, 'DhiaDurriah'), (1092, 'Jdeziire'), (1093, 'izzanniznadia'), (1094, 'AHH0880_2'), (1095, 'jadenryuki'), (1096, 'nueillias'), (1097, 'jimieyas'), (1098, 'Kiankunn'), (1099, 'squarishhearts'), (1100, 'SooZarr'), (1101, 'Wendy_Kcraze'), (1102, 'r6ystaarr'), (1103, 'godspine'), (1104, 'XiiaoLamboX3'), (1105, 'Shaffiq_Nasron'), (1106, 'shimhyunseonq'), (1107, 'MatthewSeanWH'), (1108, 'TwittingTimmy'), (1109, 'Xanthe_Lee'), (1110, 'SeanTanZX'), (1111, 'KiddoNabeel'), (1112, 'junxiang98'), (1113, 'nramlnz'), (1114, 'Silverlark2'), (1115, 'Joshua_rambu'), (1116, 'LYCHEEPRATA'), (1117, 'rusydi85'), (1118, 'Emisaputri'), (1119, 'MrAgueroiskool'), (1120, 'AdaApaDgnDauz'), (1121, 'natasyanatalie'), (1122, 'pacquing_girl'), (1123, 'ChrisnClifford'), (1124, 'daomingza'), (1125, 'the_hungryone'), (1126, 'arylrylryl'), (1127, 'FDopre'), (1128, 'snowychick2005'), (1129, 'Mehmehtee'), (1130, 'jujuween'), (1131, 'AhyingHehe'), (1132, 'ZidOFish'), (1133, 'garthtan'), (1134, 'meowmeowtan'), (1135, 'sinye'), (1136, 'alienempire'), (1137, 'bibahbisol'), (1138, 'jmvalentin'), (1139, 'nazhariaschifra'), (1140, 'AriesInTransyl'), (1141, 'greenyJhen'), (1142, 'IcanSeeNthButU'), (1143, 'ShiYingggg'), (1144, 'radzifasha'), (1145, 'darylyrad13'), (1146, 'MarieMooooo'), (1147, 'Selesire'), (1148, 'haroobom'), (1149, 'melodymy'), (1150, 'Mittysim'), (1151, 'SwSalvatore'), (1152, 'missjhoyfranc'), (1153, 'giokalaw'), (1154, 'Wwweisheng'), (1155, 'CherishHim'), (1156, 'akutakfemes'), (1157, 'JoeyVanz'), (1158, 'dwarfiq'), (1159, 'MrBrian69'), (1160, 'phailanthropist'), (1161, 'msjoannee'), (1162, 'Hambugerheng'), (1163, '_shweyaung_'), (1164, 'rommelpatulot'), (1165, 'YuDrummer'), (1166, 'Zentonik89'), (1167, 'f0reverMDA'), (1168, 'momomitch09'), (1169, 'Harri3dPaRtE'), (1170, 'YoonaRyuji'), (1171, 'NicholasNgian'), (1172, 'angelacallista'), (1173, 'Donisaur'), (1174, 'hungrywhale'), (1175, 'b3nn9'), (1176, 'ZhiJie__'), (1177, 'fazainsyirah'), (1178, 'nigel_peck'), (1179, 'TwoScenarios'), (1180, '21soYouNg'), (1181, 'sugar_rushh'), (1182, 'amirahasnulhadi'), (1183, 'okl1970'), (1184, 'SneakieDizzle'), (1185, 'angelina_foo'), (1186, 'LLari0s'), (1187, 'Shaadrinaa'), (1188, 'cjake1129'), (1189, 'renthie_ng'), (1190, '_xiaofei'), (1191, 'cjred'), (1192, 'MsWhoopsie'), (1193, 'tan_carlyn'), (1194, 'Achaximum'), (1195, 'Zalina4143'), (1196, 'CryofMelancholy'), (1197, 'tanywei'), (1198, 'SpadeOfHades'), (1199, 'RegineValora'), (1200, 'adharose'), (1201, 'Kamarrul'), (1202, 'MuzamilJalil'), (1203, 'azdani'), (1204, 'LederFop'), (1205, 'Mockery_Fuckery'), (1206, 'Ckytveryshiny'), (1207, '_PhyllisTan'), (1208, 'jia_jin'), (1209, 'TweetingApe'), (1210, 'DanFreemanPhoto'), (1211, 'Amran_Syah'), (1212, 'najmuddin_nasir'), (1213, 'lojovee'), (1214, 'tyasratu'), (1215, 'dan99ish'), (1216, 'tummagicalart'), (1217, 'EnShawn'), (1218, 'DforDerp'), (1219, 'dunnkenpinlac'), (1220, 'SyafiqahAina'), (1221, 'electromie'), (1222, 'Enddahs'), (1223, 'YboyNnr'), (1224, 'mademoisellezee'), (1225, 'ATrez'), (1226, 'lizxahmad'), (1227, 'ShengMun'), (1228, 'AimanJumat'), (1229, 'NicholasYap3'), (1230, 'Fitrisst'), (1231, 'natasshalydia'), (1232, 'greenie_leena'), (1233, 'retrostardust'), (1234, 'chuayongsheng1'), (1235, 'markkkyy'), (1236, 'JarylChia'), (1237, 'ieatporkchop'), (1238, 'ShafieqH'), (1239, 'AqhRoo'), (1240, 'RejabRasol'), (1241, 'IndraPr'), (1242, 'ImNearlyFifteen'), (1243, 'istolecarrots'), (1244, 'James4247'), (1245, 'FairlyOddMe'), (1246, 'hersheynnn'), (1247, 'IrNain'), (1248, 'himigmarci'), (1249, 'Dennis_Stifler'), (1250, 'quesarrasera'), (1251, 'MaomaoIglesias'), (1252, 'nurarif'), (1253, 'salang2004'), (1254, 'bullsh1t_leh'), (1255, 'CherylQuincy'), (1256, 'EuniceMimi'), (1257, 'nicolelch'), (1258, 'SimplyIanz'), (1259, 'DarkblueAd'), (1260, 'ayulabdullah'), (1261, 'chyewei'), (1262, 'darmawati_lyana'), (1263, 'AdekPrettyboyy'), (1264, 'LenerDee'), (1265, 'SuperBearPaw'), (1266, 'WonkishTofu'), (1267, 'motopet'), (1268, 'Jiaminer'), (1269, 'RaB_GaGaRaZzI'), (1270, 'JoieSJY'), (1271, 'ortegasg'), (1272, 'ConganJB'), (1273, 'southernseoul'), (1274, 'rajeshsound'), (1275, 'AmizaHalim'), (1276, 'apinkyaffair'), (1277, 'AieN_AtirA'), (1278, 'iamkimweng'), (1279, 'iEdenzxc'), (1280, 'najuwaju'), (1281, 'daimon123'), (1282, 'Jaelbelieves'), (1283, 'nnnewnew'), (1284, 'flyingundies'), (1285, 'Rh_villegas'), (1286, 'gunturmh'), (1287, 'FeLyLoveD'), (1288, 'luuukkkeeee'), (1289, 'chngwm84'), (1290, 'neokaijie'), (1291, 'AlexChan_Kc'), (1292, 'TinaMerwati'), (1293, 'AlanWongWL'), (1294, 'KaendiiArc'), (1295, 'LehaWINzahir'), (1296, '_eyjay'), (1297, 'LightDlife'), (1298, 'syazyin'), (1299, 'Nikos_Ho'), (1300, 'giancarlochua'), (1301, 'nicholas3351'), (1302, 'mat_Jepa'), (1303, 'joshuainnuendo'), (1304, 'slinglee'), (1305, 'claricebuno'), (1306, 'shane27chua'), (1307, 'cmmak'), (1308, 'ieha63'), (1309, 'nndarr'), (1310, 'SufiansRahman'), (1311, 'victoryicuan'), (1312, 'LiewJianYang'), (1313, 'KhaiEatsABar'), (1314, 'snsfq'), (1315, 'huishi_onkyu'), (1316, 'Helloimindah'), (1317, 'heyyitskhai'), (1318, 'gamerz'), (1319, 'TW_piks'), (1320, 'tanwaising'), (1321, 'tan_JJlover'), (1322, 'deadhammiie'), (1323, 'prettyjacqui'), (1324, 'cunt_core'), (1325, 'WJLikesBusMrt'), (1326, 'karentoh03'), (1327, 'leen1262'), (1328, '_hfque'), (1329, 'kimjonqhyun'), (1330, 'Firr_Sone'), (1331, 'WayneIrfan'), (1332, 'JezzelMikhail'), (1333, 'OheZosephine'), (1334, 'iTsMe_Lynn'), (1335, 'CosyMossie'), (1336, 'zhelin89'), (1337, 'juliaZuleyka'), (1338, 'happyhappyslalu'), (1339, 'jaddechong'), (1340, 'aupra'), (1341, 'LilMonkeyJavier'), (1342, 'hisyam122'), (1343, 'kvijaynathan'), (1344, 'stcltan'), (1345, '_XiongXiong_'), (1346, 'phatfreemiguel'), (1347, 'lepak_icey'), (1348, 'BLAQ_Enn'), (1349, 'linggurl21759'), (1350, 'MeanMijer'), (1351, 'lim_william9'), (1352, 'izuddinz'), (1353, 'Faiz_Nikon'), (1354, 'ahling07'), (1355, 'hyperous'), (1356, 'allyology'), (1357, 'danialAngryBird'), (1358, 'jumalis'), (1359, 'combiemohtar'), (1360, 'Baobasaur'), (1361, 'KevinJosh10'), (1362, 'shaangzslugzzz'), (1363, 'jamesly123'), (1364, 'Fickrahc'), (1365, 'Moilove1D'), (1366, 'OrangIce'), (1367, 'kangjiyoungs'), (1368, 'KWSW83'), (1369, 'sairajihan'), (1370, 'floppyearred'), (1371, 'jayzbreaker'), (1372, 'kelvintangbh'), (1373, 'johanariffs'), (1374, 'arnoldgoh'), (1375, 'blueharpgirl'), (1376, 'frizzylady'), (1377, 'MusicNas'), (1378, 'ad3chia'), (1379, 'seoyeonn96'), (1380, 'miaRORRRZ'), (1381, 'hellokittyyana'), (1382, 'veradesu'), (1383, 'sandhuaman'), (1384, 'shaneboyyy'), (1385, 'CasperHenry'), (1386, 'I_LUV_LIAM_4eva'), (1387, '_EeksDiao'), (1388, 'GerlFarnellAlba'), (1389, 'briancajulis'), (1390, 'JustHaveSwag'), (1391, 'OcPoji'), (1392, 'leesoonho'), (1393, 'crossinglimits'), (1394, 'lcwlife'), (1395, 'pythontan'), (1396, 'SAPCareers'), (1397, 'junetan'), (1398, 'omfgitzSIDEKA'), (1399, 'neonnerdys'), (1400, 'NutsAboutChocPa'), (1401, 'cikliza'), (1402, 'Amiruuul'), (1403, 'eli_AR'), (1404, 'DeadFuzzyWuzzy'), (1405, 'twistaaaan'), (1406, 'kimdagreatest'), (1407, 'simmy889'), (1408, 'sophiagheelove'), (1409, 'mansur227225'), (1410, 'xW3nn'), (1411, 'Ethann_autumn'), (1412, 'atkaige'), (1413, 'jeremiah_MIA'), (1414, 'Eqinnastra'), (1415, 'rYaNzzz_98'), (1416, 'khaiRoslan'), (1417, 'NAMEISJUSTINC'), (1418, 'johndime'), (1419, 'thegirlsinsane'), (1420, 'Bryonyxoxovines'), (1421, 'aparonomasiac'), (1422, 'darkmonde'), (1423, 'unicorntart'), (1424, 'wenditwy'), (1425, 'DamonGee'), (1426, 'TanGordonLucas'), (1427, 'SinChern'), (1428, 'Mrmeaw'), (1429, 'Forlornbrat'), (1430, 'tiwii_syuhada'), (1431, 'tumbletot'), (1432, 'Wohengao'), (1433, 'carolinayaneth'), (1434, 'the1wholaughs'), (1435, 'xujingwenhcm'), (1436, 'iamcrazyyyyy'), (1437, 'GoWhiny'), (1438, 'rezajirb'), (1439, 'meijuan8'), (1440, 'sherlynler'), (1441, 'omnicolenom'), (1442, 'Niki_Pelli'), (1443, 'allesterloo'), (1444, 'arolselamat'), (1445, 'meera_yusof'), (1446, 'monmon_n'), (1447, 'nurQiu'), (1448, 'squashycupcake'), (1449, 'DarrylTanWs'), (1450, 'Satisfctionlife'), (1451, 'Iznillah'), (1452, 'DemelzaLee'), (1453, 'deir75'), (1454, 'eiimaaaa_'), (1455, 'ferwindaa'), (1456, 'thelast_embrace'), (1457, 'BieberOnMyiPod_'), (1458, 'Sky_BinWei'), (1459, 'QiaraFezza'), (1460, 'MarcusSimmmm'), (1461, 'zinnieera'), (1462, 'tlwx'), (1463, 'khairulhakeem'), (1464, 'Eddietanec8'), (1465, 'MentionToMyHand'), (1466, '_SEUNGHYUNIFIED'), (1467, 'khairulDam'), (1468, 'Eddieted93'), (1469, 'kissmyarse'), (1470, 'melody_low'), (1471, 'karrui'), (1472, 'Aiiroro'), (1473, 'Shaunzies'), (1474, 'micah_vernetta'), (1475, '9w2rlw'), (1476, 'sjdecepida'), (1477, 'fahmi2035'), (1478, 'supitnation'), (1479, 'IChingThomas'), (1480, 'AqilSniperzxc'), (1481, 'patrickpang'), (1482, 'Desmoa'), (1483, 'Ruiiroro'), (1484, 'FitriHo0dy'), (1485, 'tingjieh'), (1486, 'Kell_Fadli'), (1487, 'nadywuland'), (1488, 'tajam_alya'), (1489, '_krunalc'), (1490, 'loujiuen'), (1491, 'Liliana_Tandrin'), (1492, 'PearlZuzarte'), (1493, 'gej_magsipoc'), (1494, 'abbycadampog'), (1495, 'alitrooper'), (1496, 'sekshihanoona'), (1497, 'juiceyfin'), (1498, 'steviestevetoh'), (1499, 'babyworm'), (1500, 'juehua'), (1501, 'YEZFTN'), (1502, 'RisingSilver'), (1503, 'uutarguleta'), (1504, 'nazerwinn'), (1505, 'l1angcai'), (1506, 'faddbackluke'), (1507, 'sujaregh'), (1508, 'EEKZZEEK'), (1509, 'mjtwh'), (1510, 'coolkhooray'), (1511, 'DiKamal'), (1512, 'ruthalcoholic'), (1513, 'MochaMatcha'), (1514, 'Hidaayaah'), (1515, 'qqayyumz'), (1516, 'Bouncing_Boy'), (1517, 'NNadyaS'), (1518, 'weewu'), (1519, 'JustiNabilah'), (1520, 'andycroll'), (1521, 'Yip_LewChing'), (1522, 'gideeeon'), (1523, 'AlexGwee'), (1524, 'nshfyyah'), (1525, 'TIG_Asia'), (1526, 'sillyjames'), (1527, 'SicaGotSwag'), (1528, 'AjeepRazak'), (1529, 'anksbtu'), (1530, 'tearsflowdowns'), (1531, 'MisterADEN'), (1532, 'kikids'), (1533, 'jac_phua'), (1534, 'porfininfinitum'), (1535, 'Amardoherty'), (1536, 'jiaoface1995'), (1537, 'tattyLing'), (1538, 'komiyee1'), (1539, 'HendroSantoso'), (1540, 'joke_the_great'), (1541, 'YKLee13'), (1542, 'BkKoh'), (1543, 'almalexisesh'), (1544, 'nabeehaaziz'), (1545, 'DavidDongYuNan'), (1546, 'SpinningWord'), (1547, '100dayshine'), (1548, 'colouredjar'), (1549, 'sasanga'), (1550, 'fongmaymay'), (1551, 'chad41988'), (1552, 'WriterJennaChan'), (1553, 'shafuholic'), (1554, 'ahmadabdulbasit'), (1555, 'liyanaadilla'), (1556, 'a_leeDC'), (1557, 'uLhudaa'), (1558, 'joannieliao'), (1559, 'efsalo'), (1560, 'priyankalaxmii'), (1561, 'ipalm'), (1562, 'failuredog'), (1563, 'kohller'), (1564, 'AndersonChuaa'), (1565, 'iChappers'), (1566, 'yeozhongying'), (1567, 'AnissaSantoso'), (1568, 'vivienneho'), (1569, 'SolihinOS'), (1570, 'aman469'), (1571, 'idayuAli'), (1572, 'stephtop'), (1573, 'Alfred_Spartan'), (1574, 'EdwardIDHAR'), (1575, 'EfeiKoa'), (1576, 'OlsenAwesome'), (1577, 'fifteencandles_'), (1578, 'KaizerTan'), (1579, 'mynameismonjing'), (1580, 'RayCunnilingusU'), (1581, 'hideeyafuu'), (1582, 'Adelia_Seng'), (1583, 'Locklovez'), (1584, 'ChangMinizer_'), (1585, 'mdaliman'), (1586, 'eidaismail'), (1587, 'nazskoi'), (1588, 'Jaacceelyn'), (1589, 'EqaaRawrr'), (1590, 'lolyzp'), (1591, 'miingarmiing'), (1592, 'subhirambo'), (1593, 'CodEfich'), (1594, 'SandraSupreme'), (1595, 'LIQINGYU_Daisy'), (1596, 'shortyshortie'), (1597, 'smexxy10'), (1598, 'YuKiCaNtIk'), (1599, 'nxdz'), (1600, 'Shreechirps'), (1601, 'castiel75'), (1602, 'YYisworkinghard'), (1603, 'kyannting'), (1604, 'kcyhm1991'), (1605, 'OscarLeeTheWave'), (1606, 'sergiomdivinojr'), (1607, 'meheartsanta'), (1608, 'CarrottiezW'), (1609, 'Integra31'), (1610, 'SGDeviLFisH'), (1611, 'munlun'), (1612, 'OreoStereo'), (1613, 'drakesoaringup'), (1614, 'jasonchua'), (1615, 'juliachia'), (1616, 'MikeyJulian'), (1617, 'pongaksorn'), (1618, 'FarouqMustapha'), (1619, 'tanelyn'), (1620, 'kekemuch'), (1621, 'DarkerThanYouuu'), (1622, 'nirarebanet'), (1623, 'alyatajam'), (1624, 'silentreverie'), (1625, 'S054572011'), (1626, 'kyc12398'), (1627, 'WendyOng49'), (1628, 'Niko_Mimi'), (1629, 'wushuboi96'), (1630, 'ARNSHQ'), (1631, 'nirujah'), (1632, 'agnesdotcom'), (1633, 'leafy1128'), (1634, 'NurizzatyRoslan'), (1635, 'walkingtarts'), (1636, 'subtleinsanity'), (1637, 'nadiahkiara'), (1638, 'kennethcyc'), (1639, 'MiroYeLu'), (1640, 'sitisarah'), (1641, 'whiteknickers'), (1642, 'Junwean'), (1643, 'uricayee'), (1644, 'MrsCharity_'), (1645, 'Anongnit'), (1646, 'Neelia2'), (1647, 'drchatwan'), (1648, 'osnapitzclaire'), (1649, 'Fannylovelaugh'), (1650, 'eeniamrahc'), (1651, 'JammyJannies'), (1652, 'Engorgio'), (1653, 'jundelol'), (1654, 'pigsflyidie'), (1655, 'ohmysays'), (1656, 'Hyukeys'), (1657, 'aryana_williams'), (1658, 'faizal_1991'), (1659, 'sukhontarat'), (1660, 'edwinsim'), (1661, '_KhairulAnwar_'), (1662, 'ahxion'), (1663, 'tikasiskatoday'), (1664, 'AzreqMahson'), (1665, 'vincento_'), (1666, 'azyintl'), (1667, 'FundWatchApp'), (1668, 'Soedeny'), (1669, '2301Lurvez'), (1670, 'EugeneYongxz'), (1671, 'cassiecham'), (1672, 'PoOniNKanG5290'), (1673, 'Edmundiced'), (1674, 'mj_casper24'), (1675, 'fannygurl'), (1676, 'kennethtay86'), (1677, '_myungjoe'), (1678, 'HanaOctavia'), (1679, 'S0L88'), (1680, 'FranciscoOveree'), (1681, 'TAzSLACKER'), (1682, 'XStarStrucKedX'), (1683, 'Swaggyloads'), (1684, 'FirdauShahidan'), (1685, 'aideneymar'), (1686, 'tayaleemeijer'), (1687, 'juanmata_zupi'), (1688, 'JasonTheGoblin'), (1689, 'ChuaJackson'), (1690, 'axia_so2'), (1691, 'zzdlong'), (1692, 'Naeemfirdaus'), (1693, 'Ria_Irlyinsy'), (1694, 'vind_j'), (1695, 'Fiyee711'), (1696, 'jasminengaleria'), (1697, 'stefanovirgilli'), (1698, 'SiBudakKurus'), (1699, 'sillyding93'), (1700, 'Davveboy'), (1701, 'ayul_jb'), (1702, 'AhPongster'), (1703, 'hi_dayat06'), (1704, 'CHOONHHUII'), (1705, 'Natalie_Natida'), (1706, 'Amar_Gencos'), (1707, 'Quinttpp_'), (1708, 'chaojiecow'), (1709, 'arynhanykoma'), (1710, 'ejasmin'), (1711, 'TeowHwee'), (1712, 'WhoMerah'), (1713, 'mdarifabdullah'), (1714, 'Dywenn'), (1715, 'lindadadada'), (1716, 'NorSamd'), (1717, 'emelineejoy'), (1718, 'VeejyO'), (1719, 'ja5onlee'), (1720, 'mitchikoy_14'), (1721, 'Nick_allen'), (1722, 'brendafizzy'), (1723, 'LaurenOoglie'), (1724, 'Feniee'), (1725, 'IamDannial'), (1726, 'mugunthkumar'), (1727, 'shashaZ9'), (1728, 'QqingPpauline'), (1729, 'Tiarahotmess'), (1730, 'FarhanSantos'), (1731, 'Nashrazak'), (1732, 'ivylim12'), (1733, 'VAAALERRIEE'), (1734, 'IMANSHAHbucks'), (1735, 'lolnesspop'), (1736, 'tien_za'), (1737, 'artyfakt'), (1738, 'SayaSham'), (1739, 'vikneshstarfish'), (1740, 'nauxed'), (1741, 'fiqaism'), (1742, 'luckygrems'), (1743, 'annaeiza'), (1744, 'FictionalDream'), (1745, 'Fidz619'), (1746, 'thenextportman'), (1747, 'seventimestwo'), (1748, 'yuwenyvonne'), (1749, 'AnnneReyes'), (1750, 'ColinPaige'), (1751, 'shafiqsuhaimi97'), (1752, 'respublica85'), (1753, 'KasonSee'), (1754, 'DDAYYANNA_'), (1755, 'TiffanyNatal'), (1756, 'AshyraForm4'), (1757, 'yishushu'), (1758, 'michelhagens'), (1759, 'AbdulNKhan'), (1760, 'eza2odette'), (1761, 'bubbletea101'), (1762, 'SJRick1005'), (1763, 'Rini_manek'), (1764, 'Fandigeek'), (1765, 'feardaooz'), (1766, 'DafidSwaaag'), (1767, 'fionaoktavia'), (1768, 'roslansafar'), (1769, 'lamida'), (1770, 'fatehfrenzy'), (1771, 'Dynamitezxc'), (1772, 'chrisyeo'), (1773, 'SyakilaTheshort'), (1774, 'KoShiLanthecool'), (1775, 'NurulAtyqah95'), (1776, 'Faa_TK'), (1777, 'MohamadAidil'), (1778, 'Na_Boice'), (1779, 'Jill_Lie'), (1780, 'hayati89'), (1781, 'RoyAnantha'), (1782, '0oHappyGirlo0'), (1783, 'factorshootme'), (1784, 'fadlunnisah'), (1785, 'muhammadfaizal'), (1786, 'angelangelmh'), (1787, 'ChenShiYi'), (1788, 'meka8580'), (1789, 'hiisty'), (1790, 'hguilfoile'), (1791, 'EveTyf'), (1792, 'gavinharris123'), (1793, 'tzialing'), (1794, 'nicholas_shinee'), (1795, 'LovePlaySwag'), (1796, 'Keshmando'), (1797, 'Ayulin'), (1798, 'PaahChomel'), (1799, 'cikqinqin'), (1800, 'jera_tan'), (1801, 'Mohd_ZaimAM'), (1802, 'petiterosettes'), (1803, 'yapzirong'), (1804, 'rehana1990'), (1805, 'nicnyx'), (1806, 'FadhTrwh'), (1807, 'helme3'), (1808, 'eXeQzaLie'), (1809, 'IndulgeDeo'), (1810, 'rianisantoso'), (1811, 'raeglen'), (1812, 'skarfacezeed'), (1813, 'JyHeartbreakerZ'), (1814, 'wptr'), (1815, 'etta_ettol'), (1816, 'VientoAwin'), (1817, 'RezalRoslee'), (1818, 'Ting_Ting221'), (1819, 'NHazeeq'), (1820, 'unlockEIS'), (1821, 'ArdyanaDelisha'), (1822, 'Flyhighhhhh'), (1823, 'EncikNazrul'), (1824, 'missmandyylyn'), (1825, 'chachabebey'), (1826, 'ackabr'), (1827, 'flutexian'), (1828, 'di0ry'), (1829, 'BeenCurd'), (1830, 'hanna_antolin'), (1831, 'CxllMeHxiri'), (1832, 'KIDRAUHLnCURDY'), (1833, 'SaikuronMelvin'), (1834, '3xt_Caleb'), (1835, 'Wilma_wt'), (1836, 'Geoffreeeey'), (1837, 'zeePREAW'), (1838, 'foodgoddess_'), (1839, 'duydududuyduy'), (1840, 'timothyhocw'), (1841, 'JingshunLi'), (1842, 'vicchankc'), (1843, 'ajeeeet'), (1844, 'fairuz_nieza'), (1845, 'ChalithLON'), (1846, 'SivaDayalan'), (1847, 'razorblde'), (1848, 'PhinnTan'), (1849, 'JadynLow'), (1850, 'mhdfaaaiz'), (1851, 'YKChua'), (1852, 'XDtim0tee'), (1853, 'Nazeem'), (1854, 'farna_na'), (1855, 'JkDolph'), (1856, 'la_frengerita'), (1857, 'palmerdebra'), (1858, 'irlazar'), (1859, 'SabrinanaRetard'), (1860, 'SitiLurvsHa_Ha'), (1861, 'mynameisyayzkie'), (1862, 'intoxicidepink'), (1863, 'brianjustME'), (1864, 'VanillaButtons'), (1865, 'MSharez'), (1866, 'Cu_Ranmor'), (1867, 'azura_amien'), (1868, 'SpankydudeZ'), (1869, 'ciklolina'), (1870, 'pimz71208'), (1871, 'DeeWJSK'), (1872, 'jfotomelo'), (1873, 'Maswar_Atmar'), (1874, 'nanalichious'), (1875, 'Vandnaaa'), (1876, 'JunKai_BoomPow'), (1877, 'unitedgroups'), (1878, 'jtzx'), (1879, 'annasuz'), (1880, 'almacintyre'), (1881, 'cuddlyjenny'), (1882, 'sleepin_boyz'), (1883, 'clarecxq'), (1884, 'azrull388'), (1885, 'zephen99'), (1886, 'kayerraga'), (1887, 'limgallen'), (1888, 'phaesiatan'), (1889, '_bbbiqi'), (1890, 'afie_seizure'), (1891, 'onasiregar'), (1892, 'Mok_Meng'), (1893, 'Mr_AhHao'), (1894, 'DamiaAs'), (1895, 'WooMyHeart_'), (1896, 'WeiJi4n'), (1897, 'nicoalettey'), (1898, 'Erivy29'), (1899, 'scribbleher'), (1900, 'HeelVikhram'), (1901, 'kettavan7'), (1902, 'clarathelady'), (1903, 'yajirushii'), (1904, 'Spongylove'), (1905, 'TravisEMP'), (1906, 'syfulista'), (1907, 'vanillahoe'), (1908, 'Brian_Marsh'), (1909, 'ashrafhilmy'), (1910, 'NorainiAris'), (1911, 'e_vyz'), (1912, 'kevincjz'), (1913, 'rasbit911'), (1914, 'dewi_sun25'), (1915, 'MokJiaQi'), (1916, 'FairuzAzrie'), (1917, 'wOotShanShanLa'), (1918, 'vieeechan'), (1919, '_syidan'), (1920, 'armanique'), (1921, 'thrrisha1'), (1922, 'YsmaelPascual'), (1923, 'edo_zhizhiku'), (1924, 'Sharlenetbj'), (1925, 'feefaifhofum'), (1926, 'anggitarizki'), (1927, 'kcvarmas'), (1928, 'iampeejayv'), (1929, 'sitizu'), (1930, 'benben1993'), (1931, 'nadreshadi'), (1932, 'candicechong_'), (1933, 'HarlemCalling'), (1934, 'modihahyuk'), (1935, 'QasrinnaBalqis'), (1936, 'd0uxarmour'), (1937, 'tsurajewellery'), (1938, 'y0ngguks'), (1939, 'lordpai'), (1940, 'FerlinnnnnnChia'), (1941, 'SuriSaif'), (1942, 'KhairulAlonso'), (1943, 'chloe_dapandah'), (1944, 'DarienSeinders'), (1945, 'dyeoxiaoen'), (1946, 'AndrewRavenTan'), (1947, 'lzyjustin'), (1948, 'StereoR_'), (1949, 'ZulMohamad'), (1950, 'liyana18'), (1951, 'Xinnnnyyi'), (1952, 'MDNAlfian'), (1953, 'EveBiteYou'), (1954, 'plusaheart'), (1955, 'yawencheng11'), (1956, 'smexayarse'), (1957, 'teeqar'), (1958, 'Liani_Luvlilady'), (1959, 'anameizing'), (1960, 'iamSmallRon'), (1961, 'Norhazimahhashi'), (1962, 'kayanne305'), (1963, 'plwh888'), (1964, 'khairulnz'), (1965, 'sifrifaheem'), (1966, 'Bahyimann'), (1967, 'adriantan18'), (1968, 'ElliottQuek'), (1969, 'Nazeem27'), (1970, 'sh3rw1n'), (1971, 'hanafimaicon'), (1972, 'Letitiachuaa'), (1973, 'trb97lalala'), (1974, 'AnnKhanungnit'), (1975, 'fazrulazreen'), (1976, 'airil_91'), (1977, 'wakzailan'), (1978, 'Cursedwithloves'), (1979, 'BIGguy_ND'), (1980, 'lexelledextjluv'), (1981, 'MuhdHykal'), (1982, 'HazeeraBob'), (1983, 'summeerrrlightt'), (1984, 'tyhasarkawi'), (1985, 'liverpool_98'), (1986, 'isharuddin85'), (1987, 'junpega'), (1988, 'sidleeks'), (1989, 'aeru88'), (1990, 'dian_isabelle'), (1991, 'ededdeddee'), (1992, 'MEtt4_a'), (1993, 'murderouspig'), (1994, 'MObliopa'), (1995, 'XtyMary'), (1996, 'DhalinLoco'), (1997, 'DavidhoeTC'), (1998, 'Nicola_Wongg'), (1999, 'DeeshrafEl'), (2000, 'JonAntonioHee'), (2001, 'miseryofjoy'), (2002, 'iBieberGal'), (2003, 'UndoForLife'), (2004, 'kopilighter'), (2005, 'RADIYAHBEGUM'), (2006, 'HelioMiAmo'), (2007, 'zzzhenling'), (2008, 'jamornh'), (2009, 'kyersay'), (2010, 'Getxo64'), (2011, 'Jasonnah'), (2012, 'firepoison35'), (2013, 'MeiyanZMY'), (2014, 'danushdanz97'), (2015, 'MikaReyes10'), (2016, 'ACXW'), (2017, 'zerotwozerosix'), (2018, 'henry3773'), (2019, 'ltcj85'), (2020, 'rinoa1984'), (2021, 'GinDaniel'), (2022, 'ningningDMWH'), (2023, 'JonBogs'), (2024, 'missysuanne'), (2025, 'HelloAlanLeong'), (2026, 'NagaJULZ'), (2027, 'dirtratz91'), (2028, 'nurhadirin'), (2029, 'Sharmayneee'), (2030, 'ooblar_blaroo'), (2031, 'IdaEeduh'), (2032, 'music_dope'), (2033, 'amiszan'), (2034, 'zjchan88'), (2035, 'jingsdlumanta'), (2036, 'goddywinnn'), (2037, 'nufa204'), (2038, '_TimothyLim'), (2039, 'Nat_IsaFool'), (2040, 'ohstupidfiedme'), (2041, 'MTMY24'), (2042, 'MeowyMeowMe'), (2043, 'uum'), (2044, 'louizeeeeee'), (2045, 'rama_atm'), (2046, 'BoonChongChoo'), (2047, 'GongGonGz'), (2048, 'R_yus'), (2049, 'akosiJERG'), (2050, 'JonasOwnz'), (2051, 'bilaaddnan'), (2052, 'LeFishBone'), (2053, 'jaleesaagain'), (2054, 'wiwinearliany'), (2055, 'EmmanueLau'), (2056, 'acylationk'), (2057, 'DirectJoey'), (2058, 'Bonitadaf'), (2059, 'iamLPolaris'), (2060, 'theinkha'), (2061, 'lping84'), (2062, 'cieollanaqmanja'), (2063, 'fadli_doeli'), (2064, 'glamourbeetch'), (2065, 'toyZone_jr'), (2066, 'omgjams'), (2067, 'Affranto_lee'), (2068, 'Erid_Adam'), (2069, 'ueewee'), (2070, 'yaaAtiqah'), (2071, 'vicstation'), (2072, 'JennyTMQ'), (2073, 'endlesscookie'), (2074, 'agrimsingh'), (2075, 'vehluhrehtan'), (2076, 'pangoong'), (2077, 'KhorZhiHou'), (2078, 'flymetodeemoon'), (2079, 'pspkpspk'), (2080, 'TheJeeHan'), (2081, 'joanalyza'), (2082, 'DinIsAce'), (2083, 'dmbressoud'), (2084, 'Dexterlimm'), (2085, 'RidzwanIsTorres'), (2086, 'ElviraPeach'), (2087, 'izyaniDidi'), (2088, 'InaaLoves'), (2089, 'flyingclement'), (2090, 'AnnahTriaLovato'), (2091, 'hannanihanan'), (2092, 'ZulfiqarJ'), (2093, 'Khuzaimah_'), (2094, 'aensk84life'), (2095, 'RyanYap_'), (2096, 'aazraai'), (2097, 'doitbytheballs'), (2098, 'MerrickP_JY'), (2099, 'lovedestiny81'), (2100, 'skinnybonny'), (2101, 'alvinnyeoo'), (2102, 'yuxin23'), (2103, 'MrAhWei'), (2104, 'anyssazubir'), (2105, 'rhe_li'), (2106, 'i96kid_subi'), (2107, 'chantalsin'), (2108, 'ssxn'), (2109, 'sharollshiroll'), (2110, 'ludviknan'), (2111, 'Iman_Knight'), (2112, 'Mount_Mark'), (2113, 'JazaLfiyan'), (2114, 'katycat_amelia'), (2115, 'nazirah16'), (2116, 'Khunnifiedx'), (2117, 'RyaFahriellys'), (2118, 'viviLGYoung'), (2119, 'lynnerd0babe'), (2120, 'sthboutlove'), (2121, 'ReminiscentLove'), (2122, 'MinnetteeeTyvm'), (2123, 'AndreasTJJ'), (2124, 'yanwu02242011'), (2125, 'GlennLibradilla'), (2126, 'followLin'), (2127, 'j_anne31'), (2128, 'ILoveToPew'), (2129, 'matildadwynwen'), (2130, 'whutnut'), (2131, 'HadiKotyk'), (2132, 'belongsto_caca'), (2133, 'justinpaolo'), (2134, 'gracealexgoh'), (2135, 'rachasatun'), (2136, 'Vanessjia'), (2137, 'BuppeBuppe'), (2138, 'apolskee'), (2139, 'NizarStyles'), (2140, 'Imalfredvaldez'), (2141, 'axkhaiie'), (2142, '_Lynetteezx'), (2143, 'ogillin'), (2144, 'AraiJohor'), (2145, 'haydee1702'), (2146, 'uroz'), (2147, 'XINYUx'), (2148, 'jerickmedrano'), (2149, 'suhailanorddin'), (2150, 'miyagi'), (2151, 'LambChop_Yk'), (2152, 'b_tiffanyyy'), (2153, 'aiiughandira'), (2154, 'HAHAHASOOFUNNY'), (2155, 'yuvanboentoro'), (2156, 'CEEze_Zc'), (2157, 'AdeqEstee'), (2158, 'Neronurihsan'), (2159, 'ItsaMeJunYi'), (2160, 'MdNurAbdillah'), (2161, 'adekjulie2'), (2162, 'uberkylie'), (2163, 'phoegasus'), (2164, 'caiyixian'), (2165, 'smlwong'), (2166, 'FABERLYNSTAR'), (2167, 'Niniluvxx'), (2168, 'nananadhirah'), (2169, 'chloeanggg'), (2170, 'twifi3'), (2171, 'BeautifulSenna'), (2172, 'azwinidris'), (2173, 'riduananuar'), (2174, 'hongchun95'), (2175, 'adelenasykn'), (2176, 'nizamzuhry'), (2177, 'minghongtan'), (2178, 'Jiqiangg'), (2179, 'Changtheungkoon'), (2180, 'klliu'), (2181, 'heritrisusanto'), (2182, 'nursulastri'), (2183, 'firdausz84'), (2184, 'SherylherSly'), (2185, 'yixianggggg'), (2186, 'brandonming'), (2187, 'angeluvsyou'), (2188, 'LisaHeartsyouu'), (2189, 'WsonGuaiLanKia'), (2190, 'Diva_Melinda1'), (2191, 'NazmiVDW'), (2192, 'XENAGIAM'), (2193, 'HaveYouMetCHEE'), (2194, 'bEentUnk'), (2195, 'autumn_candy'), (2196, 'kensai68'), (2197, 'IsaacLampard'), (2198, 'AscidHokuge'), (2199, 'Secretofheartz'), (2200, 'psongfa'), (2201, 'OneSideSore'), (2202, 'aishaahhTRAD'), (2203, 'fadlyelly'), (2204, 'MindychuaMindee'), (2205, 'SunshineSuriana'), (2206, 'annDchilli'), (2207, 'RockyHWK'), (2208, 'Sweathui'), (2209, 'JolandTristan'), (2210, 'Jacelynlynlyn'), (2211, 'kindermarki'), (2212, 'sep_muslih'), (2213, 'GimiKnows'), (2214, 'ellinchandra'), (2215, 'Kaiqiohhh'), (2216, 'P0nyL0rd'), (2217, 'Hannah_Shielin'), (2218, 'Red_zun'), (2219, 'Firman_Radytia'), (2220, 'Fyzo82'), (2221, 'kimi_56'), (2222, 'fiqh_riey'), (2223, 'YulianusLadung'), (2224, 'Eugenecmj'), (2225, 'BuNNy_LaZy'), (2226, 'Matthewtan93'), (2227, 'ItsAlwaysAmmar'), (2228, 'IkhwanSmile'), (2229, 'IMALOLGURL'), (2230, 'yiharn24'), (2231, 'maytheawesome'), (2232, 'fatboygang'), (2233, 'myungcandy'), (2234, 'Albert_teo'), (2235, 'LYS_Louis'), (2236, 'kate_yeo'), (2237, 'AgnesLim0211'), (2238, 'henskem'), (2239, 'masskpbt'), (2240, 'melpig'), (2241, 'mdhfzz'), (2242, 'yanneng'), (2243, 'w01fz'), (2244, '_chapterzero'), (2245, 'ObnoxiousUsher'), (2246, 'ChuaXinEn'), (2247, 'ohohziehaRE'), (2248, 'ViewJSP'), (2249, 'coco612749'), (2250, 'Kristin_BeeBee'), (2251, 'Sazzzzyyyyy'), (2252, 'norisann5155'), (2253, 'LOLwongz'), (2254, 'nurinbrooks'), (2255, 'makeup_blogette'), (2256, 'kenny_ccy'), (2257, '_whitewishes'), (2258, 'iqbal_gemok'), (2259, 'AziMizA'), (2260, 'LimYi_'), (2261, 'FAM_OYABUN'), (2262, 'jeedsnong'), (2263, 'zuanmingw'), (2264, 'AshIssac'), (2265, 'mashmine'), (2266, 'evil_kun'), (2267, 'lovejunsu09'), (2268, 'AnWonders'), (2269, 'Andrew_Lzw'), (2270, 'durralumin_'), (2271, 'nurichan'), (2272, 'takiyoakimo'), (2273, 'xinyee88'), (2274, 'thivashini31'), (2275, 'buddisetiawan'), (2276, 'MAzmiYahaya'), (2277, 'PhangZhiYong'), (2278, 'herneenazir'), (2279, 'Bunga1988'), (2280, 'zulfahamnie'), (2281, 'Purplelisticme'), (2282, 'Jaghan'), (2283, 'TeeyaLovania'), (2284, 'LorettaTay'), (2285, 'iflyhighhigh'), (2286, 'TomJavierPoh'), (2287, 'amnELF'), (2288, 'YanaAdy'), (2289, 'nellehaha'), (2290, 'stellaLJY'), (2291, 'Delon_GeNJI'), (2292, 'ELFISH_tine'), (2293, 'showkidzchen'), (2294, 'causeits_me'), (2295, 'jayehwhyanee'), (2296, 'lynnYLY'), (2297, 'Liew_Min'), (2298, 'justbeingarlyn'), (2299, 'Likeablonde'), (2300, 'AdikHasrida'), (2301, 'amirahhk'), (2302, 'shiddough'), (2303, 'ABCDubstep'), (2304, 'khatteemithi'), (2305, 'deraj_05'), (2306, 'hayatimathslink'), (2307, 'slooberbie'), (2308, 'amie_kamal'), (2309, 'Dyonna_012'), (2310, 'CazzyVcazzy'), (2311, 'TheSQUARESG'), (2312, 'smth_unique'), (2313, 'polarrey'), (2314, 'angel23lov3'), (2315, 'shakie_shark'), (2316, 'normtheman'), (2317, 'MelwinJasthol'), (2318, 'tyqafreak'), (2319, 'IraChiaki'), (2320, 'jetgoh'), (2321, 'FirahEvalina'), (2322, 'sukylite'), (2323, 'astr0b0i'), (2324, 'hchonge'), (2325, 'KaiserKlose'), (2326, 'aisahrasol'), (2327, '2ndAugust'), (2328, 'ImDavidLicious'), (2329, 'yjasmin38'), (2330, 'hyperfreak_'), (2331, 'mrsfriendly123'), (2332, 'eating_pebbles'), (2333, 'Aaron_Llm'), (2334, 'daysherr'), (2335, 'thomo_the_lost'), (2336, 'sa_sahira'), (2337, 'vipdragonkwon'), (2338, 'valerietxy'), (2339, 'P_uckMyLife'), (2340, 'shwetaarai'), (2341, 'xuannnnnxD'), (2342, 'nsyhlla'), (2343, 'TimeOutSG'), (2344, 'yaobigu'), (2345, 'whhhheitingluvv'), (2346, 'Westmeres'), (2347, 'nazrimdnoor'), (2348, 'SankyMonkey'), (2349, 'shermaineler'), (2350, 'azharhjibrahim'), (2351, 'whipcreamandice'), (2352, 'Jevrymaulana'), (2353, 'AIJINNN_CRYCRY'), (2354, 'amira_azaha'), (2355, 'lyndonnat'), (2356, 'JohnSaysMayer'), (2357, '99footsteps'), (2358, 'Me_Beegreen'), (2359, 'Kung_ongchellic'), (2360, 'SuperShabell'), (2361, 'leonhoi'), (2362, 'HEDYLYT'), (2363, 'IdhhZhdd'), (2364, 'g0rjez'), (2365, 'nambyeol'), (2366, 'felicechoww'), (2367, 'nic_chee'), (2368, 'mizamura'), (2369, 'MalvinEdwin'), (2370, 'marboed'), (2371, 'fpdraper'), (2372, 'Rawrshidd'), (2373, 'AHLINGX'), (2374, 'AHH0880'), (2375, '71LiNdA71'), (2376, 'HaBeChoo'), (2377, 'aidah'), (2378, 'dzetcube'), (2379, 'fiqahsmurfyou'), (2380, 'dajaldegil'), (2381, 'GCZuli'), (2382, 'glitterdisast3r'), (2383, 'CaiYiLuvzxc'), (2384, 'irwinhans'), (2385, 'Jianheelicious'), (2386, 'felicialpq'), (2387, 'EllySpade'), (2388, 'syaaafiqah'), (2389, 'bittersweet1998'), (2390, 'Lindacheerful'), (2391, 'hpv500'), (2392, 'JufriJafri'), (2393, 'Junyi_Flowerboy'), (2394, 'YanaLauren'), (2395, 'frednk'), (2396, 'boo_inawzays'), (2397, 'dorabase92'), (2398, 'Zhiguan'), (2399, 'infibility'), (2400, 'Mudriski'), (2401, 'kar11rendezvouz'), (2402, 'Pan2dakayy'), (2403, 'amrreza'), (2404, 'CactusAvenue'), (2405, 'AuroraScars'), (2406, 'aloha_bitch'), (2407, 'cescfarkhan4'), (2408, 'ChrisNichVinFoo'), (2409, 'musherniem'), (2410, 'nabeing'), (2411, 'haneiMJ'), (2412, 'Xinyu0110'), (2413, 'Bassmarko'), (2414, 'Maeve08'), (2415, 'iiNammz'), (2416, 'VeryStephy'), (2417, 'pgitaa17'), (2418, 'Jykissthetree'), (2419, 'JosephKimichi'), (2420, 'ilaahmdnr'), (2421, 'darlingyeo'), (2422, 'limjiajin'), (2423, 'AdenCBP'), (2424, 'kahirulaizat92'), (2425, 'Yee_Hao'), (2426, 'KagariY'), (2427, 'ukegentleman'), (2428, 'SHM_XOXO'), (2429, 'katkatring'), (2430, 'shiningrainbows'), (2431, 'by_by_fixboy'), (2432, 'FattyFatSeng'), (2433, 'noorollayyn'), (2434, 'ponytailx'), (2435, 'imiaruz'), (2436, 'cocolurkey'), (2437, 'shango_1'), (2438, 'eltsen08'), (2439, 'SitiNurhayati14'), (2440, 'Fracktrapolique'), (2441, 'joshuaadela'), (2442, 'iisjong'), (2443, 'ximmatic'), (2444, 'sandysaaandy'), (2445, 'mrlaoben'), (2446, 'Jasmine_Hyeyeon'), (2447, 'TripleHedge'), (2448, 'dawnleeeee'), (2449, 'KikiPerryCT'), (2450, 'JoevFN'), (2451, 'SuppaaKidd'), (2452, 'marklim45'), (2453, 'xiaobenchuan'), (2454, 'Jane_vip4ever'), (2455, 'faizaerina'), (2456, 'mai_bearn'), (2457, 'AtiqahHalim'), (2458, 'norhayatie_yatt'), (2459, 'Jonugrho'), (2460, 'asficatuchee'), (2461, 'vonnyks'), (2462, 'auto243'), (2463, 'YanlingFoodie'), (2464, 'evangelinelynn'), (2465, 'logesh95'), (2466, 'Elmots'), (2467, 'hannahroxanne'), (2468, 'bum_sa'), (2469, 'deonchannn'), (2470, 'neung_noname'), (2471, 'nfornatty'), (2472, 'newMartinoJD'), (2473, 'ShiXuannnn'), (2474, 'taglia'), (2475, 'beatrice_ftw'), (2476, 'adelleelleda'), (2477, 'ChloeTaan'), (2478, 'NicholasNe0'), (2479, 'ZillaCyra'), (2480, 'pinkktooth'), (2481, 'Kiwiang88'), (2482, 'SagiJoeyi'), (2483, 'fievelleveif'), (2484, 'Thadpon'), (2485, '99_jaya'), (2486, 'heyymissB'), (2487, 'SEXDRUGZNHOUSE'), (2488, 'Skysquawk'), (2489, 'iqmalhafyfy'), (2490, 'PinkWhimsical'), (2491, 'adlrocks'), (2492, 'Rie_SeLLy'), (2493, 'jattamat'), (2494, 'AlysFudgiexD'), (2495, 'LoveLifeDK'), (2496, 'HazelRosli'), (2497, 'noo3ua'), (2498, 'BOBBYLEEJY'), (2499, 'Firezal'), (2500, 'ciyahyuri19'), (2501, 'toujoursamour_'), (2502, 'matriarchmiza'), (2503, 'Music_Sonia'), (2504, 'TylerWangJiling'), (2505, 'rina_sumanti'), (2506, 'farahnajuwa'), (2507, 'kendralynn_sc'), (2508, 'LayLaMarLya'), (2509, 'AbdillahYusof'), (2510, 'thomasgalih'), (2511, 'Cursedetragedy'), (2512, 'SinnnYiii'), (2513, 'PeiiYU'), (2514, 'Ziine_Panistar'), (2515, 'Ellyzachcy'), (2516, 'dylankkap'); INSERT INTO `users` (`id`, `username`) VALUES (2517, 'KlinsmannMCW'), (2518, 'WaSianzla'), (2519, 'dibyeee'), (2520, 'haedardesu'), (2521, 'jerompy'), (2522, 'flyinggballoons'), (2523, 'shaketotheleft'), (2524, 'x_ItsJasmine_x'), (2525, 'herokicap'), (2526, 'irwan31391872'), (2527, 'NeoAaragorn'), (2528, 'ilangumaran'), (2529, 'GohJianCheng'), (2530, 'LCP_Billy'), (2531, 'jtventurero'), (2532, 'NicoleMLucas'), (2533, 'Clown_Clownlvin'), (2534, 'DebSalvatores'), (2535, 'yohumansimjoey'), (2536, 'IMOUSTACHEYOU_'), (2537, 'Amli_Ayu'), (2538, 'liziiblursotong'), (2539, 'MSuhail_11'), (2540, 'wafitoo'), (2541, 'Izharaaa'), (2542, 'heartwinkle'), (2543, 'ZHUANMEI'), (2544, 'AmirulDawson'), (2545, 'ahtiong73'), (2546, 'Adillafindi'), (2547, 'meipingxo'), (2548, 'tzzfe'), (2549, 'Pearlynzhuzhu'), (2550, 'ros3bull3tbang'), (2551, 'Blasphemyyy'), (2552, 'mamorri88'), (2553, 'Yiling_Emily'), (2554, 'TIMEEisMONEYYY'), (2555, 'Ami_Noor'), (2556, 'fiqu0'), (2557, 'yourstrulyfanny'), (2558, 'Miss_Nikkou'), (2559, 'Marcustxk'), (2560, 'jiahao93'), (2561, 'ataqangelinet'), (2562, 'Muhaaiimin'), (2563, 'NurulIkaAtika'), (2564, 'mrsamuelk'), (2565, 'FIONAchy'), (2566, 'saw_starstruck'), (2567, 'architectkim'), (2568, 'auguste00'), (2569, 'ILYForeverLuhUh'), (2570, 'markjimandkathy'), (2571, 'SLavigneZHao'), (2572, 'jeanisabella'), (2573, 'funnafarhanah'), (2574, 'JaJaJackIsANerd'), (2575, 'nigel17'), (2576, 'SuHisTokkiOri'), (2577, 'shaunwah'), (2578, 'Angshiting'), (2579, 'ThomasChia'), (2580, 'Zoe_Zou'), (2581, 'errrrnie'), (2582, 'randyfu'), (2583, 'ouhmygawd'), (2584, 'MsJaslyn_88'), (2585, 'renjitckit30'), (2586, 'EvangelineHoney'), (2587, 'ALive_22_02_12'), (2588, 'hishamdiddy'), (2589, 'siyingxyz'), (2590, 'lennihan'), (2591, 'Xiiangxiang'), (2592, 'shahrinsaberin'), (2593, 'AweenMuhamad'), (2594, 'JiayingMabel'), (2595, 'eating_omnomnom'), (2596, 'Fylesh'), (2597, 'irwan_parcin'), (2598, 'HazLevine'), (2599, 'mbsullivan'), (2600, 'xiaoclin'), (2601, 'hafidz9700'), (2602, 'kianhweee'), (2603, 'serisyarianie'), (2604, 'theadventuRYZt'), (2605, 'SotongAndy'), (2606, 'IzynHzwniH'), (2607, 'yusufuckyou'), (2608, 'Amorettez'), (2609, 'ThePrimeSociety'), (2610, 'nottyparisian'), (2611, 'daryaplis'), (2612, 'starlightnites'), (2613, 'Siencong'), (2614, 'Wiwiennnnn'), (2615, 'Annabellly'), (2616, 'HidayahhTiong'), (2617, 'aliciaEighteen'), (2618, 'Sky_Cheng'), (2619, 'Laveniiaa'), (2620, 'StinkieStinky'), (2621, 'scarglo'), (2622, 'valerie_hazel'), (2623, 'fahfak'), (2624, 'Nuralifaaa'), (2625, 'Reynoldyeo'), (2626, 'lowjingshin'), (2627, 'SarahYana168'), (2628, 'JHaohao'), (2629, 'danndanishdann'), (2630, 'Man_SaLvaTiON'), (2631, 'sharacheera'), (2632, 'UNICKIQUE'), (2633, 'lemonyng'), (2634, 'meyyabdullah'), (2635, 'NarniaUnicorn'), (2636, 'DANNICAsii0lzx'), (2637, 'AsziaH'), (2638, 'MySunshineSunny'), (2639, 'PatriciaChoon'), (2640, 'ZforZhou'), (2641, 'DhiyaLiyana'), (2642, 'Kellyheartsyou'), (2643, 'nathania_liem'), (2644, 'sayangecah'), (2645, 'Rizwannnaaa'), (2646, 'thegurl95'), (2647, 'NuRuLSyAhILA'), (2648, 'alloymkl'), (2649, 'jamesmaslow222'), (2650, 'IHeartSunny'), (2651, 'ahmerul'), (2652, 'redcheezy'), (2653, 'LimJiaQi2298'), (2654, 'Leona_Goh'), (2655, 'Jessicaxes_Lee'), (2656, 'winniekang_'), (2657, 'sazlina1408'), (2658, 'Freza11'), (2659, 'iamdexterio'), (2660, 'Fyenovak'), (2661, 'SohJulia'), (2662, 'freddofred'), (2663, 'malaychic'), (2664, 'afzalrumaizei'), (2665, 'izJeremy'), (2666, 'outloosezebra'), (2667, 'esther_kow'), (2668, 'Ryllicious'), (2669, 'IvenaN'), (2670, 'ChingCrestfall'), (2671, 'Cloveria96'), (2672, 'OsnapitzJieber'), (2673, 'Deda_GJB'), (2674, 'oboeyyy'), (2675, 'farahnbj'), (2676, 'haaiyoo'), (2677, 'hermy_nog'), (2678, 'Astonboi97'), (2679, 'faialves'), (2680, 'WEITASTIC'), (2681, 'BaoHuiDunnoyou'), (2682, 'CharlestonLian'), (2683, 'byungderp'), (2684, 'All_Of_Me_7'), (2685, 'Amelanggara'), (2686, 'youngstars710'), (2687, 'eowylies'), (2688, 'sherry_pengUIN'), (2689, 'koibito_rain'), (2690, 'FattasticShiraz'), (2691, 'Zhengjietan'), (2692, 'SYNCMYXOXO_'), (2693, 'drlowem'), (2694, 'bourne_ball'), (2695, 'yvonnewong88'), (2696, 'IrfanOomsk'), (2697, 'Lui_Panupan'), (2698, 'EffaAzhari'), (2699, '28gretchen'), (2700, 'ShutingXo'), (2701, 'lystraa'), (2702, 'ShihuiFmlFml'), (2703, 'kennylow75'), (2704, 'BluSe_YulCa'), (2705, 'iqqivr'), (2706, 'yayaever'), (2707, 'diztancez'), (2708, 'SyafiqahNutella'), (2709, 'FarihahO'), (2710, 'GaemDyan'), (2711, 'firerabbit24'), (2712, 'WANCICAK2'), (2713, 'andre_wiguna'), (2714, 'HornyRobott'), (2715, 'sintacute90'), (2716, 'zikrulaminn'), (2717, 'VishnuNair28'), (2718, 'AliImran85'), (2719, 'th_loveee'), (2720, 'NilasyahR'), (2721, 'Pakornw'), (2722, 'Felishhaa'), (2723, 'pokwewanzul'), (2724, 'OlanAim'), (2725, 'roydevlin'), (2726, 'OXWGermaine'), (2727, 'Siimplelovee'), (2728, 'rachelzhu_raju'), (2729, 'Fifie_cutiepie'), (2730, 'HAAKKIIM'), (2731, 'effiralea'), (2732, 'Nnut_tn'), (2733, 'SeanTooKaiWen'), (2734, 'JasmineEng'), (2735, 'ArepHaohe'), (2736, 'KIIHUWKUBF'), (2737, 'xiiaoshiwang'), (2738, 'wngclnceline'), (2739, 'arilvengeance'), (2740, 'sherylsiying'), (2741, 'ShootMeInMyHead'), (2742, 'shykamon'), (2743, 'nurafza87'), (2744, 'AMAZONtotheMAX'), (2745, 'my_name_is_erl'), (2746, 'LikeANinjaZXC'), (2747, 'teeranai3524'), (2748, 'KimKyunJun'), (2749, 'Alif_Pom'), (2750, 'emmettseow'), (2751, 'January_ldy'), (2752, 'nurfatinn'), (2753, 'AmySiaoZhabor'), (2754, 'thehotzebra'), (2755, 'isalihin'), (2756, 'raynlim'), (2757, 'stinedlc'), (2758, 'pijaaa_he'), (2759, 'nadiaHHelena'), (2760, 'alystrinasha'), (2761, '_MaryaM_98'), (2762, 'i_nubeer'), (2763, 'Shan_Boi'), (2764, 'RanajoyRoy'), (2765, 'R_L_Suarez'), (2766, 'Sopheeeyaa'), (2767, 'eddysjj'), (2768, 'SOKKANsalvatore'), (2769, 'awzm_amirul'), (2770, 'Shanicelovees_'), (2771, 'BeNasSkiCKeR'), (2772, 'nicholasphooi'), (2773, 'qyblingtastic'), (2774, 'LovayeRebec'), (2775, 'iemaldia'), (2776, 'akosibenedict'), (2777, 'LalolaWaitez'), (2778, 'Dwenzers'), (2779, 'Justeilla'), (2780, 'IAmStunned'), (2781, 'PatorikkuLove'), (2782, 'summerfade'), (2783, 'MrsDino__'), (2784, 'pixelatedlovee'), (2785, 'Gibson_Liow'), (2786, 'Zharfire'), (2787, 'GEORGINAA_eve'), (2788, 'anisahmadzlee'), (2789, 'pingzzzzzzzzzzz'), (2790, 'mickeylasa'), (2791, 'azahar90'), (2792, 'm_onicagabriel'), (2793, 'VanessaVaune'), (2794, 'JoelSoong'), (2795, 'weifairer'), (2796, 'nabilriyobrown'), (2797, 'sam_yeong'), (2798, 'aidillaulya'), (2799, 'KeeganLZJ'), (2800, 'jpkaren'), (2801, 'RokudoDLZS'), (2802, 'Ungku_Eizaaz'), (2803, 'irincrutxx'), (2804, 'Sheehmint'), (2805, 'GagaBurnsCar'), (2806, 'TopRyeong'), (2807, 'adlidayak'), (2808, 'pinchyshoes'), (2809, 'ShinSiTiJiyoNg'), (2810, 'littlekeshh'), (2811, 'ImranAjmain'), (2812, 'FarhanahKhan'), (2813, 'LalaSuzaay'), (2814, 'hendrahehe'), (2815, 'MieraMutazah'), (2816, 'shahreenaman'), (2817, 'Ngmingjie'), (2818, 'ilurveamfi'), (2819, '_FarhaCullen'), (2820, 'SkyAreBlues'), (2821, 'royceisprince'), (2822, 'hottttmarie'), (2823, 'Juliennekayla'), (2824, 'hillary_busadre'), (2825, 'pissmylipz'), (2826, 'YesungMad'), (2827, 'NatashaRenalz'), (2828, 'rae_hight'), (2829, 'PUDIDT'), (2830, 'sonnamshinn'), (2831, 'IgnatiusEwe'), (2832, 'softtkittyy'), (2833, 'nineyer'), (2834, 'rxckandrxll'), (2835, 'sjpiano24'), (2836, 'Jun_wei90'), (2837, 'ShawolJoey'), (2838, 'ayanejepun'), (2839, 'fan_peiyi'), (2840, 'Iam_miko'), (2841, 'Prettyswans'), (2842, 'Silentbear_'), (2843, 'DontPressOnThis'), (2844, 'ziqahBa'), (2845, 'Silver_Ang'), (2846, 'eyeslikepeanuts'), (2847, 'LegiNWH'), (2848, 'ohAntoni'), (2849, 'jeffcheong'), (2850, 'SHANNLIM3'), (2851, 'wennwennxoxo'), (2852, 'ahwei'), (2853, 'echo_bi'), (2854, 'chenxiang1'), (2855, 'ttppcuppycake'), (2856, 'reducxion'), (2857, 'idkwhyust4lkmeh'), (2858, 'Abovethepocket'), (2859, 'Hikarux33'), (2860, 'WOONJEAN'), (2861, 'HaagenHanz88'), (2862, 'beingsorandom'), (2863, 'AhJonAh'), (2864, 'TanJouyi'), (2865, 'EkalSquawk'), (2866, 'HoYingChewYouUp'), (2867, 'ShiyiLeong'), (2868, 'AcaOsb'), (2869, 'Burnt_Cigarette'), (2870, 'AnnSyvill'), (2871, 'HadhriSuimez'), (2872, 'kelfoong'), (2873, 'VonFreeze'), (2874, 'wulweirdo'), (2875, 'TianNingg'), (2876, 'prapasrisaw'), (2877, 'SupriyaL'), (2878, 'DeeSeoppie'), (2879, 'Karen5509'), (2880, 'laser_bunny'), (2881, 'B2UTYFULJUN'), (2882, 'sxgarlips'), (2883, 'ferdinal_31'), (2884, 'viovong'), (2885, 'Alefiyahzxs'), (2886, 'GymClassHeroees'), (2887, 'dionyyyy'), (2888, 'Mr_evil_guy'), (2889, 'ohmymama_bitch'), (2890, 'jariyayahyahh'), (2891, 'XiaoYu_SCREAM'), (2892, 'SaifuloffIcial'), (2893, 'hbsause'), (2894, 'chomhyunism'), (2895, 'Yiting3101'), (2896, 'muazx_986'), (2897, 'handsumfreak'), (2898, 'imfreakainsanic'), (2899, 'engrmariano'), (2900, 'javierlla'), (2901, 'AshiqinPutri'), (2902, 'thisissilun'), (2903, 'iissexay'), (2904, 'Pheefully'), (2905, 'Satriyoga'), (2906, 'AumRW'), (2907, 'fionalervon'), (2908, 'shah_only'), (2909, 'xuansaymyname'), (2910, 'weeteck'), (2911, 'byungbyungie'), (2912, 'fwhoaitsnat'), (2913, 'syznrzhr'), (2914, 'hsykaren'), (2915, 'eileenanggg'), (2916, '_PainisCupcake_'), (2917, 'GlennAlexei'), (2918, 'arsewan'), (2919, '98daisies'), (2920, 'lazzyboii'), (2921, 'CeD_tweeter'), (2922, 'Cuidadito'), (2923, '_OAOA_'), (2924, 'juliet_koh'), (2925, 'PocoyoKiddo'), (2926, 'jeanwongx'), (2927, 'ruishan91'), (2928, 'Prawnloves'), (2929, 'BoyfizHafiz'), (2930, '6kirara9'), (2931, 'AusTuAus'), (2932, 'sunnymnu17'), (2933, 'EUGENIALOVESYOU'), (2934, 'ingraleat'), (2935, 'jayohelle'), (2936, 'shiminkoh'), (2937, 'glitteringchaos'), (2938, 'jejieyaceki'), (2939, 'huixianchang'), (2940, 'JeLLyYuSoF'), (2941, 'asyraaftaiga'), (2942, 'driedrosepetals'), (2943, 'XiaooCaii'), (2944, 'AmirulJr'), (2945, 'PinkkBananaa'), (2946, 'Ribbonluvsz'), (2947, 'trishalpay'), (2948, 'junyi_owen'), (2949, 'aizam_ramlee'), (2950, 'mokunehneh'), (2951, 'siowpei'), (2952, 'MyNameIsFazz'), (2953, 'YiLLinn'), (2954, 'Thiangjuu'), (2955, 'Ash_Sas'), (2956, 'mikefoong'), (2957, 'CatchNoBalls'), (2958, 'AmiraStarvampz'), (2959, 'nabit_bits'), (2960, 'iluvamythis'), (2961, 'ValentiaXabiere'), (2962, 'iambell'), (2963, 'DwayneNg1'), (2964, 'SyafiqahSubucty'), (2965, 'ecstasyfantasy'), (2966, 'Crystalcjn'), (2967, 'nawwlbs'), (2968, 'IANTANNNN'), (2969, 'kammylele'), (2970, 'nisa_arika'), (2971, 'min261hotmail'), (2972, 'mhike_pogi'), (2973, 'racerzgtr'), (2974, 'HafeezCalderone'), (2975, 'ar1c'), (2976, 'Oragaga'), (2977, 'Blurrberryxo'), (2978, 'fizazihan'), (2979, 'WhyYouDamnCute_'), (2980, 'liannenikki'), (2981, 'SandyLiang'), (2982, 'haaneef'), (2983, 'erickonasis'), (2984, 'YourSonNoFather'), (2985, 'itwasazran'), (2986, 'imamanduhz'), (2987, 'elnaastory'), (2988, 'dheasya'), (2989, 'yolandeops'), (2990, 'Rouselle'), (2991, 'riddeeallstar'), (2992, 'LeePriz94'), (2993, 'franciszdenise'), (2994, 'longchenfish'), (2995, 'N4VY_SE4L_TE4M6'), (2996, 'kelvinhadinata'), (2997, 'AimiaNZ'), (2998, 'stephaniehongg'), (2999, 'RollAndDie'), (3000, 'shigilee'), (3001, 'seahbaohui'), (3002, 'aryantoli'), (3003, 'heyme05'), (3004, 'DTrain'), (3005, 'mdzulkar9'), (3006, 'ariya_mukdajarn'), (3007, 'sofea93'), (3008, 'asotwx'), (3009, 'afreak92'), (3010, 'syafikamadiha'), (3011, '4ukcha'), (3012, 'Magggdalene'), (3013, 'djalenenl'), (3014, 'alvin_khoo'), (3015, 'Berlinda_lolly'), (3016, 'BeaaastYoseeob'), (3017, 'ImanHeng'), (3018, 'krxstine'), (3019, 'Jamasuru'), (3020, 'anglovetiffco'), (3021, 'jojo_alicia'), (3022, 'Pacman092'), (3023, 'farinasmile'), (3024, '_srwti_'), (3025, 'Lonerific'), (3026, 'ZaimahNassir'), (3027, 'thelittletoes_'), (3028, 'peaceserene'), (3029, 'lamchekyeow'), (3030, 'crazyschizo'), (3031, 'dionlyhz'), (3032, 'MeiYuChing'), (3033, 'XOSWEETDOPE'), (3034, 'DansonMissYou'), (3035, 'abuhuzaifah'), (3036, 'LienaMazlan'), (3037, 'stephanemonfort'), (3038, 'lysluvyuh'), (3039, 'afeeqamran'), (3040, 'Qingyqing'), (3041, 'Shaamiym'), (3042, 'amazaynharry'), (3043, 'thepighead'), (3044, 'EdwinChew85'), (3045, 'thalithalolytha'), (3046, 'superbtastic'), (3047, 'poppingkoreans'), (3048, 'mrmad85'), (3049, 'aliamarvel'), (3050, 'MsLoukkaew'), (3051, 'Jamiejiemin'), (3052, 'keroupudding'), (3053, 'Huiling_Vamps'), (3054, 'CharlesNeo'), (3055, 'Ahdyla'), (3056, 'tatmeng'), (3057, 'ShanSteadyShan'), (3058, 'Joannetwinnie'), (3059, 'WeiEnKisiaozxc'), (3060, 'NajihaRazin'), (3061, 'HuiLengg'), (3062, 'akosiMund69'), (3063, 'JoelDobserver'), (3064, 'Mark_momo'), (3065, 'zierrdassxox'), (3066, 'cyben76'), (3067, 'Chemist_Sim'), (3068, 'toon_sp'), (3069, 'sexyunited95'), (3070, 'mr_daniel_lee'), (3071, 'fidzNasir'), (3072, 'MuhdFarizIsmail'), (3073, 'FareezShahNB'), (3074, 'JamesTcs'), (3075, 'shirokhai'), (3076, 'DarrenLAH'), (3077, 'redlipstickx'), (3078, 'EveLovelle'), (3079, 'renabunny'), (3080, 'IrfanBhaskara'), (3081, 'ScottEBales'), (3082, 'baaazil'), (3083, 'AmmarCorona'), (3084, 'K3nT_95'), (3085, 'ibanez_sun'), (3086, 'Rasty_Putry'), (3087, 'TalkactiveYum'), (3088, 'Dexmon12'), (3089, 'mori2hk'), (3090, 'wTone_'), (3091, 'JingQuanSoh'), (3092, 'Assslin'), (3093, 'ElGranNicholas'), (3094, 'AprBecks'), (3095, 'monnakid'), (3096, 'VELVETSKINNED'), (3097, 'rimatresna'), (3098, 'Sapphirehole'), (3099, 'PeaceAtjm1999'), (3100, 'sulhanS'), (3101, 'CbsJared'), (3102, 'the1withm'), (3103, 'deepteshgill'), (3104, 'SasaTan'), (3105, 'gwaaacie'), (3106, 'HafizNoahhh'), (3107, 'hx__'), (3108, 'Haneyhbury'), (3109, 'asdfghjkllogic'), (3110, 'JiiRakSaa'), (3111, 'sssudrajat'), (3112, 'DrCrapalot'), (3113, 'YessicaMEP'), (3114, 'gradyjasonng'), (3115, 'nezdavis'), (3116, 'honcheng'), (3117, 'feffrey'), (3118, 'yapwanhsien'), (3119, 'fdhidalgo'), (3120, 'Gerlyngerlyn'), (3121, 'SMOOCHMI'), (3122, 'CLOWEEEEEEEEEE'), (3123, 'JoeAngHari'), (3124, 'bunnyseung'), (3125, 'AHKIndonesia'), (3126, 'billysoh'), (3127, 'rohanpasari'), (3128, 'anmjoven'), (3129, 'NathanPareja'), (3130, 'Meow_Rolf_Oink'), (3131, 'Mairaahtar'), (3132, 'xiia0hei'), (3133, 'MinaNgiew'), (3134, 'TheVeryLazyMe'), (3135, 'S_T_Y_L_E_S_'), (3136, 'NurinReen'), (3137, 'YujiaAmore'), (3138, 'kayleygoh'), (3139, 'candieslicious'), (3140, 'skyenation'), (3141, 'piggyoinkoinkz'), (3142, 'Fidutfifi'), (3143, 'HaidiMohd'), (3144, 'novirusli'), (3145, 'dararinaginting'), (3146, 'paintlightnings'), (3147, 'berryputra'), (3148, '9w2usm'), (3149, 'charan1281'), (3150, 'nataliette'), (3151, 'iliJimidz'), (3152, 'NerdyMoron'), (3153, '10dollarblogger'), (3154, 'SyntheticDuke'), (3155, 'animorphs_84'), (3156, 'EILEENYOONKEY'), (3157, 'iNotBlur'), (3158, 'MarcusRadley'), (3159, 'euniceseow'), (3160, 'HJunyuan'), (3161, 'theweedhead'), (3162, 'finaxyz'), (3163, 'APPLELICIOUS_'), (3164, 'keith_smilee'), (3165, 'eeralala'), (3166, 'EpicallyShawn'), (3167, 'CikSytie'), (3168, 'DougieYong'), (3169, 'mariaagathaj'), (3170, 'SheelaTan'), (3171, 'NDBMZ'), (3172, 'zulkr9n'), (3173, 'HaniKumar'), (3174, 'eye332'), (3175, 'joabbieeee'), (3176, 'Mei_YJ_Sarang'), (3177, 'Vikeswaran'), (3178, 'eryqyd'), (3179, 'iheartsix06'), (3180, 'DNiswhatido'), (3181, 'shafiq_rahim'), (3182, 'Renee_sherlynn'), (3183, 'tEphanii'), (3184, 'Muqtasid987'), (3185, 'VanHamtaro'), (3186, 'ikatykaa'), (3187, 'jienilicious'), (3188, 'WaNZA24'), (3189, 'Babydhara10'), (3190, 'loveyouzxc'), (3191, 'cw_281'), (3192, 'frappeliciousQT'), (3193, 'HaneyBarney'), (3194, 'iezherawati'), (3195, 'YXNLXNZ'), (3196, 'KELLYZXC_'), (3197, 'aarontay'), (3198, 'iAhmaad_'), (3199, 'GabBabe'), (3200, 'psyqhedelic'), (3201, 'fatimadistor'), (3202, 'LewisElectroKid'), (3203, 'ExquisiteAbyss'), (3204, 'muffyx_x'), (3205, 'toysoldierr'), (3206, 'TasyaRawrrr'), (3207, 'nutdieyarh'), (3208, 'KrazyBoiPreet'), (3209, 'KokLeongN'), (3210, 'choiminwee_yk'), (3211, 'Duke4J'), (3212, 'SlNeSoDn'), (3213, 'leoyaik'), (3214, 'chrisWALAOEH'), (3215, 'mynameisowj'), (3216, 'gerardine89'), (3217, 'AiAfiq'), (3218, 'frankyz89'), (3219, 'shaselamat'), (3220, 'Joyyylogy'), (3221, 'aneres1428'), (3222, 'NurAtikahh_'), (3223, 'CecilaTham'), (3224, 'iamtofsgf'), (3225, 'Esthershen1'), (3226, 'RaikhannMajid'), (3227, 'pHaiiyOk'), (3228, 'maykjuat'), (3229, 'Momofied'), (3230, 'Ash_Bie'), (3231, 'mouth46'), (3232, 'Qingxia'), (3233, 'cerynd'), (3234, 'PlayFullBoy'), (3235, 'elvinahearts'), (3236, 'elisabeth_Illez'), (3237, 'AqilaSarbani'), (3238, 'Ghie_mughie'), (3239, 'glennkeithven'), (3240, 'DichLos'), (3241, 'munishadvani'), (3242, 'mdisa_yana'), (3243, 'aeypka'), (3244, 'harishpillay'), (3245, 'anourbesh'), (3246, 'HeyEywan'), (3247, 'ChenChengism'), (3248, 'SyihanAzmi'), (3249, 'lyanayanayana'), (3250, 'aliaabdaziz'), (3251, 'niliaaa'), (3252, 'BabyyJing'), (3253, 'hotttttmess'), (3254, 'yuen1110'), (3255, 'EmiLiaric'), (3256, 'wiwie2k'), (3257, 'faidamn'), (3258, 'JeanFivelStyles'), (3259, 'albaginda05'), (3260, 'TrevTham'), (3261, 'esmad'), (3262, 'bustyournuts'), (3263, 'teeyping'), (3264, 'miss_joanna1'), (3265, 'znas99'), (3266, 'Ismilenotfrown'), (3267, 'Noi4888'), (3268, 'tsha_tsha'), (3269, 'lingomingo'), (3270, 'adrianlhk'), (3271, 'jolenesng'), (3272, 'n_TweetyBird'), (3273, 'MS_SHRAH'), (3274, 'minnmichaelhwei'), (3275, 'ValeriusLee'), (3276, 'serenejobeth'), (3277, 'iRebornMark'), (3278, 'jeconiahtan'), (3279, 'AfiqahAhmed'), (3280, 'helmy_madunten'), (3281, 'RahmatAmnan'), (3282, 'featzudee'), (3283, 'mattw0ng'), (3284, 'ITSACOCOTHING_'), (3285, 'nozalib'), (3286, 'ClementChua'), (3287, 'ZETTYARDILA'), (3288, 'LanPierre'), (3289, 'weibinium'), (3290, 'MayankKochhar'), (3291, 'nikkorotarla'), (3292, 'effREG'), (3293, 'fuckyesweixuan'), (3294, 'dearpororo_'), (3295, 'RyanMatthewLow'), (3296, 'MaddyVeena'), (3297, 'SS9_Monk'), (3298, 'AlfianJuffri'), (3299, 'Enon_EnEn'), (3300, 'Linnynilly'), (3301, 'NoehtatLuvSuju'), (3302, 'YuXiu_023'), (3303, 'MeiTingxD'), (3304, '98646Jamie'), (3305, 'CHARLENEsings'), (3306, 'Dear_Yui'), (3307, 'crosspinky'), (3308, 'AmiKyanchi'), (3309, 'justinzou'), (3310, 'jiajia_xoxo'), (3311, 'hafizan_hamid'), (3312, 'willybeh'), (3313, 'kelliewong_'), (3314, 'JiaweiKoh'), (3315, 'HenryChongYuFu'), (3316, 'HappyxMoments'), (3317, 'PepperPowerr'), (3318, 'MsAcidBurn'), (3319, 'DivaZie'), (3320, 'happenstancesl'), (3321, 'SUG4RSWEETK1SS'), (3322, 'Simple_Faizul'), (3323, 'Chess_gal'), (3324, 'RabbitsFoot47'), (3325, 'Guf_Gizz'), (3326, 'pokka_tea'), (3327, 'snfeeza'), (3328, 'BLOOwhiteSKIES'), (3329, 'MrMacamPaham'), (3330, 'Netteftw'), (3331, 'ribbonsandlaces'), (3332, 'joeyhariko'), (3333, 'HAWWITH_2'), (3334, 'Alibrabrachongg'), (3335, 'beckyiloveyou'), (3336, 'fadzcallen'), (3337, 'BluRSuN'), (3338, 'Jemkhoo'), (3339, 'hamcipeng'), (3340, 'dhaniasorfinaTW'), (3341, 'DamnKelvin'), (3342, 'KimSiSua'), (3343, 'bumblebeecheng'), (3344, 'PeckFern'), (3345, 'daleyang'), (3346, 'unicornswags'), (3347, 'vaomgsw'), (3348, 'chayers'), (3349, 'prie0802'), (3350, 'jabezlim'), (3351, 'ChunkyBoxers'), (3352, 'Karan_Ye'), (3353, 'CHIAMINN'), (3354, 'Jiaxuanseem'), (3355, 'acroamatic'), (3356, 'mrsheng619'), (3357, 'AlkasuMisuto'), (3358, 'xoSamanthaaa'), (3359, 'ennirrinne'), (3360, 'NinjaKeaiSatSat'), (3361, 'kayown_yune'), (3362, 'peiishann'), (3363, 'graceleett'), (3364, 'MIAONINGGGG'), (3365, 'OgilvyDO'), (3366, 'Aki_Lerhs'), (3367, 'sweetieluvsyou'), (3368, 'HerdaLachowski'), (3369, 'henry1995'), (3370, 'RichardMblaq'), (3371, 'dean_AmyEv'), (3372, 'Jae555'), (3373, '_TwitaJunkie'), (3374, 'ain12'), (3375, 'SmexyBxtt'), (3376, 'rightankle'), (3377, 'abangjohnny'), (3378, 'BBankz_TW'), (3379, 'DarthNel'), (3380, 'dxnvlhvkxm'), (3381, 'zhansoon'), (3382, 'CranioFeticcio'), (3383, 'sahajchawla'), (3384, 'NoorKhaliniOmar'), (3385, 'jiannleong'), (3386, 'dlondonk'), (3387, 'method86'), (3388, 'thursdayletters'), (3389, 'MuglerOfHisLove'), (3390, 'TomatoCZY'), (3391, 'TerenceAlves'), (3392, 'l3enedict'), (3393, 'Weixuanzxc'), (3394, 'NajwaShukor'), (3395, 'shertimus'), (3396, 'spacemanoveramk'), (3397, 'AhZhiAhZhi'), (3398, 'Kwa_Jia_Qing'), (3399, 'CapnDrea'), (3400, 'wisely_xu'), (3401, 'MrBling_Bling'), (3402, 'LoveTalkSmiley'), (3403, 'fbespeleta'), (3404, 'Cass2501'), (3405, 'chopininoffsky'), (3406, 'plloyziiz'), (3407, 'cindylow23'), (3408, 'RanTheLalaland'), (3409, 'seantan8'), (3410, 'nadiwah'), (3411, 'Eunice_Leong'), (3412, 'idhamismail_96'), (3413, 'XavierLuvsSNSD'), (3414, 'glittersparksx'), (3415, 'twitbsci'), (3416, 'pheobetan'), (3417, 'yvelynseow13'), (3418, 'swaggergyu'), (3419, 'limxinying'), (3420, 'FelCeeCee'), (3421, 'Asphyxiatez'), (3422, 'CarineKer'), (3423, 'ShawolsWorldSG'), (3424, 'VisibleTino'), (3425, 'bohx2'), (3426, 'songboh'), (3427, 'BellaEllaLa'), (3428, 'iam_jsonking'), (3429, 'SIR_TWEETS_ALO7'), (3430, 'SitiZuraiha'), (3431, 'xxxNurLiyana'), (3432, 'CepetKokolitta'), (3433, 'TiqahSwift15'), (3434, 'MissKoshka'), (3435, 'francispang'), (3436, 'infatuatedjunk'), (3437, 'HairulKhan'), (3438, 'jinhuit95'), (3439, 'vithaya99'), (3440, 'ZOELLEEEE'), (3441, 'sungyeolx'), (3442, 'swiss_ang_2'), (3443, 'KatyLizSS'), (3444, 'HongYang95'), (3445, 'ClarenceSim53XY'), (3446, 'Jonasohplease'), (3447, 'MercuriaList'), (3448, 'jinwoonam'), (3449, '6002amber'), (3450, 'Rex355'), (3451, 'iN3A98'), (3452, 'AllyXanderz'), (3453, 'Terence_OnlyME'), (3454, 'EzannKuek'), (3455, 'Kirby_Ong'), (3456, 'rifqiikhmal'), (3457, 'FATLOCKER'), (3458, 'jeroldhoong'), (3459, 'YANNNI_'), (3460, 'debbieteoyixuan'), (3461, 'Teddy_Ogawa'), (3462, 'stanvoittaa'), (3463, 'gwiyeopta'), (3464, 'SymMmbls'), (3465, 'EilleenSmile'), (3466, 'FahmyAmn'), (3467, 'congoslave'), (3468, 'Vanessahannn'), (3469, 'ewenboey'), (3470, 'Bubble_SSS'), (3471, 'normaliapratika'), (3472, 'Sangjuu'), (3473, 'NanaKechyik'), (3474, 'kluxorious'), (3475, 'NotOfTheWorld_'), (3476, 'Unknownshadower'), (3477, 'JovinisINSANEEE'), (3478, 'lynadea'), (3479, 'CynthiaTyc'), (3480, 'rachelays'), (3481, 'YUeLongROCKS'), (3482, 'KristieYong'), (3483, 'Veronicawxt'), (3484, 'LaiLA_Hee'), (3485, 'F4LL3NANGXLS'), (3486, 'blackplusblue'), (3487, 'ItsAndyBxtch'), (3488, 'ickaicka'), (3489, 'ayaiyaiyai'), (3490, 'nicolecanizares'), (3491, 'aymarn'), (3492, 'awkward_bumble'), (3493, 'BOWEE_'), (3494, 'x3Z_Ying'), (3495, 'ChunChiat'), (3496, 'cyanidenoise'), (3497, 'WalaoKat'), (3498, 'naviwish'), (3499, 'nigel98soh'), (3500, 'Nubbyt'), (3501, 'AyuneRyandi'), (3502, 'KittyJamie7'), (3503, 'Jarrodddd_w'), (3504, 'iampicklu'), (3505, 'KuggieMonster'), (3506, 'nyanianyan'), (3507, 'Kukann'), (3508, 'WanSandiego'), (3509, 'xiiaoenxiiaoen'), (3510, 'Low_Serena'), (3511, 'gerald_tmx'), (3512, 'tokisaba'), (3513, 'O115_'), (3514, 'zeetian00'), (3515, 'JunaidyJr'), (3516, 'phaying'), (3517, 'lycheeaun'), (3518, 'Yeeling'), (3519, 'zuraclassic'), (3520, 'evonlock'), (3521, 'shandragreyson'), (3522, 'kleirsc'), (3523, 'nivla83'), (3524, 'nineofthirteen'), (3525, 'SHEEKYNN'), (3526, 'apisode'), (3527, 'iamvampire_girl'), (3528, 'FahmiOwL'), (3529, 'Winonicorn'), (3530, 'coldlung'), (3531, 'wilsoncheou'), (3532, 'weztimonial'), (3533, 'amirah_syasya'), (3534, 'craziyaya'), (3535, 'RazanNisa'), (3536, 'clarenceljy'), (3537, 'sylvchee'), (3538, 'OhLeopard'), (3539, 'pzj20012'), (3540, 'junieparker'), (3541, 'tingtingx33'), (3542, 'ayie_war'), (3543, 'lohyingying'), (3544, 'issachan'), (3545, 'Lina_Aie'), (3546, 'UAmLoN'), (3547, 'nnnadirah'), (3548, 'xhRules'), (3549, 'TonyKiddd'), (3550, 'Mickxzy'), (3551, 'VanillaMinuet'), (3552, 'asyiqinEm'), (3553, 'Na_Gunawan'), (3554, 'adreenahh'), (3555, 'YoursTrulyLyne'), (3556, 'rashidahkamali'), (3557, 'fatboyfarid'), (3558, 'Lalaland_93'), (3559, 'gloriayzelman'), (3560, 'Nununu_08'), (3561, 'lia_arlina'), (3562, 'WeLoveZynam'), (3563, 'taylorforeverz'), (3564, 'hellosayhii'), (3565, 'YxYJason_LimYxY'), (3566, 'Silviana_Tan'), (3567, 'Dinzxc'), (3568, 'FylaRosly'), (3569, 'cheondunghehe'), (3570, 'J_Kidrauhl_'), (3571, 'MEOWVIN8'), (3572, 'el_azilron'), (3573, 'aLi_CalgX'), (3574, 'mieluvspink'), (3575, 'YapRebecca'), (3576, 'paperheartzxc'), (3577, 'bluestheart'), (3578, 'WtpDmira'), (3579, 'naqiudean'), (3580, 'adplanner'), (3581, 'HarizFriday'), (3582, 'syakaeysmallboy'), (3583, 'sonystrife'), (3584, 'ununnize'), (3585, 'iamoscarhew'), (3586, 'dicopoetraa'), (3587, 'hyukZAI'), (3588, 'Ayaschool'), (3589, 'amyprideVL'), (3590, 'DixLifesGood'), (3591, 'Neighorn'), (3592, 'saurahsayuti'), (3593, 'sly_dragon'), (3594, 'hengshuqing'), (3595, 'keyliangteh'), (3596, 'KenjiRalphles'), (3597, 'princessdesy'), (3598, 'liwenxoxo'), (3599, 'azrul1996'), (3600, 'Ernestongch'), (3601, 'rexsongzfirenze'), (3602, 'tiantiiann'), (3603, 'emptinessmono'), (3604, 'Rahat112'), (3605, 'showstopper120'), (3606, 'Shaikyshaik017'), (3607, 'ChronicCrisis'), (3608, 'TIFFpaddle'), (3609, 'chalermkiat4'), (3610, 'Yanyuuuu'), (3611, '6688Ibuan'), (3612, 'ichineseboy96'), (3613, 'whatthePRATA'), (3614, 'jhloveaby'), (3615, 'winterpooh'), (3616, 'frost252'), (3617, 'VoidLime'), (3618, 'jerelee_98'), (3619, 'EindraChuu'), (3620, 'blueproto'), (3621, 'febrianachandra'), (3622, 'xkaikaijunx'), (3623, 'chungjo'), (3624, 'cindynah'), (3625, 'SamSationz'), (3626, 'khai_rockstar'), (3627, 'SuperAT'), (3628, 'jesssLxl'), (3629, 'FtnNabilah'), (3630, 'NasrulhaqKhan'), (3631, 'TruelyJessica'), (3632, 'v_anarQ'), (3633, 'l_ovelorn'), (3634, 'mandamusicgal'), (3635, 'WanThursday'), (3636, 'eat_adakimasu'), (3637, 'maurtinlauyen'), (3638, 'ellebeier'), (3639, 'AhHaoIsSmiling'), (3640, 'ReifHwang'), (3641, 'jaspertan83'), (3642, 'airpork'), (3643, 'louistcl'), (3644, 'noorshukri'), (3645, 'DearestBenson'), (3646, 'ThrowPieAway97'), (3647, 'jilliansher'), (3648, 'xterii'), (3649, 'Ferrybastiant'), (3650, 'CTinLiang'), (3651, 'ringular'), (3652, 'infachuation'), (3653, 'AnnieSusanto'), (3654, 'Ce_riously'), (3655, 'KartiniKoh'), (3656, 'ClintonSim'), (3657, 'Alex_Legend'), (3658, 'LayminTaemin_'), (3659, 'EraserRubs'), (3660, 'jiale17715517'), (3661, 'atiqah90'), (3662, 'DiamanteINTAN'), (3663, 'xiaoming_1987'), (3664, 'WafiAmran'), (3665, 'ARENAsmigs'), (3666, 'MariasgX'), (3667, 'mr_chaku'), (3668, 'TROLLINGROSES'), (3669, 'FatimahHany'), (3670, 'SweeSwee_Tan'), (3671, 'delboywilson'), (3672, 'ccalvvin'), (3673, 'syahmi_mEyh'), (3674, 'kakaknina'), (3675, 'rainbow_ninjaz'), (3676, 'ayu_haris'), (3677, 'angustancj'), (3678, 'keziahsueh'), (3679, '_ChienTing_'), (3680, 'xdxlxy'), (3681, 'DarrylAhBoi'), (3682, 'MikiHeartxzYou'), (3683, 'kbyeow'), (3684, 'friendlynetwork'), (3685, 'KIMB3LLY'), (3686, 'JaredNNNN'), (3687, 'Jiagenn'), (3688, 'ZessValent'), (3689, 'KengIsTheBest'), (3690, 'dope_120'), (3691, 'iAdriannnn'), (3692, 'ojunjie'), (3693, 'Tragiclovee'), (3694, 'Haanniisss'), (3695, 'ainmustafa21'), (3696, 'pen_awa'), (3697, 'jeremy_k14'), (3698, 'HoKahHui'), (3699, 'ILSP168K'), (3700, 'MoneyMoneyHoom'), (3701, 'youngwoonie'), (3702, 'BigB3n'), (3703, 'ZengJiawei'), (3704, 'PR3TTYBITCH'), (3705, 'Dophdolphin'), (3706, 'JUZSPIO'), (3707, 'yunie105'), (3708, 'norbertjune'), (3709, 'aklw'), (3710, 'manfreko'), (3711, 'annabel_tay'), (3712, 'ndanisyah'), (3713, 'eyezayear'), (3714, 'waisartgallery'), (3715, 'Thoh3_ra4'), (3716, 'Rikoshii'), (3717, 'ayidstone'), (3718, 'JohnRIOTS'), (3719, 'frvrlxve'), (3720, 'Ficklemindedx'), (3721, 'HooJiongSheng'), (3722, 'WzLahOmg'), (3723, 'crazylilgurlX'), (3724, 'xiangxianglok'), (3725, 'bbgerek'), (3726, 'miia186'), (3727, 'divitri'), (3728, 'apathykid'), (3729, 'budelfrodo'), (3730, 'esiotrot84'), (3731, 'HeyyaCrazyStarz'), (3732, 'petershin127'), (3733, 'Sugarcoatkiss'), (3734, 'janedevi28'), (3735, 'LeondaLeon'), (3736, 'samsamishere'), (3737, 'Myself_Indy'), (3738, 'nsallyn'), (3739, 'RJPHIPPS'), (3740, 'KennethCloudd'), (3741, 'LeonadsNotAlone'), (3742, 'estherlynnzx'), (3743, 'shareefaptt'), (3744, 'pinkrabbitears'), (3745, 'APBLSM'), (3746, 'angnikka'), (3747, 'Bin_Panties'), (3748, 'whatowski'), (3749, 'Fusionistx64'), (3750, 'AlvinLikeitLOUD'), (3751, 'Khunlufy'), (3752, 'KarenMeu'), (3753, 'fionaxiezhilin'), (3754, 'AzharJb'), (3755, 'idjung'), (3756, 'SH3RM1N'), (3757, 'Chuuunyang'), (3758, 'erkerkk'), (3759, 'FatinAdlina31'), (3760, 'adeleine_nuts'), (3761, 'Williamlimjr'), (3762, 'shrf_n'), (3763, 'meJOYme'), (3764, 'ftnhzwni'), (3765, 'YiLOnG_'), (3766, 'mingminNeo'), (3767, 'zaxecandy'), (3768, 'ericljy'), (3769, 'cheryllimm'), (3770, 'misstamchiak'), (3771, 'ciciyasin'), (3772, 'ELIZSULAMBOJUBO'), (3773, 'Prem8911'), (3774, 'nthwasworth'), (3775, 'Lanarius'), (3776, 'Blainksy'), (3777, 'kenTEEHEE'), (3778, 'trandafer'), (3779, 'PenguiinJ'), (3780, 'pomjipom'), (3781, 'anneriyani'), (3782, 'Yiuhui'), (3783, 'PongTTK'), (3784, 'mynewsinthai'), (3785, 'BBoyMikoRein'), (3786, 'LucusLer'), (3787, 'LehnCaraig'), (3788, 'oopsshuyi'), (3789, 'CLlikethis'), (3790, 'cherylwoman501'), (3791, 'zipengisawesome'), (3792, 'Reno_Fariz'), (3793, 'presceliamason'), (3794, 'venkatvenkey'), (3795, 'antanttp'), (3796, 'teresaermita'), (3797, 'AlexeyJohnson'), (3798, 'STRAWBERYY_98'), (3799, 'DicksonTham'), (3800, 'Vigneswara_M'), (3801, 'clintonsimz'), (3802, 'Sulikhooz'), (3803, 'iLiveForFoodxD'), (3804, 'pixiedustzz'), (3805, 'nadiahamalinaaa'), (3806, 'XxCalibrexX'), (3807, 'goddielocks'), (3808, '_leopardganja'), (3809, 'RoxieUdan'), (3810, 'natashaaalimm'), (3811, 'izeamzainal'), (3812, 'wirarev'), (3813, 'KuAiMuhamad'), (3814, 'RhnRaihan'), (3815, 'mingyou7313'), (3816, 'nxdzx_'), (3817, 'woodenbatz'), (3818, 'amiruljatmi'), (3819, 'SarabillaNadira'), (3820, 'Acjx'), (3821, 'BiasedThoughts'), (3822, 'aizulhazriq'), (3823, 'yifengforever'), (3824, 'Valerieong89'), (3825, 'AzuraSnow'), (3826, 'miss_zela'), (3827, 'NurulHunafa'), (3828, 'mikyora92'), (3829, 'gagey501'), (3830, 'ohrenew'), (3831, 'AidaOsman'), (3832, 'littleple'), (3833, 'adimansor'), (3834, 'pierreris'), (3835, 'webmetricsguru'), (3836, 'Sir_rickylai'), (3837, 'emma_dcullens'), (3838, 'pixiedustsx'), (3839, 'WildMonkeys_'), (3840, 'FelixCFC'), (3841, 'adlinaanis'), (3842, 'HidayahRuzman'), (3843, 'ginfangs'), (3844, 'MINMlN'), (3845, '_elrfxd'), (3846, 'bubblelicious_g'), (3847, '26_Nic'), (3848, 'farahforshort'), (3849, 'sitiaisyah1703'), (3850, 'thewinshernho'), (3851, 'Madalaneluvs'), (3852, 'SylvestKai'), (3853, 'Mydear_jp'), (3854, 'prictagonism'), (3855, 'khaiurlshah'), (3856, 'Kaye_Oon'), (3857, 'SamHyppo'), (3858, 'NicotineLow'), (3859, 'RedzStarKiss'), (3860, 'nonpii_ya'), (3861, 'loveyvettez'), (3862, 'nameet'), (3863, 'YayaPayne'), (3864, 'GamerDerrick'), (3865, 'Dicklyq'), (3866, 'mikenakemane'), (3867, 'OuchMyNipples'), (3868, 'AngelSolo'), (3869, 'imthegreenking'), (3870, '1DHalo'), (3871, 'glendacalendar'), (3872, 'umilove2158'), (3873, 'CChinWam'), (3874, 'wanatiqah'), (3875, 'freddygates92'), (3876, 'HadiDelRey'), (3877, 'udomtech'), (3878, 'niceshithappens'), (3879, 'jonlxh'), (3880, 'brathap132'), (3881, 'ah_kidd'), (3882, 'ImAlwayCMI'), (3883, 'tiggertwitty'), (3884, 'theinsanemeepok'), (3885, 'IAmBieboee'), (3886, '84793'), (3887, 'jamieluvsosi'), (3888, 'pigletchua'), (3889, 'Wongggzxc'), (3890, 'Liketoplayalot'), (3891, 'weishangoh'), (3892, 'nilamasrafaulzi'), (3893, 'aaaggill'), (3894, 'frenchkissed'), (3895, 'cherylicious_'), (3896, 'thickskinben'), (3897, '_Pedobearr'), (3898, 'syafiqpanda'), (3899, 'BenjaminZp9'), (3900, 'iDesmondNgo'), (3901, 'BrendaaaL'), (3902, 'fendy_freaky'), (3903, 'fahridalee'), (3904, 'bibi_marina'), (3905, 'party_jackie'), (3906, 'NasyirahDiyana'), (3907, 'rn_1604'), (3908, 'bneo94'), (3909, 'Mfadlullah'), (3910, 'FEN_tastic92'), (3911, 'HownanTristan'), (3912, 'AhLongParty'), (3913, 'x3eunnie'), (3914, 'misslyin'), (3915, 'edztasy'), (3916, 'addryuu'), (3917, 'shasamsuri'), (3918, 'malinaahmad'), (3919, 'TheSamSan'), (3920, 'ElfSone0124'), (3921, 'mevinX_X'), (3922, 'junetwentyone'), (3923, 'tkgii'), (3924, 'bagayaokate'), (3925, 'LiyanaPradipta'), (3926, 'Christina_Lovez'), (3927, 'humchimpeng'), (3928, 'GabTig'), (3929, 'meisheng13'), (3930, 'xuewen_me'), (3931, 'KKPei'), (3932, '_sarahmalik'), (3933, 'reena_f'), (3934, 'itszuhiryall'), (3935, 'IAMXIAOXIAAO'), (3936, 'yayansyafiqah'), (3937, 'theJimidz'), (3938, 'emmersennicola'), (3939, 'GAMERAGAMES'), (3940, 'marshymellowbun'), (3941, 'amirfazwan'), (3942, 'roseylilac_'), (3943, 'paperkittyz'), (3944, 'derrickleow'), (3945, 'kechikTadayoshi'), (3946, 'yongfook'), (3947, 'haylieyg'), (3948, 'TofuuuY'), (3949, 'smellikefun'), (3950, 'SGDirectioner_'), (3951, 'wanaldo'), (3952, 'ArieKholif_'), (3953, 'Sisil_siicacha'), (3954, 'rachelokthand'), (3955, 'teharahim'), (3956, 'decruz'), (3957, 'lilant97'), (3958, 'i4hellokitty'), (3959, 'alfredtan'), (3960, 'LouieBehbey'), (3961, 'imsiao'), (3962, 'dunpanic'), (3963, 'NFatiah'), (3964, 'YanNdre'), (3965, 'izzulfaris'), (3966, 'SherenBbx'), (3967, 'rlmy'), (3968, 'TheRemixMaster'), (3969, 'xillusionsx'), (3970, 'GuardingADream'), (3971, 'Lyicanda'), (3972, 'NelsonGTS'), (3973, 'Aseriess'), (3974, 'twelvefeetunder'), (3975, 'pewzfc'), (3976, 'Jolilee'), (3977, 'ZEOGIO'), (3978, 'strangerousM'), (3979, 'Imlwj5'), (3980, 'plug1230'), (3981, 'meena_nam'), (3982, 'irenesngal'), (3983, 'HTiennn'), (3984, 'Sher_adelelee'), (3985, 'l3Iackberry'), (3986, 'Puaykhengthatme'), (3987, 'HelmyGala'), (3988, 'AloysiusSotLiao'), (3989, 'MynameishTfq'), (3990, 'Sabyehappiz'), (3991, 'alliyasz'), (3992, 'Taengveins'), (3993, '91tan'), (3994, 'myranengasca'), (3995, 'veldax3'), (3996, 'mineenamee'), (3997, 'madshycool'), (3998, 'Jasper_Pytherus'), (3999, 'OreoIceBlend'), (4000, 'nezziewezzie'), (4001, 'ATikaSusanty'), (4002, 'andytan80'), (4003, 'YONGUANG_HAHA'), (4004, 'MuhaiminRohizan'), (4005, 'soul2royale'), (4006, 'Syahfyy_'), (4007, 'moleyzxc'), (4008, 'lesykho'), (4009, 'tweetlipxz'), (4010, 'EychaByrdie'), (4011, 'SyafiqMinos'), (4012, 'FeezaBob'), (4013, 'bellaazhiratarm'), (4014, 'ChervinaT'), (4015, 'keitee8'), (4016, 'nehpyh'), (4017, 'JoanneNytBieber'), (4018, 'Regine_Yo'), (4019, 'Byunghuney'), (4020, 'EkaSadkar'), (4021, 'whatyoucunt_'), (4022, 'JoelCjww'), (4023, 'Jialatx'), (4024, '_SHEILAxoxo_'), (4025, 'IsyaBrooks'), (4026, 'idzwanhafeez'), (4027, 'nandapriamas'), (4028, 'lovelessbibi'), (4029, 'Priyankahhhhh'), (4030, 'Imm0rtalism'), (4031, 'HanafiHairon'), (4032, 'Daryl_LJK'), (4033, 'Casi_Brisanity'), (4034, 'nic_isthelink'), (4035, 'LepakAhhhhh'), (4036, 'MistRants'), (4037, 'mdlauro'), (4038, 'jani_young'), (4039, 'AlexandriaKania'), (4040, 'Beef_Nuggets'), (4041, 'Shafirulll'), (4042, 'Pinchmycheeks'), (4043, 'soCHERYLish'), (4044, 'Seetengggy_'), (4045, 'siyingseeing'), (4046, 'meeniebeanie'), (4047, 'dolorindisguise'), (4048, 'syafiiklil'), (4049, 'sevhy'), (4050, 'joann926'), (4051, 'SitiNurAzlinSNA'), (4052, 'Choi_YayaSushii'), (4053, 'FariD_KeciK'), (4054, 'alexkiefer_'), (4055, 'IndahLinux'), (4056, 'ahshiqs'), (4057, 'IamShineChavez'), (4058, 'keamberley'), (4059, 'brenberryblast'), (4060, 'AujiJiji'), (4061, 'HaziqFadzli'), (4062, 'Amy100788'), (4063, 'fiorachy'), (4064, 'eternalrhaps0dy'), (4065, 'eileenzyt'), (4066, 'benny_says_oi'), (4067, 'SMaryamIsmail'), (4068, 'Happymasks_'), (4069, 'ryantanzw'), (4070, 'SofienaShahuri'), (4071, 'DJBlinded'), (4072, 'Kakarse'), (4073, 'azizulhaizum'), (4074, 'Henrypzf'), (4075, 'AuntyLeya'), (4076, 'IqynMahone'), (4077, 'SAT1NSKINS'), (4078, 'potahamu'), (4079, 'mangowangotango'), (4080, 'RiriehyDollie'), (4081, 'Acerul'), (4082, 'shinnyii'), (4083, 'FIRSTJOEsmile'), (4084, 'LovelyInn'), (4085, 'Tinea_Pedis'), (4086, 'Sleazy_Niggar'), (4087, 'cestzanne'), (4088, 'SeoulHi'), (4089, 'Enrico2748'), (4090, 'NiFailHadi'), (4091, 'Perry1238'), (4092, 'cmk1965'), (4093, 'WitonoLouis'), (4094, 'claretalfonso'), (4095, 'Sitirinz'), (4096, 'Shaanezs'), (4097, 'clem1611'), (4098, 'heygareth'), (4099, 'KayeJayEll'), (4100, 'DiyanaFaris'), (4101, 'Dear_NQ'), (4102, 'neilmark'), (4103, 'iHammond_'), (4104, 'sitinurponti'), (4105, 'SWAGA_LICIOUSSS'), (4106, 'CHOYQIYI'), (4107, 'djanguswong'), (4108, 'Technie'), (4109, 'GANLILING'), (4110, '50pasento'), (4111, 'tohhhhliyi'), (4112, 'Realsangte'), (4113, 'iiamdada'), (4114, 'JeenyJin'), (4115, 'NurseAnnaBanana'), (4116, 'w_loveee'), (4117, 'coffeeatyosi'), (4118, 'levasko'), (4119, 'waitonyou'), (4120, 'AzrianAzman'), (4121, 'xoxojiajun'), (4122, 'faizpunawi10'), (4123, 'sarahstrummer'), (4124, 'Eddy17Teh'), (4125, 'ainshahariah'), (4126, 'namikoy'), (4127, 'kaitensoshi'), (4128, 'AfiqahRohani98'), (4129, 'cinthiaTETI'), (4130, 'khairuunn'), (4131, 'Natty_Fjt'), (4132, 'daughterette'), (4133, 'Zharudean'), (4134, 'AzamBKennedy'), (4135, 'LoveAintLust'), (4136, 'Chloooeeee_'), (4137, 'laughingcookie'), (4138, 'Qizzoe'), (4139, 'numilalaa'), (4140, 'ebdigi'), (4141, 'GnitGnehz'), (4142, 'adanyamieya'), (4143, 'awesomeshijia'), (4144, 'nicholasrandomz'), (4145, 'ShafiqaZ'), (4146, 'ms_swaggerbomb'), (4147, 'aiktjandraaa'), (4148, 'TsukiJelly'), (4149, 'avalonsingapore'), (4150, 'Superniggaxzx'), (4151, 'kapok84'), (4152, 'ezzanazira'), (4153, 'hudymario'), (4154, 'LihongPuah'), (4155, 'TheRandomShaun'), (4156, 'irfann_nnafri'), (4157, 'jiaweisaysyo'), (4158, 'hmtong44'), (4159, 'peppernqueen'), (4160, 'ShirliaSymphony'), (4161, 'InKleind'), (4162, 'EmoKiaa1997'), (4163, 'Lelouchzhu'), (4164, 'JsBalibay'), (4165, 'ChuwiSam'), (4166, 'JuvelFabricante'), (4167, 'JaslynChin'), (4168, 'angkingseng'), (4169, 'longenhui'), (4170, 'Dypsneaa'), (4171, 'YogaKetapong'), (4172, 'Foxscreams'), (4173, 'AnissRossman'), (4174, 'syahirahmuda'), (4175, 'bboybronze'), (4176, 'itzMEAin'), (4177, 'xoxuer'), (4178, 'dickyDEKE'), (4179, 'katiedreke'), (4180, 'phongsaphon'), (4181, 'awaghad_ashish'), (4182, 'Ashley_Ashes'), (4183, 'pieszz'), (4184, 'StellarChew'), (4185, 'azmuth_'), (4186, 'AfniRaeimi'), (4187, 'pamela_merc'), (4188, 'sup_dayah'), (4189, 'valliangoh'), (4190, 'OfficialRezaRnd'), (4191, 'amoichanteq'), (4192, 'dingjer'), (4193, 'jia_yi'), (4194, 'AhbiLovesWQ'), (4195, 'purplebam28'), (4196, 'friyann'), (4197, 'rikacrysti'), (4198, 'pohui'), (4199, 'PaklurahAlingga'), (4200, 'ogaken05'), (4201, 'tuanmad21'), (4202, 'QuekJunwei'), (4203, 'rafiqryzal'), (4204, 'whoknewthisguy'), (4205, 'xtian31'), (4206, 'germieg'), (4207, 'melloke'), (4208, 'FatinAuniSam'), (4209, 'izanvanst'), (4210, 'angeeelllll'), (4211, 'lynalagens'), (4212, 'Napeerapat'), (4213, 'ainzsx'), (4214, 'fcukyeaherwany'), (4215, 'Furrapurr'), (4216, 'Lownut'), (4217, 'azrievra'), (4218, 'makayelee'), (4219, 'syafiqah'), (4220, 'Empayar_Akmal'), (4221, 'HEARTYOUzxc'), (4222, 'sornsanova'), (4223, '_wkb'), (4224, 'Estherscy'), (4225, 'twelvenightz'), (4226, 'looiqihui'), (4227, 'FarahHeartMusic'), (4228, 'AinaLyana'), (4229, 'vaniasherry'), (4230, 'zippedheartzxc'), (4231, 'RedRulz29'), (4232, 'CrazyMiNee'), (4233, 'SharonnMinzxc'), (4234, 'Qihaaah'), (4235, 'atiqahloveLMFAO'), (4236, 'StanBayBee'), (4237, 'ShaneTanLK'), (4238, 'amirshaw'), (4239, 'jojoljy'), (4240, 'Bee_Meny'), (4241, 'Garion_gr'), (4242, 'Nxtxshxxx'), (4243, 'atikaaffendi'), (4244, 'itsmecheels'), (4245, 'BLINK_STARINDO'), (4246, 'doudouberry'), (4247, 'sherriHY'), (4248, 'joeanne13'), (4249, 'lootfees'), (4250, 'BeatsStand'), (4251, 'nooiiza'), (4252, 'djeuNkTweet'), (4253, 'jackfroze'), (4254, 'stephtanht'), (4255, 'Annoying_Onion'), (4256, 'lanisuc'), (4257, 'FLORA_miao'), (4258, 'noradilla'), (4259, 'WeisongJi'), (4260, 'mizabhaha'), (4261, 'doublethroses'), (4262, '4691498'), (4263, 'benjaminneo'), (4264, 'IAM_JEANNe'), (4265, 'arifainsbl'), (4266, 'Chewsoowei'), (4267, 'Teenage19'), (4268, 'myfirstwatch'), (4269, 'petercky319'), (4270, 'JoachimWilliam'), (4271, 'ladyxtel'), (4272, 'amiir_h'), (4273, 'febcherie'), (4274, 'yanteen_'), (4275, 'jeremyteapot'), (4276, 'underp4ntz'), (4277, 'uddinboii'), (4278, 'mfraihan'), (4279, 'heyimazhaYuhae'), (4280, 'polkadope'), (4281, 'BrandonYZH'), (4282, 'JoeyyALT'), (4283, 'seventysandz'), (4284, 'romy_cool'), (4285, 'Vj_Extazy'), (4286, 'GGOHKM'), (4287, 'fazyla_zyla'), (4288, 'Lowisal'), (4289, 'JiayuLau'), (4290, 'ChongWilliam'), (4291, 'marcusbu1'), (4292, 'wyairuz'), (4293, 'hAnIsco0kiES'), (4294, 'KolistarSIHUI'), (4295, 'jasminkoh'), (4296, 'myh3artsong'), (4297, 'icamsyam'), (4298, 'TweetOrdinary'), (4299, 'karannair90'), (4300, 'psampaiobh'), (4301, 'walnutsss'), (4302, 'imannatashaMJ'), (4303, 'Fizstro'), (4304, 'shrxzynski'), (4305, 'junhao405'), (4306, 'WooHM05'), (4307, 'twoicecubes33'), (4308, 'juju_heart'), (4309, 'epuuuuuul'), (4310, 'RJT'), (4311, 'YAHUIEM'), (4312, 'Azam7749'), (4313, 'josiewangsie'), (4314, 'krisdingwanjun'), (4315, 'blackheartesJ'), (4316, 'Areenah'), (4317, 'ImbaCoconut'), (4318, 'RizalZirca'), (4319, 'shiznitiskandar'), (4320, 'shafiqDeandre'), (4321, 'EspressoTears'), (4322, 'Edriee'), (4323, 'alwaysrul'), (4324, 'NatalieYap_'), (4325, 'Aliaaomar'), (4326, 'ABCDEFAH'), (4327, 'partyoutloud'), (4328, 'JlanWel'), (4329, 'PutthipongBeam'), (4330, 'xMissKiaraax'), (4331, 'Aura_Yakuza'), (4332, 'benhahaXD'), (4333, 'lovelikekozue'), (4334, 'PearlLyn'), (4335, 'syzanazeirah'), (4336, 'Wenxin_0803'), (4337, 'sherrendezvous'), (4338, 'AdliDanish'), (4339, 'DLitefulSG'), (4340, 'DarwinLTW'), (4341, 'merwinaustria'), (4342, 'ying91'), (4343, 'Benben_ah_17'), (4344, 'RaeannTan'), (4345, 'clementclchai'), (4346, 'beila_syahirah'), (4347, 'angBAYANko'), (4348, 'halimlatiff'), (4349, '93Acik'), (4350, '_nairiQah'), (4351, 'inairza'), (4352, 'reneeirishyumul'), (4353, 'voyageur07'), (4354, 'happyguy98'), (4355, 'moremorekaching'), (4356, 'jameseobrien'), (4357, 'mystif_c'), (4358, 'AbbiTan'), (4359, 'zoomDArocket'), (4360, 'oddy_ESP'), (4361, 'yvettehuili'), (4362, 'sobiseuteu_'), (4363, 'ngurah1241'), (4364, 'adekrahman'), (4365, 'chynchwen'), (4366, 'dawnthemaomao'), (4367, 'Faizalbasirudin'), (4368, 'lAaronl777'), (4369, 'haarishakishor'), (4370, 'ErnieMarlianie'), (4371, 'RolfKeyran'), (4372, 'kherolnuar'), (4373, 'BlackLipStainz'), (4374, 'divyeahh'), (4375, 'VeniseYappp'), (4376, 'AyuJutexx'), (4377, 'Notesofroses'), (4378, '91lov3zxc'), (4379, 'liketopeealot'), (4380, 'hongzang1993'), (4381, 'SulaimanJive'), (4382, 'screamxzjanis'), (4383, 'cigaretteheartx'), (4384, 'TheMlkyWay'), (4385, 'cha2holic'), (4386, 'meowzxz'), (4387, 'krystellizinc_'), (4388, 'nanafathirra'), (4389, 'aqilahashim'), (4390, '91MattJ'), (4391, 'benghuat99'), (4392, 'JYlessthanTHREE'), (4393, 'imqi'), (4394, 'LynetteLynnie'), (4395, 'smithainaa'), (4396, 'teenage_diary'), (4397, 'Olippoo'), (4398, 'Ezal75'), (4399, 'Whazittooya'), (4400, 'cryingdespair'), (4401, 'UnicornOrgasms'), (4402, 'Amirachik'), (4403, 'makkauisapganja'), (4404, 'Antotsang'), (4405, 'sim4nee'), (4406, 'GaryyytheSNAIL'), (4407, 'jusjeruk'), (4408, 'Cupcake_Palace'), (4409, 'ivegotatesttmr'), (4410, 'TanteNyinyir'), (4411, 'bunnysfats'), (4412, 'bexxong'), (4413, 'ikkwei'), (4414, 'ahhhchristine'), (4415, '2addicted2ne1'), (4416, 'celesthatezzyou'), (4417, 'DEATHIFICATE'), (4418, 'maurentmcgrath'), (4419, 'patrick_yip'), (4420, 'BheibhyXing'), (4421, 'hafizshazali'), (4422, 'MrRand0mb0ii'), (4423, 'infernoxv'), (4424, 'kemarionnino'), (4425, 'arlyenna'), (4426, 'seamus_low_23'), (4427, 'prxttykilljoy'), (4428, 'Jindatecktonik'), (4429, 'AidahIshidah_'), (4430, 'yangz1990'), (4431, 'Mayiiz_Sh3zer'), (4432, 'pngpk26'), (4433, 'yurialfani'), (4434, 'meouchiexcz'), (4435, 'quekyongxiang'), (4436, 'brokenmace'), (4437, 'anasbadrol_ab'), (4438, 'bhhhhh'), (4439, 'Rominiasarte'), (4440, 'JoshuaWyx_'), (4441, 'SKsaid'), (4442, 'joshua_tan98'), (4443, 'mymushroom'), (4444, 'heffyflorella'), (4445, '4M_Suitablur13'), (4446, 'tingghellohello'), (4447, 'Junnyhaoey'), (4448, 'sootato'), (4449, 'MissA_Nana'), (4450, 'iam_belleoh'), (4451, 'JodyTalksCrap'), (4452, 'Liewlovesyeong'), (4453, 'renshirosawa'), (4454, 'umienafrell'), (4455, 'hazim123321'), (4456, 'Genieshanu'), (4457, 'jldbasa'), (4458, 'joycejoycehuihu'), (4459, 'AmalinaMudzafar'), (4460, 'withyourlovexx'), (4461, 'zikry_ahmaad'), (4462, 'Jason_Stanly'), (4463, 'arifwardani'), (4464, 'jaggedwong'), (4465, 'LAzyBONes09'), (4466, 'enigma0412'), (4467, 'stitchyrach_'), (4468, 'playpaperplanes'), (4469, 'AnnnaLindsay'), (4470, 'farhan_fitri'), (4471, 'changelou'), (4472, 'jeeneemacalinao'), (4473, 'jimmie_morales'), (4474, 'ElaineTieng'), (4475, 'immagummybearr'), (4476, 'NoviYCN'), (4477, 'eggyeo'), (4478, 'IlfaAzlyani'), (4479, 'JunJieDaddy'), (4480, 'shanshan1810'), (4481, 'Fauzi_Sepet'), (4482, 'tuahfadlee'), (4483, 'Ezatwahab'), (4484, 'abrahamsjames'), (4485, 'x3Rai'), (4486, 'senweelee'), (4487, 'DCYM_'), (4488, 'NuChaRy_PY'), (4489, 'tritamaraa'), (4490, 'HeyItsAzizzat'), (4491, 'tmarcus68'), (4492, 'FelindaLeaf'), (4493, 'mierlemurr'), (4494, 'shah_husaini'), (4495, 'iziizzati'), (4496, 'MissYanXing'), (4497, 'yangbunny'), (4498, 'EvansBassOxh'), (4499, 'YervanYang'), (4500, 'braidedroses'), (4501, 'RedaAzraei'), (4502, 'AaronElla23'), (4503, 'mr_niceguy95'), (4504, 'MuhammadBushra'), (4505, 'sslybyy'), (4506, 'go_ryan_go'), (4507, 'frostytales'), (4508, 'mielamila1'), (4509, 'HoyJemBoy'), (4510, 'tinysen91'), (4511, 'Affiq_Artisme'), (4512, 'BrandonIsLiam'), (4513, 'ElyaAzura'), (4514, 'UliEstheria'), (4515, 'farizj'), (4516, 'juleskyim'), (4517, 'HuiQing25'), (4518, 'chui_thing'), (4519, 'leofausi'), (4520, 'Candice_huihui'), (4521, 'Tama_Taipi'), (4522, 'siti_nadiah'), (4523, 'mrjoelchua'), (4524, 'casiachew'), (4525, 'MiraahOhMiraah'), (4526, 'kumpoge'), (4527, 'MarkM_Seiei'), (4528, 'njkrut'), (4529, 'MelvynFranco'), (4530, 'FahmiNorddin'), (4531, 'AndrewCMK'), (4532, 'MielSteveO'), (4533, 'atiqaaaaaah'), (4534, 'hxjeje'), (4535, 'PrimasLoveFTI'), (4536, 'princessFieza'), (4537, 'Asphyxiated_'), (4538, 'xiiaoqiing'), (4539, 'kireydesune'), (4540, 'taleeey'), (4541, 'melissalye'), (4542, 'hazrinshhh'), (4543, 'NaomiThirteen'), (4544, 'himynameisadli'), (4545, 'JericoWarr'), (4546, 'ribbonrocket'), (4547, 'michaeldickens8'), (4548, 'pollyow'), (4549, 'frenziedhearts'), (4550, 'DadandMomsZin'), (4551, 'fernchayanit'), (4552, 'yellowbokeh'), (4553, 'mdandybk'), (4554, 'jjianwwen'), (4555, 'Ikemai_Stevadit'), (4556, 'nubu515'), (4557, 'LaineMKamal'), (4558, 'nabilah_hashim'), (4559, 'ronaelaineq'), (4560, 'edogawafanara'), (4561, 'Raychua731'), (4562, 'Pixi3Dust_'), (4563, 'Jerbel12'), (4564, 'Miichellewong'), (4565, 'kellieroland'), (4566, 'Joeycries'), (4567, 'CoryBorjun'), (4568, 'joel_cokeaholic'), (4569, 'miszbam'), (4570, 'pairuuz'), (4571, 'BonDih'), (4572, 'vinheckenbucker'), (4573, 'mohammedsalamat'), (4574, 'Careeenlong'), (4575, 'NyanAliceNyan'), (4576, 'HonGGHonGG'), (4577, 'Ins3cure_L0v3'), (4578, 'RahillZakaria'), (4579, 'Jeff_k97'), (4580, 'Kennyzxcs'), (4581, 'BrownChowcolate'), (4582, 'Fatinlicious'), (4583, 'jianghulangzi'), (4584, 'tame_bunny'), (4585, 'ludwigyves'), (4586, 'ngzhengqin'), (4587, 'MynBouken'), (4588, 'christminmin'), (4589, 'hazman_9'), (4590, 'nadies84'), (4591, 'Maisieeeeeee'), (4592, 'vincentkhoo225'), (4593, 'izuanmrais'), (4594, 'ffioneh'), (4595, 'JShiqing'), (4596, 'vaneeesssaaa'), (4597, 'H4PPYPILLS'), (4598, '_chokyu'), (4599, 'xrispoh'), (4600, 'serpentbaretta'), (4601, 'paparadzi'), (4602, 'mariahfisher'), (4603, 'nixnil'), (4604, 'glitzsmiles'), (4605, 'xoxokiat'), (4606, 'Paaavaaa'), (4607, 'ddiittaayeye'), (4608, 'gozaliabi'), (4609, 'tanyanning'), (4610, 'Priscillasrm'), (4611, 'Seri_EdLouis'), (4612, 'gotomax'), (4613, 'Priscywoo'), (4614, 'helloheadgehog'), (4615, 'EchoOutIce'), (4616, 'Xiaowen_Ooi'), (4617, 'DavidSJ44'), (4618, 'chamhui'), (4619, 'boveey'), (4620, 'amyzxc'), (4621, 'Syafyq'), (4622, 'Jorry1701'), (4623, 'shidababe145'), (4624, 'alanzj'), (4625, 'putriadeew'), (4626, 'paperwirestudio'), (4627, 'nfffffdlah'), (4628, 'cherlicopter'), (4629, 'wiznikhalifa'), (4630, 'BellaLuvDiamond'), (4631, 'SharmaineAnnesk'), (4632, 'babie9948'), (4633, 'sabsyaz'), (4634, 'IzuRaAeSook'), (4635, 'amyang1995'), (4636, 'twjian525'), (4637, 'davedanielR'), (4638, 'smagdali'), (4639, 'slippingsanity'), (4640, 'Kappadonna'), (4641, '_curseofcurves'), (4642, 'Bamitssammie'), (4643, 'jelixjelix'), (4644, 'ANISradzuan'), (4645, 'amiedinello'), (4646, 'miravuks'), (4647, 'Izraqseth'), (4648, 'HanaHalilintar'), (4649, 'AphelionJeremy'), (4650, 'kportscher'), (4651, 'roliepolierinny'), (4652, 'Meeeelly'), (4653, 'Farhankicap'), (4654, '_drownthecity'), (4655, 'the_trackers'), (4656, 'YaLQ'), (4657, 'chungiii'), (4658, 'HEYminchin'), (4659, 'lelysaAF'), (4660, 'Kimpuh'), (4661, 'SandoVict'), (4662, 'uzaidi'), (4663, 'COLOURFULZEBRAS'), (4664, 'noraasri'), (4665, 'safarin'), (4666, 'raphsays'), (4667, '097353261'), (4668, 'imMeWeiJie'), (4669, 'TienJunnnnnnn'), (4670, 'yanmi19'), (4671, 'shetongnurse'), (4672, 'nrlfthh'), (4673, 'ZhenJingKimchi_'), (4674, 'kairin'), (4675, 'reivad'), (4676, 'ma_shi_'), (4677, 'dao_qi'), (4678, 'SyafiqHammady'), (4679, 'bljhftw'), (4680, 'Janice_rocks'), (4681, 'MSXIUHUI'), (4682, 'SantanicHeartsx'), (4683, 'WhatMiss'), (4684, '9316_RyeoRa'), (4685, 'vivalaserge'), (4686, 'N0WMD'), (4687, 'Remus_Teo'), (4688, 'clovergirl106'), (4689, 'egoisticlife'), (4690, 'hellyeahvin'), (4691, 'officialTINNO'), (4692, 'ohmysexyy'), (4693, 'ciitra_vaniila'), (4694, 'palakshana'), (4695, 'SUPERADRIANME'), (4696, 'georgeseah'), (4697, 'Arif_dr_traffic'), (4698, 'requiem84'), (4699, 'Olliedes'), (4700, 'viviviki'), (4701, 'agusthins'), (4702, 'myajacob'), (4703, 'AdrianLee'), (4704, 'rizasungkar'), (4705, 'LJMjoel'), (4706, 'Albert_Hans'), (4707, 'dumasderauly'), (4708, 'VanMidnight'), (4709, 'iGrumpyGirl'), (4710, 'Alivia_19'), (4711, 'dewixjx'), (4712, 'vic_wong'), (4713, 'siao_ho'), (4714, 'Ashtarowth'), (4715, 'adla_aulia'), (4716, 'DanAbong'), (4717, 'Drankdrunkdoll'), (4718, 'BenjaminBan'), (4719, 'glenvale'), (4720, 'xiiinyiiii'), (4721, 'CoreeDsilva'), (4722, 'Airnaaah_'), (4723, 'trapwithintruth'), (4724, 'JeepTaparak'), (4725, 'ymanr'), (4726, 'nanamameen'), (4727, 'Anson_Lambo'), (4728, 'LoveFuckLust'), (4729, 'Itsnic'), (4730, 'carlosmelia'), (4731, 'ChongJiaMingx33'), (4732, 'NicolasMas'), (4733, 'Syuomi'), (4734, 'ila_alda'), (4735, 'soshigurl'), (4736, '_Jingsheng_'), (4737, 'wiko84'), (4738, 'Hdyhrszxc'), (4739, 'ribbonandlaces'), (4740, '_nurhdyh'), (4741, 'EldonChew'), (4742, 'hamja_m'), (4743, 'KayCluelessChan'), (4744, 'engkwan'), (4745, 'vinodkecho'), (4746, 'JustinBrownne'), (4747, 'JustNialler'), (4748, 'nicolim10'), (4749, 'nnaziraa'), (4750, 'jingkai17'), (4751, 'fadcine'), (4752, 'melissamok'), (4753, 'witchfreak'), (4754, 'vegemary'), (4755, 'JWNY'), (4756, 'craigjustintan'), (4757, '_audreyisms'), (4758, 'LJ_LC'), (4759, 'MiiRaaSan'), (4760, 'ErwynnSempoi'), (4761, 'ahlipz'), (4762, 'alzw87'), (4763, 'kshsharon'), (4764, 'AFIQzayany'), (4765, 'mardiahzahrin'), (4766, 'gelatinoallegro'), (4767, 'imchubbee'), (4768, 'VerVerBlurBlur'), (4769, 'Dintaifunggurl'), (4770, 'JeromeChan'), (4771, 'supersura'), (4772, 'jowee91'), (4773, '91Katrina'), (4774, 'Smileyyfacee_'), (4775, 'NhazirahKA'), (4776, 'Vanessalxy'), (4777, 'SarahAqilahJ'), (4778, 'HELLOAMANDA_'), (4779, 'z261311'), (4780, 'ira_noevieta'), (4781, 'BennyChanTF'), (4782, 'Jontok196a'), (4783, 'nanarinaa'), (4784, 'SharmiNazira'), (4785, 'angelicaelaines'), (4786, 'Ricsonkoo'), (4787, 'junjie995'), (4788, 'CHItotheRAG'), (4789, 'puinoons'), (4790, 'morbidintel'), (4791, 'deanbeswick'), (4792, 'miijj'), (4793, 'Shigehisa'), (4794, 'theslogreviews'), (4795, 'master__O'), (4796, 'Huixuanzx'), (4797, 'Moh_Aditya_W'), (4798, 'adhisap'), (4799, 'kaayaAIA'), (4800, 'IrfanDesyadi'), (4801, 'SyazaaYS'), (4802, 'wanifierdani'), (4803, 'kiankokk'), (4804, 'Locketzlies_'), (4805, 'makkyrawrss'), (4806, 'imrnw'), (4807, 'jjinster'), (4808, 'iAmPacoh'), (4809, 'mhagruiz'), (4810, 'Pudding_Bebe'), (4811, 'D_Dxy'), (4812, '3zLe3n'), (4813, 'K13RN'), (4814, 'klerinet'), (4815, 'kamalbagus'), (4816, 'Dogseatrice'), (4817, 'gautami'), (4818, 'daphnepocupine'), (4819, 'sansian'), (4820, 'ErniFifiboon'), (4821, 'authmn'), (4822, 'inayri_run'), (4823, 'solbrn'), (4824, 'Man12529'), (4825, 'glorioushit'), (4826, 'yola_84'), (4827, 'UniqueisAwwsome'), (4828, 'PAWSOFFURRIES'), (4829, 'munkeedi'), (4830, 'zue_nordin'), (4831, 'Tri_wwl'), (4832, 'WOW_ONES'), (4833, 'smuconlaw'), (4834, 'rosmanhaziqah'), (4835, 'theloserashley'), (4836, 'haqeelsamsuri'), (4837, 'xing_fu82'), (4838, 'annuncia123'), (4839, 'J0SEPH_XD'), (4840, 'muhd_nasrulhaq'), (4841, 'Chyhobbs'), (4842, '_chocoholic'), (4843, 'zainireidenbach'), (4844, 'kitein38'), (4845, 'oxymoronicaI'), (4846, 'Ep98_'), (4847, 'Andrewzxc'), (4848, 'happyhianjing'), (4849, 'NasiGorengBabi'), (4850, 'Amirulism'), (4851, 'KhafizohIndah'), (4852, 'naomi_eee'), (4853, 'FadhliWooddy'), (4854, 'muhdNaza96'), (4855, 'yvettepp11'), (4856, 'Bennssoonn'), (4857, 'Davny27'), (4858, 'SehaHaris'), (4859, 'Johan95_rocket'), (4860, 'JoeySalvatrucha'), (4861, 'Beebot86Yanna'), (4862, 'a1jacky'), (4863, 'suhchyuan'), (4864, 'Stainedtrust'), (4865, 'madeinweakness'), (4866, 'smukherjee78'), (4867, 'RIBB0ZSTICKS'), (4868, 'crazygrape'), (4869, 'Effeyier'), (4870, 'Durga_Dorita'), (4871, 'syidaabe'), (4872, 'eleapot'), (4873, 'Dellalalili'), (4874, 'melissakuan'), (4875, 'mariajeanina'), (4876, 'MissKeslyn'), (4877, 'i_peepo'), (4878, 'an_angahjb'), (4879, 'sugardrapes'), (4880, 'ishtefh'), (4881, 'sugar_fc'), (4882, 'smallcaps'), (4883, 'dragoniteandme'), (4884, 'angelsmil3'), (4885, 'KhaiTwitch'), (4886, 'NiLLa_suSan'), (4887, 'Radhifakh'), (4888, 'shzyxo'), (4889, 'PeixinZXC'), (4890, 'mohd_sarifuddin'), (4891, 'Sharonplng'), (4892, 'ZhaoLucas'), (4893, 'AlveriaSerene'), (4894, 'sojohn'), (4895, 'RaurauBaby'), (4896, 'IHeartTaeyeonn'), (4897, 'Nur_funtweet'), (4898, 'PriscillaLoo'), (4899, 'leedasarah'), (4900, 'pitchaonly'), (4901, 'sourabhs'), (4902, 'NadiahTW1D'), (4903, 'deliriumfolk'), (4904, 'ray_kita'), (4905, 'davvidlim'), (4906, 'NuttyShwethy'), (4907, 'fiqfiqfiq'), (4908, 'Ootkarsh'), (4909, 'Shiyunx'), (4910, 'jaminejaymee'), (4911, 'meishen92'), (4912, 'ohmysofiaa'), (4913, 'EeeerickK'), (4914, 'glitterbabyg'), (4915, 'JWLimWeiLiong'), (4916, 'beiyandao'), (4917, 'Saniz07'), (4918, 'elfnonthawat'), (4919, 'Arhyou'), (4920, 'SherdaleGWT'), (4921, 'Edw009'), (4922, 'Kajonyot_non'), (4923, 'halimngah'), (4924, 'LanceVuitton'), (4925, 'JUDAaAaAaAaAaAS'), (4926, 'xJ3abyVim'), (4927, 'junaidiubin'), (4928, 'wildwater100'), (4929, 'ilovelambos'), (4930, 'AdamShermann'), (4931, 'l2Dea'), (4932, 'maryglennperez'), (4933, 'udhaya89'), (4934, 'Letsinvade'), (4935, 'AzzmiLMohammaD'), (4936, 'edwlouis'), (4937, 'iGAN007'), (4938, 'prefix2suffix'), (4939, 'pratiwiindahh'), (4940, 'drpaulolding'), (4941, 'nicthegeek'), (4942, 'Redrhino06'), (4943, 'MustaqimRahmad'), (4944, 'hkmsqre'), (4945, 'rohithn'), (4946, 'IzzatIzzuddin21'), (4947, 'mingbeitaan'), (4948, 'tyna_syaza'), (4949, 'shakir_ryder'), (4950, 'ReenaJumarudin'), (4951, 'rulirara'), (4952, 'evanlimje'), (4953, 'Adibb_Ali'), (4954, 'lynsah'), (4955, 'noispollution'), (4956, 'lEe_Emma87'), (4957, 'Rhere07'), (4958, 'DemianChan_IRON'), (4959, 'ainzandd'), (4960, 'FaizalEgon'), (4961, 'anoirnan'), (4962, 'edwina_TW'), (4963, 'aaronayx'), (4964, 'xSharifahh'), (4965, 'iqrammeon'), (4966, 'bli_tooth'), (4967, 'TynIsLove'), (4968, 'Spencercurrylim'), (4969, 'vienena'), (4970, 'marklim'), (4971, 'NurShazAireen'), (4972, 'Syahirah_KhAi'), (4973, 'glynisjoelle'), (4974, 'andrewabogado'), (4975, 'F0otballer'); INSERT INTO `users` (`id`, `username`) VALUES (4976, 'syida_onn'), (4977, 'ebuala'), (4978, 'AlwaysBeng'), (4979, 'Yay1014'), (4980, 'Ljoeftw'), (4981, 'CottonKandies'), (4982, 'mamat555'), (4983, 'Samie_Tan'), (4984, 'zymzba'), (4985, 'atiemazlan'), (4986, 'MINGHEEE'), (4987, 'totallyguan'), (4988, 'yoosoob'), (4989, 'Syadio'), (4990, 'auralight'), (4991, 'Jonnyyyyyyyy'), (4992, 'cootie_kate'), (4993, 'FarinaFuaz'), (4994, 'Muhd_Shariff'), (4995, 'wongxuyi'), (4996, 'SiEn_Rawrdieyou'), (4997, 'runloisrun'), (4998, 'yuyuhideto'), (4999, 'jeannelxoxo'), (5000, 'RasydanM'), (5001, 'dukerobin'), (5002, 'bullshitkid'), (5003, 'TINGANGEL_'), (5004, 'NaVe89'), (5005, 'Alexus_Savier'), (5006, 'REMYAFRO'), (5007, 'NeverJudge_can'), (5008, 'ClintooonXD'), (5009, 'RastaManAikal'), (5010, '_MADREV_'), (5011, 'yeoljong'), (5012, 'Naz_Zan11'), (5013, 'ichooza'), (5014, 'decruz307'), (5015, 'josephinelian'), (5016, 'l1m1nr1c3'), (5017, 'ivannquekk'), (5018, 'melicacy'), (5019, 'zacvvee'), (5020, 'metabaron'), (5021, 'danialramli'), (5022, 'Yogi_JI'), (5023, 'Arif_Nasir'), (5024, 'audreac'), (5025, 'MaedaKimiyama'), (5026, 'HeartsHearttss'), (5027, 'helmisupreme'), (5028, 'DominoFrikitona'), (5029, 'hyperren'), (5030, 'check_jam'), (5031, 'GobKittipos'), (5032, 'RonaldControlU'), (5033, 'pilosopo4950'), (5034, 'RuyDee'), (5035, 'wei317'), (5036, 'onizukayoichi'), (5037, 'claudiachew'), (5038, 'Greenkub'), (5039, 'yasminlatief'), (5040, 'rlabian'), (5041, 'theLEONvincent'), (5042, 'ninachua'), (5043, 'RevolveDaryl'), (5044, 'Ajam_Azam'), (5045, 'aarbani'), (5046, 'afeelluv'), (5047, 'JH_Sotong'), (5048, 'Sex_OnThBeach'), (5049, 'falqita'), (5050, '_indiies'), (5051, 'FeeSY_'), (5052, 'rachelgpng'), (5053, 'hikariazie'), (5054, 'Jocelyntang_ml'), (5055, 'ScrimpyMallard5'), (5056, 'alainlicious'), (5057, 'PurpleEsther'), (5058, 'JingPoh'), (5059, 'Albertching'), (5060, 'acupofgie'), (5061, 'alexcheahtz'), (5062, 'ikekitamasataka'), (5063, 'Isaiah_The_Boss'), (5064, 'zhaolutwiter'), (5065, 'ZulfadhliNayla'), (5066, 'atypicalhuiyi'), (5067, 'iemasingle87'), (5068, 'JuzMe_1982'), (5069, 'XavierSkyAce'), (5070, 'RedColourRanger'), (5071, 'AmHilfiger'), (5072, 'mohdyazidzaidi'), (5073, 'Aehmhee'), (5074, 'San_belieber'), (5075, 'emporortan'), (5076, 'Kr1SAw_27'), (5077, 'ultra_slacker'), (5078, 'RTJX'), (5079, 'BreezeKik'), (5080, 'sephiro_aries'), (5081, 'NajwaaaSfh'), (5082, 'cheesyhearts'), (5083, 'malxc'), (5084, 'WirShaLee'), (5085, 'afrynt'), (5086, 'peiyiliangg'), (5087, 'Rismayunisa'), (5088, 'Arie_E7'), (5089, 'Myraxx'), (5090, 'meowtress'), (5091, 'LorEvangelista'), (5092, 'theycallmejamez'), (5093, 'L1n_H0_MEMORIES'), (5094, 'Jigglesmeoww'), (5095, 'N_GLaa'), (5096, 'Tsukiyoruutari'), (5097, 'fadhlinrashid'), (5098, 'Jayrambomambo'), (5099, 'FAUZIeBAKAr'), (5100, 'Lyrajoanna'), (5101, 'ah_min_uh'), (5102, 'jonitarose'), (5103, 'makeupjunkyy'), (5104, 'PandoraKissesss'), (5105, 'ye3n'), (5106, 'aidenxiao'), (5107, 'darklancer17'), (5108, 'R1111YAN'), (5109, 'SJB_Steambun'), (5110, 'NaNie_KechiQueZ'), (5111, 'tjjkkk'), (5112, 'JOONBOSS'), (5113, 'felixker'), (5114, 'NazrulNazari'), (5115, 'Gerrrmaine'), (5116, 'airulblurblur'), (5117, 'franciskenz'), (5118, 'BobTheMampats'), (5119, 'mudWHO'), (5120, 'jayjbtan'), (5121, 'VampieLust'), (5122, 'LinaGofus'), (5123, 'weipingtoh'), (5124, 'HowardJang'), (5125, 'celinachung'), (5126, 'stevectl'), (5127, 'tingliong'), (5128, 'evelynwxteo'), (5129, 'LovelleDebra'), (5130, 'giemarasigan'), (5131, 'styra'), (5132, 'guanasai'), (5133, 'nurkhairiahali'), (5134, 'hong_supatra'), (5135, 'XiaoJason07'), (5136, 'junyijude'), (5137, 'min0k0'), (5138, 'NeLLyLoVeLy4'), (5139, 'Imsomebodyy'), (5140, 'SoendaNieZz'), (5141, 'jacqqqq'), (5142, 'wenwen_wu'), (5143, 'CalvinGlambert'), (5144, 'graffitikai'), (5145, 'doodle_caduceus'), (5146, 'azwnstfler'), (5147, 'xian_wei'), (5148, 'kyvhyun'), (5149, 'raysonpang'), (5150, 'derpchoi'), (5151, 'KashDollarMoney'), (5152, 'whatshit_isthis'), (5153, 'MangoJuices_'), (5154, 'Achld'), (5155, 'ezagnanjar'), (5156, 'lowieoliveros'), (5157, 'rousymarsh'), (5158, 'Theismailsalim'), (5159, 'ballarmeen'), (5160, 'JeremyPhyo'), (5161, 'angelsibal'), (5162, 'andrii_wijaya'), (5163, 'EricNgChewTong'), (5164, 'shikinhidris'), (5165, 'IIF_JSEL'), (5166, 'GlamourpussLife'), (5167, 'shige81matsu'), (5168, 'adriancabral'), (5169, 'sheSays'), (5170, 'tonyfook'), (5171, 'Tan_E_shin'), (5172, 'vanessa_neo'), (5173, 'Edrickiwi'), (5174, 'iHurricanee'), (5175, 'theTASIA'), (5176, 'bryanhihi'), (5177, 'NFNK1120'), (5178, 'AloysiusWng'), (5179, 'kuekj'), (5180, 'faridachaniago'), (5181, 'anos_re'), (5182, 'RezossReza'), (5183, 'CharisGrace95'), (5184, 'Etonee97'), (5185, 'elle_legaspi'), (5186, 'ChewHuiJunior'), (5187, 'rozieta_raffar'), (5188, 'yvettesweets'), (5189, 'rae2888'), (5190, 'gnohcjc'), (5191, 'dax_chng'), (5192, 'Dokrak_P'), (5193, 'namuhyunnn'), (5194, 'Fabri_ribeiro'), (5195, 'RapRocksMyLife'), (5196, 'dapaindotcom'), (5197, 'UnleashTheCat'), (5198, 'minicloudie'), (5199, 'Talent_Rx'), (5200, 'mira_syida'), (5201, 'stefanieexz'), (5202, 'genajane'), (5203, 'CarringtonCat'), (5204, 'toothsculptor'), (5205, 'DanceItOutx'), (5206, 'safira_moo'), (5207, 'Daryl_Chin'), (5208, 'azim_k810'), (5209, 'erectionary'), (5210, 'HongRage'), (5211, 'stickpjw'), (5212, 'tickhin'), (5213, 'SUNGZ_HYE'), (5214, 'joriesnsd'), (5215, 'JeroemyNg'), (5216, 'ShUkRihandsome'), (5217, '1D_HSLTLPNHZM_'), (5218, 'EILEENTOMLINSON'), (5219, 'yuejie1994'), (5220, 'nicooeatsyouup'), (5221, 'AkGLanPgm'), (5222, 'carlosh1975'), (5223, 'ANGWEIJIE'), (5224, 'mfckd'), (5225, 'MichelleBites'), (5226, 'SeerahR'), (5227, 'HannySudirman'), (5228, 'scottsyndrome'), (5229, 'IndigoEvey'), (5230, 'shchua2212'), (5231, 'RarahChuB'), (5232, 'Vettaaaaa'), (5233, 'janellalee'), (5234, 'ChoiNora_'), (5235, 'MarkLvl9000'), (5236, 'Zhongyi1515'), (5237, 'machiskyblade'), (5238, 'Vbm_Lyaaulya'), (5239, 'ajiscullens'), (5240, 'GaviNNNivaG'), (5241, 'isang08'), (5242, 'DanDanZuraidi'), (5243, 'gohmichellesp'), (5244, 'x3AnnieY'), (5245, 'koolgerl95'), (5246, 'Roywang93'), (5247, 'ZhenXuanlow'), (5248, 'smittenkittenxz'), (5249, 'PunkifiedAngel'), (5250, 'Emporio_Kacang'), (5251, 'HafizuJusni'), (5252, 'sabaw_ng_balot'), (5253, 'arieternity'), (5254, 'AlanPang8'), (5255, 'optimike'), (5256, 'king140196'), (5257, 'fui91'), (5258, 'ramthekumar'), (5259, 'robiaatul_'), (5260, 'ChuaWeiJunCWJ'), (5261, 'mheg_asia'), (5262, 'HUIYIxD'), (5263, 'whimsypoo'), (5264, 'puta'), (5265, 'ewyeo'), (5266, 'epinostar'), (5267, 'pinkypotatohead'), (5268, 'PangYanisa'), (5269, 'omarazizmr'), (5270, 'theotheoo'), (5271, 'zeeSherlock'), (5272, 'pinkbarbzz'), (5273, 'enot1910'), (5274, 'bonjbond'), (5275, 'GuorongTang'), (5276, 'sharniewarnie'), (5277, 'SupSHINeJunior'), (5278, 'Iwanriduan'), (5279, 'junesap'), (5280, 'ShaunSeeJunYong'), (5281, 'mohaziv'), (5282, 'IvanDarbi'), (5283, '5itr3'), (5284, 'BesorSokmo'), (5285, 'extenbrian12'), (5286, 'nazrulhakiim'), (5287, 'Si_Xuan'), (5288, 'fermutuc'), (5289, 'aeh_sunantha'), (5290, 'borpee'), (5291, 'FLYING_PANDAAAA'), (5292, 'subaudible'), (5293, 'heyycurl'), (5294, 'uefa16599'), (5295, 'JoJo_OngXD'), (5296, 'JEEERYL'), (5297, 'eileenepiczxc'), (5298, 'jocelynrozes'), (5299, 'GabeQC'), (5300, 'Psujitto'), (5301, 'hazelheen'), (5302, 'YeahItsJoanneC'), (5303, 'rizjudiqilcama'), (5304, 'Saya_Hensem'), (5305, 'gleekiamyo'), (5306, 'supersuf'), (5307, '_AmirulAzman'), (5308, 'AlvinJoonKiat'), (5309, 'awawbib'), (5310, 'cheriechua'), (5311, 'gLeNmOnD1997'), (5312, 'buymeadrinkapp'), (5313, 'Zeliaaaaa'), (5314, 'Firepomfret'), (5315, 'iAleth'), (5316, 'shan_kaichen'), (5317, 'Winchestersftw'), (5318, 'H0NEYSECRETS'), (5319, 'Leonardk0h'), (5320, 'edmunddwong'), (5321, 'Ghina_2608'), (5322, 'Alvin_Ter'), (5323, 'Kukuchickenn'), (5324, 'shamil871a'), (5325, 'roshan0301'), (5326, 'sicktae'), (5327, 'Khairin_Nadia'), (5328, 'Riondude'), (5329, 'vankeilau'), (5330, 'GloriasRainbow'), (5331, 'OLIchng'), (5332, 'WyldeDaisy'), (5333, 'HahaHaziqBonch'), (5334, 'ajekgonjol'), (5335, 'Wess_Lee'), (5336, 'james_quan'), (5337, 'jingwen11'), (5338, 'lweichiang'), (5339, 'ohaizoee'), (5340, 'FlexibleSkele'), (5341, 'JeslinAkaMym'), (5342, 'arezieymia'), (5343, 'vansmo'), (5344, 'Maggyths'), (5345, 'amirul_taufik'), (5346, 'toliver410'), (5347, 'guan9'), (5348, 'ploy_galz'), (5349, 'Ayumontel'), (5350, 'VhanezaT'), (5351, 'Lidya_Aryanti'), (5352, 'WeiLi_95'), (5353, 'heyniesa'), (5354, 'kopikosonggirl'), (5355, 'DeminHearts'), (5356, 'dDphilo_712'), (5357, 'iAwesome_Freak'), (5358, 'anahrafnia'), (5359, 'mutirachmayanti'), (5360, 'RchyOh'), (5361, 'o0icezzzaa0o'), (5362, 'x_xShaReN'), (5363, 'GayMagnets'), (5364, 'AhtAt89'), (5365, 'JaOwKun'), (5366, '_helmz'), (5367, 'suisman70'), (5368, 'matleetour89'), (5369, 'ShiRrEeChEe'), (5370, 'hilarygio'), (5371, 'katdiazyeo'), (5372, 'FartoolMfWic'), (5373, 'loadinglucas'), (5374, 'Zaiahbelle'), (5375, 'rock_h'), (5376, 'inakayamgoreng'), (5377, 'mrbranch'), (5378, 'AnaRahman94'), (5379, 'russelwongphoto'), (5380, 'charissarhanie'), (5381, 'penarikbecatua'), (5382, 'Norhafizahsham'), (5383, 'alex_presto'), (5384, 'akazharmj'), (5385, 'GaryAhNeo'), (5386, 'TriyaArfianie'), (5387, 'heyzahir'), (5388, 'mizziemelon'), (5389, 'ignorantcow'), (5390, 'grenish'), (5391, 'FirdausFirddy'), (5392, 'GwennieBiebs'), (5393, 'namakuMoK_'), (5394, 'Arus_na'), (5395, 'HeartsPumpin_g'), (5396, 'mymytoh'), (5397, '_BloomingRoses_'), (5398, 'KavielTEO'), (5399, 'ShermaineAkys'), (5400, 'mingalarbar'), (5401, 'Ohmyrenee'), (5402, 'BonCalma'), (5403, 'leslieweewee'), (5404, 'BAP_FANCLUB'), (5405, 'yuyunus'), (5406, 'AhCHIUU'), (5407, 'KavenYap'), (5408, 'Yasel2_Wu'), (5409, 'shadasuhada'), (5410, 'izamryan'), (5411, 'Natalieemonster'), (5412, 'JeremyWasbeer'), (5413, 'JummieM'), (5414, 'Chong_Yang'), (5415, 'thadTJdawson'), (5416, 'netfuentes'), (5417, 'Janchayz'), (5418, 'ZOO_Foo'), (5419, 'wiwininie'), (5420, 'SaltyJac'), (5421, 'marouen19'), (5422, 'agung_suryaa'), (5423, 'hermungoh'), (5424, 'MardMN'), (5425, 'SinFilled00'), (5426, 'irmazi'), (5427, 'rafiqahismail'), (5428, 'FeeohnahCho'), (5429, 'xueyirocks'), (5430, 'NicoChristopher'), (5431, 'DarlaEntertain'), (5432, 'azriiii'), (5433, 'HannanHuzaifi'), (5434, 'nasuhalqadri'), (5435, 'EricaDeZucca'), (5436, 'raashido'), (5437, 'Yohan_Goh'), (5438, 'Rizdeno'), (5439, 'abigailsoo'), (5440, 'HaziqBoo'), (5441, 'Jeanniezx'), (5442, 'elcapone'), (5443, 'fanotnot'), (5444, 'FazreenaRahmans'), (5445, 'IreneWHQ'), (5446, 'callme_XY'), (5447, 'aammyy_321'), (5448, 'Clementower'), (5449, 'M4NGK4LI'), (5450, 'heartymits'), (5451, 'Johnsteven69'), (5452, 'jasonzliu'), (5453, 'Nurul890Saya'), (5454, 'DalvinLee'), (5455, 'akmal89'), (5456, 'Adorablemadness'), (5457, 'laid_back_days'), (5458, 'BryanCsiol'), (5459, 'Iamthetomatos'), (5460, 'adiffmusic'), (5461, 'PriestLah'), (5462, 'BenjRodrigo'), (5463, 'DarkBS'), (5464, 'DidieOh'), (5465, 'sitieatworld'), (5466, 'inspirit3103'), (5467, 'YYBmage'), (5468, 'Simcheeeky'), (5469, 'Khadedaiwang'), (5470, 'wanduu'), (5471, 'KAALdino'), (5472, 'isyaemika'), (5473, 'monkeyqool'), (5474, 'groovygenie'), (5475, 'ismantanuri'), (5476, 'Pjy1234holic'), (5477, 'Nashriq23'), (5478, 'Destinycriesxo'), (5479, 'Jeslynhahaha'), (5480, 'samsoon123'), (5481, 'Novri95'), (5482, 'ohmydarling_'), (5483, 'HOTTESTAHMA'), (5484, 'shannonlck'), (5485, 'AyizDAce'), (5486, 'RanjHudgens'), (5487, 'spincrass'), (5488, 'myrightnotyours'), (5489, 'Harismojo'), (5490, 'JXchicharito'), (5491, 'D93Nightmare'), (5492, 'silviazhuo'), (5493, '_lincu_'), (5494, 'edwardLooi'), (5495, 'Manat_Matwiset'), (5496, 'qqladyqq'), (5497, 'vampbuff'), (5498, 'MacNewsJunkie'), (5499, 'indriHR'), (5500, 'ReaymRui'), (5501, 'Mohzameir'), (5502, 'bimbolurbs'), (5503, 'insp_ghah'), (5504, 'jAyEeNa'), (5505, 'YukiWang1993'), (5506, 'onemanatatime'), (5507, 'imaunicornnn'), (5508, 'Merloyy'), (5509, 'adleene'), (5510, 'toastoflove'), (5511, 'KinlongF'), (5512, 'faiii_z'), (5513, 'jas90'), (5514, 'NabilFikriYahya'), (5515, 'ibleedcurry'), (5516, 'gordonleekl'), (5517, 'Selemunincute'), (5518, 'tiredlim'), (5519, 'ITheMageling'), (5520, 'tiffyteffy'), (5521, 'C_H_A_R_L_E_N_E'), (5522, 'Bernard_tan'), (5523, 'DoublEeeeee'), (5524, 'neusallen'), (5525, 'MarYan122309'), (5526, 'Prioritie'), (5527, 'Rjellybeano'), (5528, 'whatever_goes22'), (5529, 'SnowingInSummer'), (5530, 'kowjecks'), (5531, 'mayimaen'), (5532, 'allifanaddilla'), (5533, 'GutsyKlutzy'), (5534, 'pancevanbuncis'), (5535, 'NujnaH'), (5536, 'nabillazhafirah'), (5537, 'henrychu_'), (5538, 'lhmnimiuh'), (5539, 'itsandrewwwww'), (5540, 'MunirahSeev'), (5541, 'kohruiheng1999'), (5542, 'AugustineLai'), (5543, 'babyruthina'), (5544, 'CELINLEONG'), (5545, 'Peyjal76'), (5546, 'hazirahnaomi'), (5547, 'jumarko_fermion'), (5548, 'yleeyufang'), (5549, 'chloe_yumi'), (5550, 'ApatStooge'), (5551, 'monchai1202'), (5552, 'sengkenneth'), (5553, 'arliyalaw'), (5554, 'Jiemin0309'), (5555, 'AlisonHengZL'), (5556, 'telingabulat'), (5557, 'them_me'), (5558, 'selenezhang'), (5559, 'christabel_lf'), (5560, 'KerrineChan'), (5561, 'MsJeremiah'), (5562, 'heartsinline'), (5563, 'beehaziz'), (5564, 'GRaphLee'), (5565, 'JoeWongCH'), (5566, 'VAMPIREB0NES'), (5567, 'Lee_ShazzyD'), (5568, 'Mhee_United'), (5569, 'Arielloi'), (5570, 'MloclamTAY'), (5571, 'reniieetan'), (5572, 'aisyahj'), (5573, 'smse89'), (5574, 'myera_suryadi'), (5575, 'Oohk_Gnid_Nauy'), (5576, 'teemoty'), (5577, 'rjgeron'), (5578, 'DongXinru'), (5579, 'Jamilah_Ilah'), (5580, 'darla_hani'), (5581, 'sufiyantonio'), (5582, 'norizwanzakaria'), (5583, 'SharonUrMother'), (5584, 'Oliviaxash'), (5585, 'brandwhorejeffy'), (5586, 'ivy_vee_s'), (5587, 'justwithinme'), (5588, 'aiffaAA'), (5589, 'jasada12'), (5590, '5D3T4'), (5591, 'GorillaOctopus'), (5592, 'Junko__I'), (5593, 'Suci_TN'), (5594, 'IrfanRinaldi'), (5595, 'owltweets'), (5596, 'PinkCarrots_'), (5597, 'wlmkkf9876'), (5598, 'Manxyzdd'), (5599, 'pharyza'), (5600, 'safurahman'), (5601, 'EdwinChristoph'), (5602, 'siraden_wardana'), (5603, 'AnggyaMegaayu'), (5604, 'domting'), (5605, 'junekue'), (5606, 'karnnnnnnnnna'), (5607, 'RizalChubz'), (5608, 'ajirokhadi'), (5609, 'winnie_smileyme'), (5610, 'Arvineyla'), (5611, 'KiyoshiIkeda'), (5612, 'HafizGlamor'), (5613, 'zuzufarro'), (5614, 'AshuraJaafar'), (5615, 'ne0forCe'), (5616, 'Greeniie07'), (5617, 'hafiza85'), (5618, 'dessperado'), (5619, 'i_tonkla'), (5620, 'KhairiLuth'), (5621, 'ilmudan'), (5622, 'randomgs'), (5623, 'ezCr8zy'), (5624, 'aish_1996'), (5625, 'thefallez'), (5626, 'LeonardBoyInRed'), (5627, 'wongrenhao'), (5628, 'milapetmilfer'), (5629, 'shafiraabdul'), (5630, 'pekyee_w'), (5631, 'rajat_garg'), (5632, 'newchana0_o'), (5633, 'candy_ta'), (5634, 'Jimboveg'), (5635, 'lailaiong'), (5636, 'candycane_xoxo'), (5637, 'zhongfu'), (5638, 'abs_afizaiman'), (5639, 'wahinh'), (5640, 'rrrrrai'), (5641, 'hunternield'), (5642, 'liewjingyee'), (5643, 'pa_triloga'), (5644, '_AzrulAfiq'), (5645, 'ImBoxerBoi'), (5646, 'sitinurazleen'), (5647, 'anisrahayumajid'), (5648, 'Louiselasp'), (5649, 'crystalizelove'), (5650, 'rockieshocks'), (5651, 'BethanyLPV'), (5652, '33Z4Ni3'), (5653, 'MaioMeow'), (5654, 'kitkit0218'), (5655, 'altrex_22'), (5656, 'Claaaaaaaaaa'), (5657, 'medschneverends'), (5658, 'FareenNuralisa'), (5659, 'YINLOVEEUNHYUK_'), (5660, 'theblen'), (5661, 'angkatLing'), (5662, 'RafaelMorrell'), (5663, 'YanaDeCruz'), (5664, 'dannnial'), (5665, 'Dufeier'), (5666, 'RainbowCheung'), (5667, 'hafizyavenged'), (5668, 'kikokicks'), (5669, 'Egoisticme'), (5670, 'JesminJs'), (5671, '5ince1993'), (5672, 'ShafikahSarip'), (5673, 'LGtitular'), (5674, 'muffyvan'), (5675, 'paulineloott'), (5676, 'spog19'), (5677, 'Hruanwern'), (5678, 'lovingangal'), (5679, 'zhyifei'), (5680, 'kiki_rizki'), (5681, 'dinosaurjane'), (5682, 'rorgile90870'), (5683, 'raiedrahman'), (5684, 'jawongbayawak'), (5685, 'iamkarlo28'), (5686, '860719zack'), (5687, 'namibeatz'), (5688, 'rejvalencia'), (5689, 'J_canyouheartat'), (5690, 'xuannn_'), (5691, 'dan_ialll'), (5692, 'Dyanastasia'), (5693, 'emvclemente'), (5694, 'ParaneoX'), (5695, 'katsuyosheeeeee'), (5696, 'cheecheryl'), (5697, 'caesiumboyy'), (5698, 'sivasayanth'), (5699, 'Aml_Ltf'), (5700, 'chilipadicha'), (5701, 'EffyDeLis'), (5702, 'pengpeng17'), (5703, 'dieanners'), (5704, 'flocations'), (5705, 'vdkarewired'), (5706, 'AziziJoe_7'), (5707, 'ganigoodnight'), (5708, 'ZinNatwara'), (5709, 'shilielin'), (5710, 'Peterusit96'), (5711, 'hand_put3'), (5712, 'AngelReneeWu'), (5713, 'EwwWhatsThat'), (5714, 'faiixs'), (5715, 'NadhirahSiti'), (5716, 'AkmalHkim'), (5717, 'Paul_Dan'), (5718, 'akbar_cracks'), (5719, 'shenheng'), (5720, 'sherylxy'), (5721, 'FiyPerry'), (5722, 'kayjaja'), (5723, 'ZieyLIEW'), (5724, 'akulapar'), (5725, 'yuguozx'), (5726, 'muhammadkhaliff'), (5727, 'starnitemoon'), (5728, 'ne0petak'), (5729, 'ieakhalidah'), (5730, 'ParodyTrix'), (5731, 'melcheong'), (5732, 'arya_rangga21'), (5733, 'XiandaHae'), (5734, 'dildul12'), (5735, 'bennluhh'), (5736, 'joannestrn'), (5737, 'NShahrizah'), (5738, 'sianturinova'), (5739, 'XiUwEnYeO'), (5740, 'JonAhJon'), (5741, 'MdDanialRahmat'), (5742, 'adealfathazmi'), (5743, 'Ian_Gan'), (5744, 'SC_stamp'), (5745, 'skat3rgalz'), (5746, 'fitriyahmalik'), (5747, 'azrilmazwan'), (5748, 'qurratuA_'), (5749, 'ahkel_kltg'), (5750, 'yanarosli'), (5751, 'buhaycoke'), (5752, 'xiiaomei'), (5753, 'directioner1212'), (5754, 'NikhilChodankar'), (5755, 'ihaznonose'), (5756, 'Sheepception'), (5757, 'gandaJoey'), (5758, 'ChunsiongWcs'), (5759, 'jjinchaniel_'), (5760, 'aliphlm'), (5761, 'ChineseMrPeanut'), (5762, '17MarchhamJS'), (5763, 'rimmymohamad'), (5764, 'kefinx'), (5765, 'Dennnyy'), (5766, 'jolin_500'), (5767, 'SyafiqBakhari'), (5768, 'DarrenTTM'), (5769, 'mohanvikram'), (5770, 'mingweiloves'), (5771, 'brainopera'), (5772, 'nrlzfrhz'), (5773, 'Farhanah_Sykes'), (5774, 'benjamingauthey'), (5775, 'MifdzalDaneal'), (5776, 'khalito27'), (5777, 'khaiEbest'), (5778, 'MohamadHairee'), (5779, 'fallenpig'), (5780, 'kongtinjoong'), (5781, 'rewindpleasee'), (5782, 'katdbrat'), (5783, 'generalridz'), (5784, 'ironman19470622'), (5785, 'Adriancjf'), (5786, 'Rachel_Kimchia'), (5787, 'llwsJai_MT'), (5788, 'Fe_Ayu'), (5789, 'DirtyGh3ttoKid'), (5790, 'madGILER'), (5791, 'PeiLingloveee'), (5792, 'Asahi_boy'), (5793, 'neilxclark'), (5794, 'nuar_syafiqs'), (5795, 'intanraihanna'), (5796, 'SahilaRos'), (5797, 'auzhee'), (5798, 'dreamh_igh'), (5799, 'DixonLoveyDovey'), (5800, 'mimy_sy'), (5801, 'MimiPeotyet'), (5802, 'noodiw'), (5803, 'mica_schoofa17'), (5804, 'SeriAndani'), (5805, 'PeeDeeFlow'), (5806, 'adibsickyhead'), (5807, 'Michelderijk'), (5808, 'Beviewee'), (5809, 'kamalersyad'), (5810, '_4MIER4_'), (5811, 'PHATMIC'), (5812, 'AwesomeEdmund'), (5813, 'GreenChoColateK'), (5814, 'SirineBenjaafar'), (5815, 'Abnerlazyboy'), (5816, 'lokeylin'), (5817, 'LouisDumbo'), (5818, 'jencalalung'), (5819, 'bornleppo'), (5820, 'iamnotfxrxh'), (5821, 'AloneCX'), (5822, 'lyddish'), (5823, 'firkravitz'), (5824, 'Devito099'), (5825, 'Dhe_herdy'), (5826, 'XiaoXinn'), (5827, 'Simin97'), (5828, 'kilakiller08'), (5829, 'Isyham'), (5830, 'julian_obispo'), (5831, 'rico_ropii'), (5832, 'LiyanaNoh'), (5833, 'LuckyToSnort'), (5834, 'Farhan_allen'), (5835, 'k2nnywch'), (5836, 'SereneSalvatore'), (5837, 'Ily_KaliesyaR'), (5838, 'DEKFILM'), (5839, 'yytstephy'), (5840, 'NanaaSimpson'), (5841, 'Rach_beth'), (5842, 'Lzhisen'), (5843, 'CindyLXY_llious'), (5844, 'aneryxax'), (5845, 'Ad_qim'), (5846, 'zahin156'), (5847, 'danialasyraff'), (5848, 'DygkuNadiah'), (5849, 'poppyopy99'), (5850, 'UrsTrulySMB138Y'), (5851, 'neekchan'), (5852, 'WeiJinboo'), (5853, 'graceforealz'), (5854, 'oohemily1'), (5855, 'chubblesterol'), (5856, 'YoHereIam'), (5857, 'mazzito'), (5858, 'HaiSayaEena'), (5859, 'ileneeeomq'), (5860, 'EkinGK98'), (5861, 'Jota_Be_eSe'), (5862, 'arlynroslin'), (5863, 'eirfan'), (5864, 'AiniSufani'), (5865, '_Yitong'), (5866, 'AlvinTeoT'), (5867, 'dwirosse2104'), (5868, 'FeiraYourstruly'), (5869, 'zuezuriati'), (5870, 'boonyang90'), (5871, 'daphtxt'), (5872, 'EAhtyqa'), (5873, 'DIRTYFOXCUNTS'), (5874, 'Sankajay1'), (5875, 'ainnasyaheera_'), (5876, 'benyeotk'), (5877, 'gatesmile0101'), (5878, 'MODIS_GeoBliki'), (5879, 'blood_aidil'), (5880, 'starfilled_'), (5881, 'teocimit'), (5882, 'xradicalartx'), (5883, 'geloramos'), (5884, 'iam_superjake69'), (5885, 'zattyyyy'), (5886, 'RHaltirVOC'), (5887, 'muhuk'), (5888, 'vivienhang'), (5889, 'johnmendon'), (5890, 'aleanza'), (5891, 'rpbaltazar'), (5892, 'adhanrjab'), (5893, 'Hasyirhershey'), (5894, 'Zonggda'), (5895, 'GwendolynnS'), (5896, 'Ayeenjaszlemars'), (5897, 'psloveblue'), (5898, 'Martynetz'), (5899, 'WhitErapbiT'), (5900, 'SamBixd'), (5901, 'KpopperLovatic'), (5902, 'dino_ear'), (5903, 'yvonniesofyani'), (5904, 'JasonCONTAGIOUS'), (5905, 'Jayxandria'), (5906, 'tintinong'), (5907, 'NatshaRoslee'), (5908, 'mona_woow'), (5909, '_MonkeyFishy_'), (5910, 'alyaroux'), (5911, 'free_man77'), (5912, 'Dj_Vincent1219'), (5913, 'cottonhowww'), (5914, 'pikavicks_'), (5915, 'ShennaMusicLuva'), (5916, 'AnaEna143'), (5917, 'Niinqx'), (5918, 'Chaaaaaaaq'), (5919, 'BotakOng'), (5920, 'amankaka32'), (5921, 'cassandrachau'), (5922, 'JyiingLim'), (5923, 'Danial_Styles'), (5924, 'apiradeej'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
SELECT Pays,AVG(somme_kprot_dispo_phpj) as moyenne_kprot_dispo_phpj FROM ( SELECT Pays,Année,SUM(dispo_prot)/1000 as somme_kprot_dispo_phpj From dispo_alim Group by Pays,Année) GROUP BY Pays ORDER BY moyenne_kprot_dispo_phpj DESC LIMIT 10;
-- phpMyAdmin SQL Dump -- version 3.4.4 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Apr 24, 2012 at 04:10 PM -- Server version: 5.5.16 -- PHP Version: 5.3.8 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `samplecomments` -- -- -------------------------------------------------------- -- -- Table structure for table `comments` -- DROP TABLE IF EXISTS `comments`; CREATE TABLE IF NOT EXISTS `comments` ( `id` varchar(36) NOT NULL, `parent_id` varchar(36) DEFAULT NULL, `foreign_key` varchar(36) NOT NULL, `user_id` varchar(36) DEFAULT NULL, `lft` int(10) NOT NULL, `rght` int(10) NOT NULL, `model` varchar(255) NOT NULL, `approved` tinyint(1) NOT NULL DEFAULT '1', `is_spam` varchar(20) NOT NULL DEFAULT 'clean', `title` varchar(255) DEFAULT NULL, `slug` varchar(255) DEFAULT NULL, `body` text, `author_name` varchar(255) DEFAULT NULL, `author_url` varchar(255) DEFAULT NULL, `author_email` varchar(128) NOT NULL DEFAULT '', `language` varchar(6) DEFAULT NULL, `comment_type` varchar(32) NOT NULL DEFAULT 'comment', `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `comments` -- INSERT INTO `comments` (`id`, `parent_id`, `foreign_key`, `user_id`, `lft`, `rght`, `model`, `approved`, `is_spam`, `title`, `slug`, `body`, `author_name`, `author_url`, `author_email`, `language`, `comment_type`, `created`, `modified`) VALUES ('4e6029f3-c8b4-4438-9d4c-1d14691dff02', '0', '4e5ef2fc-faac-4c81-a037-0756691dff02', '4e5eeb85-4ad4-49ec-a18c-0754691dff02', 1, 6, 'Post', 1, 'clean', 'a comment from michael', 'a_comment_from_michael', 'this is the body of the comment\r\n', NULL, NULL, '', 'en-us', 'comment', '2011-09-02 01:57:23', '2011-09-02 01:57:23'), ('4f8dac24-bc6c-4796-989a-08b8691dff02', '4e6029f3-c8b4-4438-9d4c-1d14691dff02', '4e5ef2fc-faac-4c81-a037-0756691dff02', '4f8c7041-4bd0-455d-a7b0-07c0691dff02', 2, 5, 'Post', 1, 'clean', 'test', 'test', 'test', NULL, NULL, '', 'es-es', 'comment', '2012-04-17 19:45:08', '2012-04-17 19:45:08'), ('4f8dac32-d27c-4650-8b20-08b8691dff02', '4f8dac24-bc6c-4796-989a-08b8691dff02', '4e5ef2fc-faac-4c81-a037-0756691dff02', '4f8c7041-4bd0-455d-a7b0-07c0691dff02', 3, 4, 'Post', 1, 'clean', 'test quote', 'test_quote', '[quote]\r\ntest\r\n[end quote]', NULL, NULL, '', 'es-es', 'comment', '2012-04-17 19:45:22', '2012-04-17 19:45:22'); -- -------------------------------------------------------- -- -- Table structure for table `posts` -- DROP TABLE IF EXISTS `posts`; CREATE TABLE IF NOT EXISTS `posts` ( `id` varchar(36) NOT NULL, `name` varchar(255) DEFAULT NULL, `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `posts` -- INSERT INTO `posts` (`id`, `name`, `created`, `modified`) VALUES ('4e5ef2fc-faac-4c81-a037-0756691dff02', 'Sample Post 1', '2011-09-01 14:50:36', '2011-09-01 14:50:36'), ('4e5ef303-b6c4-4d99-b1cb-074f691dff02', 'Sample Post 2', '2011-09-01 14:50:43', '2011-09-01 14:50:43'), ('4e5efac3-362c-4df8-bbea-0756691dff02', 'Hello', '2011-09-01 15:23:47', '2011-09-01 15:23:47'); -- -------------------------------------------------------- -- -- Table structure for table `schema_migrations` -- DROP TABLE IF EXISTS `schema_migrations`; CREATE TABLE IF NOT EXISTS `schema_migrations` ( `id` int(11) NOT NULL AUTO_INCREMENT, `version` int(11) NOT NULL, `type` varchar(50) NOT NULL, `created` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1 AUTO_INCREMENT=5 ; -- -- Dumping data for table `schema_migrations` -- INSERT INTO `schema_migrations` (`id`, `version`, `type`, `created`) VALUES (1, 1, 'migrations', '2011-09-01 14:15:44'), (2, 1, 'users', '2011-09-01 14:15:44'), (3, 1, 'comments', '2011-09-01 14:15:54'), (4, 1, 'posts', '2011-09-01 14:16:01'); -- -------------------------------------------------------- -- -- Table structure for table `security_levels` -- DROP TABLE IF EXISTS `security_levels`; CREATE TABLE IF NOT EXISTS `security_levels` ( `id` tinyint(2) NOT NULL AUTO_INCREMENT, `name` varchar(250) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=4 ; -- -- Dumping data for table `security_levels` -- INSERT INTO `security_levels` (`id`, `name`) VALUES (1, 'None'), (2, 'Password'), (3, 'Login'); -- -------------------------------------------------------- -- -- Table structure for table `share_links` -- DROP TABLE IF EXISTS `share_links`; CREATE TABLE IF NOT EXISTS `share_links` ( `id` char(36) CHARACTER SET latin1 NOT NULL, `secret_key` char(36) CHARACTER SET latin1 NOT NULL, `hashed_password` varchar(255) CHARACTER SET latin1 NOT NULL, `security_level` tinyint(2) NOT NULL, `expiration_date` datetime DEFAULT NULL, `expiration_count` int(11) DEFAULT NULL, `target_id` char(36) CHARACTER SET latin1 NOT NULL, `target_type` varchar(255) CHARACTER SET latin1 NOT NULL, `target_owner` char(255) CHARACTER SET latin1 NOT NULL, `active` tinyint(1) NOT NULL, `owner_id` char(255) CHARACTER SET latin1 NOT NULL, `page_views` int(10) NOT NULL DEFAULT '0', `renewal_request` tinyint(1) NOT NULL DEFAULT '0', `renewal_comment` text, `count` int(11) NOT NULL DEFAULT '0', `created` datetime NOT NULL, `modified` datetime NOT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumping data for table `share_links` -- INSERT INTO `share_links` (`id`, `secret_key`, `hashed_password`, `security_level`, `expiration_date`, `expiration_count`, `target_id`, `target_type`, `target_owner`, `active`, `owner_id`, `page_views`, `renewal_request`, `renewal_comment`, `count`, `created`, `modified`) VALUES ('4e5ef896-0d7c-47b0-ad71-0755691dff02', 'abc123', '353e8061f2befecb6818ba0c034c632fb0bcae1b', 1, '2011-09-03 15:10:00', 5, '4e5ef2fc-faac-4c81-a037-0756691dff02', 'Post', '4e5eeb85-4ad4-49ec-a18c-0754691dff02', 1, '4e5eeb85-4ad4-49ec-a18c-0754691dff02', 0, 0, NULL, 7, '2011-09-01 15:14:30', '2011-09-02 02:07:56'), ('4e5eff07-0ea8-4194-9a56-00e5691dff02', 'def456', '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8', 2, '2011-09-01 15:40:00', 10, '4e5ef303-b6c4-4d99-b1cb-074f691dff02', 'Post', '4e5eeb85-4ad4-49ec-a18c-0754691dff02', 0, '4e5eeb85-4ad4-49ec-a18c-0754691dff02', 0, 0, NULL, 1, '2011-09-01 15:41:59', '2011-09-01 15:53:35'), ('4e602a80-7490-43e5-b005-1d14691dff02', 'lkdfjl', '5baa61e4c9b93f3f0682250b6cf8331b7ee68fd8', 2, '2011-09-03 01:58:00', 3, '4e5ef2fc-faac-4c81-a037-0756691dff02', 'Post', '4e5eeb85-4ad4-49ec-a18c-0754691dff02', 0, '4e5eeb85-4ad4-49ec-a18c-0754691dff02', 0, 0, NULL, 4, '2011-09-02 01:59:44', '2011-09-02 02:00:36'), ('4f8c5fa8-e6d8-4a6f-9213-07c0691dff02', '4pjga6i7qmcko8ocgokws4wck', '', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:06:32', '2012-04-16 20:06:32'), ('4f8c5fb1-9658-43b4-8f06-07c0691dff02', '4pjga8hjw1og8w0gco4osgk0s', '', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:06:41', '2012-04-16 20:06:41'), ('4f8c5fb5-e41c-4241-8531-07c0691dff02', '4pjga98iw1a8scs0c8gg0k888', '', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:06:45', '2012-04-16 20:06:45'), ('4f8c5fc8-56e4-4a82-8e8a-07c0691dff02', '4pjgaddyzoysgsgc4ssso888c', '', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:07:04', '2012-04-16 20:07:04'), ('4f8c5fd8-7e00-4af8-a2fb-07c0691dff02', '4pjgagpx4zy80cgg8owokkc04', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 1, 'asdfasdf\r\nasdfasdf\r\nasdfsadf', 0, '2012-04-16 20:07:20', '2012-04-24 15:57:59'), ('4f8c5fda-fbdc-42bf-99d1-07c0691dff02', '4pjgah5yzhmow4osc4coss8co', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:07:22', '2012-04-16 20:07:22'), ('4f8c650f-096c-49e4-88d9-07c0691dff02', '4pjgidjh2qgw840gwoow0wwg8', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:29:35', '2012-04-16 20:29:35'), ('4f8c6701-2360-440d-84eb-07c0691dff02', '4pjglbqy5mw4kw04skcgsco8c', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:37:53', '2012-04-16 20:37:53'), ('4f8c6721-ae28-4917-b305-07c0691dff02', '4pjglikp0p440skws8ccswgws', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:38:25', '2012-04-16 20:38:25'), ('4f8c672f-8c5c-457f-932c-07c0691dff02', '4pjglllsaiyooc408cow4c8gk', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 1, '0000-00-00 00:00:00', 0, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 20:38:39', '2012-04-16 20:38:39'), ('4f8c6da0-8148-45c8-b9db-07c0691dff02', '4pjgvdgas0owskkok8wg8wsgk', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 2, NULL, NULL, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 21:06:08', '2012-04-16 21:06:08'), ('4f8c6f3d-0514-4f26-bf05-07c0691dff02', '4pjgxtpm4328ososgkow0o4c0', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 1, NULL, NULL, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 21:13:01', '2012-04-16 21:13:01'), ('4f8c7260-8220-43a8-9231-07c0691dff02', '4pjh2kwh9qqssw0wcw888kkks', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 3, NULL, NULL, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 2, '2012-04-16 21:26:24', '2012-04-19 19:40:47'), ('4f8c7f8e-8564-43a4-b177-07c0691dff02', '4pjhmkt633i8owkw84g8cg844', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 3, NULL, NULL, 'a', 'Post', '5', 1, '65df', 0, 0, NULL, 0, '2012-04-16 22:22:38', '2012-04-16 22:22:38'), ('4f8dadcf-d3a8-4d41-9c26-08b8691dff02', '4pjud6toquwwgwkcc4400kw8w', '', 1, NULL, NULL, 'target-hash', 'Post', 'target-owner-hash', 1, 'owner-id-hash', 0, 0, NULL, 1, '2012-04-17 19:52:15', '2012-04-17 19:53:59'), ('4f8dae9a-0c8c-46fa-870b-08b8691dff02', '4pjuee5f86qsgggwok4848c0k', '', 1, NULL, NULL, 'target-hash', 'Post', 'target-owner-hash', 1, 'owner-id-hash', 0, 0, NULL, 0, '2012-04-17 19:55:38', '2012-04-17 19:55:38'), ('4f8db1d0-59fc-4e62-bdd5-08b8691dff02', '4pjuj9dhcq2o0wo48w4wkk4s0', '', 1, NULL, NULL, 'target-hash', 'Post', 'target-owner-hash', 1, 'owner-id-hash', 0, 0, NULL, 0, '2012-04-17 20:09:20', '2012-04-17 20:09:20'), ('4f8db244-77c8-4f53-b840-08b8691dff02', '4pjujy5ddcmcwc8k84wokgwcc', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 2, NULL, NULL, 'target-hash', 'Post', 'target-owner-hash', 1, 'owner-id-hash', 0, 0, NULL, 1, '2012-04-17 20:11:16', '2012-04-17 20:12:56'), ('4f8db2eb-2e0c-48e6-a1ab-08b8691dff02', '4pjukxxgaw00ssccwcg0k804w', '', 3, NULL, NULL, 'target-hash', 'Post', 'target-owner-hash', 1, 'owner-id-hash', 0, 0, NULL, 3, '2012-04-17 20:14:03', '2012-04-19 19:38:41'), ('4f904e83-7180-4b32-be0c-055c691dff02', '4pkmpvla6luswccsgcs484ws4', '', 1, NULL, NULL, 'target-hash', 'Post', 'target-owner-hash', 1, 'owner-id-hash', 0, 0, NULL, 1, '2012-04-19 19:42:27', '2012-04-19 19:42:45'), ('4f904ee0-8b2c-43dc-b4a5-055c691dff02', '4pkmqfabr6kgkwgw84c0gw8c4', '', 1, NULL, NULL, '4e5ef2fc-faac-4c81-a037-0756691dff02', 'Post', 'target-owner-hash', 1, 'owner-id-hash', 0, 0, NULL, 1, '2012-04-19 19:44:00', '2012-04-19 19:44:12'), ('4f905765-bc78-43dd-acf8-055c691dff02', '4pkn3cmr9sowsg8w0o4so44kc', '', 1, NULL, NULL, '4e5ef2fc-faac-4c81-a037-0756691dff02', 'Post', 'unknown', 1, '4f8c7041-4bd0-455d-a7b0-07c0691dff02', 0, 0, NULL, 1, '2012-04-19 20:20:21', '2012-04-19 20:20:33'), ('4f905786-57b4-4413-9c4f-055c691dff02', '4pkn3jtaoieckssk8cg0c4coc', '40bd001563085fc35165329ea1ff5c5ecbdbbeef', 2, NULL, NULL, '4e5ef2fc-faac-4c81-a037-0756691dff02', 'Post', 'unknown', 1, '4f8c7041-4bd0-455d-a7b0-07c0691dff02', 0, 0, NULL, 1, '2012-04-19 20:20:54', '2012-04-19 20:21:12'), ('4f90579d-8f74-4d3e-9b50-055c691dff02', '4pkn3oldyrs44kg40s8o08oss', '', 3, NULL, NULL, '4e5ef2fc-faac-4c81-a037-0756691dff02', 'Post', 'unknown', 1, '4f8c7041-4bd0-455d-a7b0-07c0691dff02', 0, 0, NULL, 2, '2012-04-19 20:21:17', '2012-04-19 20:22:11'); -- -------------------------------------------------------- -- -- Table structure for table `users` -- DROP TABLE IF EXISTS `users`; CREATE TABLE IF NOT EXISTS `users` ( `id` varchar(36) NOT NULL, `username` varchar(255) NOT NULL, `slug` varchar(255) NOT NULL, `passwd` varchar(128) DEFAULT NULL, `email` varchar(255) DEFAULT NULL, `active` tinyint(1) DEFAULT '0', `created` datetime DEFAULT NULL, `modified` datetime DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `users` -- INSERT INTO `users` (`id`, `username`, `slug`, `passwd`, `email`, `active`, `created`, `modified`) VALUES ('4e5eeb85-4ad4-49ec-a18c-0754691dff02', 'demo', 'demo', 'c8229c200b43f93c76aa668549a0f55ffb264db3', 'demo@demo.com', 1, '2011-09-01 14:18:45', '2011-09-01 14:18:45'), ('4f8c7041-4bd0-455d-a7b0-07c0691dff02', 'mauro', 'mauro', 'd9eb6ead4ee43bf12d4794e15a114b4d6474e9b7', 'maurozadu@gmail.com', 1, '2012-04-16 21:17:21', '2012-04-16 21:17:21'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- phpMyAdmin SQL Dump -- version 3.5.3 -- http://www.phpmyadmin.net -- -- Servidor: localhost -- Tiempo de generación: 17-06-2013 a las 18:57:58 -- Versión del servidor: 5.5.28 -- Versión de PHP: 5.4.7 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Base de datos: `Fleckr` -- -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Admin` -- CREATE TABLE IF NOT EXISTS `Admin` ( `ID_ADMIN` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `PASS` varchar(20) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`ID_ADMIN`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='El administrador de la página'; -- -- Volcado de datos para la tabla `Admin` -- INSERT INTO `Admin` (`ID_ADMIN`, `PASS`) VALUES ('Admin1', '1234Admin'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Allow` -- CREATE TABLE IF NOT EXISTS `Allow` ( `ID_COLLECTION` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, KEY `ID_COLLECTION` (`ID_COLLECTION`), KEY `ID_USER` (`ID_USER`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Los usuarios que pueden acceder a la colección'; -- -- Volcado de datos para la tabla `Allow` -- INSERT INTO `Allow` (`ID_COLLECTION`, `ID_USER`) VALUES ('myUserdefault', 'user10'), ('myUserdefault', 'finalUser'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Authorize` -- CREATE TABLE IF NOT EXISTS `Authorize` ( `ID_ADMIN` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `PERMITS` varchar(10) COLLATE utf8_unicode_ci NOT NULL, KEY `ID_ADMIN` (`ID_ADMIN`), KEY `ID_USER` (`ID_USER`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Los que sean autorizados van aquí. PERMITS = basic, complete'; -- -- Volcado de datos para la tabla `Authorize` -- INSERT INTO `Authorize` (`ID_ADMIN`, `ID_USER`, `PERMITS`) VALUES ('Admin1', 'user10', 'Basic'), ('Admin1', 'myUser', 'Complete'), ('Admin1', 'finalUser', 'Complete'), ('Admin1', 'user1', 'Basic'), ('Admin1', 'user11', 'Complete'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Ban` -- CREATE TABLE IF NOT EXISTS `Ban` ( `ID_ADMIN` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, KEY `ID_ADMIN` (`ID_ADMIN`), KEY `ID_USER` (`ID_USER`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Aquí aparecen los baneados'; -- -- Volcado de datos para la tabla `Ban` -- INSERT INTO `Ban` (`ID_ADMIN`, `ID_USER`) VALUES ('Admin1', 'user1'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Collections` -- CREATE TABLE IF NOT EXISTS `Collections` ( `ID_COLLECTION` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `PUBLIC` varchar(3) COLLATE utf8_unicode_ci NOT NULL, `DISABLED` varchar(3) COLLATE utf8_unicode_ci NOT NULL, `ID_ADMIN` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `Notifications` int(2) NOT NULL, `IS_NOTIFIED` varchar(3) COLLATE utf8_unicode_ci NOT NULL, `WIDTH` int(4) NOT NULL, `HEIGHT` int(4) NOT NULL, PRIMARY KEY (`ID_COLLECTION`), KEY `Notifications` (`Notifications`), KEY `ID_ADMIN` (`ID_ADMIN`), KEY `ID_USER` (`ID_USER`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='La tabla colecciones'; -- -- Volcado de datos para la tabla `Collections` -- INSERT INTO `Collections` (`ID_COLLECTION`, `PUBLIC`, `DISABLED`, `ID_ADMIN`, `ID_USER`, `Notifications`, `IS_NOTIFIED`, `WIDTH`, `HEIGHT`) VALUES ('California', 'Yes', 'No', 'Admin1', 'myUser', 0, 'No', 256, 256), ('finalUserdefault', 'No', 'No', 'Admin1', 'finalUser', 0, 'No', 0, 0), ('myUserdefault', 'No', 'No', 'Admin1', 'myUser', 0, 'No', 0, 0), ('test', 'No', 'No', 'Admin1', 'myUser', 0, 'No', 64, 64), ('This is punk rock!', 'Yes', 'No', 'Admin1', 'user11', 0, 'No', 512, 512), ('user11default', 'No', 'No', 'Admin1', 'user11', 0, 'No', 0, 0), ('user1default', 'No', 'No', 'Admin1', 'user1', 0, 'No', 0, 0), ('user2default', 'No', 'No', 'Admin1', 'user2', 0, 'No', 0, 0); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Notify` -- CREATE TABLE IF NOT EXISTS `Notify` ( `ID_ADMIN` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `CONTENT` varchar(100) COLLATE utf8_unicode_ci NOT NULL, KEY `ID_ADMIN` (`ID_ADMIN`), KEY `ID_USER` (`ID_USER`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Las notificaciones son estas'; -- -- Volcado de datos para la tabla `Notify` -- INSERT INTO `Notify` (`ID_ADMIN`, `ID_USER`, `CONTENT`) VALUES ('Admin1', 'myUser', 'Your collection has been deleted. Reason: continous reports. Plz don''t do it again k thx'), ('Admin1', 'myUser', 'Your collection has been disabled.'), ('Admin1', 'myUser', 'Your collection test has been disabled.'), ('Admin1', 'myUser', 'Your collection California is enabled now. Don''t fail us again ;)'), ('Admin1', 'myUser', 'Your collection delete22 has been deleted. Reason: continous reports. Plz don''t do it again k thx'), ('Admin1', 'myUser', 'Your collection California is enabled now.'), ('Admin1', 'myUser', 'Your collection California has been disabled.'), ('Admin1', 'myUser', 'Your collection California is enabled now.'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Photos` -- CREATE TABLE IF NOT EXISTS `Photos` ( `ID_PHOTO` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `NAME` varchar(40) COLLATE utf8_unicode_ci NOT NULL, `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `LOCATION` varchar(200) COLLATE utf8_unicode_ci NOT NULL, `FILE_NAME` varchar(200) COLLATE utf8_unicode_ci NOT NULL, PRIMARY KEY (`ID_PHOTO`), KEY `ID_PHOTO` (`ID_PHOTO`), KEY `ID_PHOTO_2` (`ID_PHOTO`), KEY `ID_USER` (`ID_USER`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Aquí se guardan las fotos'; -- -- Volcado de datos para la tabla `Photos` -- INSERT INTO `Photos` (`ID_PHOTO`, `NAME`, `ID_USER`, `LOCATION`, `FILE_NAME`) VALUES ('asdfmyUser', 'asdf', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/notification_University_of_California__Davis.png', 'notification_University_of_California__Davis.png'), ('atlas!user11', 'atlas!', 'user11', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/user11/atlas_losing_grip0.jpg', 'atlas_losing_grip0.jpg'), ('c1myUser', 'c1', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/9d19fc8809bcb1b765e891c331b0c5c5.jpeg', '9d19fc8809bcb1b765e891c331b0c5c5.jpeg'), ('c2myUser', 'c2', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/California_am_Kurfuerstendamm-Berlin-Exterior_view-2-6673.jpg', 'California_am_Kurfuerstendamm-Berlin-Exterior_view-2-6673.jpg'), ('c3myUser', 'c3', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/California-Flag-icon.png', 'California-Flag-icon.png'), ('c4myUser', 'c4', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/California-Icon.png', 'California-Icon.png'), ('c5myUser', 'c5', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/California-Victory.png', 'California-Victory.png'), ('c6myUser', 'c6', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/California-Zurich-Reception-1-72111.jpg', 'California-Zurich-Reception-1-72111.jpg'), ('c7myUser', 'c7', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/California.png', 'California.png'), ('c8myUser', 'c8', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/d0baddf27c490e4ee20eb5c0f37013af.jpeg', 'd0baddf27c490e4ee20eb5c0f37013af.jpeg'), ('esciffinalUser', 'escif', 'finalUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/finalUser/escif3.jpg', 'escif3.jpg'), ('Kid Dinamite!user11', 'Kid Dinamite!', 'user11', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/user11/bio_photoKidDynamite.jpg', 'bio_photoKidDynamite.jpg'), ('sTrashmyUser', 'sTrash', 'myUser', '/Applications/XAMPP/xamppfiles/htdocs/Fleckr/myUser/washington_january_21_phoenix_suns_point_poster-rb8218407941e4d5c90133cab10285b95_2046_8byvr_512.jpg', 'washington_january_21_phoenix_suns_point_poster-rb8218407941e4d5c90133cab10285b95_2046_8byvr_512.jpg'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Report` -- CREATE TABLE IF NOT EXISTS `Report` ( `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_COLLECTION` varchar(20) COLLATE utf8_unicode_ci NOT NULL, KEY `ID_USER` (`ID_USER`), KEY `ID_COLLECTION` (`ID_COLLECTION`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Las colecciones reportadas son éstas'; -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Send_mail` -- CREATE TABLE IF NOT EXISTS `Send_mail` ( `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_USER_TO` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `CONTENT` varchar(100) COLLATE utf8_unicode_ci NOT NULL, KEY `ID_USER` (`ID_USER`), KEY `ID_USER_TO` (`ID_USER_TO`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Los mensajes entre usuarios para pedir permisos'; -- -- Volcado de datos para la tabla `Send_mail` -- INSERT INTO `Send_mail` (`ID_USER`, `ID_USER_TO`, `CONTENT`) VALUES ('user10', 'myUser', 'Let me take a look at your collection myUserdefault. Thanks.'), ('user10', 'myUser', 'Let me take a look at your collection test. Thanks.'), ('myUser', 'user10', 'Plz take a look of my collection myUserdefault k thx'), ('finalUser', 'myUser', 'Let me take a look at your collection test. Thanks.'), ('myUser', 'finalUser', 'Plz take a look of my collection myUserdefault k thx'), ('user11', 'finalUser', 'Let me take a look at your collection finalUserdefault. Thanks.'); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `Users` -- CREATE TABLE IF NOT EXISTS `Users` ( `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `PASS` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `NAME` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `SURNAME` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `MAIL` varchar(50) COLLATE utf8_unicode_ci NOT NULL, `IMAGES_DEFAULT` int(2) NOT NULL, PRIMARY KEY (`ID_USER`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='La tabla de usuarios'; -- -- Volcado de datos para la tabla `Users` -- INSERT INTO `Users` (`ID_USER`, `PASS`, `NAME`, `SURNAME`, `MAIL`, `IMAGES_DEFAULT`) VALUES ('finalUser', 'finalUser', 'Toni', 'Caourier', 'anthony@courier.org', 2), ('myUser', 'myUser', '', '', '', 7), ('user1', 'user1', '', '', '', 5), ('user10', 'user10', 'Peter', 'Griffin', 'Griffin@Friggin.com', 5), ('user11', 'user11', '', '', '', 5), ('user2', 'user2', '', '', '', 5); -- -------------------------------------------------------- -- -- Estructura de tabla para la tabla `User_Collection_Photos` -- CREATE TABLE IF NOT EXISTS `User_Collection_Photos` ( `ID_USER` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_COLLECTION` varchar(20) COLLATE utf8_unicode_ci NOT NULL, `ID_PHOTO` varchar(20) COLLATE utf8_unicode_ci NOT NULL, KEY `ID_USER` (`ID_USER`), KEY `ID_COLLECTION` (`ID_COLLECTION`), KEY `ID_PHOTO` (`ID_PHOTO`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci COMMENT='Una relación ternaria entre usuarios, colecciones y fotos'; -- -- Volcado de datos para la tabla `User_Collection_Photos` -- INSERT INTO `User_Collection_Photos` (`ID_USER`, `ID_COLLECTION`, `ID_PHOTO`) VALUES ('myUser', 'myUserdefault', 'asdfmyUser'), ('myUser', 'myUserdefault', 'sTrashmyUser'), ('myUser', 'California', 'c1myUser'), ('myUser', 'California', 'c2myUser'), ('myUser', 'California', 'c3myUser'), ('myUser', 'California', 'c4myUser'), ('myUser', 'California', 'c5myUser'), ('myUser', 'California', 'c6myUser'), ('myUser', 'California', 'c7myUser'), ('myUser', 'California', 'c8myUser'), ('finalUser', 'finalUserdefault', 'esciffinalUser'), ('user11', 'user11default', 'atlas!user11'), ('user11', 'This is punk rock!', 'Kid Dinamite!user11'), ('user11', 'This is punk rock!', 'atlas!user11'); -- -- Restricciones para tablas volcadas -- -- -- Filtros para la tabla `Allow` -- ALTER TABLE `Allow` ADD CONSTRAINT `allow_ibfk_1` FOREIGN KEY (`ID_COLLECTION`) REFERENCES `Collections` (`ID_COLLECTION`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `allow_ibfk_2` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `Authorize` -- ALTER TABLE `Authorize` ADD CONSTRAINT `authorize_ibfk_1` FOREIGN KEY (`ID_ADMIN`) REFERENCES `Admin` (`ID_ADMIN`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `authorize_ibfk_2` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `Ban` -- ALTER TABLE `Ban` ADD CONSTRAINT `ban_ibfk_1` FOREIGN KEY (`ID_ADMIN`) REFERENCES `Admin` (`ID_ADMIN`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `ban_ibfk_2` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `Collections` -- ALTER TABLE `Collections` ADD CONSTRAINT `collections_ibfk_1` FOREIGN KEY (`ID_ADMIN`) REFERENCES `Admin` (`ID_ADMIN`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `collections_ibfk_2` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `Notify` -- ALTER TABLE `Notify` ADD CONSTRAINT `notify_ibfk_1` FOREIGN KEY (`ID_ADMIN`) REFERENCES `Admin` (`ID_ADMIN`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `notify_ibfk_2` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `Photos` -- ALTER TABLE `Photos` ADD CONSTRAINT `photos_ibfk_1` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `Report` -- ALTER TABLE `Report` ADD CONSTRAINT `report_ibfk_1` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `report_ibfk_2` FOREIGN KEY (`ID_COLLECTION`) REFERENCES `Collections` (`ID_COLLECTION`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `Send_mail` -- ALTER TABLE `Send_mail` ADD CONSTRAINT `send_mail_ibfk_1` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `send_mail_ibfk_2` FOREIGN KEY (`ID_USER_TO`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Filtros para la tabla `User_Collection_Photos` -- ALTER TABLE `User_Collection_Photos` ADD CONSTRAINT `user_collection_photos_ibfk_1` FOREIGN KEY (`ID_USER`) REFERENCES `Users` (`ID_USER`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `user_collection_photos_ibfk_2` FOREIGN KEY (`ID_COLLECTION`) REFERENCES `Collections` (`ID_COLLECTION`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `user_collection_photos_ibfk_3` FOREIGN KEY (`ID_PHOTO`) REFERENCES `Photos` (`ID_PHOTO`) ON DELETE CASCADE ON UPDATE CASCADE; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
ALTER TABLE "EAADMIN"."ALERT_TYPE" ADD COLUMN IS_DQ SMALLINT ; REORG TABLE EAADMIN.ALERT_TYPE; INSERT INTO ASN.IBMSNAP_SUBS_COLS ( APPLY_QUAL, SET_NAME, WHOS_ON_FIRST, TARGET_OWNER, TARGET_TABLE, TARGET_NAME, COL_TYPE, IS_KEY, COLNO, EXPRESSION )SELECT 'PD_TO_ST_QUAL', 'STREP1', 'S', 'EAADMIN', 'ALERT_TYPE', 'IS_DQ', 'A', 'N', MAX(COLNO + 1), 'IS_DQ' FROM ASN.IBMSNAP_SUBS_COLS WHERE APPLY_QUAL='PD_TO_ST_QUAL' AND SET_NAME='STREP1' AND WHOS_ON_FIRST='S' AND TARGET_OWNER='EAADMIN' AND TARGET_TABLE='ALERT_TYPE'; INSERT INTO ASN.IBMSNAP_SUBS_COLS (APPLY_QUAL, SET_NAME , WHOS_ON_FIRST, TARGET_OWNER, TARGET_TABLE, COL_TYPE, TARGET_NAME, IS_KEY, COLNO, EXPRESSION) SELECT 'PD_TO_ST_QUAL','STREP1','S','EAADMIN','ALERT_TYPE','A', 'IS_DQ',' ', MAX(COLNO + 1),'IS_DQ' FROM ASN.IBMSNAP_SUBS_COLS WHERE APPLY_QUAL='PD_TO_ST_QUAL' AND SET_NAME='STREP1' AND WHOS_ON_FIRST='S' AND TARGET_OWNER='EAADMIN' AND TARGET_TABLE='ALERT_TYPE';
INSERT INTO `tb_grp_program`(`name`,`priority`) VALUES ('ESSENTIALS',1); INSERT INTO `tb_grp_program`(`name`,`priority`) VALUES ('TEXT EDITOR',2); INSERT INTO `tb_grp_program`(`name`,`priority`) VALUES ('DOCUMENTS VIEWER',3); INSERT INTO `tb_grp_program`(`name`,`priority`) VALUES ('AUDIO & VIDEO',4); INSERT INTO `tb_grp_program`(`name`,`priority`) VALUES ('IMAGE MEDIA',5); INSERT INTO `tb_grp_program`(`name`,`priority`) VALUES ('CODE EDITOR',6);
CREATE TABLE CitasPacientes ( Id INT IDENTITY(1,1), IdPaciente INT NOT NULL, IdTipoCita INT NOT NULL, IdEstadoCita INT NOT NULL, FechaCita SMALLDATETIME NOT NULL CONSTRAINT PK_CitasPacientes_Id PRIMARY KEY (Id), CONSTRAINT FK_CitasPacientes_IdPaciente FOREIGN KEY (IdPaciente) REFERENCES Pacientes(Id), CONSTRAINT FK_CitasPacientes_IdTipoCita FOREIGN KEY (IdTipoCita) REFERENCES TiposCitas(Id), CONSTRAINT FK_CitasPacientes_IdEstadoCita FOREIGN KEY (IdEstadoCita) REFERENCES EstadosCitas(Id), CONSTRAINT UC_CitasPacientes UNIQUE(IdPaciente,FechaCita) );
CREATE TABLE bigdataplugin.filedata ( id varchar(200) NOT NULL, filename varchar(200) NOT NULL, blobdata longblob NOT NULL, metadata1 varchar(200) NOT NULL, metadata2 varchar(200) NOT NULL, metadata3 varchar(200) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=latin1;
SELECT * FROM users AS u WHERE u.id = /* userId */1 ;
# ------------------------------------------------------ TASK 1 ----------------------------------------------- SELECT o1.user_id, o1.name, o1.count1, o2.count2 FROM (SELECT o.user_id, users.name, count(t.price) as count1 from orders o INNER JOIN users INNER JOIN tariffs t on o.tariff_id=t.id and users.id=o.user_id and t.price<1000 group by o.user_id, users.name ) o1 INNER JOIN (SELECT o.user_id, users.name, count(t.price) as count2 from orders o INNER JOIN users INNER JOIN tariffs t on o.tariff_id=t.id and users.id=o.user_id and t.price>=1000 group by o.user_id, users.name ) o2 on o1.user_id=o2.user_id; # ------------------------------------------------------ TASK 2 ----------------------------------------------- SELECT o.id, u.name, t.price, o.number FROM users u INNER JOIN (SELECT id, created_at, tariff_id, @number:=IF(@current_user=user_id, @number+1, 1) as number, @current_user:=user_id as user_id FROM orders ORDER BY user_id, created_at) as o INNER JOIN tariffs t ON u.id=o.user_id and t.id=o.tariff_id where o.number=3; # ------------------------------------------------------ TASK 3 ----------------------------------------------- SELECT o.id, u.name, o.price from users u INNER JOIN (SELECT id, created_at, price, @number:= if(@current_user=user_id, @number+1, 1) as number, @current_user:= user_id as user_id FROM ( SELECT o.id, o.user_id, o.created_at, t.price FROM orders o INNER JOIN tariffs t on o.tariff_id = t.id WHERE o.id>(SELECT MIN(orders.id) as id FROM orders INNER JOIN tariffs ON orders.tariff_id = tariffs.id and tariffs.price>1000 where o.user_id=orders.user_id) ORDER BY o.user_id, o.id) numeric_orders order by user_id, id) o ON o.user_id=u.id and o.number=3;
# ************************************************************ # Sequel Pro SQL dump # Version 4004 # # http://www.sequelpro.com/ # http://code.google.com/p/sequel-pro/ # # Host: localhost (MySQL 5.5.25) # Database: stuff # Generation Time: 2013-02-17 12:51:56 +0000 # ************************************************************ /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; /*!40014 SET @OLD_FOREIGN_KEY_CHECKS=@@FOREIGN_KEY_CHECKS, FOREIGN_KEY_CHECKS=0 */; /*!40101 SET @OLD_SQL_MODE=@@SQL_MODE, SQL_MODE='NO_AUTO_VALUE_ON_ZERO' */; /*!40111 SET @OLD_SQL_NOTES=@@SQL_NOTES, SQL_NOTES=0 */; # Dump of table countries-master # ------------------------------------------------------------ DROP TABLE IF EXISTS `countries-master`; CREATE TABLE `countries-master` ( `id` int(11) unsigned NOT NULL AUTO_INCREMENT, `iso_2` varchar(2) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL, `iso_3` varchar(3) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL, `number` smallint(3) unsigned zerofill DEFAULT NULL, `name_en` varchar(60) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL, `name_fr` varchar(60) DEFAULT NULL, `name_tr` varchar(60) DEFAULT NULL, `full_name_en` varchar(255) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL, `continent_code` varchar(3) CHARACTER SET utf8 COLLATE utf8_turkish_ci DEFAULT NULL, PRIMARY KEY (`id`), UNIQUE KEY `iso_2` (`iso_2`), UNIQUE KEY `iso_3` (`iso_3`) ) ENGINE=InnoDB AUTO_INCREMENT=255 DEFAULT CHARSET=utf8; LOCK TABLES `countries-master` WRITE; /*!40000 ALTER TABLE `countries-master` DISABLE KEYS */; INSERT INTO `countries-master` (`id`, `iso_2`, `iso_3`, `number`, `name_en`, `name_fr`, `name_tr`, `full_name_en`, `continent_code`) VALUES (1,'af','afg',004,'Afghanistan','Afghanistan','Afganistan','Islamic Republic of Afghanistan','AS'), (2,'ax','ala',248,'Aland Islands','Îles d\'Åland','Aland Adaları','Åland Islands','EU'), (3,'al','alb',008,'Albania','Albanie','Arnavutluk','Republic of Albania','EU'), (4,'dz','dza',012,'Algeria','Algérie','Cezayir','People\'s Democratic Republic of Algeria','AF'), (5,'as','asm',016,'American Samoa','Samoa américaine','Amerikan Samoası','American Samoa','OC'), (6,'ad','and',020,'Andorra','Andorre','Andora','Principality of Andorra','EU'), (7,'ao','ago',024,'Angola','Angola','Angola','Republic of Angola','AF'), (8,'ai','aia',660,'Anguilla','Anguilla','Angila','Anguilla','NA'), (9,'aq','ata',010,'Antarctica','Antarctique','Antartika','Antarctica (the territory South of 60 deg S)','AN'), (10,'ag','atg',028,'Antigua and Barbuda','Antigua-et-Barbuda','Antigua ve Barbuda','Antigua and Barbuda','NA'), (11,'ar','arg',032,'Argentina','Argentine','Arjantin','Argentine Republic','SA'), (12,'am','arm',051,'Armenia','Arménie','Ermenistan','Republic of Armenia','AS'), (13,'aw','abw',533,'Aruba','Aruba','Aruba','Aruba','NA'), (14,'au','aus',036,'Australia','Australie','Avustralya','Commonwealth of Australia','OC'), (15,'at','aut',040,'Austria','Autriche','Avusturya','Republic of Austria','EU'), (16,'az','aze',031,'Azerbaijan','Azerbaïdjan','Azerbaycan','Republic of Azerbaijan','AS'), (17,'bs','bhs',044,'Bahamas','Bahamas','Bahamalar','Commonwealth of the Bahamas','NA'), (18,'bh','bhr',048,'Bahrain','Bahreïn','Bahreyn','Kingdom of Bahrain','AS'), (19,'bd','bgd',050,'Bangladesh','Bangladesh','Bangladeş','People\'s Republic of Bangladesh','AS'), (20,'bb','brb',052,'Barbados','Barbade','Barbados','Barbados','NA'), (21,'by','blr',112,'Belarus','Bélarus','Belarus','Republic of Belarus','EU'), (22,'be','bel',056,'Belgium','Belgique','Belçika','Kingdom of Belgium','EU'), (23,'bz','blz',084,'Belize','Belize','Belize','Belize','NA'), (24,'bj','ben',204,'Benin','Bénin','Benin','Republic of Benin','AF'), (25,'bm','bmu',060,'Bermuda','Bermudes','Bermuda','Bermuda','NA'), (26,'bt','btn',064,'Bhutan','Bhoutan','Buhutan','Kingdom of Bhutan','AS'), (27,'bo','bol',068,'Bolivia','Bolivie','Bolivya','Plurinational State of Bolivia','SA'), (28,'bq','bes',535,'Bonaire, Sint Eustatius and Saba','Pays-Bas caribéens','Bonaire','Bonaire, Sint Eustatius and Saba','NA'), (29,'ba','bih',070,'Bosnia and Herzegovina','Bosnie-Herzégovine','Bosna Hersek','Bosnia and Herzegovina','EU'), (30,'bw','bwa',072,'Botswana','Botswana','Botsvana','Republic of Botswana','AF'), (31,'bv','bvt',074,'Bouvet Island','Île Bouvet','Buve Adası','Bouvet Island (Bouvetoya)','AN'), (32,'br','bra',076,'Brazil','Brésil','Brezilya','Federative Republic of Brazil','SA'), (33,'io','iot',086,'British Indian Ocean Territory','Territoire britannique de l\'océan Indien','Britanya Hint Okyanusu Toprakları','British Indian Ocean Territory (Chagos Archipelago)','AS'), (34,'bn','brn',096,'Brunei Darussalam','Brunei Darussalam','Brunei','Brunei Darussalam','AS'), (35,'bg','bgr',100,'Bulgaria','Bulgarie','Bulgaristan','Republic of Bulgaria','EU'), (36,'bf','bfa',854,'Burkina Faso','Burkina Faso','Burkina Faso','Burkina Faso','AF'), (37,'bi','bdi',108,'Burundi','Burundi','Burundi','Republic of Burundi','AF'), (38,'kh','khm',116,'Cambodia','Cambodge','Kamboçya','Kingdom of Cambodia','AS'), (39,'cm','cmr',120,'Cameroon','Cameroun','Kamerun','Republic of Cameroon','AF'), (40,'ca','can',124,'Canada','Canada','Kanada','Canada','NA'), (41,'cv','cpv',132,'Cape Verde','Cap-Vert','Yeşil Burun Adaları','Republic of Cape Verde','AF'), (42,'ky','cym',136,'Cayman Islands','Îles Caïmans','Cayman Adaları','Cayman Islands','NA'), (43,'cf','caf',140,'Central African Republic','République centrafricaine','Orta Afrika Cumhuriyeti','Central African Republic','AF'), (44,'td','tcd',148,'Chad','Tchad','Çad','Republic of Chad','AF'), (45,'cl','chl',152,'Chile','Chili','Şili','Republic of Chile','SA'), (46,'cn','chn',156,'China','Chine','Çin','People\'s Republic of China','AS'), (47,'cx','cxr',162,'Christmas Island','Île Christmas','Christmas Adası','Christmas Island','AS'), (48,'cc','cck',166,'Cocos (Keeling) Islands','Îles Cocos (Keeling)','Cocos Adaları','Cocos (Keeling) Islands','AS'), (49,'co','col',170,'Colombia','Colombie','Kolombiya','Republic of Colombia','SA'), (50,'km','com',174,'Comoros','Comores','Komorlar','Union of the Comoros','AF'), (51,'cg','cog',178,'Congo','Congo','Kongo','Republic of the Congo','AF'), (52,'cd','cod',180,'Congo, The Democratic Republic of the','Congo, République démocratique du','Demokratik Kongo Cumhuriyeti','Democratic Republic of the Congo','AF'), (53,'ck','cok',184,'Cook Islands','Îles Cook','Cook Adaları','Cook Islands','OC'), (54,'cr','cri',188,'Costa Rica','Costa Rica','Kosta Rika','Republic of Costa Rica','NA'), (55,'ci','civ',384,'Cote d\'Ivoire','Côte d\'Ivoire','Fildişi Sahili','Republic of Cote d\'Ivoire','AF'), (56,'hr','hrv',191,'Croatia','Croatie','Hirvatistan','Republic of Croatia','EU'), (57,'cu','cub',192,'Cuba','Cuba','Küba','Republic of Cuba','NA'), (58,'cw','cuw',531,'Curacao','Curaçao','Kurasao','Curaçao','NA'), (59,'cy','cyp',196,'Cyprus','Chypre','Kıbrıs Rum Kesimi','Republic of Cyprus','AS'), (60,'cz','cze',203,'Czech Republic','République tchèque','Çek Cumhuriyeti','Czech Republic','EU'), (61,'dk','dnk',208,'Denmark','Danemark','Danimarka','Kingdom of Denmark','EU'), (62,'dj','dji',262,'Djibouti','Djibouti','Cibuti','Republic of Djibouti','AF'), (63,'dm','dma',212,'Dominica','Dominique','Dominika','Commonwealth of Dominica','NA'), (64,'do','dom',214,'Dominican Republic','République dominicaine','Dominik Cumhuriyeti','Dominican Republic','NA'), (65,'ec','ecu',218,'Ecuador','Équateur','Ekvator','Republic of Ecuador','SA'), (66,'eg','egy',818,'Egypt','Égypte','Mısır','Arab Republic of Egypt','AF'), (67,'sv','slv',222,'El Salvador','El Salvador','El salvador','Republic of El Salvador','NA'), (68,'gq','gnq',226,'Equatorial Guinea','Guinée équatoriale','Ekvator ginesi','Republic of Equatorial Guinea','AF'), (69,'er','eri',232,'Eritrea','Érythrée','Eritre','State of Eritrea','AF'), (70,'ee','est',233,'Estonia','Estonie','Estonya','Republic of Estonia','EU'), (71,'et','eth',231,'Ethiopia','Éthiopie','Etiyopya','Federal Democratic Republic of Ethiopia','AF'), (72,'fk','flk',238,'Falkland Islands (Malvinas)','Îles Malouines','Falkland Adaları','Falkland Islands (Malvinas)','SA'), (73,'fo','fro',234,'Faroe Islands','Îles Féroé','Faroe Adaları','Faroe Islands','EU'), (74,'fj','fji',242,'Fiji','Fidji','Fiji','Republic of Fiji','OC'), (75,'fi','fin',246,'Finland','Finlande','Finlandiya','Republic of Finland','EU'), (76,'fr','fra',250,'France','France','Fransa','French Republic','EU'), (77,'gf','guf',254,'French Guiana','Guyane française','Fransız Guyanası','French Guiana','SA'), (78,'pf','pyf',258,'French Polynesia','Polynésie française','Fransız Polinezyası','French Polynesia','OC'), (79,'tf','atf',260,'French Southern Territories','Terres australes françaises','Güney Fransa Bölgeleri','French Southern Territories','AN'), (80,'ga','gab',266,'Gabon','Gabon','Gabon','Gabonese Republic','AF'), (81,'gm','gmb',270,'Gambia','Gambie','Gambiya','Republic of the Gambia','AF'), (82,'ge','geo',268,'Georgia','Géorgie','Gürcistan','Georgia','AS'), (83,'de','deu',276,'Germany','Allemagne','Almanya','Federal Republic of Germany','EU'), (84,'gh','gha',288,'Ghana','Ghana','Gana','Republic of Ghana','AF'), (85,'gi','gib',292,'Gibraltar','Gibraltar','Cebelitarık','Gibraltar','EU'), (86,'gr','grc',300,'Greece','Grèce','Yunanistan','Hellenic Republic Greece','EU'), (87,'gl','grl',304,'Greenland','Groenland','Grönland','Greenland','NA'), (88,'gd','grd',308,'Grenada','Grenade','Granada','Grenada','NA'), (89,'gp','glp',312,'Guadeloupe','Guadeloupe','Guadeloupe','Guadeloupe','NA'), (90,'gu','gum',316,'Guam','Guam','Guam','Guam','OC'), (91,'gt','gtm',320,'Guatemala','Guatemala','Guatemala','Republic of Guatemala','NA'), (92,'gg','ggy',831,'Guernsey','Guernesey','Guernsey','Bailiwick of Guernsey','EU'), (93,'gn','gin',324,'Guinea','Guinée','Gine','Republic of Guinea','AF'), (94,'gw','gnb',624,'Guinea-Bissau','Guinée-Bissau','Gine-Bisau','Republic of Guinea-Bissau','AF'), (95,'gy','guy',328,'Guyana','Guyana','Guyana','Co-operative Republic of Guyana','SA'), (96,'ht','hti',332,'Haiti','Haïti','Haiti','Republic of Haiti','NA'), (97,'hm','hmd',334,'Heard Island and McDonald Islands','Îles Heard et McDonald','Heard Adası ve McDonald Adaları','Heard Island and McDonald Islands','AN'), (98,'va','vat',336,'Holy See (Vatican City State)','Vatican','Vatikan','Holy See (Vatican City State)','EU'), (99,'hn','hnd',340,'Honduras','Honduras','Honduras','Republic of Honduras','NA'), (100,'hk','hkg',344,'Hong Kong','Hong Kong','Hong Kong','Hong Kong Special Administrative Region of China','AS'), (101,'hu','hun',348,'Hungary','Hongrie','Macaristan','Hungary','EU'), (102,'is','isl',352,'Iceland','Islande','İzlanda','Republic of Iceland','EU'), (103,'in','ind',356,'India','Inde','Hindistan','Republic of India','AS'), (104,'id','idn',360,'Indonesia','Indonésie','Endonezya','Republic of Indonesia','AS'), (105,'ir','irn',364,'Iran, Islamic Republic of','Iran','İran','Islamic Republic of Iran','AS'), (106,'iq','irq',368,'Iraq','Irak','Irak','Republic of Iraq','AS'), (107,'ie','irl',372,'Ireland','Irlande','İrlanda','Ireland','EU'), (108,'im','imn',833,'Isle of Man','Île de Man','Man Adası','Isle of Man','EU'), (109,'il','isr',376,'Israel','Israël','İsrail','State of Israel','AS'), (110,'it','ita',380,'Italy','Italie','İtalya','Italian Republic','EU'), (111,'jm','jam',388,'Jamaica','Jamaïque','Jamaika','Jamaica','NA'), (112,'jp','jpn',392,'Japan','Japon','Japonya','Japan','AS'), (113,'je','jey',832,'Jersey','Jersey','Jersey','Bailiwick of Jersey','EU'), (114,'jo','jor',400,'Jordan','Jordanie','Ürdün','Hashemite Kingdom of Jordan','AS'), (115,'kz','kaz',398,'Kazakhstan','Kazakhstan','Kazakistan','Republic of Kazakhstan','AS'), (116,'ke','ken',404,'Kenya','Kenya','Kenya','Republic of Kenya','AF'), (117,'ki','kir',296,'Kiribati','Kiribati','Kiribati','Republic of Kiribati','OC'), (118,'kp','prk',408,'Korea, Democratic People\'s Republic of','Corée du Nord','Kuzey Kore','Democratic People\'s Republic of Korea','AS'), (119,'kr','kor',410,'Korea, Republic of','Corée du Sud','Güney Kore','Republic of Korea','AS'), (120,'kw','kwt',414,'Kuwait','Koweït','Kuveyt','State of Kuwait','AS'), (121,'kg','kgz',417,'Kyrgyzstan','Kirghizistan','Kırgızistan','Kyrgyz Republic','AS'), (122,'la','lao',418,'Lao People\'s Democratic Republic','Laos','Laos','Lao People\'s Democratic Republic','AS'), (123,'lv','lva',428,'Latvia','Lettonie','Letonya','Republic of Latvia','EU'), (124,'lb','lbn',422,'Lebanon','Liban','Lübnan','Lebanese Republic','AS'), (125,'ls','lso',426,'Lesotho','Lesotho','Lesoto','Kingdom of Lesotho','AF'), (126,'lr','lbr',430,'Liberia','Libéria','Liberya','Republic of Liberia','AF'), (127,'ly','lby',434,'Libyan Arab Jamahiriya','Libye','Libya','Libya','AF'), (128,'li','lie',438,'Liechtenstein','Liechtenstein','Lihtenştayn','Principality of Liechtenstein','EU'), (129,'lt','ltu',440,'Lithuania','Lituanie','Litvanya','Republic of Lithuania','EU'), (130,'lu','lux',442,'Luxembourg','Luxembourg','Lüksemburg','Grand Duchy of Luxembourg','EU'), (131,'mo','mac',446,'Macao','Macao','Makao','Macao Special Administrative Region of China','AS'), (132,'mk','mkd',807,'Macedonia, The former Yugoslav Republic of','Macédoine','Makedonya','Republic of Macedonia','EU'), (133,'mg','mdg',450,'Madagascar','Madagascar','Madagaskar','Republic of Madagascar','AF'), (134,'mw','mwi',454,'Malawi','Malawi','Malavi','Republic of Malawi','AF'), (135,'my','mys',458,'Malaysia','Malaisie','Malezya','Malaysia','AS'), (136,'mv','mdv',462,'Maldives','Maldives','Maldivler','Republic of Maldives','AS'), (137,'ml','mli',466,'Mali','Mali','Mali','Republic of Mali','AF'), (138,'mt','mlt',470,'Malta','Malte','Malta','Republic of Malta','EU'), (139,'mh','mhl',584,'Marshall Islands','Îles Marshall','Marshall Adaları','Republic of the Marshall Islands','OC'), (140,'mq','mtq',474,'Martinique','Martinique','Martinique','Martinique','NA'), (141,'mr','mrt',478,'Mauritania','Mauritanie','Moritanya','Islamic Republic of Mauritania','AF'), (142,'mu','mus',480,'Mauritius','Maurice','Mauritius','Republic of Mauritius','AF'), (143,'yt','myt',175,'Mayotte','Mayotte','Mayotte','Mayotte','AF'), (144,'mx','mex',484,'Mexico','Mexique','Meksika','United Mexican States','NA'), (145,'fm','fsm',583,'Micronesia, Federated States of','Micronésie, États fédérés de','Mikronezya','Federated States of Micronesia','OC'), (146,'md','mda',498,'Moldova, Republic of','Moldavie','Moldovya','Republic of Moldova','EU'), (147,'mc','mco',492,'Monaco','Monaco','Monako','Principality of Monaco','EU'), (148,'mn','mng',496,'Mongolia','Mongolie','Moğolistan','Mongolia','AS'), (149,'me','mne',499,'Montenegro','Monténégro','Karadağ','Montenegro','EU'), (150,'ms','msr',500,'Montserrat','Montserrat','Montserrat','Montserrat','NA'), (151,'ma','mar',504,'Morocco','Maroc','Fas','Kingdom of Morocco','AF'), (152,'mz','moz',508,'Mozambique','Mozambique','Mozambik','Republic of Mozambique','AF'), (153,'mm','mmr',104,'Myanmar','Myanmar','Miyanmar','Republic of the Union of Myanmar','AS'), (154,'na','nam',516,'Namibia','Namibie','Namibya','Republic of Namibia','AF'), (155,'nr','nru',520,'Nauru','Nauru','Nauru','Republic of Nauru','OC'), (156,'np','npl',524,'Nepal','Népal','Nepal','Federal Democratic Republic of Nepal','AS'), (157,'nl','nld',528,'Netherlands','Pays-Bas','Hollanda','Kingdom of the Netherlands','EU'), (158,'nc','ncl',540,'New Caledonia','Nouvelle-Calédonie','Yeni Kaledonya','New Caledonia','OC'), (159,'nz','nzl',554,'New Zealand','Nouvelle-Zélande','Yeni Zelanda','New Zealand','OC'), (160,'ni','nic',558,'Nicaragua','Nicaragua','Nikaragua','Republic of Nicaragua','NA'), (161,'ne','ner',562,'Niger','Niger','Nijer','Republic of Niger','AF'), (162,'ng','nga',566,'Nigeria','Nigeria','Nijerya','Federal Republic of Nigeria','AF'), (163,'nu','niu',570,'Niue','Niue','Niue','Niue','OC'), (164,'nf','nfk',574,'Norfolk Island','Île Norfolk','Norfolk Adası','Norfolk Island','OC'), (165,'mp','mnp',580,'Northern Mariana Islands','Mariannes du Nord','Kuzey Mariana Adaları','Commonwealth of the Northern Mariana Islands','OC'), (166,'no','nor',578,'Norway','Norvège','Norveç','Kingdom of Norway','EU'), (167,'om','omn',512,'Oman','Oman','Umman','Sultanate of Oman','AS'), (168,'pk','pak',586,'Pakistan','Pakistan','Pakistan','Islamic Republic of Pakistan','AS'), (169,'pw','plw',585,'Palau','Palau','Palau','Republic of Palau','OC'), (170,'ps','pse',275,'Palestinian Territory, Occupied','Territoires palestiniens','Filistin','State of Palestine','AS'), (171,'pa','pan',591,'Panama','Panama','Panama','Republic of Panama','NA'), (172,'pg','png',598,'Papua New Guinea','Papouasie-Nouvelle-Guinée','Papua Yeni Gine','Independent State of Papua New Guinea','OC'), (173,'py','pry',600,'Paraguay','Paraguay','Paraguay','Republic of Paraguay','SA'), (174,'pe','per',604,'Peru','Pérou','Peru','Republic of Peru','SA'), (175,'ph','phl',608,'Philippines','Philippines','Filipinler','Republic of the Philippines','AS'), (176,'pn','pcn',612,'Pitcairn','Pitcairn','Pitcairn','Pitcairn Islands','OC'), (177,'pl','pol',616,'Poland','Pologne','Polonya','Republic of Poland','EU'), (178,'pt','prt',620,'Portugal','Portugal','Portekiz','Portuguese Republic','EU'), (179,'pr','pri',630,'Puerto Rico','Puerto Rico','Porto Riko','Commonwealth of Puerto Rico','NA'), (180,'qa','qat',634,'Qatar','Qatar','Katar','State of Qatar','AS'), (181,'re','reu',638,'Reunion','Réunion','Réunion','Réunion','AF'), (182,'ro','rou',642,'Romania','Roumanie','Romanya','Romania','EU'), (183,'ru','rus',643,'Russian Federation','Russie','Rusya Federasyonu','Russian Federation','EU'), (184,'rw','rwa',646,'Rwanda','Rwanda','Ruanda','Republic of Rwanda','AF'), (185,'bl','blm',652,'Saint Barthelemy','Saint-Barthélemy','Saint-Barthélemy','Saint Barthélemy','NA'), (186,'sh','shn',654,'Saint Helena, Ascension and Tristan Da Cunha','Sainte-Hélène','Saint Helena','Saint Helena, Ascension and Tristan da Cunha','AF'), (187,'kn','kna',659,'Saint Kitts and Nevis','Saint-Kitts-et-Nevis','Saint Kitts ve Nevis','Federation of Saint Kitts and Nevis','NA'), (188,'lc','lca',662,'Saint Lucia','Sainte-Lucie','Santa Luça','Saint Lucia','NA'), (189,'mf','maf',663,'Saint Martin (French Part)','Saint-Martin (France)','Saint Martin','Saint Martin (French part)','NA'), (190,'pm','spm',666,'Saint Pierre and Miquelon','Saint-Pierre-et-Miquelon','Saint Pierre ve Miquelon','Saint Pierre and Miquelon','NA'), (191,'vc','vct',670,'Saint Vincent and The Grenadines','Saint-Vincent-et-les-Grenadines','Saint Vincent ve Grenadines','Saint Vincent and the Grenadines','NA'), (192,'ws','wsm',882,'Samoa','Samoa','Samoa','Independent State of Samoa','OC'), (193,'sm','smr',674,'San Marino','Saint-Marin','San Marino','Republic of San Marino','EU'), (194,'st','stp',678,'Sao Tome and Principe','Sao Tomé-et-Principe','Sao Tome ve Principe','Democratic Republic of Sao Tome and Principe','AF'), (195,'sa','sau',682,'Saudi Arabia','Arabie saoudite','Suudi Arabistan','Kingdom of Saudi Arabia','AS'), (196,'sn','sen',686,'Senegal','Sénégal','Senegal','Republic of Senegal','AF'), (197,'rs','srb',688,'Serbia','Serbie','Sırbistan','Republic of Serbia','EU'), (198,'sc','syc',690,'Seychelles','Seychelles','Seyşel Adaları','Republic of Seychelles','AF'), (199,'sl','sle',694,'Sierra Leone','Sierra Leone','Sierra Leone','Republic of Sierra Leone','AF'), (200,'sg','sgp',702,'Singapore','Singapour','Singapur','Republic of Singapore','AS'), (201,'sx','sxm',534,'Sint Maarten (Dutch Part)','Sint Maarten ','Sint Maarten ','Sint Maarten (Dutch part)','NA'), (202,'sk','svk',703,'Slovakia','Slovaquie (République slovaque)','Slovakya','Slovakia (Slovak Republic)','EU'), (203,'si','svn',705,'Slovenia','Slovénie','Slovenya','Republic of Slovenia','EU'), (204,'sb','slb',090,'Solomon Islands','Îles Salomon','Solomon Adaları','Solomon Islands','OC'), (205,'so','som',706,'Somalia','Somalie','Somali','Somali Republic','AF'), (206,'za','zaf',710,'South Africa','Afrique du Sud','Güney Afrika Cumhuriyeti','Republic of South Africa','AF'), (207,'gs','sgs',239,'South Georgia and The South Sandwich Islands','Géorgie du Sud et les îles Sandwich du Sud','Güney Georgia ve Güney Sandwich Adaları','South Georgia and the South Sandwich Islands','AN'), (208,'ss','ssd',728,'South Sudan','Soudan du Sud','Güney Sudan','Republic of South Sudan','AF'), (209,'es','esp',724,'Spain','Espagne','İspanya','Kingdom of Spain','EU'), (210,'lk','lka',144,'Sri Lanka','Sri Lanka','Sri Lanka','Democratic Socialist Republic of Sri Lanka','AS'), (211,'sd','sdn',729,'Sudan','Soudan','Sudan','Republic of Sudan','AF'), (212,'sr','sur',740,'Suriname','Suriname','Surinam','Republic of Suriname','SA'), (213,'sj','sjm',744,'Svalbard and Jan Mayen','Svalbard et île de Jan Mayen','Svalbard ve Jan Mayen','Svalbard & Jan Mayen Islands','EU'), (214,'sz','swz',748,'Swaziland','Swaziland','Svaziland','Kingdom of Swaziland','AF'), (215,'se','swe',752,'Sweden','Suède','İsveç','Kingdom of Sweden','EU'), (216,'ch','che',756,'Switzerland','Suisse','İsviçre','Swiss Confederation','EU'), (217,'sy','syr',760,'Syrian Arab Republic','Syrie','Suriye','Syrian Arab Republic','AS'), (218,'tw','twn',158,'Taiwan, Province of China','Taïwan','Tayvan','Taiwan, Province of China','AS'), (219,'tj','tjk',762,'Tajikistan','Tadjikistan','Tacikistan','Republic of Tajikistan','AS'), (220,'tz','tza',834,'Tanzania, United Republic of','Tanzanie','Tanzanya','United Republic of Tanzania','AF'), (221,'th','tha',764,'Thailand','Thaïlande','Tayland','Kingdom of Thailand','AS'), (222,'tl','tls',626,'Timor-Leste','Timor-Leste','Timor-Leste','Democratic Republic of Timor-Leste','AS'), (223,'tg','tgo',768,'Togo','Togo','Togo','Togolese Republic','AF'), (224,'tk','tkl',772,'Tokelau','Tokelau','Tokelau','Tokelau','OC'), (225,'to','ton',776,'Tonga','Tonga','Tonga','Kingdom of Tonga','OC'), (226,'tt','tto',780,'Trinidad and Tobago','Trinité-et-Tobago','Trinidad ve Tobago','Republic of Trinidad and Tobago','NA'), (227,'tn','tun',788,'Tunisia','Tunisie','Tunus','Tunisian Republic','AF'), (228,'tr','tur',792,'Turkey','Turquie','Türkiye','Republic of Turkey','AS'), (229,'tc','tca',796,'Turks and Caicos Islands','Îles Turks et Caicos','Turks ve Caicos Adaları','Turks and Caicos Islands','NA'), (230,'tv','tuv',798,'Tuvalu','Tuvalu','Tuvalu','Tuvalu','OC'), (231,'ug','uga',800,'Uganda','Ouganda','Uganda','Republic of Uganda','AF'), (232,'ua','ukr',804,'Ukraine','Ukraine','Ukrayna','Ukraine','EU'), (233,'ae','are',784,'United Arab Emirates','Émirats arabes unis','Birleşik Arap Emirlikleri','United Arab Emirates','AS'), (234,'gb','gbr',826,'United Kingdom','Royaume-Uni','İngiltere','United Kingdom of Great Britain & Northern Ireland','EU'), (235,'us','usa',840,'United States','États-Unis','Amerika Birleşik Devletleri','United States of America','NA'), (236,'um','umi',581,'United States Minor Outlying Islands','Îles mineures éloignées des États-Unis','Amerika Birleşik Devletleri Çevre Adaları','United States Minor Outlying Islands','OC'), (237,'uy','ury',858,'Uruguay','Uruguay','Uruguay','Eastern Republic of Uruguay','SA'), (238,'uz','uzb',860,'Uzbekistan','Ouzbékistan','Özbekistan','Republic of Uzbekistan','AS'), (239,'vu','vut',548,'Vanuatu','Vanuatu','Vanuatu','Republic of Vanuatu','OC'), (240,'ve','ven',862,'Venezuela, Bolivarian Republic of','Venezuela','Venezüela','Bolivarian Republic of Venezuela','SA'), (241,'vn','vnm',704,'Viet Nam','Vietnam','Vietnam','Socialist Republic of Vietnam','AS'), (242,'vg','vgb',092,'Virgin Islands, British','Îles Vierges britanniques','Virgin Adaları, İngiltere','British Virgin Islands','NA'), (243,'vi','vir',850,'Virgin Islands, U.S.','Îles Vierges américaines','Virgin Adaları, Amerika','United States Virgin Islands','NA'), (244,'wf','wlf',876,'Wallis and Futuna','Îles Wallis-et-Futuna','Wallis ve Futuna','Wallis and Futuna','OC'), (245,'eh','esh',732,'Western Sahara','Sahara Occidental','Batı Sahara','Western Sahara','AF'), (246,'ye','yem',887,'Yemen','Yémen','Yemen','Yemen','AS'), (247,'zm','zmb',894,'Zambia','Zambie','Zambiya','Republic of Zambia','AF'), (248,'zw','zwe',716,'Zimbabwe','Zimbabwe','Zimbabve','Republic of Zimbabwe','AF'); /*!40000 ALTER TABLE `countries-master` ENABLE KEYS */; UNLOCK TABLES; /*!40111 SET SQL_NOTES=@OLD_SQL_NOTES */; /*!40101 SET SQL_MODE=@OLD_SQL_MODE */; /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/* 1.사원테이블에서 BLAKE보다 급여가 많은 사원들의 사번,이름,급여를 검색하시오. */ select empno "사번", ename "이름", sal "급여" from emp where sal>(select sal from emp where ename = 'BLAKE'); /* 2.사원테이블에서 MILLER보다 늦게 입사한 사원의 사번,이름 입사일을 검색하시오. */ select empno "사번", ename "이름", hiredate "입사일" from emp where hiredate>(select hiredate from emp where ename = 'MILLER'); /* 3.사원테이블에서 사원 전체 평균 급여보다 급여가 많은 사원들의 사번, 이름, 급여를 검색하시오. */ select empno "사번", ename "이름", sal "급여" from emp where sal> (select avg(sal) from emp); /* 4.사원테이블에서 CLARK와 같은 부서이며, 사번이 7698인 직원의 급여보다 많은 급여를 받는 사원들의 사번,이름 급여를 검색하시오. */ select empno "사번", ename "이름", sal "급여" from emp where sal > (select sal from emp where empno=7698 ) and deptno = (select deptno from emp where ename='CLARK'); /* 5.사원테이블에서 부서별 최대 급여를 받는 사원들의 사번,이름,부서코드,급여를 검색하시오.*/ select empno "사번", ename "이름", deptno "부서코드", sal "급여" from emp where sal in(select max(sal) from emp group by deptno);
DELIMITER // CREATE PROCEDURE kmeans(v_K int) BEGIN TRUNCATE km_clusters; -- initialize cluster centers INSERT INTO km_clusters SELECT tag, AVG(coord_x), AVG(coord_y) FROM geotag_locations GROUP BY tag; REPEAT -- assign clusters to data points UPDATE geotag_locations d SET assigned_tag = (SELECT tag FROM km_clusters c ORDER BY POW(d.coord_x-c.x,2)+POW(d.coord_y-c.y,2) ASC LIMIT 1); -- calculate new cluster center UPDATE km_clusters C, (SELECT tag, AVG(coord_x) AS x, AVG(coord_y) AS y FROM geotag_locations GROUP BY tag) D SET C.x=D.x, C.y=D.y WHERE C.tag=D.tag; UNTIL ROW_COUNT() = 0 END REPEAT; END// DELIMITER ;
CREATE TABLE prices ( datetime TIMESTAMP NOT NULL, price INT NOT NULL );
USE burgers_db; INSERT INTO burgers(burger_name, devoured) VALUES("Double Baconator", false); INSERT INTO burgers(burger_name, devoured) VALUES("Veggie", false); INSERT INTO burgers(burger_name, devoured) VALUES("Mushroom Swiss", false);
# Host: localhost (Version 5.7.17-log) # Date: 2018-01-05 16:18:32 # Generator: MySQL-Front 6.0 (Build 2.20) # # Structure for table "restaurant" # DROP TABLE IF EXISTS `restaurant`; CREATE TABLE `restaurant` ( `id` int(10) NOT NULL, `rest_code` varchar(40) DEFAULT NULL, `name` varchar(40) DEFAULT NULL, `city` varchar(40) DEFAULT NULL, PRIMARY KEY (`id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8; # # Data for table "restaurant" # GRANT ALL PRIVILEGES ON mydb.* TO 'myuser'@'%' WITH GRANT OPTION; INSERT INTO `restaurant` VALUES (1,'1','Chipotale','Exton'),(2,'2','Wawa','Malvern'),(3,'WG','Wagmen','KOP'),(4,'Panera ','Panera Bread','Horsham'),(5,'CH','Chickfile','Chester Springs'),(6,'CHIL','Chilies','Downington'),(7,'OG','Olive Garden','Lansdale');
DROP TABLE IF EXISTS migrations CASCADE; DROP TABLE IF EXISTS migrations_lock CASCADE;
insert into user_ (login, password, name) values ('admin','admin','admin'), ('aze','aze','aze'), ('bob','bob','bob');
SELECT c.Name, count(cu.Name) as Numero from Country c, Customer cu where c.Name = cu.Country and cu.Name LIKE '%y%' group by c.Name having Numero >= 3 order by Numero desc, c.Name asc;
-- phpMyAdmin SQL Dump -- version 4.7.0 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Aug 06, 2017 at 04:24 AM -- Server version: 10.1.25-MariaDB -- PHP Version: 7.0.21 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `test` -- -- -------------------------------------------------------- -- -- Table structure for table `accounts` -- CREATE TABLE `accounts` ( `id` int(11) NOT NULL, `username` varchar(45) NOT NULL, `password` varchar(45) NOT NULL, `email` varchar(45) NOT NULL, `created` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=latin1; -- -- Dumping data for table `accounts` -- INSERT INTO `accounts` (`id`, `username`, `password`, `email`, `created`) VALUES (3, '1111111', '96e79218965eb72c92a549dd5a330112', '1111111', '2017-08-05 23:51:38'), (4, 'user000001', '5f4dcc3b5aa765d61d8327deb882cf99', 'dnakjdakd', '2017-08-05 23:52:30'), (5, 'user10101', '5f4dcc3b5aa765d61d8327deb882cf99', 'email@email.com', '2017-08-05 23:59:10'); -- -- Indexes for dumped tables -- -- -- Indexes for table `accounts` -- ALTER TABLE `accounts` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT for dumped tables -- -- -- AUTO_INCREMENT for table `accounts` -- ALTER TABLE `accounts` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=6;COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/* Name: Listing Views by MG details - 7 Days Data source: 4 Created By: Admin Last Update At: 2015-08-19T13:48:29.891511+00:00 */ SELECT marketingGroup,Brokerage,Branch,Agent,Listing+'-'+ListingAddress as Listing,Views,Visits,Visitors, nvl(Leads,'0') AS Leads, nvl(CLICKS.ExternalClicks,'0') as ExternalClicks FROM (Select marketingGroup,Brokerage,Branch,Agent,Listing,Lis_Det.address as ListingAddress,Views,Visits,Visitors from (SELECT marketingGroup,Brokerage,Branch,Agent,Listing, COUNT(*) AS Views, COUNT(DISTINCT post_visid_high + "-" + post_visid_low + "-" + visit_num) Visits, COUNT(DISTINCT post_visid_high + "-" + post_visid_low) Visitors, FROM ( SELECT MG_HL.marketingGroup_name AS marketingGroup, MG_HL.brokerage_name AS Brokerage, MG_HL.branch_name AS Branch, MG_HL.agent_name AS Agent, Listing, post_visid_high, post_visid_low, visit_num FROM (SELECT /*NTH(1, SPLIT(post_prop7, '_')) AS agentId,*/ FIRST(SPLIT(LAST(SPLIT(post_prop5, '/')), '-')) AS Listing, post_visid_high, post_visid_low, visit_num FROM (TABLE_QUERY(djomniture:cipomniture_djmansionglobal, "table_id CONTAINS '2015_' AND length(table_id) >= 4 AND year(TIMESTAMP(CONCAT(REPLACE(table_id,"_","-"),"-01"))) = year(CURRENT_DATE()) AND month(TIMESTAMP(CONCAT(REPLACE(table_id,"_","-"),"-01"))) IN (month(CURRENT_DATE()),(month(CURRENT_DATE())-1))")) WHERE post_page_event = "0" /*condition indicated by kevin chen*/ AND date(date_time) >= date(DATE_ADD(CURRENT_TIMESTAMP(), -7, "DAY")) /*AND post_prop20 != '' /* listing id is not null*/ AND post_prop19 = 'listing' /* Counting Listings */ ) v JOIN [djomniture:devspark.MG_Hierarchy_Listing] AS MG_HL ON v.Listing = MG_HL.listing_id) GROUP BY marketingGroup,Brokerage,Branch,Agent,Listing ) a JOIN [djomniture:devspark.MG_Listing_Address] AS Lis_Det ON Listing = Lis_Det.id ) b LEFT OUTER JOIN ( SELECT string(count(*)) Leads,string(Listing_id) AS Listing_ID FROM [djomniture:devspark.MG_Leads] WHERE month(DATE(date)) IN (month(CURRENT_DATE()), month(CURRENT_DATE())-1) AND date(date) >= date(DATE_ADD(CURRENT_TIMESTAMP(), -7, "DAY")) GROUP BY Listing_ID ) AS LEADS ON a.Listing = LEADS.Listing_ID LEFT OUTER JOIN (SELECT agentId,Listing_ID,ExternalClicks FROM (SELECT agentId,string(Listing_id) AS Listing_ID,string(count(*)) AS ExternalClicks FROM ( SELECT NTH(1, SPLIT(post_prop7, '_')) AS agentId, FIRST(SPLIT(LAST(SPLIT(post_prop5, '/')), '-')) AS Listing_id /*NTH(1, SPLIT(post_prop20, '-')) AS Listing_id*/ FROM (TABLE_QUERY(djomniture:cipomniture_djmansionglobal, "table_id CONTAINS '2015_' AND length(table_id) >= 4 AND year(TIMESTAMP(CONCAT(REPLACE(table_id,"_","-"),"-01"))) = year(CURRENT_DATE()) AND month(TIMESTAMP(CONCAT(REPLACE(table_id,"_","-"),"-01"))) IN (month(CURRENT_DATE()),(month(CURRENT_DATE())-1))")) WHERE prop72 IS NOT NULL AND prop72 != '' AND prop72 != '__' AND date(date_time) >= date(DATE_ADD(CURRENT_TIMESTAMP(), -7, "DAY")) ) GROUP BY agentId,Listing_ID ) b) AS CLICKS ON a.Listing = CLICKS.Listing_ID ORDER BY marketingGroup, Brokerage, Branch, Agent, a.Listing
# 16. Exiba a `submitted_date` das `purchase_orders` que estão entre # `2006-01-26 00:00:00` e `2006-03-31 23:59:59`. SELECT submitted_date FROM northwind.purchase_orders WHERE submitted_date BETWEEN '2006-01-26 00:00:00' AND '2006-03-31 23:59:59';
CREATE TABLE atdEtcCategory ( seq NUMBER PRIMARY KEY, case VARCHAR2(1000) NOT NULL );
/* SEED DE DADOS NA TABELA DE USUÁRIOS */ INSERT INTO tb_user (first_name, last_name, email, password) VALUES ('Alex', 'Brown', 'alex@gmail.com', '$2a$10$eACCYoNOHEqXve8aIWT8Nu3PkMXWBaOxJ9aORUYzfMQCbVBIhZ8tG'); INSERT INTO tb_user (first_name, last_name, email, password) VALUES ('Maria', 'Green', 'maria@gmail.com', '$2a$10$eACCYoNOHEqXve8aIWT8Nu3PkMXWBaOxJ9aORUYzfMQCbVBIhZ8tG'); /* SEED DE DADOS NA TABELA DE PERMISSÕES */ INSERT INTO tb_role (authority) VALUES ('ROLE_OPERATOR'); INSERT INTO tb_role (authority) VALUES ('ROLE_ADMIN'); /* SEED DE DADOS NA TABELA DE ASSOCIAÇÃO DE USUÁRIOS E PERMISSÕES */ INSERT INTO tb_user_role (user_id, role_id) VALUES (1, 1); INSERT INTO tb_user_role (user_id, role_id) VALUES (2, 1); INSERT INTO tb_user_role (user_id, role_id) VALUES (2, 2); /* SEED DE DADOS NA TABELA DE INGREDIENTES */ INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite condensado', 0, 5, 50.90); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Creme de leite', 0, 1, 40.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Óleo', 3, 900, 90.99); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite em pó', 4, 380, 150.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite condensado', 0, 5, 50.90); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Creme de leite', 0, 1, 40.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Óleo', 3, 900, 90.99); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite em pó', 4, 380, 150.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite condensado', 0, 5, 50.90); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Creme de leite', 0, 1, 40.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Óleo', 3, 900, 90.99); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite em pó', 4, 380, 150.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite condensado', 0, 5, 50.90); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Creme de leite', 0, 1, 40.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Óleo', 3, 900, 90.99); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite em pó', 4, 380, 150.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite condensado', 0, 5, 50.90); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Creme de leite', 0, 1, 40.55); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Óleo', 3, 900, 90.99); INSERT INTO tb_ingredientes (nome, unidade_medida, quantidade_medida, valor) VALUES ('Leite em pó', 4, 380, 150.55);
/**** Chris Moroney ****/ --* BUSIT 103 Assignment #4 DUE DATE: Consult course calendar /* You are to develop SQL statements for each task listed. You should type your SQL statements under each task. You should test each SQL statement using the database shown in the USE statement. The SQL statement should execute against that database without errors. */ --Do not remove the USE statement USE AdventureWorksLT2012; --1. Use the SalesLT.Address table to list addresses in the United States. Select the address1, city, state/province, country/region and postal code. Sort by state/province and city. SELECT AddressLine1, City, StateProvince, CountryRegion, PostalCode FROM [SalesLT].[Address] WHERE CountryRegion = 'United States' ORDER BY StateProvince, City --2. Use the SalesLT.Address table to list addresses in the US states of Idaho or Montana. -- Select the address1, city, state/province, country/region and postal code. Sort by state/province and city. SELECT AddressLine1, City, StateProvince, CountryRegion, PostalCode FROM [SalesLT].[Address] WHERE StateProvince = 'Idaho' OR StateProvince = 'Montana' ORDER BY StateProvince, City --3. Use the SalesLT.Address table to list addresses in the cities of Victoria or Vancouver. -- Select the address1, city, state/province, country/region and postal code. -- Order the list by city. SELECT AddressLine1, City, StateProvince, CountryRegion, PostalCode FROM [SalesLT].[Address] WHERE City = 'Victoria' OR City = 'Vancouver' ORDER BY City --4. Use the SalesLT.Address table to list addresses in the cities of Victoria or Vancouver in the Canadian province of British Columbia. Select the address1, city, state/province, country/region and postal code. Order the list by city. SELECT AddressLine1, City, StateProvince, CountryRegion, PostalCode FROM [SalesLT].[Address] WHERE City = 'Victoria' OR City = 'Vancouver' AND StateProvince = 'British Columbia' ORDER BY City --5. List the company name and phone for those customers whose phone number contains the following sequence: 34. -- Order the list by phone number in ascending order. "Contains" means that the sequence exists within the phone number. SELECT CompanyName, Phone FROM [SalesLT].[Customer] WHERE Phone LIKE '%34%' ORDER BY Phone ASC --6. List the name, product number, size, standard cost, and list price in alphabetical order by name for Products whose standard cost is $1500 or more. Show all money values at exactly two decimal places. Be sure to give each derived column an alias. SELECT Name, ProductNumber, Size, CAST(StandardCost AS decimal(9, 2)) AS StandardCost, CAST(ListPrice AS decimal(9,2)) AS ListPrice FROM [SalesLT].[Product] WHERE StandardCost >=1500 ORDER BY Name ASC --7. List the name, product number, size, standard cost, and list price in alphabetical order by name for Products whose list price is $100 or less and standard cost is $40 or more. SELECT Name, ProductNumber, Size, StandardCost, ListPrice FROM [SalesLT].[Product] WHERE ListPrice <= 100 AND StandardCost >= 40 ORDER BY Name ASC --8. List the name, standard cost, list price, and size for products whose size is one of the following: XS, S, M, L, XL. Show all money values at exactly two decimal places. Be sure to give each derived column an alias. Order the list by name in alphabetical order. SELECT Name, CAST(StandardCost AS decimal(9,2)) AS StandardCost, CAST(ListPrice AS decimal(9,2)) AS ListPrice, Size FROM [SalesLT].[Product] WHERE SIZE = 'XS' OR SIZE = 'S' OR SIZE = 'M' OR SIZE = 'L' OR SIZE = 'XL' ORDER BY Name ASC --9. List the name, product number, and sell end date for all products in the Product table that are not currently sold. Sort by the sell end date from most recent to oldest date. Show only the date (no time) in the sell end date field. Be sure to give each derived column an alias. SELECT Name, ProductNumber, CAST(SellEndDate AS DATE) AS SellEndDate FROM [SalesLT].[Product] WHERE SellEndDate IS NOT NULL ORDER BY SellEndDate ASC --10. List the name, product number, standard cost, list price, and weight for products whose standard cost is less than $50, list price is greater than $100, and weight is greater than 1,000. Round money values to exactly 2 decimal places and give each derived column a meaningful alias. Sort by weight. SELECT Name, ProductNumber, CAST(StandardCost AS decimal (9, 2)) AS StandardCost, CAST(ListPrice AS decimal(9, 2)) AS ListPrice, Weight FROM [SalesLT].[Product] WHERE StandardCost < 50 AND ListPrice > 100 AND Weight > 1000 ORDER BY Weight ASC --11. In a and b below, explore the data to better understand how to locate products. --a. List the name, product number, and product category ID for all products in the Product table that include 'bike' in the name. Sort by the name. -- Something to consider: How many of these products are actually bikes? → 0 are bikes SELECT Name, ProductNumber, ProductCategoryID FROM [SalesLT].[Product] WHERE Name LIKE '%Bike%' ORDER BY Name ASC --b. List the name and product category id, and parent id for all categories in the product category table that include 'bike' in the name. Sort by the parent product category id. -- Something to consider: How many of these product categories are actually bikes? → 4 -- What is the ProductCategoryID for Bikes? → For standard Bikes, it is 1. The other bikes derive from this Parent Category. SELECT Name, ProductCategoryID, ParentProductCategoryID FROM [SalesLT].[ProductCategory] WHERE Name LIKE '%Bike%' ORDER BY ParentProductCategoryID ASC
# What is the value of orders shipped in August 2004? SELECT ROUND(SUM(priceEach*quantityOrdered),2) FROM OrderDetails AS d JOIN Orders AS o ON o.orderNumber = d.orderNumber WHERE o.shippedDate LIKE '2004-08-%'
--Create Temp Table use Same Table Stucture and Load His Data */ <#assign row=0> create table ${LOADER.TABLE}_T1( <#list MAPPING.DATA_MAPPING as MAPPINGS> <#assign row=row+1> <#if row<=1> ${MAPPINGS.DEST_COL} ${MAPPINGS.DEST_DATATYPE} <#else> ,${MAPPINGS.DEST_COL} ${MAPPINGS.DEST_DATATYPE} </#if> </#list> ); -- Mapping Information Start -- Mapping Fields Select INSERT INTO ${LOADER.TABLE}_T1( <#assign row=0> <#list MAPPING.DATA_MAPPING as MAPPINGS> <#assign row=row+1> <#if row<=1> ${MAPPINGS.DEST_COL} /* ${MAPPINGS.DEST_DESC} */ <#else> ,${MAPPINGS.DEST_COL} /* ${MAPPINGS.DEST_DESC} */ </#if> </#list> ) SELECT <#assign row=0> <#list MAPPING.DATA_MAPPING as MAPPINGS> <#assign row=row+1> <#if row<=1> ${MAPPINGS.MAP_EXPR} /* ${MAPPINGS.SRC_DESC} */ <#else> ,${MAPPINGS.MAP_EXPR} /* ${MAPPINGS.SRC_DESC} */ </#if> </#list> FROM <#assign row=0> <#list MAPPING.TABLE_JOIN as JOINS> <#assign row=row+1> <#if row<=1> ${JOINS.JOIN_TABLE} ${JOINS.TABLE_ALIAS} <#else> ${JOINS.JOIN_TYPE} ${JOINS.JOIN_TABLE} ${JOINS.TABLE_ALIAS} on ${JOINS.JOIN_CONDITION} </#if> </#list> ; --Update Records to Destination Table */ update ${LOADER.TABLE} set <#assign row=0> <#list MAPPING.DATA_MAPPING as MAPPINGS> <#assign row=row+1> <#if row<=1> ${MAPPINGS.DEST_COL} = ${LOADER.TABLE}_T1.${MAPPINGS.DEST_COL} <#else> ,${MAPPINGS.DEST_COL} = ${LOADER.TABLE}_T1.${MAPPINGS.DEST_COL} </#if> </#list> from ${LOADER.TABLE}_T1 where ${LOADER.TABLE}.${JOB.F2.UPSERT_BY} = ${LOADER.TABLE}_T1.${JOB.F2.UPSERT_BY} and ( <#assign row=0> <#list MAPPING.DATA_MAPPING as MAPPINGS> <#assign row=row+1> <#if row<=1> ${LOADER.TABLE}.${MAPPINGS.DEST_COL} <> ${LOADER.TABLE}_T1.${MAPPINGS.DEST_COL} <#else> or ${LOADER.TABLE}.${MAPPINGS.DEST_COL} <> ${LOADER.TABLE}_T1.${MAPPINGS.DEST_COL} </#if> </#list> ); --Insert New Records to Destination Table */ INSERT INTO ${LOADER.TABLE}( <#assign row=0> <#list MAPPING.DATA_MAPPING as MAPPINGS> <#assign row=row+1> <#if row<=1> ${MAPPINGS.DEST_COL} /* ${MAPPINGS.DEST_DESC} */ <#else> ,${MAPPINGS.DEST_COL} /* ${MAPPINGS.DEST_DESC} */ </#if> </#list> ) SELECT <#assign row=0> <#list MAPPING.DATA_MAPPING as MAPPINGS> <#assign row=row+1> <#if row<=1> ${MAPPINGS.DEST_COL} <#else> ,${MAPPINGS.DEST_COL} </#if> </#list> FROM ${LOADER.TABLE}_T1 where ${LOADER.TABLE}_T1.${JOB.F2.UPSERT_BY} not in (select ${JOB.F2.UPSERT_BY} from ${LOADER.TABLE}) ; drop table ${LOADER.TABLE}_T1;
--Adviser insert into adviser (id_num, name, position, dept_name, phone_num, email) values (1001, 'Rudy Bates', 'Student Adviser', 'English', '520-546-9442', 'rudybates@yahoo.com'); insert into adviser (id_num, name, position, dept_name, phone_num, email) values (1002, 'Caden Bailey', 'Student Adviser', 'Math', '520-569-4371', 'cadenbailey@hotmail.com'); insert into adviser (id_num, name, position, dept_name, phone_num, email) values (1003, 'Jackie Reynolds', 'Student Adviser', 'Biology', '226-906-2721', 'jackiereynolds@gmail.com'); insert into adviser (id_num, name, position, dept_name, phone_num, email) values (1004, 'Jaime Price', 'Student Adviser', 'Chemistry', '630-446-8851', 'jaimeprice@hotmail.com'); insert into adviser (id_num, name, position, dept_name, phone_num, email) values (1005, 'Aaren Marsh', 'Student Adviser', 'Engineering', '520-355-1755', 'aarenmarsh@gmail.com'); --Room insert into room (room_num, building_num, monthly_rent) values (101, 1, 700); insert into room (room_num, building_num, monthly_rent) values (102, 1, 700); insert into room (room_num, building_num, monthly_rent) values (103, 1, 700); insert into room (room_num, building_num, monthly_rent) values (201, 1, 750); insert into room (room_num, building_num, monthly_rent) values (202, 1, 750); insert into room (room_num, building_num, monthly_rent) values (203, 1, 750); insert into room (room_num, building_num, monthly_rent) values (101, 2, 850); insert into room (room_num, building_num, monthly_rent) values (102, 2, 850); insert into room (room_num, building_num, monthly_rent) values (103, 2, 850); --Building insert into building (building_num, type) values (1, 'apartment'); insert into building (building_num, type) values (2, 'res_hall'); --Staff insert into staff (staff_id, building_num, name, email, home_addr, dob, gender, title) values (1006, 1, 'Josh Wallace', 'joshwallace@gmail.com', '123 6th St', '03/21/1987', 'male', 'hall manager'); insert into staff (staff_id, building_num, name, email, home_addr, dob, gender, title) values (1007, 1, 'Dexter Morris', 'dextermorris@hotmail.com', '4 Goldfield Rd', '01/07/1962', 'male', 'cleaner'); insert into staff (staff_id, building_num, name, email, home_addr, dob, gender, title) values (1008, 1, 'August Hickman', 'august@yahoo.com', '514 S Magnolia St', '10/29/1978', 'female', 'administrative assistant'); insert into staff (staff_id, building_num, name, email, home_addr, dob, gender, title) values (1009, 2, 'Jadon Figueroa', 'jadenfig@gmail.com', '71 Pilgrim Ave', '12/06/1980', 'male', 'hall manager'); insert into staff (staff_id, building_num, name, email, home_addr, dob, gender, title) values (1010, 2, 'Luciano Golden', 'lucgold@hotmail.com', '76 Ryan Ave', '06/08/1972', 'male', 'cleaner'); insert into staff (staff_id, building_num, name, email, home_addr, dob, gender, title) values (1011, 2, 'Ashton Arnold', 'ashton@gmail.com', '36 Talbot Ave', '07/01/1991', 'female', 'administrative assistant'); --Inspection insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (1, 1006, '06/09/2018', 1, 'none', 101, 1); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (2, 1006, '06/09/2018', 1, 'none', 102, 1); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (3, 1006, '06/10/2018', 0, 'leaseholder was fined', 103, 1); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (4, 1006, '06/10/2018', 1, 'none', 201, 1); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (5, 1006, '06/10/2018', 1, 'none', 202, 1); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (6, 1006, '06/10/2018', 0, 'leaseholder was fined and charged for repairs', 203, 1); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (10, 1009, '06/09/2018', 1, 'none', 101, 2); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (11, 1009, '06/09/2018', 1, 'none', 102, 2); insert into inspection (inspection_id, staff_id, inspect_date, good_cond, actions, room_num, building_num) values (12, 1009, '06/09/2018', 1, 'none', 103, 2); --Student insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2001, 'Billie Graves', '3 N York St', '520-387-9624', 'bgraves@gmail.com', 'male', '07/03/2001', 'undergrad', 'English', 'none', 1001); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2002, 'Aubrey White', '8851 Essex St', '520-674-5832', 'awhite@yahoo.com', 'female', '04/21/2000', 'undergrad', 'Biology', 'none', 1003); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2003, 'Franky Gordon', '313 Carson Lane', '520-643-7591', 'frankgord@hotmail.com', 'male', '01/02/1997', 'postgrad', 'English', 'Spanish', 1001); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2004, 'Sammy Smith', '831 Walnut Drive', '520-871-4352', 'sammay@yahoo.com', 'male', '02/01/1996', 'postgrad', 'Engineering', 'Math', 1005); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2005, 'Alexis Madden', '296 Hawthorne Ave', '520-631-7869', 'madalex@gmail.com', 'female', '08/09/1999', 'undergrad', 'Chemistry', 'none', 1004); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2006, 'Rory Parker', '751 Henry Lane', '520-439-1123', 'rory@yahoo.com', 'male', '09/30/2001', 'undergrad', 'Math', 'none', 1002); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2007, 'John Jacobs', '123 Drury Lane', '520-119-9103', 'jj@gmail.com', 'male', '12/31/2002', 'undergrad', 'English', 'Psychology', 1001); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2008, 'Jess Young', '561 E North Ave', '520-768-9212', 'jesss@yahoo.com', 'female', '12/12/2000', 'undergrad', 'Biology', 'none', 1003); insert into student (id_num, name, home_addr, phone_num, email, gender, dob, category, major, minor, adviser_id) values (2009, 'Gale Gates', '3498 S Pillar Rd', '602-907-8904', 'ggates@gmail.com', 'female', '11/11/1999', 'undergrad', 'Chemistry', 'none', 1004); --Lease insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (1, 2, 2007, 1, 103, 700); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (2, 1, 2004, 1, 102, 700); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (3, 2, 2001, 1, 101, 700); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (4, 2, 2003, 1, 201, 750); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (5, 1, 2005, 1, 202, 750); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (6, 2, 2002, 1, 203, 750); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (7, 2, 2006, 2, 101, 850); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (9, 1, 2009, 2, 102, 850); insert into lease (lease_num, duration, student_id, building_num, room_num, monthly_cost) values (9, 2, 2008, 2, 103, 850); --Invoice insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (1, 1, 1, 700, ''); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (2, 2, 1, 700, '04/01/2018'); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (3, 3, 1, 700, '04/01/2018'); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (4, 4, 2, 750, '04/01/2018'); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (5, 5, 1, 750, '04/01/2018'); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (6, 6, 1, 750, '04/01/2018'); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (7, 7, 2, 850, '04/01/2018'); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (8, 8, 1, 850, ''); insert into invoice (invoice_num, lease_num, semester, amount_due, date_paid) values (9, 9, 2, 850, ''); --resHallInfo insert into resHallInfo (building_num, name, addr, staff_id, phone_num) values (1, 'Hall1', '124 7th Ave', 1006, '520-674-9838'); insert into resHallInfo (building_num, name, addr, staff_id, phone_num) values (2, 'Hall2', '125 7th Ave', 1009, '520-912-0457');
insert into cozinha (id, nome) values (1,'Brasileira'); insert into cozinha (id, nome) values (2,'Fast-Food'); insert into restaurante (nome, taxa_frete, cozinha_id) values ('Tempero da Vovó', 5, 1) insert into restaurante (nome, taxa_frete, cozinha_id) values ('Burguesa Hamburgueria Artesanal', 4.50, 2) insert into restaurante (nome, taxa_frete, cozinha_id) values ('SamBar & Restaurante', 7, 1) insert into estado (id, nome) values (1, 'Rio de Janeiro'); insert into estado (id, nome) values (2, 'São Paulo'); insert into estado (id, nome) values (3, 'Espirito Santo'); insert into cidade (id, nome, estado_id) values (1, 'Rio de Janeiro', 1) insert into cidade (id, nome, estado_id) values (2, 'São Gonçalo', 1) insert into cidade (id, nome, estado_id) values (3, 'São Paulo', 2) insert into cidade (id, nome, estado_id) values (4, 'Guarulhos', 2) insert into cidade (id, nome, estado_id) values (5, 'Vitória', 3) insert into cidade (id, nome, estado_id) values (6, 'Guarapari', 3) insert into forma_pagamento (id, descricao) values (1, 'Dinheiro') insert into forma_pagamento (id, descricao) values (2, 'Cartão de Crédito') insert into forma_pagamento (id, descricao) values (3, 'Cartão de Débito') insert into forma_pagamento (id, descricao) values (4, 'Vale Refeição') insert into permissao (id, nome, descricao) values (1, 'CONSULTAR_RESTAURANTES', 'Tem permissão para consultar restaurantes') insert into permissao (id, nome, descricao) values (2, 'EDITAR_RESTAURANTES', 'Tem permissão para editar restaurantes')
CREATE TABLE genvasc_collaborators_meeting ( id INTEGER PRIMARY KEY AUTO_INCREMENT , name VARCHAR(100) NOT NULL , spaces INTEGER NULL ) ; CREATE UNIQUE INDEX idx_genvasc_collaborators_meeting_name ON genvasc_collaborators_meeting (name) ;
select * from title; select dept_code, dept_name from department where dept_code = 2;
ALTER TABLE TODO ALTER COLUMN done bit;
CREATE OR REPLACE TRIGGER T_ONG_2 BEFORE UPDATE ON TRABAJADOR REFERENCING NEW AS newRow FOR EACH ROW DECLARE b NUMBER; BEGIN SELECT COUNT(*) INTO b FROM PARTICIPACION P WHERE (P.trabajador=:newRow.dni); IF (b<>0) THEN RAISE_APPLICATION_ERROR(-20998, 'Un trabajador no puede cambiarse de ONG si participa en proyectos de la actual'); END IF; END;
CREATE DATABASE crud_dao ENCODING='WIN1252' template=template0 CONNECTION LIMIT -1; --create table produto CREATE TABLE IF NOT EXISTS produto( codigo_produto SERIAL CONSTRAINT nn_codigo_produto NOT NULL, descricao_produto VARCHAR(100) CONSTRAINT nn_descricao_produto NOT NULL, preco_produto NUMERIC(7,2) CONSTRAINT nn_preco_produto NOT NULL, CONSTRAINT pk_codigo_produto PRIMARY KEY (codigo_produto) );
-- phpMyAdmin SQL Dump -- version 5.0.2 -- https://www.phpmyadmin.net/ -- -- Host: 127.0.0.1 -- Generation Time: Jun 27, 2020 at 07:33 AM -- Server version: 10.4.11-MariaDB -- PHP Version: 7.2.31 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Database: `library` -- -- -------------------------------------------------------- -- -- Table structure for table `books` -- CREATE TABLE `books` ( `BID` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `BNAME` varchar(50) NOT NULL, `GENRE` varchar(20) DEFAULT NULL, `AUTHOR` varchar(40) NOT NULL, `BORROW` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `books` -- INSERT INTO `books` (`BID`, `BNAME`, `GENRE`, `AUTHOR`, `BORROW`) VALUES (1, 'Anne of Green Gables', 'Fiction', 'Lucy Maud Montgomery', 0); -- -------------------------------------------------------- -- -- Table structure for table `issued` -- CREATE TABLE `issued` ( `IID` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `UID` int(11) DEFAULT NULL, `BID` int(11) DEFAULT NULL, `ISSUED_DATE` varchar(20) DEFAULT NULL, `RETURN_DATE` varchar(20) DEFAULT NULL, `PERIOD` int(11) DEFAULT NULL, `FINE` int(11) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- -------------------------------------------------------- -- -- Table structure for table `users` -- CREATE TABLE `users` ( `UID` int(11) NOT NULL AUTO_INCREMENT PRIMARY KEY, `USERNAME` varchar(30) DEFAULT NULL, `PASSWORD` varchar(30) DEFAULT NULL, `ADDRESS` varchar(40) DEFAULT NULL, `PHONE` varchar(15) DEFAULT NULL, `ADMIN` tinyint(1) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Dumping data for table `users` -- INSERT INTO `users` (`UID`, `USERNAME`, `PASSWORD`, `ADDRESS`, `PHONE`, `ADMIN`) VALUES (1, 'admin', 'admin', NULL, '0243596659', 1); -- -- Indexes for dumped tables -- -- -- Indexes for table `issued` -- ALTER TABLE `issued` ADD PRIMARY KEY (`IID`), ADD KEY `BID` (`BID`), ADD KEY `UID` (`UID`); -- -- Constraints for table `issued` -- ALTER TABLE `issued` ADD CONSTRAINT `issued_ibfk_1` FOREIGN KEY (`BID`) REFERENCES `books` (`BID`), ADD CONSTRAINT `issued_ibfk_2` FOREIGN KEY (`UID`) REFERENCES `users` (`UID`); COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
/* Navicat MySQL Data Transfer Source Server : onemee Source Server Version : 50536 Source Host : localhost:3306 Source Database : hrm Target Server Type : MYSQL Target Server Version : 50536 File Encoding : 65001 Date: 2017-10-18 09:11:29 */ SET FOREIGN_KEY_CHECKS=0; -- ---------------------------- -- Table structure for `dept_inf` -- ---------------------------- DROP TABLE IF EXISTS `dept_inf`; CREATE TABLE `dept_inf` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `NAME` varchar(50) NOT NULL, `REMARK` varchar(300) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of dept_inf -- ---------------------------- INSERT INTO `dept_inf` VALUES ('1', '技术部', '技术部'); INSERT INTO `dept_inf` VALUES ('2', '运营部', '运营部'); INSERT INTO `dept_inf` VALUES ('3', '财务部', '财务部'); INSERT INTO `dept_inf` VALUES ('5', '总公办', '总公办'); INSERT INTO `dept_inf` VALUES ('6', '市场部', '市场部'); INSERT INTO `dept_inf` VALUES ('7', '教学部', '教学部'); INSERT INTO `dept_inf` VALUES ('10', '研发部', '负责研发课程'); INSERT INTO `dept_inf` VALUES ('12', '运维部', '产品实时运维'); -- ---------------------------- -- Table structure for `document_inf` -- ---------------------------- DROP TABLE IF EXISTS `document_inf`; CREATE TABLE `document_inf` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `TITLE` varchar(50) NOT NULL, `filename` varchar(300) NOT NULL, `REMARK` varchar(300) DEFAULT NULL, `CREATE_DATE` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `USER_ID` int(11) DEFAULT NULL, PRIMARY KEY (`ID`), KEY `FK_DOCUMENT_USER` (`USER_ID`), CONSTRAINT `FK_DOCUMENT_USER` FOREIGN KEY (`USER_ID`) REFERENCES `user_inf` (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=9 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of document_inf -- ---------------------------- INSERT INTO `document_inf` VALUES ('7', '内容mac os', 'mac os.txt', '这是一个地址下载链接', '2017-09-15 15:09:14', '1'); INSERT INTO `document_inf` VALUES ('8', '虚拟机的地址', 'vmware装mac.txt', 'vmware虚拟机下载地址', '2017-09-15 15:10:11', '1'); -- ---------------------------- -- Table structure for `employee_inf` -- ---------------------------- DROP TABLE IF EXISTS `employee_inf`; CREATE TABLE `employee_inf` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `DEPT_ID` int(11) NOT NULL, `JOB_ID` int(11) NOT NULL, `NAME` varchar(20) NOT NULL, `CARD_ID` varchar(18) NOT NULL, `ADDRESS` varchar(50) NOT NULL, `POST_CODE` varchar(50) DEFAULT NULL, `TEL` varchar(16) DEFAULT NULL, `PHONE` varchar(11) NOT NULL, `QQ_NUM` varchar(10) DEFAULT NULL, `EMAIL` varchar(50) NOT NULL, `SEX` int(11) NOT NULL DEFAULT '1', `PARTY` varchar(10) DEFAULT NULL, `BIRTHDAY` date DEFAULT NULL, `RACE` varchar(100) DEFAULT NULL, `EDUCATION` varchar(10) DEFAULT NULL, `SPECIALITY` varchar(20) DEFAULT NULL, `HOBBY` varchar(100) DEFAULT NULL, `REMARK` varchar(500) DEFAULT NULL, `CREATE_DATE` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP, PRIMARY KEY (`ID`), KEY `FK_EMP_DEPT` (`DEPT_ID`), KEY `FK_EMP_JOB` (`JOB_ID`), CONSTRAINT `FK_EMP_DEPT` FOREIGN KEY (`DEPT_ID`) REFERENCES `dept_inf` (`ID`), CONSTRAINT `FK_EMP_JOB` FOREIGN KEY (`JOB_ID`) REFERENCES `job_inf` (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=6 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of employee_inf -- ---------------------------- INSERT INTO `employee_inf` VALUES ('1', '1', '8', '爱丽丝', '4328011988', '广州天河', '510000', '020-77777777', '13902001111', '36750066', '251425887@qq.com', '0', '党员', '1980-01-01', '满', '本科', '美声', '唱歌', '四大天王', '2016-03-14 11:35:18'); INSERT INTO `employee_inf` VALUES ('2', '7', '7', '杰克', '456123199705064567', '汉口SOGO大厦26层世纪联众保险代理', '430070', '027-88996677', '15544556655', '123456789', '251425887@qq.com', '2', '国民党员', '1997-05-06', '高山族', '研究生', '电子信息对抗', '看片', '哈哈', '2017-09-20 10:22:12'); INSERT INTO `employee_inf` VALUES ('3', '1', '5', '李刚', '432801197711251038', '广州', '510000', '020-99999999', '13907351532', '36750064', '36750064@qq.com', '2', '党员', '1975-09-06', '汉', '专科', '计算机', '爬山', '无', '2017-09-18 09:21:16'); INSERT INTO `employee_inf` VALUES ('4', '12', '6', 'onemee', '420522199908084561', '上海市浦东新区陆家嘴金茂大厦', '430070', '027-88996677', '13167151878', '719330005', '719330005@qq.com', '1', '九三学社', '1989-09-05', '蒙古族', '博士后', 'linux', '自驾游', '业务技术都ok', '2017-09-20 11:30:05'); INSERT INTO `employee_inf` VALUES ('5', '5', '1', 'av', '522360199801012345', '光谷软件园D8栋', '430070', '027-55663322', '15566998877', '789456', '789456@qq.com', '2', '党员', '1998-01-01', '维吾尔族', '本科', '财务自动化', '乒乓球', '入职员工', '2017-10-18 09:10:35'); -- ---------------------------- -- Table structure for `job_inf` -- ---------------------------- DROP TABLE IF EXISTS `job_inf`; CREATE TABLE `job_inf` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `NAME` varchar(50) NOT NULL, `REMARK` varchar(300) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=13 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of job_inf -- ---------------------------- INSERT INTO `job_inf` VALUES ('1', '职员', '职员'); INSERT INTO `job_inf` VALUES ('2', 'Java开发工程师', 'Java开发工程师'); INSERT INTO `job_inf` VALUES ('3', 'Java中级开发工程师', 'Java中级开发工程师'); INSERT INTO `job_inf` VALUES ('4', 'Java高级开发工程师', 'Java高级开发工程师'); INSERT INTO `job_inf` VALUES ('5', '系统管理员', '系统管理员'); INSERT INTO `job_inf` VALUES ('6', '架构师', '架构师'); INSERT INTO `job_inf` VALUES ('7', '主管', '主管'); INSERT INTO `job_inf` VALUES ('8', '经理', '经理'); INSERT INTO `job_inf` VALUES ('9', '总经理', 'general manager'); INSERT INTO `job_inf` VALUES ('11', '测试工程师', '负责移动端测试'); INSERT INTO `job_inf` VALUES ('12', '运维工程师', '产品实时运维'); -- ---------------------------- -- Table structure for `notice_inf` -- ---------------------------- DROP TABLE IF EXISTS `notice_inf`; CREATE TABLE `notice_inf` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `TITLE` varchar(50) NOT NULL, `CONTENT` text NOT NULL, `CREATE_DATE` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `USER_ID` int(11) DEFAULT NULL, PRIMARY KEY (`ID`), KEY `FK_NOTICE_USER` (`USER_ID`), CONSTRAINT `FK_NOTICE_USER` FOREIGN KEY (`USER_ID`) REFERENCES `user_inf` (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=21 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of notice_inf -- ---------------------------- INSERT INTO `notice_inf` VALUES ('19', '全体会议', '今天上午11点到会议室开会。', '2017-09-15 14:38:33', '1'); INSERT INTO `notice_inf` VALUES ('20', '集团公司分红', '@全体人员:\r\n 公司开始进行分红政策的征求意见,下一步开始进行分红的实施。', '2017-09-18 08:26:45', '1'); -- ---------------------------- -- Table structure for `user_inf` -- ---------------------------- DROP TABLE IF EXISTS `user_inf`; CREATE TABLE `user_inf` ( `ID` int(11) NOT NULL AUTO_INCREMENT, `loginname` varchar(20) NOT NULL, `PASSWORD` varchar(16) NOT NULL, `STATUS` int(11) NOT NULL DEFAULT '1', `createdate` timestamp NOT NULL DEFAULT CURRENT_TIMESTAMP, `username` varchar(20) DEFAULT NULL, PRIMARY KEY (`ID`) ) ENGINE=InnoDB AUTO_INCREMENT=4 DEFAULT CHARSET=utf8; -- ---------------------------- -- Records of user_inf -- ---------------------------- INSERT INTO `user_inf` VALUES ('1', 'admin', '123456', '2', '2016-03-12 09:34:28', '超级管理员'); INSERT INTO `user_inf` VALUES ('3', 'onemee', 'onemee', '1', '2017-09-20 11:31:02', '尹瀚霖');
-- 修改日期:2013-03-01 -- 修改人:黄学安 --修改内容:更改授信详情引用代码长度 -- Add/modify columns alter table RAT_COMPOSITIVE_DETAIL modify REF_CODE VARCHAR2(30);
ALTER TABLE casev2.uac_qid_link ADD COLUMN IF NOT EXISTS last_updated timestamp with time zone; ALTER TABLE casev2.uac_qid_link ADD COLUMN IF NOT EXISTS created_date_time timestamp with time zone; UPDATE casev2.uac_qid_link SET last_updated = current_timestamp WHERE last_updated IS NULL; UPDATE casev2.uac_qid_link SET created_date_time = current_timestamp WHERE last_updated IS NULL;
--select * from svabstract CREATE Procedure sp_get_ViewSV_DocLU (@DocIDFrom int, @DocIDTo int,@DocumentRef nvarchar(510)='') as If Len(@DocumentRef)=0 begin Select SVAbstract.CustomerID,Customer.Company_Name,SVAbstract.SVNumber, SVAbstract.SVDate, 0, Status, DocumentID,DocumentReference,'SV',SVAbstract.DocRef as SVRef from SVAbstract,customer where Customer.CustomerID=SVAbstract.CustomerID and (SVAbstract.DocumentID between @DocIDFrom and @DocIDTo OR (Case Isnumeric(DocumentReference) When 1 then Cast(DocumentReference as int)end) between @DocIDFrom And @DocIDTo) order by Customer.Company_Name, SVAbstract.SVDate End Else Begin Select SVAbstract.CustomerID,Customer.Company_Name,SVAbstract.SVNumber, SVAbstract.SVDate, 0, Status, DocumentID,DocumentReference,'SV',SVAbstract.DocRef as SVRef from SVAbstract,customer where Customer.CustomerID=SVAbstract.CustomerID AND DocumentReference LIKE @DocumentRef + '%' + '[0-9]' And (CAse ISnumeric(Substring(DocumentReference,Len(@DocumentRef)+1,Len(DocumentReference))) When 1 then Cast(Substring(DocumentReference,Len(@DocumentRef)+1,Len(DocumentReference))as int)End) BETWEEN @DocIDFrom and @DocIDTo order by Customer.Company_Name, SVAbstract.SVDate End
-- -- Table structure for table 'HSP' -- CREATE TABLE HSP ( hsp_id int(10) unsigned NOT NULL auto_increment, mapping_id mediumint(8) unsigned NOT NULL default '0', qStart int(10) unsigned NOT NULL default '0', qEnd int(10) unsigned NOT NULL default '0', tStart int(10) unsigned NOT NULL default '0', tEnd int(10) unsigned NOT NULL default '0', blockSize int(10) unsigned NOT NULL default '0', qSeq mediumtext, tSeq mediumtext, PRIMARY KEY (hsp_id) ) TYPE=MyISAM; -- -- Table structure for table 'MAPPING' -- CREATE TABLE MAPPING ( mapping_id mediumint(8) unsigned NOT NULL auto_increment, bin smallint(5) unsigned NOT NULL default '0', target_db varchar(64) default NULL, matches int(10) unsigned NOT NULL default '0', misMatches int(10) unsigned NOT NULL default '0', repMatches int(10) unsigned NOT NULL default '0', nCount int(10) unsigned NOT NULL default '0', qNumInsert int(10) unsigned NOT NULL default '0', qBaseInsert int(10) unsigned NOT NULL default '0', tNumInsert int(10) unsigned NOT NULL default '0', tBaseInsert int(10) unsigned NOT NULL default '0', strand char(2) NOT NULL default '', qName varchar(40) NOT NULL default '', qType enum('EST','mRNA', 'unknown') NOT NULL default 'unknown', qSize int(10) unsigned NOT NULL default '0', qStart int(10) unsigned NOT NULL default '0', qEnd int(10) unsigned NOT NULL default '0', tName varchar(40) NOT NULL default '', tSize int(10) unsigned NOT NULL default '0', tStart int(10) unsigned NOT NULL default '0', tEnd int(10) unsigned NOT NULL default '0', PRIMARY KEY (mapping_id) ) TYPE=MyISAM; -- -- Table structure for table 'CONFIG' -- CREATE TABLE CONFIG ( id varchar(80) NOT NULL, value text NOT NULL ) TYPE=MyISAM; INSERT CONFIG VALUES ('use_binning','1'); INSERT CONFIG VALUES ('use_mrnainfo','1'); --- --- Table strcuture for table 'LIB_ORIANN_ACCURACY' --- CREATE TABLE LIB_ORIANN_ACCURACY ( libid int unsigned not null, nr_ests_tot mediumint unsigned not null, nr_ests_splori mediumint unsigned not null, nr_ests_annori mediumint unsigned not null, correct_ppt smallint unsigned not null, PRIMARY KEY(libid), KEY(nr_ests_annori), KEY(correct_ppt) );
-- phpMyAdmin SQL Dump -- version 4.6.6deb4 -- https://www.phpmyadmin.net/ -- -- Хост: localhost:3306 -- Время создания: Окт 10 2019 г., 13:30 -- Версия сервера: 10.4.5-MariaDB-1:10.4.5+maria~stretch -- Версия PHP: 7.0.33-5+0~20190309015553.9+stretch~1.gbp4c6517 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- База данных: `btest` -- -- -------------------------------------------------------- -- -- Структура таблицы `task` -- CREATE TABLE `task` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `email` varchar(255) NOT NULL, `message` text NOT NULL, `status` tinyint(4) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Дамп данных таблицы `task` -- INSERT INTO `task` (`id`, `name`, `email`, `message`, `status`) VALUES (36, 'test', 'test@test.com', 'test', 0), (37, 'test2', 'tes2t@test.com', '&lt;script&gt;alert(‘test’);&lt;/script&gt;', 0), (38, 'task3', 'test3@test.com', 'test3', 0), (39, 'task4', 'test4@test.com', 'test4ff', 0); -- -------------------------------------------------------- -- -- Структура таблицы `user` -- CREATE TABLE `user` ( `id` int(11) NOT NULL, `name` varchar(255) NOT NULL, `pass` varchar(255) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4; -- -- Дамп данных таблицы `user` -- INSERT INTO `user` (`id`, `name`, `pass`) VALUES (1, 'admin', '202cb962ac59075b964b07152d234b70'); -- -- Индексы сохранённых таблиц -- -- -- Индексы таблицы `task` -- ALTER TABLE `task` ADD PRIMARY KEY (`id`); -- -- Индексы таблицы `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT для сохранённых таблиц -- -- -- AUTO_INCREMENT для таблицы `task` -- ALTER TABLE `task` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=40; -- -- AUTO_INCREMENT для таблицы `user` -- ALTER TABLE `user` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=2; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
-- users -> students ALTER TABLE `users` ADD KEY `users_student_id_foregin` (`student_id`), ADD CONSTRAINT `users_student_id_foregin` FOREIGN KEY (`student_id`) REFERENCES `students` (`student_id`); -- students -> classes ALTER TABLE `students` ADD KEY `students_classes_foregin` (`class_id`), ADD CONSTRAINT `students_classes_foregin` FOREIGN KEY (`class_id`) REFERENCES `classes` (`id`); -- students -> school_years ALTER TABLE `students` ADD KEY `students_school_years_foregin` (`school_year_id`), ADD CONSTRAINT `students_school_years_foregin` FOREIGN KEY (`school_year_id`) REFERENCES `school_years` (`id`); -- user_roles ALTER TABLE `user_roles` ADD KEY `user_roles_users_foregin` (`user_id`), ADD CONSTRAINT `user_roles_users_foregin` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); ADD KEY `user_roles_roles_foregin` (`role_id`), ADD CONSTRAINT `user_roles_roles_foregin` FOREIGN KEY (`role_id`) REFERENCES `roles` (`id`); -- ward -> district ALTER TABLE `wards` ADD KEY `wards_districts_foregin` (`district_id`), ADD CONSTRAINT `wards_districts_foregin` FOREIGN KEY (`district_id`) REFERENCES `districts` (`id`); -- districts -> provinces ALTER TABLE `districts` ADD KEY `districts_provinces_foregin` (`province_id`), ADD CONSTRAINT `districts_provinces_foregin` FOREIGN KEY (`province_id`) REFERENCES `provinces` (`id`); -- activities -> users ALTER TABLE `activities` ADD KEY `activities_users_foregin` (`leader`), ADD CONSTRAINT `activities_users_foregin` FOREIGN KEY (`leader`) REFERENCES `users` (`id`); -- workflows --> users ALTER TABLE `workflows` ADD KEY `workflows_users_foregin` (`user_id`), ADD CONSTRAINT `workflows_users_foregin` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); -- workflows --> activities ALTER TABLE `workflows` ADD KEY `workflows_activities_foregin` (`activity_id`), ADD CONSTRAINT `workflows_activities_foregin` FOREIGN KEY (`activity_id`) REFERENCES `activities` (`id`); -- attenders --> activities ALTER TABLE `attenders` ADD KEY `attenders_activities_foregin` (`activity_id`), ADD CONSTRAINT `attenders_activities_foregin` FOREIGN KEY (`activity_id`) REFERENCES `activities` (`id`); -- attenders --> students ALTER TABLE `attenders` ADD KEY `attenders_students_foregin` (`student_id`), ADD CONSTRAINT `attenders_students_foregin` FOREIGN KEY (`student_id`) REFERENCES `students` (`student_id`); -- checkin --> activities ALTER TABLE `checkin` ADD KEY `checkin_activities_foregin` (`activity_id`), ADD CONSTRAINT `checkin_activities_foregin` FOREIGN KEY (`activity_id`) REFERENCES `activities` (`id`); -- checkin --> students ALTER TABLE `checkin` ADD KEY `checkin_students_foregin` (`student_id`), ADD CONSTRAINT `checkin_students_foregin` FOREIGN KEY (`student_id`) REFERENCES `students` (`student_id`); -- practise_marks --> activities ALTER TABLE `practise_marks` ADD KEY `practise_marks_activities_foregin` (`activity_id`), ADD CONSTRAINT `practise_marks_activities_foregin` FOREIGN KEY (`activity_id`) REFERENCES `activities` (`id`); -- practise_marks --> students ALTER TABLE `practise_marks` ADD KEY `practise_marks_students_foregin` (`student_id`), ADD CONSTRAINT `practise_marks_students_foregin` FOREIGN KEY (`student_id`) REFERENCES `students` (`student_id`); -- social_marks --> activities ALTER TABLE `social_marks` ADD KEY `social_marks_activities_foregin` (`activity_id`), ADD CONSTRAINT `social_marks_activities_foregin` FOREIGN KEY (`activity_id`) REFERENCES `activities` (`id`); -- social_marks --> students ALTER TABLE `social_marks` ADD KEY `social_marks_students_foregin` (`student_id`), ADD CONSTRAINT `social_marks_students_foregin` FOREIGN KEY (`student_id`) REFERENCES `students` (`student_id`); -- union_fees --> school_years ALTER TABLE `union_fees` ADD KEY `union_fees_school_years_foregin` (`school_year_id`), ADD CONSTRAINT `union_fees_school_years_foregin` FOREIGN KEY (`school_year_id`) REFERENCES `school_years` (`id`); -- activity_funds --> activities ALTER TABLE `activity_funds` ADD KEY `activity_funds_activities_foregin` (`activity_id`), ADD CONSTRAINT `activity_funds_activities_foregin` FOREIGN KEY (`activity_id`) REFERENCES `activities` (`id`); -- activity_fund_details --> activity_funds ALTER TABLE `activity_fund_details` ADD KEY `activity_fund_details_activity_funds_foregin` (`fund_id`), ADD CONSTRAINT `activity_fund_details_activity_funds_foregin` FOREIGN KEY (`fund_id`) REFERENCES `activity_funds` (`id`); -- activity_fund_details --> users ALTER TABLE `activity_fund_details` ADD KEY `activity_fund_details_users_foregin` (`user_id`), ADD CONSTRAINT `activity_fund_details_users_foregin` FOREIGN KEY (`user_id`) REFERENCES `users` (`id`); -- yearly_funds --> school_years ALTER TABLE `yearly_funds` ADD KEY `yearly_funds_school_years_foregin` (`school_year_id`), ADD CONSTRAINT `yearly_funds_school_years_foregin` FOREIGN KEY (`school_year_id`) REFERENCES `school_years` (`id`); -- news --> news_types ALTER TABLE `news` ADD KEY `news_news_types_foregin` (`type_id`), ADD CONSTRAINT `news_news_types_foregin` FOREIGN KEY (`type_id`) REFERENCES `news_types` (`id`); -- news --> users ALTER TABLE `news` ADD KEY `news_users_foregin` (`created_by`), ADD CONSTRAINT `news_users_foregin` FOREIGN KEY (`created_by`) REFERENCES `users` (`id`);
DROP TABLE jogos; CREATE TABLE jogos( nome VARCHAR(100) DEFAULT 'Neymar', quedas SMALLINT); -- AUTOMATICAMENTE RECEBE NEYMAR , POIS NÃO É PASSADO O NOME NO INSERT INSERT INTO jogos (quedas) VALUES(20); INSERT INTO jogos (quedas, nome) VALUES(2, 'Tite'); SELECT * FROM jogos;
DELETE FROM books_subjects where subject='9'; DELETE FROM subjects where name='History';
CREATE TABLE IF NOT EXISTS pokemon_table( id VARBINARY(27) NOT NULL, -- ksuid slug VARCHAR(30) NOT NULL, -- generated name VARCHAR(30) NOT NULL, pokedex_id SMALLINT UNSIGNED NOT NULL, -- abilities -- new table -- typing -- new table hp SMALLINT UNSIGNED NOT NULL, -- u8 attack SMALLINT UNSIGNED NOT NULL, -- u8 defense SMALLINT UNSIGNED NOT NULL, -- u8 special_attack SMALLINT UNSIGNED NOT NULL, -- u8 special_defense SMALLINT UNSIGNED NOT NULL, -- u8 speed SMALLINT UNSIGNED NOT NULL, -- u8 height SMALLINT UNSIGNED NOT NULL, weight SMALLINT UNSIGNED NOT NULL, generation SMALLINT UNSIGNED NOT NULL, -- u8 female_rate FLOAT, genderless BOOLEAN NOT NULL, legendary_or_mythical BOOLEAN NOT NULL, is_default BOOLEAN NOT NULL, forms_switchable BOOLEAN NOT NULL, base_experience SMALLINT UNSIGNED NOT NULL, capture_rate SMALLINT UNSIGNED NOT NULL, -- u8 -- egg_groups -- new table base_happiness SMALLINT UNSIGNED NOT NULL, -- u8 -- evolves_from -- new table primary_color VARCHAR(6) NOT NULL, number_pokemon_with_typing FLOAT NOT NULL, normal_attack_effectiveness FLOAT NOT NULL, fire_attack_effectiveness FLOAT NOT NULL, water_attack_effectiveness FLOAT NOT NULL, electric_attack_effectiveness FLOAT NOT NULL, grass_attack_effectiveness FLOAT NOT NULL, ice_attack_effectiveness FLOAT NOT NULL, fighting_attack_effectiveness FLOAT NOT NULL, poison_attack_effectiveness FLOAT NOT NULL, ground_attack_effectiveness FLOAT NOT NULL, fly_attack_effectiveness FLOAT NOT NULL, psychic_attack_effectiveness FLOAT NOT NULL, bug_attack_effectiveness FLOAT NOT NULL, rock_attack_effectiveness FLOAT NOT NULL, ghost_attack_effectiveness FLOAT NOT NULL, dragon_attack_effectiveness FLOAT NOT NULL, dark_attack_effectiveness FLOAT NOT NULL, steel_attack_effectiveness FLOAT NOT NULL, fairy_attack_effectiveness FLOAT NOT NULL, PRIMARY KEY ( id ), UNIQUE ( slug ) ); CREATE TABLE IF NOT EXISTS abilities_table( id VARBINARY(27) NOT NULL, -- ksuid pokemon_id VARBINARY(27) NOT NULL, ability VARCHAR(16) NOT NULL, PRIMARY KEY ( id ) ); CREATE TABLE IF NOT EXISTS typing_table( id VARBINARY(27) NOT NULL, -- ksuid pokemon_id VARBINARY(27) NOT NULL, typing VARCHAR(8) NOT NULL, PRIMARY KEY ( id ) ); CREATE TABLE IF NOT EXISTS egg_groups_table( id VARBINARY(27) NOT NULL, -- ksuid pokemon_id VARBINARY(27) NOT NULL, egg_group VARCHAR(13) NOT NULL, PRIMARY KEY ( id ) ); CREATE TABLE IF NOT EXISTS evolutions_table( id VARBINARY(27) NOT NULL, -- ksuid pokemon_id VARBINARY(27) NOT NULL, evolves_from VARBINARY(27) NOT NULL, PRIMARY KEY ( id ) );
CREATE TABLE users ( user_id SERIAL PRIMARY KEY, user_first_name VARCHAR(125) NOT NULL, user_last_name VARCHAR(125) NOT NULL, user_birth_date DATE NOT NULL default CURRENT_DATE, user_profile_img TEXT, user_email VARCHAR(140) NOT NULL, hash TEXT NOT NULL, isAdmin BOOL NOT NULL, -- defaults to false isFeatured BOOL NOT NULL -- defaults to false ); CREATE TABLE applications ( app_id SERIAL PRIMARY KEY, user_id INT REFERENCES users(user_id) NOT NULL, user_bio TEXT NOT NULL, app_timestamp TIMESTAMPTZ NOT NULL, user_experience TEXT NOT NULL, user_equipment TEXT NOT NULL, user_availability TEXT NOT NULL, isApproved BOOL NOT NULL, isStreamer BOOL NOT NULL ); CREATE TABLE streams ( stream_id SERIAL PRIMARY KEY, user_id INT REFERENCES users(user_id) NOT NULL, streamer_id INT REFERENCES applications(app_id), stream_title TEXT NOT NULL, stream_desc TEXT NOT NULL, stream_date DATE NOT NULL default CURRENT_DATE, stream_time TIMESTAMPTZ NOT NULL, stream_hours NUMERIC NOT NULL, -- how long (in hours) stream will last stream_category TEXT NOT NULL, -- would like this to be dropdown stream_country TEXT NOT NULL, stream_street TEXT NOT NULL, stream_state TEXT NOT NULL, stream_city TEXT NOT NULL, stream_zip INTEGER NOT NULL, stream_price NUMERIC, -- stream price is set by admin stream_img TEXT , stream_live_link TEXT, stream_video_link TEXT, stream_equipment TEXT, isApproved BOOL NOT NULL -- streams are approved by admins purchase_id INT REFERENCES purchases(purchase_id) ); CREATE TABLE review ( review_id SERIAL PRIMARY KEY, stream_id INT REFERENCES streams(stream_id) NOT NULL, user_id INT REFERENCES users(user_id) NOT NULL, streamer_id INT REFERENCES applications(app_id) NOT NULL, -- this is the streamer review_date DATE default CURRENT_DATE, review_text VARCHAR(500) NOT NULL, rating INT NOT NULL ); CREATE TABLE purchases ( purchase_id SERIAL PRIMARY KEY, stream_id INT REFERENCES streams(stream_id) NOT NULL, user_id INT REFERENCES users(user_id) NOT NULL, streamer_id INT REFERENCES applications(app_id) NOT NULL, purchase_timestamp TIMESTAMPTZ NOT NULL )
--Inserting data into tables-- --Each id was auto-incremented so parameters begin with the next one following id-- INSERT INTO department (department_name) VALUES ("Executive"), ("Sales"), ("Fitness"); INSERT INTO job_role (title, salary, department_id) VALUES ("Owner", 200000.00, 1), ("General Manager", 60000.00, 1), ("Sales Manager", 40000.00, 2), ("Lead Teacher", 35000.00, 3), ("Sales Representative", 25000.00, 2), ("Instructor", 20000.00, 3); INSERT INTO employee (first_name, last_name, job_role_id, manager_id) VALUES ("Moana", "Toker", 1, NULL), ("Marshall", "Toker", 1, NULL), ("Rachel", "Cinfy", 2, 1), ("Mallory", "Berry", 4, 2), ("Alexandra", "Krane", 3, 2), ("Estefania", "House", 5, 3), ("Jameson", "Tilman", 5, 3), ("Jordan", "Andrews", 5, 3), ("Michele", "Lowers", 6, 4), ("Rebecca", "Donny", 6, 4), ("Jennifer", "Kettle", 6, 4), ("Mark", "Greene", 6, 4);
drop table suscripcion; drop table carrito; drop table consola; drop table notebook; drop table pcsEscritorio; drop view destacado; drop table venta; drop table producto; drop table USUARIO;
-- Find the number of events that occur for each day for each channel. SELECT DATE_TRUNC('day', occurred_at) AS day, channel, COUNT(*) num_event FROM web_events GROUP BY 1,2 ORDER BY 3 DESC; -- Create a subquery that simply provides all of the data from your first query. SELECT * FROM (SELECT DATE_TRUNC('day', occurred_at) AS day, channel, COUNT(*) num_event FROM web_events GROUP BY 1,2) sub -- Now find an average number of events for each channel. Since you broke out by day earlier, this is giving you an average per day. SELECT channel, AVG(num_event) FROM (SELECT DATE_TRUNC('day', occurred_at) AS day, channel, COUNT(*) num_event FROM web_events GROUP BY 1,2) sub GROUP BY 1
SELECT ((select max(idcol) from addresses) + 1), [Type], Account, ContactPerson, AddressLine1, AddressLine2, AddressLine3, PostCode, City, StateCode, County, Country, Phone, Fax, Notes, KeepSameAsVisit, textfield1, Main, AddressCode, SalesPersonNumber, ShipVia, UPSZone, IsTaxable, TaxCode, TaxCode2, warehouse, FOBCode, Division, syscreated, syscreator, sysmodified, sysmodifier, ID, idcol FROM Addresses WHERE account = 'F5E81712-F40D-4D45-B2DB-568BA215FF38' --'757B0329-DAE0-4BD5-B0BE-18BE95E66FD0' INSERT INTO Addresses ([Type], Account, ContactPerson, AddressLine1, AddressLine2, AddressLine3, PostCode, City, StateCode, County, Country, Phone, Fax, Notes, KeepSameAsVisit, textfield1, Main, AddressCode, SalesPersonNumber, ShipVia, UPSZone, IsTaxable, TaxCode, TaxCode2, warehouse, FOBCode, Division, syscreated, syscreator, sysmodified, sysmodifier) SELECT [Type], 'F5E81712-F40D-4D45-B2DB-568BA215FF38', '757B0329-DAE0-4BD5-B0BE-18BE95E66FD0', AddressLine1, AddressLine2, AddressLine3, PostCode, City, StateCode, County, Country, Phone, Fax, Notes, KeepSameAsVisit, textfield1, Main, AddressCode, SalesPersonNumber, ShipVia, UPSZone, IsTaxable, TaxCode, TaxCode2, warehouse, FOBCode, Division, syscreated, syscreator, sysmodified, sysmodifier FROM Addresses WHERE account = 'DE584209-2C5A-48AC-A535-DA4A6070CC1D' UPDATE addresses SET AddressLine1 = 'ATTN MIRIAM WHITE' where idcol IN (109986, 109988, 109985) DELETE FROM dbo.Addresses WHERE idcol = 124496
DROP DATABASE IF EXISTS flags_db; CREATE DATABASE flags_db; USE flags_db; CREATE TABLE flags ( id INT NOT NULL PRIMARY KEY AUTO_INCREMENT, lat FLOAT, lng FLOAT, messages JSON );
CREATE TABLE IF NOT EXISTS public.band ( bandid integer NOT NULL GENERATED ALWAYS AS IDENTITY ( INCREMENT 1 START 1 MINVALUE 1 MAXVALUE 2147483647 CACHE 1 ), bandname character varying(255) COLLATE pg_catalog."default" NOT NULL, musicbrainzid character varying(255) COLLATE pg_catalog."default", CONSTRAINT band_pkey PRIMARY KEY (bandid) ) TABLESPACE pg_default; CREATE UNIQUE INDEX IF NOT EXISTS unq_musicbrainzid ON public.band USING btree (musicbrainzid COLLATE pg_catalog."default" ASC NULLS LAST) TABLESPACE pg_default;
prompt start ./plsql/generated/plankton/TERMINARZE.sql prompt Create trigger terminarze_fer create or replace trigger terminarze_fer before insert on terminarze for each row declare begin insert into object_id( inst_id, id, schema_name, table_name, seq_name ) values( 0, :new.id, 'PLANKTON' ,'TERMINARZE', '' ); end; / show errors prompt stop ./plsql/generated/plankton/TERMINARZE.sql
-- phpMyAdmin SQL Dump -- version 3.4.10.1 -- http://www.phpmyadmin.net -- -- Client: localhost -- Généré le : Mer 04 Juillet 2012 à 00:12 -- Version du serveur: 5.1.49 -- Version de PHP: 5.3.10 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Base de données: `reboot` -- -- -------------------------------------------------------- -- -- Structure de la table `Log` -- CREATE TABLE IF NOT EXISTS `Log` ( `log_id` int(255) unsigned NOT NULL AUTO_INCREMENT, `log_type` varchar(127) CHARACTER SET latin1 NOT NULL, `log_user_id` int(255) unsigned NOT NULL DEFAULT '0', `log_ip` varchar(15) NOT NULL, `log_os` varchar(127) NOT NULL, `log_browser` varchar(127) NOT NULL, `log_request` blob NOT NULL, `log_description` varchar(127) NOT NULL, `log_trace` blob NOT NULL, `log_url` varchar(255) NOT NULL, `log_referer` varchar(255) NOT NULL, `log_dateCreate` datetime NOT NULL, PRIMARY KEY (`log_id`), KEY `log_user_id` (`log_user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=93 ; -- -------------------------------------------------------- -- -- Structure de la table `Moderation` -- CREATE TABLE IF NOT EXISTS `Moderation` ( `moderation_id` int(10) unsigned NOT NULL AUTO_INCREMENT, `moderation_ip` varchar(15) NOT NULL, `moderation_user_id` int(10) unsigned NOT NULL, `moderation_detail` varchar(255) NOT NULL, `moderation_dateCreate` datetime NOT NULL, PRIMARY KEY (`moderation_id`), KEY `moderation_user_id` (`moderation_user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; -- -------------------------------------------------------- -- -- Structure de la table `User` -- CREATE TABLE IF NOT EXISTS `User` ( `user_id` int(255) unsigned NOT NULL AUTO_INCREMENT, `user_pseudo` varchar(31) NOT NULL COMMENT 'pseudo', `user_password` varchar(255) CHARACTER SET utf8 COLLATE utf8_bin NOT NULL COMMENT 'password', `user_email` varchar(63) NOT NULL COMMENT 'email', `user_hash` varchar(63) DEFAULT NULL COMMENT 'alphanum', `user_uid` varchar(63) NOT NULL COMMENT 'alphanum', `user_dateNaissance` date DEFAULT NULL, `user_avatar` varchar(31) NOT NULL DEFAULT 'default.png' COMMENT 'file', `user_sex` tinyint(3) unsigned NOT NULL DEFAULT '0', `user_newsletter` tinyint(1) NOT NULL DEFAULT '1', `user_statut` tinyint(3) unsigned NOT NULL DEFAULT '1', `user_dateCreate` datetime NOT NULL, `user_dateUpdate` datetime NOT NULL, PRIMARY KEY (`user_id`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8 AUTO_INCREMENT=1 ; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
create database ProyectoVF; use ProyectoVF; -- CREANDO TABLAS create table TYPE_EMPLOYEE( id int PRIMARY KEY, tipo varchar(50) ); CREATE TABLE EMPLOYEE( id int primary key, name varchar(50), address varchar(50), email varchar(50), password varchar(50), id_type_employee int ); create table WORK_SECTOR( id int primary key, sector varchar(50) ); CREATE TABLE CITIZEN( dui int primary key, name varchar(50), age int, phone int, email varchar(50), id_work_sector int, id_appointment int ); CREATE TABLE APPOINTMENT( id int primary key, dui_citizen int, id_side_effect VARCHAR(50), type_dose int ); create table EMPLOYEEXAPPO( id_employee int not null, id_appointment int not null, constraint PK_emploxappo primary key (id_employee,id_appointment) ); create table CABIN( id_cabin int primary key not null, phone int, email varchar(50), id_employee int ); create table EMPLOYEEXCABIN( id_employee int, id_cabin int, fecha date, hora time, constraint PK_empoxcabin primary key (id_employee,id_cabin) ); CREATE TABLE VACCINATION( id int primary key not null, dui_citizen int, fecha date, id_appointment int ); CREATE TABLE SIDE_EFFECT( id int primary key, disease varchar(50) ); CREATE TABLE EFFECTXVACUNNAION( id_side int, id_vaci int, constraint PK_sidexvaci primary key (id_side,id_vaci) ); -- AGREGANDO CLAVES FORANEAS alter table EMPLOYEE add constraint FK_Emxtype foreign key (id_type_employee) references TYPE_EMPLOYEE (id); alter table CITIZEN ADD constraint fk_Cityxsector foreign key (id_work_sector) references WORK_SECTOR (id); alter table APPOINTMENT add constraint FK_apoxcity foreign key (dui_citizen) references CITIZEN (dui); alter table EMPLOYEEXAPPO ADD CONSTRAINT FKemploxid foreign key (id_employee) references EMPLOYEE (id); alter table EMPLOYEEXAPPO ADD CONSTRAINT FK_appoxid foreign key (id_appointment) references APPOINTMENT (id); alter table EMPLOYEEXCABIN add constraint FK_empox foreign key (id_employee) references EMPLOYEE (id); alter table EMPLOYEEXCABIN ADD constraint FK_empoxcabin foreign key (id_cabin) references CABIN (id_cabin); alter table VACCINATION ADD CONSTRAINT FK_Vacixdui foreign key (dui_citizen) references APPOINTMENT (dui_citizen); alter table VACCINATION add constraint FK_Vacixapo foreign key (id_appointment) references APPOINTMENT (id); alter table EFFECTXVACUNNAION ADD CONSTRAINT FK_efecxvacu foreign key (id_vaci) references VACCINATION (id); alter table EFFECTXVACUNNAION ADD constraint FK_sidexvacci foreign key (id_side) references SIDE_EFFECT (id); -- AGREGANDO DATOS INSERT INTO TYPE_EMPLOYEE VALUES(1,'Administrador'); INSERT INTO TYPE_EMPLOYEE VALUES(2,'Gestor'); INSERT INTO TYPE_EMPLOYEE VALUES(3,'Doctor'); INSERT INTO TYPE_EMPLOYEE VALUES(4,'Enfermero/a'); INSERT INTO EMPLOYEE VALUES(1,'Alfredo Ramos','Colonia Santa Catalina','alfredor@gmail.com','ucasv123',1); INSERT INTO EMPLOYEE VALUES(2,'Rosa Melgar','Colonia Teresa','rosamelg@hotmail.com','kifw4',2); INSERT INTO EMPLOYEE VALUES(3,'Ricardo Moran','Colonia Miramonte','rmoran@gmail.com','apbxa',3); INSERT INTO EMPLOYEE VALUES(4,'Alejandro Rodríguez','San Jacinto','aleRo@hotmail.com','thznx',4); INSERT INTO EMPLOYEE VALUES(5,'Roberto López','Nuevo Cuscatlán','rosamelg@hotmail.com','da37w',4); INSERT INTO EMPLOYEE VALUES(6,'Miguel Romero','Lomas de San Francisco','rosamelg@hotmail.com','xvdaq',2); INSERT INTO EMPLOYEE VALUES(7,'Daniel García','Mejicanos','rosamelg@hotmail.com','8ydj5',3); INSERT INTO EMPLOYEE VALUES(8,'Jesús Sosa','Colonia Teresa','rosamelg@hotmail.com','wqcb8',4); INSERT INTO EMPLOYEE VALUES(9,'Monica Muñoz','Nuevo Cuscatlán','rosamelg@hotmail.com','cx5wb',4); INSERT INTO EMPLOYEE VALUES(10,'Eva Martínez','Colonia Teresa','rosamelg@hotmail.com','t7cx7',2); INSERT INTO EMPLOYEE VALUES(11,'Claudia Torres','San Jacinto','rosamelg@hotmail.com','qhzbw',3); INSERT INTO EMPLOYEE VALUES(12,'Ines Melgar','Mejicanos','rosamelg@hotmail.com','q95jd',4); INSERT INTO EMPLOYEE VALUES(13,'Eva Melgar','Lomas de San Francisco','rosamelg@hotmail.com','e9qzp',4); INSERT INTO CABIN VALUES(1,22053478 ,'Cabina1@uca.sv',2); INSERT INTO CABIN VALUES(2,22678234 ,'Cabina2@uca.sv',6); INSERT INTO CABIN VALUES(3,26793341 ,'Cabina3@uca.sv',10); INSERT INTO WORK_SECTOR VALUES (1,'PNC'); INSERT INTO WORK_SECTOR VALUES (2,'Fuerza Armada'); INSERT INTO WORK_SECTOR VALUES (3,'Cuerpos de Socorro'); INSERT INTO WORK_SECTOR VALUES (4,'Fronteras'); INSERT INTO WORK_SECTOR VALUES (5,'Centros Penales'); INSERT INTO WORK_SECTOR VALUES (6,'Ninguno.'); INSERT INTO SIDE_EFFECT VALUES(1,'Dolor en el area vacunada'); INSERT INTO SIDE_EFFECT VALUES(2,'Enrojecimiento'); INSERT INTO SIDE_EFFECT VALUES(3,'Fatiga'); INSERT INTO SIDE_EFFECT VALUES(4,'Dolor de cabeza'); INSERT INTO SIDE_EFFECT VALUES(5,'Fiebre'); INSERT INTO SIDE_EFFECT VALUES(6,'Mialgia'); INSERT INTO SIDE_EFFECT VALUES(7,'Artralgia'); INSERT INTO SIDE_EFFECT VALUES(8,'Anafilaxia'); SELECT * FROM TYPE_EMPLOYEE; SELECT * FROM EMPLOYEE; SELECT * FROM CABIN; SELECT * FROM WORK_SECTOR; SELECT * FROM SIDE_EFFECT; SELECT * FROM CITIZEN;
CREATE OR REPLACE PUBLIC SYNONYM fire_constant_pkg FOR orient.fire_constant_pkg;
CREATE TABLE Student( SNO INT PRIMARY KEY, SNAME CHAR(8) UNIQUE, SEX CHAR(2), DEPTNO INT ); CREATE TABLE Course( CNO INT, CNAME CHAR(20) NOT NULL, TNO INT, CREDIT INT, PRIMARY KEY (CNO, TNO) ); CREATE TABLE SC( SNO INT, CNO INT, GRADE INT, PRIMARY KEY (SNO, CNO) ); CREATE TABLE Teacher( TNO INT PRIMARY KEY, TNAME CHAR(8) NOT NULL, DEPTNO INT ); CREATE TABLE Dept( DEPTNO INT PRIMARY KEY, DNAME CHAR(20) NOT NULL ); ALTER TABLE Student ADD AGE INT; DROP TABLE Student; DROP TABLE Course; DROP TABLE SC; DROP TABLE Teacher; DROP TABLE Dept; CREATE UNIQUE INDEX stusno ON Student(SNO); CREATE UNIQUE INDEX coucno ON Course(CNO); DROP INDEX stusno; DROP INDEX coucno; CREATE VIEW CS_STUDENT AS SELECT * FROM Student WHERE DEPTNO = (SELECT DEPTNO FROM Dept WHERE DNAME = '计算机科学与技术') WITH CHECK OPTION; DROP VIEW CS_STUDENT; INSERT INTO Student VALUES(1001, '张天', '男', 20, 10); INSERT INTO Student VALUES(1002, '李兰', '女', 21, 10); INSERT INTO Student VALUES(1003, '陈铭', '男', 21, 10); INSERT INTO Student VALUES(1004, '李茜', '女', 21, 20); INSERT INTO Student VALUES(1005, '马朝阳', '男', 22, 20); INSERT INTO Course VALUES(1, '数据结构', 101, 4); INSERT INTO Course VALUES(2, '数据库', 102, 4); INSERT INTO Course VALUES(3, '离散数学', 103, 4); INSERT INTO Course VALUES(4, 'C语言程序设计', 101, 2); INSERT INTO Course VALUES (1,'数据结构', 101, 4); INSERT INTO Course VALUES (2,'数据库', 102, 4); INSERT INTO Course VALUES (3,'离散数学', 103, 4); INSERT INTO Course VALUES (4,'C语言程序设计', 101, 2); INSERT INTO SC VALUES (1001,1,80); INSERT INTO SC VALUES (1001,2,85); INSERT INTO SC VALUES (1001,3,78); INSERT INTO SC VALUES (1002,1,78); INSERT INTO SC VALUES (1002,2,82); INSERT INTO SC VALUES (1002,3,86); INSERT INTO SC VALUES (1003,1,82); INSERT INTO SC VALUES (1003,3,90); INSERT INTO SC VALUES (1004,1,87); INSERT INTO SC VALUES (1004,4,90); INSERT INTO SC VALUES (1005,1,85); INSERT INTO SC VALUES (1005,4,92); INSERT INTO Teacher VALUES (101,'张星', 10); INSERT INTO Teacher VALUES (102,'李珊', 10); INSERT INTO Teacher VALUES (103,'赵天应', 10); INSERT INTO Teacher VALUES (104,'刘田', 20); INSERT INTO Dept VALUES (10,'计算机科学与技术'); INSERT INTO Dept VALUES (20,'信息'); /*删除数据*/ DELETE FROM SC WHERE SNO IN (SELECT SNO FROM Student WHERE SNAME = '马朝阳' );
################################## 鼎盛银 #1.创建用户- INSERT INTO t_rest_user (id, username, password, enabled, create_time, update_time, version) VALUES ('17ecd15cd4c6cccc7db46adc', 'sd-dsabc', 'sd-dsabc', 1, '2016-05-05 18:22:53', '2016-05-05 18:22:53', 0); #2.给用户授权 INSERT INTO t_rest_user_authority (id, uid, authority) VALUES ('17ecd15cd4c6cccc7db461ds', '17ecd15cd4c6cccc7db46adc', 'ROLE_API'); #3.设置用户的回调地址 INSERT INTO t_user_notify_config (id, user_id, notify_url, env_type, create_time, update_time, version) VALUES ('171cd15cd4c6cccc7db46ada', '17ecd15cd4c6cccc7db46adc', 'http://dsabc.dev.sudaotech.com/api/mall/saleOrder/notify', 0, '2016-08-22 14:43:42', '2016-08-22 14:43:44', NULL); #4.配置微信支付的信息 INSERT INTO t_wxpay_config (id, user_id, channel, rate, notify_url, app_id, app_secret, partner, partner_key, account, api_client_cert, api_client_key, create_time, update_time, version, api_client_cert_name) VALUES ('17scd15cd4c6cccc7db46ae0', '17ecd15cd4c6cccc7db46adc', 'wx_pub', 0, 'http://payment.dev.sudaotech.com/platform/wxpay/{uid}/callback', 'wx7d235551146c0a57', 'cc0e60b765b5e13c998d739dca184882', '1427039802', 'k67Dy3OOXmJLeF9gJxdBNcqqKFfCaiyQ', '1427039802@1427039802', 'MIIEYjCCA8ugAwIBAgIDcQTFMA0GCSqGSIb3DQEBBQUAMIGKMQswCQYDVQQGEwJDTjESMBAGA1UECBMJR3Vhbmdkb25nMREwDwYDVQQHEwhTaGVuemhlbjEQMA4GA1UEChMHVGVuY2VudDEMMAoGA1UECxMDV1hHMRMwEQYDVQQDEwpNbXBheW1jaENBMR8wHQYJKoZIhvcNAQkBFhBtbXBheW1jaEB0ZW5jZW50MB4XDTE2MTIyMjA4MTAyN1oXDTI2MTIyMDA4MTAyN1owgZIxCzAJBgNVBAYTAkNOMRIwEAYDVQQIEwlHdWFuZ2RvbmcxETAPBgNVBAcTCFNoZW56aGVuMRAwDgYDVQQKEwdUZW5jZW50MQ4wDAYDVQQLEwVNTVBheTEnMCUGA1UEAxQe5p2t5bee55Ge5aic54+g5a6d5pyJ6ZmQ5YWs5Y+4MREwDwYDVQQEEwgxNzQ2OTA1MzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMMf1SxW1o9Q/p7mCix95jCFi8l5AXOuacNIh7nuVeRS4/Tl79CWK2qv1smkeW7IPPmmMeaDBeszOPFHyszaYjEeTudOhowU9vwPuXB3+TWhTgHjWPOqfRYtZDj3KokDBNMhRxXF9Tbw4KFmCXCyRdQ8Aiu5x3/goXi+hiqW4G1WH4/wHOTZ9L1xTMf3Xm9+zbK5zVg7Xork4KVA7gDytIH3XMMV2Lf52x0/3RsQ3tidRyM2h9pHtyICvj+alYykoKSSW3Kh1c85+DdI18PyN4aVOgUpZZ7UaOCHPmdHnJHt6zez+ibtCGv+/iUOhMSsSvQkXxw+Rv8v9FOBtoFwDcECAwEAAaOCAUYwggFCMAkGA1UdEwQCMAAwLAYJYIZIAYb4QgENBB8WHSJDRVMtQ0EgR2VuZXJhdGUgQ2VydGlmaWNhdGUiMB0GA1UdDgQWBBSHKktFYt3rbEmceeW1MhefSGDUgTCBvwYDVR0jBIG3MIG0gBQ+BSb2ImK0FVuIzWR+sNRip+WGdKGBkKSBjTCBijELMAkGA1UEBhMCQ04xEjAQBgNVBAgTCUd1YW5nZG9uZzERMA8GA1UEBxMIU2hlbnpoZW4xEDAOBgNVBAoTB1RlbmNlbnQxDDAKBgNVBAsTA1dYRzETMBEGA1UEAxMKTW1wYXltY2hDQTEfMB0GCSqGSIb3DQEJARYQbW1wYXltY2hAdGVuY2VudIIJALtUlyu8AOhXMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAjANBgkqhkiG9w0BAQUFAAOBgQCPc8kyK+5ONLE28hWCIhKHNocZSPOy86FbvBlFH06YJvLz4GSF4Zr88IOVt8E1ILKPLvOp2i5WG+Zu/JsbHT8K/N6gjzm43dzCdfNbyjvRsDHTTtD6PND8DBqdqmgaB/iJKBzQolCPjv/vtK1RoE/VYgXnIw58sdu9h4xbjUhmgA==', 'MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDDH9UsVtaPUP6e5gosfeYwhYvJeQFzrmnDSIe57lXkUuP05e/Qlitqr9bJpHluyDz5pjHmgwXrMzjxR8rM2mIxHk7nToaMFPb8D7lwd/k1oU4B41jzqn0WLWQ49yqJAwTTIUcVxfU28OChZglwskXUPAIrucd/4KF4voYqluBtVh+P8Bzk2fS9cUzH915vfs2yuc1YO16K5OClQO4A8rSB91zDFdi3+dsdP90bEN7YnUcjNofaR7ciAr4/mpWMpKCkkltyodXPOfg3SNfD8jeGlToFKWWe1Gjghz5nR5yR7es3s/om7Qhr/v4lDoTErEr0JF8cPkb/L/RTgbaBcA3BAgMBAAECggEAY8IImKyk8Yy1QMPXe7u6TiBYwV6OMXiANgkE6zhAzYTbar+MBhZgiCDyLRFbzBmvousnI/Tkt8TuXd0Yf/c+sGIQcQ2imEe3plLbufZ8gMDBQxHazmjhns8CKGWlZ3sVomOnFiipH7ezAJFMTkO2k7VCXtySdHyB0VuG+Is+nma/B4C2NN9BkMzQFQfVQLsyfB/PR0OvmDqBDy2XMpSA6T6qKub3MMFXdM20kohDSb5D1Q0yePLKFN/Tp++aRq9/7CSqJela9JvQ6BlE6COWYmwu3hcUSuw7/C0NMzOqWaZEAUkuNomJNJOXz3wvBnBNPtZvMzovfm9zX9z31tsHCQKBgQDmCf/DwOeNm4LXJjBnCIaTeX48LyCvD1ILZkHMITz6chKPk7X4QpFkwZh7PfE32i85p1CWwUsiWdUB73HB0IrtjKO7TM/Vn2qjWeCKBgmyooSgIiGlv265WH4/+xT8Xb/L6cmU9raGaBm4/poo+0r0GpD0gO7SaxKbJDREpAYeVwKBgQDZJR8UScF8S8xQutqN5iImFq4xdrVSMZ0Psp8uV3vBUolpSD46SBS8qgFQmDdHIxeQ+xp3N2qcVVAwmiet7YFMj85N6sdni/KOu+z+run7aLap2m10tMZgPGb9t8FCuInDn2ohtdSe6RJUk1x0lSu0tiBxbK2MoDmiehmB6T/1pwKBgQCiTivHUjQOFcsbQjake794DiCjFh1ZZtXcdSm3fTwo+JNf+jhKEa3ECVQsoGexoJ/xbbvOolMAyaEg3HDG7v0W3kQnwuphLzluR9vFhr0Q7Nnmoi5bY9Ybr/Rj8CO+a+cHWMyB7hCahJihjgH3KFaaJKRh3xaiICngjIrUY2ZtwQKBgQDTl4Waamh86wtz2zAet5KtFMq27lqvdiL66e6M5Lh14CyAB+KDPjvev7Y6R6kNy5cqMlVOuBRNtCBIy95AcD/fT/4TFOUr9EXuahb88YqU7iuYhXzFDWaE3jbposZScqnjkpKDuMAv/SNcgJ/GBpmpJROmEuVmM7cVqO70FUq63wKBgGefZbqlDT6chS06afNKXjS5XR+qi8Ay3I/Ew66LXsH6w7BenHyo+NuPThTtnerdocTJGMx+DLUd6Y70i3O3qjw8Fafb8vAjneHdk5IWccMyPuXfbodiyB29d4DPSA9AaVanEp0CACrDQu9p8k5oKT/TqFsEhm2W12pG6mMGwuAY', '2016-05-05 18:22:53', '2016-05-05 18:22:53', 0, 'dsabc_apiclient_cert.p12'); ######################################### 艺道网支付宝配置 #1.创建用户- INSERT INTO t_rest_user (id, username, password, enabled, create_time, update_time, version) VALUES ('27ecd15cd4c6cccc7db46adc', 'sd-yidao', 'sd-yidao', 1, '2016-05-05 18:22:53', '2016-05-05 18:22:53', 0); #2.给用户授权 INSERT INTO t_rest_user_authority (id, uid, authority) VALUES ('27ecd15cd4c6cccc7db461ds', '27ecd15cd4c6cccc7db46adc', 'ROLE_API'); #3.设置用户的回调地址 INSERT INTO t_user_notify_config (id, user_id, notify_url, env_type, create_time, update_time, version) VALUES ('271cd15cd4c6cccc7db46ada', '27ecd15cd4c6cccc7db46adc', 'http://yidao.dev.sudaotech.com/api/app/payment/notify', 0, '2016-08-22 14:43:42', '2016-08-22 14:43:44', NULL); #5.配置支付宝支付的信息 INSERT INTO t_alipay_config (id, user_id, channel, rate, notify_url, partner, account, security_code, public_key, private_key, create_time, update_time, version, paymethod, app_id) VALUES ('67ecd15cd4c6cccc1db46ads', '27ecd15cd4c6cccc7db46adc', 'alipay', 0, 'http://payment.dev.sudaotech.com/platform/alipay/{uid}/aliCallback', '2088521423393190', 'artsdoor@sina.com', 'lb0u8ay3yr24y9bnw2htihlgj0etr72u', 'MIGfMA0GCSqGSIb3DQEBAQUAA4GNADCBiQKBgQDcmMXaIdMb/PPT+rc3TvQT/v5RuleBOGfZ975hHiGoK+zH6BZyt8nAcmAnsAlRjY7ir31WUKJm1Nd3M2VtKgragF0jdMa9zg62rShMC6RyR+nu7PcRIqOgSKbBayrqeBRBzUL/cY3T5xc+tnNTWHYVTpvemXYdaoBshqllfVVNOQIDAQAB', 'MIICdgIBADANBgkqhkiG9w0BAQEFAASCAmAwggJcAgEAAoGBANyYxdoh0xv889P6tzdO9BP+/lG6V4E4Z9n3vmEeIagr7MfoFnK3ycByYCewCVGNjuKvfVZQombU13czZW0qCtqAXSN0xr3ODratKEwLpHJH6e7s9xEio6BIpsFrKup4FEHNQv9xjdPnFz62c1NYdhVOm96Zdh1qgGyGqWV9VU05AgMBAAECgYBlpyDFPAEETLQvYsE7A28GJ+MZ1jysl0mD794S8sefr14VYKW3h2m4/PvCTiR9KDZHz4Z6V/3+VOZVT6HVhCIrYycZejE01Haawy4BIM+fqP5pQrc5tILGUhiRLLn51q3rPKEOx21a4iNctIBgpA60NEDqRbzlUh6k02iVpDgMYQJBAO5XebVBR1Rrh09FcIfJLtneipZZ11IN+DgQJG9eNdZYfynaxA7FC0Mxy1j70D1siysW2D8Tk0D4FFJcNJpHux8CQQDs8LyoTlZ8hjwZyzizy4bDte0tt8WMh1LZMXlWCLvQhw1ZLn4t2plyEUTHFDAhfDY6IFUqPl5cxE0zcR+wakSnAkEA6wdTu0s9/Z9zdNYy25OmIa3z18OMMxwXc6FnbHLogBAQhcN2pmHkc0R9E6htdsS8j6cdY0X4ZY6862KFdMXbXQJAIztUwi4L3C5Vp3w5bTq5Ska2AtNNs6y3nAYoRau8ybAbQwSPzJ+xq2137aZJ1eDTa2c9Yq+tdlvWIu0SSjgzBwJAc02e39ItLFZFJ1RnvwcHbGNTfYATrn9cmwO2v1hpHG6dmSlyVtUFD/HJclqAadkl7OAZvaqP0ePtT0cH1lw9xg==', '2016-07-29 18:22:53', '2016-07-29 18:22:53', 0, NULL, '2017112700204904'); #4.配置微信支付的信息(等待审核通过) INSERT INTO t_wxpay_config (id, user_id, channel, rate, notify_url, app_id, app_secret, partner, partner_key, account, api_client_cert, api_client_key, create_time, update_time, version, api_client_cert_name) VALUES ('17scd15cd4c6cccc7db46ae0', '27ecd15cd4c6cccc7db46adc', 'wx', 0, 'http://payment.dev.sudaotech.com/platform/wxpay/{uid}/callback', 'wx7d235551146c0a57', 'cc0e60b765b5e13c998d739dca184882', '1427039802', 'k67Dy3OOXmJLeF9gJxdBNcqqKFfCaiyQ', '1427039802@1427039802', 'MIIEYjCCA8ugAwIBAgIDcQTFMA0GCSqGSIb3DQEBBQUAMIGKMQswCQYDVQQGEwJDTjESMBAGA1UECBMJR3Vhbmdkb25nMREwDwYDVQQHEwhTaGVuemhlbjEQMA4GA1UEChMHVGVuY2VudDEMMAoGA1UECxMDV1hHMRMwEQYDVQQDEwpNbXBheW1jaENBMR8wHQYJKoZIhvcNAQkBFhBtbXBheW1jaEB0ZW5jZW50MB4XDTE2MTIyMjA4MTAyN1oXDTI2MTIyMDA4MTAyN1owgZIxCzAJBgNVBAYTAkNOMRIwEAYDVQQIEwlHdWFuZ2RvbmcxETAPBgNVBAcTCFNoZW56aGVuMRAwDgYDVQQKEwdUZW5jZW50MQ4wDAYDVQQLEwVNTVBheTEnMCUGA1UEAxQe5p2t5bee55Ge5aic54+g5a6d5pyJ6ZmQ5YWs5Y+4MREwDwYDVQQEEwgxNzQ2OTA1MzCCASIwDQYJKoZIhvcNAQEBBQADggEPADCCAQoCggEBAMMf1SxW1o9Q/p7mCix95jCFi8l5AXOuacNIh7nuVeRS4/Tl79CWK2qv1smkeW7IPPmmMeaDBeszOPFHyszaYjEeTudOhowU9vwPuXB3+TWhTgHjWPOqfRYtZDj3KokDBNMhRxXF9Tbw4KFmCXCyRdQ8Aiu5x3/goXi+hiqW4G1WH4/wHOTZ9L1xTMf3Xm9+zbK5zVg7Xork4KVA7gDytIH3XMMV2Lf52x0/3RsQ3tidRyM2h9pHtyICvj+alYykoKSSW3Kh1c85+DdI18PyN4aVOgUpZZ7UaOCHPmdHnJHt6zez+ibtCGv+/iUOhMSsSvQkXxw+Rv8v9FOBtoFwDcECAwEAAaOCAUYwggFCMAkGA1UdEwQCMAAwLAYJYIZIAYb4QgENBB8WHSJDRVMtQ0EgR2VuZXJhdGUgQ2VydGlmaWNhdGUiMB0GA1UdDgQWBBSHKktFYt3rbEmceeW1MhefSGDUgTCBvwYDVR0jBIG3MIG0gBQ+BSb2ImK0FVuIzWR+sNRip+WGdKGBkKSBjTCBijELMAkGA1UEBhMCQ04xEjAQBgNVBAgTCUd1YW5nZG9uZzERMA8GA1UEBxMIU2hlbnpoZW4xEDAOBgNVBAoTB1RlbmNlbnQxDDAKBgNVBAsTA1dYRzETMBEGA1UEAxMKTW1wYXltY2hDQTEfMB0GCSqGSIb3DQEJARYQbW1wYXltY2hAdGVuY2VudIIJALtUlyu8AOhXMA4GA1UdDwEB/wQEAwIGwDAWBgNVHSUBAf8EDDAKBggrBgEFBQcDAjANBgkqhkiG9w0BAQUFAAOBgQCPc8kyK+5ONLE28hWCIhKHNocZSPOy86FbvBlFH06YJvLz4GSF4Zr88IOVt8E1ILKPLvOp2i5WG+Zu/JsbHT8K/N6gjzm43dzCdfNbyjvRsDHTTtD6PND8DBqdqmgaB/iJKBzQolCPjv/vtK1RoE/VYgXnIw58sdu9h4xbjUhmgA==', 'MIIEvgIBADANBgkqhkiG9w0BAQEFAASCBKgwggSkAgEAAoIBAQDDH9UsVtaPUP6e5gosfeYwhYvJeQFzrmnDSIe57lXkUuP05e/Qlitqr9bJpHluyDz5pjHmgwXrMzjxR8rM2mIxHk7nToaMFPb8D7lwd/k1oU4B41jzqn0WLWQ49yqJAwTTIUcVxfU28OChZglwskXUPAIrucd/4KF4voYqluBtVh+P8Bzk2fS9cUzH915vfs2yuc1YO16K5OClQO4A8rSB91zDFdi3+dsdP90bEN7YnUcjNofaR7ciAr4/mpWMpKCkkltyodXPOfg3SNfD8jeGlToFKWWe1Gjghz5nR5yR7es3s/om7Qhr/v4lDoTErEr0JF8cPkb/L/RTgbaBcA3BAgMBAAECggEAY8IImKyk8Yy1QMPXe7u6TiBYwV6OMXiANgkE6zhAzYTbar+MBhZgiCDyLRFbzBmvousnI/Tkt8TuXd0Yf/c+sGIQcQ2imEe3plLbufZ8gMDBQxHazmjhns8CKGWlZ3sVomOnFiipH7ezAJFMTkO2k7VCXtySdHyB0VuG+Is+nma/B4C2NN9BkMzQFQfVQLsyfB/PR0OvmDqBDy2XMpSA6T6qKub3MMFXdM20kohDSb5D1Q0yePLKFN/Tp++aRq9/7CSqJela9JvQ6BlE6COWYmwu3hcUSuw7/C0NMzOqWaZEAUkuNomJNJOXz3wvBnBNPtZvMzovfm9zX9z31tsHCQKBgQDmCf/DwOeNm4LXJjBnCIaTeX48LyCvD1ILZkHMITz6chKPk7X4QpFkwZh7PfE32i85p1CWwUsiWdUB73HB0IrtjKO7TM/Vn2qjWeCKBgmyooSgIiGlv265WH4/+xT8Xb/L6cmU9raGaBm4/poo+0r0GpD0gO7SaxKbJDREpAYeVwKBgQDZJR8UScF8S8xQutqN5iImFq4xdrVSMZ0Psp8uV3vBUolpSD46SBS8qgFQmDdHIxeQ+xp3N2qcVVAwmiet7YFMj85N6sdni/KOu+z+run7aLap2m10tMZgPGb9t8FCuInDn2ohtdSe6RJUk1x0lSu0tiBxbK2MoDmiehmB6T/1pwKBgQCiTivHUjQOFcsbQjake794DiCjFh1ZZtXcdSm3fTwo+JNf+jhKEa3ECVQsoGexoJ/xbbvOolMAyaEg3HDG7v0W3kQnwuphLzluR9vFhr0Q7Nnmoi5bY9Ybr/Rj8CO+a+cHWMyB7hCahJihjgH3KFaaJKRh3xaiICngjIrUY2ZtwQKBgQDTl4Waamh86wtz2zAet5KtFMq27lqvdiL66e6M5Lh14CyAB+KDPjvev7Y6R6kNy5cqMlVOuBRNtCBIy95AcD/fT/4TFOUr9EXuahb88YqU7iuYhXzFDWaE3jbposZScqnjkpKDuMAv/SNcgJ/GBpmpJROmEuVmM7cVqO70FUq63wKBgGefZbqlDT6chS06afNKXjS5XR+qi8Ay3I/Ew66LXsH6w7BenHyo+NuPThTtnerdocTJGMx+DLUd6Y70i3O3qjw8Fafb8vAjneHdk5IWccMyPuXfbodiyB29d4DPSA9AaVanEp0CACrDQu9p8k5oKT/TqFsEhm2W12pG6mMGwuAY', '2016-05-05 18:22:53', '2016-05-05 18:22:53', 0, 'dsabc_apiclient_cert.p12');
-- phpMyAdmin SQL Dump -- version 3.5.2 -- http://www.phpmyadmin.net -- -- Host: localhost -- Generation Time: Nov 20, 2014 at 12:41 PM -- Server version: 5.5.25a -- PHP Version: 5.4.4 SET SQL_MODE="NO_AUTO_VALUE_ON_ZERO"; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8 */; -- -- Database: `test` -- -- -------------------------------------------------------- -- -- Table structure for table `markers` -- CREATE TABLE IF NOT EXISTS `markers` ( `id` int(11) NOT NULL AUTO_INCREMENT, `name` varchar(60) NOT NULL, `address` varchar(80) NOT NULL, `lat` float(10,6) NOT NULL, `lng` float(10,6) NOT NULL, `type` varchar(30) NOT NULL, PRIMARY KEY (`id`) ) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=19 ; -- -- Dumping data for table `markers` -- INSERT INTO `markers` (`id`, `name`, `address`, `lat`, `lng`, `type`) VALUES (15, 'KU Campus Network', '1st Academic Building, Khulna University, Khulna-9208', 22.802670, 89.534706, '041-731475'), (16, 'Niral R/A Network', '126/A, Road No#09, House No#126, Nirala R/A Khulna', 22.802355, 89.554611, '041-998855'), (17, 'Tablig Masque Network', 'Tablig masque', 22.801821, 89.545135, '6661661'), (18, 'dff', 'dff', 23.723755, 90.395027, 'dfddf'); /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
CREATE TABLE `conference_info` ( `id` varchar(36) CHARACTER SET utf8mb4 NOT NULL COMMENT 'id', `shortId` INT(11) NOT NULL AUTO_INCREMENT COMMENT '短id,自增长', `name` VARCHAR (100) COMMENT '会议名称', `address` JSON comment '地址', `status` varchar(20) default 'normal' comment '状态', `signStatus` int(1) default 0 comment '签到状态', `questionnaireStatus` int(1) default 0 comment '问卷状态', `type` varchar(20) not null comment '会议类型', `album1` JSON comment 'kv图', `album2` JSON comment '会场照片', `album3` JSON comment '云相册', `pushLog` JSON comment '推送记录', `note` text comment '简介', `sTime` timestamp NULL DEFAULT NULL comment '开始时间', `eTime` timestamp NULL DEFAULT NULL comment '结束时间', `process` text comment '流程', `customizedInfo` JSON comment '定制化信息', `interaction` JSON comment '高层反馈/会议互动', `questionnaire` JSON comment '问卷调查', `department` varchar(100) COMMENT '归属部门', `createTime` timestamp NOT NULL default CURRENT_TIMESTAMP COMMENT '创建时间', PRIMARY KEY (`id`), KEY `conference_info_shortId` (`shortId`), UNIQUE KEY(`name`) )ENGINE = InnoDB DEFAULT CHARSET = utf8 COMMENT = '会议信息表';
--PROBLEM 22 --Display all mountain peaks in alphabetical order. SELECT PeakName FROM Peaks ORDER BY PeakName
-- вывести данные (поля) по всем автомобилям (из обеих таблиц Car и Transport), чтобы вместо id значений из справочников выводились наименования на русском select c.id, crt.[name_ru] as "Тип автомобиля", m.[name_ru] as "Модель", tr.[name_ru] as "Коробка передач", p.[name_ru] as "Привод", c.[capacity] as "Объем двигателя", br.[name_ru] as "Бренд", tsprt.[price] as "Цена", tsprt.[issue_date] as "Дата выпуска", curr.[name_ru] as "Валюта", cond.[name_ru] as "Состояние", col.[name_ru] as "Цвет", tsprt.[description] as "Описание" from Car c inner join [spr_Transmission] tr on c.[transmission_id] = tr.id inner join [spr_Privod] p on c.[privod_id] = p.id inner join [spr_Model] m on c.[model_id] = m.id inner join [Transport] tsprt on c.[transport_id] = tsprt.id inner join [spr_Currency] curr on tsprt.[currency_id] = curr.id inner join [spr_Condition] cond on tsprt.[condition_id] = cond.id inner join [spr_Color] col on tsprt.[color_id] = col.id inner join [spr_CarType] crt on c.[car_type_id] = crt.id inner join [spr_Brand] br on tsprt.[brand_id] = br.id order by crt.[name_ru] -- первый пункт, но только для проданных автомобилей select distinct c.id, crt.[name_ru] as "Тип автомобиля", m.[name_ru] as "Модель", tr.[name_ru] as "Коробка передач", p.[name_ru] as "Привод", c.[capacity] as "Объем двигателя", br.[name_ru] as "Бренд", tsprt.[price] as "Цена", tsprt.[issue_date] as "Дата выпуска", curr.[name_ru] as "Валюта", cond.[name_ru] as "Состояние", col.[name_ru] as "Цвет", tsprt.[description] as "Описание" from Car c inner join [spr_Transmission] tr on c.[transmission_id] = tr.id inner join [spr_Privod] p on c.[privod_id] = p.id inner join [spr_Model] m on c.[model_id] = m.id inner join [Transport] tsprt on c.[transport_id] = tsprt.id inner join [spr_Currency] curr on tsprt.[currency_id] = curr.id inner join [spr_Condition] cond on tsprt.[condition_id] = cond.id inner join [spr_Color] col on tsprt.[color_id] = col.id inner join [spr_CarType] crt on c.[car_type_id] = crt.id inner join [spr_Brand] br on tsprt.[brand_id] = br.id inner join [Sale] sale on tsprt.[id]=sale.transport_id order by crt.[name_ru] -- первый пункт, но только для марки Toyota, цена которых меньше 3000 $ (учитывать валюту) select c.id, crt.[name_ru] as "Тип автомобиля", m.[name_ru] as "Модель", tr.[name_ru] as "Коробка передач", p.[name_ru] as "Привод", c.[capacity] as "Объем двигателя", br.[name_ru] as "Бренд", tsprt.[price] as "Цена", tsprt.[issue_date] as "Дата выпуска", curr.[name_ru] as "Валюта", cond.[name_ru] as "Состояние", col.[name_ru] as "Цвет", tsprt.[description] as "Описание" from Car c inner join [spr_Transmission] tr on c.[transmission_id] = tr.id inner join [spr_Privod] p on c.[privod_id] = p.id inner join [spr_Model] m on c.[model_id] = m.id inner join [Transport] tsprt on c.[transport_id] = tsprt.id inner join [spr_Currency] curr on tsprt.[currency_id] = curr.id inner join [spr_Condition] cond on tsprt.[condition_id] = cond.id inner join [spr_Color] col on tsprt.[color_id] = col.id inner join [spr_CarType] crt on c.[car_type_id] = crt.id inner join [spr_Brand] br on tsprt.[brand_id] = br.id where tsprt.[brand_id]=1 and tsprt.[price]<3000 and tsprt.[currency_id]=2 order by crt.[name_ru] -- по каждому продавцу вывести кол-во проданных им автомобилей select seller.[id], seller.[fio] as "ФИО", count(seller.[fio]) as "Количество продаж" from Seller inner join [Sale] on Seller.[id]=Sale.seller_id group by seller.[fio], seller.[id] order by seller.[fio] -- вывести суммарную выручку по продажам автомобилей за январь 2011 г select sum(t.[price]) as "Выручка" from Sale s inner join [Transport] t on t.[id]=s.transport_id where strftime('%Y', s.[sale_date])='2011' and strftime('%m', s.[sale_date])='01' -- получить всех продавцов, которые продали хотя бы одну подержанную машину select s.[fio] as "ФИО" from Seller s inner join Sale sl on sl.[seller_id]=s.id inner join [Transport] t on sl.[transport_id]=t.id where t.[condition_id]=2 -- получить всех продавцов, которые не продали ни одной машины, вывести в алфавитном порядке по ФИО select s.[fio] as "ФИО", sl.[transport_id] from Seller s left join Sale sl on sl.[seller_id]=s.id where sl.[transport_id] is null order by "ФИО" -- получить по каждому продавцу количество проданных им машин марки Toyota, где цена >= 1000 $ select seller.[id], seller.[fio] as "ФИО", t.[price], count(seller.[fio]) as "Количество продаж" from Seller inner join [Sale] on Seller.[id]=Sale.seller_id inner join [Transport] t on Sale.[transport_id]=t.id group by seller.[fio], seller.[id], t.[price] having t.[price]>=1000 and t.[currency_id]=2 and t.[brand_id]=1 order by seller.[fio]
create or replace function sfb_divfloat_1( a float, b float,ret0 float default 0.00,ret1 float default 1.00 ) return float as res float; begin IF b = 0 AND a = 0 THEN RETURN ret0; END IF; IF b = 0 AND a<>0 THEN RETURN null; END IF; res := round(a/b,4); RETURN res; end;
insert into course(id, name) values(10001,'JPA in 50 steps'); insert into course(id, name) values(10002,'Spring in 50 steps'); insert into course(id, name) values(10003,'Sprint Boot in 1000 steps'); insert into passport(id, number) values(40001,'EP3423'); insert into passport(id, number) values(40002,'PQ6745'); insert into passport(id, number) values(40003,'KS8953'); insert into student(id, name, passport_id) values(20001,'Ranga',40001); insert into student(id, name, passport_id) values(20002,'Adam',40002); insert into student(id, name, passport_id) values(20003,'Jane',40003); insert into review(id, rating,description,course_id) values(50001,'5','Great Course',10001); insert into review(id, rating,description,course_id) values(50002,'4','Wonderful Course',10001); insert into review(id, rating,description,course_id) values(50003,'5','Awesome Course',10003);
/* ** Question: https://leetcode.com/problems/exchange-seats/ */ -- method 1, MS SQL SELECT t2.id, CASE WHEN t2.group_cnt = 2 THEN COALESCE(lag_student, lead_student) ELSE t2.student END AS student FROM ( SELECT t1.id, t1.student, t1.group_id, COUNT(*) OVER (PARTITION BY t1.group_id) AS group_cnt, LAG(t1.student, 1) OVER (PARTITION BY t1.group_id ORDER BY t1.id) AS lag_student, LEAD(t1.student, 1) OVER (PARTITION BY t1.group_id ORDER BY t1.id) AS lead_student FROM ( SELECT id, student, (id - 1) / 2 AS group_id FROM seat ) t1 ) t2 ORDER BY t2.id;
CREATE DEFINER=`root`@`localhost` PROCEDURE `coursecheck_correctinput`(in username varchar(20), in CourseNum char(20), in eSemester Char(5), in eyear char(20), out notif varchar(150), out output int) BEGIN declare t_error int default 0; declare continue handler for sqlexception set t_error=1; START transaction; /* satisfy pre */ IF EXISTS( SELECT R.UoSCode from requiredpre_enroll R, transcript T where T.StudId = username AND R.UoSCode = CourseNum AND R.Year = eyear AND R.Semester = eSemester AND R.PrereqUoSCode = T.UoSCode AND (T.Grade = "CR" OR T. Grade = "P" OR T.Grade = "D") AND R.Enrollment < R.MaxEnrollment) THEN UPDATE uosoffering SET Enrollment = Enrollment + 1 WHERE UoSCode = CourseNum; INSERT INTO transcript VALUES(username, CourseNum, eSemester, eyear, NULL); SET notif = "E"; SET output = 1; /* satisfy pre but number of enroll*/ ELSEIF EXISTS( SELECT R.UoSCode from requiredpre_enroll R, transcript T where T.StudId = username AND R.UoSCode = CourseNum AND R.Year = eyear AND R.Semester = eSemester AND R.PrereqUoSCode = T.UoSCode AND (T.Grade = "CR" OR T. Grade = "P" OR T.Grade = "D") AND (R.Enrollment > R.MaxEnrollment OR R.Enrollment = R.MaxEnrollment)) THEN SET notif = "Enroll_failed.The_course_is_beyond_maxenrollment!!!"; SET output = 0; /* Not satisfy pre */ ELSEIF EXISTS ( SELECT R.UoSCode from requiredpre_enroll R, transcript T where T.StudId = username AND (R.UoSCode = CourseNum AND R.Year = eyear AND R.Semester = eSemester AND R.PrereqUoSCode = T.UoSCode AND (T.Grade is null OR T.Grade = "F")) ) THEN select R.PrereqUoSCode into notif from requiredpre_enroll R, transcript T where T.StudId = username AND (R.UoSCode = CourseNum AND R.PrereqUoSCode = T.UoSCode AND (T.Grade is null OR T.Grade = "F")); SET output = 0; ELSEIF EXISTS ( select R.UoSCode from requiredpre_enroll R, transcript T where T.StudId = username AND R.UoSCode = CourseNum AND R.Year = eyear AND R.Semester = eSemester AND R.PrereqUoSCode not in (SELECT T.UoSCode FROM transcript T) group by R.PrereqUoSCode ) THEN select R.PrereqUoSCode into notif from requiredpre_enroll R, transcript T where T.StudId = username AND R.UoSCode = CourseNum AND R.PrereqUoSCode not in (SELECT T.UoSCode FROM transcript T) group by R.PrereqUoSCode; SET output = 0; /* No prereq */ ELSEIF EXISTS (SELECT R.UoSCode from requiredpre_enroll R, transcript T where T.StudId = username AND R.UoSCode <> CourseNum AND CourseNum IN (SELECT U.UoSCode FROM uosoffering U where U.UoSCode = CourseNum and U.Enrollment < U.MaxEnrollment )) THEN UPDATE uosoffering SET Enrollment = Enrollment + 1 WHERE UoSCode = CourseNum; INSERT INTO transcript VALUES(Username, CourseNum, eSemester, eyear, NULL); SET notif = "En"; SET output = 1; /* No prereq but beyond enrollment*/ ELSEIF EXISTS (SELECT R.UoSCode from requiredpre_enroll R, transcript T where T.StudId = username AND R.UoSCode <> CourseNum AND CourseNum IN (SELECT U.UoSCode FROM uosoffering U where U.UoSCode = CourseNum AND (U.enrollment > U.MaxEnrollment OR U.Enrollment = U.MaxEnrollment) )) THEN SET notif = "Enroll_failed.The_course_is_beyond_maxenrollment!!!"; SET output = 0; ELSEIF NOT EXISTS( SELECT L.UoSCode from lecture L where L.UoSCode = CourseNum ) THEN SET notif = "2"; SET output = 2; END if; if (t_error=1) then begin set notif='ERROR, rollback'; rollback; end; else begin commit; end; end if; END
SELECT productName as "Name ", productLine as "Product Line", buyPrice as "Buy Price" FROM products ORDER BY buyPrice DESC;
-- phpMyAdmin SQL Dump -- version 4.7.7 -- https://www.phpmyadmin.net/ -- -- Värd: localhost -- Tid vid skapande: 30 apr 2019 kl 13:39 -- Serverversion: 10.1.30-MariaDB -- PHP-version: 7.2.1 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; SET AUTOCOMMIT = 0; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Databas: `HoroscopeList` -- -- -------------------------------------------------------- -- -- Tabellstruktur `HoroscopeList` -- CREATE TABLE `HoroscopeList` ( `id` int(11) NOT NULL, `dateFrom` date NOT NULL, `dateUntil` date NOT NULL, `horoscopeSign` varchar(20) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8; -- -- Dumpning av Data i tabell `HoroscopeList` -- INSERT INTO `HoroscopeList` (`id`, `dateFrom`, `dateUntil`, `horoscopeSign`) VALUES (1, '2019-03-21', '2019-04-19', 'Aries'), (2, '2019-04-20', '2019-05-20', 'Taurus'), (3, '2019-05-21', '2019-06-20', 'Gemini'), (4, '2019-06-21', '2019-07-22', 'Cancer'), (5, '2019-07-23', '2019-08-22', 'Leo'), (6, '2019-08-23', '2019-09-22', 'Virgo'), (7, '2019-09-23', '2019-10-22', 'Libra'), (8, '2019-10-23', '2019-11-21', 'Scorpio'), (9, '2019-11-22', '2019-12-21', 'Sagittarius'), (10, '2019-12-22', '2020-01-19', 'Capricorn'), (11, '2019-01-20', '2019-02-18', 'Aquarius'), (12, '2019-02-19', '2019-03-20', 'Pisces'); -- -- Index för dumpade tabeller -- -- -- Index för tabell `HoroscopeList` -- ALTER TABLE `HoroscopeList` ADD PRIMARY KEY (`id`); -- -- AUTO_INCREMENT för dumpade tabeller -- -- -- AUTO_INCREMENT för tabell `HoroscopeList` -- ALTER TABLE `HoroscopeList` MODIFY `id` int(11) NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=13; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;